IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15520


Ignore:
Timestamp:
Nov 8, 2007, 1:03:34 PM (19 years ago)
Author:
eugene
Message:

option to dump gradient values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psastro/src/psastroMosaicGradients.c

    r15258 r15520  
    11# include "psastroInternal.h"
     2static int nPass = 0;
    23
    34bool psastroMosaicGradients (pmFPA *fpa, psMetadata *recipe) {
     
    5051    }
    5152
     53    // if desired, dump the gradients to a file
     54    if (psTraceGetLevel("psastro.dump") > 0) {
     55        char name[80];
     56        sprintf (name, "gradients.%d.dat", nPass);
     57        psastroDumpGradients (gradients, name);
     58        nPass ++;
     59    }
     60
    5261    // allocate mosaic-level polynomial transformation and set masks needed by DVO
    5362    int order = psMetadataLookupF32 (&status, recipe, "PSASTRO.MOSAIC.ORDER");
Note: See TracChangeset for help on using the changeset viewer.