IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7638


Ignore:
Timestamp:
Jun 22, 2006, 10:37:39 AM (20 years ago)
Author:
eugene
Message:

added psphotSourceFreePixels

Location:
trunk/psphot/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/Makefile.am

    r7527 r7638  
    4242        psphotFitSet.c          \
    4343        psphotWeightBias.c      \
     44        psphotSourceFreePixels.c \
    4445        psphotCleanup.c         
    4546
  • trunk/psphot/src/psphot.h

    r7521 r7638  
    4545void            psphotTestArguments (int *argc, char **argv);
    4646bool            psphotMaskReadout (pmReadout *readout, psMetadata *recipe);
    47 // bool            psphotBackgroundNames (psMetadata *arguments);
     47void            psphotSourceFreePixels (psArray *sources);
    4848
    4949// functions to set the correct source pixels
  • trunk/psphot/src/psphotReadout.c

    r7506 r7638  
    8686    psphotSkyReplace (config, view);
    8787
     88    // drop the references to the image pixels held by each source
     89    psphotSourceFreePixels (sources);
     90
    8891    // save the results of the analysis
    8992    psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_DATA_ARRAY,    "psphot sources", sources);
Note: See TracChangeset for help on using the changeset viewer.