foxsi / foxsi-science

Analysis tools to reduce and analyze data from the FOXSI sounding rocket flights
7 stars 13 forks source link

Clean the /psf folder #72

Open somusset opened 5 years ago

somusset commented 5 years ago

1- Delete the plot_psf_linz, or transform it in a useful routine (is looks like it's different from plot_psf...)

2- Comment the plot_psf routine, and update the call to the filenames in a way similar to:

restore, filename= GETENV('FOXSIPKG') + '/' + 'psf/psf.dat' restore, filename= GETENV('FOXSIPKG') + '/' + 'psf/axis.dat'

And maybe do other updates on this code, e.g. to implement useful things from the plot_psf_linz one?

LinErinG commented 4 years ago

The major difference between these routines is that the LINZ routine can give you the PSF for an off-axis source. This would be good to include in a later update when we have the updated PSF information from Milo's analysis, but the code development could happen earlier.