PSM.prysm.package
Superclass for forward models in the PRYSM Python suite
Description
The PSM.prysm.package class provides a superclass for the individual forward models within the PRYSM suite. This superclass is primarily used to hold information about the PRYSM suite and Github repository for use with the PSM.download and PSM information methods.
If you would like to actually implement a PRYSM forward model, please see the classes for specific PRYSM forward models.
Methods
Abstract Inherited
label - Optionally apply a label to a PSM object
rows - Indicate the state vector rows required to run a forward model
disp - Display a PSM object in the console
estimate - Run a forward model on inputs extracted from a state vector ensemble
name - Return a name for a PSM object for use in error messages
parseRows - Process and error check the inputs to the “rows” command