- Timestamp:
- Jul 3, 2013, 1:46:00 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSourceIO.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 35610,35716-35717,35726
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceIO.h
r34403 r35750 22 22 bool pmSourcesWrite_##TYPE##_XRAD(psFits *fits, pmReadout *readout, psArray *sources, psMetadata *imageHeader, char *extname, psMetadata *recipe); \ 23 23 psArray *pmSourcesRead_##TYPE (psFits *fits, psMetadata *header); \ 24 bool pmSourcesRead_##TYPE##_XSRC (psFits *fits, p sMetadata *header, psArray *sources, long *index); \25 bool pmSourcesRead_##TYPE##_XFIT (psFits *fits, p sMetadata *header, psArray *sources, long *index); \26 bool pmSourcesRead_##TYPE##_XRAD (psFits *fits, pmReadout *readout, psMetadata *header, ps Array *sources, long *index);\24 bool pmSourcesRead_##TYPE##_XSRC (psFits *fits, pmReadout *readout, psMetadata *header, psMetadata *tableHeader, psArray *sources, long *index); \ 25 bool pmSourcesRead_##TYPE##_XFIT (psFits *fits, pmReadout *readout, psMetadata *header, psMetadata *tableHeader, psArray *sources, long *index); \ 26 bool pmSourcesRead_##TYPE##_XRAD (psFits *fits, pmReadout *readout, psMetadata *header, psMetadata *tableHeader, psArray *sources, long *index);\ 27 27 28 28 // All of these functions need to use the same API, even if not all elements are used in a specific case
Note:
See TracChangeset
for help on using the changeset viewer.
