import_CSV

btrack.io.import_CSV(filename: PathLike) list[PyTrackObject]

Import localizations from a CSV file.

Parameters:
filenamePathLike

The filename of the CSV to import

Returns:
objectslist[btypes.PyTrackObject]

A list of objects in the CSV file.

Notes

CSV file should have one of the following format.

CSV header format

t

x

y

z

label

required

required

required

optional

optional