-
Notifications
You must be signed in to change notification settings - Fork 28
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
Include tweakreg in ELP #951
Comments
Comment by David Davis on JIRA: For the grism data strun --debug --disable-crds-steppar roman_elp data/r0000201001001001002_01101_0001_WFI01_uncal.asdf ... 2023-10-27 14:06:37,800 - stpipe.ExposurePipeline - INFO - Saved model in r0000201001001001002_01101_0001_WFI01_cal.asdf r0000201001001001002_01101_0001_WFI01_cal.asdf cal_step
attributes: cal_step
ex_list: ['cal_step']
Meta Attribute cal_step
assign_wcs COMPLETE
flat_field SKIPPED
dark COMPLETE
dq_init COMPLETE
jump COMPLETE
linearity COMPLETE
photom SKIPPED
source_detection SKIPPED
outlier_detection INCOMPLETE
ramp_fit COMPLETE
refpix COMPLETE
saturation COMPLETE
skymatch INCOMPLETE
tweakreg SKIPPED
resample INCOMPLETE```
For the imaging data
strun --debug --disable-crds-steppar roman_elp data/r0000101001001001001_01101_0001_WFI01_uncal.asdf
2023-10-27 14:28:08,913 - stpipe.ExposurePipeline - INFO - ExposurePipeline instance created.
...
2023-10-27 14:43:39,215 - stpipe.ExposurePipeline.tweakreg - INFO - ***** tweakwcs.imalign.align_wcs() ended on 2023-10-27 14:43:39.215618
2023-10-27 14:43:39,215 - stpipe.ExposurePipeline.tweakreg - INFO - ***** tweakwcs.imalign.align_wcs() TOTAL RUN TIME: 0:00:01.313024
2023-10-27 14:43:39,215 - stpipe.ExposurePipeline.tweakreg - INFO -
2023-10-27 14:43:39,216 - stpipe.ExposurePipeline.tweakreg - INFO - Step tweakreg done
2023-10-27 14:43:39,216 - stpipe.ExposurePipeline - INFO - Roman exposure calibration pipeline ending...
2023-10-27 14:43:41,867 - stpipe.ExposurePipeline - INFO - Saved model in r0000101001001001001_01101_0001_WFI01_cal.asdf
2023-10-27 14:43:41,867 - stpipe.ExposurePipeline - INFO - Step ExposurePipeline done
Meta Attribute cal_step
```java
assign_wcs COMPLETE
flat_field COMPLETE
dark COMPLETE
dq_init COMPLETE
jump COMPLETE
linearity COMPLETE
photom COMPLETE
source_detection COMPLETE
outlier_detection INCOMPLETE
ramp_fit COMPLETE
refpix COMPLETE
saturation COMPLETE
skymatch INCOMPLETE
tweakreg COMPLETE
resample INCOMPLETE```
For an association as input
strun --debug --disable-crds-steppar roman_elp test_asn.json
2023-10-27 12:20:58,097 - stpipe.ExposurePipeline - INFO - ExposurePipeline instance created.
...
2023-10-27 13:09:09,696 - stpipe.ExposurePipeline.tweakreg - INFO - Step tweakreg done
2023-10-27 13:09:09,697 - stpipe.ExposurePipeline - INFO - Roman exposure calibration pipeline ending...
2023-10-27 13:09:13,712 - stpipe.ExposurePipeline - INFO - Saved model in r0000101001001001001_01101_0001_WFI01_cal.asdf
2023-10-27 13:09:17,570 - stpipe.ExposurePipeline - INFO - Saved model in r0000101001001001001_01101_0001_WFI02_cal.asdf
2023-10-27 13:09:20,886 - stpipe.ExposurePipeline - INFO - Saved model in r0000101001001001001_01101_0001_WFI03_cal.asdf
2023-10-27 13:09:20,886 - stpipe.ExposurePipeline - INFO - Step ExposurePipeline done
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue RCAL-697 was created on JIRA by David Davis:
Add the tweakreg step to the elpp
The text was updated successfully, but these errors were encountered: