ISIS Documentation

hicrop

This program extracts a sub-area from a HiRise cube.

This program can be used to crop lines from a HiRise cube. The purpose of the application is to remove boundary image data for which the corresponding CK binary file data is missing or discontiuous. The user may choose from one of 4 options for determining where to crop the image.
  • The CK file provided by the user.
  • A jitter analysis file provided by the user.
  • A user entered start and stop times.
  • A user entered start line and number of lines.
After the crop area is chosen, the program will first verify that the start and stop times lie within the input cube. If not, the values will be cropped further, to the nearest time that contained within the cube data. The program will also verify that the crop area lies entirely within the coverage area of the given camera kernel. If it does not, an error message will be thrown to alert the user that the provided source for finding the crop boundaries is invalid.

Categories


History

Jeannie Backer2012-11-21 Original version
Lynn Weller2012-01-22 Application category name changed from Trim and Mask to Mars Reconnaissance Orbiter. Fixes mantis ticket #951.
Kristin Berry2015-07-31 Added additional NaifStatus::CheckErrors() calls to see if any NAIF errors were signaled. References #2248.