Changeset 23242 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Mar 9, 2009, 4:19:37 PM (17 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackLoop.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/ppStack merged eligible /branches/cnb_branch_20090215/ppStack 21495-22685
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackLoop.c
r23192 r23242 517 517 psStringAppend(&name, "covariance_%d.fits", i); 518 518 writeImage(name, hdu->header, readout->covariance->image, config); 519 pmStackVisualPlotTestImage(readout->covariance->image, name); 519 520 psFree(name); 520 521 } … … 815 816 #ifdef TESTING 816 817 writeImage("combined_initial.fits", NULL, outRO->image, config); 818 pmStackVisualPlotTestImage(outRO->image, "combined_initial.fits"); 817 819 #endif 818 820 … … 898 900 psString name = NULL; // Name of image 899 901 psStringAppend(&name, "inspect_%03d.fits", i); 902 pmStackVisualPlotTestImage(mask, name); 900 903 psFits *fits = psFitsOpen(name, "w"); 901 904 psFree(name); … … 915 918 psString name = NULL; // Name of image 916 919 psStringAppend(&name, "reject_%03d.fits", i); 920 pmStackVisualPlotTestImage(mask, name); 917 921 psFits *fits = psFitsOpen(name, "w"); 918 922 psFree(name); … … 1048 1052 1049 1053 #ifdef TESTING 1054 pmStackVisualPlotTestImage(outRO->image, "combined_initial.fits"); 1050 1055 writeImage("combined_final.fits", NULL, outRO->image, config); 1051 1056 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
