analysis

JSON array

Analysis results, run on an imaging study level. Can contain files, directories, and variables.

JSON variables

* required

Variable

Type

Description

PipelineName

string

Name of the pipeline used to generate these results. REQUIRED

PipelineVersion

number

Version of the pipeline used. REQUIRED

DateStart

date

Datetime of the start of the analysis. REQUIRED

DateEnd

date

Datetime of the end of the analysis.

DateClusterStart

date

Datetime the job began running on the cluster.

DateClusterEnd

date

Datetime the job finished running on the cluster.

SetupTime

number

Elapsed wall time, in seconds, to copy data and set up analysis.

RunTime

number

Elapsed wall time, in seconds, to run the analysis after setup.

SeriesCount

number

Number of series downloaded/used to perform analysis.

Successful

bool

Analysis ran to completion without error and expected files were created.

Size

number

Size in bytes of the analysis.

Hostname

string

If run on a cluster, the hostname of the node on which the analysis run.

Status

string

Status, should always be ‘complete’.

StatusMessage

string

Last running status message.

VirtualPath

string

Relative path to the data within the package.

Last updated