- 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/imfit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/imfit.c
r34088 r39266 141 141 142 142 strcpy (out[0].file, "(empty)"); 143 CreateBuffer (out, 2*nx, 2*ny, -32, 0.0, 1.0);143 if (!CreateBuffer (out, 2*nx, 2*ny, -32, 0.0, 1.0)) return FALSE; 144 144 145 145 /* four panels: 1) raw image. 2) fit 3) raw - fit 4) ?? */
Note:
See TracChangeset
for help on using the changeset viewer.
