Changeset 19762
- Timestamp:
- Sep 26, 2008, 11:10:43 AM (18 years ago)
- Location:
- branches/eam_branch_20080926/psphot/src
- Files:
-
- 1 added
- 2 edited
-
psphotArguments.c (modified) (1 diff)
-
psphotReadout.c (modified) (1 diff)
-
psphotVisual.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080926/psphot/src/psphotArguments.c
r13416 r19762 67 67 } 68 68 69 // visual : interactive display mode 70 if ((N = psArgumentGet (argc, argv, "-visual"))) { 71 psArgumentRemove (N, &argc, argv); 72 psphotSetVisual (true); 73 } 74 69 75 // break : used from recipe throughout psphotReadout 70 76 if ((N = psArgumentGet (argc, argv, "-break"))) { -
branches/eam_branch_20080926/psphot/src/psphotReadout.c
r18973 r19762 35 35 return psphotReadoutCleanup(config, readout, recipe, NULL, NULL, NULL); 36 36 } 37 38 // set up the Visual display, display the image, weight, mask (ch 1,2,3) 39 psphotVisualShowImage (readout); 37 40 38 41 // generate a background model (median, smoothed image)
Note:
See TracChangeset
for help on using the changeset viewer.
