[X] Yes, I checked the FAQ and my question has not been addressed.
Instrument
NIRSpec (Stages 1-3)
What happened?
I'm working on reproducing the ERS' PRISM data reduction, and I noticed that my S1 runs weren't using the custom bias file I had provided. Looking at the S1 code, I see it is because all the values passed into the superbias step get over-written by the line self.superbias = Eureka_SuperBiasStep() which also over-writes the specified skip_superbias setting. This line should be done earlier on so that it does not over-write other ECF settings.
Code of Conduct
[X] I agree to follow this project's Code of Conduct
FAQ check
Instrument
NIRSpec (Stages 1-3)
What happened?
I'm working on reproducing the ERS' PRISM data reduction, and I noticed that my S1 runs weren't using the custom bias file I had provided. Looking at the S1 code, I see it is because all the values passed into the superbias step get over-written by the line
self.superbias = Eureka_SuperBiasStep()
which also over-writes the specified skip_superbias setting. This line should be done earlier on so that it does not over-write other ECF settings.Code of Conduct