Skip to content
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

Closed
jessemapel opened this issue Apr 20, 2022 · 5 comments · Fixed by #4936
Closed

Add application to stitch LRO WAC even and odd images together #4924

jessemapel opened this issue Apr 20, 2022 · 5 comments · Fixed by #4936
Assignees
Labels
enhancement New feature or request

Comments

@jessemapel
Copy link
Contributor

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.

@jessemapel jessemapel added the enhancement New feature or request label Apr 20, 2022
@astrostu
Copy link

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.

@jessemapel
Copy link
Contributor Author

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.

@astrostu
Copy link

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.

@jessemapel
Copy link
Contributor Author

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.

@astrostu
Copy link

Ah! That makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants