IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 5:03:33 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.h

    r21092 r21366  
    3838    psArray *imageFits;                 // FITS file pointers for images
    3939    psArray *maskFits;                  // FITS file pointers for masks
    40     psArray *weightFits;                // FITS file pointers for weights
     40    psArray *varianceFits;                // FITS file pointers for variances
    4141} ppStackThreadData;
    4242
     
    4545                                          const psArray *imageNames, // Names of images to read
    4646                                          const psArray *maskNames, // Names of masks to read
    47                                           const psArray *weightNames, // Names of weight maps to read
     47                                          const psArray *varianceNames, // Names of variance maps to read
    4848                                          const pmConfig *config // Configuration
    4949    );
Note: See TracChangeset for help on using the changeset viewer.