- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/subpix.c
r29540 r31657 114 114 115 115 /* load all images, extract those touching Ra, Dec */ 116 if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);116 if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE); 117 117 BuildChipMatch (image, Nimage); 118 118 … … 150 150 SkyListFree (skylist); 151 151 152 FreeImages (image);152 FreeImagesDVO(image); 153 153 return (TRUE); 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.
