IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26221


Ignore:
Timestamp:
Nov 20, 2009, 3:21:38 PM (17 years ago)
Author:
eugene
Message:

remove deprecated chip fix code (is in chip astrom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/psastro/src/psastroMosaicAstrom.c

    r26196 r26221  
    3636
    3737    pmFPA *fpa = input->fpa;
    38 
    39     // before we do object matches, we need to (optionally) fix failed chips.  We compare chips with
    40     // the supplied mosaic model.  Adjust significant outliers to match model.
    41     # if (0)
    42     if (!psastroFixChips (config, recipe)) {
    43         psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    44         return false;
    45     }
    46     if (!psastroFixChipsTest (config, recipe)) {
    47         psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    48         return false;
    49     }
    50     # endif
    5138
    5239    char *outroot = psMetadataLookupStr (&status, config->arguments, "OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.