IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2008, 2:39:01 PM (18 years ago)
Author:
beaumont
Message:

merged mainline into branch. resolved conflicts. added plots.

Location:
branches/cnb_branch_20080830/psastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20080830/psastro/src

    • Property svn:ignore
      •  

        old new  
        1515psastroModel
        1616gpcModel
         17psastroModelFit
  • branches/cnb_branch_20080830/psastro/src/psastroChipAstrom.c

    r19300 r20033  
    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.