IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2010, 2:18:52 PM (16 years ago)
Author:
Paul Price
Message:

Add ability to get inputs from text file. Don't use PSF residuals ever, since they seem to cause bad results whenever they're used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppVizPSF/ppVizPSF.h

    r26405 r27667  
    1111    psString psfName;                   // Filename with PSF
    1212    psString sourcesName;               // Filename with sources
    13     int fakeNum;                        // Number of fake sources
     13    int fakeNum;                        // Number of fake sources
    1414    float fakeMag;                      // Magnitude of fake sources
    1515    psString outRoot;                   // Output root name
     
    1717    int size;                           // Size of PSF image
    1818    float x, y;                         // Position of fake source
     19    psArray *input;                     // Input positions and magnitudes
    1920    pmConfig *config;                   // Configuration
    2021} ppVizPSFData;
Note: See TracChangeset for help on using the changeset viewer.