Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated a description for the docpot #281

Merged
merged 14 commits into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion hazenlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,15 @@
hazen -h|--help
hazen --version
Options:
Report is an optional argument needed if you want to get a plot of your results.
'Calc_t1', 'calc_t', 'plate_number=<n>', 'show_template_fit', 'show_relax_fits', 'show_rois', 'verbose' are optional arguments for the relaxometry function.
'Measured_slice_width' is an optional argument for the SNR function.
'Log' is an optional argument that allows users to set the severity of the logs.
<task> snr | slice_position | slice_width | spatial_resolution | uniformity | ghosting | relaxometry | snr_map |
acr_ghosting | acr_uniformity
<folder>
--report


"""
import importlib
import inspect
Expand Down