Changeset 33471
- Timestamp:
- Mar 10, 2012, 12:47:39 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/uniphot
- Files:
-
- 4 edited
-
include/setphot.h (modified) (1 diff)
-
src/initialize_setphot.c (modified) (1 diff)
-
src/setphot.c (modified) (1 diff)
-
src/update_dvo_setphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/include/setphot.h
r33329 r33471 33 33 int PARALLEL_MANUAL; 34 34 int PARALLEL_SERIAL; 35 int IMAGES_ONLY; 35 36 36 37 /***** prototypes ****/ -
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/initialize_setphot.c
r33362 r33471 37 37 if ((N = get_argument (argc, argv, "-v"))) { 38 38 VERBOSE = TRUE; 39 remove_argument (N, &argc, argv); 40 } 41 42 IMAGES_ONLY = FALSE; 43 if ((N = get_argument (argc, argv, "-images-only"))) { 44 IMAGES_ONLY = TRUE; 39 45 remove_argument (N, &argc, argv); 40 46 } -
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/setphot.c
r33303 r33471 42 42 } 43 43 44 update_dvo_setphot (image, Nimage, &flatcorrTable); 44 if (!IMAGES_ONLY) { 45 update_dvo_setphot (image, Nimage, &flatcorrTable); 46 } 45 47 46 48 // write image table -
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/update_dvo_setphot.c
r33303 r33471 16 16 if (PARALLEL && !HOST_ID) { 17 17 update_dvo_setphot_parallel (sky, image, Nimage); 18 exit (0);18 return TRUE; 19 19 } 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
