Skip to content

Commit

Permalink
Enable C++ solver and use input center for PSF model.
Browse files Browse the repository at this point in the history
  • Loading branch information
PFLeget committed Feb 25, 2025
1 parent 975e584 commit d44590d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/comCam/finalize_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
config.psf_determiner['piff'].spatialOrder = 4
# See DM-48887 for more detail.
config.psf_determiner['piff'].zerothOrderInterpNotEnoughStars = True
# See DM-49152 for more detail.
config.psf_determiner['piff'].piffBasisPolynomialSolver = "cpp"
config.psf_determiner['piff'].piffPixelGridFitCenter = False

0 comments on commit d44590d

Please sign in to comment.