* SEAS-72 implement doppler interpolation (#41)
* SEAS-73 (#36)
New doppler_interpolation property for SeaSondeRCS class
Implemented:
- seasonder_setSeaSondeRCS_doppler_interpolation
- seasonder_getSeaSondeRCS_doppler_interpolation
Updated:
- new_SeaSondeRCS
* SEAS-74 (#37)
Include doppler interpolation when computing anything that requires doppler resolution
Updated:
- seasonder_getnDopplerCells
* SEAS-75 (#38)
Added interpolated cells index property to SeaSondeRCS class (interpolated_doppler_cells_index)
Implemented:
-seasonder_setSeaSondeRCS_interpolated_doppler_cells_index
- seasonder_getSeaSondeRCS_interpolated_doppler_cells_index
Updated:
- new_SeaSondeRCS
* SEAS-77 (#39)
Implemented function for the interpolation of CS data
Implemented:
- seasonder_SeaSondeRCSInterpolateDoppler
Updated:
- seasonder_getnDopplerCells
* SEAS-76 (#40)
Interpolate in the setter
Updated:
- seasonder_computeNoiseLevel (fix bug)
- new_SeaSondeRCS
- seasonder_setSeaSondeRCS_doppler_interpolation
* Seas 80 compute short radials from individual spectra (#42)
* SEAS-80
Moved interpolation to MUSIC. implemented short-time radials
Fix bug in interpolation of SSA3 caused by flags.
* SMA-27 (#43)
* Seas 87 apm object (#48)
* Seas 88 include argument in apm object creation to override bearing (#44)
* SEAS-88
When not NULL, argument override_antenna_bearing overrides file content.
Updated:
- seasonder_readSeaSondeRAMPFile
* SEAS-91 (#45)
Implemented method for APM smoothing. Added processing step for antenna bearing override.
Implemented:
- SeaSondeRAPM_antenna_bearing_step_text
- SeaSondeRAPM_smoothing_step_text
- seasonder_smoothAPM
Updated:
-seasonder_readSeaSondeRAPMFile
* SEAS-90 (#46)
Implement trimming of APM object's ends.
Implemented:
- SeaSondeRAPM_trimming_step_text
- seasonder_trimAPM
* SEAS-89 (#47)
Implemented amplitude and phase correction in SeaSondeRAPM class.
Implemented:
- SeaSondeRAPM_amplitude_and_phase_corrections_step_ntext.
- SeaSondeRAPM_phase_correction_overrride_step_text
- SeaSondeRAPM_amplitude_factors_override_step_text
- seasonder_applyAPMAmplitudeAndPhaseCorrections
- seasonder_readPhaseFile
Updated:
- seasonder_readSeaSondeRAPMFile: new override_phase_corrections, and override_amplitude_factors parameters.
* Seas 87 apm object (#49)
* Seas 88 include argument in apm object creation to override bearing (#44)
* SEAS-88
When not NULL, argument override_antenna_bearing overrides file content.
Updated:
- seasonder_readSeaSondeRAMPFile
* SEAS-91 (#45)
Implemented method for APM smoothing. Added processing step for antenna bearing override.
Implemented:
- SeaSondeRAPM_antenna_bearing_step_text
- SeaSondeRAPM_smoothing_step_text
- seasonder_smoothAPM
Updated:
-seasonder_readSeaSondeRAPMFile
* SEAS-90 (#46)
Implement trimming of APM object's ends.
Implemented:
- SeaSondeRAPM_trimming_step_text
- seasonder_trimAPM
* update packages to R 4.4.0
* SEAS-89 (#47)
Implemented amplitude and phase correction in SeaSondeRAPM class.
Implemented:
- SeaSondeRAPM_amplitude_and_phase_corrections_step_ntext.
- SeaSondeRAPM_phase_correction_overrride_step_text
- SeaSondeRAPM_amplitude_factors_override_step_text
- seasonder_applyAPMAmplitudeAndPhaseCorrections
- seasonder_readPhaseFile
Updated:
- seasonder_readSeaSondeRAPMFile: new override_phase_corrections, and override_amplitude_factors parameters.
* Seas 61 music algorithm (#53)
* SEAS-68 (#50)
Longitude and latitude added to MUSIC df.
Write documentation
Implemented:
- seasonder_getnCsFileVersion
- seasonder_getfLongitude
- seasonder_getfLatitude
- seasonder_MUSIC_LonLat
Updated:
- seasonder_getSeaSondeRAPM_SiteOrigin
- seasonder_runMUSIC
* SEAS-98 (#51)
Export MUSIC table
Implemented:
- seasonder_MUSICBearing2GeographicalBearing
- seasonder_exportMUSICTable
Updated:
- seasonder_MUSIC_LonLat
* SEAS-65 (#52)
Export MUSIC table as CSV. Fix bug in seasonder_MUSICBearing2GeographicalBearing
Implemented:
- seasonder_exportCSVMUSICTable
Updated:
- seasonder_MUSICBearing2GeographicalBearing
* SEAS-97 (#54) (#55)
Override SiteOrigin in APM object
Implemented:
- SeaSondeRAPM_SiteOrigin_override_step_text
Updated:
- seasonder_readSeaSondeRAPMFile
* SEAS-96 (#56) (#57)
Improved logging, messages. Implemented MUSIC processing steps info.
* Seas 96 update processing steps (#58)
* SEAS-96
Improved logging, messages. Implemented MUSIC processing steps info.
* SEAS-96
Implemented FOR procesing step update.
* update version number