Checks for empty files, with an option to delete them. Then checks all the data for duplicated or missing ROIs which would indicate a problem with vpr_autoid_create()

vpr_autoid_check(new_autoid, original_autoid, cruise, dayhours)

Arguments

new_autoid

file path to autoid folder eg. C:/data/CRUISENAME/autoid/ (produced by vpr_autoid_create())

original_autoid

file path to original autoid folder (produced by automated classification)

cruise

name of cruise which is being checked

dayhours

chr vector, of unique day and hour values to check through (format d123.h12)

Value

text file (saved in working directory) named CRUISENAME_aid_file_check.txt

Author

E Chisholm