IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2006, 3:04:39 PM (20 years ago)
Author:
eugene
Message:

updating to reflect changes to pmFPAfile APIs

Location:
trunk/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src

    • Property svn:ignore
      •  

        old new  
        88psphot
        99psphotTest
        10 errorCodes.c
        1110psphot.loT
        1211psphotErrorCodes.h
  • trunk/psphot/src/psphotImageMedian.c

    r7434 r7582  
    5656    if (model == NULL) {
    5757        // select model pixels, from output background model file, or create
    58         model = pmFPAfileCreateInternal (config->files, "PSPHOT.BACKMDL", nx, ny, PS_TYPE_F32);
     58        model = pmFPAfileDefineInternal (config->files, "PSPHOT.BACKMDL", nx, ny, PS_TYPE_F32);
    5959    } else {
    6060        // replace the supplied image data with an image of the desired size
     
    109109    pmReadout *background = pmFPAfileThisReadout (config->files, view, "PSPHOT.BACKGND");
    110110    if (background == NULL) {
    111         background = pmFPAfileCreateInternal (config->files, "PSPHOT.BACKGND", Nx, Ny, PS_TYPE_F32);
     111        background = pmFPAfileDefineInternal (config->files, "PSPHOT.BACKGND", Nx, Ny, PS_TYPE_F32);
    112112    }
    113113    psF32 **backData = background->image->data.F32;
Note: See TracChangeset for help on using the changeset viewer.