Skip to content

Commit

Permalink
Don't forget to add the transforms now that we need them
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLuptonTheGood committed Jan 30, 2019
1 parent 4ccb83f commit 2ceb854
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion policy/camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@

name : "comCam"
plateScale : 13.55 # plate scale, in arcseconds on sky/mm
radialCoeffs : [0.0, 1.0, 0.0, 1.0] # radial distortion coefficients (c_0 + c_1 r + c_2 r^2 + ...)
#
# Specify the geometrical transformations relavant to the camera in all appropriate
# (and known!) coordinate systems
#
transforms : {
'nativeSys': 'FocalPlane',
'FieldAngle': {
'transformType': 'radial',
'coeffs': [0.0, 1.0]
}
}

#
# A single amplifier ("segment" to the camera team)
Expand Down

0 comments on commit 2ceb854

Please sign in to comment.