fafbseg.flywire.find_common_time¶
- fafbseg.flywire.find_common_time(root_ids, progress=True, *, dataset=None)[source]¶
Find a time at which given root IDs co-existed.
- Parameters:
root_ids (list | np.ndarray | NeuronCriteria) – Root IDs to check.
progress (bool) – If True, shows progress bar.
dataset ("public" | "production" | "sandbox", optional) – Against which FlyWire dataset to query. If
None
will fall back to the default dataset (seeset_default_dataset()
).
- Return type:
datetime.datetime