Skip to content

Commit

Permalink
Merge pull request #96 from LSSTDESC/debug-auxtel
Browse files Browse the repository at this point in the history
refine the prior on DCCD for auxtel
  • Loading branch information
jeremyneveu authored Apr 7, 2022
2 parents 33dceb9 + 19e911b commit 98909f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/auxtel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ CCD_REBIN = 2

[spectrograph]
# distance between hologram and CCD in mm
DISTANCE2CCD = 175
DISTANCE2CCD = 181
# uncertainty on distance between hologram and CCD in mm
DISTANCE2CCD_ERR = 0.75
DISTANCE2CCD_ERR = 0.4
# default value for order 2 over order 1 transmission ratio
GRATING_ORDER_2OVER1 = 0.1

Expand Down
2 changes: 1 addition & 1 deletion spectractor/extractor/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def load_AUXTEL_image(image): # pragma: no cover
image.target_guess = [parameters.CCD_IMSIZE - float(image.header["OBJECTY"]),
parameters.CCD_IMSIZE - float(image.header["OBJECTX"])]
image.disperser_label = image.header["GRATING"]
parameters.DISTANCE2CCD = 115 + float(image.header["LINSPOS"]) # mm
parameters.DISTANCE2CCD = 113 + float(image.header["LINSPOS"]) # mm
image.compute_parallactic_angle()


Expand Down

0 comments on commit 98909f1

Please sign in to comment.