~ubuntu-branches/ubuntu/trusty/pynifti/trusty

« back to all changes in this revision

Viewing changes to nifti/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke, Michael Hanke, Yaroslav Halchenko
  • Date: 2007-09-17 08:32:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917083259-8eg0pofquqdn7w00
Tags: 0.20070917.1-1
[ Michael Hanke ]
* Bugfix: Can now update NIfTI header data when no filename is set
  (Closes: #442175).
* Unloading of image data without a filename set is no checked and prevented
  as it would damage data integrity and the image data could not be
  recovered.

[ Yaroslav Halchenko ]
* Added 'pixdim' property.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#    Lesser General Public License for more details.
16
16
#
17
17
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
18
 
# SVN version control block - do not edit manually
19
 
# $Id: __init__.py 275 2007-04-01 09:47:23Z mhanke-guest $
20
 
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
21
18
 
22
19
from niftiimage import *