IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 4:47:00 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/ppMerge/src/ppMergeScaleZero.c

    r21265 r21365  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-02 20:26:26 $
     8 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 02:44:31 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    5656    for (int i = 0; i < numInputs; i++) {
    5757        pmFPAfileActivate(config->files, false, NULL);
    58         psArray *files = ppMergeFileActivateSingle(config, PPMERGE_FILES_INPUT, true, i); ///< Activated files
    59         pmFPAfile *input = files->data[0]; ///< Representative file; should be the image (not mask or weight)
    60         pmFPA *fpa = input->fpa;        ///< FPA of interest
    61         view = pmFPAviewAlloc(0);       ///< View to component of interest
    62         int cellNum = 0;                ///< Index for cell
     58        psArray *files = ppMergeFileActivateSingle(config, PPMERGE_FILES_INPUT, true, i); // Activated files
     59        pmFPAfile *input = files->data[0]; // Representative file; should be the image (not mask or variance)
     60        pmFPA *fpa = input->fpa;        // FPA of interest
     61        view = pmFPAviewAlloc(0);       // View to component of interest
     62        int cellNum = 0;                // Index for cell
    6363        if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) {
    6464            goto ERROR;
Note: See TracChangeset for help on using the changeset viewer.