export_tasks
function returns a Python object containing meta-data information and any vector annotations (measurements, landmarks, etc.). Please see the format of the object here. export_tasks
function. Please view the detailed export_tasks
reference here. project_id
, with the following structure:
name
. A single task (depending on whether it was single series or multi-series) can have one or more segmentations.
The individual segmentation files will be in NIfTI-1 format and be named after the user-defined series name. If no series name is provided on upload, RedBrick will assign a unique name. Corresponding meta-data ex. category names will be provided in tasks.json.
export_tasks()
function exports segmentation files for all Ground Truth Tasks by default. To export All Tasks, set the only_ground_truth
parameter to False
.
get_task_events
here.only_ground_truth=False
parameter.
get_task_events
only returns audit information for Tasks in the Ground Truth Stage.
taskId
). The events
array contains all key events/actions performed on the Task, with events[0]
being the first event.
Export
class. A full list of the capabilities of our Export
class can be found here.
get_active_time()
;get_task_events()
and the from_timestamp
parameter;list_tasks()
;export_tasks()
;