We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4818551 commit 8e74671Copy full SHA for 8e74671
src/murfey/client/contexts/spa_metadata.py
@@ -162,8 +162,7 @@ def post_transfer(
162
}
163
capture_post(url, json=dcg_data)
164
gs_pix_positions = get_grid_square_atlas_positions(
165
- _atlas_destination(environment, source, transferred_file)
166
- / environment.samples[source].atlas
+ source_visit_dir / environment.visit / partial_path
167
)
168
for gs, pos_data in gs_pix_positions.items():
169
if pos_data:
0 commit comments