Skip to content

Commit

Permalink
Fixed use of affine rotradccw, log statement with commissioning default
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooper295 committed Dec 12, 2024
1 parent eda935c commit dde335c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jwst/ami/ami_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def apply_LG_plus(
log.info(f'\tmx={affine2d.mx:.6f}\tmy={affine2d.my:.6f}')
log.info(f'\tsx={affine2d.sx:.6f}\tsy={affine2d.sy:.6f}')
log.info(f'\txo={affine2d.xo:.6f}\tyo={affine2d.yo:.6f}')
log.info(f'\trotradccw={affine2d.rotradccw:.4f}')
log.info(f'\trotradccw={affine2d.rotradccw}')

niriss = instrument_data.NIRISS(filt,
nrm_model,
Expand Down
1 change: 0 additions & 1 deletion jwst/ami/ami_analyze_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def process(self, input):
sy=-7.27008e-03,
xo=0,
yo=0,
rotradccw=0,
name='commissioning')
self.log.info("Using affine parameters from commissioning.")
else:
Expand Down

0 comments on commit dde335c

Please sign in to comment.