IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2010, 6:01:23 PM (16 years ago)
Author:
eugene
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/libdvo/include/dvo_util.h

    r27295 r27375  
    1717  int         skyDepth;
    1818  FITS_DB     imageDB;
    19   Image       *images;
     19  Image      *images;
    2020  off_t       nImages;
    21   SkyTable    *skyTable;
     21  SkyTable   *skyTable;
    2222#if (DVO_UTIL_READ_CAMERA_CONFIG)
    2323  char        cameraConfig[256];
    24   int         *ccdNum;
     24  int        *ccdNum;
    2525  int         nCCD;
    2626#endif
     
    5252dvoConfig *dvoConfigRead(int *argc, char **argv);
    5353
    54 // free's memory associated with the dvoConfig structure
     54// frees memory associated with the dvoConfig structure
    5555void dvoConfigFree(dvoConfig *dvoConfig);
    5656
     
    7070SkyList *dvoSkyListByExternID(dvoConfig *dvoConfig, int sourceID, int externID, Image **ppImage);
    7171
    72 // return a list of detectsions from a particular image id
     72// return a list of detections from a particular image id
    7373// Use dvoFree() to free the memory pointed to by results
    7474off_t dvoGetDetections(SkyList *skylist, int imageID, dvoDetection **results, int *pMaxDetID);
Note: See TracChangeset for help on using the changeset viewer.