IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2007, 10:54:53 AM (19 years ago)
Author:
eugene
Message:

adding pieces for astrometry table I/O, extended source analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psastro/src/psastroMosaicAstrom.c

    r15260 r15359  
    2424    // compare chips with supplied mosaic model
    2525    // adjust significant outliers to match model
     26
     27    if (!psastroEnforceChips (fpa, recipe) {
     28        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
     29        return false;
     30    }
    2631
    2732    // given the existing per-chip astrometry, determine matches between raw and ref stars
Note: See TracChangeset for help on using the changeset viewer.