IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2010, 5:20:00 PM (16 years ago)
Author:
Paul Price
Message:

Adding scaling of kernel based on input PSFs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubCamera.c

    r26597 r26649  
    317317
    318318    // psPhot input
    319     if (data->photometry) {
     319    if (data->photometry || 1) {
    320320        psphotModelClassInit();        // load implementation-specific models
    321321
     
    329329            return false;
    330330        }
    331         // specify the number of psphot input images
    332         psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1);
     331        // specify the number of psphot input images
     332        psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1);
    333333        pmFPAfileActivate(config->files, false, "PSPHOT.INPUT");
    334334
Note: See TracChangeset for help on using the changeset viewer.