# Read the Juno PDS L3 files # See http://sd-www.jhuapl.edu/jedi/data/plots/JEDIA180/SPECTROGRAMS/2013/SummaryPlot_2013282.png for comparison. # These files come from http://sd-www.jhuapl.edu/jedi/data/l3/, but because they are compressed there, I mirror them to Iowa. # the static part of the name # the templated part of the name tr= getParam( 'timerange', '2016-130', 'timerange to load' ) #year= getParam( 'year', 2016, 'parameter year (default=0.0)' ) #day= getParam( 'day', 130, 'parameter day (default=0.0)' ) fan= getParam( 'fan', '090', 'three fans', [ '090','180','270' ] ) species= getParam( 'sp', 'I', 'species', [ 'E', 'I' ] ) telescope= getParam('telescope', 2, 'telescope', [ 0,1,2,3,4,5 ] ) timeBinWidth= getParam('timeBinWidth', '0s', 'averaging time, 0 is intrisinic', [ '30s', '60s', '0s' ] )