-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add application to stitch LRO WAC even and odd images together #4924
Comments
I'm certainly not opposed to a separate program to do this "correctly," but I'll note that I've been using AUTOMOS with no problems, at least for MARCI. |
We can use one of the *mos programs to stitch the images back together, but I don't think we can have them also do the flipping. |
I guess it hasn't been an issue for me (in the last few years) because I use marci2isis with flip=yes. So, you might investigate whether it makes more sense to do the flipping at the odd/even reconstruction phase, or at the initial ingestion phase. And if the former, then certainly you'd need to check if flippage has occurred since you don't want to flip it back and have it be wrong when you're trying to right it. |
Marci is the only one of our push frame sensors that supports the flipping on ingestion. So, you don't need this really for MARCI, but we're currently working on LRO WAC and we do need it for stereo work. |
Ah! That makes sense. |
Description
In order to properly work with LRO WAC, and likely other push frame sensor, images in stereo matchers we need a tool that merges the even and odd framelet images back into a single image. The program will also need have the option to flip the framelets similar to how MRO MARCI images can be flipped.
In order to prevent complicating processing, the app will also need to strip the camera information off of the cube.
The text was updated successfully, but these errors were encountered: