Changeset 7582 for trunk/psphot/src/psphotImageMedian.c
- Timestamp:
- Jun 15, 2006, 3:04:39 PM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphotImageMedian.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src
- Property svn:ignore
-
old new 8 8 psphot 9 9 psphotTest 10 errorCodes.c11 10 psphot.loT 12 11 psphotErrorCodes.h
-
- Property svn:ignore
-
trunk/psphot/src/psphotImageMedian.c
r7434 r7582 56 56 if (model == NULL) { 57 57 // select model pixels, from output background model file, or create 58 model = pmFPAfile CreateInternal (config->files, "PSPHOT.BACKMDL", nx, ny, PS_TYPE_F32);58 model = pmFPAfileDefineInternal (config->files, "PSPHOT.BACKMDL", nx, ny, PS_TYPE_F32); 59 59 } else { 60 60 // replace the supplied image data with an image of the desired size … … 109 109 pmReadout *background = pmFPAfileThisReadout (config->files, view, "PSPHOT.BACKGND"); 110 110 if (background == NULL) { 111 background = pmFPAfile CreateInternal (config->files, "PSPHOT.BACKGND", Nx, Ny, PS_TYPE_F32);111 background = pmFPAfileDefineInternal (config->files, "PSPHOT.BACKGND", Nx, Ny, PS_TYPE_F32); 112 112 } 113 113 psF32 **backData = background->image->data.F32;
Note:
See TracChangeset
for help on using the changeset viewer.
