Declared in SphericalHarmonicsModel
Declaration
bool Initialise(
string filePath,
int degree
);Description
Initialises the spherical harmonics based on the file path that is provided. This will ensure all of the array and maths are initialised correctly. Supports both .txt and .gfc file formats.
Parameters
| Name | Description |
|---|---|
| filePath | The full file path to the data for the harmonics model |
| degree | The degree of harmonics that is used by this model |