Skip to contents

This function prints the details of a SeaSondeRAPM object, including the station code, original file name, site origin (latitude and longitude), and antenna bearing. It is primarily used for displaying the object's metadata in a human-readable format.

Usage

# S3 method for class 'SeaSondeRAPM'
print(x, ...)

Arguments

x

A SeaSondeRAPM object. This object should be created using the seasonder_createSeaSondeRAPM() function and must include a calibration matrix, a quality matrix, the BEAR attribute, and a StationCode.

...

Additional arguments that might be passed to other methods; currently not used.

Value

The SeaSondeRAPM object itself, invisibly.

Examples

# Print metadata of a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
print(obj)
#> Station CodeTORA
#> Original File: MeasPattern.txt
#> Site Origin: 42.2012667 -8.8018833
#> Antenna Bearing: 13