
22 Mar
2016
22 Mar
'16
1:12 p.m.
getDataFrameHkl3D :: DataFrameHkl3DH5SixsUhv -> Producer DataFrameHkl3D IO () getDataFrameHkl3D d = do n <- lift $ hkl_h5_len (h5mu d) forM_ [0..n] (\i -> lift (getDataFrameHkl3D' d i) >>= yield)
Yes I prefer this one because the getDataFrameHkl3D' will take plenty of memory (big images) thanks a lot Frederic