This page (revision-34) was last changed on 07-Dec-2016 14:14 by JianSun

This page was created on 06-Jun-2008 14:21 by JianSun

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
34 07-Dec-2016 14:14 8 KB JianSun to previous
33 07-Jul-2008 16:11 7 KB JianSun to previous | to last
32 07-Jul-2008 14:42 8 KB JianSun to previous | to last
31 07-Jul-2008 14:39 8 KB JianSun to previous | to last
30 07-Jul-2008 14:05 8 KB JianSun to previous | to last
29 07-Jul-2008 13:49 7 KB JianSun to previous | to last
28 23-Jun-2008 12:39 7 KB JianSun to previous | to last
27 23-Jun-2008 12:39 7 KB JianSun to previous | to last
26 19-Jun-2008 16:20 7 KB JianSun to previous | to last
25 13-Jun-2008 12:19 7 KB JianSun to previous | to last
24 09-Jun-2008 22:17 7 KB JianSun to previous | to last
23 09-Jun-2008 22:16 7 KB JianSun to previous | to last
22 09-Jun-2008 17:33 7 KB JianSun to previous | to last
21 09-Jun-2008 17:32 7 KB JianSun to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 126 added 2 lines
\\
At line 155 added 2 lines
\\
At line 162 added 36 lines
\\
%%information
There is a structure array to store all related information for the EIS data investigated here. The array has element with the following format:
{{{
compFactor={compression_factor, $
study_ACR :'', $ ;string
study_id :'', $ ;string
rast_ACR :'', $ ;string
rast_id :'', $ ;string
ll_ACR :'',$ ;string
ll_id :'',$ ;string
start_time :'', $ ;string
end_time :'', $ ;string
fitsname :'',$ ;string
target :'',$ ;string
sci_obj :'',$ ;string
slit :'',$ ;string
def_volume :0LL,$ ;long64 int, unit: bits
mdp_volume :0.0,$ ;float, unit: kbits
comp_scheme :0,$ ;int
nexp :0,$ ;int
rast_req :0,$ ;int
exposures :fltarr(8) $ ;float, unit: sec
}
}}}
I attached an [IDL sav file |../images/dcgifs/str1_fitsheader_endtime_fixed.sav.tar.gz]. You may download and play it, for example, I use:
{{{if (str1[i].SCI_OBJ eq 'QS') && (str1[i].COMP_SCHEME eq 1) && (str1[i].MDP_VOLUME gt 0.) then ind[i]=1}}}
to extract records associated with 'QS' SCI_OBJ and using DPCM compression scheme.
----