1 / 4

Cube Generator Update

This update for Cube Generator includes fixes for a case sensitive issue and compatibility with newer versions of the spice toolkit. The updated version can be found on the UVIS team site.

dvermillion
Download Presentation

Cube Generator Update

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cube Generator Update Todd Bradley June 17, 2014

  2. Updates • Fixed case sensitive issue • if dd.channel eq 'fuv' then instrument = 'CASSINI_UVIS_FUV’ • For newer operating systems and/or newer versions of IDL dd.channel gives FUV and for others dd.channel gives fuv • Fixed this by inserting “strlowcase” like so • if strlowcase(dd.channel) eq 'fuv' then instrument = 'CASSINI_UVIS_FUV’

  3. Updates • Encountered problem with call to cspice routine (cspice_ET@UTC, et, ‘C’, 3L, temp) • Turned out that an older version of the spice toolkit was being used and was incompatible with the newer version of IDL • There was not a problem within cube generator; however cube generator will not work if the spice toolkit is outdated. • Toolkits are available for C, Fortran, IDL, and MATLAB. • http://naif.jpl.nasa.gov/naif/toolkit.html

  4. Updates • Uploaded new version of cube generator to UVIS team site on June 13, 2014. • Contains fix for case sensitive issue. • Located on the UVIS team site • http://lasp.colorado.edu/cassini/team-site/tools_software/ • contact Laura Bloom about account username and password

More Related