IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18288


Ignore:
Timestamp:
Jun 23, 2008, 12:42:29 PM (18 years ago)
Author:
Paul Price
Message:

Apply masks.

Location:
branches/pap_branch_080617/ppSub
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080617/ppSub/src/ppSubReadout.c

    r18249 r18288  
    197197#ifdef TESTING
    198198    {
     199        pmReadoutMaskApply(minuend, maskBlank);
    199200        psFits *fits = psFitsOpen("minuend.fits", "w");
    200201        psFitsWriteImage(fits, NULL, minuend->image, 0, NULL);
     
    202203    }
    203204    {
     205        pmReadoutMaskApply(subtrahend, maskBlank);
    204206        psFits *fits = psFitsOpen("subtrahend.fits", "w");
    205207        psFitsWriteImage(fits, NULL, subtrahend->image, 0, NULL);
  • branches/pap_branch_080617/ppSub/test/fake.c

    r18249 r18288  
    77
    88// PSF for images
    9 #define X_AXIS_1 3.0                    // Length of x axis (FWHM) for image 1
    10 #define Y_AXIS_1 5.0                    // Length of y axis (FWHM) for image 1
    11 #define X_AXIS_2 5.0                    // Length of x axis (FWHM) for image 1
    12 #define Y_AXIS_2 3.0                    // Length of y axis (FWHM) for image 1
     9#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
    1313
    1414// Image parameters
     
    2222#define SOURCES_DENSITY 30000.0         // Source density at nominated magnitude (per deg^2)
    2323#define SOURCES_ZP 25.0                 // Magnitude ZP
    24 #define SOURCES_GAUSSIAN 1              // Gaussian sources (boolean)?
     24#define SOURCES_GAUSSIAN 0              // Gaussian sources (boolean)?
    2525
    2626// Noise properties
Note: See TracChangeset for help on using the changeset viewer.