IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2012, 3:10:38 PM (14 years ago)
Author:
watersc1
Message:

ppMerge/detrend script changes to create noisemap detrends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeArguments.c

    r26500 r33666  
    289289        strcasecmp(typeStr, "FLATMASK") == 0) {
    290290      type = PPMERGE_TYPE_MASK;
     291      goto VALID;
     292    }
     293    if (strcasecmp(typeStr, "NOISEMAP") == 0) {
     294      type = PPMERGE_TYPE_NOISEMAP;
    291295      goto VALID;
    292296    }
Note: See TracChangeset for help on using the changeset viewer.