Skip to content

Commit

Permalink
Turn off wcs jacobian for comcam with illumination corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Feb 27, 2025
1 parent d567ee7 commit f3afeda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/comCam/fgcmBuildFromIsolatedStars.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
config.fgcmLoadReferenceCatalog.referenceSelector.signalToNoise.fluxField = "monster_ComCam_i_flux"
config.fgcmLoadReferenceCatalog.referenceSelector.signalToNoise.errField = "monster_ComCam_i_fluxErr"
config.fgcmLoadReferenceCatalog.referenceSelector.signalToNoise.minimum = 50.0

config.doApplyWcsJacobian = False
2 changes: 2 additions & 0 deletions config/comCam/fgcmOutputProducts.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
}

config.physicalFilterMap = physical_to_band

config.doComposeWcsJacobian = False

0 comments on commit f3afeda

Please sign in to comment.