foxsi / foxsi-smex

Tools for scientists to investigate the capabilities of FOXSI
MIT License
2 stars 8 forks source link

Effective-area code in `foxsi_get_output_image_cube.pro` shouldn't be there #25

Open ayshih opened 8 years ago

ayshih commented 8 years ago

There is a bunch of effective-area code in foxsi_get_output_image_cube.pro. This code appears to take great pains to accurately interpolate effective areas between areas provided by foxsi_get_effective_area.pro, which itself already has (simpler?) interpolation capabilities via foxsi_get_optics_effective_area.pro. If the code in foxsi_get_output_image_cube.pro is the right approach, then it should be ripped out of there and put into foxsi_get_effective_area.pro.