Open somusset opened 5 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.
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?