Changeset 20872
- Timestamp:
- Dec 1, 2008, 7:02:36 PM (17 years ago)
- Location:
- branches/eam_branch_20081124/Ohana/src/opihi/dvo
- Files:
-
- 3 edited
-
dbExtractImages.c (modified) (1 diff)
-
dbFields.c (modified) (1 diff)
-
imextract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/dvo/dbExtractImages.c
r20862 r20872 58 58 double x, y; 59 59 time_t t; 60 int i, Nsec;61 60 dbValue value; 62 61 -
branches/eam_branch_20081124/Ohana/src/opihi/dvo/dbFields.c
r20861 r20872 273 273 int ParseImageField (dbField *field, char *fieldName) { 274 274 275 int mode;276 PhotCode *code;277 278 275 field->table = DVO_TABLE_IMAGE; 279 276 field->name = strcreate (fieldName); -
branches/eam_branch_20081124/Ohana/src/opihi/dvo/imextract.c
r20862 r20872 5 5 // int *subset, Nsubset; -- not sure if we need to use this or not... 6 6 7 int i, j, n, m,N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack;7 int i, j, n, N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack; 8 8 int Nimage, VERBOSE; 9 9 char **cstack, name[1024];
Note:
See TracChangeset
for help on using the changeset viewer.
