Search the Community
Showing results for tags 'EDR'.
Found 112 results
-
ODE - New MEX PFS Data Loaded into ODE
June 28th, 2017 - New MEX PFS Data loaded into ODE Updated MEX PFS EDR data products released through December 31st, 2016 (Orbit 20-16467) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - The May 2017 PDS release of MRO HiRISE data loaded into ODE
May 5, 2017 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through April 4, 2017 (Orbit 50,099) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - The April 2017 PDS release of MRO HiRISE data loaded into ODE
April 6, 2017 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through March 4, 2017 (Orbit 49,699) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - New OMEGA EDR Data Loaded into ODE
December 1st, 2016 - New OMEGA EDR data for extended mission 5 loaded into ODE Updated MEX OMEGA EDR data products released through December 27th, 2015 (Orbit 15198). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - New OMEGA EDR Data Loaded into ODE
November 8th, 2016 - New OMEGA EDR data for extended mission 5 loaded into ODE Updated MEX OMEGA EDR data products released through October 1st, 2015 (Orbit 14899). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - New OMEGA EDR Data Loaded into ODE
October 14th, 2016 - New OMEGA EDR data for extended mission 5 loaded into ODE Updated MEX OMEGA EDR data products released through July 5th, 2015 (Orbit 14596). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - The August 2016 PDS release of MRO HiRISE data loaded into ODE
August 5, 2016 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through July 5 2016 (Orbit 46,599) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
- ODE
- August release
- MRO HiRISE
- EDR
-
Tagged with:
-
ODE - The July 2016 PDS release of MRO HiRISE Data Loaded into ODE
July 7th, 2016 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through June 4th 2016 (Orbit 46,199) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
- ODE
- July release
- MRO HiRISE
- EDR
-
Tagged with:
-
ODE - The April 2016 PDS release of MRO HiRISE Data Loaded into ODE
April 7th, 2016 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through March 2nd, 2016 (Orbit 44,999) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - New MEX OMEGA EDR Data Loaded into ODE
March 16th, 2016 - New MEX OMEGA EDR Data loaded into ODE Updated MEX OMEGA EDR data products for Extended Mission 4 through January 11th, 2015 (Orbit 13997). Please see ODE Mars Holdings - https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
ODE - New MEX OMEGA EDR Data Loaded into ODE
February 10th, 2016 - New MEX OMEGA EDR Data Loaded into ODE Updated MEX OMEGA EDR products from February 19th, 2003 to May 23rd, 2014 (Orbit 13196). Please see ODE Mars Holdings - https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
-
How to read the ChemCam LIBS EDR spectra data from Curiosity?
Hello, Greetings! We are interested in reading the raw LIBS EDR spectra data from Curiosity (ChemCam) that have been released on Feb 27, 2013 at http://pds-geosciences.wustl.edu/msl/msl-m-chemcam-libs-2-edr-v1/. The data are in two parts one with *.lbl extension and the other in *.dat extension. We have tried to read one pair of the ChemCam LIBS EDR data using the latest "readpds.pro" routine in IDL (http://pdssbn.astro.umd.edu/tools/tools_readPDS.shtml); we attempted to read the lbl and dat parts; but in either way; there are error messages that we encounter as shown in the following. Our question is: How can we read these ChemCam LIBS EDR data files in IDL? Which tools should we use? Is the IDL-code for reading ChemCam LIBS EDR files available to the public? Thank you all ! Trying to read the lbl file it says: -------------------------------------- ENVI> img = READPDS('cl1_398380569edr_f0030000ccam04010m1.lbl') Now reading header: cl1_398380569edr_f0030000ccam04010m1.lbl Now reading header: ./CCAM_LIBS_ANCILLARY_V4.FMT % POINTPDS: Error: Could Not open data file. If possible, move this file to your local directory and try again. It is located under the label directory in the parent data file. The data file that could not be opened:./CCAM_ANCILLARY_TMPS_V4.FMT % Execution halted at: $MAIN$ ---------------------------------------- Trying to read the .dat file it says: -------------------------------------------------- ENVI> img = READPDS('cl1_398380569edr_f0030000ccam04010m1.dat') Error: label must contain viable PDS_VERSION_ID keyword --------------------------------------------------