Read in data from a CATS tag deployment (stored in a .csv file). This function is usable by itself but is more normally
called by read_cats
which handles metadata and creates a NetCDF file.
Arguments
- fname
is the file name of the CATS CSV file including the complete path name if the file is not in the current working directory or in a directory on the path. The .csv suffix is optional.
- max_samps
is optional and is used to limit reading to a maximum number of samples (rows) per sensor. This is useful to read in a part of a very large file for testing. If max_samps is not given, the entire file is read.
- skip_samps
Number of lines of data to skip (excluding header) before starting to read in data. Defaults to 0 (start at the beginning of the file), but can be used to read in a part of a file, or to read in and process a large file in chunks.