IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16074


Ignore:
Timestamp:
Jan 14, 2008, 4:54:14 PM (18 years ago)
Author:
eugene
Message:

add error handling to fix chip, temporarily disable fix chips

File:
1 edited

Legend:

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

    r15891 r16074  
    2323    // before we do object matches, we need to (optionally) fix failed chips.  We compare chips with
    2424    // the supplied mosaic model.  Adjust significant outliers to match model. 
     25    # if (0)
    2526    if (!psastroFixChips (config, recipe)) {
    2627        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    2728        return false;
    2829    }
     30    if (!psastroFixChipsTest (config, recipe)) {
     31        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
     32        return false;
     33    }
     34    # endif
    2935
    3036    // given the existing per-chip astrometry, determine matches between raw and ref stars
Note: See TracChangeset for help on using the changeset viewer.