Jump to content
PDS Geosciences Node Community

June Wang

Geo Staff
  • Posts

    587
  • Joined

  • Last visited

Everything posted by June Wang

  1. September 22nd, 2020 - LRO Release 43 has been loaded into ODE. Updated LAMP EDR and RDR products from July 6th, 2009 to June 15th, 2020 Updated LEND EDR_SCI, EDR_HK, RDR_RSCI, and RDR_CHK products from June 18th, 2009 to June 14th, 2020 Updated LEND RDR_DLD and RDR_DLX products from June 27th, 2009 to March 14th, 2020 Updated Diviner EDR and RDR products from July 5th, 2009 to June 16th, 2020 Updated LROC EDR and CDR products from June 30th, 2009 to June 16th, 2020 Updated Mini-RF Version 3 Bistatic radar data products (EDR, RDR, and DDR) from January 28th, 2019 to October 27th, 2019 Updated LOLA EDR products from June 18th, 2009 to July 16th, 2020 Updated LOLA RDR products from July 13th, 2009 to July 16th, 2020. Updated LOLA RDR query tool database from July 13th, 2009 to July 16th, 2020 In Progress LROC RDR products for this release, which has a reorganized directory structure as well as improved documentation, and PNG browse images for all pyramidal tiffs based on reviewer feedback. Please see more information at http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/ERRATA.TXT In Progress Diviner RDR query tool database from July 5th, 2009 to June 16th, 2020 Please see ODE Lunar Holdings - https://ode.rsl.wustl.edu/odeholdings/Moon_holdings.html
  2. September 9th, 2020 - New MEX OMEGA EDR Data Loaded into ODE - Updated MEX OMEGA EDR data products for extended mission 7 released through June 30th, 2019 (Orbit 19597). See https://ode.rsl.wustl.edu/odeholdings/Mars_holdings.html
  3. September 3rd, 2020 - MRO Release 54 Loaded into ODE. - Updated MRO CRISM EDR and CDR products from September 27th, 2006 to May 9th, 2020 - Updated MRO CRISM DDR products from September 27th, 2006 to May 8th, 2020 - Updated MRO CRISM TRDR products from September 27th, 2006 to May 8th, 2020 - Updated MRO raw gravity data products released through August 3rd, 2020 - Updated SHARAD Radargram data products released through February 8th, 2020 (orbits through 63455) - Updated MRO MCS EDR, RDR and DDR products from September 15th, 2006 to April 30th, 2020 - Updated MRO CTX EDR products from August 30th, 2006 to March 1st, 2020 - Updated MRO HiRISE EDR, RDR, DTM and anaglyph products released through July 18th (Orbit 65521), 2020 Please see ODE Mars Holdings – https://ode.rsl.wustl.edu/odeholdings/Mars_holdings.html
  4. Fig. 1 is correct. In fig.1, you used the Sample Transverse Mercator. I noticed it is a default projection template string in map_proj.txt in ENVI. Since you already edited the radius in the template string. It is OK to use it. But you could also copy this template and make changes to the parameters and projection name as you need it. In Fig. 2, you can output GeorefFilename to the directory you like and keep other default settings, then click ok. You can refer to the file "Instruction to work with M3 level2 data.pdf" posted on November 14, 2019 in the above. BTW, WAC mosaics can be downloaded from http://wms.lroc.asu.edu/lroc/view_rdr/WAC_GLOBAL Please let me know if you need more help. Thanks, June
  5. All your three files look good to me. I downloaded the data and tried the Georeference from IGM, and projected the data using your projection string. It took more than 1 hour for all the process to be finished. The results look good when compared with a LROC basemap. If you can send me more details where you stuck in I can help you from there. Thanks, June
  6. August 7, 2020 – MRO HiRISE Updates in Mars ODE - Loaded MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through July 1, 2020 (Orbit 65,299) See https://ode.rsl.wustl.edu/odeholdings/Mars_holdings.html
  7. August 3rd, 2020 Release 14 of MRO CRISM MTRDR (Map-projected Targeted Reduced Data Record), TER (Targeted Empirical Record), and TRDR (Targeted Reduced Data Record) browse and extras data has been loaded into ODE. This release fills in data from 2008_018 through 2008_221. See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html for more information.
  8. July 16th, 2020 Loaded a new Diviner data product type, Polar Cumulative Products (PCPs) into ODE. See ERRATA.TXT for details.
  9. July 3rd, 2020 - Mars Odyssey Release 72 Data Updates Loaded NS and HEND raw and derived data into ODE through Jan 14th, 2020 Updated THEMIS standard data products (IREDR, IRRDR, IRBTR, VISEDR, VISRDR and VISABR data) from February 19th, 2002 to December 2nd, 2019 Updated THEMIS geometry data products (IRGEO2, IRPBT2, VGEO2, and VISALB data) from September 28th, 2013 to December 2nd, 2019 See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html.
  10. July 3, 2020 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through May30, 2020 (Orbit 64,899) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  11. July 1st, 2020 Updated Diviner RDR query tool database from July 5th, 2009 to March 16th, 2020
  12. June 27th, 2020 – - Updated delayed MRO SHARAD EDR and RDR products from ASI for MRO Release 53, with coverage from August 18 through November 9, 2019 (orbits through 62283) - Updated backlogged SHARAD RDRs from ASI from previous MRO Releases 50 and 51, with coverage from November 9, 2018, through May 8, 2019. This completes the backlog.
  13. Hi, Try to read the IMG as UInt16 LSB type. This may solve your problem. I haven't try the IMG data with MATLAB, but I could read them with c# codes. Below is some hint when I read the IMG with C#. - read the img as binary - convert the binary data to the right format int numPixels = nColumns * nRows * nBands; var img = new UInt16[numPixels]; Byte[] myBytesReordered = new Byte[2]; for (int i = 0; i < numPixels; i++) { int byteImgId = i * 2; myBytesReordered[0] = data[byteImgId]; myBytesReordered[1] = data[byteImgId + 1]; img = BitConverter.ToUInt16(myBytesReordered, 0); } Attached is the screen capture of my result with 2% linear stretch. Please let me know if you need more help. Thanks, June
  14. June 20th, 2020 - LRO Release 42 has been loaded into ODE. Updated LAMP EDR and RDR products from July 6th, 2009 to March 14th, 2020 Updated LEND EDR_SCI, EDR_HK, RDR_RSCI, and RDR_CHK products from June 18th, 2009 to March 14th, 2020 Updated LEND RDR_DLD and RDR_DLX products from June 27th, 2009 to December 14th, 2019 Updated Diviner EDR and RDR products from July 5th, 2009 to March 16th, 2020 Updated LROC EDR, CDR and RDR products from June 30th, 2009 to March 15th, 2020 Loaded Mini-RF new Version 3 Bistatic radar data products (EDR, RDR, and DDR) from January 28th, 2019 to September 29th, 2019 Updated LOLA EDR products from June 18th, 2009 to April 28th, 2020 Updated LOLA RDR products from July 13th, 2009 to April 28th, 2020 Updated LOLA RDR query tool database from July 13th, 2009 to April 28th, 2020 In Progress Diviner RDR query tool database from July 5th, 2009 to March 16th, 2020 Please see ODE Lunar Holdings - https://wufs.wustl.edu/ode/odeholdings/Moon_holdings.html
  15. June 5th, 2020 - MRO Release 53 Loaded into ODE. - Updated MRO CRISM EDR and CDR products from September 27th, 2006 to February 9th, 2020 - Updated MRO CRISM DDR products from September 27th, 2006 to February 8th, 2020 - Updated MRO CRISM TRDR products from September 27th, 2006 to February 8th, 2020 - Updated MRO raw gravity data products released through May 3rd, 2020 - Updated SHARAD Radargram data products released through November 18th, 2019 (orbits through 62399) - Updated MRO MCS EDR, RDR and DDR products from September 15th, 2006 to January 31st, 2020 - Updated MRO CTX EDR products from August 30th, 2006 to December 1st, 2019 - Updated MRO HiRISE EDR, RDR, and anaglyph products released through April 30th (Orbit 64499), 2020 Please see ODE Mars Holdings – https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  16. May 19th, 2020 - MEX HRSC new Version 3 map projected data (REFDR3) data have been loaded into ODE - HRSC new Version 3 of map projected RDR data (REFDR3) have been loaded into ODE, with coverage through June 29, 2019 (Orbit 10-19592). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html for a full list of data holdings in ODE.
  17. May 8, 2020 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, DTM and Anaglyph data products released through April 6, 2020 (Orbit 64,199) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  18. May 3rd, 2020 - More MEX HRSC RDR Version 3 and HRSC new Version 3 map projected data (REFDR3) data Loaded into ODE - HRSC new radiometrically calibrated (RDR version 3) image data have been loaded into ODE, with coverage through June 29th, 2019 (Orbit 10-19592). - HRSC new Version 3 of map projected RDR data (REFDR3) have been loaded into ODE, with coverage through February 4th, 2019 (Orbit 10-19093). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  19. April 23, 2020 36 revised Diviner GDR data products have been loaded into ODE. Please see ERRATA.TXT (https://pds-geosciences.wustl.edu/lro/lro-l-dlre-4-rdr-v1/lrodlr_1001/errata.txt) for more details.
  20. April 22nd, 2020 - More MEX HRSC RDR Version 3 data and HRSC new Version 3 map projected data (REFDR3) Loaded into ODE - HRSC new radiometrically calibrated (RDR version 3) image data have been loaded into ODE, with coverage through April 4th, 2019 (Orbit 10-19298). - HRSC new Version 3 of map projected RDR data (REFDR3) have been loaded into ODE, with coverage through December 31st, 2018 (Orbit 10-18975). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  21. April 16th, 2020 - MRO SHARAD RDR (ASI) backlogged data for releases 48-49, as well as some missing RDRs from release 47 loaded into ODE SHARAD RDRs from ASI have been loaded into ODE for previous MRO releases 48-49, as well as some missing RDRs from release 47. These new data cover the periods April 21 through October 15, 2018. See file ERRATA.TXT at https://pds-geosciences.wustl.edu/mro/mro-m-sharad-4-rdr-v1/mrosh_1004/errata.txt for more details. Please see ODE Mars Holdings – https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html.
  22. April 3rd, 2020 - New MEX OMEGA EDR Data Loaded into ODE - Updated MEX OMEGA EDR data products for extended mission 6 and extended mission 7 released through June 2nd, 2019 (Orbit 19498). See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  23. April 3, 2020 – MRO HiRISE Updates - MRO HiRISE EDR, RDR, and DTM data products released through March 6, 2020 (Orbit 63,799) See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html
  24. April 1st, 2020 - Mars Odyssey Release 71 Data Updates Loaded NS and HEND raw and derived data (EDR, DHD, DND, AHD, and AND) into ODE through October 8th, 2019 Updated THEMIS standard data products (IREDR, IRRDR, IRBTR, VISEDR, VISRDR and VISABR data) from February 19th, 2002 to September 3rd, 2019 Updated THEMIS geometry data products (IRGEO2, IRPBT2, VGEO2, and VISALB data) from September 28th, 2013 to September 3rd, 2019 See https://wufs.wustl.edu/ode/odeholdings/Mars_holdings.html.
×
×
  • Create New...