From cartik.sharma at gmail.com Mon Aug 16 12:03:55 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 16 Aug 2021 12:03:55 -0400 Subject: [Loris-dev] (no subject) Message-ID: Dear all, I'm getting this error while running make dev in the Loris directory. npm run compile ERROR in EACCES: permission denied, scandir '/home/lorisadmin/Loris/smarty/templates_c' templates_c is an empty directory. Any suggestions, please let me know. Best regards, Cartik Sharma about.me/sharmacartik From samirdas99 at gmail.com Mon Aug 16 12:07:28 2021 From: samirdas99 at gmail.com (Samir Das) Date: Mon, 16 Aug 2021 12:07:28 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: Hi Cartik, This is one directory that needs to be there to write temporary template files to, and you just need to change the permissions to 775 (or maybe even 777) and all should work. Best, Samir Das On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma wrote: > Dear all, > > I'm getting this error while running make dev in the Loris directory. > > npm run compile > > ERROR in EACCES: permission denied, scandir > '/home/lorisadmin/Loris/smarty/templates_c' > > templates_c is an empty directory. > > Any suggestions, please let me know. > Best regards, > Cartik Sharma > about.me/sharmacartik > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cartik.sharma at gmail.com Mon Aug 16 13:29:10 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 16 Aug 2021 13:29:10 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: hi Samir, This seems to work. However when I try to launch 132.206.37.11/installdb.php I get an error: 403 access denied. Best regards, Cartik On Mon, Aug 16, 2021 at 12:08 PM Samir Das wrote: > Hi Cartik, > > This is one directory that needs to be there to write temporary template > files to, and you just need to change the permissions to 775 (or maybe even > 777) and all should work. > > Best, > > Samir Das > > On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma > wrote: > >> Dear all, >> >> I'm getting this error while running make dev in the Loris directory. >> >> npm run compile >> >> ERROR in EACCES: permission denied, scandir >> '/home/lorisadmin/Loris/smarty/templates_c' >> >> templates_c is an empty directory. >> >> Any suggestions, please let me know. >> Best regards, >> Cartik Sharma >> about.me/sharmacartik >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -- Cartik Sharma about.me/sharmacartik -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.macfarlane at mcin.ca Mon Aug 16 13:43:30 2021 From: dave.macfarlane at mcin.ca (Dave MacFarlane) Date: Mon, 16 Aug 2021 13:43:30 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: Hi Cartik, I'm not seeing anywhere in the code for installdb.php that can return a 403 error. Are you sure there's not some kind of proxy/firewall/VPN/etc in front of your LORIS instance preventing you from accessing it? - Dave On Mon, Aug 16, 2021 at 1:30 PM Cartik Sharma wrote: > hi Samir, > > This seems to work. > > However when I try to launch 132.206.37.11/installdb.php > > I get an error: 403 access denied. > > Best regards, > Cartik > > On Mon, Aug 16, 2021 at 12:08 PM Samir Das wrote: > >> Hi Cartik, >> >> This is one directory that needs to be there to write temporary template >> files to, and you just need to change the permissions to 775 (or maybe even >> 777) and all should work. >> >> Best, >> >> Samir Das >> >> On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma >> wrote: >> >>> Dear all, >>> >>> I'm getting this error while running make dev in the Loris directory. >>> >>> npm run compile >>> >>> ERROR in EACCES: permission denied, scandir >>> '/home/lorisadmin/Loris/smarty/templates_c' >>> >>> templates_c is an empty directory. >>> >>> Any suggestions, please let me know. >>> Best regards, >>> Cartik Sharma >>> about.me/sharmacartik >>> _______________________________________________ >>> Loris-dev mailing list >>> Loris-dev at bic.mni.mcgill.ca >>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >>> >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> > > > -- > > > Cartik Sharma > about.me/sharmacartik > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cartik.sharma at gmail.com Mon Aug 16 13:45:30 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 16 Aug 2021 13:45:30 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: I'm using ssh csharma at login.acelab.ca through my ldap account to access cobra-lab-dev.loris.ca Best regards, Cartik On Mon, Aug 16, 2021 at 1:43 PM Dave MacFarlane wrote: > > Hi Cartik, > > I'm not seeing anywhere in the code for installdb.php that can return a 403 error. Are you sure there's not some kind of proxy/firewall/VPN/etc in front of your LORIS instance preventing you from accessing it? > > - Dave > > On Mon, Aug 16, 2021 at 1:30 PM Cartik Sharma wrote: >> >> hi Samir, >> >> This seems to work. >> >> However when I try to launch 132.206.37.11/installdb.php >> >> I get an error: 403 access denied. >> >> Best regards, >> Cartik >> >> On Mon, Aug 16, 2021 at 12:08 PM Samir Das wrote: >>> >>> Hi Cartik, >>> >>> This is one directory that needs to be there to write temporary template files to, and you just need to change the permissions to 775 (or maybe even 777) and all should work. >>> >>> Best, >>> >>> Samir Das >>> >>> On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma wrote: >>>> >>>> Dear all, >>>> >>>> I'm getting this error while running make dev in the Loris directory. >>>> >>>> npm run compile >>>> >>>> ERROR in EACCES: permission denied, scandir >>>> '/home/lorisadmin/Loris/smarty/templates_c' >>>> >>>> templates_c is an empty directory. >>>> >>>> Any suggestions, please let me know. >>>> Best regards, >>>> Cartik Sharma >>>> about.me/sharmacartik >>>> _______________________________________________ >>>> Loris-dev mailing list >>>> Loris-dev at bic.mni.mcgill.ca >>>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >>> >>> _______________________________________________ >>> Loris-dev mailing list >>> Loris-dev at bic.mni.mcgill.ca >>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> >> >> >> -- >> Cartik Sharma >> about.me/sharmacartik >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev -- Cartik Sharma about.me/sharmacartik From melanie.legault2 at mcgill.ca Mon Aug 16 14:11:17 2021 From: melanie.legault2 at mcgill.ca (Melanie Legault, Mrs) Date: Mon, 16 Aug 2021 18:11:17 +0000 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: What is the ownership and permission of the /path/to/Loris/ directory and subdir? Apache need to be able to read everything and write to the ../project and ../smarty directory. Usually, the group ownership is set to apache (httpd or apache depending on OS) with read permission for the group everywhere and write permission on the 2 dir above. M?lanie ________________________________ From: loris-dev-bounces at bic.mni.mcgill.ca on behalf of Cartik Sharma Sent: August 16, 2021 13:45 To: Dave MacFarlane Cc: loris-dev ; Samir Das Subject: Re: [Loris-dev] (no subject) I'm using ssh csharma at login.acelab.ca through my ldap account to access cobra-lab-dev.loris.ca Best regards, Cartik On Mon, Aug 16, 2021 at 1:43 PM Dave MacFarlane wrote: > > Hi Cartik, > > I'm not seeing anywhere in the code for installdb.php that can return a 403 error. Are you sure there's not some kind of proxy/firewall/VPN/etc in front of your LORIS instance preventing you from accessing it? > > - Dave > > On Mon, Aug 16, 2021 at 1:30 PM Cartik Sharma wrote: >> >> hi Samir, >> >> This seems to work. >> >> However when I try to launch 132.206.37.11/installdb.php >> >> I get an error: 403 access denied. >> >> Best regards, >> Cartik >> >> On Mon, Aug 16, 2021 at 12:08 PM Samir Das wrote: >>> >>> Hi Cartik, >>> >>> This is one directory that needs to be there to write temporary template files to, and you just need to change the permissions to 775 (or maybe even 777) and all should work. >>> >>> Best, >>> >>> Samir Das >>> >>> On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma wrote: >>>> >>>> Dear all, >>>> >>>> I'm getting this error while running make dev in the Loris directory. >>>> >>>> npm run compile >>>> >>>> ERROR in EACCES: permission denied, scandir >>>> '/home/lorisadmin/Loris/smarty/templates_c' >>>> >>>> templates_c is an empty directory. >>>> >>>> Any suggestions, please let me know. >>>> Best regards, >>>> Cartik Sharma >>>> about.me/sharmacartik >>>> _______________________________________________ >>>> Loris-dev mailing list >>>> Loris-dev at bic.mni.mcgill.ca >>>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >>> >>> _______________________________________________ >>> Loris-dev mailing list >>> Loris-dev at bic.mni.mcgill.ca >>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> >> >> >> -- >> Cartik Sharma >> about.me/sharmacartik >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev -- Cartik Sharma about.me/sharmacartik _______________________________________________ Loris-dev mailing list Loris-dev at bic.mni.mcgill.ca https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From cecile.madjar at mcin.ca Mon Aug 16 14:12:01 2021 From: cecile.madjar at mcin.ca (Cecile Madjar) Date: Mon, 16 Aug 2021 14:12:01 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: Indeed, I believe the issue you are encountering is due to the frontend not being open to the world. You might need to use ssh tunnels in order to see the frontend since you do not have a McGill account and cannot use the McGill VPN to access the frontend. On Mon, Aug 16, 2021 at 1:46 PM Cartik Sharma wrote: > I'm using ssh csharma at login.acelab.ca through my ldap account to > access cobra-lab-dev.loris.ca > > Best regards, > Cartik > > On Mon, Aug 16, 2021 at 1:43 PM Dave MacFarlane > wrote: > > > > Hi Cartik, > > > > I'm not seeing anywhere in the code for installdb.php that can return a > 403 error. Are you sure there's not some kind of proxy/firewall/VPN/etc in > front of your LORIS instance preventing you from accessing it? > > > > - Dave > > > > On Mon, Aug 16, 2021 at 1:30 PM Cartik Sharma > wrote: > >> > >> hi Samir, > >> > >> This seems to work. > >> > >> However when I try to launch 132.206.37.11/installdb.php > >> > >> I get an error: 403 access denied. > >> > >> Best regards, > >> Cartik > >> > >> On Mon, Aug 16, 2021 at 12:08 PM Samir Das > wrote: > >>> > >>> Hi Cartik, > >>> > >>> This is one directory that needs to be there to write temporary > template files to, and you just need to change the permissions to 775 (or > maybe even 777) and all should work. > >>> > >>> Best, > >>> > >>> Samir Das > >>> > >>> On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma < > cartik.sharma at gmail.com> wrote: > >>>> > >>>> Dear all, > >>>> > >>>> I'm getting this error while running make dev in the Loris directory. > >>>> > >>>> npm run compile > >>>> > >>>> ERROR in EACCES: permission denied, scandir > >>>> '/home/lorisadmin/Loris/smarty/templates_c' > >>>> > >>>> templates_c is an empty directory. > >>>> > >>>> Any suggestions, please let me know. > >>>> Best regards, > >>>> Cartik Sharma > >>>> about.me/sharmacartik > >>>> _______________________________________________ > >>>> Loris-dev mailing list > >>>> Loris-dev at bic.mni.mcgill.ca > >>>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > >>> > >>> _______________________________________________ > >>> Loris-dev mailing list > >>> Loris-dev at bic.mni.mcgill.ca > >>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > >> > >> > >> > >> -- > >> Cartik Sharma > >> about.me/sharmacartik > >> _______________________________________________ > >> Loris-dev mailing list > >> Loris-dev at bic.mni.mcgill.ca > >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > > > -- > Cartik Sharma > about.me/sharmacartik > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cartik.sharma at gmail.com Mon Aug 16 14:39:36 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 16 Aug 2021 14:39:36 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: I've done a chmod ugo+rwx for all files in the Loris directory. Best regards, Cartik On Mon, Aug 16, 2021 at 2:11 PM Melanie Legault, Mrs < melanie.legault2 at mcgill.ca> wrote: > What is the ownership and permission of the /path/to/Loris/ directory and > subdir? > > Apache need to be able to read everything and write to the ../project and > ../smarty directory. > Usually, the group ownership is set to apache (httpd or apache depending > on OS) > with read permission for the group everywhere and write permission on the > 2 dir above. > > M?lanie > > ------------------------------ > *From:* loris-dev-bounces at bic.mni.mcgill.ca < > loris-dev-bounces at bic.mni.mcgill.ca> on behalf of Cartik Sharma < > cartik.sharma at gmail.com> > *Sent:* August 16, 2021 13:45 > *To:* Dave MacFarlane > *Cc:* loris-dev ; Samir Das < > samirdas99 at gmail.com> > *Subject:* Re: [Loris-dev] (no subject) > > I'm using ssh csharma at login.acelab.ca through my ldap account to > access cobra-lab-dev.loris.ca > > Best regards, > Cartik > > On Mon, Aug 16, 2021 at 1:43 PM Dave MacFarlane > wrote: > > > > Hi Cartik, > > > > I'm not seeing anywhere in the code for installdb.php that can return a > 403 error. Are you sure there's not some kind of proxy/firewall/VPN/etc in > front of your LORIS instance preventing you from accessing it? > > > > - Dave > > > > On Mon, Aug 16, 2021 at 1:30 PM Cartik Sharma > wrote: > >> > >> hi Samir, > >> > >> This seems to work. > >> > >> However when I try to launch 132.206.37.11/installdb.php > >> > >> I get an error: 403 access denied. > >> > >> Best regards, > >> Cartik > >> > >> On Mon, Aug 16, 2021 at 12:08 PM Samir Das > wrote: > >>> > >>> Hi Cartik, > >>> > >>> This is one directory that needs to be there to write temporary > template files to, and you just need to change the permissions to 775 (or > maybe even 777) and all should work. > >>> > >>> Best, > >>> > >>> Samir Das > >>> > >>> On Mon, Aug 16, 2021 at 12:05 PM Cartik Sharma < > cartik.sharma at gmail.com> wrote: > >>>> > >>>> Dear all, > >>>> > >>>> I'm getting this error while running make dev in the Loris directory. > >>>> > >>>> npm run compile > >>>> > >>>> ERROR in EACCES: permission denied, scandir > >>>> '/home/lorisadmin/Loris/smarty/templates_c' > >>>> > >>>> templates_c is an empty directory. > >>>> > >>>> Any suggestions, please let me know. > >>>> Best regards, > >>>> Cartik Sharma > >>>> about.me/sharmacartik > >>>> _______________________________________________ > >>>> Loris-dev mailing list > >>>> Loris-dev at bic.mni.mcgill.ca > >>>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > >>> > >>> _______________________________________________ > >>> Loris-dev mailing list > >>> Loris-dev at bic.mni.mcgill.ca > >>> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > >> > >> > >> > >> -- > >> Cartik Sharma > >> about.me/sharmacartik > >> _______________________________________________ > >> Loris-dev mailing list > >> Loris-dev at bic.mni.mcgill.ca > >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > > > -- > Cartik Sharma > about.me/sharmacartik > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -- Cartik Sharma about.me/sharmacartik -------------- next part -------------- An HTML attachment was scrubbed... URL: From AMORALESPINZON at BWH.HARVARD.EDU Mon Aug 16 15:51:05 2021 From: AMORALESPINZON at BWH.HARVARD.EDU (Morales Pinzon, Alfredo) Date: Mon, 16 Aug 2021 19:51:05 +0000 Subject: [Loris-dev] BIDS - AcquisitionType Message-ID: Dear LorisDev team, I have a question regarding the AcquisitionType assigned to images imported using the BIDS functionality: how do you assign the AcquisitionType? For some cases it looks good, but some it doesn?t match the ?acq? label in BIDS: Example of correct acquisition type: === { "OutputType": "native", "Filename": "sub-BGK104001_ses-month36_run-2_T1w.nii.gz", "AcquisitionType": "T1w" } === Example of wrong acquisition type, in this case it should be MT0. === { "OutputType": "native", "Filename": "sub-BGK104001_ses-month36_acq-MT0_run-1_T2w.nii.gz", "AcquisitionType": "t2w" }, === Would it be possible to modify the way the acquisition types are being assigned so that it takes the ?acq? label from BIDS? Thank you for your help. Best regards, Alfredo. 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 http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cecile.madjar at mcin.ca Tue Aug 17 09:04:20 2021 From: cecile.madjar at mcin.ca (Cecile Madjar) Date: Tue, 17 Aug 2021 09:04:20 -0400 Subject: [Loris-dev] BIDS - AcquisitionType In-Reply-To: References: Message-ID: Hi Alfredo, I just verified the BIDS specification. The modality (aka acquisition type) is the last component of the file name, so in the case of the MT0 T2w, the t2w acquisition type is correct. What is stored behind the acq- string are actually acquisition parameters not the acquisition type per se. If you really want to add the acq prefix to the scan type, you could always modify this line of code so that it also takes the acq prefix when looking for a scan type? C?cile On Mon, Aug 16, 2021 at 3:51 PM Morales Pinzon, Alfredo < AMORALESPINZON at bwh.harvard.edu> wrote: > Dear LorisDev team, > > I have a question regarding the AcquisitionType assigned to images > imported using the BIDS functionality: how do you assign the > AcquisitionType? > > For some cases it looks good, but some it doesn?t match the ?acq? label in > BIDS: > > Example of correct acquisition type: > === > { > "OutputType": "native", > "Filename": "sub-BGK104001_ses-month36_run-2_T1w.nii.gz", > "AcquisitionType": "T1w" > } > === > > Example of wrong acquisition type, in this case it should be MT0. > === > { > "OutputType": "native", > "Filename": "sub-BGK104001_ses-month36_acq-MT0 > _run-1_T2w.nii.gz", > "AcquisitionType": "t2w" > }, > === > > Would it be possible to modify the way the acquisition types are being > assigned so that it takes the ?acq? label from BIDS? > > Thank you for your help. > > Best regards, > Alfredo. > 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 > http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent > to you in error but does not contain patient information, please contact > the sender and properly dispose of the e-mail. > > 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. > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From AMORALESPINZON at BWH.HARVARD.EDU Tue Aug 17 12:38:18 2021 From: AMORALESPINZON at BWH.HARVARD.EDU (Morales Pinzon, Alfredo) Date: Tue, 17 Aug 2021 16:38:18 +0000 Subject: [Loris-dev] BIDS - AcquisitionType In-Reply-To: References: Message-ID: Hi C?cile, Thank you for the explanation. I?ll check with the team if this changes is required for our project. Best, Alfredo. On Aug 17, 2021, at 9:04 AM, Cecile Madjar > wrote: External Email - Use Caution Hi Alfredo, I just verified the BIDS specification. The modality (aka acquisition type) is the last component of the file name, so in the case of the MT0 T2w, the t2w acquisition type is correct. What is stored behind the acq- string are actually acquisition parameters not the acquisition type per se. If you really want to add the acq prefix to the scan type, you could always modify this line of code so that it also takes the acq prefix when looking for a scan type? C?cile On Mon, Aug 16, 2021 at 3:51 PM Morales Pinzon, Alfredo > wrote: Dear LorisDev team, I have a question regarding the AcquisitionType assigned to images imported using the BIDS functionality: how do you assign the AcquisitionType? For some cases it looks good, but some it doesn?t match the ?acq? label in BIDS: Example of correct acquisition type: === { "OutputType": "native", "Filename": "sub-BGK104001_ses-month36_run-2_T1w.nii.gz", "AcquisitionType": "T1w" } === Example of wrong acquisition type, in this case it should be MT0. === { "OutputType": "native", "Filename": "sub-BGK104001_ses-month36_acq-MT0_run-1_T2w.nii.gz", "AcquisitionType": "t2w" }, === Would it be possible to modify the way the acquisition types are being assigned so that it takes the ?acq? label from BIDS? Thank you for your help. Best regards, Alfredo. 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 http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. 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. _______________________________________________ Loris-dev mailing list Loris-dev at bic.mni.mcgill.ca https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev 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 http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cartik.sharma at gmail.com Tue Aug 17 14:07:02 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Tue, 17 Aug 2021 14:07:02 -0400 Subject: [Loris-dev] (no subject) In-Reply-To: References: Message-ID: Hi, >From the documentation posted on https://github.com/cartiksharma286/Loris /installdb.php is not working as mentioned on the Loris machine. 132.206.37.11/installdb.php Please let me know what command launches loris on the system in a browser context, to launch loris after make works fine. Best regards, Cartik On Mon, Aug 16, 2021 at 12:04 PM Cartik Sharma wrote: > Dear all, > > I'm getting this error while running make dev in the Loris directory. > > npm run compile > > ERROR in EACCES: permission denied, scandir > '/home/lorisadmin/Loris/smarty/templates_c' > > templates_c is an empty directory. > > Any suggestions, please let me know. > Best regards, > Cartik Sharma > about.me/sharmacartik > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -- Cartik Sharma about.me/sharmacartik -------------- next part -------------- An HTML attachment was scrubbed... URL: From AMORALESPINZON at BWH.HARVARD.EDU Mon Aug 30 10:57:08 2021 From: AMORALESPINZON at BWH.HARVARD.EDU (Morales Pinzon, Alfredo) Date: Mon, 30 Aug 2021 14:57:08 +0000 Subject: [Loris-dev] Change visit label Message-ID: <2CDCDBCB-0889-4D87-85E9-E0EF47720B48@bwh.harvard.edu> Dear LorisDev Team, By mistake I added images to a visit with label ?screening2? instead of to the visit with label ?screening?. Is it possible to change the visit label or I need to remove the visit and upload the images to the proper visit. Thank you in advance. Regards, Alfredo. 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 http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. 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. From cartik.sharma at gmail.com Mon Aug 30 12:54:34 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 30 Aug 2021 12:54:34 -0400 Subject: [Loris-dev] data query tool Message-ID: Dear All, I'm testing Loris and exploring its features. Loris has a problem, when you try to click on data query tool, nothing happens. Hopefully this can be fixed. Best regards, Cartik Sharma about.me/sharmacartik From rogers at bic.mni.mcgill.ca Mon Aug 30 14:14:59 2021 From: rogers at bic.mni.mcgill.ca (Christine Rogers) Date: Mon, 30 Aug 2021 14:14:59 -0400 Subject: [Loris-dev] data query tool In-Reply-To: References: Message-ID: Hi Cartik, Could you first clarify for us -- Did you first follow the configuration notes to set up this module ? They are contained in the Readme in the module directory (as for all modules) e.g. on the 23 branch https://github.com/aces/Loris/tree/23.0-release/modules/dataquery Also, when sending error reports, it will help us answer faster to know the specific version you've installed as well as the last few lines in your Apache error log -- Thanks for mentioning these if errors persist after you set up the module. Thanks, Christine On Mon, Aug 30, 2021 at 12:55 PM Cartik Sharma wrote: > Dear All, > > I'm testing Loris and exploring its features. > > Loris has a problem, when you try to click on data query tool, nothing > happens. > Hopefully this can be fixed. > > Best regards, > Cartik Sharma > about.me/sharmacartik > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -- Research Project Officer christine.rogers at mcgill.ca McGill Centre for Integrative Neuroscience | MCIN.ca Montreal Neurological Institute-Hospital McGill University | Montreal | Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: From cartik.sharma at gmail.com Mon Aug 30 14:38:27 2021 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Mon, 30 Aug 2021 14:38:27 -0400 Subject: [Loris-dev] data query tool In-Reply-To: References: Message-ID: Thanks, I'll follow the configuration notes for Loris. Best regards, Cartik On Mon, Aug 30, 2021 at 2:15 PM Christine Rogers wrote: > Hi Cartik, > Could you first clarify for us -- Did you first follow the configuration > notes to set up this module ? > > They are contained in the Readme in the module directory (as for all > modules) > e.g. on the 23 branch > https://github.com/aces/Loris/tree/23.0-release/modules/dataquery > > Also, when sending error reports, it will help us answer faster to know > the specific version you've installed as well as the last few lines in your > Apache error log -- Thanks for mentioning these if errors persist after you > set up the module. > > Thanks, > Christine > > > On Mon, Aug 30, 2021 at 12:55 PM Cartik Sharma > wrote: > >> Dear All, >> >> I'm testing Loris and exploring its features. >> >> Loris has a problem, when you try to click on data query tool, nothing >> happens. >> Hopefully this can be fixed. >> >> Best regards, >> Cartik Sharma >> about.me/sharmacartik >> _______________________________________________ >> Loris-dev mailing list >> Loris-dev at bic.mni.mcgill.ca >> https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev >> > > > -- > Research Project Officer > christine.rogers at mcgill.ca > McGill Centre for Integrative Neuroscience | MCIN.ca > Montreal Neurological Institute-Hospital > McGill University | Montreal | Canada > -- Cartik Sharma about.me/sharmacartik -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolasbrossard.mni at gmail.com Tue Aug 31 15:00:35 2021 From: nicolasbrossard.mni at gmail.com (Nicolas Brossard) Date: Tue, 31 Aug 2021 15:00:35 -0400 Subject: [Loris-dev] Change visit label In-Reply-To: <2CDCDBCB-0889-4D87-85E9-E0EF47720B48@bwh.harvard.edu> References: <2CDCDBCB-0889-4D87-85E9-E0EF47720B48@bwh.harvard.edu> Message-ID: Hi Alfredo, I need to ask you a few questions in order to provide the best solution: - How many images are we talking about? - Is there behavioural data in the database for visit 'screening2' - You are supposed to set the patient name DICOM header of all the images you inserted to __. When you did that, did you use the visit label 'screening' or 'screening2'? I'll suggest something based on your answers. Thanks! Nicolas On Mon, Aug 30, 2021 at 10:57 AM Morales Pinzon, Alfredo < AMORALESPINZON at bwh.harvard.edu> wrote: > Dear LorisDev Team, > > By mistake I added images to a visit with label ?screening2? instead of to > the visit with label ?screening?. Is it possible to change the visit label > or I need to remove the visit and upload the images to the proper visit. > > Thank you in advance. > > Regards, > Alfredo. > 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 > http://www.massgeneralbrigham.org/complianceline . If the e-mail was sent > to you in error but does not contain patient information, please contact > the sender and properly dispose of the e-mail. > 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. > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: