IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 10:03:06 AM (5 years ago)
Author:
eugene
Message:

major revision of the photometric flat-field correction / grid analysis; strip out code which uses astrometric information to define the grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/extra.c

    r41467 r41603  
    11# include "relphot.h"
     2# define DISABLE_CORNER_GPC1 0
    23
    34int isMosaicChip (int photcode) {
     
    1415int whichGPC1filter (int photcode) {
    1516
    16 # if (1)
     17# if (DISABLE_CORNER_GPC1)
    1718  // disable the corner chips:
    1819  if (((photcode >  10000) && (photcode <  10077)) || (photcode == 4100)) return PS1_g; // g-band
     
    3738int isGPC1chip (int photcode) {
    3839
    39 # if (1)
     40# if (DISABLE_CORNER_GPC1)
    4041  if (((photcode >  10000) && (photcode <  10077)) || (photcode == 4100)) return TRUE; // g-band
    4142  if (((photcode >  10100) && (photcode <  10177)) || (photcode == 4200)) return TRUE; // r-band
Note: See TracChangeset for help on using the changeset viewer.