Closed Paulinappl closed 3 months ago
As I'd mentioned in an earlier issue, you need to make sure you're looking at the templates for the Eureka! version you're running. We're in the process of making lots of backwards compatibility breaking changes in preparation for version 1.0 (which should make things better/easier for everyone), but in and around the time that we're making these transitions it is super important that everyone uses the templates based on their installed Eureka! version. Since you're using v0.10, you'll want to look at the templates at https://github.com/kevin218/Eureka/tree/v0.10/demos/JWST
Thank you Taylor!
I couldn't find previously on the link (https://github.com/kevin218/Eureka/tree/v0.10/demos/JWST) a stage 1 NIRSpec ecf demo file, the only ones available are: S1_miri_template.ecf and S1_nirx_template.ecf for stage 1.
Should I base my ecf file of stage 1 NIRSpec ecf file in one of those two files in the demo folder?
The nirx
template is meant to be used for NIRCam and NIRSpec (and eventually NIRISS, although we don't yet support NIRISS)
Got it!, thank you so much :)
Sure thing. This is one of life's little mysteries, like why is abbreviation such a long word? 🤷♂️
FAQ check
Instrument
NIRSpec (Stages 1-3)
What happened?
I was running stage 1 for nrs2 data of WASP-39 with nirspec G395H and at the beginning of the run I got this error:
AttributeError: 'MetaClass' object has no attribute 'default_ramp_fit_weighting'
I already fixed it adding to the end of the ecf file this:
But I wanted to raise this issue just in case the fix I made was wrong .
Error traceback output
Here is my stage 1 ecf file:
What operating system are you using?
Ubuntu 18.04.6 LTS
What version of Python are you running?
Python 3.9.7
What Python packages do you have installed?
Code of Conduct