Changeset 41603 for branches/eam_branches/relphot.20210521/src/extra.c
- Timestamp:
- May 21, 2021, 10:03:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/extra.c
r41467 r41603 1 1 # include "relphot.h" 2 # define DISABLE_CORNER_GPC1 0 2 3 3 4 int isMosaicChip (int photcode) { … … 14 15 int whichGPC1filter (int photcode) { 15 16 16 # if ( 1)17 # if (DISABLE_CORNER_GPC1) 17 18 // disable the corner chips: 18 19 if (((photcode > 10000) && (photcode < 10077)) || (photcode == 4100)) return PS1_g; // g-band … … 37 38 int isGPC1chip (int photcode) { 38 39 39 # if ( 1)40 # if (DISABLE_CORNER_GPC1) 40 41 if (((photcode > 10000) && (photcode < 10077)) || (photcode == 4100)) return TRUE; // g-band 41 42 if (((photcode > 10100) && (photcode < 10177)) || (photcode == 4200)) return TRUE; // r-band
Note:
See TracChangeset
for help on using the changeset viewer.
