IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2010, 10:56:32 AM (16 years ago)
Author:
eugene
Message:

changed pmSourceFitModel and related APIs to pass a structure of fit options; this lets us change the options between soruces within the multithreaded context; also re-organized the include orders to avoid conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/psmodules.h

    r28435 r28643  
    114114
    115115// the following headers are from psModule:objects
     116#include <pmTrend2D.h>
     117#include <pmResiduals.h>
     118#include <pmGrowthCurve.h>
     119
    116120#include <pmSpan.h>
    117121#include <pmFootprintSpans.h>
     
    120124#include <pmDetections.h>
    121125#include <pmMoments.h>
     126
     127#include <pmModelFuncs.h>
     128#include <pmModel.h>
     129
     130#include <pmSourceMasks.h>
    122131#include <pmSourceExtendedPars.h>
    123132#include <pmSourceDiffStats.h>
    124 #include <pmResiduals.h>
    125 #include <pmGrowthCurve.h>
    126 #include <pmTrend2D.h>
     133#include <pmSource.h>
     134#include <pmSourceFitModel.h>
    127135#include <pmPSF.h>
    128 #include <pmModel.h>
    129 #include <pmSourceMasks.h>
    130 #include <pmSource.h>
     136#include <pmPSFtry.h>
    131137#include <pmPhotObj.h>
    132138#include <pmSourceUtils.h>
    133139#include <pmSourceIO.h>
    134140#include <pmSourceSky.h>
    135 #include <pmSourceFitModel.h>
    136141#include <pmSourceFitSet.h>
    137142#include <pmSourceContour.h>
    138143#include <pmSourcePlots.h>
    139144#include <pmPSF_IO.h>
    140 #include <pmPSFtry.h>
    141145#include <pmModelClass.h>
    142146#include <pmModelUtils.h>
Note: See TracChangeset for help on using the changeset viewer.