IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19514


Ignore:
Timestamp:
Sep 11, 2008, 3:09:06 PM (18 years ago)
Author:
eugene
Message:

drop unused code

File:
1 edited

Legend:

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

    r18506 r19514  
    115115    }
    116116
    117     // psastroDumpCorners ("corners.chipAstrom.dat", input->fpa);
    118 
    119 # if (0)
    120     if (!psastroFixChipsTest (config, recipe)) {
    121         psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    122         return false;
    123     }
    124 # endif
    125 
    126117    if (!psastroFixChips (config, recipe)) {
    127118        psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");
    128119        return false;
    129120    }
    130 
    131     // psastroDumpCorners ("corners.fixChips.dat", input->fpa);
    132121
    133122    psFree (view);
Note: See TracChangeset for help on using the changeset viewer.