Zach Pace
Zach Pace
Yes, that is a solution I considered. It was better for my workflow to just sample the dust law densely and interpolate it using `scipy.interpolate.interp1d`.
I have run a quick test with DRP LOGCUBE instead of the DAP LOGCUBE (just b/c that's what it's handiest for me to script), and I'll try to summarize. I...
> @zpace This is very useful. Just for clarification, your initial tests of opening up one extension with Marvin versus straight `fits.open` showed that Marvin took 2/3 longer to open...
I've made a couple changes to my ecosystem of fits-loader functions, which allows the user to specify which file extensions are preferred. The default behavior now tries `.fits` before `.fits.gz`,...