Changeset 29936 for trunk/psphot/src/psphotStackImageLoop.c
- Timestamp:
- Dec 5, 2010, 9:42:25 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotStackImageLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20101103/psphot (added) merged: 29660,29824-29825,29904,29914,29918,29920
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotStackImageLoop.c
r28013 r29936 105 105 bool GetAstrometryFPA (pmConfig *config, pmFPAview *view) { 106 106 107 bool status = false;108 109 107 bool foundAstrometry = false; 110 108 bool bilevelAstrometry = false; 111 109 112 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 113 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 110 int num = psphotFileruleCount(config, "PSPHOT.INPUT"); 114 111 115 112 // loop over the available readouts … … 158 155 bool GetAstrometryChip (pmConfig *config, pmFPAview *view, bool bilevelAstrometry) { 159 156 160 bool status = false; 161 162 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 163 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 157 int num = psphotFileruleCount(config, "PSPHOT.INPUT"); 164 158 165 159 // loop over the available readouts … … 220 214 bool SetAstrometryFPA (pmConfig *config, pmFPAview *view, bool bilevelAstrometry) { 221 215 222 bool status = false;223 224 216 if (!bilevelAstrometry) return true; 225 217 226 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 227 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 218 int num = psphotFileruleCount(config, "PSPHOT.INPUT"); 228 219 229 220 // loop over the available readouts
Note:
See TracChangeset
for help on using the changeset viewer.
