MIKE89 Posted July 12, 2013 Share Posted July 12, 2013 Hello, I am currently working on reading the UVL (linearised) UVW (XYZ) Surface Normal files, so as to get an idea of rock/soil facet orientations. I have developed a Matlab code to read these files with their main IEEE4 binary encoded data. I was wondering if there was anywhere where I could read more on these types of files and how to interpret them. For example I'm getting, for a specific pixel, in the three bands: band1: 0.06 band 2: 0.25 band 3: 0 and I can't work out what they are. Are they values in the three axis XYZ that define the surface normal vector? , in that case , in what coordinate frame are they determined?. Also I would like to know the difference between these files and the UVW (XYZ) Surface Normal files. Thank you very much for your time, Mike Link to comment Share on other sites More sharing options...
Susie Slavney Posted July 12, 2013 Share Posted July 12, 2013 Mike, what data set are you using? Please tell me either the DATA_SET_ID or the URL of the page where you found it. Susie Link to comment Share on other sites More sharing options...
MIKE89 Posted July 13, 2013 Author Share Posted July 13, 2013 DATA_SET_ID = "MER2-M-PANCAM-5-NORMAL-OPS-V1.0" from: http://an.rsl.wustl.edu/mer/merbrowser/product.aspx?prod=2P127339658UVL0224P2274L2M1 thanks, Mike Link to comment Share on other sites More sharing options...
Tom Stein Posted July 16, 2013 Share Posted July 16, 2013 Hi Mike - The right place to start is the Data Product SIS (Software Interface Specification) file. Go to the "Resources" tab in the MER Notebook (http://an.rsl.wustl.edu/mer/merbrowser/browserFr.aspx?tab=res&m=MERB) and click on "Data Set Documents". Then, from "Pancam" choose the file "camera_dpsis.pdf". This file contains detailed information about the Pancam data products. Page 46 (using the document's page numbers, not the PDF file page numbers) describes the Surface Normal (UVW) data product type that you are working on. You may also want to read about the related XYZ products on page 45. Note that UVL files are the same as UVW files with the added process of linearization to take into account the camera model. This process is covered starting on page 43. Let me know if you have additional questions. Tom Link to comment Share on other sites More sharing options...
Tom Stein Posted July 17, 2013 Share Posted July 17, 2013 Mike - Does the Software Interface Specification (SIS) document contain the information you're looking for? We would be glad to walk through the SIS document with you and provide clarification if needed. Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now