Changeset 31154 for trunk/psphot/src/psphotForced.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotForced.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:ignore
-
old new 19 19 psphot-config 20 20 Doxyfile 21 a.out.dSYM
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotForced.c
r25981 r31154 1 1 # include "psphotStandAlone.h" 2 # define FORCED_PHOTOMETRY 1 2 3 3 4 int main (int argc, char **argv) { … … 20 21 21 22 // call psphot for each readout 22 if (!psphot ForcedImageLoop (config)) {23 if (!psphotImageLoop (config, PSPHOT_FORCED)) { 23 24 psErrorStackPrint(stderr, "Error in the psphot image loop\n"); 24 25 exit (psphotGetExitStatus());
Note:
See TracChangeset
for help on using the changeset viewer.
