IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 9:20:20 PM (19 years ago)
Author:
eugene
Message:

added skyflat and domeflat types

File:
1 edited

Legend:

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

    r10441 r10743  
    180180            options->shutter = false;
    181181            options->mask = false;
     182        } else if (strcasecmp(type, "SKYFLAT") == 0) {
     183            options->zero = false;
     184            options->scale = true;
     185            options->darktime = false;
     186            options->fringe = false;
     187            options->shutter = false;
     188            options->mask = false;
     189        } else if (strcasecmp(type, "DOMEFLAT") == 0) {
     190            options->zero = false;
     191            options->scale = true;
     192            options->darktime = false;
     193            options->fringe = false;
     194            options->shutter = false;
     195            options->mask = false;
    182196        } else if (strcasecmp(type, "FRINGE") == 0) {
    183197            options->zero = true;
Note: See TracChangeset for help on using the changeset viewer.