You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# RstoxData v2.2.1-9005 (2026-05-21)
2
+
* Fixed bug in TranslateICESAcoustic() where translation of the tables Calibration, DataAcquisition, DataProcessing did not work due to error in the keys generated with expandICESKeysWithPrefix().
3
+
* Changed ICESBiotic() to NOT set NA to 0 for SubsampleWeight in the Catch table, since the ICES acoustic database only accepts NA or a positive number as of the beginning of 2026.
4
+
* In ICESBiotic() changed BioticData_NMDToICESBioticOne() to set SubsamplingFactor to catchweight / lengthsampleweight if both catchcount and lengthsamplecount are missing.
5
+
6
+
1
7
# RstoxData v2.2.1-9004 (2026-05-05)
2
8
* Fixed bug in StoxAcoustic where BeamKey was corrupted for data read by ReadAcoustic() from file in the ICESAcoustic format (LU25/LUF26 from LSSS). This resulted in NASC data being mixed between frequencies in the output from StoxAcoustic. The fix was to set sort = FALSE when merging in the Instrument table.
3
9
* Fixed bug where TranslateICESAcoustic() did not manage to translate variables in the tables Instrument, Calibration, DataAcquisition and DataProcessing.
#' @param FileNames The paths of the biotic files.
56
56
#'
57
+
#' @details
58
+
#' The file is read using the ICESBiotic XSD defined by ICES acoustic database (https://www.ices.dk/data/data-portals/Pages/acoustic.aspx), with additional information about headers defined by the internal function \code{icesAcousticPreprocess}.
59
+
#'
60
+
#' One particular case is when headers (e.g. LocalID) are stored as NA in the file. This results in the string "NA" and not the missing value NA. To read fields as NA, the field must be left out in the file.
61
+
#'
57
62
#' @return
58
63
#' An object of StoX data type BioticData: A list of a list of data.tables of the different levels of the input biotic files.
#' @param FileNames The paths of the acoustic files.
98
103
#'
104
+
#' @details
105
+
#' The file is read using the ICESAcoustic XSD defined by ICES acoustic database (https://www.ices.dk/data/data-portals/Pages/acoustic.aspx), with additional information about headers defined by the internal function \code{icesAcousticPreprocess}.
106
+
#'
107
+
#' One particular case is when headers (e.g. LocalID) are stored as NA in the file. This results in the string "NA" and not the missing value NA. To read fields as NA, the field must be left out in the file.
108
+
#'
99
109
#' @return
100
110
#' An object of StoX data type AcousticData: A list of a list of data.tables of the different levels of the input acoustic files.
0 commit comments