Changeset 7080 for trunk/Ohana/src/kii/picture
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- Location:
- trunk/Ohana/src/kii/picture
- Files:
-
- 2 edited
-
NewPicture.c (modified) (1 diff)
-
TestPicture.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/NewPicture.c
r5852 r7080 24 24 KiiScanMessage (socket, "%s %s %s", layout[0].coords.ctype, layout[0].file, layout[0].buffer_name); 25 25 26 fits_free_matrix (&layout[0].matrix);27 fits_create_matrix (&header, &layout[0].matrix);26 gfits_free_matrix (&layout[0].matrix); 27 gfits_create_matrix (&header, &layout[0].matrix); 28 28 29 29 fcntl (socket, F_SETFL, O_NONBLOCK); -
trunk/Ohana/src/kii/picture/TestPicture.c
r2466 r7080 12 12 double frac; 13 13 14 fits_free_matrix (&layout[0].matrix);14 gfits_free_matrix (&layout[0].matrix); 15 15 16 16 header.Naxes = 2; … … 27 27 layout[0].max = layout[0].Npixels; 28 28 29 fits_create_matrix (&header, &layout[0].matrix);29 gfits_create_matrix (&header, &layout[0].matrix); 30 30 31 31 frac = layout[0].Npixels / (512.0*512.0);
Note:
See TracChangeset
for help on using the changeset viewer.
