- Timestamp:
- Jun 1, 2015, 8:56:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/addstar/src/findskycell.c
r37116 r38344 183 183 // convert database table to internal structure (binary to Image) 184 184 // 'image' points to the same memory as db->ftable->buffer 185 image = gfits_table_get_Image (&db.ftable, &Nimage, &db.s wapped);185 image = gfits_table_get_Image (&db.ftable, &Nimage, &db.scaledValue, &db.nativeOrder); 186 186 if (!image) { 187 187 fprintf (stderr, "ERROR: failed to read images\n"); … … 567 567 // convert database table to internal structure (binary to Image) 568 568 // 'image' points to the same memory as db->ftable->buffer 569 image = gfits_table_get_Image (&db.ftable, &Nimage, &db.s wapped);569 image = gfits_table_get_Image (&db.ftable, &Nimage, &db.scaledValue, &db.nativeOrder); 570 570 if (!image) { 571 571 fprintf (stderr, "ERROR: failed to read images\n");
Note:
See TracChangeset
for help on using the changeset viewer.
