- 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.astro/fiximage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/fiximage.c
r34088 r39266 26 26 gfits_free_matrix (&mask[0].matrix); 27 27 gfits_free_header (&mask[0].header); 28 CreateBuffer (mask, Nx, Ny, -32, 0.0, 1.0);28 if (!CreateBuffer (mask, Nx, Ny, -32, 0.0, 1.0)) return FALSE; 29 29 strcpy (mask[0].file, "(empty)"); 30 30 memset (mask[0].matrix.buffer, 0, Nx*Ny*sizeof(float));
Note:
See TracChangeset
for help on using the changeset viewer.
