Chris Hammill

Results 137 comments of Chris Hammill

Thanks so much, So I tried pointing idris-mode at the blodwen executable: `(setq idris-interpreter-path "blodwen")` but I get `Buffer *idris-repl* has no process`. From the *Messages* buffer: ``` Idris disconnected:...

Thanks @gyroninja and @david-christiansen. Sounds like there is at least a clear first step. Get socket mode up and running for blodwen. I'll submit a small PR to add this...

I've updated the PR to include just the deidentification directives from the RSNA anonymizer script, I added additional things that weren't in the first version of the PR and updated...

Thanks @vsoch, I will make the changes suggested above, as soon as I get a chance.

yes I am still interested in contributing, thanks @vsoch. I'll try to find time in the next couple weeks to make the relevant changes.

Hi @baxpr, thanks for reporting this. The error you get looks like the out of memory killer killed your process, so you're probably correct in your assessment that this is...

Thanks @baxpr, glad the increased memory resolved your issue. We're going to continue investigating why moco is using so much memory. As for the killed messages, those are from the...

That seems like a better way to structure this, I'll give writing it a shot and report back.

I can reproduce this issue ``` sct_download_data -d course_london19 cd course_london19/single_subject/data/t1/ sct_resample -i t1.nii.gz -o t1_small.nii.gz -mm 2.2x1.0x1.0 sct_resample -i t1.nii.gz -o t1_smaller.nii.gz -mm 2.4x1.0x1.0 sct_crop_image -i t1_small.nii.gz -o t1_small_crop.nii.gz...

So the `sct_crop_image` creates an `ImageCropper` object which has method `crop` which calls method `get_bbox_from_ref` when a reference image is supplied. The docstring for `get_box_from_ref` says `"Get bounding box from...