IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9889


Ignore:
Timestamp:
Nov 6, 2006, 11:21:24 PM (20 years ago)
Author:
eugene
Message:

added a comment

Location:
trunk/psphot/src
Files:
3 edited

Legend:

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

    r9838 r9889  
    146146
    147147    // save only the best model;
     148    // XXX we are not saving the fitted sources
     149    // XXX do we want to keep them so we may optionally write them out?
    148150    psf = psMemIncrRefCounter(try->psf);
    149151    psFree (models);
  • trunk/psphot/src/psphotFitSet.c

    r9734 r9889  
    11# include "psphot.h"
    22
     3// XXX this is not used in main psphot code
    34bool psphotFitSet (pmSource *source, pmModel *oneModel, char *fitset, pmSourceFitMode mode) {
    45
  • trunk/psphot/src/psphotGrowthCurve.c

    r9837 r9889  
    4545
    4646    // loop over a range of source fluxes
     47    // no need to interpolate since we have force the object center
     48    // to 0.5, 0.5 above
    4749    for (int i = 0; i < psf->growth->radius->n; i++) {
    4850
Note: See TracChangeset for help on using the changeset viewer.