IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 12:17:18 PM (20 months ago)
Author:
eugene
Message:

add option to calibrate stacks like chips rather than only tied to average chip values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/relphot/src/extra.c

    r42708 r42740  
    7878  // 31000 : GPC2.g.SkyChip
    7979 
     80  if (CALIBRATE_STACKS_LIKE_CHIPS) return FALSE;
     81
    8082  if ((photcode == 11000) || (photcode == 11001) || (photcode == 14100) || (photcode == 31000)) return TRUE; // g-band
    8183  if ((photcode == 11100) || (photcode == 11101) || (photcode == 14200) || (photcode == 31100)) return TRUE; // r-band
Note: See TracChangeset for help on using the changeset viewer.