Skip to content

Commit

Permalink
Fixed prefex
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Feb 11, 2024
1 parent 9974967 commit 8bfe6df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def process_file(
process_file(
"../mlex_tomo_framework/data/tiled_storage/beamlines/8.3.2/recons/rec20240207_120829_test_no_xrays_n1313",
config_path="../mlex_tomo_framework/tiled/deploy/config",
path_prefix="/tiled_storage/beamlines/8.3.2/recons/"
path_prefix="/beamlines/8.3.2/recons/"
)
)
else:
Expand All @@ -81,8 +81,9 @@ async def process_file(
pprint(os.environ)
asyncio.run(
process_file(
"/tiled_storage/beamlines/8.3.2/recons/rec20240207_120550_test_no_xrays_n257",
path_prefix="/tiled_storage/beamlines/8.3.2/recons/"
# "/tiled_storage/beamlines/8.3.2/recons/rec20240207_120550_test_no_xrays_n257",
"/tiled_storage/beamlines/8.3.2/recons/rec20240207_120829_test_no_xrays_n1313",
path_prefix="/beamlines/8.3.2/recons/"
)
)

0 comments on commit 8bfe6df

Please sign in to comment.