Changeset 37066 for branches/eam_branches/ipp-ops-20130712/psModules/src/objects/pmSourceExtendedPars.h
- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psModules
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/objects (modified) (1 prop)
-
src/objects/pmSourceExtendedPars.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects
- Property svn:ignore
-
old new 12 12 pmSourceIO_CMF_PS1_V1.v1.c 13 13 pmSourceIO_CMF_PS1_V4.c 14 pmSourceIO_CMF_PS1_V5.c 14 15 pmSourceIO_CMF_PS1_SV1.c 15 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 16 18 pmSourceIO_CMF_PS1_DV1.c 17 19 pmSourceIO_CMF_PS1_DV2.c 18 20 pmSourceIO_CMF_PS1_DV3.c 19 21 pmSourceIO_CMF_PS1_DV4.c
-
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/psModules/src/objects/pmSourceExtendedPars.h
r32347 r37066 82 82 } pmSourceExtFitPars; 83 83 84 typedef struct { 85 int modelType; 86 psVector *Flux; 87 psVector *dFlux; 88 psVector *chisq; 89 int nPix; 90 bool reducedTrials; 91 float fRmajorMin; 92 float fRmajorMax; 93 float fRmajorDel; 94 float fRminorMin; 95 float fRminorMax; 96 float fRminorDel; 97 } pmSourceGalaxyFits; 98 84 99 pmSourceRadialFlux *pmSourceRadialFluxAlloc(); 85 100 bool psMemCheckSourceRadialFlux(psPtr ptr); … … 109 124 pmSourceExtFitPars *pmSourceExtFitParsAlloc (void); 110 125 126 pmSourceGalaxyFits *pmSourceGalaxyFitsAlloc (void); 127 111 128 /// @} 112 129 # endif /* PM_SOURCE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
