Changeset 38986 for trunk/Ohana/src/libdvo/include/libdvo_astro.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/libdvo_astro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libdvo/include/libdvo_astro.h
r38462 r38986 56 56 float dX; 57 57 float dY; 58 float * *dXv;59 float * *dYv;58 float *dXv; 59 float *dYv; 60 60 unsigned int tableID; 61 61 unsigned int imageID; … … 65 65 typedef struct { 66 66 int Nmap; 67 int NMAP; 67 68 AstromOffsetMap **map; 68 69 int *imageIDtoTableSeq; … … 160 161 161 162 /* in AstromOffsetMapIO.c */ 162 AstromOffsetTable *AstromOffsetMapLoad (char *filename, int VERBOSE);163 AstromOffsetTable *AstromOffsetMapLoad (char *filename, int Nrows, int VERBOSE); 163 164 int AstromOffsetMapSave (AstromOffsetTable *table, char *filename); 164 165 AstromOffsetTable *AstromOffsetMapToTable(AstromOffsetMap_Disk_6x6 *map_disk, off_t Nmap); 165 166 AstromOffsetMap_Disk_6x6 *AstromOffsetTableToMap(AstromOffsetTable *table, off_t *Nmap); 167 int AstromOffsetTableSetIDs (AstromOffsetTable *table); 168 AstromOffsetTable *AstromOffsetMapAppendToTable(AstromOffsetTable *table, AstromOffsetMap_Disk_6x6 *map_disk, off_t Nmap); 166 169 167 170 /* in AstromOffsetMapOps.c */ 168 171 float AstromOffsetMapValue (AstromOffsetMap *map, float x, float y, int xdir); 169 int AstromOffsetMapFit (AstromOffsetMap *map, float *x, float *y, float *f, int Npts, int xdir);172 int AstromOffsetMapFit (AstromOffsetMap *map, float *x, float *y, float *f, float *df, int Npts, int xdir); 170 173 171 174 /* in AstromOffsetMapUtils.c */
Note:
See TracChangeset
for help on using the changeset viewer.
