-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi,
I would like to match the Octant tracks with tracks from the STARS list. The STARS list is stored as a pandas dataframe (see attached pickle file). Can I use the octant match_tracks function on this pandas dataframe for track matching?
This is a short version of the python code:
tr = TrackRun(t_dir)
S= pd.read_pickle("STARS_list.pkl")
tr.match_tracks(S)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested