Class OceanLoadingCoefficientsBLQFactory
Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
The sites names are extracted from the file content, not the file name, because the file can contain more than one station. As we expect existing files may have been stripped from headers and footers, we do not attempt to parse them. We only parse the series of 7 lines blocks starting with the lines with the station names and their coordinates and the 6 data lines that follows. Several such blocks may appear in the file. Copy-pasting the entire mail received from OSO after completing the web site form works, as intermediate lines between the 7 lines blocks are simply ignored.
- Since:
- 9.1
- Author:
- Luc Maisonobe
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault supported files name pattern for Onsala Space Observatory files in BLQ format. -
Constructor Summary
ConstructorsConstructorDescriptionOceanLoadingCoefficientsBLQFactory(String supportedNames) Simple constructor.OceanLoadingCoefficientsBLQFactory(String supportedNames, DataProvidersManager dataProvidersManager) This constructor allows specification of the source of the BLQ auxiliary data files. -
Method Summary
Modifier and TypeMethodDescriptiongetCoefficients(String site) Get the coefficients for a given site.getSites()Get the list of sites for which we have found coefficients, in lexicographic order ignoring case.Methods inherited from class org.orekit.data.AbstractSelfFeedingLoader
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
-
Field Details
-
DEFAULT_BLQ_SUPPORTED_NAMES
Default supported files name pattern for Onsala Space Observatory files in BLQ format.- See Also:
-
-
Constructor Details
-
OceanLoadingCoefficientsBLQFactory
Simple constructor. This constructor uses thedefault data context.Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
- Parameters:
supportedNames- regular expression for supported files names- See Also:
-
OceanLoadingCoefficientsBLQFactory
public OceanLoadingCoefficientsBLQFactory(String supportedNames, DataProvidersManager dataProvidersManager) This constructor allows specification of the source of the BLQ auxiliary data files.Files in BLQ format can be generated using the form at the Bos-Scherneck web site, selecting BLQ as the output format.
- Parameters:
supportedNames- regular expression for supported files namesdataProvidersManager- provides access to auxiliary data files.- Since:
- 10.1
- See Also:
-
-
Method Details
-
getSites
Get the list of sites for which we have found coefficients, in lexicographic order ignoring case.- Returns:
- list of sites for which we have found coefficients, in lexicographic order ignoring case
-
getCoefficients
Get the coefficients for a given site.- Parameters:
site- site name (as it appears in the Onsala Space Observatory files in BLQ format), ignoring case- Returns:
- coefficients for the site
-