Arjun Desai

Results 11 comments of Arjun Desai

Should this also include inspecting columns (e.g. name and type) without having to load in the full datapanel?

Thanks for reporting. We'll take a look, will update you when a fix is in

Does the eraser on the pen (Microsoft Surface Book) work for the paintbrush tool? i.e. if I use the eraser side, will the mask automatically erase?

a PR would be great, thanks!

We are debugging this in https://github.com/mikgroup/sigpy/issues/102#issue-1072431867

@gattia thanks for the PR! could you lint your files and provide some same screenshots of the segmentations

DOSMA supports multi-tag sorting/group_by - https://github.com/ad12/DOSMA/blob/bd5efecbb944263c9a5d7853f154d9071c72ba62/dosma/core/io/dicom_io.py#L83-L84 For arguments to `sort_by`, it may be easier to specify a `sort_key` argument that allows the user to customize their sorting algorithm

Default for `sort_by` is `InstanceNumber` because 1) it is the default value to sort by when writing dicoms and 2) it is scalar value that is easier to sort by....