spacepy.pybats.ram.PlasmaBoundary¶
- class spacepy.pybats.ram.PlasmaBoundary(filename, time=None, *args, **kwargs)[source]¶
Opens an ascii-format boundary file written from IM_wrapper.f90:IM_put_from_gm in the coupled SWMF-RAM-SCB model.
- __init__(filename, time=None, *args, **kwargs)[source]¶
Base class for “Data Model” representation data
Abstract method, reimplement
- Attributes:
- attrsdict
dictionary of the attributes of the SpaceData object
Methods
read
([time])Read and parse the ascii boundary file.
write
()Write self to self.filename.
Attributes
- attrs: collections.abc.Mapping¶