-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
53 lines (44 loc) · 1.58 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
New in version 0.19
===================
- small fixes to convert_CT_image.py
- remove run_TIFF_to_MINC_conversion.sh
New in version 0.18
===================
- small Python 3 changes: fix dynamic imports for mri_recon.py script
New in version 0.17
===================
- added FSE recon script
- added scipy dependency
New in version 0.16
===================
- convert distortion correction script to use qbatch instead of sge_batch
- various changes to filepaths
- small Python 3 conversion changes
New in version 0.15
===================
- add matplotlib dependency in `setup.py`
- import matplotlib.pylab instead of pylab
New in version 0.14
===================
- full paths to executables removed from the code
New in version 0.13
===================
- Working version of the saddle coil reconstruction.
- added script to crop in-vivo images with a large field of view
- added distortion correction scripts to the repository
New in version 0.12
===================
Bug fix to convert_CT_image.py, which did not update the list of
tiff files present in the logfile directory. This meant that when
you wanted to convert a MINC file from tiff files that were being
transferred, the conversion would start regardless of whether the
tranfer was actually done.
New in version 0.11
===================
Fixes to the Snakefile. There were inconsistencies that prevented
the MINC files to actually be created.
New in version 0.1
==================
First release with working version of convert_CT_image.py which can
be used to convert TIFF files (potentially being transferred from
the CT scanning machine) to MINC.