Skip to content

Commit

Permalink
fix fwhm units in group reports
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 24, 2017
1 parent 4a14537 commit 70b5a28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.9.5
=====

* [ENH] Refactored structural metrics calculation (#513)
* [ENH] Calculate rotation mask (#515)
* [ENH] Intensity harmonization in the anatomical workflow (#510)
* [ENH] Set N4BiasFieldCorrection number of threads (#506)
* [ENH] Convert FWHM in pixel units (#503)
* [ENH] Add MRIQC client for feature crowdsourcing (#464)
* [DOC] Fix functional feature labels in documentation (docs_only) (#507)
* [FIX] New implementation for the rPVE feature (normalization, left-tail values) (#505)
* [ENH] Parse BIDS selectors (run, task, etc.), improve CLI (#504)


0.9.4
=====

Expand Down
2 changes: 1 addition & 1 deletion mriqc/reports/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def gen_html(csv_file, mod, csv_failed=None, out_file=None):
(['wm2max'], None),
(['snr_csf', 'snr_gm', 'snr_wm'], None),
(['snrd_csf', 'snrd_gm', 'snrd_wm'], None),
(['fwhm_avg', 'fwhm_x', 'fwhm_y', 'fwhm_z'], 'mm'),
(['fwhm_avg', 'fwhm_x', 'fwhm_y', 'fwhm_z'], 'vox'),
(['qi_1', 'qi_2'], None),
(['inu_range', 'inu_med'], None),
(['icvs_csf', 'icvs_gm', 'icvs_wm'], None),
Expand Down

0 comments on commit 70b5a28

Please sign in to comment.