- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.data/medimage_commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.data/medimage_commands.c
r36679 r39266 82 82 gfits_free_matrix (&output->matrix); 83 83 gfits_free_header (&output->header); 84 CreateBuffer (output, Nx, Ny, -32, 0.0, 1.0);84 if (!CreateBuffer (output, Nx, Ny, -32, 0.0, 1.0)) return FALSE; 85 85 86 86 float *outvalue = (float *) output->matrix.buffer;
Note:
See TracChangeset
for help on using the changeset viewer.
