- Timestamp:
- Sep 7, 2012, 10:06:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotDeblendSatstars.c
r34408 r34415 121 121 int BIG_SIGMA = BIG_RADIUS / 4.0; 122 122 123 int display = psphotKapaChannel (1);124 psphotVisualScaleImage (display, (psImage *) source->pixels->parent, NULL, "image", 1.0, 0);123 // int display = psphotKapaChannel (1); 124 // psphotVisualScaleImage (display, (psImage *) source->pixels->parent, NULL, "image", 1.0, 0); 125 125 126 126 // examine sources in decreasing SN order … … 182 182 } 183 183 // show the image after object have been subtracted 184 psphotVisualScaleImage (display, (psImage *) source->pixels->parent, NULL, "image", 1.0, 1);184 // psphotVisualScaleImage (display, (psImage *) source->pixels->parent, NULL, "image", 1.0, 1); 185 185 186 186 psFree (SN);
Note:
See TracChangeset
for help on using the changeset viewer.
