This program takes an image from the Mars Reconnaissance Orbiter Color Imager
and flips the framelets, which corrects image data taken on ascending orbits.
This is the command line for running this program with a typical MARCI image.
GUI Screenshot
Running this program
Running with default options
This is what the interface should look like when running this program.
Input Image
Output Image Without FLIP
The input image, not flipped, cropped and colorized for this example
Since this particular input image had a RED, GREEN, and ORANGE filter, it was possible to display the image
in color. To give a better picture of the output, because MARCI takes long strips of data, this image was
cropped. In order to show the same feature as the flipped image, the crop was at line 5800 to a height of 1000 pixels.
This image was created with FLIP set to NO in marci2isis, because AUTO flipped the data. When you look closely, especially compared
to the flipped data, the features in this data are distorted.
Output Image
Output Image
The output image, cropped and colorized for this example
Since this particular input image had a RED, GREEN, and ORANGE filter, it was possible to display the image
in color. To give a better picture of the output, because MARCI takes long strips of data, this image was
cropped at line 2800 to a height of 1000 pixels. The distortions in the original image are now gone.