Help Needed with CTX Image DEM Generation #431
Replies: 5 comments 8 replies
-
The problem is most likely different illumination. You can try overlaying in stereo_gui the two images you pass in to parallel_stereo (after cam2map) and toggle one on and off. If the lightning changes noticeably, that is the problem. (Also check for large changes in features between images.) If so, there is no solution except getting different data. Stereo correlation does not tie well together images with different lightning. |
Beta Was this translation helpful? Give feedback.
-
These images have the sunlight from fundamentally different directions, which means that the correlator will not be able to do it job. These images also look like Mars polar images taken in fundamentally different seasons, not just different lighting directions, so that doesn't help either. You will need to find other data to make a stereo terrain model here. You may want to evaluate HiRISE images, which do a better job of reporting which images are part of an intentional stereo pair, and CTX images are often taken as "ride-alongs" to HiRISE images, so if you can find a HiRISE stereo pair near where you want, there is a very good chance that there is also a CTX pair taken on those same orbits, and you should be successful in making stereo terrain from them. For example, HiRISE images ESP_022064_0930's web page indicates that it is a stereo pair with ESP_022210_0930, and if you can find CTX images from orbit 22064 and 22210, you're in business. So there is a G10_022210_0933_XN_86S343W and a G10_022064_0932_XN_86S344W CTX image that you could use to make a good model. |
Beta Was this translation helpful? Give feedback.
-
Perhaps you can try to show how your "L.tif" and "R.tif" images look like. They are in the output directory. They should be very similar except for some local differences. Also your two input images that you passed to stereo would be good to see. Your DEM looks skewed. See if using point2dem with: point2dem --stereographic --auto-proj-center helps. |
Beta Was this translation helpful? Give feedback.
-
Can you do two things for us? (1) Please paste in the full command line that you are using to invoke |
Beta Was this translation helpful? Give feedback.
-
I will also suggest a CTX pair known to work. For example, take a look at this: https://stereopipeline.readthedocs.io/en/latest/examples/ctx.html The goal would be here to see if your process is not right or the images. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm encountering some issues while generating DEM (Digital Elevation Model) from CTX (Context Camera) images. The resulting DEM has a lot of noise and several areas appear blank. Please refer to the attached image for reference.
Here's the process I follow for generating the DEM:
Use mroctx2isis to convert CTX images obtained from the PDS website into cub format.
Use the spiceinit command to assign SPICE kernels to the cub file.
Use the ctxcal command for CTX radiometric calibration.
Use the ctxevenodd command for CTX radiometric calibration.
Use the cam2map command to apply a map template to the image.
Use the parallel_stereo command to generate a point cloud.
Use point2dem results/output-PC.tif to generate the DEM.
I'm seeking advice on improving the accuracy of the DEM generated through this process. Any suggestions or insights would be greatly appreciated.
Thanks in advance for your help!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions