IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2024, 9:08:34 AM (2 years ago)
Author:
eugene
Message:

user options to set the MIN_MAG, PSF-KRON cut, and PSF_QF cut for stars used in the calibration; identify the GPC1 and GPC2 stack and forced-warp photcodes correctly; option to tie calibration to a different average photcode than the photcode equiv entry (ie, tie to the equiv of the equiv)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/relphot/include/relphot.h

    r42389 r42696  
    414414int IS_DIFF_DB;
    415415
     416double MAG_MIN;
    416417double MAG_LIM;
    417418double SIGMA_LIM;
     419
     420double STAR_MAX_PSF_KRON;
     421double PSF_QF_MIN;
     422
    418423double IMAGE_SCATTER;
    419424double IMAGE_OFFSET;
     
    468473int    RESET_FLATCORR;
    469474int    REPAIR_WARPS;
     475int    USE_REF_EQUIV;
    470476int    PRESERVE_PS1;
    471477int    REQUIRE_PSFFIT;
Note: See TracChangeset for help on using the changeset viewer.