IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12711


Ignore:
Timestamp:
Mar 31, 2007, 5:10:12 PM (19 years ago)
Author:
magnier
Message:

gracefully handle chips with poor astrometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryRegions.c

    r12696 r12711  
    44 *
    55 *  @author EAM, IfA
    6  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-03-30 21:12:56 $
     6 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-04-01 03:10:12 $
    88 *
    99 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    104104        pmChip *chip = chips->data[i];  // Chip of interest
    105105        psRegion *chipExtent = pmAstromChipInFP(chip); // Extent of chip
     106        if (!chipExtent) { continue; }
    106107        fpaExtent->x0 = PS_MIN(fpaExtent->x0, chipExtent->x0);
    107108        fpaExtent->x1 = PS_MAX(fpaExtent->x1, chipExtent->x1);
Note: See TracChangeset for help on using the changeset viewer.