Plastimatch threshold-based segmentation

17 views
Skip to first unread message

Yalçın Kuzay

unread,
Nov 10, 2022, 9:27:07 AM11/10/22
to Plastimatch
Dear All,

I recently use Plastimatch 1.9.4.

when I try to create segmentation (via threshold), the upper-threshold option does not work. Any idea?

I use following command:  plastimatch segment --input Fixed.nii.gz --lower-threshold -1000 --upper-threshold -512 --output-img Fixed_body_mask.nii



Thanks in advance
Yalcin

Sharp, Gregory C.

unread,
Nov 10, 2022, 11:13:30 AM11/10/22
to Plastimatch
Hi Yalcin,

That option does not appear to be implemented. The plastimatch segment command is a bit quirky. Maybe you can explain your goal and I can advise an alternative.

Greg

________________________________________
From: plast...@googlegroups.com <plast...@googlegroups.com> on behalf of Yalçın Kuzay <ylc...@gmail.com>
Sent: Thursday, November 10, 2022 9:27 AM
To: Plastimatch
Subject: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution
--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/fa6edee4-745c-45e5-85e7-ce1b4d650755n%40googlegroups.com<https://secure-web.cisco.com/1bvPQCTRj6Aywial0FpUacUQ_PzDoHHUgy5QpyHYNXaJRhSkeFyW92UgM5kPjBDZzwBMhVtyzqAmxPAe1xRsoFcl-7vXKSufzdGXKDYhZNSsJJcOUybBxjf496yXBdTu_sjXe8V901oZ1CgFy1W-_eZ_-o-rI41nqR6mGCOPfFnQM43YlsHgJVsDBwJRj2duf3_skJWTDrvGjFFyuJ7eDYr0N03jaSedju5st5vAmkBTJLsF8UqImN2oAVfehuiMuSZNGGHN8A2JzYF6w4bY-pMsVp7tRQtb-Zg0VeMXNG9n8K0817km6DWX7RCflXixWZrxQe88IadAWdF1rEWrLrQ/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline <https://www.massgeneralbrigham.org/complianceline> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.

Yalçın Kuzay

unread,
Nov 10, 2022, 12:25:25 PM11/10/22
to plast...@googlegroups.com
Hi Greg,

Thanks for your reply. 

I recently register some lung CTs. To able to create dice similarity coefficient, I need masks. I plan to create automated segments (as a mask) for bone, water and soft tissue by using threshold. Then, I will compare the dice between fixed image's masks and transformed image's mask.

I'm unsure if Dice can work without making ay regions.

Best regards

Yalçın 

You received this message because you are subscribed to a topic in the Google Groups "Plastimatch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/plastimatch/tWFIm_584dA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to plastimatch...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB4593F0F689BD5E2050C23A92CF019%40BL0PR04MB4593.namprd04.prod.outlook.com.

Sharp, Gregory C.

unread,
Nov 10, 2022, 1:10:13 PM11/10/22
to plast...@googlegroups.com
Hi Yalcin,

Yes, you do need two binary (0 or 1) images for the dice.

The segment command does special processing to find the body contour, including filling holes and the like. It's kind of peculiar and difficult to use. What you want instead is the threshold command.

plastimatch threshold --range "-1000,-512" --input Fixed.nii.gz --output Fixed_body_mask.nii

That is the syntax, but the range of values will include a bunch of air outside of the body. You'll probably want to test out different ranges until you get something useful.

Greg

________________________________________
From: plast...@googlegroups.com <plast...@googlegroups.com> on behalf of Yalçın Kuzay <ylc...@gmail.com>
Sent: Thursday, November 10, 2022 12:25 PM
To: plast...@googlegroups.com
Subject: Re: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution

Hi Greg,

Thanks for your reply.

I recently register some lung CTs. To able to create dice similarity coefficient, I need masks. I plan to create automated segments (as a mask) for bone, water and soft tissue by using threshold. Then, I will compare the dice between fixed image's masks and transformed image's mask.

I'm unsure if Dice can work without making ay regions.

Best regards

Yalçın

On Thu, 10 Nov 2022, 17:13 Sharp, Gregory C. <GCS...@partners.org<mailto:GCS...@partners.org>> wrote:
Hi Yalcin,

That option does not appear to be implemented. The plastimatch segment command is a bit quirky. Maybe you can explain your goal and I can advise an alternative.

Greg

________________________________________
From: plast...@googlegroups.com<mailto:plast...@googlegroups.com> <plast...@googlegroups.com<mailto:plast...@googlegroups.com>> on behalf of Yalçın Kuzay <ylc...@gmail.com<mailto:ylc...@gmail.com>>
Sent: Thursday, November 10, 2022 9:27 AM
To: Plastimatch
Subject: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution

Dear All,

I recently use Plastimatch 1.9.4.

when I try to create segmentation (via threshold), the upper-threshold option does not work. Any idea?

I use following command: plastimatch segment --input Fixed.nii.gz --lower-threshold -1000 --upper-threshold -512 --output-img Fixed_body_mask.nii



Thanks in advance
Yalcin

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com><mailto:plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com>>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/fa6edee4-745c-45e5-85e7-ce1b4d650755n%40googlegroups.com<https://secure-web.cisco.com/10yzyF9z3LXTZvt5EK7jkvCW5ob3yy8_7z5KSBDTei53k8I_MalbEzh241BbToBVSJ7QelGMT8yVcsblCv7jGbhbsqXABs9xldfaiUD44Ugl5hMJyYZABLaov4ltps55rHYhnB65RgbpnmYnAbFioz7xFmCC0OXl3LxECz6P7ZfWaQADidiBWBw6xp-vmZRE9hH0-WkdzoiO8RgZJYYJFbYZ-1Jl-WZPTMn0cxN1lEXMKjZPlEQLmh7kxYTWIMorQygAlOFTkg6TBfzpU0e3B6xSKNdhkCWcwrsvqdUzAvqtaOGsuRU6Ko-7LRmB3afR-fGSFhpQ5nXTlmqhH3vinMA/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com><https://secure-web.cisco.com/1bvPQCTRj6Aywial0FpUacUQ_PzDoHHUgy5QpyHYNXaJRhSkeFyW92UgM5kPjBDZzwBMhVtyzqAmxPAe1xRsoFcl-7vXKSufzdGXKDYhZNSsJJcOUybBxjf496yXBdTu_sjXe8V901oZ1CgFy1W-_eZ_-o-rI41nqR6mGCOPfFnQM43YlsHgJVsDBwJRj2duf3_skJWTDrvGjFFyuJ7eDYr0N03jaSedju5st5vAmkBTJLsF8UqImN2oAVfehuiMuSZNGGHN8A2JzYF6w4bY-pMsVp7tRQtb-Zg0VeMXNG9n8K0817km6DWX7RCflXixWZrxQe88IadAWdF1rEWrLrQ/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1mzUZ9PG-5FhyR6PPp6HlnBTM63GlbQ_BppXWgPaHpcU2SoTVapcMavjVCZDpNUM0CoWg_7jeR6llZtEKk0hijQI_A0t5s5HsHAXYUEdQSzn6YuWUqy2moFI72S2T4EAhEtyzpekQzwR22ffAm7z_lYuwe8jw9zKpk1JDquXYs9bpD-H11AExQF9M_zpyPLz4ooOtcghVKNNIJPnAR31Lb9jUX10X3JmkHaUecLDcwd_km1kvdqwNwIfqygxV_PtSH6XNCrUTDYjMXkyYJAog1iUFjbHovwri9ihtsCHz-WXJTHntswQ62mHBFWwp8JP4WQj7JmZ11vy6NFB0ciqzCw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline> <https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1mzUZ9PG-5FhyR6PPp6HlnBTM63GlbQ_BppXWgPaHpcU2SoTVapcMavjVCZDpNUM0CoWg_7jeR6llZtEKk0hijQI_A0t5s5HsHAXYUEdQSzn6YuWUqy2moFI72S2T4EAhEtyzpekQzwR22ffAm7z_lYuwe8jw9zKpk1JDquXYs9bpD-H11AExQF9M_zpyPLz4ooOtcghVKNNIJPnAR31Lb9jUX10X3JmkHaUecLDcwd_km1kvdqwNwIfqygxV_PtSH6XNCrUTDYjMXkyYJAog1iUFjbHovwri9ihtsCHz-WXJTHntswQ62mHBFWwp8JP4WQj7JmZ11vy6NFB0ciqzCw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.

--
You received this message because you are subscribed to a topic in the Google Groups "Plastimatch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/plastimatch/tWFIm_584dA/unsubscribe<https://secure-web.cisco.com/1CZUa_X2-zsNWT8PR-ldgwg15cuifGa_WO1qW6yanfYS_eODP607u2gCu29jOXYZjgppQENAruNo8f9qYY9P7cQdftJyBXBYSoRhdmebxjZDUAFwc5TOhj8DF9l0EykFSQoOIck-32yLohDIOUAeB8T9XKepEVnTjsAQyRuRUQqJycQihdyoV828v0wmIfs-7d3aVENxC-NK8mc-lvSOc-SNMmbyQqkSvD8kFDskP0cE-0bw_ov_ddaOAfpXoCWZl3AOUbL7f6GWN2_UrQkLis4NlzqAu8bbbbgIU0HAdYseFEViDUhi8ZYWJTazuOJ-6z4GbHyNNReuGn681ZgRY1A/https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fplastimatch%2FtWFIm_584dA%2Funsubscribe>.
To unsubscribe from this group and all its topics, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB4593F0F689BD5E2050C23A92CF019%40BL0PR04MB4593.namprd04.prod.outlook.com<https://secure-web.cisco.com/1c8lSeo60DAJ7fwoIw7NhxdjG_PFXSUCCNo-yErOV-xRK8SUNWKytSn-34r9ieATK5knAxC89oNEXJq38c7RRPptEa0BPFExaA2geOIvWi3jxLbJElHxEFzFEHmIG4krGq2W3Iu22M7utvpEb3ADm-5MibCRFJxdJA9NV0GUc8OO0fXVb5ANhDO0KmNsaa9xgzC4K0t3H_srDbGDdZ00XmMO0OXZn648KN1ap2VqQlo8ZE0DL8bnA9XH3P3JYbmouQss0AOroU_Y221zzVSZwt0sRD90bpxFZYNAEu3dfEmPZp4CHNIN8I76AVz-6z8u8tEWCkg4tNHLvVSFV5sq5lA/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FBL0PR04MB4593F0F689BD5E2050C23A92CF019%2540BL0PR04MB4593.namprd04.prod.outlook.com>.

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/CANEGDY%3Dth2huRDjjcr7yZbP1Rwghh2%2BLFdc2pfKNFn%3DLemq5Rw%40mail.gmail.com<https://secure-web.cisco.com/1e0Jmq5TJYJO6CYG1xx62PRATEw7SfKT3R6Ny2wiLWtyLkU1NBHLGkqoOtibv-qGKxN90y8wHUdcFw7fNZVVSx1Z-t5HGvTTPxEy4hiyq3lAi3Qz7iQAIDn5u1zUm9vqL5Hqy17i68S_6REpT19r39azbzulMI0HazWc6drrwjx6i9FpgsoU-4S2PG3QkwRcswvOzochl7vmOMX0QaDui91A-zRNMJ7mL77xz9vl6uT2ZUucrWQ1UW7noAorAHol4wzZeawpzN5zZAMHeKDxuz3fW0jV48vNkK5HCPp-MrDzUhjxra7reLl6I6joxVB22z7H0bEfGwcPQv-tHh8CwCw/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FCANEGDY%253Dth2huRDjjcr7yZbP1Rwghh2%252BLFdc2pfKNFn%253DLemq5Rw%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.

Yalçın Kuzay

unread,
Nov 10, 2022, 1:38:25 PM11/10/22
to plast...@googlegroups.com
Hi Greg, 

What do you meen with bunch of air outside of the body. How it can influence the quality of your the Dice?

 Best


To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB4593B5F28882C43744665D60CF019%40BL0PR04MB4593.namprd04.prod.outlook.com.

Sharp, Gregory C.

unread,
Nov 10, 2022, 2:13:39 PM11/10/22
to plast...@googlegroups.com

Hi Yalcin,

I'm assuming this is CT.  In your original command, it looks like you were trying to include the range -512 to -1000.  This range will include a fair portion of air, assuming air is present in the scan.

Greg

The information in this e-mail is intended only for the person to whom it is addressed.  If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline .

Yalçın Kuzay

unread,
Nov 10, 2022, 4:17:51 PM11/10/22
to plast...@googlegroups.com
Hi Greg,

Since I wanted to see the agreement of the lung, I have determined those parameters. Is it better to go with -512 to 1000 for the body or 300 to 1000 for bone density? Which mask (density) could work for the chest CT?

Best
Yalcin

Sharp, Gregory C. <GCS...@partners.org>, 10 Kas 2022 Per, 20:13 tarihinde şunu yazdı:


--
Yalçın KUZAY, PhD

Sharp, Gregory C.

unread,
Nov 14, 2022, 4:52:45 PM11/14/22
to plast...@googlegroups.com
Hi Yalcin,
Sounds good. As long as you are getting good segmentations, all is well.
Greg

________________________________________
From: plast...@googlegroups.com <plast...@googlegroups.com> on behalf of Yalçın Kuzay <ylc...@gmail.com>
Sent: Thursday, November 10, 2022 4:17 PM
To: plast...@googlegroups.com
Subject: Re: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution

Hi Greg,

Since I wanted to see the agreement of the lung, I have determined those parameters. Is it better to go with -512 to 1000 for the body or 300 to 1000 for bone density? Which mask (density) could work for the chest CT?

Best
Yalcin

Sharp, Gregory C. <GCS...@partners.org<mailto:GCS...@partners.org>>, 10 Kas 2022 Per, 20:13 tarihinde şunu yazdı:
Hi Yalcin,
I'm assuming this is CT. In your original command, it looks like you were trying to include the range -512 to -1000. This range will include a fair portion of air, assuming air is present in the scan.
Greg


From: plast...@googlegroups.com<mailto:plast...@googlegroups.com> <plast...@googlegroups.com<mailto:plast...@googlegroups.com>> On Behalf Of Yalçin Kuzay
Sent: Thursday, November 10, 2022 1:38 PM
To: plast...@googlegroups.com<mailto:plast...@googlegroups.com>
Subject: Re: [Plastimatch] Plastimatch threshold-based segmentation


External Email - Use Caution
Hi Greg,

What do you meen with bunch of air outside of the body. How it can influence the quality of your the Dice?

Best

On Thu, 10 Nov 2022, 19:10 Sharp, Gregory C. <GCS...@partners.org<mailto:GCS...@partners.org>> wrote:
Hi Yalcin,

Yes, you do need two binary (0 or 1) images for the dice.

The segment command does special processing to find the body contour, including filling holes and the like. It's kind of peculiar and difficult to use. What you want instead is the threshold command.

plastimatch threshold --range "-1000,-512" --input Fixed.nii.gz --output Fixed_body_mask.nii

That is the syntax, but the range of values will include a bunch of air outside of the body. You'll probably want to test out different ranges until you get something useful.

Greg

________________________________________
Sent: Thursday, November 10, 2022 12:25 PM
To: plast...@googlegroups.com<mailto:plast...@googlegroups.com>
Subject: Re: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution

Hi Greg,

Thanks for your reply.

I recently register some lung CTs. To able to create dice similarity coefficient, I need masks. I plan to create automated segments (as a mask) for bone, water and soft tissue by using threshold. Then, I will compare the dice between fixed image's masks and transformed image's mask.

I'm unsure if Dice can work without making ay regions.

Best regards

Yalçın

On Thu, 10 Nov 2022, 17:13 Sharp, Gregory C. <GCS...@partners.org<mailto:GCS...@partners.org><mailto:GCS...@partners.org<mailto:GCS...@partners.org>>> wrote:
Hi Yalcin,

That option does not appear to be implemented. The plastimatch segment command is a bit quirky. Maybe you can explain your goal and I can advise an alternative.

Greg

________________________________________
From: plast...@googlegroups.com<mailto:plast...@googlegroups.com><mailto:plast...@googlegroups.com<mailto:plast...@googlegroups.com>> <plast...@googlegroups.com<mailto:plast...@googlegroups.com><mailto:plast...@googlegroups.com<mailto:plast...@googlegroups.com>>> on behalf of Yalçın Kuzay <ylc...@gmail.com<mailto:ylc...@gmail.com><mailto:ylc...@gmail.com<mailto:ylc...@gmail.com>>>
Sent: Thursday, November 10, 2022 9:27 AM
To: Plastimatch
Subject: [Plastimatch] Plastimatch threshold-based segmentation

External Email - Use Caution

Dear All,

I recently use Plastimatch 1.9.4.

when I try to create segmentation (via threshold), the upper-threshold option does not work. Any idea?

I use following command: plastimatch segment --input Fixed.nii.gz --lower-threshold -1000 --upper-threshold -512 --output-img Fixed_body_mask.nii



Thanks in advance
Yalcin

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com><mailto:plastimatch%2Bunsu...@googlegroups.com<mailto:plastimatch%252Buns...@googlegroups.com>><mailto:plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com><mailto:plastimatch%2Bunsu...@googlegroups.com<mailto:plastimatch%252Buns...@googlegroups.com>>>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/fa6edee4-745c-45e5-85e7-ce1b4d650755n%40googlegroups.com<https://secure-web.cisco.com/1CD1_vfvHJyPzHxzhJo8B5A4rc2WrYBhqUGJDbHUgskzpvBJlEGNvpzUKSjkXO0YgJU1wa9yN_qQtoXw3zwXjhuV6o0-hfvWTyo8EVuKGIxszTPXDT2zK5AMbuCemqltqX8BljjDxg2m6qhlyCWlqoK4CxNdd9KKYY1fhr-Rs7vKHmFp7iYpKiFWMjNEWcUeICspiODOp-Yvgbo68kNZSQYj-FyrGRE94AaVOdcZXL2uTdF0v2hsmQkWVBMKBZGbPceLnp64lP8leuF4pgJ3LkWR2JzQzeQB-o27SJkA6D3XawWUfiTJwu-QNWa6dJAg9/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com><https://secure-web.cisco.com/10yzyF9z3LXTZvt5EK7jkvCW5ob3yy8_7z5KSBDTei53k8I_MalbEzh241BbToBVSJ7QelGMT8yVcsblCv7jGbhbsqXABs9xldfaiUD44Ugl5hMJyYZABLaov4ltps55rHYhnB65RgbpnmYnAbFioz7xFmCC0OXl3LxECz6P7ZfWaQADidiBWBw6xp-vmZRE9hH0-WkdzoiO8RgZJYYJFbYZ-1Jl-WZPTMn0cxN1lEXMKjZPlEQLmh7kxYTWIMorQygAlOFTkg6TBfzpU0e3B6xSKNdhkCWcwrsvqdUzAvqtaOGsuRU6Ko-7LRmB3afR-fGSFhpQ5nXTlmqhH3vinMA/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com><https://secure-web.cisco.com/1bvPQCTRj6Aywial0FpUacUQ_PzDoHHUgy5QpyHYNXaJRhSkeFyW92UgM5kPjBDZzwBMhVtyzqAmxPAe1xRsoFcl-7vXKSufzdGXKDYhZNSsJJcOUybBxjf496yXBdTu_sjXe8V901oZ1CgFy1W-_eZ_-o-rI41nqR6mGCOPfFnQM43YlsHgJVsDBwJRj2duf3_skJWTDrvGjFFyuJ7eDYr0N03jaSedju5st5vAmkBTJLsF8UqImN2oAVfehuiMuSZNGGHN8A2JzYF6w4bY-pMsVp7tRQtb-Zg0VeMXNG9n8K0817km6DWX7RCflXixWZrxQe88IadAWdF1rEWrLrQ/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2Ffa6edee4-745c-45e5-85e7-ce1b4d650755n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1UPWNOMxkdgv2md-hIFODy1S5w5Iu-YhI_2A3Lmvyox3hn1A1b_Anw8HbbfbJwIq5sfgbr3nPyYDp3MFlHVYzYtlCJvIfZt6fpo__KBh3xS46W4kLhorVf-lwyokiO0QGfkNGs_dUbgkZadGpXceEpWJLhx1vUcgx_S2aHva24rJ6lVc52-odPLMMNSfff4yW6PpwVmv17Tq3jqMpIubQPN_cDxMvYJefOLWJgt2bd6JCezydo469X3YYVKp4CfTw3FjAnkVEVsSFt58TTiOakZaq4dI4_bVkc63AbfV_qKketISEYBEYeOX4E92c8ORh/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline><https://secure-web.cisco.com/1mzUZ9PG-5FhyR6PPp6HlnBTM63GlbQ_BppXWgPaHpcU2SoTVapcMavjVCZDpNUM0CoWg_7jeR6llZtEKk0hijQI_A0t5s5HsHAXYUEdQSzn6YuWUqy2moFI72S2T4EAhEtyzpekQzwR22ffAm7z_lYuwe8jw9zKpk1JDquXYs9bpD-H11AExQF9M_zpyPLz4ooOtcghVKNNIJPnAR31Lb9jUX10X3JmkHaUecLDcwd_km1kvdqwNwIfqygxV_PtSH6XNCrUTDYjMXkyYJAog1iUFjbHovwri9ihtsCHz-WXJTHntswQ62mHBFWwp8JP4WQj7JmZ11vy6NFB0ciqzCw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline> <https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1UPWNOMxkdgv2md-hIFODy1S5w5Iu-YhI_2A3Lmvyox3hn1A1b_Anw8HbbfbJwIq5sfgbr3nPyYDp3MFlHVYzYtlCJvIfZt6fpo__KBh3xS46W4kLhorVf-lwyokiO0QGfkNGs_dUbgkZadGpXceEpWJLhx1vUcgx_S2aHva24rJ6lVc52-odPLMMNSfff4yW6PpwVmv17Tq3jqMpIubQPN_cDxMvYJefOLWJgt2bd6JCezydo469X3YYVKp4CfTw3FjAnkVEVsSFt58TTiOakZaq4dI4_bVkc63AbfV_qKketISEYBEYeOX4E92c8ORh/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline><https://secure-web.cisco.com/1mzUZ9PG-5FhyR6PPp6HlnBTM63GlbQ_BppXWgPaHpcU2SoTVapcMavjVCZDpNUM0CoWg_7jeR6llZtEKk0hijQI_A0t5s5HsHAXYUEdQSzn6YuWUqy2moFI72S2T4EAhEtyzpekQzwR22ffAm7z_lYuwe8jw9zKpk1JDquXYs9bpD-H11AExQF9M_zpyPLz4ooOtcghVKNNIJPnAR31Lb9jUX10X3JmkHaUecLDcwd_km1kvdqwNwIfqygxV_PtSH6XNCrUTDYjMXkyYJAog1iUFjbHovwri9ihtsCHz-WXJTHntswQ62mHBFWwp8JP4WQj7JmZ11vy6NFB0ciqzCw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.

--
You received this message because you are subscribed to a topic in the Google Groups "Plastimatch" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/plastimatch/tWFIm_584dA/unsubscribe<https://secure-web.cisco.com/1w-ucgsiYAOFNk0qraA1zWL5S7It26qr6kZX6hqlwLQ1c3QpHAANMdXWOGf8dCIoG8XC75l-GRHNwzv1CKX6nbviRgohHnk4mEtkyg8QYKvxaamej2mbVIhft43dcceRB9rBk6WcXNeWw_zEduyKueZj_lT5J-RIXTmM537KOZJHm6gGsThyMbmSWiTdGTc1Vbu5yl93lHBRwzMmZ5eQunJvFuqBXBsXEqQcum5ElnoKKcXHmsuudfRgCXTLA3sH-R3N7Nod_3yxZarF8fi9fRkFaUpKmjFVg5olLUi5ajmQzD86FD2KTfrZuhvVgOm9t/https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fplastimatch%2FtWFIm_584dA%2Funsubscribe><https://secure-web.cisco.com/1CZUa_X2-zsNWT8PR-ldgwg15cuifGa_WO1qW6yanfYS_eODP607u2gCu29jOXYZjgppQENAruNo8f9qYY9P7cQdftJyBXBYSoRhdmebxjZDUAFwc5TOhj8DF9l0EykFSQoOIck-32yLohDIOUAeB8T9XKepEVnTjsAQyRuRUQqJycQihdyoV828v0wmIfs-7d3aVENxC-NK8mc-lvSOc-SNMmbyQqkSvD8kFDskP0cE-0bw_ov_ddaOAfpXoCWZl3AOUbL7f6GWN2_UrQkLis4NlzqAu8bbbbgIU0HAdYseFEViDUhi8ZYWJTazuOJ-6z4GbHyNNReuGn681ZgRY1A/https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fplastimatch%2FtWFIm_584dA%2Funsubscribe>.
To unsubscribe from this group and all its topics, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com><mailto:plastimatch%2Bunsu...@googlegroups.com<mailto:plastimatch%252Buns...@googlegroups.com>>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB4593F0F689BD5E2050C23A92CF019%40BL0PR04MB4593.namprd04.prod.outlook.com<https://secure-web.cisco.com/10JDmUKzx3n_NKLKp35-sEgNNNQwmbY9Pc0HSLnb60WjZIV_9OKCYc6y2y6Y0SAyNHOoBuU4Pm07avtdchoezrnD3CDm5K_GDS48uEWGmI1coVCsMXJkgHVoUK3ARE1m8Mrw9oyw45qyMb1uLy0tc-HNfj5CP1YX32XQnS5NdH8TIaABhqprJ8R5BXP8btaV4c84Y_8U1t2x2pRkcCjFzpR2cK66hUPpFHoObt5zu1kZVwE3mBLLKNbRJBJOW6MLC2j27GXZf_ouSDkHsQIxsimSX9Rn2gK6xosmZc9MQxGkiLBdIZWkcJnT6egVX8ASX/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FBL0PR04MB4593F0F689BD5E2050C23A92CF019%2540BL0PR04MB4593.namprd04.prod.outlook.com><https://secure-web.cisco.com/1c8lSeo60DAJ7fwoIw7NhxdjG_PFXSUCCNo-yErOV-xRK8SUNWKytSn-34r9ieATK5knAxC89oNEXJq38c7RRPptEa0BPFExaA2geOIvWi3jxLbJElHxEFzFEHmIG4krGq2W3Iu22M7utvpEb3ADm-5MibCRFJxdJA9NV0GUc8OO0fXVb5ANhDO0KmNsaa9xgzC4K0t3H_srDbGDdZ00XmMO0OXZn648KN1ap2VqQlo8ZE0DL8bnA9XH3P3JYbmouQss0AOroU_Y221zzVSZwt0sRD90bpxFZYNAEu3dfEmPZp4CHNIN8I76AVz-6z8u8tEWCkg4tNHLvVSFV5sq5lA/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FBL0PR04MB4593F0F689BD5E2050C23A92CF019%2540BL0PR04MB4593.namprd04.prod.outlook.com>.

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com><mailto:plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com>>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/CANEGDY%3Dth2huRDjjcr7yZbP1Rwghh2%2BLFdc2pfKNFn%3DLemq5Rw%40mail.gmail.com<https://secure-web.cisco.com/1neGKIQU-7zOnfk_gY1zbnUcPV8do2nH45MKEg3COUwrOVYkpSDKkK9GBc0nJEQpJ52N5N0w8B-eSpeEBnEBXQKflNJvuMTnh1DK_BK7JO0y4XHP1meyw-WSm0Yvlw7ArwuuA8SjPSaF9pcVynapueEQSykaSH-UxbVdGGg5590MOtO7MPy0KEeF9-sdCtS1JrD_myRYAeUhCrPbW_KbiwMhesdQPs5MgsIz9eCQ2yuuQKFMa70qqziDZDmW6NLy6UbG2OSlCmXkDlnYIXs7iIS6vNeIujBeXRKBtqsxdT1uB0Elu43cfpmngAMGCm5fC/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FCANEGDY%253Dth2huRDjjcr7yZbP1Rwghh2%252BLFdc2pfKNFn%253DLemq5Rw%2540mail.gmail.com><https://secure-web.cisco.com/1e0Jmq5TJYJO6CYG1xx62PRATEw7SfKT3R6Ny2wiLWtyLkU1NBHLGkqoOtibv-qGKxN90y8wHUdcFw7fNZVVSx1Z-t5HGvTTPxEy4hiyq3lAi3Qz7iQAIDn5u1zUm9vqL5Hqy17i68S_6REpT19r39azbzulMI0HazWc6drrwjx6i9FpgsoU-4S2PG3QkwRcswvOzochl7vmOMX0QaDui91A-zRNMJ7mL77xz9vl6uT2ZUucrWQ1UW7noAorAHol4wzZeawpzN5zZAMHeKDxuz3fW0jV48vNkK5HCPp-MrDzUhjxra7reLl6I6joxVB22z7H0bEfGwcPQv-tHh8CwCw/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FCANEGDY%253Dth2huRDjjcr7yZbP1Rwghh2%252BLFdc2pfKNFn%253DLemq5Rw%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1UPWNOMxkdgv2md-hIFODy1S5w5Iu-YhI_2A3Lmvyox3hn1A1b_Anw8HbbfbJwIq5sfgbr3nPyYDp3MFlHVYzYtlCJvIfZt6fpo__KBh3xS46W4kLhorVf-lwyokiO0QGfkNGs_dUbgkZadGpXceEpWJLhx1vUcgx_S2aHva24rJ6lVc52-odPLMMNSfff4yW6PpwVmv17Tq3jqMpIubQPN_cDxMvYJefOLWJgt2bd6JCezydo469X3YYVKp4CfTw3FjAnkVEVsSFt58TTiOakZaq4dI4_bVkc63AbfV_qKketISEYBEYeOX4E92c8ORh/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline> <https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1UPWNOMxkdgv2md-hIFODy1S5w5Iu-YhI_2A3Lmvyox3hn1A1b_Anw8HbbfbJwIq5sfgbr3nPyYDp3MFlHVYzYtlCJvIfZt6fpo__KBh3xS46W4kLhorVf-lwyokiO0QGfkNGs_dUbgkZadGpXceEpWJLhx1vUcgx_S2aHva24rJ6lVc52-odPLMMNSfff4yW6PpwVmv17Tq3jqMpIubQPN_cDxMvYJefOLWJgt2bd6JCezydo469X3YYVKp4CfTw3FjAnkVEVsSFt58TTiOakZaq4dI4_bVkc63AbfV_qKketISEYBEYeOX4E92c8ORh/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch%2Bunsu...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB4593B5F28882C43744665D60CF019%40BL0PR04MB4593.namprd04.prod.outlook.com<https://secure-web.cisco.com/15euiI-YuOfgTmlmuoFEbqK-8aGWi6-mOE3lHkgp5T3RLd62_3iaIJfgqZ4pZToOgjvGTpvKMcsDyTmfIxwQJXIFnjhXMgAv1S-tgftFwJl-7zPyBFGQzFpy2N-8N6nJNlDWvmaRM4vSk6sF6B22s7ukfQFKRPR4T3XEYMkWrrHWM8AAW0MhdLhOnB99ezfAREdvD1q7rfac2dKp8uZL-6ofgDEPGHNAtNLzXExp0qfJeK0rVEbjNn7A82hK2E4Osb81AEkR57WFk8kAUZPA3GlgTfK60TQAuwkOreoxs7PSPZpGYWVIuSggf3RTiY8HU/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FBL0PR04MB4593B5F28882C43744665D60CF019%2540BL0PR04MB4593.namprd04.prod.outlook.com>.
--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/CANEGDYkTTu4abp8Yyi6T0q7w_A1y%2BfMMQx_JBYmGEVRYrGtbdQ%40mail.gmail.com<https://secure-web.cisco.com/1lhEZAKy7HGZHvE-2wqk8R2bJWTUXuM7LGDWuGDgEyuCQBTV4VP4pqXaOeEsStE0dXSeLNMV2XBv-wTF9r_8-2VmO1rS4uFfqK6PkcCin-bISgfNJMf7Xoh6flfpR6GFXLkGtQKfGMTEpWSKHs0omfZn3cJ0HNNQliFoS558NlByjAQH-ORMBLTUH00ogwLR20tAMJU5KU8A4ddZTQ8pa9wiRI8VyLe1qBKBte36KroBB7wRpAl6KdQb9uD40VjkntfHg7uEvql2RAxRRa3N79BfszzNlGAAf6zleM2E5oKp7yZxUEF99KYWSO15fv62V/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FCANEGDYkTTu4abp8Yyi6T0q7w_A1y%252BfMMQx_JBYmGEVRYrGtbdQ%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1Rf6IiZ-ZWdaq__aX8LCAZI1NJdWgSiAQbQOL3NdcShQF1low5P34whTOtQSkmOUnJyRINr1a9pYgvIBv26gWmirpDC3FwbGgZ-RrQtRs9RbDHvu2FCmm0mERnwxbLL2draFxNWwAt4-Luw7_xtLNTY6sNbp1L1WEzEgNDmQwXHkooRL1JW2FqnmwB7OTmKePmMlWN5vnQJHlwDKuR_t5oQUf0s0aD7IJhET0FtYLW757esAuOtECwr38lZhyTLBL28ZL1Tq8A5xMoWdNRPH8K6ItKN7YV3iwwb1bJQzq6vVN6MZ_0ZoCEMG-c9fFkKBpp30eo7-V2YkmWOqL-3XVlw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline> .

Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/BL0PR04MB459332E29BDD6B7232A88DE5CF019%40BL0PR04MB4593.namprd04.prod.outlook.com<https://secure-web.cisco.com/1Dcm6h5wOARYxsDz2oRjxvSK7yyE225Hw0rqkQ1dK5VO5GELYmIOYO1EbP5PVKLUSZa3tzA-OaN0CRnSHeI7-KmS-uiyOtUNZxRNFF8QF0nqjAXm8_Z7dG0yk90AInpph83wavvwUSj0Hh50Mc2DTaMbON4FM9iaYHr-lfu8SJTLZkGqB8NLzAsuxHatNibAKYEjhhneF5-2N1JatBQhGKIvO9E7kPuUE0HMNWUjMfAKULbZGc64STk-ek3oglX5wTUPl4_hyDUUP2yD5QX9kWU3BwESN1R9pH5LlolG0YxXDMJTMElaNx8Cs8W-_yFIka9tsQdyOeuJrfQ8hqvHGqQ/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FBL0PR04MB459332E29BDD6B7232A88DE5CF019%2540BL0PR04MB4593.namprd04.prod.outlook.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.


--
Yalçın KUZAY, PhD
Mobile: +90 531 207 4538
e-mail: ylc...@gmail.com<mailto:ylc...@gmail.com>
e-mail: ylc...@hotmail.com<mailto:ylc...@hotmail.com>

--
You received this message because you are subscribed to the Google Groups "Plastimatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plastimatch...@googlegroups.com<mailto:plastimatch...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/plastimatch/CANEGDYnxHWhGB7grVZVToFGSsbW%2B5qU8qAdpzAksu1efQO5J9g%40mail.gmail.com<https://secure-web.cisco.com/1av9eK6jKJa_zL3LclEJfxFINTck65Kmwwynpspo_ySOXuMOo-6y-yBuJe1pmo_szfhzgxyde-7gVSEJXG1ucqKNjyWc8ISuSlKLw3uJq1HauclBa0pb3veMm-NeDVClVwfrhNTfdkmPqpAD36uraDSYK0nOHNQi_TsFLzXIRY2lHRK4SUMF47OMfgo6ndgPwf8l-MfXyUt1rHll-YrcdF8GrwwedmExN2Gjs3JL51FM4Lo1NrLtwrG-XXA0JOz6dGcvzeFFWbVRAELOW8ev34pguekZN-5Uwgdz4Tu_YJ57ckiJ6SBavzDW49bOMdFiRT4dm8or9VhjmD8W7lzpXKQ/https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fplastimatch%2FCANEGDYnxHWhGB7grVZVToFGSsbW%252B5qU8qAdpzAksu1efQO5J9g%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter>.
Reply all
Reply to author
Forward
0 new messages