IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 12:27:23 PM (17 years ago)
Author:
Paul Price
Message:

Adding bits and pieces to generate warp-warp diffs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/ppSubCamera.c

    r23719 r23723  
    202202        return false;
    203203    }
     204    if (psMetadataLookupBool(NULL, config->arguments, "-photometry")) {
     205        psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PHOTOMETRY", PS_META_REPLACE,
     206                          "Perform photometry?", true);
     207    }
     208    if (psMetadataLookupBool(NULL, config->arguments, "-inverse")) {
     209        psMetadataAddBool(config->arguments, PS_LIST_TAIL, "INVERSE", PS_META_REPLACE,
     210                          "Generate inverse subtractions?", true);
     211    }
     212
    204213    data->inverse = psMetadataLookupBool(NULL, recipe, "INVERSE");
    205214    data->photometry = psMetadataLookupBool(NULL, recipe, "PHOTOMETRY");
Note: See TracChangeset for help on using the changeset viewer.