Basic IO methods/classes
Regular users may only need get_sile
which retrieves the correct sile
based on parsing the filename.
Retrieval methods and warnings
|
Retrieve an object from the global lookup table via filename and the extension |
|
Add files to the global lookup table |
|
Retrieve all files with specific attributes or methods |
|
Retrieve a class from the global lookup table via filename and the extension |
|
Define an error object related to the Sile objects |
Warnings that informs users of things to be carefull about when using their retrieved data |
|
Information for the user, this is hidden in a warning, but is not as severe so as to issue a warning. |
Base classes
All sisl
files inherit from the BaseSile
class.
While ASCII files are based on the Sile
class, NetCDF files are based on the
SileCDF
and finally binary files inherit from SileBin
.
|
Base class for all sisl files |
|
Base class for ASCII files |
|
Creates/Opens a SileCDF |
|
Creates/Opens a SileBin |