IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20493


Ignore:
Timestamp:
Oct 31, 2008, 4:05:36 PM (18 years ago)
Author:
Paul Price
Message:

Adding psphot visualisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackPhotometry.c

    r20427 r20493  
    116116    pmFPACopy(photFile->fpa, readout->parent->parent->parent);
    117117
     118    if (psMetadataLookupBool(NULL, config->arguments, "-psphot-visual")) {
     119        psphotSetVisual(true);
     120    }
     121
    118122    // Need to ensure aperture residual is not calculated
    119123    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PSPHOT_RECIPE); // Recipe
Note: See TracChangeset for help on using the changeset viewer.