IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2007, 3:42:03 PM (19 years ago)
Author:
eugene
Message:

fix chip mode

File:
1 edited

Legend:

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

    r15359 r15401  
    2121    pmFPA *fpa = input->fpa;
    2222
    23     // XXX before we do object matches, we need to fix failed chips
    24     // compare chips with supplied mosaic model
    25     // adjust significant outliers to match model
    26 
    27     if (!psastroEnforceChips (fpa, recipe) {
     23    // before we do object matches, we need to (optionally) fix failed chips.  We compare chips with
     24    // the supplied mosaic model.  Adjust significant outliers to match model. 
     25    if (!psastroEnforceChips (config, fpa, recipe)) {
    2826        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    2927        return false;
Note: See TracChangeset for help on using the changeset viewer.