analysis
JSON array
Analysis results, run on an imaging study level. Can contain files, directories, and variables.
JSON variables
🔵 Primary key 🔴 Required 🟡 Computed (squirrel writer/reader should handle these variables)
Variable | Type | Default | Description |
| date | 🔴 | Datetime of the start of the analysis. |
| date | Datetime of the end of the analysis. | |
| date | Datetime the job began running on the cluster. | |
| date | Datetime the job finished running on the cluster. | |
| string | If run on a cluster, the hostname of the node on which the analysis run. | |
| string | 🔴 🔵 | Name of the pipeline used to generate these results. |
| number |
| Version of the pipeline used. |
| number |
| Elapsed wall time, in seconds, to run the analysis after setup. |
| number |
| Number of series downloaded/used to perform analysis. |
| number |
| Elapsed wall time, in seconds, to copy data and set up analysis. |
| string | Status, should always be ‘complete’. | |
| string | Last running status message. | |
| bool | Analysis ran to completion without error and expected files were created. | |
| number | 🟡 | Size in bytes of the analysis. |
| string | 🟡 | Relative path to the data within the package. |
Last updated