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
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?
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?
STARS_list.zip
This is a short version of the python code:
tr = TrackRun(t_dir)
S= pd.read_pickle("STARS_list.pkl")
tr.match_tracks(S)
The text was updated successfully, but these errors were encountered: