Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into multi_tomo
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Oct 4, 2024
2 parents 04bedde + f48abec commit 8f6fe81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ingestion_tools/scripts/importers/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ def get_tiltseries_path(self) -> str | None:
return ts.get_metadata_path()
return None

def get_tiltseries_path(self) -> str | None:
for ts in TiltSeriesImporter.finder(self.config, **self.parents):
return ts.get_metadata_path()
return None

@classmethod
def get_default_config(cls) -> list[dict]:
return [{"metadata": cls.get_default_metadata(), "sources": [{"literal": {"value": ["default"]}}]}]
Expand Down

0 comments on commit 8f6fe81

Please sign in to comment.