You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am going to run Stage 4 of Eureka Jwst pipe line then why this show .like file missing
Error traceback output
Traceback (most recent call last):
File "/media/seps3/abb231cd-8a52-48df-a46a-5caa396b751c/data_anlysis_01/Eureka/demos/JWST/run_eureka.py", line 29, in <module>
spec, lc, meta = s4.genlc(eventlabel, ecf_path=ecf_path)
File "/media/seps3/abb231cd-8a52-48df-a46a-5caa396b751c/data_anlysis_01/Eureka/src/eureka/S4_generate_lightcurves/s4_genLC.py", line 84, in genlc
meta = S4MetaClass(ecf_path, ecffile)
File "/media/seps3/abb231cd-8a52-48df-a46a-5caa396b751c/data_anlysis_01/Eureka/src/eureka/S4_generate_lightcurves/s4_meta.py", line 45, in __init__
super().__init__(folder, file, eventlabel, stage=4, **kwargs)
File "/media/seps3/abb231cd-8a52-48df-a46a-5caa396b751c/data_anlysis_01/Eureka/src/eureka/lib/readECF.py", line 71, in __init__
raise ValueError(f"The file {os.path.join(folder, file)} "
ValueError: The file ./S4_nircam_wfss_template.ecf does not exist.
Hi, the answer to your question is in your post itself - The file ./S4_nircam_wfss_template.ecf does not exist. This is telling you that your run_eureka.py file is trying to access a Stage 4 Eureka! Control File in the current directory called ./S4_nircam_wfss_template.ecf which evidently doesn't exist. This is happening for one of two reasons - either you don't have a Stage 4 ECF in the folder that you ran this command from, or you created an ECF file with a different file name (and as a result you need to update the eventlabel setting inside of your run_eureka.py file.
Please carefully read through our quickstart tutorial (available here) which describes how to use the pipeline and should help set you up for success. Additionally, it seems that you have not installed Eureka! properly (your list of installed packages doesn't even show that Eureka! is installed at all). Please read and carefully follow our installation instructions which are available here.
Instrument
Light curve fitting (Stages 4-6)
What happened?
When I am going to run Stage 4 of Eureka Jwst pipe line then why this show .like file missing
Error traceback output
What operating system are you using?
linux
What version of Python are you running?
Python 3.10.14
What Python packages do you have installed?
Code of Conduct
The text was updated successfully, but these errors were encountered: