Example functions to retrieve markup information from 3D Slicer .mrb files
-
open_file_get_points_fcsv
- extracts point coordinates if file in .mrb is .fcsv
-
open_file_get_points
- extracts point coordinates from .mrk.json
-
open_file_get_length
- extracts length from .mrk.json
-
open_file_get_area
- extracts area from .mrk.json
-
open_file_get_angle
- extracts angle from .mrk.json
open_mrb_get_markup_info_pseudocode.py
Has example with for loop that opens all .mrb files in folder and saves markup information into dictionary and dataframe