Changeset 23990
- Timestamp:
- Apr 28, 2009, 2:55:30 PM (17 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 1 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
pmSourceIO.c (modified) (3 diffs)
-
pmSourceIO.h (modified) (1 diff)
-
pmSourceIO_MatchedRefs.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/Makefile.am
r23184 r23990 38 38 pmSourceIO_PS1_CAL_0.c \ 39 39 pmSourceIO_CMF_PS1_V1.c \ 40 pmSourceIO_MatchedRefs.c \ 40 41 pmSourcePlots.c \ 41 42 pmSourcePlotPSFModel.c \ -
trunk/psModules/src/objects/pmSourceIO.c
r22699 r23990 562 562 563 563 // not needed if only one chip 564 if (file->fpa->chips->n == 1) return true; 565 564 if (file->fpa->chips->n == 1) { 565 pmSourceWriteMatchedRefs (file->fits, file->fpa, config); 566 return true; 567 } 566 568 567 569 // find the FPA phu … … 667 669 psFree (outhead); 668 670 671 pmSourceWriteMatchedRefs (file->fits, file->fpa, config); 669 672 return true; 670 673 } … … 1053 1056 } 1054 1057 1058 -
trunk/psModules/src/objects/pmSourceIO.h
r21516 r23990 75 75 bool pmSourceLocalAstrometry (psSphere *ptSky, float *posAngle, float *pltScale, pmChip *chip, float xPos, float yPos); 76 76 77 bool pmSourceWriteMatchedRefs (psFits *fits, pmFPA *fpa, pmConfig *config); 78 77 79 /// @} 78 80 # endif /* PM_SOURCE_IO_H */
Note:
See TracChangeset
for help on using the changeset viewer.
