IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2005, 9:43:14 AM (21 years ago)
Author:
gusciora
Message:

Significant mods to the pmAstrometry files and the detrend modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/tst_pmAstrometry.c

    r5435 r5543  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-10-20 23:06:24 $
     8 * XXX: Significant work needed: must test the variout coordinate transformation function.
     9 *
     10 *
     11 *
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-11-18 19:43:14 $
    1014 *
    1115 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    172176
    173177    psFree(fpa);
    174     psFree(chip);
     178    //    psFree(chip);
    175179    psFree(camera);
    176180
     
    267271
    268272    psFree(fpa);
    269     psFree(chip);
    270     psFree(cell);
     273    //    psFree(chip);
     274    //    psFree(cell);
    271275    psFree(camera);
    272276
     
    353357
    354358    psFree(fpa);
    355     psFree(chip);
    356     psFree(cell);
    357     psFree(readout);
     359    //    psFree(chip);
     360    //    psFree(cell);
     361    //    psFree(readout);
    358362    psFree(camera);
    359363
    360364    return 0;
    361365}
    362 
Note: See TracChangeset for help on using the changeset viewer.