Clarification on the acquisition of calibration assets #1692
Replies: 2 comments 5 replies
-
|
To clarify the watchdog bit, the only thing subject_id is used for is to pass into the data-transfer-service, no other actual need for it. |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since this has comeup a few times in the last month (with @hagikent and https://github.com/AllenNeuralDynamics/aind-scientific-computing/issues/483#issuecomment-3706464075) I wanted to ask for help understanding what the intended pattern for calibration assets is.
My understanding is that calibrations exist as a separate
subject_detailstype in the subject schema:aind-data-schema/src/aind_data_schema/core/subject.py
Line 23 in 58069c8
However, it is not clear to me how this information interacts:
subject_idfield inacquisition.json:aind-data-schema/src/aind_data_schema/core/acquisition.py
Line 323 in 58069c8
subject_idfield inaind-data-transfer-service(https://github.com/AllenNeuralDynamics/aind-data-transfer-service/blob/2deb43b29e0ea7365a94c03b0935e808604463c5/src/aind_data_transfer_service/models/core.py#L181) @jtyoung84subjectin thewatchdogapplication supported by SIPE (https://github.com/AllenNeuralDynamics/aind-watchdog-service/blob/503c36403eb1add3fb3fabc2a47ab7a1e8eaf887/src/aind_watchdog_service/models/manifest_config.py#L57) @patricklatimerCan someone clarify and try to figure out if we need to change the specification in any of these tools? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions