Gabe Brammer
Gabe Brammer
The numbers can be pulled from [jwst_bp_info.yml](https://github.com/gbrammer/grizli/blob/master/grizli/data/jwst_bp_info.yml).
Thanks, @nmearl. I think the issue is that a [previous pipeline step](https://github.com/gbrammer/grizli/blob/master/grizli/pipeline/auto_script.py#L122) is not generating FLT files with `calwf3` from the RAWs you've downloaded. The auto script is supposed to...
I think that this is now essentially fixed in that [utils.get_hst_filter](https://github.com/gbrammer/grizli/blob/master/grizli/prep.py#L4639) returns the combination `{filter}-{disperser}` for JWST instruments accounting for the swap between NIRCam and NIRISS WFSS. However, [pipeline.auto_script.load_GroupFLT](https://github.com/gbrammer/grizli/blob/master/grizli/pipeline/auto_script.py#L2501) still...
It seems like the compiler is not able to find the basic C libraries, like `stdio.h` and `string.h`. I haven't seen that before. If this is a mac, do you...
Thanks. Could you please try fixing it in a pull request?
Thanks for your comment. Thinking about this a bit more I realized that this question doesn't have a trivial solution when fitting the slitless spectra, as there is not a...
Great to see this in one place, thanks @jdavies-st! Is there a J-Dox page you could link to this thread? Are the bits the same across instruments?
It's very helpful to keep those other bits around in the file products. In particular I use the `JUMP_DET / 4` bit [to identify snowballs](https://github.com/gbrammer/grizli/blob/master/grizli/prep.py#L3093) and conservatively mask regions around...
This isn't quite the same issue, but the parse_visits functions should also distinguish between the different detectors
Thank you for the feedback @shongscience. I agree that the file I/O and multi-threading are quite naive in the current version of eazy-py, so I'd be very interested in any...