Changeset 18288
- Timestamp:
- Jun 23, 2008, 12:42:29 PM (18 years ago)
- Location:
- branches/pap_branch_080617/ppSub
- Files:
-
- 2 edited
-
src/ppSubReadout.c (modified) (2 diffs)
-
test/fake.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080617/ppSub/src/ppSubReadout.c
r18249 r18288 197 197 #ifdef TESTING 198 198 { 199 pmReadoutMaskApply(minuend, maskBlank); 199 200 psFits *fits = psFitsOpen("minuend.fits", "w"); 200 201 psFitsWriteImage(fits, NULL, minuend->image, 0, NULL); … … 202 203 } 203 204 { 205 pmReadoutMaskApply(subtrahend, maskBlank); 204 206 psFits *fits = psFitsOpen("subtrahend.fits", "w"); 205 207 psFitsWriteImage(fits, NULL, subtrahend->image, 0, NULL); -
branches/pap_branch_080617/ppSub/test/fake.c
r18249 r18288 7 7 8 8 // PSF for images 9 #define X_AXIS_1 3.0 // Length of x axis (FWHM) for image 110 #define Y_AXIS_1 5.0 // Length of y axis (FWHM) for image 111 #define X_AXIS_2 5.0 // Length of x axis (FWHM) for image 112 #define Y_AXIS_2 3.0 // Length of y axis (FWHM) for image 19 #define X_AXIS_1 2.0 // Length of x axis (FWHM) for image 1 10 #define Y_AXIS_1 3.0 // Length of y axis (FWHM) for image 1 11 #define X_AXIS_2 3.0 // Length of x axis (FWHM) for image 1 12 #define Y_AXIS_2 2.0 // Length of y axis (FWHM) for image 1 13 13 14 14 // Image parameters … … 22 22 #define SOURCES_DENSITY 30000.0 // Source density at nominated magnitude (per deg^2) 23 23 #define SOURCES_ZP 25.0 // Magnitude ZP 24 #define SOURCES_GAUSSIAN 1// Gaussian sources (boolean)?24 #define SOURCES_GAUSSIAN 0 // Gaussian sources (boolean)? 25 25 26 26 // Noise properties
Note:
See TracChangeset
for help on using the changeset viewer.
