IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2008, 4:05:16 PM (18 years ago)
Author:
Paul Price
Message:

Don't let psphot use a fake PSF --- a proper PSF is required for stacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r17781 r17955  
    1 # include "pswarp.h"
     1#include "pswarp.h"
    22#include <ppStats.h>
    33
     
    291291        psMetadataAddStr(psphotRecipe, PS_LIST_TAIL, "BREAK_POINT", PS_META_REPLACE,
    292292                         "Break point for psphot operations", "PSFMODEL");
     293        psMetadataAddBool(psphotRecipe, PS_LIST_TAIL, PSPHOT_RECIPE_PSF_FAKE_ALLOW, PS_META_REPLACE,
     294                          "Don't allow psphot to fit a fake PSF!", false);
    293295
    294296        // Get rid of the transformed sources so that we can measure the PSF
Note: See TracChangeset for help on using the changeset viewer.