-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates facemask.nii.gz with better ear and mouth mask #22
base: master
Are you sure you want to change the base?
Conversation
Thanks - could you post some screenshots of the mask pre and post adjustment here? This will help document the evolution of the package. |
Of course. The following figure shows regions that were only in the old facemask in yellow, regions that are now new in the facemask in blue and regions that haven't changed in green. The template As can be seen, the new mask cuts out the ears, removes some more regions of the jaw and adds again the region close to the frontal pole. I've added this last part again, because it lead to frontal pole removal in some of my subjects. |
@robertoostenveld @jasmainak would such mask be still ok for MEG skull reconstruction and electrode localization? |
Thanks for providing figures @miykael! |
I’m not sure but I suspect coregistration would be difficult without the
pre auricular points.
Maybe the accuracy of the surfaces will also affect source localisation
accuracy.
I think @agramfort can give better opinion than me here
On Sat 28 Apr 2018 at 17:46, Chris Filo Gorgolewski < ***@***.***> wrote:
Thanks for providing figures @miykael <https://github.com/miykael>!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APHiomLAbyowO_fTRQcPPNK_r9rQ_98xks5ttI7vgaJpZM4TrDUI>
.
--
Sent from my iPhone
|
no indeed. For MEG/EEG coreg we need the preauricular points and the tragus and at least the upper half of the nose. |
Agreed with Alex. After application of this mask re-doing the coreg would indeed be difficult (or very imprecise), if not impossible (depends on the coreg method and whether a headshape is available). IMHO coregistration should be done prior to making the de-identified anatomical in BIDS format and coreg information should be shared in the AnatomicalLandmarkCoordinates field. As such I don't see the problem of this (or any other) mask. Considering that after conversion of dicoms to nifti's it would also be difficult to determine MR parameters; I would say there is nothing new here: some parameters have to be determined and shared prior to or during conversion. |
I understand the localization could be done before defacing, but it would be more convenient if we could come up with a mask that removes some ear/nose details, but keeps enough to make the localization possible. Or do you think that this is not possible? |
don't know what is ethically acceptable but I agree it would be great to
still allow this.
|
it might work if you would remove the eyes and cheeks, but keep the nose (including the tip and nasal wings) in place. Also the front of the ear (including the details around the ear canal, but not the ear shell) should remain intact. I don’t know whether this could be done robustly enough to automate, or whether it requires visual inspection on every subject.
… On 30 Apr 2018, at 18:34, Alexandre Gramfort ***@***.***> wrote:
don't know what is ethically acceptable but I agree it would be great to
still allow this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#22 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA2346oUfIxBcKiONkYnakvJgz3OQiUbks5ttz0GgaJpZM4TrDUI>.
|
@chrisfilo What about including this mask as an option until a mask that works better with MEG can be developed? |
Sounds good to me.
…On Mon, Feb 4, 2019, 8:09 AM Dylan Nielson ***@***.*** wrote:
@chrisfilo <https://github.com/chrisfilo> What about including this mask
as an option until a mask that works better with MEG can be developed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOkp0MZltFUV5v5tA9UPUQeBGlxg83Bks5vKFssgaJpZM4TrDUI>
.
|
@Shotgunosine - Happy to adapt the changes. Should I just include an option like |
oh my. That sounds quite painful. |
@vsoch - I agree. But my current PR would overwrite the current facemask, which supposedly is not the goal :-) @Shotgunosine - Good, then I will wait for #19 to be merged. |
It seems as though this |
I've updated the
facemask.nii.gz
so that it also cuts out the ears of a subject. As discussed on neurostars, cutting out the ears can be a necessary requirement for local ethic committees to consider an MRI image as "fully anonymized".I've also cut out some more parts of the mouth area to make sure that the dental information are excluded from the defaced image.
The adaptation of the previous
facemask
was done manually and verified on a dataset of 12 subjects.