Changeset 15520
- Timestamp:
- Nov 8, 2007, 1:03:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psastro/src/psastroMosaicGradients.c
r15258 r15520 1 1 # include "psastroInternal.h" 2 static int nPass = 0; 2 3 3 4 bool psastroMosaicGradients (pmFPA *fpa, psMetadata *recipe) { … … 50 51 } 51 52 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 52 61 // allocate mosaic-level polynomial transformation and set masks needed by DVO 53 62 int order = psMetadataLookupF32 (&status, recipe, "PSASTRO.MOSAIC.ORDER");
Note:
See TracChangeset
for help on using the changeset viewer.
