Skip to content

Commit

Permalink
Fix stamp size when using LSST_Silicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Mar 14, 2024
1 parent 2b8accc commit c260dc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Version History
-------------

* Change imSim camera name LsstComCam to LsstComCamSim.
* Fix stamp size when using LSST_Silicon.

-------------
1.3.0
Expand Down
1 change: 1 addition & 0 deletions policy/config/stamp/lsstCamLsstSilicon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stamp:
size: 500
type: LSST_Silicon
det_name: "$det_name"
world_pos:
Expand Down
1 change: 1 addition & 0 deletions policy/config/stamp/lsstCamLsstSiliconWithDiffraction.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stamp:
size: 500
type: LSST_Silicon
det_name: "$det_name"
world_pos:
Expand Down
1 change: 1 addition & 0 deletions tests/testData/imsimConfig/imsimConfigLsstCam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ psf:


stamp:
size: 500
type: LSST_Silicon
det_name: "$det_name"
world_pos:
Expand Down

0 comments on commit c260dc9

Please sign in to comment.