Skip to content

Commit 156b822

Browse files
committed
rather than register a smartem atlas when the atlas is seen push this to the data collection group registration where a smartem grid will also be registered
this commit is just the client side
1 parent bb68168 commit 156b822

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/murfey/client/contexts/atlas.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ def post_transfer_epu(
9191
session_id=environment.murfey_session,
9292
data={"path": str(transferred_atlas_name).replace("//", "/")},
9393
)
94-
capture_post(
95-
base_url=str(environment.url.geturl()),
96-
router_name="session_control.spa_router",
97-
function_name="register_atlas",
98-
token=self._token,
99-
session_id=environment.murfey_session,
100-
data={
101-
"name": transferred_file.stem,
102-
"acquisition_uuid": environment.acquisition_uuid,
103-
},
104-
)
10594
logger.info(
10695
f"Submitted request to create JPG image of atlas {str(transferred_atlas_name)!r}"
10796
)

0 commit comments

Comments
 (0)