Hello, I'm on XNAT 1.8, trying to get the latest NRG xnat/FreeSurfer container service working. It processes the data and generates the assessor XML, but it does not upload the assessor XML or the FS data as a resource.
Can someone clarify my understanding of this? When reading the documentation, I get the impression that this is actually intentional, and we are supposed to write separate "wrap-up" commands to do this upload process? Or is that supposed to be handled by the "vanilla" output-handlers that are already included in the default JSON "Command"? I'm not wanting to do any special post processing, other than uploading the assessor and the data "Resource".
I notice the FS docker image has "upload_assesor.sh" and "upload_freesurfer.sh" as available scripts I could potentially run in a "wrap-up command", but those (curl commands) require host, user, and password arguments, and it's not very clear form the documentation how I would include all the necessary parameters into a "wrap-up" command.
Unfortunately the output handler documentation does not exist yet, so any tips on how to fix this issue would be most welcome.
Thanks for all your help,