IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2004, 12:58:35 PM (22 years ago)
Author:
harman
Message:

Added mask to psReadout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.c

    r1785 r1816  
    11/** @file  psAstrometry.c
    22*
    3 *  @brief This file defines the basic types for astronomical coordinate 
     3*  @brief This file defines the basic types for astronomical coordinate
    44*  transformation
    55*
     
    88*  @author George Gusciora, MHPCC
    99*
    10 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-09-10 23:41:45 $
     10*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-09-15 22:58:35 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    197197    if (readout != NULL) {
    198198        psFree(readout->image);
     199        psFree(readout->mask);
    199200        psFree(readout->objects);
    200201        psFree(readout->metadata);
     
    383384
    384385    readout->image = psMemIncrRefCounter((psImage*)image);
     386    readout->mask = NULL;
    385387    readout->objects = NULL;
    386388    readout->metadata = NULL;
Note: See TracChangeset for help on using the changeset viewer.