Validate First Order Region (FOR) Processing Method
Source:R/SeaSondeRCS_FOR.R
seasonder_validateFORMethod.RdThis function checks whether the specified method for First Order Region (FOR) detection is supported. If an unsupported method is provided, it logs an error and aborts execution.
Details
The function verifies that the method argument is valid. If the method is not recognized,
an error is raised using seasonder_logAndAbort.
Supported Methods:
"SeaSonde": Implements first-order region detection based on CODAR's SeaSonde methodology.
See also
seasonder_validateFOR_parametersfor FOR parameter validation.seasonder_logAndAbortfor error handling and logging.