dpr.scripts.dpr_make_fancy_graph ================================ .. py:module:: dpr.scripts.dpr_make_fancy_graph Attributes ---------- .. autoapisummary:: dpr.scripts.dpr_make_fancy_graph.DESCRIPTION dpr.scripts.dpr_make_fancy_graph.EPILOG Functions --------- .. autoapisummary:: dpr.scripts.dpr_make_fancy_graph.buildArgsParser dpr.scripts.dpr_make_fancy_graph.main Module Contents --------------- .. py:data:: DESCRIPTION :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Script to draw overlays after applying the diffusion profile realignment (DPR) algorithm. The x and y axis relate to the graph itself, but any spatial combination can be used. """ .. raw:: html
.. py:data:: EPILOG :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Reference : St-Jean, Samuel, Chamberland, Maxime, Viergever, Max A. and Leemans, Alexander. Reducing variability in along-tract analysis with diffusion profile realignment, NeuroImage, 2019, ISSN 1053-8119 Available at: https://doi.org/10.1016/j.neuroimage.2019.06.016 """ .. raw:: html
.. py:function:: buildArgsParser() .. py:function:: main()