Changeset 1124 for trunk/bindings/python/nxs/__init__.py
- Timestamp:
- 14/11/08 21:19:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs/__init__.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/__init__.py
r1122 r1124 11 11 The NeXus file interface requires compiled libraries to read the 12 12 underlying HDF_ files. Binary packages are available for some 13 platforms from the NeXus site. Details of where the nxs package 13 platforms from the NeXus site. Details of where the nxs package 14 14 searches for the libraries are recorded in `nxs.napi`. 15 15 … … 44 44 When converting code to python from other languages you do not 45 45 necessarily want to rewrite the file handling code using the 46 tree view. The `nxs.napi` module provides an interface which 47 more closely follows the NeXus application programming 46 tree view. The `nxs.napi` module provides an interface which 47 more closely follows the NeXus application programming 48 48 interface (NAPI_). 49 49 … … 55 55 from nxs.napi import * 56 56 from nxs.tree import * 57
Note: See TracChangeset
for help on using the changeset viewer.
