IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 11:25:34 AM (17 years ago)
Author:
Paul Price
Message:

Merging cnb_branch_20090113. No major conflicts. Compiles, but not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroUtils.c

    r21409 r21422  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-07 02:03:34 $
     8 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-09 21:25:34 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    5454            if (!chip->toFPA) { continue; }
    5555
    56             if (chip->cells->n == 0) { continue; }
    57             pmCell *cell = chip->cells->data[0];
     56            if (chip->cells->n == 0) { continue; }
     57            pmCell *cell = chip->cells->data[0];
    5858            if (!cell->process || !cell->file_exists) { continue; }
    5959
    60             if (cell->readouts->n == 0) { continue; }
    61             pmReadout *readout = cell->readouts->data[0];
    62             if (! readout->data_exists) { continue; }
     60            if (cell->readouts->n == 0) { continue; }
     61            pmReadout *readout = cell->readouts->data[0];
     62            if (! readout->data_exists) { continue; }
    6363
    6464            pixelScale1 = hypot (chip->toFPA->x->coeff[1][0], chip->toFPA->x->coeff[0][1]);
     
    100100    psastroMosaicSetAstrom (fpa);
    101101    if (!useExternal) {
    102         psastroVisualPlotCommonScale (fpa, oldScale);
     102        pmAstromVisualPlotCommonScale (fpa, oldScale);
    103103    }
    104104    psFree (oldScale);
Note: See TracChangeset for help on using the changeset viewer.