:py:mod:`AFQ.tasks.decorators` ============================== .. py:module:: AFQ.tasks.decorators Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: AFQ.tasks.decorators.as_file AFQ.tasks.decorators.as_fit_deriv AFQ.tasks.decorators.as_img .. py:function:: as_file(suffix, include_track=False, include_seg=False) return img and meta as saved file path, with json, and only run if not already found .. !! processed by numpydoc !! .. py:function:: as_fit_deriv(tf_name) return data as nibabel image, meta with params information .. !! processed by numpydoc !! .. py:function:: as_img(func) return data, meta as nibabel image, meta with timing .. !! processed by numpydoc !!