Changeset 20416
- Timestamp:
- Oct 27, 2008, 12:50:28 PM (18 years ago)
- Location:
- branches/cnb_branch_20081011/psastro/src
- Files:
-
- 3 edited
-
psastroArguments.c (modified) (1 diff)
-
psastroCleanup.c (modified) (1 diff)
-
psastroVisual.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20081011/psastro/src/psastroArguments.c
r20263 r20416 85 85 psArgumentRemove (N, &argc, argv); 86 86 psastroSetVisual (true); 87 pmAstromSetVisual (true); 87 88 } 88 89 -
branches/cnb_branch_20081011/psastro/src/psastroCleanup.c
r20263 r20416 12 12 pmConfigDone (); 13 13 psastroVisualClose (); 14 pmAstromVisualClose (); 14 15 fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro"); 15 16 // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro"); -
branches/cnb_branch_20081011/psastro/src/psastroVisual.c
r20335 r20416 15 15 //variables to determine when things are plotted 16 16 static bool isVisual = false; 17 static bool plotRawStars = true;18 static bool plotRefStars = true;19 static bool plotLumFunc = true;20 static bool plotRemoveClumps = true;21 static bool plotOneChipFit = true;22 static bool plotAstromGuessCheck = true;23 static bool plotMosaicMatches = true;24 static bool plotMosaicOneChip = true;17 static bool plotRawStars = false; 18 static bool plotRefStars = false; 19 static bool plotLumFunc = false; 20 static bool plotRemoveClumps = false; 21 static bool plotOneChipFit = false; 22 static bool plotAstromGuessCheck = false; 23 static bool plotMosaicMatches = false; 24 static bool plotMosaicOneChip = false; 25 25 26 26 // variables to store plotting window indices
Note:
See TracChangeset
for help on using the changeset viewer.
