Skip to content

strawlab/py_amira_file_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_amira_file_reader Build Status Coverage Status

Read Amira files (AmiraMesh 3D and HyperSurface) in Python.

API

Use from Python (2.7 or 3.x):

import py_amira_file_reader.read_amira as read_amira

data = read_amira.read_amira( 'filename.am' )

Use from the command line to convert a .surf file to a .obj file:

python -m py_amira_file_reader.surf_to_obj filename.surf

Use from the command line to convert a .am file to a .nrrd file:

  python -m py_amira_file_reader.am_to_nrrd filename.am

See also the tests and example scripts in the tests/ and examples/ directories.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages