Calculates the average line,sample locations in the output mosaic space of the intersection of two frames.
Calculates the average line, sample locations in the output mosaic space of the intersection of two frames.
- FROMFRAM
- From frame number. The "from frame" which is used in the calculation of the average of the mosaic line, sample locations.
- TOFRAM
- To frame number. The "to frame" which is used in the calculation of the average of the mosaic line, sample locations.
- DELFLG(YES)
- Delete flag. Specifies whether or not the temporary files should be deleted when the procedure completes or aborts.
= YES: Delete temporary files. = NO: Do not delete temporary files.
Assuming that the LAMS global $IMAGE = ("US1","US2"), the corresponding mosaic space line, sample locations of US1.GCP and US2.GCP are added together and then divided by two in order to find the average mosaic line, sample locations between the two images. The temporary files are deleted.
The mosaic space line, sample locations are read from each frame. The corresponding locations are added together and then divided by two in order to find the average location between the two frames. If specified, the temporary files are deleted. Error Messages: Error messages are displayed from the called routines.User Notes:
- Any changes made to the routines CMCOPY, CMDEL, CMRENAME, MERGE, MF, MTBSORT, and ROWOP may affect the operation of this routine.
- Related Large Area Mosaicking System (LAMS) procedure functions include MCTP, MCUT, MTIE, MEDIT, MCRN, MGRID, MGMAP, and MRAD.