STScI-MIRI / MRS-ExampleNB

Example notebooks for processing MRS data with the JWST pipeline
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Error about deprecated dqflags - does this matter? #1

Open karinsandstrom opened 2 weeks ago

karinsandstrom commented 2 weeks ago

When I run the JWST Calibration Pipeline Imports I get the error "dqflags has been moved to stdatamodel.dqflags, please use that instead". This is only a warning and the notebook runs fine. I am just wondering if this may have any impact on subsequent flagging of bad pixels.

Thank you for this notebook. It has been extremely useful and very clearly laid out!

drlaw1558 commented 2 weeks ago

Hi Karin- Nope, this doesn't have any impact on the flagging. That import line is left over from a previous version of the notebook that did some custom dq manipulation, and doesn't actually get used any longer. (The pipeline imports dqflags properly within the relevant modules).

Glad the notebook has been helpful! Just a heads up that there will be an updated version soon, moving to a new location at https://github.com/spacetelescope/jwst-pipeline-notebooks/