Skip to content

Commit

Permalink
Increase polynomial order in Piff from 3 to 4 for LSSTComCam
Browse files Browse the repository at this point in the history
  • Loading branch information
PFLeget committed Dec 12, 2024
1 parent 11c327a commit 8814cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/comCam/finalize_characterization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DM-48026: Order 2 does not looks to be enough
# for spatial interpolation of the PSF. Order 3
# DM-48093: Order 2 does not looks to be enough
# for spatial interpolation of the PSF. Order 4
# remove most of spatial structure.
config.psf_determiner['piff'].spatialOrder = 3
config.psf_determiner['piff'].spatialOrder = 4

0 comments on commit 8814cdc

Please sign in to comment.