40 likes | 43 Views
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.
E N D
Cube Generator Update Todd Bradley June 17, 2014
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’
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
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