-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue at KCWI reduction #167
Comments
There are two separate issues here. Firstly, the defect list missing is definitely an oversight, I will work on getting that uploaded ASAP. Secondly, the pipeline currently does not support the use of KOA filenames (KR* or KB*), only "OFNAME" (kr* or kb*). There is a fix for this being testing this week, but it will not be deployed until at least next week. In the mean time, I suggest reducing data using the filenames directly from the telescope. This can be done through KOA by selecting "non-unique filename, assigned at the telescope" under option 3 on the download form above the data table. I will update here once the defect list is added. |
Ah, thanks for the quick response. I re-downloaded the data, now using the "OFNAME". However, I still cannot get it to work. I get vague error messages that don't tell me what's going on, like Could you please take a look at the new logs and help me understanding what's going on? Some errors that I get that could help explaining what's going on are: |
Just checking - between runs, are you removed the The |
Yes, I did remove those files between runs Just to be clear, what I am doing is: I went to my project at KOA, downloaded all files from a specific night, added all of them to one directory, and ran (I am trying to reduce blue data first):
Am I missing something? As far as I understood, the only thing that I needed to do is to check the configuration file, which seems to be ok |
As mentioned in the documentation here: https://kcwi-drp.readthedocs.io/en/latest/running.html |
We are making progress, but I got stuck in another problem. Now, the relevant error appears to be:
Line 44 of selenium_manager.py reads:
What I don't understand is: the walrus operator However, we are supposed to install kcwidrp on python 3.7, right? Again, log files (for the red channel) are attached, in case that's not what is going on |
Apologies for the late reply. Are you getting any other plots written to the I am working on replicating this on my machine, to try to be of more help. Could you tell me what OS you are running this on, and also send the output of |
Hello. I am trying to reduce KCWI data taken on 2024.04.03. I downloaded the data from KOA and I am running the command:
reduce_kcwi -f KR*.fits -r
I am getting several errors, and the DRPF and KCWI logs are attached. However, the most relevant error seems to be:
2024-04-16 12:58:27:KCWI:ERROR:CorrectDefects.py: Defect list not found for /home/luisgdh/anaconda3/envs/kcwidrp/lib/python3.7/site-packages/kcwidrp/data/defect_L2U2L1U1_2x2.dat
In this directory, there are several files, like
defect_ALL_1x1.dat
,defect_ALL_2x2.dat
,defect_L2U2L1U1_1x1.dat
, but nodefect_L2U2L1U1_2x2.dat
Thank you very much
DRPF.log
KCWI.log
The text was updated successfully, but these errors were encountered: