- Timestamp:
- Dec 3, 2010, 2:28:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psphot/src/psphotStackImageLoop.c
r28013 r29904 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.
