Skip to content

track matching with octant #31

@pst019

Description

@pst019

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions