Skip to content

Commit

Permalink
Revert "Switch comCamSim to use the LSSTCam distortion model"
Browse files Browse the repository at this point in the history
This reverts commit b3a6a4f.
  • Loading branch information
isullivan committed Jun 5, 2024
1 parent c0f17ef commit 2772402
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions policy/comCamSim/cameraTransforms.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Provide transformations *from* the nativeSys *to* the specified system (e.g. FieldAngle)
# Updated to use the LSSTCam values, since those were accidentally used in making the simulated images used for Ops rehearsal 3

plateScale : 20.005867576692737 # plate scale, in arcseconds on sky/mm
plateScale : 20.018130891688713 # plate scale, in arcseconds on sky/mm

transforms :
nativeSys : FocalPlane
Expand All @@ -13,4 +12,4 @@ transforms :

FieldAngle :
transformType : radial
coeffs : [0.0, 1.0, 0.0, -8.33713991e-09, 0.0, -1.41389858e-15] # radial distortion coefficients (c_0 + c_1 r + c_2 r^2 + ...)
coeffs : [0.0, 1.0, 0.0, 9.27930280e-08, 0.0, 2.41770368e-13] # radial distortion coefficients (c_0 + c_1 r + c_2 r^2 + ...)

0 comments on commit 2772402

Please sign in to comment.