IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:31:17 PM (20 years ago)
Author:
eugene
Message:

substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelTest.c

    r6571 r6715  
    8484    pmSource *source = pmSourceAlloc();
    8585    source->peak = pmPeakAlloc (xObj, yObj, 0, 0);
    86     psphotDefinePixels (source, readout, xObj, yObj, OUTER);
     86    pmSourceDefinePixels (source, readout, xObj, yObj, OUTER);
    8787
    8888    // find the local sky
     
    170170
    171171    // subtract object, leave local sky
    172     pmSourceSubModel (source->pixels, source->mask, model, false, false);
     172    pmModelSub (source->pixels, source->mask, model, false, false);
    173173   
    174174    fprintf (stderr, "output parameters: \n");
Note: See TracChangeset for help on using the changeset viewer.