CVS log for JSOC/proj/sharp/apps/update_sharp_keys.c |
![]() |
Help |
Request diff between arbitrary revisions
Figured out the memory allocation problem. It turns out that the arrays are not constant per T_REC for any given HARPNUM, e.g.: > show_info -d key=T_REC ds=hmi.sharp_cea_720s"[3311][]" seg={Bt} T_REC Bt Bt_info 2013.10.24_00:48:00_TAI Bt.fits "Gauss, fits, 547x411" 2013.10.24_01:00:00_TAI Bt.fits "Gauss, fits, 547x411" 2013.10.24_01:12:00_TAI Bt.fits "Gauss, fits, 546x411" So I moved all of the code that created one fixed array size per HARPNUM into the loop. Now it creates a new array per T_REC.
Karen Tian |
Powered by ViewCVS 0.9.4 |