- espfilt eventset=mosM2S011.fits
invoking the task with only an event file will cause it to default
to binning the data into 60 second bins and smoothing it. The default
min and max channels will be 2500eV and 12000eV respectively.
- espfilt eventset=''file1 file2 file3'' withsmoothing=yes smooth=25
this command will cause espfilt to loop through the 3 individual files
listed, and change the default smoothing from 60 to 25.
- espfilt eventset=''MOS2S002.fits'' withspecranges=yes specminchan=500 specmaxchan=12000
this command will change the default minimum and maximum energy ranges.
- espfilt eventset=''MOS2S002.fits'' method=''ratio'' ratio=1.5 withbinning=yes binsize=100
this command will run espfilt in ratio mode with a user selected FOV to unexposed corner ratio of 1.5 instead of the default 1.2 and binning the data into 100 second time bins rather than the default of 60.