From oulap at drcmr.dk Wed Feb 1 14:47:36 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 01 Feb 2023 14:47:36 +0100 Subject: [Simnibs-discuss] Using Spyder In-Reply-To: References: Message-ID: Hi Hassan, In case you installed spyder using the instructions on the simnibs website it might be that the spyder version does not work anymore on linux versions running wayland. I'll check and try to update the instructions so that everything works. In the meantime, if you have anaconda you can install spyder in a virtual environment of your choice and then change the standard python interpreter to the simnibs_python one (which should be inside the bin folder in your simnibs installation location). See instructions on how to chhange the python interpreter here: https://stackoverflow.com/questions/43592879/how-to-change-python-version-in-anaconda-spyder Best, Oula On Sat, 2023-01-28 at 21:55 +0330, Hassan Yazdanian wrote: > Hi, > > I install Spyder IDE editor to run scripts. But, I am getting the > following error message when I want to start Spyder: > > ( > Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use > QT_QPA_PLATFORM=wayland to run on Wayland anyway. > > Could not load the Qt platform plugin "xcb" in "" even though it was > found. > > This application failed to start because no Qt platform plugin could > be initialized. Reinstalling the application may fix this problem. > > > > Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, > offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, > wayland-xcomposite-glx, webgl, xcb. > > > > Aborted (core dumped) > ) > > Any possible help would be appreciated. > > Best wishes, > -Hassan > > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From martina.mancano at unitn.it Wed Feb 1 16:51:27 2023 From: martina.mancano at unitn.it (Martina Mancano) Date: Wed, 1 Feb 2023 16:51:27 +0100 Subject: [Simnibs-discuss] Error message creating head mesh - Softaxic coordinates compatibility - TMS optimization Message-ID: Hi, It's my first time approaching SimNIBS, and I have three main questions: 1) I'm trying to create a head mesh .msh from a .nii T1 file from the command prompt (following the instructions I found here ), but it gives me the same error message, and it stops the procedure: [ simnibs ]CRITICAL: Uncaught exception ValueError: The qform and sform of do not match. Please run charm with the --forceqform option and I don't know what does it mean/how to solve it. 2) I was wondering whether I can use SimNIBS to optimize TMS coil positioning, in conjunction with Softaxic neuronavigation. I see that you provide a script to import coordinates from .stmpx files generated from Softaxic (here ). A. Does it run on Python? Is there any Matlab version I could use? B. Is the coordinate system used by SimNIBS compatible with Softaxic? .stmpx contains points acquired in Softaxic in different coordinate systems, which one is the SimNIBS compatible one? 3) I tried to do the TMS optimization following the tutorial on the data you provided (here ). I have different output files (.msh, .opt, .geo, etc), but I'm not sure where I can find the coordinates of the optimized coil position. Thanks in advance, Best, Martina Mancano -------------- next part -------------- An HTML attachment was scrubbed... URL: From hassanyazdanian at gmail.com Wed Feb 1 22:03:35 2023 From: hassanyazdanian at gmail.com (Hassan Yazdanian) Date: Thu, 2 Feb 2023 00:33:35 +0330 Subject: [Simnibs-discuss] Using Spyder In-Reply-To: References: Message-ID: Dear Oula, Thanks for your help. I uninstalled SimNIBS and installed again inside Anaconda environment using following commands: export PATH="$HOME/miniconda/bin:$PATH" # This part can change depending on your miniconda installation conda env create -f ~/Downloads/environment_linux.yml conda activate simnibs_env pip install https://github.com/simnibs/simnibs/releases/download/v4.0.0/simnibs-4.0.0-cp39-cp39-linux_x86_64.whl After that, I installed Spyder in the simnibs_env environment in Anaconda. I ran a simple tDCS simulation. It worked correctly. Best wishes, -Hassan On Wed, Feb 1, 2023 at 5:17 PM Oula Puonti wrote: > Hi Hassan, > > In case you installed spyder using the instructions on the simnibs > website it might be that the spyder version does not work anymore on > linux versions running wayland. I'll check and try to update the > instructions so that everything works. > > In the meantime, if you have anaconda you can install spyder in a > virtual environment of your choice and then change the standard python > interpreter to the simnibs_python one (which should be inside the bin > folder in your simnibs installation location). See instructions on how > to chhange the python interpreter here: > > > https://stackoverflow.com/questions/43592879/how-to-change-python-version-in-anaconda-spyder > > Best, > Oula > > On Sat, 2023-01-28 at 21:55 +0330, Hassan Yazdanian wrote: > > Hi, > > > > I install Spyder IDE editor to run scripts. But, I am getting the > > following error message when I want to start Spyder: > > > > ( > > Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use > > QT_QPA_PLATFORM=wayland to run on Wayland anyway. > > > > Could not load the Qt platform plugin "xcb" in "" even though it was > > found. > > > > This application failed to start because no Qt platform plugin could > > be initialized. Reinstalling the application may fix this problem. > > > > > > > > Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, > > offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, > > wayland-xcomposite-glx, webgl, xcb. > > > > > > > > Aborted (core dumped) > > ) > > > > Any possible help would be appreciated. > > > > Best wishes, > > -Hassan > > > > _______________________________________________ > > Simnibs-discuss mailing list > > Simnibs-discuss at drcmr.dk > > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss > > -- Hassan Yazdanian, PhD. Department of Biomedical Engineering Faculty of Electrical Engineering K.N.Toosi University of Technology -------------- next part -------------- An HTML attachment was scrubbed... URL: From vvtimokhov at edu.hse.ru Fri Feb 3 01:16:00 2023 From: vvtimokhov at edu.hse.ru (=?utf-8?B?0JLQuNC60YLQvtGAINCi0LjQvNC+0YXQvtCy?=) Date: Fri, 03 Feb 2023 01:16:00 +0100 Subject: [Simnibs-discuss] Pathologies in head model Message-ID: <1541411675357395@mail.yandex.ru> An HTML attachment was scrubbed... URL: From oulap at drcmr.dk Fri Feb 3 17:51:05 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Fri, 03 Feb 2023 17:51:05 +0100 Subject: [Simnibs-discuss] Pathologies in head model In-Reply-To: <1541411675357395@mail.yandex.ru> References: <1541411675357395@mail.yandex.ru> Message-ID: <1aa8c054a829cf6fc046afd45a9d9adfe05db599.camel@drcmr.dk> Hi Viktor, We still do not have an automated segmentation method to handle tumors or pathologies in the new version of simnibs, i.e., in charm. However, adding pathologies to and existing head model is much easier in the new version. You can either do it manually by editing the segmentation directly or by using an automated segmentation from another tool. Please see the steps here: https://simnibs.github.io/simnibs/build/html/tutorial/advanced/fix_headmodel.html and here: https://simnibs.github.io/simnibs/build/html/documentation/command_line/add_tissues_to_upsampled.html#add-tissues-to-upsampled-doc The first link shows how to manually edit the segmentation, whereas the second one shows how to use a pre-existing segmentation from another tool. Best, Oula On Fri, 2023-02-03 at 01:16 +0100, ?????? ??????? wrote: > Dear SimNIBS Developers, > ? > My name is Viktor Timokhov, and our team is developing ways to > individualize stimulation protocols for patients based on SimNIBS. In > the chapter "SimNIBS 2.1: A Comprehensive Pipeline for Individualized > Electric Field Modelling for Transcranial Brain Stimulation" it was > mentioned that > ? > Neither?mri2mesh?nor?headreco?have off-the-shelf support for > pathologies such as tumours or lesions.? > ? > However, in SimNIBS 4.0 both methods were replaced with Charm.?As I > am still learning how do these methods work, I would like to ask a > question: how did the situation on modeling brains with pathologies > change with Charm? > ? > Kind regards, > Viktor Timokhov. > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From s.l.vanharen at student.utwente.nl Mon Feb 6 13:48:15 2023 From: s.l.vanharen at student.utwente.nl (Haren, S.L. van (Stefan, Student M-TM)) Date: Mon, 6 Feb 2023 12:48:15 +0000 Subject: [Simnibs-discuss] transformation matrix usage Message-ID: Hello all, I am still quite new to using SimNIBS, and I am struggling with one of the attributes in the Position format. I am using the transformation matrix from the pos.matsimnibs function for more accurately positioning my TMS coil over the scalp of a subject. I know the coordinates of my coil and I can fill them in into the matrix and get the correct centre of the coil. However, I cannot figure out how to rotate the coil/coordinate system using the transformation matrix. I am unable to get it to be perpendicular to the scalp or change direction altogether. Hopefully someone can help me with my struggles, Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.huertaspenen at gmail.com Tue Feb 7 15:56:03 2023 From: s.huertaspenen at gmail.com (Silvana Huertas) Date: Tue, 7 Feb 2023 15:56:03 +0100 Subject: [Simnibs-discuss] Improving running time SimNIBS Message-ID: Dear SimNIBS team, I need to run multiple simulations in SimNIBS of tDCS. However, each simulation takes a long time. So I wanted to know if you have a way to improve the time required to run the simulations, when using Matlab. Kind regards, Silvana Huertas -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at rogue-research.com Tue Feb 7 23:15:21 2023 From: sean at rogue-research.com (Sean McBride) Date: Tue, 07 Feb 2023 17:15:21 -0500 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? Message-ID: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> Hi all, In my SimNIBS 3.2.5 installation, there are the following files (with md5 checksum): ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec ccd-files/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 ccd-files/MagVenture_MC_B70.nii.gz) = 4159ab1bef77ecc2f2cece25d909be0a In my 4.0 installation, there are: legacy_and_other/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec legacy_and_other/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 legacy_and_other/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 It looks like `MagVenture_MC_B70.nii.gz` is missing. Was it removed deliberately? The docs say that the .nii.gz files should be preferred over the .ccd files [1], so I find this suspicious. I appreciate that it's "legacy", but still... [1] https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From oulap at drcmr.dk Wed Feb 8 16:33:31 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 16:33:31 +0100 Subject: [Simnibs-discuss] transformation matrix usage In-Reply-To: References: Message-ID: Hi Stefan, Have a look at this function, which defines matsimnibs based on a center coordinate and a "y-direction" pointing away from the coil handle: https://github.com/simnibs/simnibs/blob/efd0e3df2ed74a68238055ffeaca594f721a584e/simnibs/mesh_tools/mesh_io.py#L1840 The z-direction is defined to be normal to the nodes on the skin so the coil should be more or less tangential to the scalp. Best, Oula On Mon, 2023-02-06 at 12:48 +0000, Haren, S.L. van (Stefan, Student M- TM) wrote: > Hello all, > ? > I am still quite new to using SimNIBS, and I am struggling with one > of the attributes in the Position format. I am using the > transformation matrix from the pos.matsimnibs function for more > accurately positioning my TMS coil over the scalp of a subject. I > know the coordinates of my coil and I can fill them in into the > matrix and get the correct centre of the coil. However, I cannot > figure out how to rotate the coil/coordinate system using the > transformation matrix. I am unable to get it to be perpendicular to > the scalp or change direction altogether. > ? > Hopefully someone can help me with my struggles, > Stefan > ? > ? > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From oulap at drcmr.dk Wed Feb 8 16:43:29 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 16:43:29 +0100 Subject: [Simnibs-discuss] Error message creating head mesh - Softaxic coordinates compatibility - TMS optimization In-Reply-To: References: Message-ID: Hi Martina, 1) Add the flag --forceqform at the end of the charm command and it should work fine. 2) At the moment the neuronav integration is only implemented in python unfortunately, so please use one of the example scripts provided on the website: https://simnibs.github.io/simnibs/build/html/documentation/neuronavigation/softaxic.html The simnibs neuronavigation import should automatically transform the coordinates so that coil ends up in the correct location (and orientation). However, please check that the coil looks to be in the correct spot after running the simulation. The coil is automatically visualized in gmsh so you should be able to see if there are any obvious problems. 3) The optimized coil position (matrix) is printed at the end of the .log file and is also stored in the .mat structure. The center coordinate is defined by the first three numbers in the last column of the matrix. Best, Oula On Wed, 2023-02-01 at 16:51 +0100, Martina Mancano wrote: > Hi,? > > It's my first time approaching SimNIBS, and I have three main > questions: > > 1) I'm trying to create a head mesh .msh from a .nii T1 file from the > command prompt (following the instructions I found here), but it > gives me the same error message, and it stops the procedure: > > > [ simnibs ]CRITICAL: Uncaught exception > > ValueError: The qform and sform of do not match. Please run charm > > with the --forceqform option > > > and I don't know what does?it mean/how?to solve?it.? > > 2) I was?wondering whether I can use SimNIBS to optimize TMS coil > positioning, in conjunction with Softaxic neuronavigation. I see that > you provide a script to import coordinates from .stmpx files > generated from Softaxic (here).? > A.? Does it run on Python? Is there any Matlab version I could use? > B. Is the coordinate system used by SimNIBS compatible with Softaxic? > .stmpx?contains?points acquired in Softaxic in different coordinate > systems, which one is the SimNIBS compatible one? > > 3) I tried to do the TMS optimization?following the tutorial on the > data you?provided (here).? > I have different output files (.msh, .opt, .geo, etc), but I'm not > sure where I can find the coordinates of?the optimized coil > position.? > > Thanks in advance,? > > Best,? > > Martina Mancano > > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From oulap at drcmr.dk Wed Feb 8 16:45:11 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 16:45:11 +0100 Subject: [Simnibs-discuss] Generating individual tissue STL from MSH file In-Reply-To: References: Message-ID: Hi Yuchao, See example here: https://github.com/simnibs/simnibs/issues/111 Best, Oula On Mon, 2023-01-30 at 22:33 +0000, Wang, Yuchao wrote: > Hello SimNIBS team, > ? > It seems like charm in 4.0 no longer automatically generates > individual tissue .stl files and I'm having trouble extracting them > from the .msh file. I couldn't locate any commands (e.g.?here) that > exports .stl based on the physical surfaces in .msh.opt. Could you > provide some help? > > Thanks a lot and thank you for this great program! > > Yuchao > ? > ? > 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 . > > 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.? > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From oulap at drcmr.dk Wed Feb 8 16:52:19 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 16:52:19 +0100 Subject: [Simnibs-discuss] Percentage of spreading scalp stimulation In-Reply-To: References: Message-ID: <568045a0c4cd926008767bcf26021e516edb56bc.camel@drcmr.dk> Hi Atsushi, You can extract the magnitude of the e-field in the scalp if that's what you're interested in. See examples on how to analyze the simulation results here: https://simnibs.github.io/simnibs/build/html/tutorial/analysis.html Instead of cropping the mesh with compartment number 2 you can use compartment number 5 to get the magnitude of the electric field in the skin (or rather scalp). You can then calculate the percentage of the total scalp volume stimulated with an electric field exceeding a given threshold. Alternatively you can read in the output mesh from the simulation and use the field_summary() function to get the percentiles, see details here: https://github.com/simnibs/simnibs/blob/master/simnibs/mesh_tools/mesh_io.py#L2537 Again use compartment 5 as the roi to get the summary of the scalp. Best, Oula On Wed, 2023-01-18 at 17:59 +0900, Atsushi Shima wrote: > Dear SimNIBS team, > > I have a question of the spreading stimulation on the scalp. > > ?Is it possible to know the relative percentage of the spreading > scalp stimulation? > ? > Thanks, > Atsushi Shima > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From danielle_sliva at brown.edu Wed Feb 8 17:25:14 2023 From: danielle_sliva at brown.edu (Sliva, Danielle) Date: Wed, 8 Feb 2023 11:25:14 -0500 Subject: [Simnibs-discuss] Importing Brainsight Targets to SimNIBS - Target Seems Off In-Reply-To: References: Message-ID: Hi Sean , Thanks for your response, please see below- On Tue, Feb 7, 2023 at 5:30 PM Sean McBride wrote: > On 24 Jan 2023, at 11:26, Sliva, Danielle wrote: > > > I am using SimNIBS4 to do a TMS simulation with targets from a previous > > experimental session that utilized Brainsight for neuronavigation. I > > followed the instructions here < > > > https://simnibs.github.io/simnibs/build/html/documentation/neuronavigation/brainsight.html?highlight=brainsight > > > > to import the targets from a Brainsight output text file, and chose the > > *World* coordinate system (*NIfTI:aligned* was not an available option). > > > > The target I'm using is in primary somatosensory cortex, adjacent to the > > motor hand knob. When I look at the simulation results in gmesh, it looks > > like the coil position is off - it is in the correct general area, but > way > > too deep in the brain. The spatial distribution of the electrical field > is > > also too deep in the brain, without activation on the surface of the > gyri. > > I found the same issue for a different control target location. > > > > I used raw files (DICOM converted to NIfTI & DICOM) for SimNIBS and > > Brainsight, respectively. > > You really should (in fact must) use the exact same dataset file with both > SimNIBS and Brainsight. I believe SimNIBS only supports NIfTI. Brainsight > supports NIfTI too. > > I have already collected my data using Brainsight and am now trying to import the targets to SimNIBS for modeling, so I cannot change the fact that I used dicom files to create the targets (but, of course, will keep this in mind for future experiments!). Since SimNIBS only supports NIfTI, does this mean that it is not possible to use my Brainsight targets with SimNIBS? Perhaps there is some kind of transformation I could do to the Brainsight coordinates? > > I know that Brainsight does some preprocessing to > > the image (e.g. alignment to AC-PC line) > > Brainsight in fact does not do any such realignment. > For the preprocessing, I was just referring to the optional atlas registration step in Brainsight. > > Cheers, > > Sean > Many thanks for your help, Danielle -- Danielle D. Sliva PhD Candidate, Jones Lab Dept. of Neuroscience Brown University -------------- next part -------------- An HTML attachment was scrubbed... URL: From oulap at drcmr.dk Wed Feb 8 18:09:39 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 18:09:39 +0100 Subject: [Simnibs-discuss] Improving running time SimNIBS In-Reply-To: References: Message-ID: Hi Silvana, You can try to switch the solver to pardiso, see an example here (for leadfields): https://simnibs.github.io/simnibs/build/html/tutorial/optimization.html?highlight=pardiso It should be faster, but it's also more memory-hungry so this is only an option if you're computer has enough memory. But try it out and see if it runs. Other than that you can try to run multiple simulations in parallel matlab instances. Best, Oula On Tue, 2023-02-07 at 15:56 +0100, Silvana Huertas wrote: > Dear SimNIBS team,? > > I need to run multiple simulations in SimNIBS of tDCS. However, each > simulation takes a long time. So I wanted to know if you have a way > to improve the time required to run the simulations, when using > Matlab.? > > Kind regards,? > Silvana Huertas > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From oulap at drcmr.dk Wed Feb 8 18:16:08 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Wed, 08 Feb 2023 18:16:08 +0100 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> Message-ID: Hi Sean, The ccd files are quite a bit smaller in size than the niftis, so the new files we provide are all in the ccd format. Apparently we were not that consistent for the legacy models, thanks for pointing this out. In any case, use the ccd2nifti command to get a .nii from the .ccd files. Best, Oula On Tue, 2023-02-07 at 17:15 -0500, Sean McBride wrote: > Hi all, > In my SimNIBS 3.2.5 installation, there are the following files (with > md5 checksum): > ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec > ccd-files/Magstim_70mm_Fig8.nii.gz) = > fc3cbf340b2d7e68e67ecb52a2e7b110 > ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 > ccd-files/MagVenture_MC_B70.nii.gz) = > 4159ab1bef77ecc2f2cece25d909be0a > In my 4.0 installation, there are: > legacy_and_other/Magstim_70mm_Fig8.ccd) = > 7054f818a041612c613e8c5ad73a37ec > legacy_and_other/Magstim_70mm_Fig8.nii.gz) = > fc3cbf340b2d7e68e67ecb52a2e7b110 > legacy_and_other/MagVenture_MC_B70.ccd) = > ad5597208f6c3d1a301efa2267f4cf73 > It looks like MagVenture_MC_B70.nii.gz is missing. Was it removed > deliberately? The docs say that the .nii.gz files should be preferred > over the .ccd files [1], so I find this suspicious. I appreciate that > it's "legacy", but still... > [1] > https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html > Thanks, > Sean > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From danielle_sliva at brown.edu Wed Feb 8 19:25:48 2023 From: danielle_sliva at brown.edu (Sliva, Danielle) Date: Wed, 8 Feb 2023 13:25:48 -0500 Subject: [Simnibs-discuss] Importing Brainsight Targets to SimNIBS - Target Seems Off In-Reply-To: <33500164-56D6-478A-B5F8-F78D183FC0D7@rogue-research.com> References: <33500164-56D6-478A-B5F8-F78D183FC0D7@rogue-research.com> Message-ID: Thanks, Sean. On Wed, Feb 8, 2023 at 12:34 PM Sean McBride wrote: > On 8 Feb 2023, at 11:25, Sliva, Danielle wrote: > > > I have already collected my data using Brainsight and am now trying to > > import the targets to SimNIBS for modeling, so I cannot change the fact > > that I used dicom files to create the targets > > Ah, I see. > > > Perhaps there is some kind of transformation I could do to the > > Brainsight coordinates? > > Probably the best is, when you export the Targets/Samples to .txt file > from Brainsight is to use "Brainsight" coordinates. "Brainsight" > coordinates are DICOM-style where the origin is at RAI (and the vectors > point towards LPS). I believe the SimNIBS importer supports such > coordinates too: > > > https://simnibs.github.io/simnibs/build/html/documentation/neuronavigation/brainsight.html?highlight=brainsight I just tried this, and unfortunately the importer doesn't support DICOM-style coordinates. *"ValueError: Coordinate system 'Brainsight' is not supported. Export targes/samples as NIfTI:Scanner (or Dicom/World)."* > > > Note that the upcoming Brainsight 2.5 will also be able to import/export > .txt files where the origin is at LPI (and the vectors point towards RAS). > > Looking forward to Brainsight 2.5! > >>> I know that Brainsight does some preprocessing to > >>> the image (e.g. alignment to AC-PC line) > >> > >> Brainsight in fact does not do any such realignment. > > > > For the preprocessing, I was just referring to the optional atlas > > registration step in Brainsight. > > Even that feature though does not actually process/realign the project's > dataset, unlike some other software. It merely creates an internal 4x4 > matrix to map between the dataset's coordinates and MNI coordinates. > Oh, good to know :) > > Cheers, > > Sean > Thanks again, Danielle -- Danielle D. Sliva PhD Candidate, Jones Lab Dept. of Neuroscience Brown University -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at rogue-research.com Wed Feb 8 19:31:58 2023 From: sean at rogue-research.com (Sean McBride) Date: Wed, 08 Feb 2023 13:31:58 -0500 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> Message-ID: On 8 Feb 2023, at 12:16, Oula Puonti wrote: > The ccd files are quite a bit smaller in size than the niftis, so the > new files we provide are all in the ccd format. Oula, So is the info here: https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html ".nii.gz files: NifTi files with sampled magnetic vector potentials. Recommended, allows for faster simulations." No longer the case? 1. do the .ccd and .nii files contain the exact same information? The wording in that link makes me think no. 2. if the .nii case is the "recommended" one, it's odd that only one is provided, and the other ~30 are all .ccd. What am I missing here? When Brainsight invokes SimNIBS, we pass, for example: tms_list.fnamecoil = 'legacy_and_other/MagVenture_MC_B70.nii.gz' This worked with 3.2 because that file was there. Now that the file is gone in 4.0, it of course does not work. So I'm trying to figure out if I should just always use the .ccd files, or prefer one over the other, or... Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From danielle_sliva at brown.edu Wed Feb 8 19:59:46 2023 From: danielle_sliva at brown.edu (Sliva, Danielle) Date: Wed, 8 Feb 2023 13:59:46 -0500 Subject: [Simnibs-discuss] Importing Brainsight Targets to SimNIBS - Target Seems Off In-Reply-To: <0C3973C4-9F25-4E20-9C3D-DF5772E6FD9D@rogue-research.com> References: <33500164-56D6-478A-B5F8-F78D183FC0D7@rogue-research.com> <0C3973C4-9F25-4E20-9C3D-DF5772E6FD9D@rogue-research.com> Message-ID: On Wed, Feb 8, 2023 at 1:43 PM Sean McBride wrote: > On 8 Feb 2023, at 13:25, Sliva, Danielle wrote: > > > https://simnibs.github.io/simnibs/build/html/documentation/neuronavigation/brainsight.html?highlight=brainsight > > I just tried this, and unfortunately the importer doesn't support > DICOM-style coordinates. > > Hmmm, I've never actually used it, or looked at its code, so I may have my > foot in my mouth here, but looking at the above link, I think the authors > may have misunderstood what the coordinate systems Brainsight exports mean. > And/or I'm misunderstanding the coordinate systems SimNIBS uses. :) > > What Brainsight calls "World" is not necessarily LPS. The origin is not > even necessarily in a corner of the volume. Each dataset defines its own > world coordinates. > > What Brainsight calls "Brainsight" is always what SimNIBS calls LPS though > (origin at RAI). > > So perhaps the correct thing to do is: > > - From BS, export in "Brainsight" coordinates > - hand edit the resulting file to change the coordinate system name > near the top of the file from "Brainsight" to "World" > - import into SimNIBS (where is seems to be assuming that "World" > means LPS) > > That works to import! I'll run a simulation and let you know how the target position looks. > > > I'd be curious to know if that works. > > I'll find the time to read through the SimNIBS Brainsight import/export > code too.... > > Sean > Thanks, Danielle -- Danielle D. Sliva PhD Candidate, Jones Lab Dept. of Neuroscience Brown University -------------- next part -------------- An HTML attachment was scrubbed... URL: From kristofferm at drcmr.dk Wed Feb 8 20:03:37 2023 From: kristofferm at drcmr.dk (Kristoffer Madsen) Date: Wed, 8 Feb 2023 20:03:37 +0100 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> Message-ID: Indeed we did remove the file on purpose mainly just for reducing the size of the distribution. The comment regarding preferring .nii.gz over .ccd files is somewhat outdated. You will still obtain faster stimulations using the .nii.gz files, however the result should be the same (or rather extremely similar). The .nii.gz is actually generated based on the .ccd file and you can basically recreate the .nii.gz file by running the simnibs command "ccd2nifti -i legacy_and_other/MagVenture_MC_B70.ccd" I think this file should be the same as the old one except for potential numerical precision which may differ slightly across platforms and operating systems. If you need to "exactly" reproduce the .nii.gz coil you can just use the old file if you like. I hope this answer is sufficient to address your question, otherwise let me know, Best, Kristoffer On Wed, 8 Feb 2023 at 16:53, Sean McBride wrote: > > Hi all, > > In my SimNIBS 3.2.5 installation, there are the following files (with md5 checksum): > > ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec > ccd-files/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 > ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 > ccd-files/MagVenture_MC_B70.nii.gz) = 4159ab1bef77ecc2f2cece25d909be0a > > In my 4.0 installation, there are: > > legacy_and_other/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec > legacy_and_other/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 > legacy_and_other/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 > > It looks like MagVenture_MC_B70.nii.gz is missing. Was it removed deliberately? The docs say that the .nii.gz files should be preferred over the .ccd files [1], so I find this suspicious. I appreciate that it's "legacy", but still... > > [1] https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html > > Thanks, > > Sean > > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From sean at rogue-research.com Wed Feb 8 20:11:03 2023 From: sean at rogue-research.com (Sean McBride) Date: Wed, 08 Feb 2023 14:11:03 -0500 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> Message-ID: <6449E5CE-BF39-42C4-9C06-4BD3B15DC33D@rogue-research.com> Kristoffer, Oula, OK, I think that clears it up for me, thanks to you both! I'll change Brainsight to always invoke SimNIBS with a .ccd file, and never a .nii file. If I might suggest, you way want to: 1. just remove `Magstim_70mm_Fig8.nii.gz` too, as it's the only one left anymore. 2. update your docs regarding the choice and difference between ccd and nii. Cheers, Sean On 8 Feb 2023, at 14:03, Kristoffer Madsen wrote: > Indeed we did remove the file on purpose mainly just for reducing the > size of the distribution. The comment regarding preferring .nii.gz > over .ccd files is somewhat outdated. You will still obtain faster > stimulations using the .nii.gz files, however the result should be the > same (or rather extremely similar). The .nii.gz is actually generated > based on the .ccd file and you can basically recreate the .nii.gz file > by running the simnibs command "ccd2nifti -i > legacy_and_other/MagVenture_MC_B70.ccd" I think this file should be > the same as the old one except for potential numerical precision which > may differ slightly across platforms and operating systems. If you > need to "exactly" reproduce the .nii.gz coil you can just use the old > file if you like. > > I hope this answer is sufficient to address your question, otherwise > let me know, Best, > Kristoffer > > On Wed, 8 Feb 2023 at 16:53, Sean McBride > wrote: >> >> Hi all, >> >> In my SimNIBS 3.2.5 installation, there are the following files (with >> md5 checksum): >> >> ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec >> ccd-files/Magstim_70mm_Fig8.nii.gz) = >> fc3cbf340b2d7e68e67ecb52a2e7b110 >> ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 >> ccd-files/MagVenture_MC_B70.nii.gz) = >> 4159ab1bef77ecc2f2cece25d909be0a >> >> In my 4.0 installation, there are: >> >> legacy_and_other/Magstim_70mm_Fig8.ccd) = >> 7054f818a041612c613e8c5ad73a37ec >> legacy_and_other/Magstim_70mm_Fig8.nii.gz) = >> fc3cbf340b2d7e68e67ecb52a2e7b110 >> legacy_and_other/MagVenture_MC_B70.ccd) = >> ad5597208f6c3d1a301efa2267f4cf73 >> >> It looks like MagVenture_MC_B70.nii.gz is missing. Was it removed >> deliberately? The docs say that the .nii.gz files should be preferred >> over the .ccd files [1], so I find this suspicious. I appreciate that >> it's "legacy", but still... >> >> [1] >> https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html >> >> Thanks, >> >> Sean >> >> _______________________________________________ >> Simnibs-discuss mailing list >> Simnibs-discuss at drcmr.dk >> https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From kristofferm at drcmr.dk Wed Feb 8 20:19:13 2023 From: kristofferm at drcmr.dk (Kristoffer Madsen) Date: Wed, 8 Feb 2023 20:19:13 +0100 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: <6449E5CE-BF39-42C4-9C06-4BD3B15DC33D@rogue-research.com> References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> <6449E5CE-BF39-42C4-9C06-4BD3B15DC33D@rogue-research.com> Message-ID: 1) Yes indeed I think that the intention was to remove both, but somehow it slipped I guess. 2) Yes we should update the information such that it is more current, also after some speedups that were done for the FMM implementation of .ccd files the efficiency issue is hardly a concern anymore. Thanks for reporting this inconsistency, Kristoffer On Wed, 8 Feb 2023 at 20:11, Sean McBride wrote: > > Kristoffer, Oula, > > OK, I think that clears it up for me, thanks to you both! > > I'll change Brainsight to always invoke SimNIBS with a .ccd file, and never a .nii file. > > If I might suggest, you way want to: > > just remove Magstim_70mm_Fig8.nii.gz too, as it's the only one left anymore. > update your docs regarding the choice and difference between ccd and nii. > > Cheers, > > Sean > > On 8 Feb 2023, at 14:03, Kristoffer Madsen wrote: > > Indeed we did remove the file on purpose mainly just for reducing the > size of the distribution. The comment regarding preferring .nii.gz > over .ccd files is somewhat outdated. You will still obtain faster > stimulations using the .nii.gz files, however the result should be the > same (or rather extremely similar). The .nii.gz is actually generated > based on the .ccd file and you can basically recreate the .nii.gz file > by running the simnibs command "ccd2nifti -i > legacy_and_other/MagVenture_MC_B70.ccd" I think this file should be > the same as the old one except for potential numerical precision which > may differ slightly across platforms and operating systems. If you > need to "exactly" reproduce the .nii.gz coil you can just use the old > file if you like. > > I hope this answer is sufficient to address your question, otherwise > let me know, Best, > Kristoffer > > On Wed, 8 Feb 2023 at 16:53, Sean McBride wrote: > > Hi all, > > In my SimNIBS 3.2.5 installation, there are the following files (with md5 checksum): > > ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec > ccd-files/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 > ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 > ccd-files/MagVenture_MC_B70.nii.gz) = 4159ab1bef77ecc2f2cece25d909be0a > > In my 4.0 installation, there are: > > legacy_and_other/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec > legacy_and_other/Magstim_70mm_Fig8.nii.gz) = fc3cbf340b2d7e68e67ecb52a2e7b110 > legacy_and_other/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 > > It looks like MagVenture_MC_B70.nii.gz is missing. Was it removed deliberately? The docs say that the .nii.gz files should be preferred over the .ccd files [1], so I find this suspicious. I appreciate that it's "legacy", but still... > > [1] https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html > > Thanks, > > Sean > > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From sean at rogue-research.com Wed Feb 8 21:05:56 2023 From: sean at rogue-research.com (Sean McBride) Date: Wed, 08 Feb 2023 15:05:56 -0500 Subject: [Simnibs-discuss] MagVenture_MC_B70.nii.gz missing from SimNIBS 4? In-Reply-To: References: <68940CD5-DB4D-4A8C-AFE3-C3742F226DC7@rogue-research.com> <6449E5CE-BF39-42C4-9C06-4BD3B15DC33D@rogue-research.com> Message-ID: Kristoffer, Would you like me to create issues on GitHub? I believe I've found something else out-of-date, on that same page: ------------- Examples: Python/MATLAB Select the SimNIBS model for the Magstim 70mm figure-of-eight coil tmslist.fnamecoil = 'Magstim_70mm_Fig8.nii.gz' Note: When using a coil provided by SimNIBS you only need to use the file name. If using some other coil file, please use the full path. ------------- That in fact no longer works, you have to do `tmslist.fnamecoil = 'legacy_and_other/Magstim_70mm_Fig8.nii.gz'` So one mustn't pass the "file name" nor the "full path" but in fact it seems one must pass a relative path, relative to the `coil_models` folder. Cheers, Sean On 8 Feb 2023, at 14:19, Kristoffer Madsen wrote: > 1) Yes indeed I think that the intention was to remove both, but > somehow it slipped I guess. > 2) Yes we should update the information such that it is more current, > also after some speedups that were done for the FMM implementation of > .ccd files the efficiency issue is hardly a concern anymore. > > Thanks for reporting this inconsistency, > Kristoffer > > On Wed, 8 Feb 2023 at 20:11, Sean McBride > wrote: >> >> Kristoffer, Oula, >> >> OK, I think that clears it up for me, thanks to you both! >> >> I'll change Brainsight to always invoke SimNIBS with a .ccd file, and >> never a .nii file. >> >> If I might suggest, you way want to: >> >> just remove Magstim_70mm_Fig8.nii.gz too, as it's the only one left >> anymore. >> update your docs regarding the choice and difference between ccd and >> nii. >> >> Cheers, >> >> Sean >> >> On 8 Feb 2023, at 14:03, Kristoffer Madsen wrote: >> >> Indeed we did remove the file on purpose mainly just for reducing the >> size of the distribution. The comment regarding preferring .nii.gz >> over .ccd files is somewhat outdated. You will still obtain faster >> stimulations using the .nii.gz files, however the result should be >> the >> same (or rather extremely similar). The .nii.gz is actually generated >> based on the .ccd file and you can basically recreate the .nii.gz >> file >> by running the simnibs command "ccd2nifti -i >> legacy_and_other/MagVenture_MC_B70.ccd" I think this file should be >> the same as the old one except for potential numerical precision >> which >> may differ slightly across platforms and operating systems. If you >> need to "exactly" reproduce the .nii.gz coil you can just use the old >> file if you like. >> >> I hope this answer is sufficient to address your question, otherwise >> let me know, Best, >> Kristoffer >> >> On Wed, 8 Feb 2023 at 16:53, Sean McBride >> wrote: >> >> Hi all, >> >> In my SimNIBS 3.2.5 installation, there are the following files (with >> md5 checksum): >> >> ccd-files/Magstim_70mm_Fig8.ccd) = 7054f818a041612c613e8c5ad73a37ec >> ccd-files/Magstim_70mm_Fig8.nii.gz) = >> fc3cbf340b2d7e68e67ecb52a2e7b110 >> ccd-files/MagVenture_MC_B70.ccd) = ad5597208f6c3d1a301efa2267f4cf73 >> ccd-files/MagVenture_MC_B70.nii.gz) = >> 4159ab1bef77ecc2f2cece25d909be0a >> >> In my 4.0 installation, there are: >> >> legacy_and_other/Magstim_70mm_Fig8.ccd) = >> 7054f818a041612c613e8c5ad73a37ec >> legacy_and_other/Magstim_70mm_Fig8.nii.gz) = >> fc3cbf340b2d7e68e67ecb52a2e7b110 >> legacy_and_other/MagVenture_MC_B70.ccd) = >> ad5597208f6c3d1a301efa2267f4cf73 >> >> It looks like MagVenture_MC_B70.nii.gz is missing. Was it removed >> deliberately? The docs say that the .nii.gz files should be preferred >> over the .ccd files [1], so I find this suspicious. I appreciate that >> it's "legacy", but still... >> >> [1] >> https://simnibs.github.io/simnibs/build/html/documentation/sim_struct/tmslist.html >> >> Thanks, >> >> Sean >> >> _______________________________________________ >> Simnibs-discuss mailing list >> Simnibs-discuss at drcmr.dk >> >> https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From ramtin.mehraram at kuleuven.be Thu Feb 9 11:11:31 2023 From: ramtin.mehraram at kuleuven.be (Ramtin Mehraram) Date: Thu, 9 Feb 2023 10:11:31 +0000 Subject: [Simnibs-discuss] CRITICAL: Uncaught exception Message-ID: Dear all, I encounter this error when trying to perform a segmentation: [ simnibs ]CRITICAL: Uncaught exception ValueError: could not broadcast input array from shape (256,256,182) into shape (256,256,182,1) Does this look any familiar to you? Thank you, Ramtin [cid:image001.png at 01D93C77.42EFB200] Ramtin Mehraram, Ph.D. Postdoc at Experimental Oto-rhino-laryngology (ExpORL) Research Group. Department of Neurosciences KU Leuven Phone +32 16 37 92 78 Email ramtin.mehraram at kuleuven.be Herestraat 49 bus 721, B-3000 Leuven, Belgium [Title: LinkedIn - Description: image of LinkedIn icon][Title: Twitter - Description: image of Twitter icon] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 18078 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 1437 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1413 bytes Desc: image003.png URL: From oulap at drcmr.dk Thu Feb 9 14:23:00 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Thu, 09 Feb 2023 14:23:00 +0100 Subject: [Simnibs-discuss] CRITICAL: Uncaught exception In-Reply-To: References: Message-ID: <53776512ebab0cf3dfb8e814f4592d7e9749d48a.camel@drcmr.dk> Hi Ramtin, You probably have an extra singleton dimension in your input scan, i.e., the last 1 in the shape. If you remove that from the input, simnibs should run fine. I'll fix this bug in a future release. Best, Oula On Thu, 2023-02-09 at 10:11 +0000, Ramtin Mehraram wrote: > Dear all, > ? > I encounter this error when trying to perform a segmentation: > ? > [ simnibs ]CRITICAL: Uncaught exception > ValueError: could not broadcast input array from shape (256,256,182) > into shape (256,256,182,1) > ? > Does this look any familiar to you? > ? > ? > Thank you, > Ramtin > ? > Ramtin Mehraram, Ph.D. > Postdoc at Experimental Oto-rhino-laryngology (ExpORL) Research > Group. > Department of Neurosciences > KU Leuven > ? > Phone+32 16 37 92 78 > Emailramtin.mehraram at kuleuven.be > Herestraat 49 bus 721, B-3000 Leuven, Belgium > ? > Title: LinkedIn - Description: image of LinkedIn iconTitle: Twitter - > Description: image of Twitter icon? > ? > > ? > ? > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From margaret.mcallister at duke.edu Thu Feb 9 21:45:06 2023 From: margaret.mcallister at duke.edu (Mags McAllister) Date: Thu, 9 Feb 2023 20:45:06 +0000 Subject: [Simnibs-discuss] Charm Issue Message-ID: Hello, I have come across a very strange issue creating the reconstruction with charm. I input a T1 with full coverage of the skull, but the model it created looks like this. The T1_upsampled, T1_bias_corrected, and T1 nifti files in the m2m folder all show the full scan. The surface files however reflect only the bottom half of the brain like what I view in the simnibs gui. I?m re-running this now with the same issue and can share the terminal output when it concludes. The command I used was ?charm subID T1.nii.gz?. I appreciate any advice or thoughts others have! Mags M. [A picture containing colorful Description automatically generated] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 123103 bytes Desc: image001.png URL: From sean at rogue-research.com Fri Feb 10 02:08:54 2023 From: sean at rogue-research.com (Sean McBride) Date: Thu, 09 Feb 2023 20:08:54 -0500 Subject: [Simnibs-discuss] Return values of `run_simnibs` function? Message-ID: <735A2384-4630-46E9-B849-033BA0A62E81@rogue-research.com> Hi all, I've read this: https://simnibs.github.io/simnibs/build/html/tutorial/scripting.html But a question remains: what are the possible return values of the `run_simnibs` function? It seems to return 0 on success, as typical. But we've also seen it return 6 (though I can't reproduce now). Are the return values documented anywhere? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.l.vanharen at student.utwente.nl Fri Feb 10 11:09:09 2023 From: s.l.vanharen at student.utwente.nl (Haren, S.L. van (Stefan, Student M-TM)) Date: Fri, 10 Feb 2023 10:09:09 +0000 Subject: [Simnibs-discuss] transformation matrix usage In-Reply-To: References: Message-ID: Hi Oula, Thanks for the quick response, unfortunately I am yet to learn how to program with python and can therefore not really use that function, but I was able to use a rotation matrix to recalculate the input and therefore also acquire a desired rotation. for i=1:length(xrotation) a = zrotation(i)*pi/180; b = yrotation(i)*pi/180; y = xrotation(i)*pi/180; rotationmatrix = [cos(a)*cos(b)... (cos(a)*sin(b)*sin(y))-(sin(a)*cos(y))... (cos(a)*sin(b)*cos(y))+(sin(a)*sin(y)),... sin(a)*cos(b)... (sin(a)*sin(b)*sin(y))+(cos(a)*cos(y))... (sin(a)*sin(b)*cos(y))-(cos(a)*sin(y)),... -sin(b)... cos(b)*sin(y)... cos(b)*cos(y)]; corretion = [-1 1 1, 1 1 1, 1 1 -1]; corrected = rotationmatrix.*corretion; simnibsmatrix = zeros(4,4); simnibsmatrix(1,1:3) = corrected(1,1:3); simnibsmatrix(2,1:3) = corrected(4:6); simnibsmatrix(3,1:3) = corrected(7:9); simnibsmatrix(1,4) = centrecoords(1); simnibsmatrix(2,4) = centrecoords(2); simnibsmatrix(3,4) = centrecoords(3); simnibsmatrix(4,1:4) = [0 0 0 1]; s.poslist{1, 1}.pos(i).matsimnibs = simnibsmatrix; end Best, Stefan -----Original Message----- From: Oula Puonti Sent: Wednesday, 8 February 2023 16:34 To: Haren, S.L. van (Stefan, Student M-TM) ; simnibs-discuss at drcmr.dk Subject: Re: [Simnibs-discuss] transformation matrix usage Hi Stefan, Have a look at this function, which defines matsimnibs based on a center coordinate and a "y-direction" pointing away from the coil handle: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsimnibs%2Fsimnibs%2Fblob%2Fefd0e3df2ed74a68238055ffeaca594f721a584e%2Fsimnibs%2Fmesh_tools%2Fmesh_io.py%23L1840&data=05%7C01%7Cs.l.vanharen%40student.utwente.nl%7C8a6691e0474941d58e1408db09e9d6db%7C723246a1c3f543c5acdc43adb404ac4d%7C0%7C0%7C638114672165951293%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=StzFw7nF9kcjOXszsw496b3nI%2BuIUQdrbAI89dIUM2g%3D&reserved=0 The z-direction is defined to be normal to the nodes on the skin so the coil should be more or less tangential to the scalp. Best, Oula On Mon, 2023-02-06 at 12:48 +0000, Haren, S.L. van (Stefan, Student M- TM) wrote: > Hello all, > ? > I am still quite new to using SimNIBS, and I am struggling with one of > the attributes in the Position format. I am using the transformation > matrix from the pos.matsimnibs function for more accurately > positioning my TMS coil over the scalp of a subject. I know the > coordinates of my coil and I can fill them in into the matrix and get > the correct centre of the coil. However, I cannot figure out how to > rotate the coil/coordinate system using the transformation matrix. I > am unable to get it to be perpendicular to the scalp or change > direction altogether. > ? > Hopefully someone can help me with my struggles, Stefan > ? > ? > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail > man.drcmr.dk%2Fmailman%2Flistinfo%2Fsimnibs-discuss&data=05%7C01%7Cs.l > .vanharen%40student.utwente.nl%7C8a6691e0474941d58e1408db09e9d6db%7C72 > 3246a1c3f543c5acdc43adb404ac4d%7C0%7C0%7C638114672165951293%7CUnknown% > 7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJX > VCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2FQTqpbxGpi6h3U859t1I7okH89bNxkJ8fEc > TPy9hZpw%3D&reserved=0 From s.huertaspenen at gmail.com Fri Feb 10 11:47:54 2023 From: s.huertaspenen at gmail.com (Silvana Huertas) Date: Fri, 10 Feb 2023 11:47:54 +0100 Subject: [Simnibs-discuss] Type of materials electrodes Message-ID: Dear SimNIBS team, I am writing to inquire about the material and conductivity of the electrodes used for the simulation of tDCS. Is it possible to change the material (conductivity) of the electrodes used for tDCS? Additionally, I was curious to know if it is feasible to simulate the effect of a layer of conductive gel placed below the electrodes. Kind regards, Silvana -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.l.vanharen at student.utwente.nl Mon Feb 13 11:03:48 2023 From: s.l.vanharen at student.utwente.nl (Haren, S.L. van (Stefan, Student M-TM)) Date: Mon, 13 Feb 2023 10:03:48 +0000 Subject: [Simnibs-discuss] Error with Localite read function Message-ID: Hi all, Sorry to bother again but I cannot seem to figure out why the Localite.read function does not work as I want it to. When I open de TMStrigger file it clearly shows the positions and other info as given in the example TriggerMarkers .xml file on the SimNIBS site. However, when I run the example script from the site, in the tms-list variable, the pos list stays empty. Does anyone have an idea how I can fix this? Kind regards, Stefan van Haren Student Technical Medicine, Master Sensing and Stimulation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From margaret.mcallister at duke.edu Fri Feb 10 15:54:53 2023 From: margaret.mcallister at duke.edu (Mags McAllister) Date: Fri, 10 Feb 2023 14:54:53 +0000 Subject: [Simnibs-discuss] Charm Issue In-Reply-To: References: Message-ID: I?ve attached the terminal output here in case it helps uncover what?s happening here. Thanks! Mags From: Simnibs-discuss on behalf of Mags McAllister Date: Thursday, February 9, 2023 at 3:54 PM To: discuss at simnibs.org Subject: [Simnibs-discuss] Charm Issue Hello, I have come across a very strange issue creating the reconstruction with charm. I input a T1 with full coverage of the skull, but the model it created looks like this. The T1_upsampled, T1_bias_corrected, and T1 nifti files in the m2m folder all show the full scan. The surface files however reflect only the bottom half of the brain like what I view in the simnibs gui. I?m re-running this now with the same issue and can share the terminal output when it concludes. The command I used was ?charm subID T1.nii.gz?. I appreciate any advice or thoughts others have! Mags M. [A picture containing colorful Description automatically generated] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 123103 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: charm output 5016.rtf Type: application/rtf Size: 164166 bytes Desc: charm output 5016.rtf URL: From oulap at drcmr.dk Fri Feb 10 14:16:43 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Fri, 10 Feb 2023 14:16:43 +0100 Subject: [Simnibs-discuss] transformation matrix usage In-Reply-To: References: Message-ID: Hi Stefan, Good to hear you sorted it out! The function was meant mostly as a reference of how the matsimnibs matrix is constructed, i.e., what the x, y and z-directions are. I think I have some matlab code somewhere for changing the rotation. I can send you that in case you need it, but it seems like you figured it out already. Best, Oula On Fri, 2023-02-10 at 10:09 +0000, Haren, S.L. van (Stefan, Student M- TM) wrote: > Hi Oula, > > Thanks for the quick response, unfortunately I am yet to learn how to > program with python and can therefore not really use that function, > but I was able to use a rotation matrix to recalculate the input and > therefore also acquire a desired rotation. > > for i=1:length(xrotation) > ??? a = zrotation(i)*pi/180; > ??? b = yrotation(i)*pi/180; > ??? y = xrotation(i)*pi/180; > ??? > ??? rotationmatrix = [cos(a)*cos(b)... > ??????? (cos(a)*sin(b)*sin(y))-(sin(a)*cos(y))... > ??????? (cos(a)*sin(b)*cos(y))+(sin(a)*sin(y)),... > ??????? sin(a)*cos(b)... > ??????? (sin(a)*sin(b)*sin(y))+(cos(a)*cos(y))... > ??????? (sin(a)*sin(b)*cos(y))-(cos(a)*sin(y)),... > ??????? -sin(b)... > ??????? cos(b)*sin(y)... > ??????? cos(b)*cos(y)]; > ??? > ??? corretion = [-1 1 1, 1 1 1, 1 1 -1]; > ??? corrected = rotationmatrix.*corretion; > ??? > ??? simnibsmatrix = zeros(4,4); > ??? simnibsmatrix(1,1:3) = corrected(1,1:3); > ??? simnibsmatrix(2,1:3) = corrected(4:6); > ??? simnibsmatrix(3,1:3) = corrected(7:9); > ??? simnibsmatrix(1,4) = centrecoords(1); > ??? simnibsmatrix(2,4) = centrecoords(2); > ??? simnibsmatrix(3,4) = centrecoords(3); > ??? simnibsmatrix(4,1:4) = [0 0 0 1]; > > ??? s.poslist{1, 1}.pos(i).matsimnibs = simnibsmatrix; > end > > Best, > Stefan > > -----Original Message----- > From: Oula Puonti > Sent: Wednesday, 8 February 2023 16:34 > To: Haren, S.L. van (Stefan, Student M-TM) > ; simnibs-discuss at drcmr.dk > Subject: Re: [Simnibs-discuss] transformation matrix usage > > Hi Stefan, > > Have a look at this function, which defines matsimnibs based on a > center coordinate and a "y-direction" pointing away from the coil > handle: > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsimnibs%2Fsimnibs%2Fblob%2Fefd0e3df2ed74a68238055ffeaca594f721a584e%2Fsimnibs%2Fmesh_tools%2Fmesh_io.py%23L1840&data=05%7C01%7Cs.l.vanharen%40student.utwente.nl%7C8a6691e0474941d58e1408db09e9d6db%7C723246a1c3f543c5acdc43adb404ac4d%7C0%7C0%7C638114672165951293%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=StzFw7nF9kcjOXszsw496b3nI%2BuIUQdrbAI89dIUM2g%3D&reserved=0 > > The z-direction is defined to be normal to the nodes on the skin so > the coil should be more or less tangential to the scalp. > > Best, > Oula > > > On Mon, 2023-02-06 at 12:48 +0000, Haren, S.L. van (Stefan, Student > M- > TM) wrote: > > Hello all, > > ? > > I am still quite new to using SimNIBS, and I am struggling with one > > of > > the attributes in the Position format. I am using the > > transformation > > matrix from the pos.matsimnibs function for more accurately > > positioning my TMS coil over the scalp of a subject. I know the > > coordinates of my coil and I can fill them in into the matrix and > > get > > the correct centre of the coil. However, I cannot figure out how to > > rotate the coil/coordinate system using the transformation matrix. > > I > > am unable to get it to be perpendicular to the scalp or change > > direction altogether. > > ? > > Hopefully someone can help me with my struggles, Stefan > > ? > > ? > > _______________________________________________ > > Simnibs-discuss mailing list > > Simnibs-discuss at drcmr.dk > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail > > man.drcmr.dk%2Fmailman%2Flistinfo%2Fsimnibs- > > discuss&data=05%7C01%7Cs.l > > .vanharen%40student.utwente.nl%7C8a6691e0474941d58e1408db09e9d6db%7 > > C72 > > 3246a1c3f543c5acdc43adb404ac4d%7C0%7C0%7C638114672165951293%7CUnkno > > wn% > > 7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiL > > CJX > > VCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2FQTqpbxGpi6h3U859t1I7okH89bNxkJ8 > > fEc > > TPy9hZpw%3D&reserved=0 > From oulap at drcmr.dk Fri Feb 10 14:26:12 2023 From: oulap at drcmr.dk (Oula Puonti) Date: Fri, 10 Feb 2023 14:26:12 +0100 Subject: [Simnibs-discuss] Type of materials electrodes In-Reply-To: References: Message-ID: Hi Silvana, If you're working in the GUI there is a "conductivities" button after you have added a tdcs poslist where you can change the conductivities. When you define the electrode shape you can choose electrode+gel in the "Type and Thickness" drop menu to add gel. This can of course be done in scripts as well. See here for attributes in the electrode model: https://github.com/simnibs/simnibs/blob/66abd967189bf3b25253bc290750e2831f115265/simnibs/simulation/sim_struct.py#L1878 Best, Oula On Fri, 2023-02-10 at 11:47 +0100, Silvana Huertas wrote: > Dear SimNIBS team,? > > I am writing to inquire about the material and conductivity of the > electrodes used for the simulation of tDCS. Is it possible to change > the material (conductivity) of the electrodes used for tDCS? > Additionally, I was curious to know if it is feasible to simulate the > effect of a layer of conductive gel placed below the electrodes. > > Kind regards,? > Silvana? > _______________________________________________ > Simnibs-discuss mailing list > Simnibs-discuss at drcmr.dk > https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss From Aidan.Lewis at canberra.edu.au Wed Feb 15 03:10:12 2023 From: Aidan.Lewis at canberra.edu.au (Aidan.Lewis) Date: Wed, 15 Feb 2023 02:10:12 +0000 Subject: [Simnibs-discuss] [UNCLASSIFIED] Unable to install simnibs 4.0 Message-ID: Hello, I have recently tried to upgrade from Simnibs 3.2 to 4. I successfully uninstalled 3.2, but an error message pops up in the final parts of installation. Please find attached my install log. I believe it has something to do with _arpack. Your assistance is greatly appreciated. Kind regards, Aidan Discipline of Psychology?|?School of Health Sciences | University of Canberra University of Canberra Research Institute for Sport and Exercise?|?Active Brain | University of Canberra Bruce ACT, 2601 Australia [cid:image001.png at 01D9413E.D42D80F0]I b [UC Logo] [UC Research is in #1 in Australia for Industry Collaboration] The Ngunnawal people are the Traditional Custodians of the ACT where UC's Bruce Campus is situated and are an integral and celebrated part of UC's culture. We also acknowledge other First Nations Peoples. Australian Government Higher Education Registered Provider (CRICOS) #00212K. TEQSA Provider ID: PRV12003 (Australian University) Email Disclaimer [UC Facebook] [UC Twitter] [UC Instagram] [UC Linkedin] [UC Youtube] [University of Canberra] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 34898 bytes Desc: image001.png URL: -------------- next part -------------- Output folder: C:\Users\s439422\SimNIBS-4.0 Extract: gui_icon.ico... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env Extract: LICENSE_PYTHON.txt... 100% Extract: api-ms-win-core-console-l1-1-0.dll... 100% Extract: api-ms-win-core-datetime-l1-1-0.dll... 100% Extract: api-ms-win-core-debug-l1-1-0.dll... 100% Extract: api-ms-win-core-errorhandling-l1-1-0.dll... 100% Extract: api-ms-win-core-file-l1-1-0.dll... 100% Extract: api-ms-win-core-file-l1-2-0.dll... 100% Extract: api-ms-win-core-file-l2-1-0.dll... 100% Extract: api-ms-win-core-handle-l1-1-0.dll... 100% Extract: api-ms-win-core-heap-l1-1-0.dll... 100% Extract: api-ms-win-core-interlocked-l1-1-0.dll... 100% Extract: api-ms-win-core-libraryloader-l1-1-0.dll... 100% Extract: api-ms-win-core-localization-l1-2-0.dll... 100% Extract: api-ms-win-core-memory-l1-1-0.dll... 100% Extract: api-ms-win-core-namedpipe-l1-1-0.dll... 100% Extract: api-ms-win-core-processenvironment-l1-1-0.dll... 100% Extract: api-ms-win-core-processthreads-l1-1-0.dll... 100% Extract: api-ms-win-core-processthreads-l1-1-1.dll... 100% Extract: api-ms-win-core-profile-l1-1-0.dll... 100% Extract: api-ms-win-core-rtlsupport-l1-1-0.dll... 100% Extract: api-ms-win-core-string-l1-1-0.dll... 100% Extract: api-ms-win-core-synch-l1-1-0.dll... 100% Extract: api-ms-win-core-synch-l1-2-0.dll... 100% Extract: api-ms-win-core-sysinfo-l1-1-0.dll... 100% Extract: api-ms-win-core-timezone-l1-1-0.dll... 100% Extract: api-ms-win-core-util-l1-1-0.dll... 100% Extract: api-ms-win-crt-conio-l1-1-0.dll... 100% Extract: api-ms-win-crt-convert-l1-1-0.dll... 100% Extract: api-ms-win-crt-environment-l1-1-0.dll... 100% Extract: api-ms-win-crt-filesystem-l1-1-0.dll... 100% Extract: api-ms-win-crt-heap-l1-1-0.dll... 100% Extract: api-ms-win-crt-locale-l1-1-0.dll... 100% Extract: api-ms-win-crt-math-l1-1-0.dll... 100% Extract: api-ms-win-crt-multibyte-l1-1-0.dll... 100% Extract: api-ms-win-crt-private-l1-1-0.dll... 100% Extract: api-ms-win-crt-process-l1-1-0.dll... 100% Extract: api-ms-win-crt-runtime-l1-1-0.dll... 100% Extract: api-ms-win-crt-stdio-l1-1-0.dll... 100% Extract: api-ms-win-crt-string-l1-1-0.dll... 100% Extract: api-ms-win-crt-time-l1-1-0.dll... 100% Extract: api-ms-win-crt-utility-l1-1-0.dll... 100% Extract: concrt140.dll... 100% Extract: fix_entrypoints.py... 100% Extract: msvcp140.dll... 100% Extract: msvcp140_1.dll... 100% Extract: msvcp140_2.dll... 100% Extract: msvcp140_codecvt_ids.dll... 100% Extract: python.exe... 100% Extract: python.pdb... 100% Extract: python3.dll... 100% Extract: python39.dll... 100% Extract: python39.pdb... 100% Extract: pythonw.exe... 100% Extract: pythonw.pdb... 100% Extract: qt.conf... 100% Extract: ucrtbase.dll... 100% Extract: vccorlib140.dll... 100% Extract: vcomp140.dll... 100% Extract: vcruntime140.dll... 100% Extract: vcruntime140_1.dll... 100% Extract: venvlauncher.exe... 100% Extract: venvwlauncher.exe... 100% Extract: zlib.dll... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\DLLs Extract: _asyncio.pyd... 100% Extract: _bz2.pyd... 100% Extract: _ctypes.pyd... 100% Extract: _ctypes_test.pyd... 100% Extract: _decimal.pyd... 100% Extract: _elementtree.pyd... 100% Extract: _hashlib.pyd... 100% Extract: _lzma.pyd... 100% Extract: _msi.pyd... 100% Extract: _multiprocessing.pyd... 100% Extract: _overlapped.pyd... 100% Extract: _queue.pyd... 100% Extract: _socket.pyd... 100% Extract: _sqlite3.pyd... 100% Extract: _ssl.pyd... 100% Extract: _testbuffer.pyd... 100% Extract: _testcapi.pyd... 100% Extract: _testconsole.pyd... 100% Extract: _testimportmultiple.pyd... 100% Extract: _testinternalcapi.pyd... 100% Extract: _testmultiphase.pyd... 100% Extract: _tkinter.pyd... 100% Extract: _uuid.pyd... 100% Extract: _zoneinfo.pyd... 100% Extract: libffi-7.dll... 100% Extract: py.ico... 100% Extract: pyc.ico... 100% Extract: pyexpat.pyd... 100% Extract: select.pyd... 100% Extract: tcl86t.dll... 100% Extract: tk86t.dll... 100% Extract: unicodedata.pyd... 100% Extract: winsound.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib Extract: __future__.py... 100% Extract: __phello__.foo.py Extract: _aix_support.py... 100% Extract: _bootlocale.py... 100% Extract: _bootsubprocess.py... 100% Extract: _collections_abc.py... 100% Extract: _compat_pickle.py... 100% Extract: _compression.py... 100% Extract: _markupbase.py... 100% Extract: _osx_support.py... 100% Extract: _py_abc.py... 100% Extract: _pydecimal.py... 100% Extract: _pyio.py... 100% Extract: _sitebuiltins.py... 100% Extract: _strptime.py... 100% Extract: _threading_local.py... 100% Extract: _weakrefset.py... 100% Extract: abc.py... 100% Extract: aifc.py... 100% Extract: antigravity.py... 100% Extract: argparse.py... 100% Extract: ast.py... 100% Extract: asynchat.py... 100% Extract: asyncore.py... 100% Extract: base64.py... 100% Extract: bdb.py... 100% Extract: binhex.py... 100% Extract: bisect.py... 100% Extract: bz2.py... 100% Extract: cProfile.py... 100% Extract: calendar.py... 100% Extract: cgi.py... 100% Extract: cgitb.py... 100% Extract: chunk.py... 100% Extract: cmd.py... 100% Extract: code.py... 100% Extract: codecs.py... 100% Extract: codeop.py... 100% Extract: colorsys.py... 100% Extract: compileall.py... 100% Extract: configparser.py... 100% Extract: contextlib.py... 100% Extract: contextvars.py... 100% Extract: copy.py... 100% Extract: copyreg.py... 100% Extract: crypt.py... 100% Extract: csv.py... 100% Extract: dataclasses.py... 100% Extract: datetime.py... 100% Extract: decimal.py... 100% Extract: difflib.py... 100% Extract: dis.py... 100% Extract: doctest.py... 100% Extract: enum.py... 100% Extract: filecmp.py... 100% Extract: fileinput.py... 100% Extract: fnmatch.py... 100% Extract: formatter.py... 100% Extract: fractions.py... 100% Extract: ftplib.py... 100% Extract: functools.py... 100% Extract: genericpath.py... 100% Extract: getopt.py... 100% Extract: getpass.py... 100% Extract: gettext.py... 100% Extract: glob.py... 100% Extract: graphlib.py... 100% Extract: gzip.py... 100% Extract: hashlib.py... 100% Extract: heapq.py... 100% Extract: hmac.py... 100% Extract: imaplib.py... 100% Extract: imghdr.py... 100% Extract: imp.py... 100% Extract: inspect.py... 100% Extract: io.py... 100% Extract: ipaddress.py... 100% Extract: keyword.py... 100% Extract: linecache.py... 100% Extract: locale.py... 100% Extract: lzma.py... 100% Extract: mailbox.py... 100% Extract: mailcap.py... 100% Extract: mimetypes.py... 100% Extract: modulefinder.py... 100% Extract: netrc.py... 100% Extract: nntplib.py... 100% Extract: ntpath.py... 100% Extract: nturl2path.py... 100% Extract: numbers.py... 100% Extract: opcode.py... 100% Extract: operator.py... 100% Extract: optparse.py... 100% Extract: os.py... 100% Extract: pathlib.py... 100% Extract: pdb.py... 100% Extract: pickle.py... 100% Extract: pickletools.py... 100% Extract: pipes.py... 100% Extract: pkgutil.py... 100% Extract: platform.py... 100% Extract: plistlib.py... 100% Extract: poplib.py... 100% Extract: posixpath.py... 100% Extract: pprint.py... 100% Extract: profile.py... 100% Extract: pstats.py... 100% Extract: pty.py... 100% Extract: py_compile.py... 100% Extract: pyclbr.py... 100% Extract: pydoc.py... 100% Extract: queue.py... 100% Extract: quopri.py... 100% Extract: random.py... 100% Extract: re.py... 100% Extract: reprlib.py... 100% Extract: rlcompleter.py... 100% Extract: runpy.py... 100% Extract: sched.py... 100% Extract: secrets.py... 100% Extract: selectors.py... 100% Extract: shelve.py... 100% Extract: shlex.py... 100% Extract: shutil.py... 100% Extract: signal.py... 100% Extract: site.py... 100% Extract: smtpd.py... 100% Extract: smtplib.py... 100% Extract: sndhdr.py... 100% Extract: socket.py... 100% Extract: socketserver.py... 100% Extract: sre_compile.py... 100% Extract: sre_constants.py... 100% Extract: sre_parse.py... 100% Extract: ssl.py... 100% Extract: stat.py... 100% Extract: statistics.py... 100% Extract: string.py... 100% Extract: stringprep.py... 100% Extract: struct.py... 100% Extract: subprocess.py... 100% Extract: sunau.py... 100% Extract: symbol.py... 100% Extract: symtable.py... 100% Extract: sysconfig.py... 100% Extract: tabnanny.py... 100% Extract: tarfile.py... 100% Extract: telnetlib.py... 100% Extract: tempfile.py... 100% Extract: textwrap.py... 100% Extract: this.py... 100% Extract: threading.py... 100% Extract: timeit.py... 100% Extract: token.py... 100% Extract: tokenize.py... 100% Extract: trace.py... 100% Extract: traceback.py... 100% Extract: tracemalloc.py... 100% Extract: tty.py... 100% Extract: turtle.py... 100% Extract: types.py... 100% Extract: typing.py... 100% Extract: uu.py... 100% Extract: uuid.py... 100% Extract: warnings.py... 100% Extract: wave.py... 100% Extract: weakref.py... 100% Extract: webbrowser.py... 100% Extract: xdrlib.py... 100% Extract: zipapp.py... 100% Extract: zipfile.py... 100% Extract: zipimport.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\__pycache__ Extract: __future__.cpython-39.pyc... 100% Extract: __phello__.foo.cpython-39.pyc... 100% Extract: _aix_support.cpython-39.pyc... 100% Extract: _bootlocale.cpython-39.pyc... 100% Extract: _bootsubprocess.cpython-39.pyc... 100% Extract: _collections_abc.cpython-39.pyc... 100% Extract: _compat_pickle.cpython-39.pyc... 100% Extract: _compression.cpython-39.pyc... 100% Extract: _markupbase.cpython-39.pyc... 100% Extract: _osx_support.cpython-39.pyc... 100% Extract: _py_abc.cpython-39.pyc... 100% Extract: _pydecimal.cpython-39.pyc... 100% Extract: _pyio.cpython-39.pyc... 100% Extract: _sitebuiltins.cpython-39.pyc... 100% Extract: _strptime.cpython-39.pyc... 100% Extract: _threading_local.cpython-39.pyc... 100% Extract: _weakrefset.cpython-39.pyc... 100% Extract: abc.cpython-39.pyc... 100% Extract: aifc.cpython-39.pyc... 100% Extract: antigravity.cpython-39.pyc... 100% Extract: argparse.cpython-39.pyc... 100% Extract: ast.cpython-39.pyc... 100% Extract: asynchat.cpython-39.pyc... 100% Extract: asyncore.cpython-39.pyc... 100% Extract: base64.cpython-39.pyc... 100% Extract: bdb.cpython-39.pyc... 100% Extract: binhex.cpython-39.pyc... 100% Extract: bisect.cpython-39.pyc... 100% Extract: bz2.cpython-39.pyc... 100% Extract: cProfile.cpython-39.pyc... 100% Extract: calendar.cpython-39.pyc... 100% Extract: cgi.cpython-39.pyc... 100% Extract: cgitb.cpython-39.pyc... 100% Extract: chunk.cpython-39.pyc... 100% Extract: cmd.cpython-39.pyc... 100% Extract: code.cpython-39.pyc... 100% Extract: codecs.cpython-39.pyc... 100% Extract: codeop.cpython-39.pyc... 100% Extract: colorsys.cpython-39.pyc... 100% Extract: compileall.cpython-39.pyc... 100% Extract: configparser.cpython-39.pyc... 100% Extract: contextlib.cpython-39.pyc... 100% Extract: contextvars.cpython-39.pyc... 100% Extract: copy.cpython-39.pyc... 100% Extract: copyreg.cpython-39.pyc... 100% Extract: crypt.cpython-39.pyc... 100% Extract: csv.cpython-39.pyc... 100% Extract: dataclasses.cpython-39.pyc... 100% Extract: datetime.cpython-39.pyc... 100% Extract: decimal.cpython-39.pyc... 100% Extract: difflib.cpython-39.pyc... 100% Extract: dis.cpython-39.pyc... 100% Extract: doctest.cpython-39.pyc... 100% Extract: enum.cpython-39.pyc... 100% Extract: filecmp.cpython-39.pyc... 100% Extract: fileinput.cpython-39.pyc... 100% Extract: fnmatch.cpython-39.pyc... 100% Extract: formatter.cpython-39.pyc... 100% Extract: fractions.cpython-39.pyc... 100% Extract: ftplib.cpython-39.pyc... 100% Extract: functools.cpython-39.pyc... 100% Extract: genericpath.cpython-39.pyc... 100% Extract: getopt.cpython-39.pyc... 100% Extract: getpass.cpython-39.pyc... 100% Extract: gettext.cpython-39.pyc... 100% Extract: glob.cpython-39.pyc... 100% Extract: graphlib.cpython-39.pyc... 100% Extract: gzip.cpython-39.pyc... 100% Extract: hashlib.cpython-39.pyc... 100% Extract: heapq.cpython-39.pyc... 100% Extract: hmac.cpython-39.pyc... 100% Extract: imaplib.cpython-39.pyc... 100% Extract: imghdr.cpython-39.pyc... 100% Extract: imp.cpython-39.pyc... 100% Extract: inspect.cpython-39.pyc... 100% Extract: io.cpython-39.pyc... 100% Extract: ipaddress.cpython-39.pyc... 100% Extract: keyword.cpython-39.pyc... 100% Extract: linecache.cpython-39.pyc... 100% Extract: locale.cpython-39.pyc... 100% Extract: lzma.cpython-39.pyc... 100% Extract: mailbox.cpython-39.pyc... 100% Extract: mailcap.cpython-39.pyc... 100% Extract: mimetypes.cpython-39.pyc... 100% Extract: modulefinder.cpython-39.pyc... 100% Extract: netrc.cpython-39.pyc... 100% Extract: nntplib.cpython-39.pyc... 100% Extract: ntpath.cpython-39.pyc... 100% Extract: nturl2path.cpython-39.pyc... 100% Extract: numbers.cpython-39.pyc... 100% Extract: opcode.cpython-39.pyc... 100% Extract: operator.cpython-39.pyc... 100% Extract: optparse.cpython-39.pyc... 100% Extract: os.cpython-39.pyc... 100% Extract: pathlib.cpython-39.pyc... 100% Extract: pdb.cpython-39.pyc... 100% Extract: pickle.cpython-39.pyc... 100% Extract: pickletools.cpython-39.pyc... 100% Extract: pipes.cpython-39.pyc... 100% Extract: pkgutil.cpython-39.pyc... 100% Extract: platform.cpython-39.pyc... 100% Extract: plistlib.cpython-39.pyc... 100% Extract: poplib.cpython-39.pyc... 100% Extract: posixpath.cpython-39.pyc... 100% Extract: pprint.cpython-39.pyc... 100% Extract: profile.cpython-39.pyc... 100% Extract: pstats.cpython-39.pyc... 100% Extract: pty.cpython-39.pyc... 100% Extract: py_compile.cpython-39.pyc... 100% Extract: pyclbr.cpython-39.pyc... 100% Extract: pydoc.cpython-39.pyc... 100% Extract: queue.cpython-39.pyc... 100% Extract: quopri.cpython-39.pyc... 100% Extract: random.cpython-39.pyc... 100% Extract: re.cpython-39.pyc... 100% Extract: reprlib.cpython-39.pyc... 100% Extract: rlcompleter.cpython-39.pyc... 100% Extract: runpy.cpython-39.pyc... 100% Extract: sched.cpython-39.pyc... 100% Extract: secrets.cpython-39.pyc... 100% Extract: selectors.cpython-39.pyc... 100% Extract: shelve.cpython-39.pyc... 100% Extract: shlex.cpython-39.pyc... 100% Extract: shutil.cpython-39.pyc... 100% Extract: signal.cpython-39.pyc... 100% Extract: site.cpython-39.pyc... 100% Extract: smtpd.cpython-39.pyc... 100% Extract: smtplib.cpython-39.pyc... 100% Extract: sndhdr.cpython-39.pyc... 100% Extract: socket.cpython-39.pyc... 100% Extract: socketserver.cpython-39.pyc... 100% Extract: sre_compile.cpython-39.pyc... 100% Extract: sre_constants.cpython-39.pyc... 100% Extract: sre_parse.cpython-39.pyc... 100% Extract: ssl.cpython-39.pyc... 100% Extract: stat.cpython-39.pyc... 100% Extract: statistics.cpython-39.pyc... 100% Extract: string.cpython-39.pyc... 100% Extract: stringprep.cpython-39.pyc... 100% Extract: struct.cpython-39.pyc... 100% Extract: subprocess.cpython-39.pyc... 100% Extract: sunau.cpython-39.pyc... 100% Extract: symbol.cpython-39.pyc... 100% Extract: symtable.cpython-39.pyc... 100% Extract: sysconfig.cpython-39.pyc... 100% Extract: tabnanny.cpython-39.pyc... 100% Extract: tarfile.cpython-39.pyc... 100% Extract: telnetlib.cpython-39.pyc... 100% Extract: tempfile.cpython-39.pyc... 100% Extract: textwrap.cpython-39.pyc... 100% Extract: this.cpython-39.pyc... 100% Extract: threading.cpython-39.pyc... 100% Extract: timeit.cpython-39.pyc... 100% Extract: token.cpython-39.pyc... 100% Extract: tokenize.cpython-39.pyc... 100% Extract: trace.cpython-39.pyc... 100% Extract: traceback.cpython-39.pyc... 100% Extract: tracemalloc.cpython-39.pyc... 100% Extract: tty.cpython-39.pyc... 100% Extract: turtle.cpython-39.pyc... 100% Extract: types.cpython-39.pyc... 100% Extract: typing.cpython-39.pyc... 100% Extract: uu.cpython-39.pyc... 100% Extract: uuid.cpython-39.pyc... 100% Extract: warnings.cpython-39.pyc... 100% Extract: wave.cpython-39.pyc... 100% Extract: weakref.cpython-39.pyc... 100% Extract: webbrowser.cpython-39.pyc... 100% Extract: xdrlib.cpython-39.pyc... 100% Extract: zipapp.cpython-39.pyc... 100% Extract: zipfile.cpython-39.pyc... 100% Extract: zipimport.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\asyncio Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: base_events.py... 100% Extract: base_futures.py... 100% Extract: base_subprocess.py... 100% Extract: base_tasks.py... 100% Extract: constants.py... 100% Extract: coroutines.py... 100% Extract: events.py... 100% Extract: exceptions.py... 100% Extract: format_helpers.py... 100% Extract: futures.py... 100% Extract: locks.py... 100% Extract: log.py... 100% Extract: proactor_events.py... 100% Extract: protocols.py... 100% Extract: queues.py... 100% Extract: runners.py... 100% Extract: selector_events.py... 100% Extract: sslproto.py... 100% Extract: staggered.py... 100% Extract: streams.py... 100% Extract: subprocess.py... 100% Extract: tasks.py... 100% Extract: threads.py... 100% Extract: transports.py... 100% Extract: trsock.py... 100% Extract: unix_events.py... 100% Extract: windows_events.py... 100% Extract: windows_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\asyncio\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: base_events.cpython-39.pyc... 100% Extract: base_futures.cpython-39.pyc... 100% Extract: base_subprocess.cpython-39.pyc... 100% Extract: base_tasks.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: coroutines.cpython-39.pyc... 100% Extract: events.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: format_helpers.cpython-39.pyc... 100% Extract: futures.cpython-39.pyc... 100% Extract: locks.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: proactor_events.cpython-39.pyc... 100% Extract: protocols.cpython-39.pyc... 100% Extract: queues.cpython-39.pyc... 100% Extract: runners.cpython-39.pyc... 100% Extract: selector_events.cpython-39.pyc... 100% Extract: sslproto.cpython-39.pyc... 100% Extract: staggered.cpython-39.pyc... 100% Extract: streams.cpython-39.pyc... 100% Extract: subprocess.cpython-39.pyc... 100% Extract: tasks.cpython-39.pyc... 100% Extract: threads.cpython-39.pyc... 100% Extract: transports.cpython-39.pyc... 100% Extract: trsock.cpython-39.pyc... 100% Extract: unix_events.cpython-39.pyc... 100% Extract: windows_events.cpython-39.pyc... 100% Extract: windows_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\collections Extract: __init__.py... 100% Extract: abc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\collections\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: abc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\concurrent Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\concurrent\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\concurrent\futures Extract: __init__.py... 100% Extract: _base.py... 100% Extract: process.py... 100% Extract: thread.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\concurrent\futures\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _base.cpython-39.pyc... 100% Extract: process.cpython-39.pyc... 100% Extract: thread.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes Extract: __init__.py... 100% Extract: _aix.py... 100% Extract: _endian.py... 100% Extract: util.py... 100% Extract: wintypes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _aix.cpython-39.pyc... 100% Extract: _endian.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: wintypes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes\macholib Extract: README.ctypes... 100% Extract: __init__.py... 100% Extract: dyld.py... 100% Extract: dylib.py... 100% Extract: fetch_macholib Extract: fetch_macholib.bat Extract: framework.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes\macholib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dyld.cpython-39.pyc... 100% Extract: dylib.cpython-39.pyc... 100% Extract: framework.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes\test Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: test_anon.py... 100% Extract: test_array_in_pointer.py... 100% Extract: test_arrays.py... 100% Extract: test_as_parameter.py... 100% Extract: test_bitfields.py... 100% Extract: test_buffers.py... 100% Extract: test_bytes.py... 100% Extract: test_byteswap.py... 100% Extract: test_callbacks.py... 100% Extract: test_cast.py... 100% Extract: test_cfuncs.py... 100% Extract: test_checkretval.py... 100% Extract: test_delattr.py... 100% Extract: test_errno.py... 100% Extract: test_find.py... 100% Extract: test_frombuffer.py... 100% Extract: test_funcptr.py... 100% Extract: test_functions.py... 100% Extract: test_incomplete.py... 100% Extract: test_init.py... 100% Extract: test_internals.py... 100% Extract: test_keeprefs.py... 100% Extract: test_libc.py... 100% Extract: test_loading.py... 100% Extract: test_macholib.py... 100% Extract: test_memfunctions.py... 100% Extract: test_numbers.py... 100% Extract: test_objects.py... 100% Extract: test_parameters.py... 100% Extract: test_pep3118.py... 100% Extract: test_pickling.py... 100% Extract: test_pointers.py... 100% Extract: test_prototypes.py... 100% Extract: test_python_api.py... 100% Extract: test_random_things.py... 100% Extract: test_refcounts.py... 100% Extract: test_repr.py... 100% Extract: test_returnfuncptrs.py... 100% Extract: test_simplesubclasses.py... 100% Extract: test_sizes.py... 100% Extract: test_slicing.py... 100% Extract: test_stringptr.py... 100% Extract: test_strings.py... 100% Extract: test_struct_fields.py... 100% Extract: test_structures.py... 100% Extract: test_unaligned_structures.py... 100% Extract: test_unicode.py... 100% Extract: test_values.py... 100% Extract: test_varsize_struct.py... 100% Extract: test_win32.py... 100% Extract: test_wintypes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ctypes\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: test_anon.cpython-39.pyc... 100% Extract: test_array_in_pointer.cpython-39.pyc... 100% Extract: test_arrays.cpython-39.pyc... 100% Extract: test_as_parameter.cpython-39.pyc... 100% Extract: test_bitfields.cpython-39.pyc... 100% Extract: test_buffers.cpython-39.pyc... 100% Extract: test_bytes.cpython-39.pyc... 100% Extract: test_byteswap.cpython-39.pyc... 100% Extract: test_callbacks.cpython-39.pyc... 100% Extract: test_cast.cpython-39.pyc... 100% Extract: test_cfuncs.cpython-39.pyc... 100% Extract: test_checkretval.cpython-39.pyc... 100% Extract: test_delattr.cpython-39.pyc... 100% Extract: test_errno.cpython-39.pyc... 100% Extract: test_find.cpython-39.pyc... 100% Extract: test_frombuffer.cpython-39.pyc... 100% Extract: test_funcptr.cpython-39.pyc... 100% Extract: test_functions.cpython-39.pyc... 100% Extract: test_incomplete.cpython-39.pyc... 100% Extract: test_init.cpython-39.pyc... 100% Extract: test_internals.cpython-39.pyc... 100% Extract: test_keeprefs.cpython-39.pyc... 100% Extract: test_libc.cpython-39.pyc... 100% Extract: test_loading.cpython-39.pyc... 100% Extract: test_macholib.cpython-39.pyc... 100% Extract: test_memfunctions.cpython-39.pyc... 100% Extract: test_numbers.cpython-39.pyc... 100% Extract: test_objects.cpython-39.pyc... 100% Extract: test_parameters.cpython-39.pyc... 100% Extract: test_pep3118.cpython-39.pyc... 100% Extract: test_pickling.cpython-39.pyc... 100% Extract: test_pointers.cpython-39.pyc... 100% Extract: test_prototypes.cpython-39.pyc... 100% Extract: test_python_api.cpython-39.pyc... 100% Extract: test_random_things.cpython-39.pyc... 100% Extract: test_refcounts.cpython-39.pyc... 100% Extract: test_repr.cpython-39.pyc... 100% Extract: test_returnfuncptrs.cpython-39.pyc... 100% Extract: test_simplesubclasses.cpython-39.pyc... 100% Extract: test_sizes.cpython-39.pyc... 100% Extract: test_slicing.cpython-39.pyc... 100% Extract: test_stringptr.cpython-39.pyc... 100% Extract: test_strings.cpython-39.pyc... 100% Extract: test_struct_fields.cpython-39.pyc... 100% Extract: test_structures.cpython-39.pyc... 100% Extract: test_unaligned_structures.cpython-39.pyc... 100% Extract: test_unicode.cpython-39.pyc... 100% Extract: test_values.cpython-39.pyc... 100% Extract: test_varsize_struct.cpython-39.pyc... 100% Extract: test_win32.cpython-39.pyc... 100% Extract: test_wintypes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\curses Extract: __init__.py... 100% Extract: ascii.py... 100% Extract: has_key.py... 100% Extract: panel.py... 100% Extract: textpad.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\curses\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ascii.cpython-39.pyc... 100% Extract: has_key.cpython-39.pyc... 100% Extract: panel.cpython-39.pyc... 100% Extract: textpad.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\dbm Extract: __init__.py... 100% Extract: dumb.py... 100% Extract: gnu.py Extract: ndbm.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\dbm\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dumb.cpython-39.pyc... 100% Extract: gnu.cpython-39.pyc... 100% Extract: ndbm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils Extract: README... 100% Extract: __init__.py... 100% Extract: _msvccompiler.py... 100% Extract: archive_util.py... 100% Extract: bcppcompiler.py... 100% Extract: ccompiler.py... 100% Extract: cmd.py... 100% Extract: config.py... 100% Extract: core.py... 100% Extract: cygwinccompiler.py... 100% Extract: debug.py... 100% Extract: dep_util.py... 100% Extract: dir_util.py... 100% Extract: dist.py... 100% Extract: errors.py... 100% Extract: extension.py... 100% Extract: fancy_getopt.py... 100% Extract: file_util.py... 100% Extract: filelist.py... 100% Extract: log.py... 100% Extract: msvc9compiler.py... 100% Extract: msvccompiler.py... 100% Extract: spawn.py... 100% Extract: sysconfig.py... 100% Extract: text_file.py... 100% Extract: unixccompiler.py... 100% Extract: util.py... 100% Extract: version.py... 100% Extract: versionpredicate.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _msvccompiler.cpython-39.pyc... 100% Extract: archive_util.cpython-39.pyc... 100% Extract: bcppcompiler.cpython-39.pyc... 100% Extract: ccompiler.cpython-39.pyc... 100% Extract: cmd.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: cygwinccompiler.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: dep_util.cpython-39.pyc... 100% Extract: dir_util.cpython-39.pyc... 100% Extract: dist.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: extension.cpython-39.pyc... 100% Extract: fancy_getopt.cpython-39.pyc... 100% Extract: file_util.cpython-39.pyc... 100% Extract: filelist.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: msvc9compiler.cpython-39.pyc... 100% Extract: msvccompiler.cpython-39.pyc... 100% Extract: spawn.cpython-39.pyc... 100% Extract: sysconfig.cpython-39.pyc... 100% Extract: text_file.cpython-39.pyc... 100% Extract: unixccompiler.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Extract: versionpredicate.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils\command Extract: __init__.py... 100% Extract: bdist.py... 100% Extract: bdist_dumb.py... 100% Extract: bdist_msi.py... 100% Extract: bdist_rpm.py... 100% Extract: bdist_wininst.py... 100% Extract: build.py... 100% Extract: build_clib.py... 100% Extract: build_ext.py... 100% Extract: build_py.py... 100% Extract: build_scripts.py... 100% Extract: check.py... 100% Extract: clean.py... 100% Extract: command_template... 100% Extract: config.py... 100% Extract: install.py... 100% Extract: install_data.py... 100% Extract: install_egg_info.py... 100% Extract: install_headers.py... 100% Extract: install_lib.py... 100% Extract: install_scripts.py... 100% Extract: register.py... 100% Extract: sdist.py... 100% Extract: upload.py... 100% Extract: wininst-10.0-amd64.exe... 100% Extract: wininst-10.0.exe... 100% Extract: wininst-14.0-amd64.exe... 100% Extract: wininst-14.0.exe... 100% Extract: wininst-6.0.exe... 100% Extract: wininst-7.1.exe... 100% Extract: wininst-8.0.exe... 100% Extract: wininst-9.0-amd64.exe... 100% Extract: wininst-9.0.exe... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils\command\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bdist.cpython-39.pyc... 100% Extract: bdist_dumb.cpython-39.pyc... 100% Extract: bdist_msi.cpython-39.pyc... 100% Extract: bdist_rpm.cpython-39.pyc... 100% Extract: bdist_wininst.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Extract: build_clib.cpython-39.pyc... 100% Extract: build_ext.cpython-39.pyc... 100% Extract: build_py.cpython-39.pyc... 100% Extract: build_scripts.cpython-39.pyc... 100% Extract: check.cpython-39.pyc... 100% Extract: clean.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: install.cpython-39.pyc... 100% Extract: install_data.cpython-39.pyc... 100% Extract: install_egg_info.cpython-39.pyc... 100% Extract: install_headers.cpython-39.pyc... 100% Extract: install_lib.cpython-39.pyc... 100% Extract: install_scripts.cpython-39.pyc... 100% Extract: register.cpython-39.pyc... 100% Extract: sdist.cpython-39.pyc... 100% Extract: upload.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils\tests Extract: Setup.sample... 100% Extract: __init__.py... 100% Extract: includetest.rst Extract: support.py... 100% Extract: test_archive_util.py... 100% Extract: test_bdist.py... 100% Extract: test_bdist_dumb.py... 100% Extract: test_bdist_msi.py... 100% Extract: test_bdist_rpm.py... 100% Extract: test_bdist_wininst.py... 100% Extract: test_build.py... 100% Extract: test_build_clib.py... 100% Extract: test_build_ext.py... 100% Extract: test_build_py.py... 100% Extract: test_build_scripts.py... 100% Extract: test_check.py... 100% Extract: test_clean.py... 100% Extract: test_cmd.py... 100% Extract: test_config.py... 100% Extract: test_config_cmd.py... 100% Extract: test_core.py... 100% Extract: test_cygwinccompiler.py... 100% Extract: test_dep_util.py... 100% Extract: test_dir_util.py... 100% Extract: test_dist.py... 100% Extract: test_extension.py... 100% Extract: test_file_util.py... 100% Extract: test_filelist.py... 100% Extract: test_install.py... 100% Extract: test_install_data.py... 100% Extract: test_install_headers.py... 100% Extract: test_install_lib.py... 100% Extract: test_install_scripts.py... 100% Extract: test_log.py... 100% Extract: test_msvc9compiler.py... 100% Extract: test_msvccompiler.py... 100% Extract: test_register.py... 100% Extract: test_sdist.py... 100% Extract: test_spawn.py... 100% Extract: test_sysconfig.py... 100% Extract: test_text_file.py... 100% Extract: test_unixccompiler.py... 100% Extract: test_upload.py... 100% Extract: test_util.py... 100% Extract: test_version.py... 100% Extract: test_versionpredicate.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\distutils\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: support.cpython-39.pyc... 100% Extract: test_archive_util.cpython-39.pyc... 100% Extract: test_bdist.cpython-39.pyc... 100% Extract: test_bdist_dumb.cpython-39.pyc... 100% Extract: test_bdist_msi.cpython-39.pyc... 100% Extract: test_bdist_rpm.cpython-39.pyc... 100% Extract: test_bdist_wininst.cpython-39.pyc... 100% Extract: test_build.cpython-39.pyc... 100% Extract: test_build_clib.cpython-39.pyc... 100% Extract: test_build_ext.cpython-39.pyc... 100% Extract: test_build_py.cpython-39.pyc... 100% Extract: test_build_scripts.cpython-39.pyc... 100% Extract: test_check.cpython-39.pyc... 100% Extract: test_clean.cpython-39.pyc... 100% Extract: test_cmd.cpython-39.pyc... 100% Extract: test_config.cpython-39.pyc... 100% Extract: test_config_cmd.cpython-39.pyc... 100% Extract: test_core.cpython-39.pyc... 100% Extract: test_cygwinccompiler.cpython-39.pyc... 100% Extract: test_dep_util.cpython-39.pyc... 100% Extract: test_dir_util.cpython-39.pyc... 100% Extract: test_dist.cpython-39.pyc... 100% Extract: test_extension.cpython-39.pyc... 100% Extract: test_file_util.cpython-39.pyc... 100% Extract: test_filelist.cpython-39.pyc... 100% Extract: test_install.cpython-39.pyc... 100% Extract: test_install_data.cpython-39.pyc... 100% Extract: test_install_headers.cpython-39.pyc... 100% Extract: test_install_lib.cpython-39.pyc... 100% Extract: test_install_scripts.cpython-39.pyc... 100% Extract: test_log.cpython-39.pyc... 100% Extract: test_msvc9compiler.cpython-39.pyc... 100% Extract: test_msvccompiler.cpython-39.pyc... 100% Extract: test_register.cpython-39.pyc... 100% Extract: test_sdist.cpython-39.pyc... 100% Extract: test_spawn.cpython-39.pyc... 100% Extract: test_sysconfig.cpython-39.pyc... 100% Extract: test_text_file.cpython-39.pyc... 100% Extract: test_unixccompiler.cpython-39.pyc... 100% Extract: test_upload.cpython-39.pyc... 100% Extract: test_util.cpython-39.pyc... 100% Extract: test_version.cpython-39.pyc... 100% Extract: test_versionpredicate.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\email Extract: __init__.py... 100% Extract: _encoded_words.py... 100% Extract: _header_value_parser.py... 100% Extract: _parseaddr.py... 100% Extract: _policybase.py... 100% Extract: architecture.rst... 100% Extract: base64mime.py... 100% Extract: charset.py... 100% Extract: contentmanager.py... 100% Extract: encoders.py... 100% Extract: errors.py... 100% Extract: feedparser.py... 100% Extract: generator.py... 100% Extract: header.py... 100% Extract: headerregistry.py... 100% Extract: iterators.py... 100% Extract: message.py... 100% Extract: parser.py... 100% Extract: policy.py... 100% Extract: quoprimime.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\email\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _encoded_words.cpython-39.pyc... 100% Extract: _header_value_parser.cpython-39.pyc... 100% Extract: _parseaddr.cpython-39.pyc... 100% Extract: _policybase.cpython-39.pyc... 100% Extract: base64mime.cpython-39.pyc... 100% Extract: charset.cpython-39.pyc... 100% Extract: contentmanager.cpython-39.pyc... 100% Extract: encoders.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: feedparser.cpython-39.pyc... 100% Extract: generator.cpython-39.pyc... 100% Extract: header.cpython-39.pyc... 100% Extract: headerregistry.cpython-39.pyc... 100% Extract: iterators.cpython-39.pyc... 100% Extract: message.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Extract: policy.cpython-39.pyc... 100% Extract: quoprimime.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\email\mime Extract: __init__.py Extract: application.py... 100% Extract: audio.py... 100% Extract: base.py... 100% Extract: image.py... 100% Extract: message.py... 100% Extract: multipart.py... 100% Extract: nonmultipart.py... 100% Extract: text.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\email\mime\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: application.cpython-39.pyc... 100% Extract: audio.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: image.cpython-39.pyc... 100% Extract: message.cpython-39.pyc... 100% Extract: multipart.cpython-39.pyc... 100% Extract: nonmultipart.cpython-39.pyc... 100% Extract: text.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\encodings Extract: __init__.py... 100% Extract: aliases.py... 100% Extract: ascii.py... 100% Extract: base64_codec.py... 100% Extract: big5.py... 100% Extract: big5hkscs.py... 100% Extract: bz2_codec.py... 100% Extract: charmap.py... 100% Extract: cp037.py... 100% Extract: cp1006.py... 100% Extract: cp1026.py... 100% Extract: cp1125.py... 100% Extract: cp1140.py... 100% Extract: cp1250.py... 100% Extract: cp1251.py... 100% Extract: cp1252.py... 100% Extract: cp1253.py... 100% Extract: cp1254.py... 100% Extract: cp1255.py... 100% Extract: cp1256.py... 100% Extract: cp1257.py... 100% Extract: cp1258.py... 100% Extract: cp273.py... 100% Extract: cp424.py... 100% Extract: cp437.py... 100% Extract: cp500.py... 100% Extract: cp720.py... 100% Extract: cp737.py... 100% Extract: cp775.py... 100% Extract: cp850.py... 100% Extract: cp852.py... 100% Extract: cp855.py... 100% Extract: cp856.py... 100% Extract: cp857.py... 100% Extract: cp858.py... 100% Extract: cp860.py... 100% Extract: cp861.py... 100% Extract: cp862.py... 100% Extract: cp863.py... 100% Extract: cp864.py... 100% Extract: cp865.py... 100% Extract: cp866.py... 100% Extract: cp869.py... 100% Extract: cp874.py... 100% Extract: cp875.py... 100% Extract: cp932.py... 100% Extract: cp949.py... 100% Extract: cp950.py... 100% Extract: euc_jis_2004.py... 100% Extract: euc_jisx0213.py... 100% Extract: euc_jp.py... 100% Extract: euc_kr.py... 100% Extract: gb18030.py... 100% Extract: gb2312.py... 100% Extract: gbk.py... 100% Extract: hex_codec.py... 100% Extract: hp_roman8.py... 100% Extract: hz.py... 100% Extract: idna.py... 100% Extract: iso2022_jp.py... 100% Extract: iso2022_jp_1.py... 100% Extract: iso2022_jp_2.py... 100% Extract: iso2022_jp_2004.py... 100% Extract: iso2022_jp_3.py... 100% Extract: iso2022_jp_ext.py... 100% Extract: iso2022_kr.py... 100% Extract: iso8859_1.py... 100% Extract: iso8859_10.py... 100% Extract: iso8859_11.py... 100% Extract: iso8859_13.py... 100% Extract: iso8859_14.py... 100% Extract: iso8859_15.py... 100% Extract: iso8859_16.py... 100% Extract: iso8859_2.py... 100% Extract: iso8859_3.py... 100% Extract: iso8859_4.py... 100% Extract: iso8859_5.py... 100% Extract: iso8859_6.py... 100% Extract: iso8859_7.py... 100% Extract: iso8859_8.py... 100% Extract: iso8859_9.py... 100% Extract: johab.py... 100% Extract: koi8_r.py... 100% Extract: koi8_t.py... 100% Extract: koi8_u.py... 100% Extract: kz1048.py... 100% Extract: latin_1.py... 100% Extract: mac_arabic.py... 100% Extract: mac_croatian.py... 100% Extract: mac_cyrillic.py... 100% Extract: mac_farsi.py... 100% Extract: mac_greek.py... 100% Extract: mac_iceland.py... 100% Extract: mac_latin2.py... 100% Extract: mac_roman.py... 100% Extract: mac_romanian.py... 100% Extract: mac_turkish.py... 100% Extract: mbcs.py... 100% Extract: oem.py... 100% Extract: palmos.py... 100% Extract: ptcp154.py... 100% Extract: punycode.py... 100% Extract: quopri_codec.py... 100% Extract: raw_unicode_escape.py... 100% Extract: rot_13.py... 100% Extract: shift_jis.py... 100% Extract: shift_jis_2004.py... 100% Extract: shift_jisx0213.py... 100% Extract: tis_620.py... 100% Extract: undefined.py... 100% Extract: unicode_escape.py... 100% Extract: utf_16.py... 100% Extract: utf_16_be.py... 100% Extract: utf_16_le.py... 100% Extract: utf_32.py... 100% Extract: utf_32_be.py... 100% Extract: utf_32_le.py... 100% Extract: utf_7.py... 100% Extract: utf_8.py... 100% Extract: utf_8_sig.py... 100% Extract: uu_codec.py... 100% Extract: zlib_codec.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\encodings\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: aliases.cpython-39.pyc... 100% Extract: ascii.cpython-39.pyc... 100% Extract: base64_codec.cpython-39.pyc... 100% Extract: big5.cpython-39.pyc... 100% Extract: big5hkscs.cpython-39.pyc... 100% Extract: bz2_codec.cpython-39.pyc... 100% Extract: charmap.cpython-39.pyc... 100% Extract: cp037.cpython-39.pyc... 100% Extract: cp1006.cpython-39.pyc... 100% Extract: cp1026.cpython-39.pyc... 100% Extract: cp1125.cpython-39.pyc... 100% Extract: cp1140.cpython-39.pyc... 100% Extract: cp1250.cpython-39.pyc... 100% Extract: cp1251.cpython-39.pyc... 100% Extract: cp1252.cpython-39.pyc... 100% Extract: cp1253.cpython-39.pyc... 100% Extract: cp1254.cpython-39.pyc... 100% Extract: cp1255.cpython-39.pyc... 100% Extract: cp1256.cpython-39.pyc... 100% Extract: cp1257.cpython-39.pyc... 100% Extract: cp1258.cpython-39.pyc... 100% Extract: cp273.cpython-39.pyc... 100% Extract: cp424.cpython-39.pyc... 100% Extract: cp437.cpython-39.pyc... 100% Extract: cp500.cpython-39.pyc... 100% Extract: cp720.cpython-39.pyc... 100% Extract: cp737.cpython-39.pyc... 100% Extract: cp775.cpython-39.pyc... 100% Extract: cp850.cpython-39.pyc... 100% Extract: cp852.cpython-39.pyc... 100% Extract: cp855.cpython-39.pyc... 100% Extract: cp856.cpython-39.pyc... 100% Extract: cp857.cpython-39.pyc... 100% Extract: cp858.cpython-39.pyc... 100% Extract: cp860.cpython-39.pyc... 100% Extract: cp861.cpython-39.pyc... 100% Extract: cp862.cpython-39.pyc... 100% Extract: cp863.cpython-39.pyc... 100% Extract: cp864.cpython-39.pyc... 100% Extract: cp865.cpython-39.pyc... 100% Extract: cp866.cpython-39.pyc... 100% Extract: cp869.cpython-39.pyc... 100% Extract: cp874.cpython-39.pyc... 100% Extract: cp875.cpython-39.pyc... 100% Extract: cp932.cpython-39.pyc... 100% Extract: cp949.cpython-39.pyc... 100% Extract: cp950.cpython-39.pyc... 100% Extract: euc_jis_2004.cpython-39.pyc... 100% Extract: euc_jisx0213.cpython-39.pyc... 100% Extract: euc_jp.cpython-39.pyc... 100% Extract: euc_kr.cpython-39.pyc... 100% Extract: gb18030.cpython-39.pyc... 100% Extract: gb2312.cpython-39.pyc... 100% Extract: gbk.cpython-39.pyc... 100% Extract: hex_codec.cpython-39.pyc... 100% Extract: hp_roman8.cpython-39.pyc... 100% Extract: hz.cpython-39.pyc... 100% Extract: idna.cpython-39.pyc... 100% Extract: iso2022_jp.cpython-39.pyc... 100% Extract: iso2022_jp_1.cpython-39.pyc... 100% Extract: iso2022_jp_2.cpython-39.pyc... 100% Extract: iso2022_jp_2004.cpython-39.pyc... 100% Extract: iso2022_jp_3.cpython-39.pyc... 100% Extract: iso2022_jp_ext.cpython-39.pyc... 100% Extract: iso2022_kr.cpython-39.pyc... 100% Extract: iso8859_1.cpython-39.pyc... 100% Extract: iso8859_10.cpython-39.pyc... 100% Extract: iso8859_11.cpython-39.pyc... 100% Extract: iso8859_13.cpython-39.pyc... 100% Extract: iso8859_14.cpython-39.pyc... 100% Extract: iso8859_15.cpython-39.pyc... 100% Extract: iso8859_16.cpython-39.pyc... 100% Extract: iso8859_2.cpython-39.pyc... 100% Extract: iso8859_3.cpython-39.pyc... 100% Extract: iso8859_4.cpython-39.pyc... 100% Extract: iso8859_5.cpython-39.pyc... 100% Extract: iso8859_6.cpython-39.pyc... 100% Extract: iso8859_7.cpython-39.pyc... 100% Extract: iso8859_8.cpython-39.pyc... 100% Extract: iso8859_9.cpython-39.pyc... 100% Extract: johab.cpython-39.pyc... 100% Extract: koi8_r.cpython-39.pyc... 100% Extract: koi8_t.cpython-39.pyc... 100% Extract: koi8_u.cpython-39.pyc... 100% Extract: kz1048.cpython-39.pyc... 100% Extract: latin_1.cpython-39.pyc... 100% Extract: mac_arabic.cpython-39.pyc... 100% Extract: mac_croatian.cpython-39.pyc... 100% Extract: mac_cyrillic.cpython-39.pyc... 100% Extract: mac_farsi.cpython-39.pyc... 100% Extract: mac_greek.cpython-39.pyc... 100% Extract: mac_iceland.cpython-39.pyc... 100% Extract: mac_latin2.cpython-39.pyc... 100% Extract: mac_roman.cpython-39.pyc... 100% Extract: mac_romanian.cpython-39.pyc... 100% Extract: mac_turkish.cpython-39.pyc... 100% Extract: mbcs.cpython-39.pyc... 100% Extract: oem.cpython-39.pyc... 100% Extract: palmos.cpython-39.pyc... 100% Extract: ptcp154.cpython-39.pyc... 100% Extract: punycode.cpython-39.pyc... 100% Extract: quopri_codec.cpython-39.pyc... 100% Extract: raw_unicode_escape.cpython-39.pyc... 100% Extract: rot_13.cpython-39.pyc... 100% Extract: shift_jis.cpython-39.pyc... 100% Extract: shift_jis_2004.cpython-39.pyc... 100% Extract: shift_jisx0213.cpython-39.pyc... 100% Extract: tis_620.cpython-39.pyc... 100% Extract: undefined.cpython-39.pyc... 100% Extract: unicode_escape.cpython-39.pyc... 100% Extract: utf_16.cpython-39.pyc... 100% Extract: utf_16_be.cpython-39.pyc... 100% Extract: utf_16_le.cpython-39.pyc... 100% Extract: utf_32.cpython-39.pyc... 100% Extract: utf_32_be.cpython-39.pyc... 100% Extract: utf_32_le.cpython-39.pyc... 100% Extract: utf_7.cpython-39.pyc... 100% Extract: utf_8.cpython-39.pyc... 100% Extract: utf_8_sig.cpython-39.pyc... 100% Extract: uu_codec.cpython-39.pyc... 100% Extract: zlib_codec.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ensurepip Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: _uninstall.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ensurepip\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: _uninstall.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ensurepip\_bundled Extract: __init__.py Extract: pip-22.0.4-py3-none-any.whl... 100% Extract: setuptools-58.1.0-py3-none-any.whl... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\ensurepip\_bundled\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\html Extract: __init__.py... 100% Extract: entities.py... 100% Extract: parser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\html\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: entities.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\http Extract: __init__.py... 100% Extract: client.py... 100% Extract: cookiejar.py... 100% Extract: cookies.py... 100% Extract: server.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\http\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: client.cpython-39.pyc... 100% Extract: cookiejar.cpython-39.pyc... 100% Extract: cookies.cpython-39.pyc... 100% Extract: server.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\idlelib Extract: CREDITS.txt... 100% Extract: ChangeLog... 100% Extract: HISTORY.txt... 100% Extract: NEWS.txt... 100% Extract: NEWS2x.txt... 100% Extract: README.txt... 100% Extract: TODO.txt... 100% Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: autocomplete.py... 100% Extract: autocomplete_w.py... 100% Extract: autoexpand.py... 100% Extract: browser.py... 100% Extract: calltip.py... 100% Extract: calltip_w.py... 100% Extract: codecontext.py... 100% Extract: colorizer.py... 100% Extract: config-extensions.def... 100% Extract: config-highlight.def... 100% Extract: config-keys.def... 100% Extract: config-main.def... 100% Extract: config.py... 100% Extract: config_key.py... 100% Extract: configdialog.py... 100% Extract: debugger.py... 100% Extract: debugger_r.py... 100% Extract: debugobj.py... 100% Extract: debugobj_r.py... 100% Extract: delegator.py... 100% Extract: dynoption.py... 100% Extract: editor.py... 100% Extract: extend.txt... 100% Extract: filelist.py... 100% Extract: format.py... 100% Extract: grep.py... 100% Extract: help.html... 100% Extract: help.py... 100% Extract: help_about.py... 100% Extract: history.py... 100% Extract: hyperparser.py... 100% Extract: idle.bat... 100% Extract: idle.py... 100% Extract: idle.pyw... 100% Extract: iomenu.py... 100% Extract: macosx.py... 100% Extract: mainmenu.py... 100% Extract: multicall.py... 100% Extract: outwin.py... 100% Extract: parenmatch.py... 100% Extract: pathbrowser.py... 100% Extract: percolator.py... 100% Extract: pyparse.py... 100% Extract: pyshell.py... 100% Extract: query.py... 100% Extract: redirector.py... 100% Extract: replace.py... 100% Extract: rpc.py... 100% Extract: run.py... 100% Extract: runscript.py... 100% Extract: scrolledlist.py... 100% Extract: search.py... 100% Extract: searchbase.py... 100% Extract: searchengine.py... 100% Extract: sidebar.py... 100% Extract: squeezer.py... 100% Extract: stackviewer.py... 100% Extract: statusbar.py... 100% Extract: textview.py... 100% Extract: tooltip.py... 100% Extract: tree.py... 100% Extract: undo.py... 100% Extract: util.py... 100% Extract: window.py... 100% Extract: zoomheight.py... 100% Extract: zzdummy.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\idlelib\Icons Extract: README.txt... 100% Extract: folder.gif Extract: idle.ico... 100% Extract: idle_16.gif... 100% Extract: idle_16.png... 100% Extract: idle_256.png... 100% Extract: idle_32.gif... 100% Extract: idle_32.png... 100% Extract: idle_48.gif... 100% Extract: idle_48.png... 100% Extract: minusnode.gif Extract: openfolder.gif Extract: plusnode.gif Extract: python.gif Extract: tk.gif Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\idlelib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: autocomplete.cpython-39.pyc... 100% Extract: autocomplete_w.cpython-39.pyc... 100% Extract: autoexpand.cpython-39.pyc... 100% Extract: browser.cpython-39.pyc... 100% Extract: calltip.cpython-39.pyc... 100% Extract: calltip_w.cpython-39.pyc... 100% Extract: codecontext.cpython-39.pyc... 100% Extract: colorizer.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: config_key.cpython-39.pyc... 100% Extract: configdialog.cpython-39.pyc... 100% Extract: debugger.cpython-39.pyc... 100% Extract: debugger_r.cpython-39.pyc... 100% Extract: debugobj.cpython-39.pyc... 100% Extract: debugobj_r.cpython-39.pyc... 100% Extract: delegator.cpython-39.pyc... 100% Extract: dynoption.cpython-39.pyc... 100% Extract: editor.cpython-39.pyc... 100% Extract: filelist.cpython-39.pyc... 100% Extract: format.cpython-39.pyc... 100% Extract: grep.cpython-39.pyc... 100% Extract: help.cpython-39.pyc... 100% Extract: help_about.cpython-39.pyc... 100% Extract: history.cpython-39.pyc... 100% Extract: hyperparser.cpython-39.pyc... 100% Extract: idle.cpython-39.pyc... 100% Extract: iomenu.cpython-39.pyc... 100% Extract: macosx.cpython-39.pyc... 100% Extract: mainmenu.cpython-39.pyc... 100% Extract: multicall.cpython-39.pyc... 100% Extract: outwin.cpython-39.pyc... 100% Extract: parenmatch.cpython-39.pyc... 100% Extract: pathbrowser.cpython-39.pyc... 100% Extract: percolator.cpython-39.pyc... 100% Extract: pyparse.cpython-39.pyc... 100% Extract: pyshell.cpython-39.pyc... 100% Extract: query.cpython-39.pyc... 100% Extract: redirector.cpython-39.pyc... 100% Extract: replace.cpython-39.pyc... 100% Extract: rpc.cpython-39.pyc... 100% Extract: run.cpython-39.pyc... 100% Extract: runscript.cpython-39.pyc... 100% Extract: scrolledlist.cpython-39.pyc... 100% Extract: search.cpython-39.pyc... 100% Extract: searchbase.cpython-39.pyc... 100% Extract: searchengine.cpython-39.pyc... 100% Extract: sidebar.cpython-39.pyc... 100% Extract: squeezer.cpython-39.pyc... 100% Extract: stackviewer.cpython-39.pyc... 100% Extract: statusbar.cpython-39.pyc... 100% Extract: textview.cpython-39.pyc... 100% Extract: tooltip.cpython-39.pyc... 100% Extract: tree.cpython-39.pyc... 100% Extract: undo.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: window.cpython-39.pyc... 100% Extract: zoomheight.cpython-39.pyc... 100% Extract: zzdummy.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\idlelib\idle_test Extract: README.txt... 100% Extract: __init__.py... 100% Extract: example_noext Extract: example_stub.pyi Extract: htest.py... 100% Extract: mock_idle.py... 100% Extract: mock_tk.py... 100% Extract: template.py... 100% Extract: test_autocomplete.py... 100% Extract: test_autocomplete_w.py... 100% Extract: test_autoexpand.py... 100% Extract: test_browser.py... 100% Extract: test_calltip.py... 100% Extract: test_calltip_w.py... 100% Extract: test_codecontext.py... 100% Extract: test_colorizer.py... 100% Extract: test_config.py... 100% Extract: test_config_key.py... 100% Extract: test_configdialog.py... 100% Extract: test_debugger.py... 100% Extract: test_debugger_r.py... 100% Extract: test_debugobj.py... 100% Extract: test_debugobj_r.py... 100% Extract: test_delegator.py... 100% Extract: test_editmenu.py... 100% Extract: test_editor.py... 100% Extract: test_filelist.py... 100% Extract: test_format.py... 100% Extract: test_grep.py... 100% Extract: test_help.py... 100% Extract: test_help_about.py... 100% Extract: test_history.py... 100% Extract: test_hyperparser.py... 100% Extract: test_iomenu.py... 100% Extract: test_macosx.py... 100% Extract: test_mainmenu.py... 100% Extract: test_multicall.py... 100% Extract: test_outwin.py... 100% Extract: test_parenmatch.py... 100% Extract: test_pathbrowser.py... 100% Extract: test_percolator.py... 100% Extract: test_pyparse.py... 100% Extract: test_pyshell.py... 100% Extract: test_query.py... 100% Extract: test_redirector.py... 100% Extract: test_replace.py... 100% Extract: test_rpc.py... 100% Extract: test_run.py... 100% Extract: test_runscript.py... 100% Extract: test_scrolledlist.py... 100% Extract: test_search.py... 100% Extract: test_searchbase.py... 100% Extract: test_searchengine.py... 100% Extract: test_sidebar.py... 100% Extract: test_squeezer.py... 100% Extract: test_stackviewer.py... 100% Extract: test_statusbar.py... 100% Extract: test_text.py... 100% Extract: test_textview.py... 100% Extract: test_tooltip.py... 100% Extract: test_tree.py... 100% Extract: test_undo.py... 100% Extract: test_util.py... 100% Extract: test_warning.py... 100% Extract: test_window.py... 100% Extract: test_zoomheight.py... 100% Extract: test_zzdummy.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\idlelib\idle_test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: htest.cpython-39.pyc... 100% Extract: mock_idle.cpython-39.pyc... 100% Extract: mock_tk.cpython-39.pyc... 100% Extract: template.cpython-39.pyc... 100% Extract: test_autocomplete.cpython-39.pyc... 100% Extract: test_autocomplete_w.cpython-39.pyc... 100% Extract: test_autoexpand.cpython-39.pyc... 100% Extract: test_browser.cpython-39.pyc... 100% Extract: test_calltip.cpython-39.pyc... 100% Extract: test_calltip_w.cpython-39.pyc... 100% Extract: test_codecontext.cpython-39.pyc... 100% Extract: test_colorizer.cpython-39.pyc... 100% Extract: test_config.cpython-39.pyc... 100% Extract: test_config_key.cpython-39.pyc... 100% Extract: test_configdialog.cpython-39.pyc... 100% Extract: test_debugger.cpython-39.pyc... 100% Extract: test_debugger_r.cpython-39.pyc... 100% Extract: test_debugobj.cpython-39.pyc... 100% Extract: test_debugobj_r.cpython-39.pyc... 100% Extract: test_delegator.cpython-39.pyc... 100% Extract: test_editmenu.cpython-39.pyc... 100% Extract: test_editor.cpython-39.pyc... 100% Extract: test_filelist.cpython-39.pyc... 100% Extract: test_format.cpython-39.pyc... 100% Extract: test_grep.cpython-39.pyc... 100% Extract: test_help.cpython-39.pyc... 100% Extract: test_help_about.cpython-39.pyc... 100% Extract: test_history.cpython-39.pyc... 100% Extract: test_hyperparser.cpython-39.pyc... 100% Extract: test_iomenu.cpython-39.pyc... 100% Extract: test_macosx.cpython-39.pyc... 100% Extract: test_mainmenu.cpython-39.pyc... 100% Extract: test_multicall.cpython-39.pyc... 100% Extract: test_outwin.cpython-39.pyc... 100% Extract: test_parenmatch.cpython-39.pyc... 100% Extract: test_pathbrowser.cpython-39.pyc... 100% Extract: test_percolator.cpython-39.pyc... 100% Extract: test_pyparse.cpython-39.pyc... 100% Extract: test_pyshell.cpython-39.pyc... 100% Extract: test_query.cpython-39.pyc... 100% Extract: test_redirector.cpython-39.pyc... 100% Extract: test_replace.cpython-39.pyc... 100% Extract: test_rpc.cpython-39.pyc... 100% Extract: test_run.cpython-39.pyc... 100% Extract: test_runscript.cpython-39.pyc... 100% Extract: test_scrolledlist.cpython-39.pyc... 100% Extract: test_search.cpython-39.pyc... 100% Extract: test_searchbase.cpython-39.pyc... 100% Extract: test_searchengine.cpython-39.pyc... 100% Extract: test_sidebar.cpython-39.pyc... 100% Extract: test_squeezer.cpython-39.pyc... 100% Extract: test_stackviewer.cpython-39.pyc... 100% Extract: test_statusbar.cpython-39.pyc... 100% Extract: test_text.cpython-39.pyc... 100% Extract: test_textview.cpython-39.pyc... 100% Extract: test_tooltip.cpython-39.pyc... 100% Extract: test_tree.cpython-39.pyc... 100% Extract: test_undo.cpython-39.pyc... 100% Extract: test_util.cpython-39.pyc... 100% Extract: test_warning.cpython-39.pyc... 100% Extract: test_window.cpython-39.pyc... 100% Extract: test_zoomheight.cpython-39.pyc... 100% Extract: test_zzdummy.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\importlib Extract: __init__.py... 100% Extract: _bootstrap.py... 100% Extract: _bootstrap_external.py... 100% Extract: _common.py... 100% Extract: abc.py... 100% Extract: machinery.py... 100% Extract: metadata.py... 100% Extract: resources.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\importlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _bootstrap.cpython-39.pyc... 100% Extract: _bootstrap_external.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: abc.cpython-39.pyc... 100% Extract: machinery.cpython-39.pyc... 100% Extract: metadata.cpython-39.pyc... 100% Extract: resources.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\json Extract: __init__.py... 100% Extract: decoder.py... 100% Extract: encoder.py... 100% Extract: scanner.py... 100% Extract: tool.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\json\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: decoder.cpython-39.pyc... 100% Extract: encoder.cpython-39.pyc... 100% Extract: scanner.cpython-39.pyc... 100% Extract: tool.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3 Extract: Grammar.txt... 100% Extract: Grammar3.9.12.final.0.pickle... 100% Extract: PatternGrammar.txt... 100% Extract: PatternGrammar3.9.12.final.0.pickle... 100% Extract: __init__.py... 100% Extract: __main__.py Extract: btm_matcher.py... 100% Extract: btm_utils.py... 100% Extract: fixer_base.py... 100% Extract: fixer_util.py... 100% Extract: main.py... 100% Extract: patcomp.py... 100% Extract: pygram.py... 100% Extract: pytree.py... 100% Extract: refactor.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: btm_matcher.cpython-39.pyc... 100% Extract: btm_utils.cpython-39.pyc... 100% Extract: fixer_base.cpython-39.pyc... 100% Extract: fixer_util.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: patcomp.cpython-39.pyc... 100% Extract: pygram.cpython-39.pyc... 100% Extract: pytree.cpython-39.pyc... 100% Extract: refactor.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3\fixes Extract: __init__.py Extract: fix_apply.py... 100% Extract: fix_asserts.py... 100% Extract: fix_basestring.py... 100% Extract: fix_buffer.py... 100% Extract: fix_dict.py... 100% Extract: fix_except.py... 100% Extract: fix_exec.py... 100% Extract: fix_execfile.py... 100% Extract: fix_exitfunc.py... 100% Extract: fix_filter.py... 100% Extract: fix_funcattrs.py... 100% Extract: fix_future.py... 100% Extract: fix_getcwdu.py... 100% Extract: fix_has_key.py... 100% Extract: fix_idioms.py... 100% Extract: fix_import.py... 100% Extract: fix_imports.py... 100% Extract: fix_imports2.py... 100% Extract: fix_input.py... 100% Extract: fix_intern.py... 100% Extract: fix_isinstance.py... 100% Extract: fix_itertools.py... 100% Extract: fix_itertools_imports.py... 100% Extract: fix_long.py... 100% Extract: fix_map.py... 100% Extract: fix_metaclass.py... 100% Extract: fix_methodattrs.py... 100% Extract: fix_ne.py... 100% Extract: fix_next.py... 100% Extract: fix_nonzero.py... 100% Extract: fix_numliterals.py... 100% Extract: fix_operator.py... 100% Extract: fix_paren.py... 100% Extract: fix_print.py... 100% Extract: fix_raise.py... 100% Extract: fix_raw_input.py... 100% Extract: fix_reduce.py... 100% Extract: fix_reload.py... 100% Extract: fix_renames.py... 100% Extract: fix_repr.py... 100% Extract: fix_set_literal.py... 100% Extract: fix_standarderror.py... 100% Extract: fix_sys_exc.py... 100% Extract: fix_throw.py... 100% Extract: fix_tuple_params.py... 100% Extract: fix_types.py... 100% Extract: fix_unicode.py... 100% Extract: fix_urllib.py... 100% Extract: fix_ws_comma.py... 100% Extract: fix_xrange.py... 100% Extract: fix_xreadlines.py... 100% Extract: fix_zip.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3\fixes\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fix_apply.cpython-39.pyc... 100% Extract: fix_asserts.cpython-39.pyc... 100% Extract: fix_basestring.cpython-39.pyc... 100% Extract: fix_buffer.cpython-39.pyc... 100% Extract: fix_dict.cpython-39.pyc... 100% Extract: fix_except.cpython-39.pyc... 100% Extract: fix_exec.cpython-39.pyc... 100% Extract: fix_execfile.cpython-39.pyc... 100% Extract: fix_exitfunc.cpython-39.pyc... 100% Extract: fix_filter.cpython-39.pyc... 100% Extract: fix_funcattrs.cpython-39.pyc... 100% Extract: fix_future.cpython-39.pyc... 100% Extract: fix_getcwdu.cpython-39.pyc... 100% Extract: fix_has_key.cpython-39.pyc... 100% Extract: fix_idioms.cpython-39.pyc... 100% Extract: fix_import.cpython-39.pyc... 100% Extract: fix_imports.cpython-39.pyc... 100% Extract: fix_imports2.cpython-39.pyc... 100% Extract: fix_input.cpython-39.pyc... 100% Extract: fix_intern.cpython-39.pyc... 100% Extract: fix_isinstance.cpython-39.pyc... 100% Extract: fix_itertools.cpython-39.pyc... 100% Extract: fix_itertools_imports.cpython-39.pyc... 100% Extract: fix_long.cpython-39.pyc... 100% Extract: fix_map.cpython-39.pyc... 100% Extract: fix_metaclass.cpython-39.pyc... 100% Extract: fix_methodattrs.cpython-39.pyc... 100% Extract: fix_ne.cpython-39.pyc... 100% Extract: fix_next.cpython-39.pyc... 100% Extract: fix_nonzero.cpython-39.pyc... 100% Extract: fix_numliterals.cpython-39.pyc... 100% Extract: fix_operator.cpython-39.pyc... 100% Extract: fix_paren.cpython-39.pyc... 100% Extract: fix_print.cpython-39.pyc... 100% Extract: fix_raise.cpython-39.pyc... 100% Extract: fix_raw_input.cpython-39.pyc... 100% Extract: fix_reduce.cpython-39.pyc... 100% Extract: fix_reload.cpython-39.pyc... 100% Extract: fix_renames.cpython-39.pyc... 100% Extract: fix_repr.cpython-39.pyc... 100% Extract: fix_set_literal.cpython-39.pyc... 100% Extract: fix_standarderror.cpython-39.pyc... 100% Extract: fix_sys_exc.cpython-39.pyc... 100% Extract: fix_throw.cpython-39.pyc... 100% Extract: fix_tuple_params.cpython-39.pyc... 100% Extract: fix_types.cpython-39.pyc... 100% Extract: fix_unicode.cpython-39.pyc... 100% Extract: fix_urllib.cpython-39.pyc... 100% Extract: fix_ws_comma.cpython-39.pyc... 100% Extract: fix_xrange.cpython-39.pyc... 100% Extract: fix_xreadlines.cpython-39.pyc... 100% Extract: fix_zip.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3\pgen2 Extract: __init__.py... 100% Extract: conv.py... 100% Extract: driver.py... 100% Extract: grammar.py... 100% Extract: literals.py... 100% Extract: parse.py... 100% Extract: pgen.py... 100% Extract: token.py... 100% Extract: tokenize.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\lib2to3\pgen2\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conv.cpython-39.pyc... 100% Extract: driver.cpython-39.pyc... 100% Extract: grammar.cpython-39.pyc... 100% Extract: literals.cpython-39.pyc... 100% Extract: parse.cpython-39.pyc... 100% Extract: pgen.cpython-39.pyc... 100% Extract: token.cpython-39.pyc... 100% Extract: tokenize.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\logging Extract: __init__.py... 100% Extract: config.py... 100% Extract: handlers.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\logging\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: handlers.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\msilib Extract: __init__.py... 100% Extract: schema.py... 100% Extract: sequence.py... 100% Extract: text.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\msilib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: schema.cpython-39.pyc... 100% Extract: sequence.cpython-39.pyc... 100% Extract: text.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\multiprocessing Extract: __init__.py... 100% Extract: connection.py... 100% Extract: context.py... 100% Extract: forkserver.py... 100% Extract: heap.py... 100% Extract: managers.py... 100% Extract: pool.py... 100% Extract: popen_fork.py... 100% Extract: popen_forkserver.py... 100% Extract: popen_spawn_posix.py... 100% Extract: popen_spawn_win32.py... 100% Extract: process.py... 100% Extract: queues.py... 100% Extract: reduction.py... 100% Extract: resource_sharer.py... 100% Extract: resource_tracker.py... 100% Extract: shared_memory.py... 100% Extract: sharedctypes.py... 100% Extract: spawn.py... 100% Extract: synchronize.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\multiprocessing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Extract: context.cpython-39.pyc... 100% Extract: forkserver.cpython-39.pyc... 100% Extract: heap.cpython-39.pyc... 100% Extract: managers.cpython-39.pyc... 100% Extract: pool.cpython-39.pyc... 100% Extract: popen_fork.cpython-39.pyc... 100% Extract: popen_forkserver.cpython-39.pyc... 100% Extract: popen_spawn_posix.cpython-39.pyc... 100% Extract: popen_spawn_win32.cpython-39.pyc... 100% Extract: process.cpython-39.pyc... 100% Extract: queues.cpython-39.pyc... 100% Extract: reduction.cpython-39.pyc... 100% Extract: resource_sharer.cpython-39.pyc... 100% Extract: resource_tracker.cpython-39.pyc... 100% Extract: shared_memory.cpython-39.pyc... 100% Extract: sharedctypes.cpython-39.pyc... 100% Extract: spawn.cpython-39.pyc... 100% Extract: synchronize.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\multiprocessing\dummy Extract: __init__.py... 100% Extract: connection.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\multiprocessing\dummy\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\pydoc_data Extract: __init__.py Extract: _pydoc.css Extract: topics.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\pydoc_data\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: topics.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages Extract: README.txt Extract: _cffi_backend.cp39-win_amd64.pyd... 100% Extract: cycler.py... 100% Extract: cython.py... 100% Extract: distutils-precedence.pth... 100% Extract: matplotlib-3.5.1-py3.9-nspkg.pth... 100% Extract: munkres.py... 100% Extract: pylab.py... 100% Extract: pyreadline-2.1-py3.9.egg-info... 100% Extract: readline.py... 100% Extract: sip.pyd... 100% Extract: sip.pyi... 100% Extract: sipconfig.py... 100% Extract: sipdistutils.py... 100% Extract: sitecustomize.py... 100% Extract: six.py... 100% Extract: socks.py... 100% Extract: sockshandler.py... 100% Extract: win_inet_pton.py... 100% Extract: wincertstore-0.2-py3.9.egg-info... 100% Extract: wincertstore.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython Extract: CodeWriter.py... 100% Extract: Coverage.py... 100% Extract: Debugging.py... 100% Extract: Shadow.py... 100% Extract: StringIOTree.py... 100% Extract: TestUtils.py... 100% Extract: Utils.py... 100% Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Build Extract: BuildExecutable.py... 100% Extract: Cythonize.py... 100% Extract: Dependencies.py... 100% Extract: Distutils.py Extract: Inline.py... 100% Extract: IpythonMagic.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Build\Tests Extract: TestCyCache.py... 100% Extract: TestInline.py... 100% Extract: TestIpythonMagic.py... 100% Extract: TestStripLiterals.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Build\Tests\__pycache__ Extract: TestCyCache.cpython-39.pyc... 100% Extract: TestInline.cpython-39.pyc... 100% Extract: TestIpythonMagic.cpython-39.pyc... 100% Extract: TestStripLiterals.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Build\__pycache__ Extract: BuildExecutable.cpython-39.pyc... 100% Extract: Cythonize.cpython-39.pyc... 100% Extract: Dependencies.cpython-39.pyc... 100% Extract: Distutils.cpython-39.pyc... 100% Extract: Inline.cpython-39.pyc... 100% Extract: IpythonMagic.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Compiler Extract: AnalysedTreeTransforms.py... 100% Extract: Annotate.py... 100% Extract: AutoDocTransforms.py... 100% Extract: Buffer.py... 100% Extract: Builtin.py... 100% Extract: CmdLine.py... 100% Extract: Code.pxd... 100% Extract: Code.py... 100% Extract: CodeGeneration.py... 100% Extract: CythonScope.py... 100% Extract: DebugFlags.py... 100% Extract: Errors.py... 100% Extract: ExprNodes.py... 100% Extract: FlowControl.cp39-win_amd64.pyd... 100% Extract: FlowControl.pxd... 100% Extract: FlowControl.py... 100% Extract: FusedNode.cp39-win_amd64.pyd... 100% Extract: FusedNode.py... 100% Extract: Future.py... 100% Extract: Interpreter.py... 100% Extract: Lexicon.py... 100% Extract: Main.py... 100% Extract: MemoryView.py... 100% Extract: ModuleNode.py... 100% Extract: Naming.py... 100% Extract: Nodes.py... 100% Extract: Optimize.py... 100% Extract: Options.py... 100% Extract: ParseTreeTransforms.pxd... 100% Extract: ParseTreeTransforms.py... 100% Extract: Parsing.pxd... 100% Extract: Parsing.py... 100% Extract: Pipeline.py... 100% Extract: PyrexTypes.py... 100% Extract: Pythran.py... 100% Extract: Scanning.cp39-win_amd64.pyd... 100% Extract: Scanning.pxd... 100% Extract: Scanning.py... 100% Extract: StringEncoding.py... 100% Extract: Symtab.py... 100% Extract: TreeFragment.py... 100% Extract: TreePath.py... 100% Extract: TypeInference.py... 100% Extract: TypeSlots.py... 100% Extract: UtilNodes.py... 100% Extract: UtilityCode.py... 100% Extract: Version.py... 100% Extract: Visitor.cp39-win_amd64.pyd... 100% Extract: Visitor.pxd... 100% Extract: Visitor.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Compiler\Tests Extract: TestBuffer.py... 100% Extract: TestCmdLine.py... 100% Extract: TestFlowControl.py... 100% Extract: TestGrammar.py... 100% Extract: TestMemView.py... 100% Extract: TestParseTreeTransforms.py... 100% Extract: TestSignatureMatching.py... 100% Extract: TestStringEncoding.py... 100% Extract: TestTreeFragment.py... 100% Extract: TestTreePath.py... 100% Extract: TestTypes.py... 100% Extract: TestUtilityLoad.py... 100% Extract: TestVisitor.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Compiler\Tests\__pycache__ Extract: TestBuffer.cpython-39.pyc... 100% Extract: TestCmdLine.cpython-39.pyc... 100% Extract: TestFlowControl.cpython-39.pyc... 100% Extract: TestGrammar.cpython-39.pyc... 100% Extract: TestMemView.cpython-39.pyc... 100% Extract: TestParseTreeTransforms.cpython-39.pyc... 100% Extract: TestSignatureMatching.cpython-39.pyc... 100% Extract: TestStringEncoding.cpython-39.pyc... 100% Extract: TestTreeFragment.cpython-39.pyc... 100% Extract: TestTreePath.cpython-39.pyc... 100% Extract: TestTypes.cpython-39.pyc... 100% Extract: TestUtilityLoad.cpython-39.pyc... 100% Extract: TestVisitor.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Compiler\__pycache__ Extract: AnalysedTreeTransforms.cpython-39.pyc... 100% Extract: Annotate.cpython-39.pyc... 100% Extract: AutoDocTransforms.cpython-39.pyc... 100% Extract: Buffer.cpython-39.pyc... 100% Extract: Builtin.cpython-39.pyc... 100% Extract: CmdLine.cpython-39.pyc... 100% Extract: Code.cpython-39.pyc... 100% Extract: CodeGeneration.cpython-39.pyc... 100% Extract: CythonScope.cpython-39.pyc... 100% Extract: DebugFlags.cpython-39.pyc... 100% Extract: Errors.cpython-39.pyc... 100% Extract: ExprNodes.cpython-39.pyc... 100% Extract: FlowControl.cpython-39.pyc... 100% Extract: FusedNode.cpython-39.pyc... 100% Extract: Future.cpython-39.pyc... 100% Extract: Interpreter.cpython-39.pyc... 100% Extract: Lexicon.cpython-39.pyc... 100% Extract: Main.cpython-39.pyc... 100% Extract: MemoryView.cpython-39.pyc... 100% Extract: ModuleNode.cpython-39.pyc... 100% Extract: Naming.cpython-39.pyc... 100% Extract: Nodes.cpython-39.pyc... 100% Extract: Optimize.cpython-39.pyc... 100% Extract: Options.cpython-39.pyc... 100% Extract: ParseTreeTransforms.cpython-39.pyc... 100% Extract: Parsing.cpython-39.pyc... 100% Extract: Pipeline.cpython-39.pyc... 100% Extract: PyrexTypes.cpython-39.pyc... 100% Extract: Pythran.cpython-39.pyc... 100% Extract: Scanning.cpython-39.pyc... 100% Extract: StringEncoding.cpython-39.pyc... 100% Extract: Symtab.cpython-39.pyc... 100% Extract: TreeFragment.cpython-39.pyc... 100% Extract: TreePath.cpython-39.pyc... 100% Extract: TypeInference.cpython-39.pyc... 100% Extract: TypeSlots.cpython-39.pyc... 100% Extract: UtilNodes.cpython-39.pyc... 100% Extract: UtilityCode.cpython-39.pyc... 100% Extract: Version.cpython-39.pyc... 100% Extract: Visitor.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Debugger Extract: Cygdb.py... 100% Extract: DebugWriter.py... 100% Extract: __init__.py Extract: libcython.py... 100% Extract: libpython.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Debugger\Tests Extract: TestLibCython.py... 100% Extract: __init__.py Extract: cfuncs.c Extract: codefile... 100% Extract: test_libcython_in_gdb.py... 100% Extract: test_libpython_in_gdb.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Debugger\Tests\__pycache__ Extract: TestLibCython.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: test_libcython_in_gdb.cpython-39.pyc... 100% Extract: test_libpython_in_gdb.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Debugger\__pycache__ Extract: Cygdb.cpython-39.pyc... 100% Extract: DebugWriter.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: libcython.cpython-39.pyc... 100% Extract: libpython.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Distutils Extract: __init__.py... 100% Extract: build_ext.py... 100% Extract: extension.py... 100% Extract: old_build_ext.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Distutils\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: build_ext.cpython-39.pyc... 100% Extract: extension.cpython-39.pyc... 100% Extract: old_build_ext.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes Extract: openmp.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\Deprecated Extract: python.pxd Extract: python_bool.pxd Extract: python_buffer.pxd Extract: python_bytes.pxd Extract: python_cobject.pxd Extract: python_complex.pxd Extract: python_dict.pxd Extract: python_exc.pxd Extract: python_float.pxd Extract: python_function.pxd Extract: python_getargs.pxd Extract: python_instance.pxd Extract: python_int.pxd Extract: python_iterator.pxd Extract: python_list.pxd Extract: python_long.pxd Extract: python_mapping.pxd Extract: python_mem.pxd Extract: python_method.pxd Extract: python_module.pxd Extract: python_number.pxd Extract: python_object.pxd Extract: python_oldbuffer.pxd Extract: python_pycapsule.pxd Extract: python_ref.pxd Extract: python_sequence.pxd Extract: python_set.pxd Extract: python_string.pxd Extract: python_tuple.pxd Extract: python_type.pxd Extract: python_unicode.pxd Extract: python_version.pxd Extract: python_weakref.pxd Extract: stdio.pxd Extract: stdlib.pxd Extract: stl.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\cpython Extract: __init__.pxd... 100% Extract: array.pxd... 100% Extract: bool.pxd... 100% Extract: buffer.pxd... 100% Extract: bytearray.pxd... 100% Extract: bytes.pxd... 100% Extract: cellobject.pxd... 100% Extract: ceval.pxd... 100% Extract: cobject.pxd... 100% Extract: codecs.pxd... 100% Extract: complex.pxd... 100% Extract: conversion.pxd... 100% Extract: datetime.pxd... 100% Extract: dict.pxd... 100% Extract: exc.pxd... 100% Extract: float.pxd... 100% Extract: function.pxd... 100% Extract: genobject.pxd... 100% Extract: getargs.pxd... 100% Extract: instance.pxd... 100% Extract: int.pxd... 100% Extract: iterator.pxd... 100% Extract: iterobject.pxd... 100% Extract: list.pxd... 100% Extract: long.pxd... 100% Extract: longintrepr.pxd... 100% Extract: mapping.pxd... 100% Extract: mem.pxd... 100% Extract: memoryview.pxd... 100% Extract: method.pxd... 100% Extract: module.pxd... 100% Extract: number.pxd... 100% Extract: object.pxd... 100% Extract: oldbuffer.pxd... 100% Extract: pycapsule.pxd... 100% Extract: pylifecycle.pxd... 100% Extract: pystate.pxd... 100% Extract: pythread.pxd... 100% Extract: ref.pxd... 100% Extract: sequence.pxd... 100% Extract: set.pxd... 100% Extract: slice.pxd... 100% Extract: string.pxd... 100% Extract: tuple.pxd... 100% Extract: type.pxd... 100% Extract: unicode.pxd... 100% Extract: version.pxd... 100% Extract: weakref.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\libc Extract: __init__.pxd Extract: errno.pxd... 100% Extract: float.pxd... 100% Extract: limits.pxd... 100% Extract: locale.pxd... 100% Extract: math.pxd... 100% Extract: setjmp.pxd... 100% Extract: signal.pxd... 100% Extract: stddef.pxd... 100% Extract: stdint.pxd... 100% Extract: stdio.pxd... 100% Extract: stdlib.pxd... 100% Extract: string.pxd... 100% Extract: time.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\libcpp Extract: __init__.pxd... 100% Extract: algorithm.pxd... 100% Extract: cast.pxd... 100% Extract: complex.pxd... 100% Extract: deque.pxd... 100% Extract: forward_list.pxd... 100% Extract: functional.pxd... 100% Extract: iterator.pxd... 100% Extract: limits.pxd... 100% Extract: list.pxd... 100% Extract: map.pxd... 100% Extract: memory.pxd... 100% Extract: pair.pxd Extract: queue.pxd... 100% Extract: set.pxd... 100% Extract: stack.pxd... 100% Extract: string.pxd... 100% Extract: typeindex.pxd... 100% Extract: typeinfo.pxd... 100% Extract: unordered_map.pxd... 100% Extract: unordered_set.pxd... 100% Extract: utility.pxd... 100% Extract: vector.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\numpy Extract: __init__.pxd... 100% Extract: math.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Includes\posix Extract: __init__.pxd Extract: dlfcn.pxd... 100% Extract: fcntl.pxd... 100% Extract: ioctl.pxd Extract: mman.pxd... 100% Extract: resource.pxd... 100% Extract: select.pxd... 100% Extract: signal.pxd... 100% Extract: stat.pxd... 100% Extract: stdio.pxd... 100% Extract: stdlib.pxd... 100% Extract: strings.pxd... 100% Extract: time.pxd... 100% Extract: types.pxd... 100% Extract: unistd.pxd... 100% Extract: wait.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Plex Extract: Actions.cp39-win_amd64.pyd... 100% Extract: Actions.pxd... 100% Extract: Actions.py... 100% Extract: DFA.py... 100% Extract: Errors.py... 100% Extract: Lexicons.py... 100% Extract: Machines.py... 100% Extract: Regexps.py... 100% Extract: Scanners.cp39-win_amd64.pyd... 100% Extract: Scanners.pxd... 100% Extract: Scanners.py... 100% Extract: Timing.py... 100% Extract: Traditional.py... 100% Extract: Transitions.py... 100% Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Plex\__pycache__ Extract: Actions.cpython-39.pyc... 100% Extract: DFA.cpython-39.pyc... 100% Extract: Errors.cpython-39.pyc... 100% Extract: Lexicons.cpython-39.pyc... 100% Extract: Machines.cpython-39.pyc... 100% Extract: Regexps.cpython-39.pyc... 100% Extract: Scanners.cpython-39.pyc... 100% Extract: Timing.cpython-39.pyc... 100% Extract: Traditional.cpython-39.pyc... 100% Extract: Transitions.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Runtime Extract: __init__.py Extract: refnanny.cp39-win_amd64.pyd... 100% Extract: refnanny.pyx... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Runtime\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Tempita Extract: __init__.py... 100% Extract: _looper.py... 100% Extract: _tempita.cp39-win_amd64.pyd... 100% Extract: _tempita.py... 100% Extract: compat3.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Tempita\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _looper.cpython-39.pyc... 100% Extract: _tempita.cpython-39.pyc... 100% Extract: compat3.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Tests Extract: TestCodeWriter.py... 100% Extract: TestCythonUtils.py... 100% Extract: TestJediTyper.py... 100% Extract: TestStringIOTree.py... 100% Extract: __init__.py Extract: xmlrunner.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Tests\__pycache__ Extract: TestCodeWriter.cpython-39.pyc... 100% Extract: TestCythonUtils.cpython-39.pyc... 100% Extract: TestJediTyper.cpython-39.pyc... 100% Extract: TestStringIOTree.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: xmlrunner.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Utility Extract: AsyncGen.c... 100% Extract: Buffer.c... 100% Extract: Builtins.c... 100% Extract: CConvert.pyx... 100% Extract: CMath.c... 100% Extract: Capsule.c... 100% Extract: CommonStructures.c... 100% Extract: Complex.c... 100% Extract: Coroutine.c... 100% Extract: CpdefEnums.pyx... 100% Extract: CppConvert.pyx... 100% Extract: CppSupport.cpp... 100% Extract: CythonFunction.c... 100% Extract: Embed.c... 100% Extract: Exceptions.c... 100% Extract: ExtensionTypes.c... 100% Extract: FunctionArguments.c... 100% Extract: ImportExport.c... 100% Extract: MemoryView.pyx... 100% Extract: MemoryView_C.c... 100% Extract: ModuleSetupCode.c... 100% Extract: ObjectHandling.c... 100% Extract: Optimize.c... 100% Extract: Overflow.c... 100% Extract: Printing.c... 100% Extract: Profile.c... 100% Extract: StringTools.c... 100% Extract: TestCyUtilityLoader.pyx... 100% Extract: TestCythonScope.pyx... 100% Extract: TestUtilityLoader.c... 100% Extract: TypeConversion.c... 100% Extract: __init__.py... 100% Extract: arrayarray.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\Utility\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython\__pycache__ Extract: CodeWriter.cpython-39.pyc... 100% Extract: Coverage.cpython-39.pyc... 100% Extract: Debugging.cpython-39.pyc... 100% Extract: Shadow.cpython-39.pyc... 100% Extract: StringIOTree.cpython-39.pyc... 100% Extract: TestUtils.cpython-39.pyc... 100% Extract: Utils.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Cython-0.29.28.dist-info Extract: COPYING.txt... 100% Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL Extract: __init__.py... 100% Extract: _bytes.py... 100% Extract: _configflags.py... 100% Extract: _null.py Extract: _opaque.py... 100% Extract: acceleratesupport.py... 100% Extract: constant.py... 100% Extract: constants.py... 100% Extract: contextdata.py... 100% Extract: converters.py... 100% Extract: error.py... 100% Extract: extensions.py... 100% Extract: images.py... 100% Extract: latebind.py... 100% Extract: lazywrapper.py... 100% Extract: logs.py... 100% Extract: plugins.py... 100% Extract: version.py Extract: wrapper.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\AGL Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\AGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ANDROID Extract: __init__.py Extract: blob_cache.py... 100% Extract: framebuffer_target.py... 100% Extract: image_native_buffer.py... 100% Extract: native_fence_sync.py... 100% Extract: recordable.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ANDROID\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blob_cache.cpython-39.pyc... 100% Extract: framebuffer_target.cpython-39.pyc... 100% Extract: image_native_buffer.cpython-39.pyc... 100% Extract: native_fence_sync.cpython-39.pyc... 100% Extract: recordable.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ANGLE Extract: __init__.py Extract: d3d_share_handle_client_buffer.py... 100% Extract: query_surface_pointer.py... 100% Extract: surface_d3d_texture_2d_share_handle.py... 100% Extract: window_fixed_size.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: d3d_share_handle_client_buffer.cpython-39.pyc... 100% Extract: query_surface_pointer.cpython-39.pyc... 100% Extract: surface_d3d_texture_2d_share_handle.cpython-39.pyc... 100% Extract: window_fixed_size.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ARM Extract: __init__.py Extract: pixmap_multisample_discard.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pixmap_multisample_discard.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\EXT Extract: __init__.py Extract: buffer_age.py... 100% Extract: client_extensions.py... 100% Extract: create_context_robustness.py... 100% Extract: device_base.py... 100% Extract: device_drm.py... 100% Extract: device_openwf.py... 100% Extract: image_dma_buf_import.py... 100% Extract: multiview_window.py... 100% Extract: output_base.py... 100% Extract: output_drm.py... 100% Extract: output_openwf.py... 100% Extract: platform_base.py... 100% Extract: platform_device.py... 100% Extract: platform_wayland.py... 100% Extract: platform_x11.py... 100% Extract: protected_surface.py... 100% Extract: stream_consumer_egloutput.py... 100% Extract: swap_buffers_with_damage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_age.cpython-39.pyc... 100% Extract: client_extensions.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: device_base.cpython-39.pyc... 100% Extract: device_drm.cpython-39.pyc... 100% Extract: device_openwf.cpython-39.pyc... 100% Extract: image_dma_buf_import.cpython-39.pyc... 100% Extract: multiview_window.cpython-39.pyc... 100% Extract: output_base.cpython-39.pyc... 100% Extract: output_drm.cpython-39.pyc... 100% Extract: output_openwf.cpython-39.pyc... 100% Extract: platform_base.cpython-39.pyc... 100% Extract: platform_device.cpython-39.pyc... 100% Extract: platform_wayland.cpython-39.pyc... 100% Extract: platform_x11.cpython-39.pyc... 100% Extract: protected_surface.cpython-39.pyc... 100% Extract: stream_consumer_egloutput.cpython-39.pyc... 100% Extract: swap_buffers_with_damage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\HI Extract: __init__.py Extract: clientpixmap.py... 100% Extract: colorformats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\HI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: clientpixmap.cpython-39.pyc... 100% Extract: colorformats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\IMG Extract: __init__.py Extract: context_priority.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context_priority.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\KHR Extract: __init__.py Extract: cl_event.py... 100% Extract: cl_event2.py... 100% Extract: client_get_all_proc_addresses.py... 100% Extract: config_attribs.py... 100% Extract: create_context.py... 100% Extract: fence_sync.py... 100% Extract: get_all_proc_addresses.py... 100% Extract: gl_colorspace.py... 100% Extract: gl_renderbuffer_image.py... 100% Extract: gl_texture_2D_image.py... 100% Extract: gl_texture_3D_image.py... 100% Extract: gl_texture_cubemap_image.py... 100% Extract: image.py... 100% Extract: image_base.py... 100% Extract: image_pixmap.py... 100% Extract: lock_surface.py... 100% Extract: lock_surface2.py... 100% Extract: lock_surface3.py... 100% Extract: partial_update.py... 100% Extract: platform_android.py... 100% Extract: platform_gbm.py... 100% Extract: platform_wayland.py... 100% Extract: platform_x11.py... 100% Extract: reusable_sync.py... 100% Extract: stream.py... 100% Extract: stream_consumer_gltexture.py... 100% Extract: stream_cross_process_fd.py... 100% Extract: stream_fifo.py... 100% Extract: stream_producer_aldatalocator.py... 100% Extract: stream_producer_eglsurface.py... 100% Extract: surfaceless_context.py... 100% Extract: swap_buffers_with_damage.py... 100% Extract: vg_parent_image.py... 100% Extract: wait_sync.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cl_event.cpython-39.pyc... 100% Extract: cl_event2.cpython-39.pyc... 100% Extract: client_get_all_proc_addresses.cpython-39.pyc... 100% Extract: config_attribs.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: fence_sync.cpython-39.pyc... 100% Extract: get_all_proc_addresses.cpython-39.pyc... 100% Extract: gl_colorspace.cpython-39.pyc... 100% Extract: gl_renderbuffer_image.cpython-39.pyc... 100% Extract: gl_texture_2D_image.cpython-39.pyc... 100% Extract: gl_texture_3D_image.cpython-39.pyc... 100% Extract: gl_texture_cubemap_image.cpython-39.pyc... 100% Extract: image.cpython-39.pyc... 100% Extract: image_base.cpython-39.pyc... 100% Extract: image_pixmap.cpython-39.pyc... 100% Extract: lock_surface.cpython-39.pyc... 100% Extract: lock_surface2.cpython-39.pyc... 100% Extract: lock_surface3.cpython-39.pyc... 100% Extract: partial_update.cpython-39.pyc... 100% Extract: platform_android.cpython-39.pyc... 100% Extract: platform_gbm.cpython-39.pyc... 100% Extract: platform_wayland.cpython-39.pyc... 100% Extract: platform_x11.cpython-39.pyc... 100% Extract: reusable_sync.cpython-39.pyc... 100% Extract: stream.cpython-39.pyc... 100% Extract: stream_consumer_gltexture.cpython-39.pyc... 100% Extract: stream_cross_process_fd.cpython-39.pyc... 100% Extract: stream_fifo.cpython-39.pyc... 100% Extract: stream_producer_aldatalocator.cpython-39.pyc... 100% Extract: stream_producer_eglsurface.cpython-39.pyc... 100% Extract: surfaceless_context.cpython-39.pyc... 100% Extract: swap_buffers_with_damage.cpython-39.pyc... 100% Extract: vg_parent_image.cpython-39.pyc... 100% Extract: wait_sync.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\MESA Extract: __init__.py Extract: drm_image.py... 100% Extract: platform_gbm.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: drm_image.cpython-39.pyc... 100% Extract: platform_gbm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\NOK Extract: __init__.py Extract: swap_region.py... 100% Extract: swap_region2.py... 100% Extract: texture_from_pixmap.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\NOK\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_region.cpython-39.pyc... 100% Extract: swap_region2.cpython-39.pyc... 100% Extract: texture_from_pixmap.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\NV Extract: EGL_3dvision_surface.py... 100% Extract: __init__.py Extract: coverage_sample.py... 100% Extract: coverage_sample_resolve.py... 100% Extract: cuda_event.py... 100% Extract: depth_nonlinear.py... 100% Extract: device_cuda.py... 100% Extract: native_query.py... 100% Extract: post_convert_rounding.py... 100% Extract: post_sub_buffer.py... 100% Extract: stream_sync.py... 100% Extract: sync.py... 100% Extract: system_time.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\NV\__pycache__ Extract: EGL_3dvision_surface.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: coverage_sample.cpython-39.pyc... 100% Extract: coverage_sample_resolve.cpython-39.pyc... 100% Extract: cuda_event.cpython-39.pyc... 100% Extract: depth_nonlinear.cpython-39.pyc... 100% Extract: device_cuda.cpython-39.pyc... 100% Extract: native_query.cpython-39.pyc... 100% Extract: post_convert_rounding.cpython-39.pyc... 100% Extract: post_sub_buffer.cpython-39.pyc... 100% Extract: stream_sync.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: system_time.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\TIZEN Extract: __init__.py Extract: image_native_buffer.py... 100% Extract: image_native_surface.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\TIZEN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: image_native_buffer.cpython-39.pyc... 100% Extract: image_native_surface.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\VERSION Extract: EGL_1_0.py... 100% Extract: EGL_1_1.py... 100% Extract: EGL_1_2.py... 100% Extract: EGL_1_3.py... 100% Extract: EGL_1_4.py... 100% Extract: EGL_1_5.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\VERSION\__pycache__ Extract: EGL_1_0.cpython-39.pyc... 100% Extract: EGL_1_1.cpython-39.pyc... 100% Extract: EGL_1_2.cpython-39.pyc... 100% Extract: EGL_1_3.cpython-39.pyc... 100% Extract: EGL_1_4.cpython-39.pyc... 100% Extract: EGL_1_5.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\EGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL Extract: __init__.py... 100% Extract: exceptional.py... 100% Extract: feedback.py... 100% Extract: framebufferobjects.py... 100% Extract: glget.py... 100% Extract: images.py... 100% Extract: pointers.py... 100% Extract: selection.py... 100% Extract: shaders.py... 100% Extract: vboimplementation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\AMD Extract: __init__.py Extract: blend_minmax_factor.py... 100% Extract: conservative_depth.py... 100% Extract: debug_output.py... 100% Extract: depth_clamp_separate.py... 100% Extract: draw_buffers_blend.py... 100% Extract: gcn_shader.py... 100% Extract: gpu_shader_int64.py... 100% Extract: interleaved_elements.py... 100% Extract: multi_draw_indirect.py... 100% Extract: name_gen_delete.py... 100% Extract: occlusion_query_event.py... 100% Extract: performance_monitor.py... 100% Extract: pinned_memory.py... 100% Extract: query_buffer_object.py... 100% Extract: sample_positions.py... 100% Extract: seamless_cubemap_per_texture.py... 100% Extract: shader_atomic_counter_ops.py... 100% Extract: shader_stencil_export.py... 100% Extract: shader_trinary_minmax.py... 100% Extract: sparse_texture.py... 100% Extract: stencil_operation_extended.py... 100% Extract: texture_texture4.py... 100% Extract: transform_feedback3_lines_triangles.py... 100% Extract: transform_feedback4.py... 100% Extract: vertex_shader_layer.py... 100% Extract: vertex_shader_tessellator.py... 100% Extract: vertex_shader_viewport_index.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_minmax_factor.cpython-39.pyc... 100% Extract: conservative_depth.cpython-39.pyc... 100% Extract: debug_output.cpython-39.pyc... 100% Extract: depth_clamp_separate.cpython-39.pyc... 100% Extract: draw_buffers_blend.cpython-39.pyc... 100% Extract: gcn_shader.cpython-39.pyc... 100% Extract: gpu_shader_int64.cpython-39.pyc... 100% Extract: interleaved_elements.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: name_gen_delete.cpython-39.pyc... 100% Extract: occlusion_query_event.cpython-39.pyc... 100% Extract: performance_monitor.cpython-39.pyc... 100% Extract: pinned_memory.cpython-39.pyc... 100% Extract: query_buffer_object.cpython-39.pyc... 100% Extract: sample_positions.cpython-39.pyc... 100% Extract: seamless_cubemap_per_texture.cpython-39.pyc... 100% Extract: shader_atomic_counter_ops.cpython-39.pyc... 100% Extract: shader_stencil_export.cpython-39.pyc... 100% Extract: shader_trinary_minmax.cpython-39.pyc... 100% Extract: sparse_texture.cpython-39.pyc... 100% Extract: stencil_operation_extended.cpython-39.pyc... 100% Extract: texture_texture4.cpython-39.pyc... 100% Extract: transform_feedback3_lines_triangles.cpython-39.pyc... 100% Extract: transform_feedback4.cpython-39.pyc... 100% Extract: vertex_shader_layer.cpython-39.pyc... 100% Extract: vertex_shader_tessellator.cpython-39.pyc... 100% Extract: vertex_shader_viewport_index.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ANGLE Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\APPLE Extract: __init__.py Extract: aux_depth_stencil.py... 100% Extract: client_storage.py... 100% Extract: element_array.py... 100% Extract: fence.py... 100% Extract: float_pixels.py... 100% Extract: flush_buffer_range.py... 100% Extract: object_purgeable.py... 100% Extract: rgb_422.py... 100% Extract: row_bytes.py... 100% Extract: specular_vector.py... 100% Extract: texture_range.py... 100% Extract: transform_hint.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_array_range.py... 100% Extract: vertex_program_evaluators.py... 100% Extract: ycbcr_422.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: aux_depth_stencil.cpython-39.pyc... 100% Extract: client_storage.cpython-39.pyc... 100% Extract: element_array.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: float_pixels.cpython-39.pyc... 100% Extract: flush_buffer_range.cpython-39.pyc... 100% Extract: object_purgeable.cpython-39.pyc... 100% Extract: rgb_422.cpython-39.pyc... 100% Extract: row_bytes.cpython-39.pyc... 100% Extract: specular_vector.cpython-39.pyc... 100% Extract: texture_range.cpython-39.pyc... 100% Extract: transform_hint.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: vertex_program_evaluators.cpython-39.pyc... 100% Extract: ycbcr_422.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ARB Extract: ES2_compatibility.py... 100% Extract: ES3_1_compatibility.py... 100% Extract: ES3_compatibility.py... 100% Extract: __init__.py Extract: arrays_of_arrays.py... 100% Extract: base_instance.py... 100% Extract: bindless_texture.py... 100% Extract: blend_func_extended.py... 100% Extract: buffer_storage.py... 100% Extract: cl_event.py... 100% Extract: clear_buffer_object.py... 100% Extract: clear_texture.py... 100% Extract: clip_control.py... 100% Extract: color_buffer_float.py... 100% Extract: compatibility.py... 100% Extract: compressed_texture_pixel_storage.py... 100% Extract: compute_shader.py... 100% Extract: compute_variable_group_size.py... 100% Extract: conditional_render_inverted.py... 100% Extract: conservative_depth.py... 100% Extract: copy_buffer.py... 100% Extract: copy_image.py... 100% Extract: cull_distance.py... 100% Extract: debug_output.py... 100% Extract: depth_buffer_float.py... 100% Extract: depth_clamp.py... 100% Extract: depth_texture.py... 100% Extract: derivative_control.py... 100% Extract: direct_state_access.py... 100% Extract: draw_buffers.py... 100% Extract: draw_buffers_blend.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: draw_indirect.py... 100% Extract: draw_instanced.py... 100% Extract: enhanced_layouts.py... 100% Extract: explicit_attrib_location.py... 100% Extract: explicit_uniform_location.py... 100% Extract: fragment_coord_conventions.py... 100% Extract: fragment_layer_viewport.py... 100% Extract: fragment_program.py... 100% Extract: fragment_program_shadow.py... 100% Extract: fragment_shader.py... 100% Extract: framebuffer_no_attachments.py... 100% Extract: framebuffer_object.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: geometry_shader4.py... 100% Extract: get_program_binary.py... 100% Extract: get_texture_sub_image.py... 100% Extract: gpu_shader5.py... 100% Extract: gpu_shader_fp64.py... 100% Extract: half_float_pixel.py... 100% Extract: half_float_vertex.py... 100% Extract: imaging.py... 100% Extract: indirect_parameters.py... 100% Extract: instanced_arrays.py... 100% Extract: internalformat_query.py... 100% Extract: internalformat_query2.py... 100% Extract: invalidate_subdata.py... 100% Extract: map_buffer_alignment.py... 100% Extract: map_buffer_range.py... 100% Extract: matrix_palette.py... 100% Extract: multi_bind.py... 100% Extract: multi_draw_indirect.py... 100% Extract: multisample.py... 100% Extract: multitexture.py... 100% Extract: occlusion_query.py... 100% Extract: occlusion_query2.py... 100% Extract: pipeline_statistics_query.py... 100% Extract: pixel_buffer_object.py... 100% Extract: point_parameters.py... 100% Extract: point_sprite.py... 100% Extract: program_interface_query.py... 100% Extract: provoking_vertex.py... 100% Extract: query_buffer_object.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: robustness_isolation.py... 100% Extract: sample_shading.py... 100% Extract: sampler_objects.py... 100% Extract: seamless_cube_map.py... 100% Extract: seamless_cubemap_per_texture.py... 100% Extract: separate_shader_objects.py... 100% Extract: shader_atomic_counters.py... 100% Extract: shader_bit_encoding.py... 100% Extract: shader_draw_parameters.py... 100% Extract: shader_group_vote.py... 100% Extract: shader_image_load_store.py... 100% Extract: shader_image_size.py... 100% Extract: shader_objects.py... 100% Extract: shader_precision.py... 100% Extract: shader_stencil_export.py... 100% Extract: shader_storage_buffer_object.py... 100% Extract: shader_subroutine.py... 100% Extract: shader_texture_image_samples.py... 100% Extract: shader_texture_lod.py... 100% Extract: shading_language_100.py... 100% Extract: shading_language_420pack.py... 100% Extract: shading_language_include.py... 100% Extract: shading_language_packing.py... 100% Extract: shadow.py... 100% Extract: shadow_ambient.py... 100% Extract: sparse_buffer.py... 100% Extract: sparse_texture.py... 100% Extract: stencil_texturing.py... 100% Extract: sync.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_barrier.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer_object.py... 100% Extract: texture_buffer_object_rgb32.py... 100% Extract: texture_buffer_range.py... 100% Extract: texture_compression.py... 100% Extract: texture_compression_bptc.py... 100% Extract: texture_compression_rgtc.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_env_add.py... 100% Extract: texture_env_combine.py... 100% Extract: texture_env_crossbar.py... 100% Extract: texture_env_dot3.py... 100% Extract: texture_float.py... 100% Extract: texture_gather.py... 100% Extract: texture_mirror_clamp_to_edge.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: texture_multisample.py... 100% Extract: texture_non_power_of_two.py... 100% Extract: texture_query_levels.py... 100% Extract: texture_query_lod.py... 100% Extract: texture_rectangle.py... 100% Extract: texture_rg.py... 100% Extract: texture_rgb10_a2ui.py... 100% Extract: texture_stencil8.py... 100% Extract: texture_storage.py... 100% Extract: texture_storage_multisample.py... 100% Extract: texture_swizzle.py... 100% Extract: texture_view.py... 100% Extract: timer_query.py... 100% Extract: transform_feedback2.py... 100% Extract: transform_feedback3.py... 100% Extract: transform_feedback_instanced.py... 100% Extract: transform_feedback_overflow_query.py... 100% Extract: transpose_matrix.py... 100% Extract: uniform_buffer_object.py... 100% Extract: vboimplementation.py... 100% Extract: vertex_array_bgra.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_attrib_64bit.py... 100% Extract: vertex_attrib_binding.py... 100% Extract: vertex_blend.py... 100% Extract: vertex_buffer_object.py... 100% Extract: vertex_program.py... 100% Extract: vertex_shader.py... 100% Extract: vertex_type_10f_11f_11f_rev.py... 100% Extract: vertex_type_2_10_10_10_rev.py... 100% Extract: viewport_array.py... 100% Extract: window_pos.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ARB\__pycache__ Extract: ES2_compatibility.cpython-39.pyc... 100% Extract: ES3_1_compatibility.cpython-39.pyc... 100% Extract: ES3_compatibility.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: arrays_of_arrays.cpython-39.pyc... 100% Extract: base_instance.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_func_extended.cpython-39.pyc... 100% Extract: buffer_storage.cpython-39.pyc... 100% Extract: cl_event.cpython-39.pyc... 100% Extract: clear_buffer_object.cpython-39.pyc... 100% Extract: clear_texture.cpython-39.pyc... 100% Extract: clip_control.cpython-39.pyc... 100% Extract: color_buffer_float.cpython-39.pyc... 100% Extract: compatibility.cpython-39.pyc... 100% Extract: compressed_texture_pixel_storage.cpython-39.pyc... 100% Extract: compute_shader.cpython-39.pyc... 100% Extract: compute_variable_group_size.cpython-39.pyc... 100% Extract: conditional_render_inverted.cpython-39.pyc... 100% Extract: conservative_depth.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: cull_distance.cpython-39.pyc... 100% Extract: debug_output.cpython-39.pyc... 100% Extract: depth_buffer_float.cpython-39.pyc... 100% Extract: depth_clamp.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: derivative_control.cpython-39.pyc... 100% Extract: direct_state_access.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_buffers_blend.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: draw_indirect.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: enhanced_layouts.cpython-39.pyc... 100% Extract: explicit_attrib_location.cpython-39.pyc... 100% Extract: explicit_uniform_location.cpython-39.pyc... 100% Extract: fragment_coord_conventions.cpython-39.pyc... 100% Extract: fragment_layer_viewport.cpython-39.pyc... 100% Extract: fragment_program.cpython-39.pyc... 100% Extract: fragment_program_shadow.cpython-39.pyc... 100% Extract: fragment_shader.cpython-39.pyc... 100% Extract: framebuffer_no_attachments.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: get_program_binary.cpython-39.pyc... 100% Extract: get_texture_sub_image.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: gpu_shader_fp64.cpython-39.pyc... 100% Extract: half_float_pixel.cpython-39.pyc... 100% Extract: half_float_vertex.cpython-39.pyc... 100% Extract: imaging.cpython-39.pyc... 100% Extract: indirect_parameters.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: internalformat_query.cpython-39.pyc... 100% Extract: internalformat_query2.cpython-39.pyc... 100% Extract: invalidate_subdata.cpython-39.pyc... 100% Extract: map_buffer_alignment.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: matrix_palette.cpython-39.pyc... 100% Extract: multi_bind.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: multitexture.cpython-39.pyc... 100% Extract: occlusion_query.cpython-39.pyc... 100% Extract: occlusion_query2.cpython-39.pyc... 100% Extract: pipeline_statistics_query.cpython-39.pyc... 100% Extract: pixel_buffer_object.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: program_interface_query.cpython-39.pyc... 100% Extract: provoking_vertex.cpython-39.pyc... 100% Extract: query_buffer_object.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: robustness_isolation.cpython-39.pyc... 100% Extract: sample_shading.cpython-39.pyc... 100% Extract: sampler_objects.cpython-39.pyc... 100% Extract: seamless_cube_map.cpython-39.pyc... 100% Extract: seamless_cubemap_per_texture.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: shader_atomic_counters.cpython-39.pyc... 100% Extract: shader_bit_encoding.cpython-39.pyc... 100% Extract: shader_draw_parameters.cpython-39.pyc... 100% Extract: shader_group_vote.cpython-39.pyc... 100% Extract: shader_image_load_store.cpython-39.pyc... 100% Extract: shader_image_size.cpython-39.pyc... 100% Extract: shader_objects.cpython-39.pyc... 100% Extract: shader_precision.cpython-39.pyc... 100% Extract: shader_stencil_export.cpython-39.pyc... 100% Extract: shader_storage_buffer_object.cpython-39.pyc... 100% Extract: shader_subroutine.cpython-39.pyc... 100% Extract: shader_texture_image_samples.cpython-39.pyc... 100% Extract: shader_texture_lod.cpython-39.pyc... 100% Extract: shading_language_100.cpython-39.pyc... 100% Extract: shading_language_420pack.cpython-39.pyc... 100% Extract: shading_language_include.cpython-39.pyc... 100% Extract: shading_language_packing.cpython-39.pyc... 100% Extract: shadow.cpython-39.pyc... 100% Extract: shadow_ambient.cpython-39.pyc... 100% Extract: sparse_buffer.cpython-39.pyc... 100% Extract: sparse_texture.cpython-39.pyc... 100% Extract: stencil_texturing.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_barrier.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer_object.cpython-39.pyc... 100% Extract: texture_buffer_object_rgb32.cpython-39.pyc... 100% Extract: texture_buffer_range.cpython-39.pyc... 100% Extract: texture_compression.cpython-39.pyc... 100% Extract: texture_compression_bptc.cpython-39.pyc... 100% Extract: texture_compression_rgtc.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_env_add.cpython-39.pyc... 100% Extract: texture_env_combine.cpython-39.pyc... 100% Extract: texture_env_crossbar.cpython-39.pyc... 100% Extract: texture_env_dot3.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_gather.cpython-39.pyc... 100% Extract: texture_mirror_clamp_to_edge.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: texture_multisample.cpython-39.pyc... 100% Extract: texture_non_power_of_two.cpython-39.pyc... 100% Extract: texture_query_levels.cpython-39.pyc... 100% Extract: texture_query_lod.cpython-39.pyc... 100% Extract: texture_rectangle.cpython-39.pyc... 100% Extract: texture_rg.cpython-39.pyc... 100% Extract: texture_rgb10_a2ui.cpython-39.pyc... 100% Extract: texture_stencil8.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Extract: texture_storage_multisample.cpython-39.pyc... 100% Extract: texture_swizzle.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: timer_query.cpython-39.pyc... 100% Extract: transform_feedback2.cpython-39.pyc... 100% Extract: transform_feedback3.cpython-39.pyc... 100% Extract: transform_feedback_instanced.cpython-39.pyc... 100% Extract: transform_feedback_overflow_query.cpython-39.pyc... 100% Extract: transpose_matrix.cpython-39.pyc... 100% Extract: uniform_buffer_object.cpython-39.pyc... 100% Extract: vboimplementation.cpython-39.pyc... 100% Extract: vertex_array_bgra.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_attrib_64bit.cpython-39.pyc... 100% Extract: vertex_attrib_binding.cpython-39.pyc... 100% Extract: vertex_blend.cpython-39.pyc... 100% Extract: vertex_buffer_object.cpython-39.pyc... 100% Extract: vertex_program.cpython-39.pyc... 100% Extract: vertex_shader.cpython-39.pyc... 100% Extract: vertex_type_10f_11f_11f_rev.cpython-39.pyc... 100% Extract: vertex_type_2_10_10_10_rev.cpython-39.pyc... 100% Extract: viewport_array.cpython-39.pyc... 100% Extract: window_pos.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ARM Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ATI Extract: __init__.py Extract: draw_buffers.py... 100% Extract: element_array.py... 100% Extract: envmap_bumpmap.py... 100% Extract: fragment_shader.py... 100% Extract: map_object_buffer.py... 100% Extract: meminfo.py... 100% Extract: pixel_format_float.py... 100% Extract: pn_triangles.py... 100% Extract: separate_stencil.py... 100% Extract: text_fragment_shader.py... 100% Extract: texture_env_combine3.py... 100% Extract: texture_float.py... 100% Extract: texture_mirror_once.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_attrib_array_object.py... 100% Extract: vertex_streams.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\ATI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: element_array.cpython-39.pyc... 100% Extract: envmap_bumpmap.cpython-39.pyc... 100% Extract: fragment_shader.cpython-39.pyc... 100% Extract: map_object_buffer.cpython-39.pyc... 100% Extract: meminfo.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Extract: pn_triangles.cpython-39.pyc... 100% Extract: separate_stencil.cpython-39.pyc... 100% Extract: text_fragment_shader.cpython-39.pyc... 100% Extract: texture_env_combine3.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_mirror_once.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_attrib_array_object.cpython-39.pyc... 100% Extract: vertex_streams.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\DFX Extract: __init__.py Extract: multisample.py... 100% Extract: tbuffer.py... 100% Extract: texture_compression_FXT1.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: tbuffer.cpython-39.pyc... 100% Extract: texture_compression_FXT1.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\DMP Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\DMP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\EXT Extract: GL_422_pixels.py... 100% Extract: __init__.py Extract: abgr.py... 100% Extract: bgra.py... 100% Extract: bindable_uniform.py... 100% Extract: blend_color.py... 100% Extract: blend_equation_separate.py... 100% Extract: blend_func_separate.py... 100% Extract: blend_logic_op.py... 100% Extract: blend_minmax.py... 100% Extract: blend_subtract.py... 100% Extract: clip_volume_hint.py... 100% Extract: cmyka.py... 100% Extract: color_subtable.py... 100% Extract: compiled_vertex_array.py... 100% Extract: convolution.py... 100% Extract: coordinate_frame.py... 100% Extract: copy_texture.py... 100% Extract: cull_vertex.py... 100% Extract: debug_label.py... 100% Extract: debug_marker.py... 100% Extract: depth_bounds_test.py... 100% Extract: direct_state_access.py... 100% Extract: draw_buffers2.py... 100% Extract: draw_instanced.py... 100% Extract: draw_range_elements.py... 100% Extract: fog_coord.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: framebuffer_multisample_blit_scaled.py... 100% Extract: framebuffer_object.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: geometry_shader4.py... 100% Extract: gpu_program_parameters.py... 100% Extract: gpu_shader4.py... 100% Extract: histogram.py... 100% Extract: index_array_formats.py... 100% Extract: index_func.py... 100% Extract: index_material.py... 100% Extract: index_texture.py... 100% Extract: light_texture.py... 100% Extract: misc_attribute.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multisample.py... 100% Extract: packed_depth_stencil.py... 100% Extract: packed_float.py... 100% Extract: packed_pixels.py... 100% Extract: paletted_texture.py... 100% Extract: pixel_buffer_object.py... 100% Extract: pixel_transform.py... 100% Extract: pixel_transform_color_table.py... 100% Extract: point_parameters.py... 100% Extract: polygon_offset.py... 100% Extract: polygon_offset_clamp.py... 100% Extract: post_depth_coverage.py... 100% Extract: provoking_vertex.py... 100% Extract: raster_multisample.py... 100% Extract: rescale_normal.py... 100% Extract: secondary_color.py... 100% Extract: separate_shader_objects.py... 100% Extract: separate_specular_color.py... 100% Extract: shader_image_load_formatted.py... 100% Extract: shader_image_load_store.py... 100% Extract: shader_integer_mix.py... 100% Extract: shadow_funcs.py... 100% Extract: shared_texture_palette.py... 100% Extract: sparse_texture2.py... 100% Extract: stencil_clear_tag.py... 100% Extract: stencil_two_side.py... 100% Extract: stencil_wrap.py... 100% Extract: subtexture.py... 100% Extract: texture.py... 100% Extract: texture3D.py... 100% Extract: texture_array.py... 100% Extract: texture_buffer_object.py... 100% Extract: texture_compression_latc.py... 100% Extract: texture_compression_rgtc.py... 100% Extract: texture_compression_s3tc.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_env_add.py... 100% Extract: texture_env_combine.py... 100% Extract: texture_env_dot3.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_filter_minmax.py... 100% Extract: texture_integer.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_mirror_clamp.py... 100% Extract: texture_object.py... 100% Extract: texture_perturb_normal.py... 100% Extract: texture_sRGB.py... 100% Extract: texture_sRGB_decode.py... 100% Extract: texture_shared_exponent.py... 100% Extract: texture_snorm.py... 100% Extract: texture_swizzle.py... 100% Extract: timer_query.py... 100% Extract: transform_feedback.py... 100% Extract: vertex_array.py... 100% Extract: vertex_array_bgra.py... 100% Extract: vertex_attrib_64bit.py... 100% Extract: vertex_shader.py... 100% Extract: vertex_weighting.py... 100% Extract: x11_sync_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\EXT\__pycache__ Extract: GL_422_pixels.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: abgr.cpython-39.pyc... 100% Extract: bgra.cpython-39.pyc... 100% Extract: bindable_uniform.cpython-39.pyc... 100% Extract: blend_color.cpython-39.pyc... 100% Extract: blend_equation_separate.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: blend_logic_op.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: blend_subtract.cpython-39.pyc... 100% Extract: clip_volume_hint.cpython-39.pyc... 100% Extract: cmyka.cpython-39.pyc... 100% Extract: color_subtable.cpython-39.pyc... 100% Extract: compiled_vertex_array.cpython-39.pyc... 100% Extract: convolution.cpython-39.pyc... 100% Extract: coordinate_frame.cpython-39.pyc... 100% Extract: copy_texture.cpython-39.pyc... 100% Extract: cull_vertex.cpython-39.pyc... 100% Extract: debug_label.cpython-39.pyc... 100% Extract: debug_marker.cpython-39.pyc... 100% Extract: depth_bounds_test.cpython-39.pyc... 100% Extract: direct_state_access.cpython-39.pyc... 100% Extract: draw_buffers2.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: draw_range_elements.cpython-39.pyc... 100% Extract: fog_coord.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: framebuffer_multisample_blit_scaled.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: gpu_program_parameters.cpython-39.pyc... 100% Extract: gpu_shader4.cpython-39.pyc... 100% Extract: histogram.cpython-39.pyc... 100% Extract: index_array_formats.cpython-39.pyc... 100% Extract: index_func.cpython-39.pyc... 100% Extract: index_material.cpython-39.pyc... 100% Extract: index_texture.cpython-39.pyc... 100% Extract: light_texture.cpython-39.pyc... 100% Extract: misc_attribute.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: packed_float.cpython-39.pyc... 100% Extract: packed_pixels.cpython-39.pyc... 100% Extract: paletted_texture.cpython-39.pyc... 100% Extract: pixel_buffer_object.cpython-39.pyc... 100% Extract: pixel_transform.cpython-39.pyc... 100% Extract: pixel_transform_color_table.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: polygon_offset.cpython-39.pyc... 100% Extract: polygon_offset_clamp.cpython-39.pyc... 100% Extract: post_depth_coverage.cpython-39.pyc... 100% Extract: provoking_vertex.cpython-39.pyc... 100% Extract: raster_multisample.cpython-39.pyc... 100% Extract: rescale_normal.cpython-39.pyc... 100% Extract: secondary_color.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: separate_specular_color.cpython-39.pyc... 100% Extract: shader_image_load_formatted.cpython-39.pyc... 100% Extract: shader_image_load_store.cpython-39.pyc... 100% Extract: shader_integer_mix.cpython-39.pyc... 100% Extract: shadow_funcs.cpython-39.pyc... 100% Extract: shared_texture_palette.cpython-39.pyc... 100% Extract: sparse_texture2.cpython-39.pyc... 100% Extract: stencil_clear_tag.cpython-39.pyc... 100% Extract: stencil_two_side.cpython-39.pyc... 100% Extract: stencil_wrap.cpython-39.pyc... 100% Extract: subtexture.cpython-39.pyc... 100% Extract: texture.cpython-39.pyc... 100% Extract: texture3D.cpython-39.pyc... 100% Extract: texture_array.cpython-39.pyc... 100% Extract: texture_buffer_object.cpython-39.pyc... 100% Extract: texture_compression_latc.cpython-39.pyc... 100% Extract: texture_compression_rgtc.cpython-39.pyc... 100% Extract: texture_compression_s3tc.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_env_add.cpython-39.pyc... 100% Extract: texture_env_combine.cpython-39.pyc... 100% Extract: texture_env_dot3.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_filter_minmax.cpython-39.pyc... 100% Extract: texture_integer.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_mirror_clamp.cpython-39.pyc... 100% Extract: texture_object.cpython-39.pyc... 100% Extract: texture_perturb_normal.cpython-39.pyc... 100% Extract: texture_sRGB.cpython-39.pyc... 100% Extract: texture_sRGB_decode.cpython-39.pyc... 100% Extract: texture_shared_exponent.cpython-39.pyc... 100% Extract: texture_snorm.cpython-39.pyc... 100% Extract: texture_swizzle.cpython-39.pyc... 100% Extract: timer_query.cpython-39.pyc... 100% Extract: transform_feedback.cpython-39.pyc... 100% Extract: vertex_array.cpython-39.pyc... 100% Extract: vertex_array_bgra.cpython-39.pyc... 100% Extract: vertex_attrib_64bit.cpython-39.pyc... 100% Extract: vertex_shader.cpython-39.pyc... 100% Extract: vertex_weighting.cpython-39.pyc... 100% Extract: x11_sync_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\FJ Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\FJ\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\GREMEDY Extract: __init__.py Extract: frame_terminator.py... 100% Extract: string_marker.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\GREMEDY\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: frame_terminator.cpython-39.pyc... 100% Extract: string_marker.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\HP Extract: __init__.py Extract: convolution_border_modes.py... 100% Extract: image_transform.py... 100% Extract: occlusion_test.py... 100% Extract: texture_lighting.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\HP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: convolution_border_modes.cpython-39.pyc... 100% Extract: image_transform.cpython-39.pyc... 100% Extract: occlusion_test.cpython-39.pyc... 100% Extract: texture_lighting.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\IBM Extract: __init__.py Extract: cull_vertex.py... 100% Extract: multimode_draw_arrays.py... 100% Extract: rasterpos_clip.py... 100% Extract: static_data.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: vertex_array_lists.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\IBM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cull_vertex.cpython-39.pyc... 100% Extract: multimode_draw_arrays.cpython-39.pyc... 100% Extract: rasterpos_clip.cpython-39.pyc... 100% Extract: static_data.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: vertex_array_lists.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\IMG Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\INGR Extract: __init__.py Extract: blend_func_separate.py... 100% Extract: color_clamp.py... 100% Extract: interlace_read.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\INGR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: color_clamp.cpython-39.pyc... 100% Extract: interlace_read.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\INTEL Extract: __init__.py Extract: fragment_shader_ordering.py... 100% Extract: map_texture.py... 100% Extract: parallel_arrays.py... 100% Extract: performance_query.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fragment_shader_ordering.cpython-39.pyc... 100% Extract: map_texture.cpython-39.pyc... 100% Extract: parallel_arrays.cpython-39.pyc... 100% Extract: performance_query.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\KHR Extract: __init__.py Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: context_flush_control.py... 100% Extract: debug.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: texture_compression_astc_hdr.py... 100% Extract: texture_compression_astc_ldr.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: texture_compression_astc_hdr.cpython-39.pyc... 100% Extract: texture_compression_astc_ldr.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\MESA Extract: __init__.py Extract: pack_invert.py... 100% Extract: resize_buffers.py... 100% Extract: window_pos.py... 100% Extract: ycbcr_texture.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pack_invert.cpython-39.pyc... 100% Extract: resize_buffers.cpython-39.pyc... 100% Extract: window_pos.cpython-39.pyc... 100% Extract: ycbcr_texture.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\MESAX Extract: __init__.py Extract: texture_stack.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\MESAX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: texture_stack.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\NV Extract: __init__.py Extract: bindless_multi_draw_indirect.py... 100% Extract: bindless_multi_draw_indirect_count.py... 100% Extract: bindless_texture.py... 100% Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: blend_square.py... 100% Extract: compute_program5.py... 100% Extract: conditional_render.py... 100% Extract: conservative_raster.py... 100% Extract: copy_depth_to_color.py... 100% Extract: copy_image.py... 100% Extract: deep_texture3D.py... 100% Extract: depth_buffer_float.py... 100% Extract: depth_clamp.py... 100% Extract: draw_texture.py... 100% Extract: evaluators.py... 100% Extract: explicit_multisample.py... 100% Extract: fence.py... 100% Extract: fill_rectangle.py... 100% Extract: float_buffer.py... 100% Extract: fog_distance.py... 100% Extract: fragment_coverage_to_color.py... 100% Extract: fragment_program.py... 100% Extract: fragment_program2.py... 100% Extract: fragment_program4.py... 100% Extract: fragment_program_option.py... 100% Extract: fragment_shader_interlock.py... 100% Extract: framebuffer_mixed_samples.py... 100% Extract: framebuffer_multisample_coverage.py... 100% Extract: geometry_program4.py... 100% Extract: geometry_shader4.py... 100% Extract: geometry_shader_passthrough.py... 100% Extract: gpu_program4.py... 100% Extract: gpu_program5.py... 100% Extract: gpu_program5_mem_extended.py... 100% Extract: gpu_shader5.py... 100% Extract: half_float.py... 100% Extract: internalformat_sample_query.py... 100% Extract: light_max_exponent.py... 100% Extract: multisample_coverage.py... 100% Extract: multisample_filter_hint.py... 100% Extract: occlusion_query.py... 100% Extract: packed_depth_stencil.py... 100% Extract: parameter_buffer_object.py... 100% Extract: parameter_buffer_object2.py... 100% Extract: path_rendering.py... 100% Extract: path_rendering_shared_edge.py... 100% Extract: pixel_data_range.py... 100% Extract: point_sprite.py... 100% Extract: present_video.py... 100% Extract: primitive_restart.py... 100% Extract: register_combiners.py... 100% Extract: register_combiners2.py... 100% Extract: sample_locations.py... 100% Extract: sample_mask_override_coverage.py... 100% Extract: shader_atomic_counters.py... 100% Extract: shader_atomic_float.py... 100% Extract: shader_atomic_fp16_vector.py... 100% Extract: shader_atomic_int64.py... 100% Extract: shader_buffer_load.py... 100% Extract: shader_buffer_store.py... 100% Extract: shader_storage_buffer_object.py... 100% Extract: shader_thread_group.py... 100% Extract: shader_thread_shuffle.py... 100% Extract: tessellation_program5.py... 100% Extract: texgen_emboss.py... 100% Extract: texgen_reflection.py... 100% Extract: texture_barrier.py... 100% Extract: texture_compression_vtc.py... 100% Extract: texture_env_combine4.py... 100% Extract: texture_expand_normal.py... 100% Extract: texture_multisample.py... 100% Extract: texture_rectangle.py... 100% Extract: texture_shader.py... 100% Extract: texture_shader2.py... 100% Extract: texture_shader3.py... 100% Extract: transform_feedback.py... 100% Extract: transform_feedback2.py... 100% Extract: uniform_buffer_unified_memory.py... 100% Extract: vdpau_interop.py... 100% Extract: vertex_array_range.py... 100% Extract: vertex_array_range2.py... 100% Extract: vertex_attrib_integer_64bit.py... 100% Extract: vertex_buffer_unified_memory.py... 100% Extract: vertex_program.py... 100% Extract: vertex_program1_1.py... 100% Extract: vertex_program2.py... 100% Extract: vertex_program2_option.py... 100% Extract: vertex_program3.py... 100% Extract: vertex_program4.py... 100% Extract: video_capture.py... 100% Extract: viewport_array2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindless_multi_draw_indirect.cpython-39.pyc... 100% Extract: bindless_multi_draw_indirect_count.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: blend_square.cpython-39.pyc... 100% Extract: compute_program5.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: conservative_raster.cpython-39.pyc... 100% Extract: copy_depth_to_color.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: deep_texture3D.cpython-39.pyc... 100% Extract: depth_buffer_float.cpython-39.pyc... 100% Extract: depth_clamp.cpython-39.pyc... 100% Extract: draw_texture.cpython-39.pyc... 100% Extract: evaluators.cpython-39.pyc... 100% Extract: explicit_multisample.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: fill_rectangle.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: fog_distance.cpython-39.pyc... 100% Extract: fragment_coverage_to_color.cpython-39.pyc... 100% Extract: fragment_program.cpython-39.pyc... 100% Extract: fragment_program2.cpython-39.pyc... 100% Extract: fragment_program4.cpython-39.pyc... 100% Extract: fragment_program_option.cpython-39.pyc... 100% Extract: fragment_shader_interlock.cpython-39.pyc... 100% Extract: framebuffer_mixed_samples.cpython-39.pyc... 100% Extract: framebuffer_multisample_coverage.cpython-39.pyc... 100% Extract: geometry_program4.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: geometry_shader_passthrough.cpython-39.pyc... 100% Extract: gpu_program4.cpython-39.pyc... 100% Extract: gpu_program5.cpython-39.pyc... 100% Extract: gpu_program5_mem_extended.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: half_float.cpython-39.pyc... 100% Extract: internalformat_sample_query.cpython-39.pyc... 100% Extract: light_max_exponent.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: multisample_filter_hint.cpython-39.pyc... 100% Extract: occlusion_query.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: parameter_buffer_object.cpython-39.pyc... 100% Extract: parameter_buffer_object2.cpython-39.pyc... 100% Extract: path_rendering.cpython-39.pyc... 100% Extract: path_rendering_shared_edge.cpython-39.pyc... 100% Extract: pixel_data_range.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: primitive_restart.cpython-39.pyc... 100% Extract: register_combiners.cpython-39.pyc... 100% Extract: register_combiners2.cpython-39.pyc... 100% Extract: sample_locations.cpython-39.pyc... 100% Extract: sample_mask_override_coverage.cpython-39.pyc... 100% Extract: shader_atomic_counters.cpython-39.pyc... 100% Extract: shader_atomic_float.cpython-39.pyc... 100% Extract: shader_atomic_fp16_vector.cpython-39.pyc... 100% Extract: shader_atomic_int64.cpython-39.pyc... 100% Extract: shader_buffer_load.cpython-39.pyc... 100% Extract: shader_buffer_store.cpython-39.pyc... 100% Extract: shader_storage_buffer_object.cpython-39.pyc... 100% Extract: shader_thread_group.cpython-39.pyc... 100% Extract: shader_thread_shuffle.cpython-39.pyc... 100% Extract: tessellation_program5.cpython-39.pyc... 100% Extract: texgen_emboss.cpython-39.pyc... 100% Extract: texgen_reflection.cpython-39.pyc... 100% Extract: texture_barrier.cpython-39.pyc... 100% Extract: texture_compression_vtc.cpython-39.pyc... 100% Extract: texture_env_combine4.cpython-39.pyc... 100% Extract: texture_expand_normal.cpython-39.pyc... 100% Extract: texture_multisample.cpython-39.pyc... 100% Extract: texture_rectangle.cpython-39.pyc... 100% Extract: texture_shader.cpython-39.pyc... 100% Extract: texture_shader2.cpython-39.pyc... 100% Extract: texture_shader3.cpython-39.pyc... 100% Extract: transform_feedback.cpython-39.pyc... 100% Extract: transform_feedback2.cpython-39.pyc... 100% Extract: uniform_buffer_unified_memory.cpython-39.pyc... 100% Extract: vdpau_interop.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: vertex_array_range2.cpython-39.pyc... 100% Extract: vertex_attrib_integer_64bit.cpython-39.pyc... 100% Extract: vertex_buffer_unified_memory.cpython-39.pyc... 100% Extract: vertex_program.cpython-39.pyc... 100% Extract: vertex_program1_1.cpython-39.pyc... 100% Extract: vertex_program2.cpython-39.pyc... 100% Extract: vertex_program2_option.cpython-39.pyc... 100% Extract: vertex_program3.cpython-39.pyc... 100% Extract: vertex_program4.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: viewport_array2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\NVX Extract: __init__.py Extract: conditional_render.py... 100% Extract: gpu_memory_info.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\NVX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: gpu_memory_info.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\OES Extract: __init__.py Extract: byte_coordinates.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: fixed_point.py... 100% Extract: query_matrix.py... 100% Extract: read_format.py... 100% Extract: single_precision.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\OES\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: byte_coordinates.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: fixed_point.cpython-39.pyc... 100% Extract: query_matrix.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: single_precision.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\OML Extract: __init__.py Extract: interlace.py... 100% Extract: resample.py... 100% Extract: subsample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: interlace.cpython-39.pyc... 100% Extract: resample.cpython-39.pyc... 100% Extract: subsample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\PGI Extract: __init__.py Extract: misc_hints.py... 100% Extract: vertex_hints.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\PGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: misc_hints.cpython-39.pyc... 100% Extract: vertex_hints.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\QCOM Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\REND Extract: __init__.py Extract: screen_coordinates.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\REND\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: screen_coordinates.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\S3 Extract: __init__.py Extract: s3tc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\S3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: s3tc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGI Extract: __init__.py Extract: color_matrix.py... 100% Extract: color_table.py... 100% Extract: texture_color_table.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: color_matrix.cpython-39.pyc... 100% Extract: color_table.cpython-39.pyc... 100% Extract: texture_color_table.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGIS Extract: __init__.py Extract: detail_texture.py... 100% Extract: fog_function.py... 100% Extract: generate_mipmap.py... 100% Extract: multisample.py... 100% Extract: pixel_texture.py... 100% Extract: point_line_texgen.py... 100% Extract: point_parameters.py... 100% Extract: sharpen_texture.py... 100% Extract: texture4D.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_color_mask.py... 100% Extract: texture_edge_clamp.py... 100% Extract: texture_filter4.py... 100% Extract: texture_lod.py... 100% Extract: texture_select.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGIS\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: detail_texture.cpython-39.pyc... 100% Extract: fog_function.cpython-39.pyc... 100% Extract: generate_mipmap.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pixel_texture.cpython-39.pyc... 100% Extract: point_line_texgen.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: sharpen_texture.cpython-39.pyc... 100% Extract: texture4D.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_color_mask.cpython-39.pyc... 100% Extract: texture_edge_clamp.cpython-39.pyc... 100% Extract: texture_filter4.cpython-39.pyc... 100% Extract: texture_lod.cpython-39.pyc... 100% Extract: texture_select.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGIX Extract: __init__.py Extract: async.py... 100% Extract: async_histogram.py... 100% Extract: async_pixel.py... 100% Extract: blend_alpha_minmax.py... 100% Extract: calligraphic_fragment.py... 100% Extract: clipmap.py... 100% Extract: convolution_accuracy.py... 100% Extract: depth_pass_instrument.py... 100% Extract: depth_texture.py... 100% Extract: flush_raster.py... 100% Extract: fog_offset.py... 100% Extract: fragment_lighting.py... 100% Extract: framezoom.py... 100% Extract: igloo_interface.py... 100% Extract: instruments.py... 100% Extract: interlace.py... 100% Extract: ir_instrument1.py... 100% Extract: list_priority.py... 100% Extract: pixel_texture.py... 100% Extract: pixel_tiles.py... 100% Extract: polynomial_ffd.py... 100% Extract: reference_plane.py... 100% Extract: resample.py... 100% Extract: scalebias_hint.py... 100% Extract: shadow.py... 100% Extract: shadow_ambient.py... 100% Extract: sprite.py... 100% Extract: subsample.py... 100% Extract: tag_sample_buffer.py... 100% Extract: texture_add_env.py... 100% Extract: texture_coordinate_clamp.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_multi_buffer.py... 100% Extract: texture_scale_bias.py... 100% Extract: vertex_preclip.py... 100% Extract: ycrcb.py... 100% Extract: ycrcb_subsample.py... 100% Extract: ycrcba.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SGIX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: async_histogram.cpython-39.pyc... 100% Extract: async_pixel.cpython-39.pyc... 100% Extract: blend_alpha_minmax.cpython-39.pyc... 100% Extract: calligraphic_fragment.cpython-39.pyc... 100% Extract: clipmap.cpython-39.pyc... 100% Extract: convolution_accuracy.cpython-39.pyc... 100% Extract: depth_pass_instrument.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: flush_raster.cpython-39.pyc... 100% Extract: fog_offset.cpython-39.pyc... 100% Extract: fragment_lighting.cpython-39.pyc... 100% Extract: framezoom.cpython-39.pyc... 100% Extract: igloo_interface.cpython-39.pyc... 100% Extract: instruments.cpython-39.pyc... 100% Extract: interlace.cpython-39.pyc... 100% Extract: ir_instrument1.cpython-39.pyc... 100% Extract: list_priority.cpython-39.pyc... 100% Extract: pixel_texture.cpython-39.pyc... 100% Extract: pixel_tiles.cpython-39.pyc... 100% Extract: polynomial_ffd.cpython-39.pyc... 100% Extract: reference_plane.cpython-39.pyc... 100% Extract: resample.cpython-39.pyc... 100% Extract: scalebias_hint.cpython-39.pyc... 100% Extract: shadow.cpython-39.pyc... 100% Extract: shadow_ambient.cpython-39.pyc... 100% Extract: sprite.cpython-39.pyc... 100% Extract: subsample.cpython-39.pyc... 100% Extract: tag_sample_buffer.cpython-39.pyc... 100% Extract: texture_add_env.cpython-39.pyc... 100% Extract: texture_coordinate_clamp.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_multi_buffer.cpython-39.pyc... 100% Extract: texture_scale_bias.cpython-39.pyc... 100% Extract: vertex_preclip.cpython-39.pyc... 100% Extract: ycrcb.cpython-39.pyc... 100% Extract: ycrcb_subsample.cpython-39.pyc... 100% Extract: ycrcba.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SUN Extract: __init__.py Extract: convolution_border_modes.py... 100% Extract: global_alpha.py... 100% Extract: mesh_array.py... 100% Extract: slice_accum.py... 100% Extract: triangle_list.py... 100% Extract: vertex.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SUN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: convolution_border_modes.cpython-39.pyc... 100% Extract: global_alpha.cpython-39.pyc... 100% Extract: mesh_array.cpython-39.pyc... 100% Extract: slice_accum.cpython-39.pyc... 100% Extract: triangle_list.cpython-39.pyc... 100% Extract: vertex.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SUNX Extract: __init__.py Extract: constant_data.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\SUNX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: constant_data.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\VERSION Extract: GL_1_0.py... 100% Extract: GL_1_1.py... 100% Extract: GL_1_2.py... 100% Extract: GL_1_2_images.py... 100% Extract: GL_1_3.py... 100% Extract: GL_1_4.py... 100% Extract: GL_1_5.py... 100% Extract: GL_2_0.py... 100% Extract: GL_2_1.py... 100% Extract: GL_3_0.py... 100% Extract: GL_3_1.py... 100% Extract: GL_3_2.py... 100% Extract: GL_3_3.py... 100% Extract: GL_4_0.py... 100% Extract: GL_4_1.py... 100% Extract: GL_4_2.py... 100% Extract: GL_4_3.py... 100% Extract: GL_4_4.py... 100% Extract: GL_4_5.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\VERSION\__pycache__ Extract: GL_1_0.cpython-39.pyc... 100% Extract: GL_1_1.cpython-39.pyc... 100% Extract: GL_1_2.cpython-39.pyc... 100% Extract: GL_1_2_images.cpython-39.pyc... 100% Extract: GL_1_3.cpython-39.pyc... 100% Extract: GL_1_4.cpython-39.pyc... 100% Extract: GL_1_5.cpython-39.pyc... 100% Extract: GL_2_0.cpython-39.pyc... 100% Extract: GL_2_1.cpython-39.pyc... 100% Extract: GL_3_0.cpython-39.pyc... 100% Extract: GL_3_1.cpython-39.pyc... 100% Extract: GL_3_2.cpython-39.pyc... 100% Extract: GL_3_3.cpython-39.pyc... 100% Extract: GL_4_0.cpython-39.pyc... 100% Extract: GL_4_1.cpython-39.pyc... 100% Extract: GL_4_2.cpython-39.pyc... 100% Extract: GL_4_3.cpython-39.pyc... 100% Extract: GL_4_4.cpython-39.pyc... 100% Extract: GL_4_5.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\VIV Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\VIV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\WIN Extract: __init__.py Extract: phong_shading.py... 100% Extract: specular_fog.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\WIN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: phong_shading.cpython-39.pyc... 100% Extract: specular_fog.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: exceptional.cpython-39.pyc... 100% Extract: feedback.cpython-39.pyc... 100% Extract: framebufferobjects.cpython-39.pyc... 100% Extract: glget.cpython-39.pyc... 100% Extract: images.cpython-39.pyc... 100% Extract: pointers.cpython-39.pyc... 100% Extract: selection.cpython-39.pyc... 100% Extract: shaders.cpython-39.pyc... 100% Extract: vboimplementation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLE Extract: __init__.py... 100% Extract: exceptional.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: exceptional.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1 Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\AMD Extract: __init__.py Extract: compressed_3DC_texture.py... 100% Extract: compressed_ATC_texture.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compressed_3DC_texture.cpython-39.pyc... 100% Extract: compressed_ATC_texture.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\APPLE Extract: __init__.py Extract: copy_texture_levels.py... 100% Extract: framebuffer_multisample.py... 100% Extract: sync.py... 100% Extract: texture_2D_limited_npot.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_max_level.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: copy_texture_levels.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: texture_2D_limited_npot.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_max_level.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\ARM Extract: __init__.py Extract: rgba8.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: rgba8.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\EXT Extract: __init__.py Extract: blend_minmax.py... 100% Extract: discard_framebuffer.py... 100% Extract: map_buffer_range.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multisampled_render_to_texture.py... 100% Extract: read_format_bgra.py... 100% Extract: robustness.py... 100% Extract: sRGB.py... 100% Extract: texture_compression_dxt1.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_storage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: discard_framebuffer.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: read_format_bgra.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: sRGB.cpython-39.pyc... 100% Extract: texture_compression_dxt1.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\IMG Extract: __init__.py Extract: multisampled_render_to_texture.py... 100% Extract: read_format.py... 100% Extract: texture_compression_pvrtc.py... 100% Extract: texture_env_enhanced_fixed_function.py... 100% Extract: user_clip_plane.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: texture_compression_pvrtc.cpython-39.pyc... 100% Extract: texture_env_enhanced_fixed_function.cpython-39.pyc... 100% Extract: user_clip_plane.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\NV Extract: __init__.py Extract: fence.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\OES Extract: EGL_image.py... 100% Extract: EGL_image_external.py... 100% Extract: __init__.py Extract: blend_equation_separate.py... 100% Extract: blend_func_separate.py... 100% Extract: blend_subtract.py... 100% Extract: byte_coordinates.py... 100% Extract: compressed_ETC1_RGB8_sub_texture.py... 100% Extract: compressed_ETC1_RGB8_texture.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: depth24.py... 100% Extract: depth32.py... 100% Extract: draw_texture.py... 100% Extract: element_index_uint.py... 100% Extract: extended_matrix_palette.py... 100% Extract: fbo_render_mipmap.py... 100% Extract: fixed_point.py... 100% Extract: framebuffer_object.py... 100% Extract: mapbuffer.py... 100% Extract: matrix_get.py... 100% Extract: matrix_palette.py... 100% Extract: packed_depth_stencil.py... 100% Extract: point_size_array.py... 100% Extract: point_sprite.py... 100% Extract: query_matrix.py... 100% Extract: read_format.py... 100% Extract: required_internalformat.py... 100% Extract: rgb8_rgba8.py... 100% Extract: single_precision.py... 100% Extract: stencil1.py... 100% Extract: stencil4.py... 100% Extract: stencil8.py... 100% Extract: stencil_wrap.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_env_crossbar.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: vertex_array_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\OES\__pycache__ Extract: EGL_image.cpython-39.pyc... 100% Extract: EGL_image_external.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_separate.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: blend_subtract.cpython-39.pyc... 100% Extract: byte_coordinates.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_sub_texture.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_texture.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: depth24.cpython-39.pyc... 100% Extract: depth32.cpython-39.pyc... 100% Extract: draw_texture.cpython-39.pyc... 100% Extract: element_index_uint.cpython-39.pyc... 100% Extract: extended_matrix_palette.cpython-39.pyc... 100% Extract: fbo_render_mipmap.cpython-39.pyc... 100% Extract: fixed_point.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: mapbuffer.cpython-39.pyc... 100% Extract: matrix_get.cpython-39.pyc... 100% Extract: matrix_palette.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: point_size_array.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: query_matrix.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: required_internalformat.cpython-39.pyc... 100% Extract: rgb8_rgba8.cpython-39.pyc... 100% Extract: single_precision.cpython-39.pyc... 100% Extract: stencil1.cpython-39.pyc... 100% Extract: stencil4.cpython-39.pyc... 100% Extract: stencil8.cpython-39.pyc... 100% Extract: stencil_wrap.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_env_crossbar.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\QCOM Extract: __init__.py Extract: driver_control.py... 100% Extract: extended_get.py... 100% Extract: extended_get2.py... 100% Extract: perfmon_global_mode.py... 100% Extract: tiled_rendering.py... 100% Extract: writeonly_rendering.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: driver_control.cpython-39.pyc... 100% Extract: extended_get.cpython-39.pyc... 100% Extract: extended_get2.cpython-39.pyc... 100% Extract: perfmon_global_mode.cpython-39.pyc... 100% Extract: tiled_rendering.cpython-39.pyc... 100% Extract: writeonly_rendering.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\VERSION Extract: GLES1_1_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\VERSION\__pycache__ Extract: GLES1_1_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES1\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2 Extract: __init__.py... 100% Extract: shaders.py... 100% Extract: vboimplementation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\AMD Extract: __init__.py Extract: compressed_3DC_texture.py... 100% Extract: compressed_ATC_texture.py... 100% Extract: performance_monitor.py... 100% Extract: program_binary_Z400.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compressed_3DC_texture.cpython-39.pyc... 100% Extract: compressed_ATC_texture.cpython-39.pyc... 100% Extract: performance_monitor.cpython-39.pyc... 100% Extract: program_binary_Z400.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ANDROID Extract: __init__.py Extract: extension_pack_es31a.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ANDROID\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: extension_pack_es31a.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ANGLE Extract: __init__.py Extract: depth_texture.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: instanced_arrays.py... 100% Extract: pack_reverse_row_order.py... 100% Extract: program_binary.py... 100% Extract: texture_compression_dxt3.py... 100% Extract: texture_compression_dxt5.py... 100% Extract: texture_usage.py... 100% Extract: translated_shader_source.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: pack_reverse_row_order.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: texture_compression_dxt3.cpython-39.pyc... 100% Extract: texture_compression_dxt5.cpython-39.pyc... 100% Extract: texture_usage.cpython-39.pyc... 100% Extract: translated_shader_source.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\APPLE Extract: __init__.py Extract: clip_distance.py... 100% Extract: color_buffer_packed_float.py... 100% Extract: copy_texture_levels.py... 100% Extract: framebuffer_multisample.py... 100% Extract: rgb_422.py... 100% Extract: sync.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_max_level.py... 100% Extract: texture_packed_float.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: clip_distance.cpython-39.pyc... 100% Extract: color_buffer_packed_float.cpython-39.pyc... 100% Extract: copy_texture_levels.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: rgb_422.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_max_level.cpython-39.pyc... 100% Extract: texture_packed_float.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ARM Extract: __init__.py Extract: mali_program_binary.py... 100% Extract: mali_shader_binary.py... 100% Extract: rgba8.py... 100% Extract: shader_framebuffer_fetch.py... 100% Extract: shader_framebuffer_fetch_depth_stencil.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: mali_program_binary.cpython-39.pyc... 100% Extract: mali_shader_binary.cpython-39.pyc... 100% Extract: rgba8.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch_depth_stencil.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\DMP Extract: __init__.py Extract: program_binary.py... 100% Extract: shader_binary.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\DMP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\EXT Extract: __init__.py Extract: base_instance.py... 100% Extract: blend_minmax.py... 100% Extract: color_buffer_half_float.py... 100% Extract: copy_image.py... 100% Extract: debug_label.py... 100% Extract: debug_marker.py... 100% Extract: discard_framebuffer.py... 100% Extract: disjoint_timer_query.py... 100% Extract: draw_buffers.py... 100% Extract: draw_buffers_indexed.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: draw_instanced.py... 100% Extract: geometry_point_size.py... 100% Extract: geometry_shader.py... 100% Extract: gpu_shader5.py... 100% Extract: instanced_arrays.py... 100% Extract: map_buffer_range.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multi_draw_indirect.py... 100% Extract: multisampled_render_to_texture.py... 100% Extract: multiview_draw_buffers.py... 100% Extract: occlusion_query_boolean.py... 100% Extract: primitive_bounding_box.py... 100% Extract: pvrtc_sRGB.py... 100% Extract: read_format_bgra.py... 100% Extract: render_snorm.py... 100% Extract: robustness.py... 100% Extract: sRGB.py... 100% Extract: sRGB_write_control.py... 100% Extract: separate_shader_objects.py... 100% Extract: shader_framebuffer_fetch.py... 100% Extract: shader_implicit_conversions.py... 100% Extract: shader_integer_mix.py... 100% Extract: shader_io_blocks.py... 100% Extract: shader_pixel_local_storage.py... 100% Extract: shader_texture_lod.py... 100% Extract: shadow_samplers.py... 100% Extract: tessellation_point_size.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer.py... 100% Extract: texture_compression_dxt1.py... 100% Extract: texture_compression_s3tc.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_norm16.py... 100% Extract: texture_rg.py... 100% Extract: texture_sRGB_decode.py... 100% Extract: texture_storage.py... 100% Extract: texture_type_2_10_10_10_REV.py... 100% Extract: texture_view.py... 100% Extract: unpack_subimage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base_instance.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: color_buffer_half_float.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: debug_label.cpython-39.pyc... 100% Extract: debug_marker.cpython-39.pyc... 100% Extract: discard_framebuffer.cpython-39.pyc... 100% Extract: disjoint_timer_query.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_buffers_indexed.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: geometry_point_size.cpython-39.pyc... 100% Extract: geometry_shader.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: multiview_draw_buffers.cpython-39.pyc... 100% Extract: occlusion_query_boolean.cpython-39.pyc... 100% Extract: primitive_bounding_box.cpython-39.pyc... 100% Extract: pvrtc_sRGB.cpython-39.pyc... 100% Extract: read_format_bgra.cpython-39.pyc... 100% Extract: render_snorm.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: sRGB.cpython-39.pyc... 100% Extract: sRGB_write_control.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch.cpython-39.pyc... 100% Extract: shader_implicit_conversions.cpython-39.pyc... 100% Extract: shader_integer_mix.cpython-39.pyc... 100% Extract: shader_io_blocks.cpython-39.pyc... 100% Extract: shader_pixel_local_storage.cpython-39.pyc... 100% Extract: shader_texture_lod.cpython-39.pyc... 100% Extract: shadow_samplers.cpython-39.pyc... 100% Extract: tessellation_point_size.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer.cpython-39.pyc... 100% Extract: texture_compression_dxt1.cpython-39.pyc... 100% Extract: texture_compression_s3tc.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_norm16.cpython-39.pyc... 100% Extract: texture_rg.cpython-39.pyc... 100% Extract: texture_sRGB_decode.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Extract: texture_type_2_10_10_10_REV.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: unpack_subimage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\FJ Extract: __init__.py Extract: shader_binary_GCCSO.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\FJ\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: shader_binary_GCCSO.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\IMG Extract: __init__.py Extract: multisampled_render_to_texture.py... 100% Extract: program_binary.py... 100% Extract: read_format.py... 100% Extract: shader_binary.py... 100% Extract: texture_compression_pvrtc.py... 100% Extract: texture_compression_pvrtc2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Extract: texture_compression_pvrtc.cpython-39.pyc... 100% Extract: texture_compression_pvrtc2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\INTEL Extract: __init__.py Extract: performance_query.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: performance_query.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\KHR Extract: __init__.py Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: context_flush_control.py... 100% Extract: debug.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: texture_compression_astc_hdr.py... 100% Extract: texture_compression_astc_ldr.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: texture_compression_astc_hdr.cpython-39.pyc... 100% Extract: texture_compression_astc_ldr.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\NV Extract: __init__.py Extract: bindless_texture.py... 100% Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: conditional_render.py... 100% Extract: copy_buffer.py... 100% Extract: coverage_sample.py... 100% Extract: depth_nonlinear.py... 100% Extract: draw_buffers.py... 100% Extract: draw_instanced.py... 100% Extract: explicit_attrib_location.py... 100% Extract: fbo_color_attachments.py... 100% Extract: fence.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: generate_mipmap_sRGB.py... 100% Extract: image_formats.py... 100% Extract: instanced_arrays.py... 100% Extract: internalformat_sample_query.py... 100% Extract: non_square_matrices.py... 100% Extract: path_rendering.py... 100% Extract: read_buffer.py... 100% Extract: read_buffer_front.py... 100% Extract: read_depth.py... 100% Extract: read_depth_stencil.py... 100% Extract: read_stencil.py... 100% Extract: sRGB_formats.py... 100% Extract: shader_noperspective_interpolation.py... 100% Extract: shadow_samplers_array.py... 100% Extract: shadow_samplers_cube.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_compression_s3tc_update.py... 100% Extract: texture_npot_2D_mipmap.py... 100% Extract: viewport_array.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: coverage_sample.cpython-39.pyc... 100% Extract: depth_nonlinear.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: explicit_attrib_location.cpython-39.pyc... 100% Extract: fbo_color_attachments.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: generate_mipmap_sRGB.cpython-39.pyc... 100% Extract: image_formats.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: internalformat_sample_query.cpython-39.pyc... 100% Extract: non_square_matrices.cpython-39.pyc... 100% Extract: path_rendering.cpython-39.pyc... 100% Extract: read_buffer.cpython-39.pyc... 100% Extract: read_buffer_front.cpython-39.pyc... 100% Extract: read_depth.cpython-39.pyc... 100% Extract: read_depth_stencil.cpython-39.pyc... 100% Extract: read_stencil.cpython-39.pyc... 100% Extract: sRGB_formats.cpython-39.pyc... 100% Extract: shader_noperspective_interpolation.cpython-39.pyc... 100% Extract: shadow_samplers_array.cpython-39.pyc... 100% Extract: shadow_samplers_cube.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_compression_s3tc_update.cpython-39.pyc... 100% Extract: texture_npot_2D_mipmap.cpython-39.pyc... 100% Extract: viewport_array.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\OES Extract: EGL_image.py... 100% Extract: EGL_image_external.py... 100% Extract: EGL_image_external_essl3.py... 100% Extract: __init__.py Extract: compressed_ETC1_RGB8_sub_texture.py... 100% Extract: compressed_ETC1_RGB8_texture.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: copy_image.py... 100% Extract: depth24.py... 100% Extract: depth32.py... 100% Extract: depth_texture.py... 100% Extract: draw_buffers_indexed.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: element_index_uint.py... 100% Extract: fbo_render_mipmap.py... 100% Extract: fragment_precision_high.py... 100% Extract: geometry_point_size.py... 100% Extract: geometry_shader.py... 100% Extract: get_program_binary.py... 100% Extract: gpu_shader5.py... 100% Extract: mapbuffer.py... 100% Extract: packed_depth_stencil.py... 100% Extract: primitive_bounding_box.py... 100% Extract: required_internalformat.py... 100% Extract: rgb8_rgba8.py... 100% Extract: sample_shading.py... 100% Extract: sample_variables.py... 100% Extract: shader_image_atomic.py... 100% Extract: shader_io_blocks.py... 100% Extract: shader_multisample_interpolation.py... 100% Extract: standard_derivatives.py... 100% Extract: stencil1.py... 100% Extract: stencil4.py... 100% Extract: surfaceless_context.py... 100% Extract: tessellation_point_size.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_3D.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer.py... 100% Extract: texture_compression_astc.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_float.py... 100% Extract: texture_float_linear.py... 100% Extract: texture_half_float.py... 100% Extract: texture_half_float_linear.py... 100% Extract: texture_npot.py... 100% Extract: texture_stencil8.py... 100% Extract: texture_storage_multisample_2d_array.py... 100% Extract: texture_view.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_half_float.py... 100% Extract: vertex_type_10_10_10_2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\OES\__pycache__ Extract: EGL_image.cpython-39.pyc... 100% Extract: EGL_image_external.cpython-39.pyc... 100% Extract: EGL_image_external_essl3.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_sub_texture.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_texture.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: depth24.cpython-39.pyc... 100% Extract: depth32.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: draw_buffers_indexed.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: element_index_uint.cpython-39.pyc... 100% Extract: fbo_render_mipmap.cpython-39.pyc... 100% Extract: fragment_precision_high.cpython-39.pyc... 100% Extract: geometry_point_size.cpython-39.pyc... 100% Extract: geometry_shader.cpython-39.pyc... 100% Extract: get_program_binary.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: mapbuffer.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: primitive_bounding_box.cpython-39.pyc... 100% Extract: required_internalformat.cpython-39.pyc... 100% Extract: rgb8_rgba8.cpython-39.pyc... 100% Extract: sample_shading.cpython-39.pyc... 100% Extract: sample_variables.cpython-39.pyc... 100% Extract: shader_image_atomic.cpython-39.pyc... 100% Extract: shader_io_blocks.cpython-39.pyc... 100% Extract: shader_multisample_interpolation.cpython-39.pyc... 100% Extract: standard_derivatives.cpython-39.pyc... 100% Extract: stencil1.cpython-39.pyc... 100% Extract: stencil4.cpython-39.pyc... 100% Extract: surfaceless_context.cpython-39.pyc... 100% Extract: tessellation_point_size.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_3D.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer.cpython-39.pyc... 100% Extract: texture_compression_astc.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_float_linear.cpython-39.pyc... 100% Extract: texture_half_float.cpython-39.pyc... 100% Extract: texture_half_float_linear.cpython-39.pyc... 100% Extract: texture_npot.cpython-39.pyc... 100% Extract: texture_stencil8.cpython-39.pyc... 100% Extract: texture_storage_multisample_2d_array.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_half_float.cpython-39.pyc... 100% Extract: vertex_type_10_10_10_2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\QCOM Extract: __init__.py Extract: alpha_test.py... 100% Extract: binning_control.py... 100% Extract: driver_control.py... 100% Extract: extended_get.py... 100% Extract: extended_get2.py... 100% Extract: perfmon_global_mode.py... 100% Extract: tiled_rendering.py... 100% Extract: writeonly_rendering.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: alpha_test.cpython-39.pyc... 100% Extract: binning_control.cpython-39.pyc... 100% Extract: driver_control.cpython-39.pyc... 100% Extract: extended_get.cpython-39.pyc... 100% Extract: extended_get2.cpython-39.pyc... 100% Extract: perfmon_global_mode.cpython-39.pyc... 100% Extract: tiled_rendering.cpython-39.pyc... 100% Extract: writeonly_rendering.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\VERSION Extract: GLES2_2_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\VERSION\__pycache__ Extract: GLES2_2_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\VIV Extract: __init__.py Extract: shader_binary.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\VIV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES2\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: shaders.cpython-39.pyc... 100% Extract: vboimplementation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES3 Extract: __init__.py... 100% Extract: vboimplementation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES3\VERSION Extract: GLES3_3_0.py... 100% Extract: GLES3_3_1.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES3\VERSION\__pycache__ Extract: GLES3_3_0.cpython-39.pyc... 100% Extract: GLES3_3_1.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLES3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: vboimplementation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLU Extract: __init__.py... 100% Extract: glunurbs.py... 100% Extract: glustruct.py... 100% Extract: projection.py... 100% Extract: quadrics.py... 100% Extract: tess.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLU\EXT Extract: __init__.py Extract: nurbs_tessellator.py... 100% Extract: object_space_tess.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLU\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: nurbs_tessellator.cpython-39.pyc... 100% Extract: object_space_tess.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLU\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: glunurbs.cpython-39.pyc... 100% Extract: glustruct.cpython-39.pyc... 100% Extract: projection.cpython-39.pyc... 100% Extract: quadrics.cpython-39.pyc... 100% Extract: tess.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLUT Extract: __init__.py... 100% Extract: fonts.py... 100% Extract: freeglut.py... 100% Extract: osx.py... 100% Extract: special.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLUT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fonts.cpython-39.pyc... 100% Extract: freeglut.cpython-39.pyc... 100% Extract: osx.cpython-39.pyc... 100% Extract: special.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\AMD Extract: __init__.py Extract: gpu_association.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gpu_association.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\ARB Extract: __init__.py Extract: context_flush_control.py... 100% Extract: create_context.py... 100% Extract: create_context_profile.py... 100% Extract: create_context_robustness.py... 100% Extract: fbconfig_float.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: get_proc_address.py... 100% Extract: multisample.py... 100% Extract: robustness_application_isolation.py... 100% Extract: robustness_share_group_isolation.py... 100% Extract: vertex_buffer_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\ARB\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: create_context_profile.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: fbconfig_float.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: get_proc_address.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: robustness_application_isolation.cpython-39.pyc... 100% Extract: robustness_share_group_isolation.cpython-39.pyc... 100% Extract: vertex_buffer_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\DFX Extract: __init__.py Extract: multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\EXT Extract: __init__.py Extract: buffer_age.py... 100% Extract: create_context_es2_profile.py... 100% Extract: create_context_es_profile.py... 100% Extract: fbconfig_packed_float.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: import_context.py... 100% Extract: stereo_tree.py... 100% Extract: swap_control.py... 100% Extract: swap_control_tear.py... 100% Extract: texture_from_pixmap.py... 100% Extract: visual_info.py... 100% Extract: visual_rating.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_age.cpython-39.pyc... 100% Extract: create_context_es2_profile.cpython-39.pyc... 100% Extract: create_context_es_profile.cpython-39.pyc... 100% Extract: fbconfig_packed_float.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: import_context.cpython-39.pyc... 100% Extract: stereo_tree.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: swap_control_tear.cpython-39.pyc... 100% Extract: texture_from_pixmap.cpython-39.pyc... 100% Extract: visual_info.cpython-39.pyc... 100% Extract: visual_rating.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\INTEL Extract: __init__.py Extract: swap_event.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_event.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\MESA Extract: __init__.py Extract: agp_offset.py... 100% Extract: copy_sub_buffer.py... 100% Extract: pixmap_colormap.py... 100% Extract: query_renderer.py... 100% Extract: release_buffers.py... 100% Extract: set_3dfx_mode.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: agp_offset.cpython-39.pyc... 100% Extract: copy_sub_buffer.cpython-39.pyc... 100% Extract: pixmap_colormap.cpython-39.pyc... 100% Extract: query_renderer.cpython-39.pyc... 100% Extract: release_buffers.cpython-39.pyc... 100% Extract: set_3dfx_mode.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\NV Extract: __init__.py Extract: copy_buffer.py... 100% Extract: copy_image.py... 100% Extract: delay_before_swap.py... 100% Extract: float_buffer.py... 100% Extract: multisample_coverage.py... 100% Extract: present_video.py... 100% Extract: swap_group.py... 100% Extract: video_capture.py... 100% Extract: video_out.py... 100% Extract: video_output.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: delay_before_swap.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: video_out.cpython-39.pyc... 100% Extract: video_output.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\OML Extract: __init__.py Extract: swap_method.py... 100% Extract: sync_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_method.cpython-39.pyc... 100% Extract: sync_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGI Extract: __init__.py Extract: cushion.py... 100% Extract: make_current_read.py... 100% Extract: swap_control.py... 100% Extract: video_sync.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cushion.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: video_sync.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGIS Extract: __init__.py Extract: blended_overlay.py... 100% Extract: multisample.py... 100% Extract: shared_multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGIS\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blended_overlay.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: shared_multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGIX Extract: __init__.py Extract: dmbuffer.py... 100% Extract: fbconfig.py... 100% Extract: hyperpipe.py... 100% Extract: pbuffer.py... 100% Extract: swap_barrier.py... 100% Extract: swap_group.py... 100% Extract: video_resize.py... 100% Extract: video_source.py... 100% Extract: visual_select_group.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SGIX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dmbuffer.cpython-39.pyc... 100% Extract: fbconfig.cpython-39.pyc... 100% Extract: hyperpipe.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: swap_barrier.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: video_resize.cpython-39.pyc... 100% Extract: video_source.cpython-39.pyc... 100% Extract: visual_select_group.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SUN Extract: __init__.py Extract: get_transparent_index.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\SUN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: get_transparent_index.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\VERSION Extract: GLX_1_0.py... 100% Extract: GLX_1_1.py... 100% Extract: GLX_1_2.py... 100% Extract: GLX_1_3.py... 100% Extract: GLX_1_4.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\VERSION\__pycache__ Extract: GLX_1_0.cpython-39.pyc... 100% Extract: GLX_1_1.cpython-39.pyc... 100% Extract: GLX_1_2.cpython-39.pyc... 100% Extract: GLX_1_3.cpython-39.pyc... 100% Extract: GLX_1_4.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\GLX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\Tk Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\Tk\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\AMD Extract: __init__.py Extract: gpu_association.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gpu_association.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\ARB Extract: __init__.py Extract: buffer_region.py... 100% Extract: context_flush_control.py... 100% Extract: create_context.py... 100% Extract: create_context_profile.py... 100% Extract: create_context_robustness.py... 100% Extract: extensions_string.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: make_current_read.py... 100% Extract: multisample.py... 100% Extract: pbuffer.py... 100% Extract: pixel_format.py... 100% Extract: pixel_format_float.py... 100% Extract: render_texture.py... 100% Extract: robustness_application_isolation.py... 100% Extract: robustness_share_group_isolation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\ARB\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_region.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: create_context_profile.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: extensions_string.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: pixel_format.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Extract: render_texture.cpython-39.pyc... 100% Extract: robustness_application_isolation.cpython-39.pyc... 100% Extract: robustness_share_group_isolation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\ATI Extract: __init__.py Extract: pixel_format_float.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\ATI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\DFX Extract: __init__.py Extract: multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\DL Extract: __init__.py Extract: stereo_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\DL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: stereo_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\EXT Extract: __init__.py Extract: create_context_es2_profile.py... 100% Extract: create_context_es_profile.py... 100% Extract: depth_float.py... 100% Extract: display_color_table.py... 100% Extract: extensions_string.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: make_current_read.py... 100% Extract: multisample.py... 100% Extract: pbuffer.py... 100% Extract: pixel_format.py... 100% Extract: pixel_format_packed_float.py... 100% Extract: swap_control.py... 100% Extract: swap_control_tear.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: create_context_es2_profile.cpython-39.pyc... 100% Extract: create_context_es_profile.cpython-39.pyc... 100% Extract: depth_float.cpython-39.pyc... 100% Extract: display_color_table.cpython-39.pyc... 100% Extract: extensions_string.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: pixel_format.cpython-39.pyc... 100% Extract: pixel_format_packed_float.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: swap_control_tear.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\I3D Extract: __init__.py Extract: digital_video_control.py... 100% Extract: gamma.py... 100% Extract: genlock.py... 100% Extract: image_buffer.py... 100% Extract: swap_frame_lock.py... 100% Extract: swap_frame_usage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\I3D\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: digital_video_control.cpython-39.pyc... 100% Extract: gamma.cpython-39.pyc... 100% Extract: genlock.cpython-39.pyc... 100% Extract: image_buffer.cpython-39.pyc... 100% Extract: swap_frame_lock.cpython-39.pyc... 100% Extract: swap_frame_usage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\NV Extract: DX_interop.py... 100% Extract: DX_interop2.py... 100% Extract: __init__.py Extract: copy_image.py... 100% Extract: delay_before_swap.py... 100% Extract: float_buffer.py... 100% Extract: gpu_affinity.py... 100% Extract: multisample_coverage.py... 100% Extract: present_video.py... 100% Extract: render_depth_texture.py... 100% Extract: render_texture_rectangle.py... 100% Extract: swap_group.py... 100% Extract: vertex_array_range.py... 100% Extract: video_capture.py... 100% Extract: video_output.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\NV\__pycache__ Extract: DX_interop.cpython-39.pyc... 100% Extract: DX_interop2.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: delay_before_swap.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: gpu_affinity.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: render_depth_texture.cpython-39.pyc... 100% Extract: render_texture_rectangle.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: video_output.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\OML Extract: __init__.py Extract: sync_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: sync_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\VERSION Extract: WGL_1_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\VERSION\__pycache__ Extract: WGL_1_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\WGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _bytes.cpython-39.pyc... 100% Extract: _configflags.cpython-39.pyc... 100% Extract: _null.cpython-39.pyc... 100% Extract: _opaque.cpython-39.pyc... 100% Extract: acceleratesupport.cpython-39.pyc... 100% Extract: constant.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: contextdata.cpython-39.pyc... 100% Extract: converters.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: extensions.cpython-39.pyc... 100% Extract: images.cpython-39.pyc... 100% Extract: latebind.cpython-39.pyc... 100% Extract: lazywrapper.cpython-39.pyc... 100% Extract: logs.cpython-39.pyc... 100% Extract: plugins.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Extract: wrapper.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\arrays Extract: __init__.py... 100% Extract: _arrayconstants.py... 100% Extract: _buffers.py... 100% Extract: _strings.py... 100% Extract: arraydatatype.py... 100% Extract: arrayhelpers.py... 100% Extract: buffers.py... 100% Extract: ctypesarrays.py... 100% Extract: ctypesparameters.py... 100% Extract: ctypespointers.py... 100% Extract: formathandler.py... 100% Extract: lists.py... 100% Extract: nones.py... 100% Extract: numbers.py... 100% Extract: numpybuffers.py... 100% Extract: numpymodule.py... 100% Extract: strings.py... 100% Extract: vbo.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\arrays\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _arrayconstants.cpython-39.pyc... 100% Extract: _buffers.cpython-39.pyc... 100% Extract: _strings.cpython-39.pyc... 100% Extract: arraydatatype.cpython-39.pyc... 100% Extract: arrayhelpers.cpython-39.pyc... 100% Extract: buffers.cpython-39.pyc... 100% Extract: ctypesarrays.cpython-39.pyc... 100% Extract: ctypesparameters.cpython-39.pyc... 100% Extract: ctypespointers.cpython-39.pyc... 100% Extract: formathandler.cpython-39.pyc... 100% Extract: lists.cpython-39.pyc... 100% Extract: nones.cpython-39.pyc... 100% Extract: numbers.cpython-39.pyc... 100% Extract: numpybuffers.cpython-39.pyc... 100% Extract: numpymodule.cpython-39.pyc... 100% Extract: strings.cpython-39.pyc... 100% Extract: vbo.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\osmesa Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\osmesa\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\platform Extract: __init__.py... 100% Extract: baseplatform.py... 100% Extract: ctypesloader.py... 100% Extract: darwin.py... 100% Extract: egl.py... 100% Extract: entrypoint31.py... 100% Extract: glx.py... 100% Extract: osmesa.py... 100% Extract: win32.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\platform\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: baseplatform.cpython-39.pyc... 100% Extract: ctypesloader.cpython-39.pyc... 100% Extract: darwin.cpython-39.pyc... 100% Extract: egl.cpython-39.pyc... 100% Extract: entrypoint31.cpython-39.pyc... 100% Extract: glx.cpython-39.pyc... 100% Extract: osmesa.cpython-39.pyc... 100% Extract: win32.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL Extract: __init__.py Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ANDROID Extract: __init__.py Extract: blob_cache.py... 100% Extract: framebuffer_target.py... 100% Extract: image_native_buffer.py... 100% Extract: native_fence_sync.py... 100% Extract: recordable.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ANDROID\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blob_cache.cpython-39.pyc... 100% Extract: framebuffer_target.cpython-39.pyc... 100% Extract: image_native_buffer.cpython-39.pyc... 100% Extract: native_fence_sync.cpython-39.pyc... 100% Extract: recordable.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ANGLE Extract: __init__.py Extract: d3d_share_handle_client_buffer.py... 100% Extract: query_surface_pointer.py... 100% Extract: surface_d3d_texture_2d_share_handle.py... 100% Extract: window_fixed_size.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: d3d_share_handle_client_buffer.cpython-39.pyc... 100% Extract: query_surface_pointer.cpython-39.pyc... 100% Extract: surface_d3d_texture_2d_share_handle.cpython-39.pyc... 100% Extract: window_fixed_size.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ARM Extract: __init__.py Extract: pixmap_multisample_discard.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pixmap_multisample_discard.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\EXT Extract: __init__.py Extract: buffer_age.py... 100% Extract: client_extensions.py... 100% Extract: create_context_robustness.py... 100% Extract: device_base.py... 100% Extract: device_drm.py... 100% Extract: device_openwf.py... 100% Extract: image_dma_buf_import.py... 100% Extract: multiview_window.py... 100% Extract: output_base.py... 100% Extract: output_drm.py... 100% Extract: output_openwf.py... 100% Extract: platform_base.py... 100% Extract: platform_device.py... 100% Extract: platform_wayland.py... 100% Extract: platform_x11.py... 100% Extract: protected_surface.py... 100% Extract: stream_consumer_egloutput.py... 100% Extract: swap_buffers_with_damage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_age.cpython-39.pyc... 100% Extract: client_extensions.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: device_base.cpython-39.pyc... 100% Extract: device_drm.cpython-39.pyc... 100% Extract: device_openwf.cpython-39.pyc... 100% Extract: image_dma_buf_import.cpython-39.pyc... 100% Extract: multiview_window.cpython-39.pyc... 100% Extract: output_base.cpython-39.pyc... 100% Extract: output_drm.cpython-39.pyc... 100% Extract: output_openwf.cpython-39.pyc... 100% Extract: platform_base.cpython-39.pyc... 100% Extract: platform_device.cpython-39.pyc... 100% Extract: platform_wayland.cpython-39.pyc... 100% Extract: platform_x11.cpython-39.pyc... 100% Extract: protected_surface.cpython-39.pyc... 100% Extract: stream_consumer_egloutput.cpython-39.pyc... 100% Extract: swap_buffers_with_damage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\HI Extract: __init__.py Extract: clientpixmap.py... 100% Extract: colorformats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\HI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: clientpixmap.cpython-39.pyc... 100% Extract: colorformats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\IMG Extract: __init__.py Extract: context_priority.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context_priority.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\KHR Extract: __init__.py Extract: cl_event.py... 100% Extract: cl_event2.py... 100% Extract: client_get_all_proc_addresses.py... 100% Extract: config_attribs.py... 100% Extract: create_context.py... 100% Extract: fence_sync.py... 100% Extract: get_all_proc_addresses.py... 100% Extract: gl_colorspace.py... 100% Extract: gl_renderbuffer_image.py... 100% Extract: gl_texture_2D_image.py... 100% Extract: gl_texture_3D_image.py... 100% Extract: gl_texture_cubemap_image.py... 100% Extract: image.py... 100% Extract: image_base.py... 100% Extract: image_pixmap.py... 100% Extract: lock_surface.py... 100% Extract: lock_surface2.py... 100% Extract: lock_surface3.py... 100% Extract: partial_update.py... 100% Extract: platform_android.py... 100% Extract: platform_gbm.py... 100% Extract: platform_wayland.py... 100% Extract: platform_x11.py... 100% Extract: reusable_sync.py... 100% Extract: stream.py... 100% Extract: stream_consumer_gltexture.py... 100% Extract: stream_cross_process_fd.py... 100% Extract: stream_fifo.py... 100% Extract: stream_producer_aldatalocator.py... 100% Extract: stream_producer_eglsurface.py... 100% Extract: surfaceless_context.py... 100% Extract: swap_buffers_with_damage.py... 100% Extract: vg_parent_image.py... 100% Extract: wait_sync.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cl_event.cpython-39.pyc... 100% Extract: cl_event2.cpython-39.pyc... 100% Extract: client_get_all_proc_addresses.cpython-39.pyc... 100% Extract: config_attribs.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: fence_sync.cpython-39.pyc... 100% Extract: get_all_proc_addresses.cpython-39.pyc... 100% Extract: gl_colorspace.cpython-39.pyc... 100% Extract: gl_renderbuffer_image.cpython-39.pyc... 100% Extract: gl_texture_2D_image.cpython-39.pyc... 100% Extract: gl_texture_3D_image.cpython-39.pyc... 100% Extract: gl_texture_cubemap_image.cpython-39.pyc... 100% Extract: image.cpython-39.pyc... 100% Extract: image_base.cpython-39.pyc... 100% Extract: image_pixmap.cpython-39.pyc... 100% Extract: lock_surface.cpython-39.pyc... 100% Extract: lock_surface2.cpython-39.pyc... 100% Extract: lock_surface3.cpython-39.pyc... 100% Extract: partial_update.cpython-39.pyc... 100% Extract: platform_android.cpython-39.pyc... 100% Extract: platform_gbm.cpython-39.pyc... 100% Extract: platform_wayland.cpython-39.pyc... 100% Extract: platform_x11.cpython-39.pyc... 100% Extract: reusable_sync.cpython-39.pyc... 100% Extract: stream.cpython-39.pyc... 100% Extract: stream_consumer_gltexture.cpython-39.pyc... 100% Extract: stream_cross_process_fd.cpython-39.pyc... 100% Extract: stream_fifo.cpython-39.pyc... 100% Extract: stream_producer_aldatalocator.cpython-39.pyc... 100% Extract: stream_producer_eglsurface.cpython-39.pyc... 100% Extract: surfaceless_context.cpython-39.pyc... 100% Extract: swap_buffers_with_damage.cpython-39.pyc... 100% Extract: vg_parent_image.cpython-39.pyc... 100% Extract: wait_sync.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\MESA Extract: __init__.py Extract: drm_image.py... 100% Extract: platform_gbm.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: drm_image.cpython-39.pyc... 100% Extract: platform_gbm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\NOK Extract: __init__.py Extract: swap_region.py... 100% Extract: swap_region2.py... 100% Extract: texture_from_pixmap.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\NOK\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_region.cpython-39.pyc... 100% Extract: swap_region2.cpython-39.pyc... 100% Extract: texture_from_pixmap.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\NV Extract: EGL_3dvision_surface.py... 100% Extract: __init__.py Extract: coverage_sample.py... 100% Extract: coverage_sample_resolve.py... 100% Extract: cuda_event.py... 100% Extract: depth_nonlinear.py... 100% Extract: device_cuda.py... 100% Extract: native_query.py... 100% Extract: post_convert_rounding.py... 100% Extract: post_sub_buffer.py... 100% Extract: stream_sync.py... 100% Extract: sync.py... 100% Extract: system_time.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\NV\__pycache__ Extract: EGL_3dvision_surface.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: coverage_sample.cpython-39.pyc... 100% Extract: coverage_sample_resolve.cpython-39.pyc... 100% Extract: cuda_event.cpython-39.pyc... 100% Extract: depth_nonlinear.cpython-39.pyc... 100% Extract: device_cuda.cpython-39.pyc... 100% Extract: native_query.cpython-39.pyc... 100% Extract: post_convert_rounding.cpython-39.pyc... 100% Extract: post_sub_buffer.cpython-39.pyc... 100% Extract: stream_sync.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: system_time.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\TIZEN Extract: __init__.py Extract: image_native_buffer.py... 100% Extract: image_native_surface.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\TIZEN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: image_native_buffer.cpython-39.pyc... 100% Extract: image_native_surface.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\VERSION Extract: EGL_1_0.py... 100% Extract: EGL_1_1.py... 100% Extract: EGL_1_2.py... 100% Extract: EGL_1_3.py... 100% Extract: EGL_1_4.py... 100% Extract: EGL_1_5.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\VERSION\__pycache__ Extract: EGL_1_0.cpython-39.pyc... 100% Extract: EGL_1_1.cpython-39.pyc... 100% Extract: EGL_1_2.cpython-39.pyc... 100% Extract: EGL_1_3.cpython-39.pyc... 100% Extract: EGL_1_4.cpython-39.pyc... 100% Extract: EGL_1_5.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\EGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL Extract: __init__.py Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _lookupint.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\AMD Extract: __init__.py Extract: blend_minmax_factor.py... 100% Extract: conservative_depth.py... 100% Extract: debug_output.py... 100% Extract: depth_clamp_separate.py... 100% Extract: draw_buffers_blend.py... 100% Extract: gcn_shader.py... 100% Extract: gpu_shader_int64.py... 100% Extract: interleaved_elements.py... 100% Extract: multi_draw_indirect.py... 100% Extract: name_gen_delete.py... 100% Extract: occlusion_query_event.py... 100% Extract: performance_monitor.py... 100% Extract: pinned_memory.py... 100% Extract: query_buffer_object.py... 100% Extract: sample_positions.py... 100% Extract: seamless_cubemap_per_texture.py... 100% Extract: shader_atomic_counter_ops.py... 100% Extract: shader_stencil_export.py... 100% Extract: shader_trinary_minmax.py... 100% Extract: sparse_texture.py... 100% Extract: stencil_operation_extended.py... 100% Extract: texture_texture4.py... 100% Extract: transform_feedback3_lines_triangles.py... 100% Extract: transform_feedback4.py... 100% Extract: vertex_shader_layer.py... 100% Extract: vertex_shader_tessellator.py... 100% Extract: vertex_shader_viewport_index.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_minmax_factor.cpython-39.pyc... 100% Extract: conservative_depth.cpython-39.pyc... 100% Extract: debug_output.cpython-39.pyc... 100% Extract: depth_clamp_separate.cpython-39.pyc... 100% Extract: draw_buffers_blend.cpython-39.pyc... 100% Extract: gcn_shader.cpython-39.pyc... 100% Extract: gpu_shader_int64.cpython-39.pyc... 100% Extract: interleaved_elements.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: name_gen_delete.cpython-39.pyc... 100% Extract: occlusion_query_event.cpython-39.pyc... 100% Extract: performance_monitor.cpython-39.pyc... 100% Extract: pinned_memory.cpython-39.pyc... 100% Extract: query_buffer_object.cpython-39.pyc... 100% Extract: sample_positions.cpython-39.pyc... 100% Extract: seamless_cubemap_per_texture.cpython-39.pyc... 100% Extract: shader_atomic_counter_ops.cpython-39.pyc... 100% Extract: shader_stencil_export.cpython-39.pyc... 100% Extract: shader_trinary_minmax.cpython-39.pyc... 100% Extract: sparse_texture.cpython-39.pyc... 100% Extract: stencil_operation_extended.cpython-39.pyc... 100% Extract: texture_texture4.cpython-39.pyc... 100% Extract: transform_feedback3_lines_triangles.cpython-39.pyc... 100% Extract: transform_feedback4.cpython-39.pyc... 100% Extract: vertex_shader_layer.cpython-39.pyc... 100% Extract: vertex_shader_tessellator.cpython-39.pyc... 100% Extract: vertex_shader_viewport_index.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ANGLE Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\APPLE Extract: __init__.py Extract: aux_depth_stencil.py... 100% Extract: client_storage.py... 100% Extract: element_array.py... 100% Extract: fence.py... 100% Extract: float_pixels.py... 100% Extract: flush_buffer_range.py... 100% Extract: object_purgeable.py... 100% Extract: rgb_422.py... 100% Extract: row_bytes.py... 100% Extract: specular_vector.py... 100% Extract: texture_range.py... 100% Extract: transform_hint.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_array_range.py... 100% Extract: vertex_program_evaluators.py... 100% Extract: ycbcr_422.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: aux_depth_stencil.cpython-39.pyc... 100% Extract: client_storage.cpython-39.pyc... 100% Extract: element_array.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: float_pixels.cpython-39.pyc... 100% Extract: flush_buffer_range.cpython-39.pyc... 100% Extract: object_purgeable.cpython-39.pyc... 100% Extract: rgb_422.cpython-39.pyc... 100% Extract: row_bytes.cpython-39.pyc... 100% Extract: specular_vector.cpython-39.pyc... 100% Extract: texture_range.cpython-39.pyc... 100% Extract: transform_hint.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: vertex_program_evaluators.cpython-39.pyc... 100% Extract: ycbcr_422.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ARB Extract: ES2_compatibility.py... 100% Extract: ES3_1_compatibility.py... 100% Extract: ES3_compatibility.py... 100% Extract: __init__.py Extract: arrays_of_arrays.py... 100% Extract: base_instance.py... 100% Extract: bindless_texture.py... 100% Extract: blend_func_extended.py... 100% Extract: buffer_storage.py... 100% Extract: cl_event.py... 100% Extract: clear_buffer_object.py... 100% Extract: clear_texture.py... 100% Extract: clip_control.py... 100% Extract: color_buffer_float.py... 100% Extract: compatibility.py... 100% Extract: compressed_texture_pixel_storage.py... 100% Extract: compute_shader.py... 100% Extract: compute_variable_group_size.py... 100% Extract: conditional_render_inverted.py... 100% Extract: conservative_depth.py... 100% Extract: copy_buffer.py... 100% Extract: copy_image.py... 100% Extract: cull_distance.py... 100% Extract: debug_output.py... 100% Extract: depth_buffer_float.py... 100% Extract: depth_clamp.py... 100% Extract: depth_texture.py... 100% Extract: derivative_control.py... 100% Extract: direct_state_access.py... 100% Extract: draw_buffers.py... 100% Extract: draw_buffers_blend.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: draw_indirect.py... 100% Extract: draw_instanced.py... 100% Extract: enhanced_layouts.py... 100% Extract: explicit_attrib_location.py... 100% Extract: explicit_uniform_location.py... 100% Extract: fragment_coord_conventions.py... 100% Extract: fragment_layer_viewport.py... 100% Extract: fragment_program.py... 100% Extract: fragment_program_shadow.py... 100% Extract: fragment_shader.py... 100% Extract: framebuffer_no_attachments.py... 100% Extract: framebuffer_object.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: geometry_shader4.py... 100% Extract: get_program_binary.py... 100% Extract: get_texture_sub_image.py... 100% Extract: gpu_shader5.py... 100% Extract: gpu_shader_fp64.py... 100% Extract: half_float_pixel.py... 100% Extract: half_float_vertex.py... 100% Extract: imaging.py... 100% Extract: indirect_parameters.py... 100% Extract: instanced_arrays.py... 100% Extract: internalformat_query.py... 100% Extract: internalformat_query2.py... 100% Extract: invalidate_subdata.py... 100% Extract: map_buffer_alignment.py... 100% Extract: map_buffer_range.py... 100% Extract: matrix_palette.py... 100% Extract: multi_bind.py... 100% Extract: multi_draw_indirect.py... 100% Extract: multisample.py... 100% Extract: multitexture.py... 100% Extract: occlusion_query.py... 100% Extract: occlusion_query2.py... 100% Extract: pipeline_statistics_query.py... 100% Extract: pixel_buffer_object.py... 100% Extract: point_parameters.py... 100% Extract: point_sprite.py... 100% Extract: program_interface_query.py... 100% Extract: provoking_vertex.py... 100% Extract: query_buffer_object.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: robustness_isolation.py... 100% Extract: sample_shading.py... 100% Extract: sampler_objects.py... 100% Extract: seamless_cube_map.py... 100% Extract: seamless_cubemap_per_texture.py... 100% Extract: separate_shader_objects.py... 100% Extract: shader_atomic_counters.py... 100% Extract: shader_bit_encoding.py... 100% Extract: shader_draw_parameters.py... 100% Extract: shader_group_vote.py... 100% Extract: shader_image_load_store.py... 100% Extract: shader_image_size.py... 100% Extract: shader_objects.py... 100% Extract: shader_precision.py... 100% Extract: shader_stencil_export.py... 100% Extract: shader_storage_buffer_object.py... 100% Extract: shader_subroutine.py... 100% Extract: shader_texture_image_samples.py... 100% Extract: shader_texture_lod.py... 100% Extract: shading_language_100.py... 100% Extract: shading_language_420pack.py... 100% Extract: shading_language_include.py... 100% Extract: shading_language_packing.py... 100% Extract: shadow.py... 100% Extract: shadow_ambient.py... 100% Extract: sparse_buffer.py... 100% Extract: sparse_texture.py... 100% Extract: stencil_texturing.py... 100% Extract: sync.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_barrier.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer_object.py... 100% Extract: texture_buffer_object_rgb32.py... 100% Extract: texture_buffer_range.py... 100% Extract: texture_compression.py... 100% Extract: texture_compression_bptc.py... 100% Extract: texture_compression_rgtc.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_env_add.py... 100% Extract: texture_env_combine.py... 100% Extract: texture_env_crossbar.py... 100% Extract: texture_env_dot3.py... 100% Extract: texture_float.py... 100% Extract: texture_gather.py... 100% Extract: texture_mirror_clamp_to_edge.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: texture_multisample.py... 100% Extract: texture_non_power_of_two.py... 100% Extract: texture_query_levels.py... 100% Extract: texture_query_lod.py... 100% Extract: texture_rectangle.py... 100% Extract: texture_rg.py... 100% Extract: texture_rgb10_a2ui.py... 100% Extract: texture_stencil8.py... 100% Extract: texture_storage.py... 100% Extract: texture_storage_multisample.py... 100% Extract: texture_swizzle.py... 100% Extract: texture_view.py... 100% Extract: timer_query.py... 100% Extract: transform_feedback2.py... 100% Extract: transform_feedback3.py... 100% Extract: transform_feedback_instanced.py... 100% Extract: transform_feedback_overflow_query.py... 100% Extract: transpose_matrix.py... 100% Extract: uniform_buffer_object.py... 100% Extract: vertex_array_bgra.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_attrib_64bit.py... 100% Extract: vertex_attrib_binding.py... 100% Extract: vertex_blend.py... 100% Extract: vertex_buffer_object.py... 100% Extract: vertex_program.py... 100% Extract: vertex_shader.py... 100% Extract: vertex_type_10f_11f_11f_rev.py... 100% Extract: vertex_type_2_10_10_10_rev.py... 100% Extract: viewport_array.py... 100% Extract: window_pos.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ARB\__pycache__ Extract: ES2_compatibility.cpython-39.pyc... 100% Extract: ES3_1_compatibility.cpython-39.pyc... 100% Extract: ES3_compatibility.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: arrays_of_arrays.cpython-39.pyc... 100% Extract: base_instance.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_func_extended.cpython-39.pyc... 100% Extract: buffer_storage.cpython-39.pyc... 100% Extract: cl_event.cpython-39.pyc... 100% Extract: clear_buffer_object.cpython-39.pyc... 100% Extract: clear_texture.cpython-39.pyc... 100% Extract: clip_control.cpython-39.pyc... 100% Extract: color_buffer_float.cpython-39.pyc... 100% Extract: compatibility.cpython-39.pyc... 100% Extract: compressed_texture_pixel_storage.cpython-39.pyc... 100% Extract: compute_shader.cpython-39.pyc... 100% Extract: compute_variable_group_size.cpython-39.pyc... 100% Extract: conditional_render_inverted.cpython-39.pyc... 100% Extract: conservative_depth.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: cull_distance.cpython-39.pyc... 100% Extract: debug_output.cpython-39.pyc... 100% Extract: depth_buffer_float.cpython-39.pyc... 100% Extract: depth_clamp.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: derivative_control.cpython-39.pyc... 100% Extract: direct_state_access.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_buffers_blend.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: draw_indirect.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: enhanced_layouts.cpython-39.pyc... 100% Extract: explicit_attrib_location.cpython-39.pyc... 100% Extract: explicit_uniform_location.cpython-39.pyc... 100% Extract: fragment_coord_conventions.cpython-39.pyc... 100% Extract: fragment_layer_viewport.cpython-39.pyc... 100% Extract: fragment_program.cpython-39.pyc... 100% Extract: fragment_program_shadow.cpython-39.pyc... 100% Extract: fragment_shader.cpython-39.pyc... 100% Extract: framebuffer_no_attachments.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: get_program_binary.cpython-39.pyc... 100% Extract: get_texture_sub_image.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: gpu_shader_fp64.cpython-39.pyc... 100% Extract: half_float_pixel.cpython-39.pyc... 100% Extract: half_float_vertex.cpython-39.pyc... 100% Extract: imaging.cpython-39.pyc... 100% Extract: indirect_parameters.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: internalformat_query.cpython-39.pyc... 100% Extract: internalformat_query2.cpython-39.pyc... 100% Extract: invalidate_subdata.cpython-39.pyc... 100% Extract: map_buffer_alignment.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: matrix_palette.cpython-39.pyc... 100% Extract: multi_bind.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: multitexture.cpython-39.pyc... 100% Extract: occlusion_query.cpython-39.pyc... 100% Extract: occlusion_query2.cpython-39.pyc... 100% Extract: pipeline_statistics_query.cpython-39.pyc... 100% Extract: pixel_buffer_object.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: program_interface_query.cpython-39.pyc... 100% Extract: provoking_vertex.cpython-39.pyc... 100% Extract: query_buffer_object.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: robustness_isolation.cpython-39.pyc... 100% Extract: sample_shading.cpython-39.pyc... 100% Extract: sampler_objects.cpython-39.pyc... 100% Extract: seamless_cube_map.cpython-39.pyc... 100% Extract: seamless_cubemap_per_texture.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: shader_atomic_counters.cpython-39.pyc... 100% Extract: shader_bit_encoding.cpython-39.pyc... 100% Extract: shader_draw_parameters.cpython-39.pyc... 100% Extract: shader_group_vote.cpython-39.pyc... 100% Extract: shader_image_load_store.cpython-39.pyc... 100% Extract: shader_image_size.cpython-39.pyc... 100% Extract: shader_objects.cpython-39.pyc... 100% Extract: shader_precision.cpython-39.pyc... 100% Extract: shader_stencil_export.cpython-39.pyc... 100% Extract: shader_storage_buffer_object.cpython-39.pyc... 100% Extract: shader_subroutine.cpython-39.pyc... 100% Extract: shader_texture_image_samples.cpython-39.pyc... 100% Extract: shader_texture_lod.cpython-39.pyc... 100% Extract: shading_language_100.cpython-39.pyc... 100% Extract: shading_language_420pack.cpython-39.pyc... 100% Extract: shading_language_include.cpython-39.pyc... 100% Extract: shading_language_packing.cpython-39.pyc... 100% Extract: shadow.cpython-39.pyc... 100% Extract: shadow_ambient.cpython-39.pyc... 100% Extract: sparse_buffer.cpython-39.pyc... 100% Extract: sparse_texture.cpython-39.pyc... 100% Extract: stencil_texturing.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_barrier.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer_object.cpython-39.pyc... 100% Extract: texture_buffer_object_rgb32.cpython-39.pyc... 100% Extract: texture_buffer_range.cpython-39.pyc... 100% Extract: texture_compression.cpython-39.pyc... 100% Extract: texture_compression_bptc.cpython-39.pyc... 100% Extract: texture_compression_rgtc.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_env_add.cpython-39.pyc... 100% Extract: texture_env_combine.cpython-39.pyc... 100% Extract: texture_env_crossbar.cpython-39.pyc... 100% Extract: texture_env_dot3.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_gather.cpython-39.pyc... 100% Extract: texture_mirror_clamp_to_edge.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: texture_multisample.cpython-39.pyc... 100% Extract: texture_non_power_of_two.cpython-39.pyc... 100% Extract: texture_query_levels.cpython-39.pyc... 100% Extract: texture_query_lod.cpython-39.pyc... 100% Extract: texture_rectangle.cpython-39.pyc... 100% Extract: texture_rg.cpython-39.pyc... 100% Extract: texture_rgb10_a2ui.cpython-39.pyc... 100% Extract: texture_stencil8.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Extract: texture_storage_multisample.cpython-39.pyc... 100% Extract: texture_swizzle.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: timer_query.cpython-39.pyc... 100% Extract: transform_feedback2.cpython-39.pyc... 100% Extract: transform_feedback3.cpython-39.pyc... 100% Extract: transform_feedback_instanced.cpython-39.pyc... 100% Extract: transform_feedback_overflow_query.cpython-39.pyc... 100% Extract: transpose_matrix.cpython-39.pyc... 100% Extract: uniform_buffer_object.cpython-39.pyc... 100% Extract: vertex_array_bgra.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_attrib_64bit.cpython-39.pyc... 100% Extract: vertex_attrib_binding.cpython-39.pyc... 100% Extract: vertex_blend.cpython-39.pyc... 100% Extract: vertex_buffer_object.cpython-39.pyc... 100% Extract: vertex_program.cpython-39.pyc... 100% Extract: vertex_shader.cpython-39.pyc... 100% Extract: vertex_type_10f_11f_11f_rev.cpython-39.pyc... 100% Extract: vertex_type_2_10_10_10_rev.cpython-39.pyc... 100% Extract: viewport_array.cpython-39.pyc... 100% Extract: window_pos.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ARM Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ATI Extract: __init__.py Extract: draw_buffers.py... 100% Extract: element_array.py... 100% Extract: envmap_bumpmap.py... 100% Extract: fragment_shader.py... 100% Extract: map_object_buffer.py... 100% Extract: meminfo.py... 100% Extract: pixel_format_float.py... 100% Extract: pn_triangles.py... 100% Extract: separate_stencil.py... 100% Extract: text_fragment_shader.py... 100% Extract: texture_env_combine3.py... 100% Extract: texture_float.py... 100% Extract: texture_mirror_once.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_attrib_array_object.py... 100% Extract: vertex_streams.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\ATI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: element_array.cpython-39.pyc... 100% Extract: envmap_bumpmap.cpython-39.pyc... 100% Extract: fragment_shader.cpython-39.pyc... 100% Extract: map_object_buffer.cpython-39.pyc... 100% Extract: meminfo.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Extract: pn_triangles.cpython-39.pyc... 100% Extract: separate_stencil.cpython-39.pyc... 100% Extract: text_fragment_shader.cpython-39.pyc... 100% Extract: texture_env_combine3.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_mirror_once.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_attrib_array_object.cpython-39.pyc... 100% Extract: vertex_streams.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\DFX Extract: __init__.py Extract: multisample.py... 100% Extract: tbuffer.py... 100% Extract: texture_compression_FXT1.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: tbuffer.cpython-39.pyc... 100% Extract: texture_compression_FXT1.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\DMP Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\DMP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\EXT Extract: GL_422_pixels.py... 100% Extract: __init__.py Extract: abgr.py... 100% Extract: bgra.py... 100% Extract: bindable_uniform.py... 100% Extract: blend_color.py... 100% Extract: blend_equation_separate.py... 100% Extract: blend_func_separate.py... 100% Extract: blend_logic_op.py... 100% Extract: blend_minmax.py... 100% Extract: blend_subtract.py... 100% Extract: clip_volume_hint.py... 100% Extract: cmyka.py... 100% Extract: color_subtable.py... 100% Extract: compiled_vertex_array.py... 100% Extract: convolution.py... 100% Extract: coordinate_frame.py... 100% Extract: copy_texture.py... 100% Extract: cull_vertex.py... 100% Extract: debug_label.py... 100% Extract: debug_marker.py... 100% Extract: depth_bounds_test.py... 100% Extract: direct_state_access.py... 100% Extract: draw_buffers2.py... 100% Extract: draw_instanced.py... 100% Extract: draw_range_elements.py... 100% Extract: fog_coord.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: framebuffer_multisample_blit_scaled.py... 100% Extract: framebuffer_object.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: geometry_shader4.py... 100% Extract: gpu_program_parameters.py... 100% Extract: gpu_shader4.py... 100% Extract: histogram.py... 100% Extract: index_array_formats.py... 100% Extract: index_func.py... 100% Extract: index_material.py... 100% Extract: index_texture.py... 100% Extract: light_texture.py... 100% Extract: misc_attribute.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multisample.py... 100% Extract: packed_depth_stencil.py... 100% Extract: packed_float.py... 100% Extract: packed_pixels.py... 100% Extract: paletted_texture.py... 100% Extract: pixel_buffer_object.py... 100% Extract: pixel_transform.py... 100% Extract: pixel_transform_color_table.py... 100% Extract: point_parameters.py... 100% Extract: polygon_offset.py... 100% Extract: polygon_offset_clamp.py... 100% Extract: post_depth_coverage.py... 100% Extract: provoking_vertex.py... 100% Extract: raster_multisample.py... 100% Extract: rescale_normal.py... 100% Extract: secondary_color.py... 100% Extract: separate_shader_objects.py... 100% Extract: separate_specular_color.py... 100% Extract: shader_image_load_formatted.py... 100% Extract: shader_image_load_store.py... 100% Extract: shader_integer_mix.py... 100% Extract: shadow_funcs.py... 100% Extract: shared_texture_palette.py... 100% Extract: sparse_texture2.py... 100% Extract: stencil_clear_tag.py... 100% Extract: stencil_two_side.py... 100% Extract: stencil_wrap.py... 100% Extract: subtexture.py... 100% Extract: texture.py... 100% Extract: texture3D.py... 100% Extract: texture_array.py... 100% Extract: texture_buffer_object.py... 100% Extract: texture_compression_latc.py... 100% Extract: texture_compression_rgtc.py... 100% Extract: texture_compression_s3tc.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_env_add.py... 100% Extract: texture_env_combine.py... 100% Extract: texture_env_dot3.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_filter_minmax.py... 100% Extract: texture_integer.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_mirror_clamp.py... 100% Extract: texture_object.py... 100% Extract: texture_perturb_normal.py... 100% Extract: texture_sRGB.py... 100% Extract: texture_sRGB_decode.py... 100% Extract: texture_shared_exponent.py... 100% Extract: texture_snorm.py... 100% Extract: texture_swizzle.py... 100% Extract: timer_query.py... 100% Extract: transform_feedback.py... 100% Extract: vertex_array.py... 100% Extract: vertex_array_bgra.py... 100% Extract: vertex_attrib_64bit.py... 100% Extract: vertex_shader.py... 100% Extract: vertex_weighting.py... 100% Extract: x11_sync_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\EXT\__pycache__ Extract: GL_422_pixels.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: abgr.cpython-39.pyc... 100% Extract: bgra.cpython-39.pyc... 100% Extract: bindable_uniform.cpython-39.pyc... 100% Extract: blend_color.cpython-39.pyc... 100% Extract: blend_equation_separate.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: blend_logic_op.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: blend_subtract.cpython-39.pyc... 100% Extract: clip_volume_hint.cpython-39.pyc... 100% Extract: cmyka.cpython-39.pyc... 100% Extract: color_subtable.cpython-39.pyc... 100% Extract: compiled_vertex_array.cpython-39.pyc... 100% Extract: convolution.cpython-39.pyc... 100% Extract: coordinate_frame.cpython-39.pyc... 100% Extract: copy_texture.cpython-39.pyc... 100% Extract: cull_vertex.cpython-39.pyc... 100% Extract: debug_label.cpython-39.pyc... 100% Extract: debug_marker.cpython-39.pyc... 100% Extract: depth_bounds_test.cpython-39.pyc... 100% Extract: direct_state_access.cpython-39.pyc... 100% Extract: draw_buffers2.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: draw_range_elements.cpython-39.pyc... 100% Extract: fog_coord.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: framebuffer_multisample_blit_scaled.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: gpu_program_parameters.cpython-39.pyc... 100% Extract: gpu_shader4.cpython-39.pyc... 100% Extract: histogram.cpython-39.pyc... 100% Extract: index_array_formats.cpython-39.pyc... 100% Extract: index_func.cpython-39.pyc... 100% Extract: index_material.cpython-39.pyc... 100% Extract: index_texture.cpython-39.pyc... 100% Extract: light_texture.cpython-39.pyc... 100% Extract: misc_attribute.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: packed_float.cpython-39.pyc... 100% Extract: packed_pixels.cpython-39.pyc... 100% Extract: paletted_texture.cpython-39.pyc... 100% Extract: pixel_buffer_object.cpython-39.pyc... 100% Extract: pixel_transform.cpython-39.pyc... 100% Extract: pixel_transform_color_table.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: polygon_offset.cpython-39.pyc... 100% Extract: polygon_offset_clamp.cpython-39.pyc... 100% Extract: post_depth_coverage.cpython-39.pyc... 100% Extract: provoking_vertex.cpython-39.pyc... 100% Extract: raster_multisample.cpython-39.pyc... 100% Extract: rescale_normal.cpython-39.pyc... 100% Extract: secondary_color.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: separate_specular_color.cpython-39.pyc... 100% Extract: shader_image_load_formatted.cpython-39.pyc... 100% Extract: shader_image_load_store.cpython-39.pyc... 100% Extract: shader_integer_mix.cpython-39.pyc... 100% Extract: shadow_funcs.cpython-39.pyc... 100% Extract: shared_texture_palette.cpython-39.pyc... 100% Extract: sparse_texture2.cpython-39.pyc... 100% Extract: stencil_clear_tag.cpython-39.pyc... 100% Extract: stencil_two_side.cpython-39.pyc... 100% Extract: stencil_wrap.cpython-39.pyc... 100% Extract: subtexture.cpython-39.pyc... 100% Extract: texture.cpython-39.pyc... 100% Extract: texture3D.cpython-39.pyc... 100% Extract: texture_array.cpython-39.pyc... 100% Extract: texture_buffer_object.cpython-39.pyc... 100% Extract: texture_compression_latc.cpython-39.pyc... 100% Extract: texture_compression_rgtc.cpython-39.pyc... 100% Extract: texture_compression_s3tc.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_env_add.cpython-39.pyc... 100% Extract: texture_env_combine.cpython-39.pyc... 100% Extract: texture_env_dot3.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_filter_minmax.cpython-39.pyc... 100% Extract: texture_integer.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_mirror_clamp.cpython-39.pyc... 100% Extract: texture_object.cpython-39.pyc... 100% Extract: texture_perturb_normal.cpython-39.pyc... 100% Extract: texture_sRGB.cpython-39.pyc... 100% Extract: texture_sRGB_decode.cpython-39.pyc... 100% Extract: texture_shared_exponent.cpython-39.pyc... 100% Extract: texture_snorm.cpython-39.pyc... 100% Extract: texture_swizzle.cpython-39.pyc... 100% Extract: timer_query.cpython-39.pyc... 100% Extract: transform_feedback.cpython-39.pyc... 100% Extract: vertex_array.cpython-39.pyc... 100% Extract: vertex_array_bgra.cpython-39.pyc... 100% Extract: vertex_attrib_64bit.cpython-39.pyc... 100% Extract: vertex_shader.cpython-39.pyc... 100% Extract: vertex_weighting.cpython-39.pyc... 100% Extract: x11_sync_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\FJ Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\FJ\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\GREMEDY Extract: __init__.py Extract: frame_terminator.py... 100% Extract: string_marker.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\GREMEDY\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: frame_terminator.cpython-39.pyc... 100% Extract: string_marker.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\HP Extract: __init__.py Extract: convolution_border_modes.py... 100% Extract: image_transform.py... 100% Extract: occlusion_test.py... 100% Extract: texture_lighting.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\HP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: convolution_border_modes.cpython-39.pyc... 100% Extract: image_transform.cpython-39.pyc... 100% Extract: occlusion_test.cpython-39.pyc... 100% Extract: texture_lighting.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\IBM Extract: __init__.py Extract: cull_vertex.py... 100% Extract: multimode_draw_arrays.py... 100% Extract: rasterpos_clip.py... 100% Extract: static_data.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: vertex_array_lists.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\IBM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cull_vertex.cpython-39.pyc... 100% Extract: multimode_draw_arrays.cpython-39.pyc... 100% Extract: rasterpos_clip.cpython-39.pyc... 100% Extract: static_data.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: vertex_array_lists.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\IMG Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\INGR Extract: __init__.py Extract: blend_func_separate.py... 100% Extract: color_clamp.py... 100% Extract: interlace_read.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\INGR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: color_clamp.cpython-39.pyc... 100% Extract: interlace_read.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\INTEL Extract: __init__.py Extract: fragment_shader_ordering.py... 100% Extract: map_texture.py... 100% Extract: parallel_arrays.py... 100% Extract: performance_query.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fragment_shader_ordering.cpython-39.pyc... 100% Extract: map_texture.cpython-39.pyc... 100% Extract: parallel_arrays.cpython-39.pyc... 100% Extract: performance_query.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\KHR Extract: __init__.py Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: context_flush_control.py... 100% Extract: debug.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: texture_compression_astc_hdr.py... 100% Extract: texture_compression_astc_ldr.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: texture_compression_astc_hdr.cpython-39.pyc... 100% Extract: texture_compression_astc_ldr.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\MESA Extract: __init__.py Extract: pack_invert.py... 100% Extract: resize_buffers.py... 100% Extract: window_pos.py... 100% Extract: ycbcr_texture.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pack_invert.cpython-39.pyc... 100% Extract: resize_buffers.cpython-39.pyc... 100% Extract: window_pos.cpython-39.pyc... 100% Extract: ycbcr_texture.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\MESAX Extract: __init__.py Extract: texture_stack.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\MESAX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: texture_stack.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\NV Extract: __init__.py Extract: bindless_multi_draw_indirect.py... 100% Extract: bindless_multi_draw_indirect_count.py... 100% Extract: bindless_texture.py... 100% Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: blend_square.py... 100% Extract: compute_program5.py... 100% Extract: conditional_render.py... 100% Extract: conservative_raster.py... 100% Extract: copy_depth_to_color.py... 100% Extract: copy_image.py... 100% Extract: deep_texture3D.py... 100% Extract: depth_buffer_float.py... 100% Extract: depth_clamp.py... 100% Extract: draw_texture.py... 100% Extract: evaluators.py... 100% Extract: explicit_multisample.py... 100% Extract: fence.py... 100% Extract: fill_rectangle.py... 100% Extract: float_buffer.py... 100% Extract: fog_distance.py... 100% Extract: fragment_coverage_to_color.py... 100% Extract: fragment_program.py... 100% Extract: fragment_program2.py... 100% Extract: fragment_program4.py... 100% Extract: fragment_program_option.py... 100% Extract: fragment_shader_interlock.py... 100% Extract: framebuffer_mixed_samples.py... 100% Extract: framebuffer_multisample_coverage.py... 100% Extract: geometry_program4.py... 100% Extract: geometry_shader4.py... 100% Extract: geometry_shader_passthrough.py... 100% Extract: gpu_program4.py... 100% Extract: gpu_program5.py... 100% Extract: gpu_program5_mem_extended.py... 100% Extract: gpu_shader5.py... 100% Extract: half_float.py... 100% Extract: internalformat_sample_query.py... 100% Extract: light_max_exponent.py... 100% Extract: multisample_coverage.py... 100% Extract: multisample_filter_hint.py... 100% Extract: occlusion_query.py... 100% Extract: packed_depth_stencil.py... 100% Extract: parameter_buffer_object.py... 100% Extract: parameter_buffer_object2.py... 100% Extract: path_rendering.py... 100% Extract: path_rendering_shared_edge.py... 100% Extract: pixel_data_range.py... 100% Extract: point_sprite.py... 100% Extract: present_video.py... 100% Extract: primitive_restart.py... 100% Extract: register_combiners.py... 100% Extract: register_combiners2.py... 100% Extract: sample_locations.py... 100% Extract: sample_mask_override_coverage.py... 100% Extract: shader_atomic_counters.py... 100% Extract: shader_atomic_float.py... 100% Extract: shader_atomic_fp16_vector.py... 100% Extract: shader_atomic_int64.py... 100% Extract: shader_buffer_load.py... 100% Extract: shader_buffer_store.py... 100% Extract: shader_storage_buffer_object.py... 100% Extract: shader_thread_group.py... 100% Extract: shader_thread_shuffle.py... 100% Extract: tessellation_program5.py... 100% Extract: texgen_emboss.py... 100% Extract: texgen_reflection.py... 100% Extract: texture_barrier.py... 100% Extract: texture_compression_vtc.py... 100% Extract: texture_env_combine4.py... 100% Extract: texture_expand_normal.py... 100% Extract: texture_multisample.py... 100% Extract: texture_rectangle.py... 100% Extract: texture_shader.py... 100% Extract: texture_shader2.py... 100% Extract: texture_shader3.py... 100% Extract: transform_feedback.py... 100% Extract: transform_feedback2.py... 100% Extract: uniform_buffer_unified_memory.py... 100% Extract: vdpau_interop.py... 100% Extract: vertex_array_range.py... 100% Extract: vertex_array_range2.py... 100% Extract: vertex_attrib_integer_64bit.py... 100% Extract: vertex_buffer_unified_memory.py... 100% Extract: vertex_program.py... 100% Extract: vertex_program1_1.py... 100% Extract: vertex_program2.py... 100% Extract: vertex_program2_option.py... 100% Extract: vertex_program3.py... 100% Extract: vertex_program4.py... 100% Extract: video_capture.py... 100% Extract: viewport_array2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindless_multi_draw_indirect.cpython-39.pyc... 100% Extract: bindless_multi_draw_indirect_count.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: blend_square.cpython-39.pyc... 100% Extract: compute_program5.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: conservative_raster.cpython-39.pyc... 100% Extract: copy_depth_to_color.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: deep_texture3D.cpython-39.pyc... 100% Extract: depth_buffer_float.cpython-39.pyc... 100% Extract: depth_clamp.cpython-39.pyc... 100% Extract: draw_texture.cpython-39.pyc... 100% Extract: evaluators.cpython-39.pyc... 100% Extract: explicit_multisample.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: fill_rectangle.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: fog_distance.cpython-39.pyc... 100% Extract: fragment_coverage_to_color.cpython-39.pyc... 100% Extract: fragment_program.cpython-39.pyc... 100% Extract: fragment_program2.cpython-39.pyc... 100% Extract: fragment_program4.cpython-39.pyc... 100% Extract: fragment_program_option.cpython-39.pyc... 100% Extract: fragment_shader_interlock.cpython-39.pyc... 100% Extract: framebuffer_mixed_samples.cpython-39.pyc... 100% Extract: framebuffer_multisample_coverage.cpython-39.pyc... 100% Extract: geometry_program4.cpython-39.pyc... 100% Extract: geometry_shader4.cpython-39.pyc... 100% Extract: geometry_shader_passthrough.cpython-39.pyc... 100% Extract: gpu_program4.cpython-39.pyc... 100% Extract: gpu_program5.cpython-39.pyc... 100% Extract: gpu_program5_mem_extended.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: half_float.cpython-39.pyc... 100% Extract: internalformat_sample_query.cpython-39.pyc... 100% Extract: light_max_exponent.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: multisample_filter_hint.cpython-39.pyc... 100% Extract: occlusion_query.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: parameter_buffer_object.cpython-39.pyc... 100% Extract: parameter_buffer_object2.cpython-39.pyc... 100% Extract: path_rendering.cpython-39.pyc... 100% Extract: path_rendering_shared_edge.cpython-39.pyc... 100% Extract: pixel_data_range.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: primitive_restart.cpython-39.pyc... 100% Extract: register_combiners.cpython-39.pyc... 100% Extract: register_combiners2.cpython-39.pyc... 100% Extract: sample_locations.cpython-39.pyc... 100% Extract: sample_mask_override_coverage.cpython-39.pyc... 100% Extract: shader_atomic_counters.cpython-39.pyc... 100% Extract: shader_atomic_float.cpython-39.pyc... 100% Extract: shader_atomic_fp16_vector.cpython-39.pyc... 100% Extract: shader_atomic_int64.cpython-39.pyc... 100% Extract: shader_buffer_load.cpython-39.pyc... 100% Extract: shader_buffer_store.cpython-39.pyc... 100% Extract: shader_storage_buffer_object.cpython-39.pyc... 100% Extract: shader_thread_group.cpython-39.pyc... 100% Extract: shader_thread_shuffle.cpython-39.pyc... 100% Extract: tessellation_program5.cpython-39.pyc... 100% Extract: texgen_emboss.cpython-39.pyc... 100% Extract: texgen_reflection.cpython-39.pyc... 100% Extract: texture_barrier.cpython-39.pyc... 100% Extract: texture_compression_vtc.cpython-39.pyc... 100% Extract: texture_env_combine4.cpython-39.pyc... 100% Extract: texture_expand_normal.cpython-39.pyc... 100% Extract: texture_multisample.cpython-39.pyc... 100% Extract: texture_rectangle.cpython-39.pyc... 100% Extract: texture_shader.cpython-39.pyc... 100% Extract: texture_shader2.cpython-39.pyc... 100% Extract: texture_shader3.cpython-39.pyc... 100% Extract: transform_feedback.cpython-39.pyc... 100% Extract: transform_feedback2.cpython-39.pyc... 100% Extract: uniform_buffer_unified_memory.cpython-39.pyc... 100% Extract: vdpau_interop.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: vertex_array_range2.cpython-39.pyc... 100% Extract: vertex_attrib_integer_64bit.cpython-39.pyc... 100% Extract: vertex_buffer_unified_memory.cpython-39.pyc... 100% Extract: vertex_program.cpython-39.pyc... 100% Extract: vertex_program1_1.cpython-39.pyc... 100% Extract: vertex_program2.cpython-39.pyc... 100% Extract: vertex_program2_option.cpython-39.pyc... 100% Extract: vertex_program3.cpython-39.pyc... 100% Extract: vertex_program4.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: viewport_array2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\NVX Extract: __init__.py Extract: conditional_render.py... 100% Extract: gpu_memory_info.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\NVX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: gpu_memory_info.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\OES Extract: __init__.py Extract: byte_coordinates.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: fixed_point.py... 100% Extract: query_matrix.py... 100% Extract: read_format.py... 100% Extract: single_precision.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\OES\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: byte_coordinates.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: fixed_point.cpython-39.pyc... 100% Extract: query_matrix.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: single_precision.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\OML Extract: __init__.py Extract: interlace.py... 100% Extract: resample.py... 100% Extract: subsample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: interlace.cpython-39.pyc... 100% Extract: resample.cpython-39.pyc... 100% Extract: subsample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\PGI Extract: __init__.py Extract: misc_hints.py... 100% Extract: vertex_hints.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\PGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: misc_hints.cpython-39.pyc... 100% Extract: vertex_hints.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\QCOM Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\REND Extract: __init__.py Extract: screen_coordinates.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\REND\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: screen_coordinates.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\S3 Extract: __init__.py Extract: s3tc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\S3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: s3tc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGI Extract: __init__.py Extract: color_matrix.py... 100% Extract: color_table.py... 100% Extract: texture_color_table.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: color_matrix.cpython-39.pyc... 100% Extract: color_table.cpython-39.pyc... 100% Extract: texture_color_table.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGIS Extract: __init__.py Extract: detail_texture.py... 100% Extract: fog_function.py... 100% Extract: generate_mipmap.py... 100% Extract: multisample.py... 100% Extract: pixel_texture.py... 100% Extract: point_line_texgen.py... 100% Extract: point_parameters.py... 100% Extract: sharpen_texture.py... 100% Extract: texture4D.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_color_mask.py... 100% Extract: texture_edge_clamp.py... 100% Extract: texture_filter4.py... 100% Extract: texture_lod.py... 100% Extract: texture_select.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGIS\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: detail_texture.cpython-39.pyc... 100% Extract: fog_function.cpython-39.pyc... 100% Extract: generate_mipmap.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pixel_texture.cpython-39.pyc... 100% Extract: point_line_texgen.cpython-39.pyc... 100% Extract: point_parameters.cpython-39.pyc... 100% Extract: sharpen_texture.cpython-39.pyc... 100% Extract: texture4D.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_color_mask.cpython-39.pyc... 100% Extract: texture_edge_clamp.cpython-39.pyc... 100% Extract: texture_filter4.cpython-39.pyc... 100% Extract: texture_lod.cpython-39.pyc... 100% Extract: texture_select.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGIX Extract: __init__.py Extract: async.py... 100% Extract: async_histogram.py... 100% Extract: async_pixel.py... 100% Extract: blend_alpha_minmax.py... 100% Extract: calligraphic_fragment.py... 100% Extract: clipmap.py... 100% Extract: convolution_accuracy.py... 100% Extract: depth_pass_instrument.py... 100% Extract: depth_texture.py... 100% Extract: flush_raster.py... 100% Extract: fog_offset.py... 100% Extract: fragment_lighting.py... 100% Extract: framezoom.py... 100% Extract: igloo_interface.py... 100% Extract: instruments.py... 100% Extract: interlace.py... 100% Extract: ir_instrument1.py... 100% Extract: list_priority.py... 100% Extract: pixel_texture.py... 100% Extract: pixel_tiles.py... 100% Extract: polynomial_ffd.py... 100% Extract: reference_plane.py... 100% Extract: resample.py... 100% Extract: scalebias_hint.py... 100% Extract: shadow.py... 100% Extract: shadow_ambient.py... 100% Extract: sprite.py... 100% Extract: subsample.py... 100% Extract: tag_sample_buffer.py... 100% Extract: texture_add_env.py... 100% Extract: texture_coordinate_clamp.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_multi_buffer.py... 100% Extract: texture_scale_bias.py... 100% Extract: vertex_preclip.py... 100% Extract: ycrcb.py... 100% Extract: ycrcb_subsample.py... 100% Extract: ycrcba.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SGIX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: async.cpython-39.pyc... 100% Extract: async_histogram.cpython-39.pyc... 100% Extract: async_pixel.cpython-39.pyc... 100% Extract: blend_alpha_minmax.cpython-39.pyc... 100% Extract: calligraphic_fragment.cpython-39.pyc... 100% Extract: clipmap.cpython-39.pyc... 100% Extract: convolution_accuracy.cpython-39.pyc... 100% Extract: depth_pass_instrument.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: flush_raster.cpython-39.pyc... 100% Extract: fog_offset.cpython-39.pyc... 100% Extract: fragment_lighting.cpython-39.pyc... 100% Extract: framezoom.cpython-39.pyc... 100% Extract: igloo_interface.cpython-39.pyc... 100% Extract: instruments.cpython-39.pyc... 100% Extract: interlace.cpython-39.pyc... 100% Extract: ir_instrument1.cpython-39.pyc... 100% Extract: list_priority.cpython-39.pyc... 100% Extract: pixel_texture.cpython-39.pyc... 100% Extract: pixel_tiles.cpython-39.pyc... 100% Extract: polynomial_ffd.cpython-39.pyc... 100% Extract: reference_plane.cpython-39.pyc... 100% Extract: resample.cpython-39.pyc... 100% Extract: scalebias_hint.cpython-39.pyc... 100% Extract: shadow.cpython-39.pyc... 100% Extract: shadow_ambient.cpython-39.pyc... 100% Extract: sprite.cpython-39.pyc... 100% Extract: subsample.cpython-39.pyc... 100% Extract: tag_sample_buffer.cpython-39.pyc... 100% Extract: texture_add_env.cpython-39.pyc... 100% Extract: texture_coordinate_clamp.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_multi_buffer.cpython-39.pyc... 100% Extract: texture_scale_bias.cpython-39.pyc... 100% Extract: vertex_preclip.cpython-39.pyc... 100% Extract: ycrcb.cpython-39.pyc... 100% Extract: ycrcb_subsample.cpython-39.pyc... 100% Extract: ycrcba.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SUN Extract: __init__.py Extract: convolution_border_modes.py... 100% Extract: global_alpha.py... 100% Extract: mesh_array.py... 100% Extract: slice_accum.py... 100% Extract: triangle_list.py... 100% Extract: vertex.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SUN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: convolution_border_modes.cpython-39.pyc... 100% Extract: global_alpha.cpython-39.pyc... 100% Extract: mesh_array.cpython-39.pyc... 100% Extract: slice_accum.cpython-39.pyc... 100% Extract: triangle_list.cpython-39.pyc... 100% Extract: vertex.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SUNX Extract: __init__.py Extract: constant_data.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\SUNX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: constant_data.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\VERSION Extract: GL_1_0.py... 100% Extract: GL_1_1.py... 100% Extract: GL_1_2.py... 100% Extract: GL_1_3.py... 100% Extract: GL_1_4.py... 100% Extract: GL_1_5.py... 100% Extract: GL_2_0.py... 100% Extract: GL_2_1.py... 100% Extract: GL_3_0.py... 100% Extract: GL_3_1.py... 100% Extract: GL_3_2.py... 100% Extract: GL_3_3.py... 100% Extract: GL_4_0.py... 100% Extract: GL_4_1.py... 100% Extract: GL_4_2.py... 100% Extract: GL_4_3.py... 100% Extract: GL_4_4.py... 100% Extract: GL_4_5.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\VERSION\__pycache__ Extract: GL_1_0.cpython-39.pyc... 100% Extract: GL_1_1.cpython-39.pyc... 100% Extract: GL_1_2.cpython-39.pyc... 100% Extract: GL_1_3.cpython-39.pyc... 100% Extract: GL_1_4.cpython-39.pyc... 100% Extract: GL_1_5.cpython-39.pyc... 100% Extract: GL_2_0.cpython-39.pyc... 100% Extract: GL_2_1.cpython-39.pyc... 100% Extract: GL_3_0.cpython-39.pyc... 100% Extract: GL_3_1.cpython-39.pyc... 100% Extract: GL_3_2.cpython-39.pyc... 100% Extract: GL_3_3.cpython-39.pyc... 100% Extract: GL_4_0.cpython-39.pyc... 100% Extract: GL_4_1.cpython-39.pyc... 100% Extract: GL_4_2.cpython-39.pyc... 100% Extract: GL_4_3.cpython-39.pyc... 100% Extract: GL_4_4.cpython-39.pyc... 100% Extract: GL_4_5.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\VIV Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\VIV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\WIN Extract: __init__.py Extract: phong_shading.py... 100% Extract: specular_fog.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\WIN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: phong_shading.cpython-39.pyc... 100% Extract: specular_fog.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _lookupint.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLE Extract: __init__.py... 100% Extract: annotations.py... 100% Extract: constants.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: annotations.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1 Extract: __init__.py Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\AMD Extract: __init__.py Extract: compressed_3DC_texture.py... 100% Extract: compressed_ATC_texture.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compressed_3DC_texture.cpython-39.pyc... 100% Extract: compressed_ATC_texture.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\APPLE Extract: __init__.py Extract: copy_texture_levels.py... 100% Extract: framebuffer_multisample.py... 100% Extract: sync.py... 100% Extract: texture_2D_limited_npot.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_max_level.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: copy_texture_levels.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: texture_2D_limited_npot.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_max_level.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\ARM Extract: __init__.py Extract: rgba8.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: rgba8.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\EXT Extract: __init__.py Extract: blend_minmax.py... 100% Extract: discard_framebuffer.py... 100% Extract: map_buffer_range.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multisampled_render_to_texture.py... 100% Extract: read_format_bgra.py... 100% Extract: robustness.py... 100% Extract: sRGB.py... 100% Extract: texture_compression_dxt1.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_lod_bias.py... 100% Extract: texture_storage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: discard_framebuffer.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: read_format_bgra.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: sRGB.cpython-39.pyc... 100% Extract: texture_compression_dxt1.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_lod_bias.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\IMG Extract: __init__.py Extract: multisampled_render_to_texture.py... 100% Extract: read_format.py... 100% Extract: texture_compression_pvrtc.py... 100% Extract: texture_env_enhanced_fixed_function.py... 100% Extract: user_clip_plane.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: texture_compression_pvrtc.cpython-39.pyc... 100% Extract: texture_env_enhanced_fixed_function.cpython-39.pyc... 100% Extract: user_clip_plane.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\NV Extract: __init__.py Extract: fence.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\OES Extract: EGL_image.py... 100% Extract: EGL_image_external.py... 100% Extract: __init__.py Extract: blend_equation_separate.py... 100% Extract: blend_func_separate.py... 100% Extract: blend_subtract.py... 100% Extract: byte_coordinates.py... 100% Extract: compressed_ETC1_RGB8_sub_texture.py... 100% Extract: compressed_ETC1_RGB8_texture.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: depth24.py... 100% Extract: depth32.py... 100% Extract: draw_texture.py... 100% Extract: element_index_uint.py... 100% Extract: extended_matrix_palette.py... 100% Extract: fbo_render_mipmap.py... 100% Extract: fixed_point.py... 100% Extract: framebuffer_object.py... 100% Extract: mapbuffer.py... 100% Extract: matrix_get.py... 100% Extract: matrix_palette.py... 100% Extract: packed_depth_stencil.py... 100% Extract: point_size_array.py... 100% Extract: point_sprite.py... 100% Extract: query_matrix.py... 100% Extract: read_format.py... 100% Extract: required_internalformat.py... 100% Extract: rgb8_rgba8.py... 100% Extract: single_precision.py... 100% Extract: stencil1.py... 100% Extract: stencil4.py... 100% Extract: stencil8.py... 100% Extract: stencil_wrap.py... 100% Extract: texture_cube_map.py... 100% Extract: texture_env_crossbar.py... 100% Extract: texture_mirrored_repeat.py... 100% Extract: vertex_array_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\OES\__pycache__ Extract: EGL_image.cpython-39.pyc... 100% Extract: EGL_image_external.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_separate.cpython-39.pyc... 100% Extract: blend_func_separate.cpython-39.pyc... 100% Extract: blend_subtract.cpython-39.pyc... 100% Extract: byte_coordinates.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_sub_texture.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_texture.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: depth24.cpython-39.pyc... 100% Extract: depth32.cpython-39.pyc... 100% Extract: draw_texture.cpython-39.pyc... 100% Extract: element_index_uint.cpython-39.pyc... 100% Extract: extended_matrix_palette.cpython-39.pyc... 100% Extract: fbo_render_mipmap.cpython-39.pyc... 100% Extract: fixed_point.cpython-39.pyc... 100% Extract: framebuffer_object.cpython-39.pyc... 100% Extract: mapbuffer.cpython-39.pyc... 100% Extract: matrix_get.cpython-39.pyc... 100% Extract: matrix_palette.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: point_size_array.cpython-39.pyc... 100% Extract: point_sprite.cpython-39.pyc... 100% Extract: query_matrix.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: required_internalformat.cpython-39.pyc... 100% Extract: rgb8_rgba8.cpython-39.pyc... 100% Extract: single_precision.cpython-39.pyc... 100% Extract: stencil1.cpython-39.pyc... 100% Extract: stencil4.cpython-39.pyc... 100% Extract: stencil8.cpython-39.pyc... 100% Extract: stencil_wrap.cpython-39.pyc... 100% Extract: texture_cube_map.cpython-39.pyc... 100% Extract: texture_env_crossbar.cpython-39.pyc... 100% Extract: texture_mirrored_repeat.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\QCOM Extract: __init__.py Extract: driver_control.py... 100% Extract: extended_get.py... 100% Extract: extended_get2.py... 100% Extract: perfmon_global_mode.py... 100% Extract: tiled_rendering.py... 100% Extract: writeonly_rendering.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: driver_control.cpython-39.pyc... 100% Extract: extended_get.cpython-39.pyc... 100% Extract: extended_get2.cpython-39.pyc... 100% Extract: perfmon_global_mode.cpython-39.pyc... 100% Extract: tiled_rendering.cpython-39.pyc... 100% Extract: writeonly_rendering.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\VERSION Extract: GLES1_1_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\VERSION\__pycache__ Extract: GLES1_1_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES1\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2 Extract: __init__.py Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\AMD Extract: __init__.py Extract: compressed_3DC_texture.py... 100% Extract: compressed_ATC_texture.py... 100% Extract: performance_monitor.py... 100% Extract: program_binary_Z400.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compressed_3DC_texture.cpython-39.pyc... 100% Extract: compressed_ATC_texture.cpython-39.pyc... 100% Extract: performance_monitor.cpython-39.pyc... 100% Extract: program_binary_Z400.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ANDROID Extract: __init__.py Extract: extension_pack_es31a.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ANDROID\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: extension_pack_es31a.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ANGLE Extract: __init__.py Extract: depth_texture.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: instanced_arrays.py... 100% Extract: pack_reverse_row_order.py... 100% Extract: program_binary.py... 100% Extract: texture_compression_dxt3.py... 100% Extract: texture_compression_dxt5.py... 100% Extract: texture_usage.py... 100% Extract: translated_shader_source.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ANGLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: pack_reverse_row_order.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: texture_compression_dxt3.cpython-39.pyc... 100% Extract: texture_compression_dxt5.cpython-39.pyc... 100% Extract: texture_usage.cpython-39.pyc... 100% Extract: translated_shader_source.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\APPLE Extract: __init__.py Extract: clip_distance.py... 100% Extract: color_buffer_packed_float.py... 100% Extract: copy_texture_levels.py... 100% Extract: framebuffer_multisample.py... 100% Extract: rgb_422.py... 100% Extract: sync.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_max_level.py... 100% Extract: texture_packed_float.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\APPLE\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: clip_distance.cpython-39.pyc... 100% Extract: color_buffer_packed_float.cpython-39.pyc... 100% Extract: copy_texture_levels.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: rgb_422.cpython-39.pyc... 100% Extract: sync.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_max_level.cpython-39.pyc... 100% Extract: texture_packed_float.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ARM Extract: __init__.py Extract: mali_program_binary.py... 100% Extract: mali_shader_binary.py... 100% Extract: rgba8.py... 100% Extract: shader_framebuffer_fetch.py... 100% Extract: shader_framebuffer_fetch_depth_stencil.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\ARM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: mali_program_binary.cpython-39.pyc... 100% Extract: mali_shader_binary.cpython-39.pyc... 100% Extract: rgba8.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch_depth_stencil.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\DMP Extract: __init__.py Extract: program_binary.py... 100% Extract: shader_binary.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\DMP\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\EXT Extract: __init__.py Extract: base_instance.py... 100% Extract: blend_minmax.py... 100% Extract: color_buffer_half_float.py... 100% Extract: copy_image.py... 100% Extract: debug_label.py... 100% Extract: debug_marker.py... 100% Extract: discard_framebuffer.py... 100% Extract: disjoint_timer_query.py... 100% Extract: draw_buffers.py... 100% Extract: draw_buffers_indexed.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: draw_instanced.py... 100% Extract: geometry_point_size.py... 100% Extract: geometry_shader.py... 100% Extract: gpu_shader5.py... 100% Extract: instanced_arrays.py... 100% Extract: map_buffer_range.py... 100% Extract: multi_draw_arrays.py... 100% Extract: multi_draw_indirect.py... 100% Extract: multisampled_render_to_texture.py... 100% Extract: multiview_draw_buffers.py... 100% Extract: occlusion_query_boolean.py... 100% Extract: primitive_bounding_box.py... 100% Extract: pvrtc_sRGB.py... 100% Extract: read_format_bgra.py... 100% Extract: render_snorm.py... 100% Extract: robustness.py... 100% Extract: sRGB.py... 100% Extract: sRGB_write_control.py... 100% Extract: separate_shader_objects.py... 100% Extract: shader_framebuffer_fetch.py... 100% Extract: shader_implicit_conversions.py... 100% Extract: shader_integer_mix.py... 100% Extract: shader_io_blocks.py... 100% Extract: shader_pixel_local_storage.py... 100% Extract: shader_texture_lod.py... 100% Extract: shadow_samplers.py... 100% Extract: tessellation_point_size.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer.py... 100% Extract: texture_compression_dxt1.py... 100% Extract: texture_compression_s3tc.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_filter_anisotropic.py... 100% Extract: texture_format_BGRA8888.py... 100% Extract: texture_norm16.py... 100% Extract: texture_rg.py... 100% Extract: texture_sRGB_decode.py... 100% Extract: texture_storage.py... 100% Extract: texture_type_2_10_10_10_REV.py... 100% Extract: texture_view.py... 100% Extract: unpack_subimage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base_instance.cpython-39.pyc... 100% Extract: blend_minmax.cpython-39.pyc... 100% Extract: color_buffer_half_float.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: debug_label.cpython-39.pyc... 100% Extract: debug_marker.cpython-39.pyc... 100% Extract: discard_framebuffer.cpython-39.pyc... 100% Extract: disjoint_timer_query.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_buffers_indexed.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: geometry_point_size.cpython-39.pyc... 100% Extract: geometry_shader.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: map_buffer_range.cpython-39.pyc... 100% Extract: multi_draw_arrays.cpython-39.pyc... 100% Extract: multi_draw_indirect.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: multiview_draw_buffers.cpython-39.pyc... 100% Extract: occlusion_query_boolean.cpython-39.pyc... 100% Extract: primitive_bounding_box.cpython-39.pyc... 100% Extract: pvrtc_sRGB.cpython-39.pyc... 100% Extract: read_format_bgra.cpython-39.pyc... 100% Extract: render_snorm.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: sRGB.cpython-39.pyc... 100% Extract: sRGB_write_control.cpython-39.pyc... 100% Extract: separate_shader_objects.cpython-39.pyc... 100% Extract: shader_framebuffer_fetch.cpython-39.pyc... 100% Extract: shader_implicit_conversions.cpython-39.pyc... 100% Extract: shader_integer_mix.cpython-39.pyc... 100% Extract: shader_io_blocks.cpython-39.pyc... 100% Extract: shader_pixel_local_storage.cpython-39.pyc... 100% Extract: shader_texture_lod.cpython-39.pyc... 100% Extract: shadow_samplers.cpython-39.pyc... 100% Extract: tessellation_point_size.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer.cpython-39.pyc... 100% Extract: texture_compression_dxt1.cpython-39.pyc... 100% Extract: texture_compression_s3tc.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_filter_anisotropic.cpython-39.pyc... 100% Extract: texture_format_BGRA8888.cpython-39.pyc... 100% Extract: texture_norm16.cpython-39.pyc... 100% Extract: texture_rg.cpython-39.pyc... 100% Extract: texture_sRGB_decode.cpython-39.pyc... 100% Extract: texture_storage.cpython-39.pyc... 100% Extract: texture_type_2_10_10_10_REV.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: unpack_subimage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\FJ Extract: __init__.py Extract: shader_binary_GCCSO.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\FJ\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: shader_binary_GCCSO.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\IMG Extract: __init__.py Extract: multisampled_render_to_texture.py... 100% Extract: program_binary.py... 100% Extract: read_format.py... 100% Extract: shader_binary.py... 100% Extract: texture_compression_pvrtc.py... 100% Extract: texture_compression_pvrtc2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\IMG\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisampled_render_to_texture.cpython-39.pyc... 100% Extract: program_binary.cpython-39.pyc... 100% Extract: read_format.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Extract: texture_compression_pvrtc.cpython-39.pyc... 100% Extract: texture_compression_pvrtc2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\INTEL Extract: __init__.py Extract: performance_query.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: performance_query.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\KHR Extract: __init__.py Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: context_flush_control.py... 100% Extract: debug.py... 100% Extract: robust_buffer_access_behavior.py... 100% Extract: robustness.py... 100% Extract: texture_compression_astc_hdr.py... 100% Extract: texture_compression_astc_ldr.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\KHR\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: robust_buffer_access_behavior.cpython-39.pyc... 100% Extract: robustness.cpython-39.pyc... 100% Extract: texture_compression_astc_hdr.cpython-39.pyc... 100% Extract: texture_compression_astc_ldr.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\NV Extract: __init__.py Extract: bindless_texture.py... 100% Extract: blend_equation_advanced.py... 100% Extract: blend_equation_advanced_coherent.py... 100% Extract: conditional_render.py... 100% Extract: copy_buffer.py... 100% Extract: coverage_sample.py... 100% Extract: depth_nonlinear.py... 100% Extract: draw_buffers.py... 100% Extract: draw_instanced.py... 100% Extract: explicit_attrib_location.py... 100% Extract: fbo_color_attachments.py... 100% Extract: fence.py... 100% Extract: framebuffer_blit.py... 100% Extract: framebuffer_multisample.py... 100% Extract: generate_mipmap_sRGB.py... 100% Extract: image_formats.py... 100% Extract: instanced_arrays.py... 100% Extract: internalformat_sample_query.py... 100% Extract: non_square_matrices.py... 100% Extract: path_rendering.py... 100% Extract: read_buffer.py... 100% Extract: read_buffer_front.py... 100% Extract: read_depth.py... 100% Extract: read_depth_stencil.py... 100% Extract: read_stencil.py... 100% Extract: sRGB_formats.py... 100% Extract: shader_noperspective_interpolation.py... 100% Extract: shadow_samplers_array.py... 100% Extract: shadow_samplers_cube.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_compression_s3tc_update.py... 100% Extract: texture_npot_2D_mipmap.py... 100% Extract: viewport_array.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindless_texture.cpython-39.pyc... 100% Extract: blend_equation_advanced.cpython-39.pyc... 100% Extract: blend_equation_advanced_coherent.cpython-39.pyc... 100% Extract: conditional_render.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: coverage_sample.cpython-39.pyc... 100% Extract: depth_nonlinear.cpython-39.pyc... 100% Extract: draw_buffers.cpython-39.pyc... 100% Extract: draw_instanced.cpython-39.pyc... 100% Extract: explicit_attrib_location.cpython-39.pyc... 100% Extract: fbo_color_attachments.cpython-39.pyc... 100% Extract: fence.cpython-39.pyc... 100% Extract: framebuffer_blit.cpython-39.pyc... 100% Extract: framebuffer_multisample.cpython-39.pyc... 100% Extract: generate_mipmap_sRGB.cpython-39.pyc... 100% Extract: image_formats.cpython-39.pyc... 100% Extract: instanced_arrays.cpython-39.pyc... 100% Extract: internalformat_sample_query.cpython-39.pyc... 100% Extract: non_square_matrices.cpython-39.pyc... 100% Extract: path_rendering.cpython-39.pyc... 100% Extract: read_buffer.cpython-39.pyc... 100% Extract: read_buffer_front.cpython-39.pyc... 100% Extract: read_depth.cpython-39.pyc... 100% Extract: read_depth_stencil.cpython-39.pyc... 100% Extract: read_stencil.cpython-39.pyc... 100% Extract: sRGB_formats.cpython-39.pyc... 100% Extract: shader_noperspective_interpolation.cpython-39.pyc... 100% Extract: shadow_samplers_array.cpython-39.pyc... 100% Extract: shadow_samplers_cube.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_compression_s3tc_update.cpython-39.pyc... 100% Extract: texture_npot_2D_mipmap.cpython-39.pyc... 100% Extract: viewport_array.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\OES Extract: EGL_image.py... 100% Extract: EGL_image_external.py... 100% Extract: EGL_image_external_essl3.py... 100% Extract: __init__.py Extract: compressed_ETC1_RGB8_sub_texture.py... 100% Extract: compressed_ETC1_RGB8_texture.py... 100% Extract: compressed_paletted_texture.py... 100% Extract: copy_image.py... 100% Extract: depth24.py... 100% Extract: depth32.py... 100% Extract: depth_texture.py... 100% Extract: draw_buffers_indexed.py... 100% Extract: draw_elements_base_vertex.py... 100% Extract: element_index_uint.py... 100% Extract: fbo_render_mipmap.py... 100% Extract: fragment_precision_high.py... 100% Extract: geometry_point_size.py... 100% Extract: geometry_shader.py... 100% Extract: get_program_binary.py... 100% Extract: gpu_shader5.py... 100% Extract: mapbuffer.py... 100% Extract: packed_depth_stencil.py... 100% Extract: primitive_bounding_box.py... 100% Extract: required_internalformat.py... 100% Extract: rgb8_rgba8.py... 100% Extract: sample_shading.py... 100% Extract: sample_variables.py... 100% Extract: shader_image_atomic.py... 100% Extract: shader_io_blocks.py... 100% Extract: shader_multisample_interpolation.py... 100% Extract: standard_derivatives.py... 100% Extract: stencil1.py... 100% Extract: stencil4.py... 100% Extract: surfaceless_context.py... 100% Extract: tessellation_point_size.py... 100% Extract: tessellation_shader.py... 100% Extract: texture_3D.py... 100% Extract: texture_border_clamp.py... 100% Extract: texture_buffer.py... 100% Extract: texture_compression_astc.py... 100% Extract: texture_cube_map_array.py... 100% Extract: texture_float.py... 100% Extract: texture_float_linear.py... 100% Extract: texture_half_float.py... 100% Extract: texture_half_float_linear.py... 100% Extract: texture_npot.py... 100% Extract: texture_stencil8.py... 100% Extract: texture_storage_multisample_2d_array.py... 100% Extract: texture_view.py... 100% Extract: vertex_array_object.py... 100% Extract: vertex_half_float.py... 100% Extract: vertex_type_10_10_10_2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\OES\__pycache__ Extract: EGL_image.cpython-39.pyc... 100% Extract: EGL_image_external.cpython-39.pyc... 100% Extract: EGL_image_external_essl3.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_sub_texture.cpython-39.pyc... 100% Extract: compressed_ETC1_RGB8_texture.cpython-39.pyc... 100% Extract: compressed_paletted_texture.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: depth24.cpython-39.pyc... 100% Extract: depth32.cpython-39.pyc... 100% Extract: depth_texture.cpython-39.pyc... 100% Extract: draw_buffers_indexed.cpython-39.pyc... 100% Extract: draw_elements_base_vertex.cpython-39.pyc... 100% Extract: element_index_uint.cpython-39.pyc... 100% Extract: fbo_render_mipmap.cpython-39.pyc... 100% Extract: fragment_precision_high.cpython-39.pyc... 100% Extract: geometry_point_size.cpython-39.pyc... 100% Extract: geometry_shader.cpython-39.pyc... 100% Extract: get_program_binary.cpython-39.pyc... 100% Extract: gpu_shader5.cpython-39.pyc... 100% Extract: mapbuffer.cpython-39.pyc... 100% Extract: packed_depth_stencil.cpython-39.pyc... 100% Extract: primitive_bounding_box.cpython-39.pyc... 100% Extract: required_internalformat.cpython-39.pyc... 100% Extract: rgb8_rgba8.cpython-39.pyc... 100% Extract: sample_shading.cpython-39.pyc... 100% Extract: sample_variables.cpython-39.pyc... 100% Extract: shader_image_atomic.cpython-39.pyc... 100% Extract: shader_io_blocks.cpython-39.pyc... 100% Extract: shader_multisample_interpolation.cpython-39.pyc... 100% Extract: standard_derivatives.cpython-39.pyc... 100% Extract: stencil1.cpython-39.pyc... 100% Extract: stencil4.cpython-39.pyc... 100% Extract: surfaceless_context.cpython-39.pyc... 100% Extract: tessellation_point_size.cpython-39.pyc... 100% Extract: tessellation_shader.cpython-39.pyc... 100% Extract: texture_3D.cpython-39.pyc... 100% Extract: texture_border_clamp.cpython-39.pyc... 100% Extract: texture_buffer.cpython-39.pyc... 100% Extract: texture_compression_astc.cpython-39.pyc... 100% Extract: texture_cube_map_array.cpython-39.pyc... 100% Extract: texture_float.cpython-39.pyc... 100% Extract: texture_float_linear.cpython-39.pyc... 100% Extract: texture_half_float.cpython-39.pyc... 100% Extract: texture_half_float_linear.cpython-39.pyc... 100% Extract: texture_npot.cpython-39.pyc... 100% Extract: texture_stencil8.cpython-39.pyc... 100% Extract: texture_storage_multisample_2d_array.cpython-39.pyc... 100% Extract: texture_view.cpython-39.pyc... 100% Extract: vertex_array_object.cpython-39.pyc... 100% Extract: vertex_half_float.cpython-39.pyc... 100% Extract: vertex_type_10_10_10_2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\QCOM Extract: __init__.py Extract: alpha_test.py... 100% Extract: binning_control.py... 100% Extract: driver_control.py... 100% Extract: extended_get.py... 100% Extract: extended_get2.py... 100% Extract: perfmon_global_mode.py... 100% Extract: tiled_rendering.py... 100% Extract: writeonly_rendering.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\QCOM\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: alpha_test.cpython-39.pyc... 100% Extract: binning_control.cpython-39.pyc... 100% Extract: driver_control.cpython-39.pyc... 100% Extract: extended_get.cpython-39.pyc... 100% Extract: extended_get2.cpython-39.pyc... 100% Extract: perfmon_global_mode.cpython-39.pyc... 100% Extract: tiled_rendering.cpython-39.pyc... 100% Extract: writeonly_rendering.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\VERSION Extract: GLES2_2_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\VERSION\__pycache__ Extract: GLES2_2_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\VIV Extract: __init__.py Extract: shader_binary.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\VIV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: shader_binary.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES2\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES3 Extract: __init__.py... 100% Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES3\VERSION Extract: GLES3_3_0.py... 100% Extract: GLES3_3_1.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES3\VERSION\__pycache__ Extract: GLES3_3_0.cpython-39.pyc... 100% Extract: GLES3_3_1.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLES3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLU Extract: __init__.py... 100% Extract: _errors.py... 100% Extract: annotations.py... 100% Extract: constants.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLU\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: annotations.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLUT Extract: __init__.py... 100% Extract: annotations.py... 100% Extract: constants.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLUT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: annotations.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX Extract: __init__.py Extract: _errors.py... 100% Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\AMD Extract: __init__.py Extract: gpu_association.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gpu_association.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\ARB Extract: __init__.py Extract: context_flush_control.py... 100% Extract: create_context.py... 100% Extract: create_context_profile.py... 100% Extract: create_context_robustness.py... 100% Extract: fbconfig_float.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: get_proc_address.py... 100% Extract: multisample.py... 100% Extract: robustness_application_isolation.py... 100% Extract: robustness_share_group_isolation.py... 100% Extract: vertex_buffer_object.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\ARB\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: create_context_profile.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: fbconfig_float.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: get_proc_address.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: robustness_application_isolation.cpython-39.pyc... 100% Extract: robustness_share_group_isolation.cpython-39.pyc... 100% Extract: vertex_buffer_object.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\DFX Extract: __init__.py Extract: multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\EXT Extract: __init__.py Extract: buffer_age.py... 100% Extract: create_context_es2_profile.py... 100% Extract: create_context_es_profile.py... 100% Extract: fbconfig_packed_float.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: import_context.py... 100% Extract: stereo_tree.py... 100% Extract: swap_control.py... 100% Extract: swap_control_tear.py... 100% Extract: texture_from_pixmap.py... 100% Extract: visual_info.py... 100% Extract: visual_rating.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_age.cpython-39.pyc... 100% Extract: create_context_es2_profile.cpython-39.pyc... 100% Extract: create_context_es_profile.cpython-39.pyc... 100% Extract: fbconfig_packed_float.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: import_context.cpython-39.pyc... 100% Extract: stereo_tree.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: swap_control_tear.cpython-39.pyc... 100% Extract: texture_from_pixmap.cpython-39.pyc... 100% Extract: visual_info.cpython-39.pyc... 100% Extract: visual_rating.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\INTEL Extract: __init__.py Extract: swap_event.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\INTEL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_event.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\MESA Extract: __init__.py Extract: agp_offset.py... 100% Extract: copy_sub_buffer.py... 100% Extract: pixmap_colormap.py... 100% Extract: query_renderer.py... 100% Extract: release_buffers.py... 100% Extract: set_3dfx_mode.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\MESA\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: agp_offset.cpython-39.pyc... 100% Extract: copy_sub_buffer.cpython-39.pyc... 100% Extract: pixmap_colormap.cpython-39.pyc... 100% Extract: query_renderer.cpython-39.pyc... 100% Extract: release_buffers.cpython-39.pyc... 100% Extract: set_3dfx_mode.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\NV Extract: __init__.py Extract: copy_buffer.py... 100% Extract: copy_image.py... 100% Extract: delay_before_swap.py... 100% Extract: float_buffer.py... 100% Extract: multisample_coverage.py... 100% Extract: present_video.py... 100% Extract: swap_group.py... 100% Extract: video_capture.py... 100% Extract: video_out.py... 100% Extract: video_output.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\NV\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: copy_buffer.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: delay_before_swap.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: video_out.cpython-39.pyc... 100% Extract: video_output.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\OML Extract: __init__.py Extract: swap_method.py... 100% Extract: sync_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: swap_method.cpython-39.pyc... 100% Extract: sync_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGI Extract: __init__.py Extract: cushion.py... 100% Extract: make_current_read.py... 100% Extract: swap_control.py... 100% Extract: video_sync.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cushion.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: video_sync.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGIS Extract: __init__.py Extract: blended_overlay.py... 100% Extract: multisample.py... 100% Extract: shared_multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGIS\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: blended_overlay.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: shared_multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGIX Extract: __init__.py Extract: dmbuffer.py... 100% Extract: fbconfig.py... 100% Extract: hyperpipe.py... 100% Extract: pbuffer.py... 100% Extract: swap_barrier.py... 100% Extract: swap_group.py... 100% Extract: video_resize.py... 100% Extract: video_source.py... 100% Extract: visual_select_group.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SGIX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dmbuffer.cpython-39.pyc... 100% Extract: fbconfig.cpython-39.pyc... 100% Extract: hyperpipe.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: swap_barrier.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: video_resize.cpython-39.pyc... 100% Extract: video_source.cpython-39.pyc... 100% Extract: visual_select_group.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SUN Extract: __init__.py Extract: get_transparent_index.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\SUN\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: get_transparent_index.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\VERSION Extract: GLX_1_0.py... 100% Extract: GLX_1_1.py... 100% Extract: GLX_1_2.py... 100% Extract: GLX_1_3.py... 100% Extract: GLX_1_4.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\VERSION\__pycache__ Extract: GLX_1_0.cpython-39.pyc... 100% Extract: GLX_1_1.cpython-39.pyc... 100% Extract: GLX_1_2.cpython-39.pyc... 100% Extract: GLX_1_3.cpython-39.pyc... 100% Extract: GLX_1_4.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\GLX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL Extract: __init__.py Extract: _errors.py Extract: _glgets.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\AMD Extract: __init__.py Extract: gpu_association.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\AMD\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gpu_association.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\ARB Extract: __init__.py Extract: buffer_region.py... 100% Extract: context_flush_control.py... 100% Extract: create_context.py... 100% Extract: create_context_profile.py... 100% Extract: create_context_robustness.py... 100% Extract: extensions_string.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: make_current_read.py... 100% Extract: multisample.py... 100% Extract: pbuffer.py... 100% Extract: pixel_format.py... 100% Extract: pixel_format_float.py... 100% Extract: render_texture.py... 100% Extract: robustness_application_isolation.py... 100% Extract: robustness_share_group_isolation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\ARB\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: buffer_region.cpython-39.pyc... 100% Extract: context_flush_control.cpython-39.pyc... 100% Extract: create_context.cpython-39.pyc... 100% Extract: create_context_profile.cpython-39.pyc... 100% Extract: create_context_robustness.cpython-39.pyc... 100% Extract: extensions_string.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: pixel_format.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Extract: render_texture.cpython-39.pyc... 100% Extract: robustness_application_isolation.cpython-39.pyc... 100% Extract: robustness_share_group_isolation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\ATI Extract: __init__.py Extract: pixel_format_float.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\ATI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pixel_format_float.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\DFX Extract: __init__.py Extract: multisample.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\DFX\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\DL Extract: __init__.py Extract: stereo_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\DL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: stereo_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\EXT Extract: __init__.py Extract: create_context_es2_profile.py... 100% Extract: create_context_es_profile.py... 100% Extract: depth_float.py... 100% Extract: display_color_table.py... 100% Extract: extensions_string.py... 100% Extract: framebuffer_sRGB.py... 100% Extract: make_current_read.py... 100% Extract: multisample.py... 100% Extract: pbuffer.py... 100% Extract: pixel_format.py... 100% Extract: pixel_format_packed_float.py... 100% Extract: swap_control.py... 100% Extract: swap_control_tear.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\EXT\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: create_context_es2_profile.cpython-39.pyc... 100% Extract: create_context_es_profile.cpython-39.pyc... 100% Extract: depth_float.cpython-39.pyc... 100% Extract: display_color_table.cpython-39.pyc... 100% Extract: extensions_string.cpython-39.pyc... 100% Extract: framebuffer_sRGB.cpython-39.pyc... 100% Extract: make_current_read.cpython-39.pyc... 100% Extract: multisample.cpython-39.pyc... 100% Extract: pbuffer.cpython-39.pyc... 100% Extract: pixel_format.cpython-39.pyc... 100% Extract: pixel_format_packed_float.cpython-39.pyc... 100% Extract: swap_control.cpython-39.pyc... 100% Extract: swap_control_tear.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\I3D Extract: __init__.py Extract: digital_video_control.py... 100% Extract: gamma.py... 100% Extract: genlock.py... 100% Extract: image_buffer.py... 100% Extract: swap_frame_lock.py... 100% Extract: swap_frame_usage.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\I3D\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: digital_video_control.cpython-39.pyc... 100% Extract: gamma.cpython-39.pyc... 100% Extract: genlock.cpython-39.pyc... 100% Extract: image_buffer.cpython-39.pyc... 100% Extract: swap_frame_lock.cpython-39.pyc... 100% Extract: swap_frame_usage.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\NV Extract: DX_interop.py... 100% Extract: DX_interop2.py... 100% Extract: __init__.py Extract: copy_image.py... 100% Extract: delay_before_swap.py... 100% Extract: float_buffer.py... 100% Extract: gpu_affinity.py... 100% Extract: multisample_coverage.py... 100% Extract: present_video.py... 100% Extract: render_depth_texture.py... 100% Extract: render_texture_rectangle.py... 100% Extract: swap_group.py... 100% Extract: vertex_array_range.py... 100% Extract: video_capture.py... 100% Extract: video_output.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\NV\__pycache__ Extract: DX_interop.cpython-39.pyc... 100% Extract: DX_interop2.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: copy_image.cpython-39.pyc... 100% Extract: delay_before_swap.cpython-39.pyc... 100% Extract: float_buffer.cpython-39.pyc... 100% Extract: gpu_affinity.cpython-39.pyc... 100% Extract: multisample_coverage.cpython-39.pyc... 100% Extract: present_video.cpython-39.pyc... 100% Extract: render_depth_texture.cpython-39.pyc... 100% Extract: render_texture_rectangle.cpython-39.pyc... 100% Extract: swap_group.cpython-39.pyc... 100% Extract: vertex_array_range.cpython-39.pyc... 100% Extract: video_capture.cpython-39.pyc... 100% Extract: video_output.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\OML Extract: __init__.py Extract: sync_control.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\OML\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: sync_control.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\VERSION Extract: WGL_1_0.py... 100% Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\VERSION\__pycache__ Extract: WGL_1_0.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\WGL\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _errors.cpython-39.pyc... 100% Extract: _glgets.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\osmesa Extract: __init__.py Extract: _types.py... 100% Extract: mesa.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenGL\raw\osmesa\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Extract: mesa.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenSSL Extract: SSL.py... 100% Extract: __init__.py... 100% Extract: _util.py... 100% Extract: crypto.py... 100% Extract: debug.py... 100% Extract: rand.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\OpenSSL\__pycache__ Extract: SSL.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _util.cpython-39.pyc... 100% Extract: crypto.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: rand.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PIL Extract: BdfFontFile.py... 100% Extract: BlpImagePlugin.py... 100% Extract: BmpImagePlugin.py... 100% Extract: BufrStubImagePlugin.py... 100% Extract: ContainerIO.py... 100% Extract: CurImagePlugin.py... 100% Extract: DcxImagePlugin.py... 100% Extract: DdsImagePlugin.py... 100% Extract: EpsImagePlugin.py... 100% Extract: ExifTags.py... 100% Extract: FitsStubImagePlugin.py... 100% Extract: FliImagePlugin.py... 100% Extract: FontFile.py... 100% Extract: FpxImagePlugin.py... 100% Extract: FtexImagePlugin.py... 100% Extract: GbrImagePlugin.py... 100% Extract: GdImageFile.py... 100% Extract: GifImagePlugin.py... 100% Extract: GimpGradientFile.py... 100% Extract: GimpPaletteFile.py... 100% Extract: GribStubImagePlugin.py... 100% Extract: Hdf5StubImagePlugin.py... 100% Extract: IcnsImagePlugin.py... 100% Extract: IcoImagePlugin.py... 100% Extract: ImImagePlugin.py... 100% Extract: Image.py... 100% Extract: ImageChops.py... 100% Extract: ImageCms.py... 100% Extract: ImageColor.py... 100% Extract: ImageDraw.py... 100% Extract: ImageDraw2.py... 100% Extract: ImageEnhance.py... 100% Extract: ImageFile.py... 100% Extract: ImageFilter.py... 100% Extract: ImageFont.py... 100% Extract: ImageGrab.py... 100% Extract: ImageMath.py... 100% Extract: ImageMode.py... 100% Extract: ImageMorph.py... 100% Extract: ImageOps.py... 100% Extract: ImagePalette.py... 100% Extract: ImagePath.py... 100% Extract: ImageQt.py... 100% Extract: ImageSequence.py... 100% Extract: ImageShow.py... 100% Extract: ImageStat.py... 100% Extract: ImageTk.py... 100% Extract: ImageTransform.py... 100% Extract: ImageWin.py... 100% Extract: ImtImagePlugin.py... 100% Extract: IptcImagePlugin.py... 100% Extract: Jpeg2KImagePlugin.py... 100% Extract: JpegImagePlugin.py... 100% Extract: JpegPresets.py... 100% Extract: McIdasImagePlugin.py... 100% Extract: MicImagePlugin.py... 100% Extract: MpegImagePlugin.py... 100% Extract: MpoImagePlugin.py... 100% Extract: MspImagePlugin.py... 100% Extract: PSDraw.py... 100% Extract: PaletteFile.py... 100% Extract: PalmImagePlugin.py... 100% Extract: PcdImagePlugin.py... 100% Extract: PcfFontFile.py... 100% Extract: PcxImagePlugin.py... 100% Extract: PdfImagePlugin.py... 100% Extract: PdfParser.py... 100% Extract: PixarImagePlugin.py... 100% Extract: PngImagePlugin.py... 100% Extract: PpmImagePlugin.py... 100% Extract: PsdImagePlugin.py... 100% Extract: PyAccess.py... 100% Extract: SgiImagePlugin.py... 100% Extract: SpiderImagePlugin.py... 100% Extract: SunImagePlugin.py... 100% Extract: TarIO.py... 100% Extract: TgaImagePlugin.py... 100% Extract: TiffImagePlugin.py... 100% Extract: TiffTags.py... 100% Extract: WalImageFile.py... 100% Extract: WebPImagePlugin.py... 100% Extract: WmfImagePlugin.py... 100% Extract: XVThumbImagePlugin.py... 100% Extract: XbmImagePlugin.py... 100% Extract: XpmImagePlugin.py... 100% Extract: __init__.py... 100% Extract: __main__.py Extract: _binary.py... 100% Extract: _imaging.cp39-win_amd64.pyd... 100% Extract: _imagingft.cp39-win_amd64.pyd... 100% Extract: _imagingmath.cp39-win_amd64.pyd... 100% Extract: _imagingmorph.cp39-win_amd64.pyd... 100% Extract: _imagingtk.cp39-win_amd64.pyd... 100% Extract: _tkinter_finder.py... 100% Extract: _util.py... 100% Extract: _version.py Extract: _webp.cp39-win_amd64.pyd... 100% Extract: features.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PIL\__pycache__ Extract: BdfFontFile.cpython-39.pyc... 100% Extract: BlpImagePlugin.cpython-39.pyc... 100% Extract: BmpImagePlugin.cpython-39.pyc... 100% Extract: BufrStubImagePlugin.cpython-39.pyc... 100% Extract: ContainerIO.cpython-39.pyc... 100% Extract: CurImagePlugin.cpython-39.pyc... 100% Extract: DcxImagePlugin.cpython-39.pyc... 100% Extract: DdsImagePlugin.cpython-39.pyc... 100% Extract: EpsImagePlugin.cpython-39.pyc... 100% Extract: ExifTags.cpython-39.pyc... 100% Extract: FitsStubImagePlugin.cpython-39.pyc... 100% Extract: FliImagePlugin.cpython-39.pyc... 100% Extract: FontFile.cpython-39.pyc... 100% Extract: FpxImagePlugin.cpython-39.pyc... 100% Extract: FtexImagePlugin.cpython-39.pyc... 100% Extract: GbrImagePlugin.cpython-39.pyc... 100% Extract: GdImageFile.cpython-39.pyc... 100% Extract: GifImagePlugin.cpython-39.pyc... 100% Extract: GimpGradientFile.cpython-39.pyc... 100% Extract: GimpPaletteFile.cpython-39.pyc... 100% Extract: GribStubImagePlugin.cpython-39.pyc... 100% Extract: Hdf5StubImagePlugin.cpython-39.pyc... 100% Extract: IcnsImagePlugin.cpython-39.pyc... 100% Extract: IcoImagePlugin.cpython-39.pyc... 100% Extract: ImImagePlugin.cpython-39.pyc... 100% Extract: Image.cpython-39.pyc... 100% Extract: ImageChops.cpython-39.pyc... 100% Extract: ImageCms.cpython-39.pyc... 100% Extract: ImageColor.cpython-39.pyc... 100% Extract: ImageDraw.cpython-39.pyc... 100% Extract: ImageDraw2.cpython-39.pyc... 100% Extract: ImageEnhance.cpython-39.pyc... 100% Extract: ImageFile.cpython-39.pyc... 100% Extract: ImageFilter.cpython-39.pyc... 100% Extract: ImageFont.cpython-39.pyc... 100% Extract: ImageGrab.cpython-39.pyc... 100% Extract: ImageMath.cpython-39.pyc... 100% Extract: ImageMode.cpython-39.pyc... 100% Extract: ImageMorph.cpython-39.pyc... 100% Extract: ImageOps.cpython-39.pyc... 100% Extract: ImagePalette.cpython-39.pyc... 100% Extract: ImagePath.cpython-39.pyc... 100% Extract: ImageQt.cpython-39.pyc... 100% Extract: ImageSequence.cpython-39.pyc... 100% Extract: ImageShow.cpython-39.pyc... 100% Extract: ImageStat.cpython-39.pyc... 100% Extract: ImageTk.cpython-39.pyc... 100% Extract: ImageTransform.cpython-39.pyc... 100% Extract: ImageWin.cpython-39.pyc... 100% Extract: ImtImagePlugin.cpython-39.pyc... 100% Extract: IptcImagePlugin.cpython-39.pyc... 100% Extract: Jpeg2KImagePlugin.cpython-39.pyc... 100% Extract: JpegImagePlugin.cpython-39.pyc... 100% Extract: JpegPresets.cpython-39.pyc... 100% Extract: McIdasImagePlugin.cpython-39.pyc... 100% Extract: MicImagePlugin.cpython-39.pyc... 100% Extract: MpegImagePlugin.cpython-39.pyc... 100% Extract: MpoImagePlugin.cpython-39.pyc... 100% Extract: MspImagePlugin.cpython-39.pyc... 100% Extract: PSDraw.cpython-39.pyc... 100% Extract: PaletteFile.cpython-39.pyc... 100% Extract: PalmImagePlugin.cpython-39.pyc... 100% Extract: PcdImagePlugin.cpython-39.pyc... 100% Extract: PcfFontFile.cpython-39.pyc... 100% Extract: PcxImagePlugin.cpython-39.pyc... 100% Extract: PdfImagePlugin.cpython-39.pyc... 100% Extract: PdfParser.cpython-39.pyc... 100% Extract: PixarImagePlugin.cpython-39.pyc... 100% Extract: PngImagePlugin.cpython-39.pyc... 100% Extract: PpmImagePlugin.cpython-39.pyc... 100% Extract: PsdImagePlugin.cpython-39.pyc... 100% Extract: PyAccess.cpython-39.pyc... 100% Extract: SgiImagePlugin.cpython-39.pyc... 100% Extract: SpiderImagePlugin.cpython-39.pyc... 100% Extract: SunImagePlugin.cpython-39.pyc... 100% Extract: TarIO.cpython-39.pyc... 100% Extract: TgaImagePlugin.cpython-39.pyc... 100% Extract: TiffImagePlugin.cpython-39.pyc... 100% Extract: TiffTags.cpython-39.pyc... 100% Extract: WalImageFile.cpython-39.pyc... 100% Extract: WebPImagePlugin.cpython-39.pyc... 100% Extract: WmfImagePlugin.cpython-39.pyc... 100% Extract: XVThumbImagePlugin.cpython-39.pyc... 100% Extract: XbmImagePlugin.cpython-39.pyc... 100% Extract: XpmImagePlugin.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: _binary.cpython-39.pyc... 100% Extract: _tkinter_finder.cpython-39.pyc... 100% Extract: _util.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: features.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\Pillow-9.0.1-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: installed-files.txt... 100% Extract: top_level.txt Extract: zip-safe Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyOpenGL-3.1.1a1-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: top_level.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5 Extract: Qt.pyd... 100% Extract: QtBluetooth.pyd... 100% Extract: QtBluetooth.pyi... 100% Extract: QtCore.pyd... 100% Extract: QtCore.pyi... 100% Extract: QtDBus.pyd... 100% Extract: QtDBus.pyi... 100% Extract: QtDesigner.pyd... 100% Extract: QtDesigner.pyi... 100% Extract: QtGui.pyd... 100% Extract: QtGui.pyi... 100% Extract: QtHelp.pyd... 100% Extract: QtHelp.pyi... 100% Extract: QtLocation.pyd... 100% Extract: QtLocation.pyi... 100% Extract: QtMultimedia.pyd... 100% Extract: QtMultimedia.pyi... 100% Extract: QtMultimediaWidgets.pyd... 100% Extract: QtMultimediaWidgets.pyi... 100% Extract: QtNetwork.pyd... 100% Extract: QtNetwork.pyi... 100% Extract: QtOpenGL.pyd... 100% Extract: QtOpenGL.pyi... 100% Extract: QtPositioning.pyd... 100% Extract: QtPositioning.pyi... 100% Extract: QtPrintSupport.pyd... 100% Extract: QtPrintSupport.pyi... 100% Extract: QtQml.pyd... 100% Extract: QtQml.pyi... 100% Extract: QtQuick.pyd... 100% Extract: QtQuick.pyi... 100% Extract: QtQuickWidgets.pyd... 100% Extract: QtQuickWidgets.pyi... 100% Extract: QtSensors.pyd... 100% Extract: QtSensors.pyi... 100% Extract: QtSerialPort.pyd... 100% Extract: QtSerialPort.pyi... 100% Extract: QtSql.pyd... 100% Extract: QtSql.pyi... 100% Extract: QtSvg.pyd... 100% Extract: QtSvg.pyi... 100% Extract: QtTest.pyd... 100% Extract: QtTest.pyi... 100% Extract: QtWebChannel.pyd... 100% Extract: QtWebChannel.pyi... 100% Extract: QtWebEngine.pyd... 100% Extract: QtWebEngine.pyi... 100% Extract: QtWebEngineCore.pyd... 100% Extract: QtWebEngineCore.pyi... 100% Extract: QtWebEngineWidgets.pyd... 100% Extract: QtWebEngineWidgets.pyi... 100% Extract: QtWebSockets.pyd... 100% Extract: QtWebSockets.pyi... 100% Extract: QtWidgets.pyd... 100% Extract: QtWidgets.pyi... 100% Extract: QtXml.pyd... 100% Extract: QtXml.pyi... 100% Extract: QtXmlPatterns.pyd... 100% Extract: QtXmlPatterns.pyi... 100% Extract: __init__.py... 100% Extract: pylupdate.pyd... 100% Extract: pylupdate_main.py... 100% Extract: pyrcc.pyd... 100% Extract: pyrcc_main.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pylupdate_main.cpython-39.pyc... 100% Extract: pyrcc_main.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic Extract: __init__.py... 100% Extract: driver.py... 100% Extract: exceptions.py... 100% Extract: icon_cache.py... 100% Extract: objcreator.py... 100% Extract: properties.py... 100% Extract: pyuic.py... 100% Extract: uiparser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\Compiler Extract: __init__.py... 100% Extract: compiler.py... 100% Extract: indenter.py... 100% Extract: misc.py... 100% Extract: proxy_metaclass.py... 100% Extract: qobjectcreator.py... 100% Extract: qtproxies.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\Compiler\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compiler.cpython-39.pyc... 100% Extract: indenter.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: proxy_metaclass.cpython-39.pyc... 100% Extract: qobjectcreator.cpython-39.pyc... 100% Extract: qtproxies.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\Loader Extract: __init__.py... 100% Extract: loader.py... 100% Extract: qobjectcreator.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\Loader\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: loader.cpython-39.pyc... 100% Extract: qobjectcreator.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: driver.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: icon_cache.cpython-39.pyc... 100% Extract: objcreator.cpython-39.pyc... 100% Extract: properties.cpython-39.pyc... 100% Extract: pyuic.cpython-39.pyc... 100% Extract: uiparser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\port_v2 Extract: __init__.py... 100% Extract: as_string.py... 100% Extract: ascii_upper.py... 100% Extract: proxy_base.py... 100% Extract: string_io.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\port_v2\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: as_string.cpython-39.pyc... 100% Extract: ascii_upper.cpython-39.pyc... 100% Extract: proxy_base.cpython-39.pyc... 100% Extract: string_io.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\port_v3 Extract: __init__.py... 100% Extract: as_string.py... 100% Extract: ascii_upper.py... 100% Extract: proxy_base.py... 100% Extract: string_io.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\port_v3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: as_string.cpython-39.pyc... 100% Extract: ascii_upper.cpython-39.pyc... 100% Extract: proxy_base.cpython-39.pyc... 100% Extract: string_io.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\widget-plugins Extract: qaxcontainer.py... 100% Extract: qscintilla.py... 100% Extract: qtcharts.py... 100% Extract: qtprintsupport.py... 100% Extract: qtquickwidgets.py... 100% Extract: qtwebenginewidgets.py... 100% Extract: qtwebkit.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PyQt5\uic\widget-plugins\__pycache__ Extract: qaxcontainer.cpython-39.pyc... 100% Extract: qscintilla.cpython-39.pyc... 100% Extract: qtcharts.cpython-39.pyc... 100% Extract: qtprintsupport.cpython-39.pyc... 100% Extract: qtquickwidgets.cpython-39.pyc... 100% Extract: qtwebenginewidgets.cpython-39.pyc... 100% Extract: qtwebkit.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\PySocks-1.7.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\__pycache__ Extract: cycler.cpython-39.pyc... 100% Extract: cython.cpython-39.pyc... 100% Extract: munkres.cpython-39.pyc... 100% Extract: pylab.cpython-39.pyc... 100% Extract: readline.cpython-39.pyc... 100% Extract: sipconfig.cpython-39.pyc... 100% Extract: sipdistutils.cpython-39.pyc... 100% Extract: six.cpython-39.pyc... 100% Extract: socks.cpython-39.pyc... 100% Extract: sockshandler.cpython-39.pyc... 100% Extract: win_inet_pton.cpython-39.pyc... 100% Extract: wincertstore.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_distutils_hack Extract: __init__.py... 100% Extract: override.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_distutils_hack\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: override.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest Extract: __init__.py... 100% Extract: _argcomplete.py... 100% Extract: _version.py... 100% Extract: cacheprovider.py... 100% Extract: capture.py... 100% Extract: compat.py... 100% Extract: debugging.py... 100% Extract: deprecated.py... 100% Extract: doctest.py... 100% Extract: faulthandler.py... 100% Extract: fixtures.py... 100% Extract: freeze_support.py... 100% Extract: helpconfig.py... 100% Extract: hookspec.py... 100% Extract: junitxml.py... 100% Extract: legacypath.py... 100% Extract: logging.py... 100% Extract: main.py... 100% Extract: monkeypatch.py... 100% Extract: nodes.py... 100% Extract: nose.py... 100% Extract: outcomes.py... 100% Extract: pastebin.py... 100% Extract: pathlib.py... 100% Extract: py.typed Extract: pytester.py... 100% Extract: pytester_assertions.py... 100% Extract: python.py... 100% Extract: python_api.py... 100% Extract: python_path.py... 100% Extract: recwarn.py... 100% Extract: reports.py... 100% Extract: runner.py... 100% Extract: scope.py... 100% Extract: setuponly.py... 100% Extract: setupplan.py... 100% Extract: skipping.py... 100% Extract: stash.py... 100% Extract: stepwise.py... 100% Extract: terminal.py... 100% Extract: threadexception.py... 100% Extract: timing.py... 100% Extract: tmpdir.py... 100% Extract: unittest.py... 100% Extract: unraisableexception.py... 100% Extract: warning_types.py... 100% Extract: warnings.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _argcomplete.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: cacheprovider.cpython-39.pyc... 100% Extract: capture.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: debugging.cpython-39.pyc... 100% Extract: deprecated.cpython-39.pyc... 100% Extract: doctest.cpython-39.pyc... 100% Extract: faulthandler.cpython-39.pyc... 100% Extract: fixtures.cpython-39.pyc... 100% Extract: freeze_support.cpython-39.pyc... 100% Extract: helpconfig.cpython-39.pyc... 100% Extract: hookspec.cpython-39.pyc... 100% Extract: junitxml.cpython-39.pyc... 100% Extract: legacypath.cpython-39.pyc... 100% Extract: logging.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: monkeypatch.cpython-39.pyc... 100% Extract: nodes.cpython-39.pyc... 100% Extract: nose.cpython-39.pyc... 100% Extract: outcomes.cpython-39.pyc... 100% Extract: pastebin.cpython-39.pyc... 100% Extract: pathlib.cpython-39.pyc... 100% Extract: pytester.cpython-39.pyc... 100% Extract: pytester_assertions.cpython-39.pyc... 100% Extract: python.cpython-39.pyc... 100% Extract: python_api.cpython-39.pyc... 100% Extract: python_path.cpython-39.pyc... 100% Extract: recwarn.cpython-39.pyc... 100% Extract: reports.cpython-39.pyc... 100% Extract: runner.cpython-39.pyc... 100% Extract: scope.cpython-39.pyc... 100% Extract: setuponly.cpython-39.pyc... 100% Extract: setupplan.cpython-39.pyc... 100% Extract: skipping.cpython-39.pyc... 100% Extract: stash.cpython-39.pyc... 100% Extract: stepwise.cpython-39.pyc... 100% Extract: terminal.cpython-39.pyc... 100% Extract: threadexception.cpython-39.pyc... 100% Extract: timing.cpython-39.pyc... 100% Extract: tmpdir.cpython-39.pyc... 100% Extract: unittest.cpython-39.pyc... 100% Extract: unraisableexception.cpython-39.pyc... 100% Extract: warning_types.cpython-39.pyc... 100% Extract: warnings.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\_code Extract: __init__.py... 100% Extract: code.py... 100% Extract: source.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\_code\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: code.cpython-39.pyc... 100% Extract: source.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\_io Extract: __init__.py... 100% Extract: saferepr.py... 100% Extract: terminalwriter.py... 100% Extract: wcwidth.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\_io\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: saferepr.cpython-39.pyc... 100% Extract: terminalwriter.cpython-39.pyc... 100% Extract: wcwidth.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\assertion Extract: __init__.py... 100% Extract: rewrite.py... 100% Extract: truncate.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\assertion\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: rewrite.cpython-39.pyc... 100% Extract: truncate.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\config Extract: __init__.py... 100% Extract: argparsing.py... 100% Extract: compat.py... 100% Extract: exceptions.py... 100% Extract: findpaths.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\config\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: argparsing.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: findpaths.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\mark Extract: __init__.py... 100% Extract: expression.py... 100% Extract: structures.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\_pytest\mark\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: expression.cpython-39.pyc... 100% Extract: structures.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\atomicwrites Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\atomicwrites\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\atomicwrites-1.4.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: WHEEL... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\attr Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _cmp.py... 100% Extract: _cmp.pyi... 100% Extract: _compat.py... 100% Extract: _config.py... 100% Extract: _funcs.py... 100% Extract: _make.py... 100% Extract: _next_gen.py... 100% Extract: _version_info.py... 100% Extract: _version_info.pyi... 100% Extract: converters.py... 100% Extract: converters.pyi... 100% Extract: exceptions.py... 100% Extract: exceptions.pyi... 100% Extract: filters.py... 100% Extract: filters.pyi... 100% Extract: py.typed Extract: setters.py... 100% Extract: setters.pyi... 100% Extract: validators.py... 100% Extract: validators.pyi... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\attr\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _cmp.cpython-39.pyc... 100% Extract: _compat.cpython-39.pyc... 100% Extract: _config.cpython-39.pyc... 100% Extract: _funcs.cpython-39.pyc... 100% Extract: _make.cpython-39.pyc... 100% Extract: _next_gen.cpython-39.pyc... 100% Extract: _version_info.cpython-39.pyc... 100% Extract: converters.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: filters.cpython-39.pyc... 100% Extract: setters.cpython-39.pyc... 100% Extract: validators.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\attrs Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: converters.py Extract: exceptions.py Extract: filters.py Extract: py.typed Extract: setters.py Extract: validators.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\attrs\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: converters.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: filters.cpython-39.pyc... 100% Extract: setters.cpython-39.pyc... 100% Extract: validators.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\attrs-22.1.0.dist-info Extract: AUTHORS.rst... 100% Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\brotli Extract: __init__.py... 100% Extract: _brotli.pyd... 100% Extract: brotli.py... 100% Extract: build.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\brotli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: brotli.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\brotlipy-0.7.0-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: not-zip-safe Extract: requires.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\certifi Extract: __init__.py Extract: __main__.py... 100% Extract: cacert.pem... 100% Extract: core.py... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\certifi\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\certifi-2022.9.24.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cffi Extract: __init__.py... 100% Extract: _cffi_errors.h... 100% Extract: _cffi_include.h... 100% Extract: _embedding.h... 100% Extract: api.py... 100% Extract: backend_ctypes.py... 100% Extract: cffi_opcode.py... 100% Extract: commontypes.py... 100% Extract: cparser.py... 100% Extract: error.py... 100% Extract: ffiplatform.py... 100% Extract: lock.py... 100% Extract: model.py... 100% Extract: parse_c_type.h... 100% Extract: pkgconfig.py... 100% Extract: recompiler.py... 100% Extract: setuptools_ext.py... 100% Extract: vengine_cpy.py... 100% Extract: vengine_gen.py... 100% Extract: verifier.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cffi\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: api.cpython-39.pyc... 100% Extract: backend_ctypes.cpython-39.pyc... 100% Extract: cffi_opcode.cpython-39.pyc... 100% Extract: commontypes.cpython-39.pyc... 100% Extract: cparser.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: ffiplatform.cpython-39.pyc... 100% Extract: lock.cpython-39.pyc... 100% Extract: model.cpython-39.pyc... 100% Extract: pkgconfig.cpython-39.pyc... 100% Extract: recompiler.cpython-39.pyc... 100% Extract: setuptools_ext.cpython-39.pyc... 100% Extract: vengine_cpy.cpython-39.pyc... 100% Extract: vengine_gen.cpython-39.pyc... 100% Extract: verifier.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cffi-1.15.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charm_gems Extract: __init__.py Extract: gemsbindings.cp39-win_amd64.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charm_gems\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charm_gems-1.3.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer Extract: __init__.py... 100% Extract: api.py... 100% Extract: cd.py... 100% Extract: constant.py... 100% Extract: legacy.py... 100% Extract: md.py... 100% Extract: models.py... 100% Extract: py.typed Extract: utils.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: api.cpython-39.pyc... 100% Extract: cd.cpython-39.pyc... 100% Extract: constant.cpython-39.pyc... 100% Extract: legacy.cpython-39.pyc... 100% Extract: md.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer\assets Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer\assets\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer\cli Extract: __init__.py Extract: normalizer.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: normalizer.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\charset_normalizer-2.0.4.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\colorama Extract: __init__.py... 100% Extract: ansi.py... 100% Extract: ansitowin32.py... 100% Extract: initialise.py... 100% Extract: win32.py... 100% Extract: winterm.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\colorama\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ansi.cpython-39.pyc... 100% Extract: ansitowin32.cpython-39.pyc... 100% Extract: initialise.cpython-39.pyc... 100% Extract: win32.cpython-39.pyc... 100% Extract: winterm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\colorama-0.4.5.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography Extract: __about__.py... 100% Extract: __init__.py... 100% Extract: exceptions.py... 100% Extract: fernet.py... 100% Extract: py.typed Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\__pycache__ Extract: __about__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: fernet.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat Extract: __init__.py... 100% Extract: _oid.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _oid.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\backends Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\backends\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\backends\openssl Extract: __init__.py... 100% Extract: aead.py... 100% Extract: backend.py... 100% Extract: ciphers.py... 100% Extract: cmac.py... 100% Extract: decode_asn1.py... 100% Extract: dh.py... 100% Extract: dsa.py... 100% Extract: ec.py... 100% Extract: ed25519.py... 100% Extract: ed448.py... 100% Extract: hashes.py... 100% Extract: hmac.py... 100% Extract: poly1305.py... 100% Extract: rsa.py... 100% Extract: utils.py... 100% Extract: x25519.py... 100% Extract: x448.py... 100% Extract: x509.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\backends\openssl\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: aead.cpython-39.pyc... 100% Extract: backend.cpython-39.pyc... 100% Extract: ciphers.cpython-39.pyc... 100% Extract: cmac.cpython-39.pyc... 100% Extract: decode_asn1.cpython-39.pyc... 100% Extract: dh.cpython-39.pyc... 100% Extract: dsa.cpython-39.pyc... 100% Extract: ec.cpython-39.pyc... 100% Extract: ed25519.cpython-39.pyc... 100% Extract: ed448.cpython-39.pyc... 100% Extract: hashes.cpython-39.pyc... 100% Extract: hmac.cpython-39.pyc... 100% Extract: poly1305.cpython-39.pyc... 100% Extract: rsa.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: x25519.cpython-39.pyc... 100% Extract: x448.cpython-39.pyc... 100% Extract: x509.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\bindings Extract: __init__.py... 100% Extract: _openssl.pyd... 100% Extract: _openssl.pyi... 100% Extract: _rust.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\bindings\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\bindings\_rust Extract: __init__.pyi... 100% Extract: asn1.pyi... 100% Extract: ocsp.pyi... 100% Extract: x509.pyi... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\bindings\openssl Extract: __init__.py... 100% Extract: _conditional.py... 100% Extract: binding.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\bindings\openssl\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _conditional.cpython-39.pyc... 100% Extract: binding.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives Extract: __init__.py... 100% Extract: _asymmetric.py... 100% Extract: _cipheralgorithm.py... 100% Extract: _serialization.py... 100% Extract: cmac.py... 100% Extract: constant_time.py... 100% Extract: hashes.py... 100% Extract: hmac.py... 100% Extract: keywrap.py... 100% Extract: padding.py... 100% Extract: poly1305.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _asymmetric.cpython-39.pyc... 100% Extract: _cipheralgorithm.cpython-39.pyc... 100% Extract: _serialization.cpython-39.pyc... 100% Extract: cmac.cpython-39.pyc... 100% Extract: constant_time.cpython-39.pyc... 100% Extract: hashes.cpython-39.pyc... 100% Extract: hmac.cpython-39.pyc... 100% Extract: keywrap.cpython-39.pyc... 100% Extract: padding.cpython-39.pyc... 100% Extract: poly1305.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\asymmetric Extract: __init__.py... 100% Extract: dh.py... 100% Extract: dsa.py... 100% Extract: ec.py... 100% Extract: ed25519.py... 100% Extract: ed448.py... 100% Extract: padding.py... 100% Extract: rsa.py... 100% Extract: types.py... 100% Extract: utils.py... 100% Extract: x25519.py... 100% Extract: x448.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\asymmetric\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dh.cpython-39.pyc... 100% Extract: dsa.cpython-39.pyc... 100% Extract: ec.cpython-39.pyc... 100% Extract: ed25519.cpython-39.pyc... 100% Extract: ed448.cpython-39.pyc... 100% Extract: padding.cpython-39.pyc... 100% Extract: rsa.cpython-39.pyc... 100% Extract: types.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: x25519.cpython-39.pyc... 100% Extract: x448.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\ciphers Extract: __init__.py... 100% Extract: aead.py... 100% Extract: algorithms.py... 100% Extract: base.py... 100% Extract: modes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\ciphers\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: aead.cpython-39.pyc... 100% Extract: algorithms.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: modes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\kdf Extract: __init__.py... 100% Extract: concatkdf.py... 100% Extract: hkdf.py... 100% Extract: kbkdf.py... 100% Extract: pbkdf2.py... 100% Extract: scrypt.py... 100% Extract: x963kdf.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\kdf\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: concatkdf.cpython-39.pyc... 100% Extract: hkdf.cpython-39.pyc... 100% Extract: kbkdf.cpython-39.pyc... 100% Extract: pbkdf2.cpython-39.pyc... 100% Extract: scrypt.cpython-39.pyc... 100% Extract: x963kdf.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\serialization Extract: __init__.py... 100% Extract: base.py... 100% Extract: pkcs12.py... 100% Extract: pkcs7.py... 100% Extract: ssh.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\serialization\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: pkcs12.cpython-39.pyc... 100% Extract: pkcs7.cpython-39.pyc... 100% Extract: ssh.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\twofactor Extract: __init__.py... 100% Extract: hotp.py... 100% Extract: totp.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\hazmat\primitives\twofactor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: hotp.cpython-39.pyc... 100% Extract: totp.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\x509 Extract: __init__.py... 100% Extract: base.py... 100% Extract: certificate_transparency.py... 100% Extract: extensions.py... 100% Extract: general_name.py... 100% Extract: name.py... 100% Extract: ocsp.py... 100% Extract: oid.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography\x509\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: certificate_transparency.cpython-39.pyc... 100% Extract: extensions.cpython-39.pyc... 100% Extract: general_name.cpython-39.pyc... 100% Extract: name.cpython-39.pyc... 100% Extract: ocsp.cpython-39.pyc... 100% Extract: oid.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cryptography-38.0.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: LICENSE.APACHE... 100% Extract: LICENSE.BSD... 100% Extract: LICENSE.PSF... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\cycler-0.11.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil Extract: __init__.py... 100% Extract: _common.py... 100% Extract: _version.py... 100% Extract: easter.py... 100% Extract: relativedelta.py... 100% Extract: rrule.py... 100% Extract: tzwin.py Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: easter.cpython-39.pyc... 100% Extract: relativedelta.cpython-39.pyc... 100% Extract: rrule.cpython-39.pyc... 100% Extract: tzwin.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\parser Extract: __init__.py... 100% Extract: _parser.py... 100% Extract: isoparser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\parser\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _parser.cpython-39.pyc... 100% Extract: isoparser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\tz Extract: __init__.py... 100% Extract: _common.py... 100% Extract: _factories.py... 100% Extract: tz.py... 100% Extract: win.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\tz\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _factories.cpython-39.pyc... 100% Extract: tz.cpython-39.pyc... 100% Extract: win.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\zoneinfo Extract: __init__.py... 100% Extract: dateutil-zoneinfo.tar.gz... 100% Extract: rebuild.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\dateutil\zoneinfo\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: rebuild.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs Extract: conf.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\__pycache__ Extract: conf.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_downloads Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_downloads\0b3c60fa81bcf8314682446572b4c00c Extract: LICENSE.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_downloads\600f2125f5def74ac0ec6441b02c6d8e Extract: tutorial_python.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_downloads\600f2125f5def74ac0ec6441b02c6d8e\__pycache__ Extract: tutorial_python.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources Extract: changelog.rst.txt... 100% Extract: contact.rst.txt... 100% Extract: contributors.rst.txt... 100% Extract: dataset.rst.txt... 100% Extract: faq.rst.txt... 100% Extract: gallery.rst.txt... 100% Extract: index.rst.txt... 100% Extract: publications.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation Extract: coils.rst.txt... 100% Extract: conductivity.rst.txt... 100% Extract: coordinates.rst.txt... 100% Extract: documentation.rst.txt... 100% Extract: file_formats.rst.txt... 100% Extract: gui.rst.txt... 100% Extract: output_files.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\command_line Extract: add_tissues_to_upsampled.rst.txt... 100% Extract: calc_b.rst.txt... 100% Extract: ccd2nifti.rst.txt... 100% Extract: charm.rst.txt... 100% Extract: command_line.rst.txt... 100% Extract: convert_3_to_4.rst.txt... 100% Extract: dwi2cond.rst.txt... 100% Extract: eeg_positions.rst.txt... 100% Extract: get_fields_at_coordinates.rst.txt... 100% Extract: headreco.rst.txt... 100% Extract: meshmesh.rst.txt... 100% Extract: mni2subject.rst.txt... 100% Extract: mni2subject_coords.rst.txt... 100% Extract: mri2mesh.rst.txt... 100% Extract: msh2cortex.rst.txt... 100% Extract: msh2nii.rst.txt... 100% Extract: nii2msh.rst.txt... 100% Extract: register.rst.txt... 100% Extract: simnibs.rst.txt... 100% Extract: simnibs_gui.rst.txt... 100% Extract: simnibs_python.rst.txt... 100% Extract: subject2mni.rst.txt... 100% Extract: subject2mni_coords.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\neuronavigation Extract: brainsight.rst.txt... 100% Extract: localite.rst.txt... 100% Extract: neuronavigation.rst.txt... 100% Extract: softaxic.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\opt_struct Extract: opt_struct.rst.txt... 100% Extract: tdcsavoid.rst.txt... 100% Extract: tdcsdistributedoptimize.rst.txt... 100% Extract: tdcsoptimize.rst.txt... 100% Extract: tdcstarget.rst.txt... 100% Extract: tmsoptimize.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\python_lib Extract: python_lib.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\python_lib\auto Extract: simnibs.ElementData.rst.txt... 100% Extract: simnibs.Elements.rst.txt... 100% Extract: simnibs.Msh.rst.txt... 100% Extract: simnibs.NodeData.rst.txt... 100% Extract: simnibs.Nodes.rst.txt... 100% Extract: simnibs.SubjectFiles.rst.txt... 100% Extract: simnibs.eeg_positions.rst.txt... 100% Extract: simnibs.get_atlas.rst.txt... 100% Extract: simnibs.mni2subject_coords.rst.txt... 100% Extract: simnibs.read_curv.rst.txt... 100% Extract: simnibs.read_freesurfer_surface.rst.txt... 100% Extract: simnibs.read_gifti_surface.rst.txt... 100% Extract: simnibs.read_msh.rst.txt... 100% Extract: simnibs.read_stl.rst.txt... 100% Extract: simnibs.simulation.calc_B.rst.txt... 100% Extract: simnibs.simulation.calc_fields.rst.txt... 100% Extract: simnibs.simulation.electric_dipole.rst.txt... 100% Extract: simnibs.simulation.tdcs.rst.txt... 100% Extract: simnibs.simulation.tdcs_leadfield.rst.txt... 100% Extract: simnibs.simulation.tdcs_neumann.rst.txt... 100% Extract: simnibs.simulation.tms_coil.rst.txt... 100% Extract: simnibs.simulation.tms_dadt.rst.txt... 100% Extract: simnibs.simulation.tms_many_simulations.rst.txt... 100% Extract: simnibs.subject2mni_coords.rst.txt... 100% Extract: simnibs.subject_atlas.rst.txt... 100% Extract: simnibs.templates.rst.txt... 100% Extract: simnibs.write_curv.rst.txt... 100% Extract: simnibs.write_freesurfer_surface.rst.txt... 100% Extract: simnibs.write_geo_spheres.rst.txt... 100% Extract: simnibs.write_geo_text.rst.txt... 100% Extract: simnibs.write_msh.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\documentation\sim_struct Extract: cond.rst.txt... 100% Extract: electrode.rst.txt... 100% Extract: position.rst.txt... 100% Extract: session.rst.txt... 100% Extract: sim_struct.rst.txt... 100% Extract: tdcsleadfield.rst.txt... 100% Extract: tdcslist.rst.txt... 100% Extract: tmslist.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\installation Extract: conda.rst.txt... 100% Extract: installation.rst.txt... 100% Extract: optional.rst.txt... 100% Extract: requirements.rst.txt... 100% Extract: simnibs_installer.rst.txt... 100% Extract: throubleshooting.rst.txt... 100% Extract: uninstall.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\tutorial Extract: analysis.rst.txt... 100% Extract: gui.rst.txt... 100% Extract: head_meshing.rst.txt... 100% Extract: head_meshing_old.rst.txt... 100% Extract: optimization.rst.txt... 100% Extract: scripting.rst.txt... 100% Extract: tms_optimization.rst.txt... 100% Extract: tutorial.rst.txt... 100% Extract: visualization.rst.txt... 100% Extract: win_prompt.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\build\html\_sources\tutorial\advanced Extract: advanced.rst.txt... 100% Extract: custom_meshing.rst.txt... 100% Extract: fix_affine_registration.rst.txt... 100% Extract: fix_headmodel.rst.txt... 100% Extract: group_analysis.rst.txt... 100% Extract: tdcs_distributed_opt.rst.txt... 100% Extract: uq.rst.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\data Extract: tutorial_python.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\docs\data\__pycache__ Extract: tutorial_python.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fmm3dpy Extract: __init__.py... 100% Extract: emfmm3d_fortran.cp39-win_amd64.pyd... 100% Extract: fmm3d.py... 100% Extract: hfmm3d_fortran.cp39-win_amd64.pyd... 100% Extract: lfmm3d_fortran.cp39-win_amd64.pyd... 100% Extract: libgcc_s_seh-1.dll... 100% Extract: libgfortran-5.dll... 100% Extract: libgomp-1.dll... 100% Extract: libquadmath-0.dll... 100% Extract: libwinpthread-1.dll... 100% Extract: stfmm3d_fortran.cp39-win_amd64.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fmm3dpy\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: fmm3d.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fmm3dpy-1.0.0.dist-info Extract: INSTALLER Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: afmLib.py... 100% Extract: agl.py... 100% Extract: fontBuilder.py... 100% Extract: help.py... 100% Extract: merge.py... 100% Extract: tfmLib.py... 100% Extract: ttx.py... 100% Extract: unicode.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: afmLib.cpython-39.pyc... 100% Extract: agl.cpython-39.pyc... 100% Extract: fontBuilder.cpython-39.pyc... 100% Extract: help.cpython-39.pyc... 100% Extract: merge.cpython-39.pyc... 100% Extract: tfmLib.cpython-39.pyc... 100% Extract: ttx.cpython-39.pyc... 100% Extract: unicode.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\cffLib Extract: __init__.py... 100% Extract: specializer.py... 100% Extract: width.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\cffLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: specializer.cpython-39.pyc... 100% Extract: width.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\colorLib Extract: __init__.py Extract: builder.py... 100% Extract: errors.py Extract: geometry.py... 100% Extract: table_builder.py... 100% Extract: unbuilder.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\colorLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: builder.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: geometry.cpython-39.pyc... 100% Extract: table_builder.cpython-39.pyc... 100% Extract: unbuilder.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\cu2qu Extract: __init__.py... 100% Extract: __main__.py Extract: cli.py... 100% Extract: cu2qu.py... 100% Extract: errors.py... 100% Extract: ufo.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\cu2qu\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: cli.cpython-39.pyc... 100% Extract: cu2qu.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: ufo.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\designspaceLib Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\designspaceLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\encodings Extract: MacRoman.py... 100% Extract: StandardEncoding.py... 100% Extract: __init__.py Extract: codecs.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\encodings\__pycache__ Extract: MacRoman.cpython-39.pyc... 100% Extract: StandardEncoding.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: codecs.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\feaLib Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: ast.py... 100% Extract: builder.py... 100% Extract: error.py... 100% Extract: lexer.py... 100% Extract: location.py... 100% Extract: lookupDebugInfo.py... 100% Extract: parser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\feaLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: ast.cpython-39.pyc... 100% Extract: builder.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: lexer.cpython-39.pyc... 100% Extract: location.cpython-39.pyc... 100% Extract: lookupDebugInfo.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\misc Extract: __init__.py Extract: arrayTools.py... 100% Extract: bezierTools.py... 100% Extract: classifyTools.py... 100% Extract: cliTools.py... 100% Extract: cython.py... 100% Extract: dictTools.py... 100% Extract: eexec.py... 100% Extract: encodingTools.py... 100% Extract: etree.py... 100% Extract: filenames.py... 100% Extract: fixedTools.py... 100% Extract: intTools.py... 100% Extract: loggingTools.py... 100% Extract: macCreatorType.py... 100% Extract: macRes.py... 100% Extract: psCharStrings.py... 100% Extract: psLib.py... 100% Extract: psOperators.py... 100% Extract: py23.py... 100% Extract: roundTools.py... 100% Extract: sstruct.py... 100% Extract: symfont.py... 100% Extract: testTools.py... 100% Extract: textTools.py... 100% Extract: timeTools.py... 100% Extract: transform.py... 100% Extract: vector.py... 100% Extract: xmlReader.py... 100% Extract: xmlWriter.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\misc\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: arrayTools.cpython-39.pyc... 100% Extract: bezierTools.cpython-39.pyc... 100% Extract: classifyTools.cpython-39.pyc... 100% Extract: cliTools.cpython-39.pyc... 100% Extract: cython.cpython-39.pyc... 100% Extract: dictTools.cpython-39.pyc... 100% Extract: eexec.cpython-39.pyc... 100% Extract: encodingTools.cpython-39.pyc... 100% Extract: etree.cpython-39.pyc... 100% Extract: filenames.cpython-39.pyc... 100% Extract: fixedTools.cpython-39.pyc... 100% Extract: intTools.cpython-39.pyc... 100% Extract: loggingTools.cpython-39.pyc... 100% Extract: macCreatorType.cpython-39.pyc... 100% Extract: macRes.cpython-39.pyc... 100% Extract: psCharStrings.cpython-39.pyc... 100% Extract: psLib.cpython-39.pyc... 100% Extract: psOperators.cpython-39.pyc... 100% Extract: py23.cpython-39.pyc... 100% Extract: roundTools.cpython-39.pyc... 100% Extract: sstruct.cpython-39.pyc... 100% Extract: symfont.cpython-39.pyc... 100% Extract: testTools.cpython-39.pyc... 100% Extract: textTools.cpython-39.pyc... 100% Extract: timeTools.cpython-39.pyc... 100% Extract: transform.cpython-39.pyc... 100% Extract: vector.cpython-39.pyc... 100% Extract: xmlReader.cpython-39.pyc... 100% Extract: xmlWriter.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\misc\plistlib Extract: __init__.py... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\misc\plistlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\mtiLib Extract: __init__.py... 100% Extract: __main__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\mtiLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\otlLib Extract: __init__.py Extract: builder.py... 100% Extract: error.py... 100% Extract: maxContextCalc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\otlLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: builder.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: maxContextCalc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\otlLib\optimize Extract: __init__.py... 100% Extract: __main__.py Extract: gpos.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\otlLib\optimize\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: gpos.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\pens Extract: __init__.py Extract: areaPen.py... 100% Extract: basePen.py... 100% Extract: boundsPen.py... 100% Extract: cocoaPen.py... 100% Extract: cu2quPen.py... 100% Extract: filterPen.py... 100% Extract: hashPointPen.py... 100% Extract: momentsPen.py... 100% Extract: perimeterPen.py... 100% Extract: pointInsidePen.py... 100% Extract: pointPen.py... 100% Extract: qtPen.py... 100% Extract: quartzPen.py... 100% Extract: recordingPen.py... 100% Extract: reportLabPen.py... 100% Extract: reverseContourPen.py... 100% Extract: roundingPen.py... 100% Extract: statisticsPen.py... 100% Extract: svgPathPen.py... 100% Extract: t2CharStringPen.py... 100% Extract: teePen.py... 100% Extract: transformPen.py... 100% Extract: ttGlyphPen.py... 100% Extract: wxPen.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\pens\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: areaPen.cpython-39.pyc... 100% Extract: basePen.cpython-39.pyc... 100% Extract: boundsPen.cpython-39.pyc... 100% Extract: cocoaPen.cpython-39.pyc... 100% Extract: cu2quPen.cpython-39.pyc... 100% Extract: filterPen.cpython-39.pyc... 100% Extract: hashPointPen.cpython-39.pyc... 100% Extract: momentsPen.cpython-39.pyc... 100% Extract: perimeterPen.cpython-39.pyc... 100% Extract: pointInsidePen.cpython-39.pyc... 100% Extract: pointPen.cpython-39.pyc... 100% Extract: qtPen.cpython-39.pyc... 100% Extract: quartzPen.cpython-39.pyc... 100% Extract: recordingPen.cpython-39.pyc... 100% Extract: reportLabPen.cpython-39.pyc... 100% Extract: reverseContourPen.cpython-39.pyc... 100% Extract: roundingPen.cpython-39.pyc... 100% Extract: statisticsPen.cpython-39.pyc... 100% Extract: svgPathPen.cpython-39.pyc... 100% Extract: t2CharStringPen.cpython-39.pyc... 100% Extract: teePen.cpython-39.pyc... 100% Extract: transformPen.cpython-39.pyc... 100% Extract: ttGlyphPen.cpython-39.pyc... 100% Extract: wxPen.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\subset Extract: __init__.py... 100% Extract: __main__.py Extract: cff.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\subset\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: cff.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\svgLib Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\svgLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\svgLib\path Extract: __init__.py... 100% Extract: arc.py... 100% Extract: parser.py... 100% Extract: shapes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\svgLib\path\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: arc.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Extract: shapes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\t1Lib Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\t1Lib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ttLib Extract: __init__.py... 100% Extract: macUtils.py... 100% Extract: removeOverlaps.py... 100% Extract: sfnt.py... 100% Extract: standardGlyphOrder.py... 100% Extract: ttCollection.py... 100% Extract: ttFont.py... 100% Extract: woff2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ttLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: macUtils.cpython-39.pyc... 100% Extract: removeOverlaps.cpython-39.pyc... 100% Extract: sfnt.cpython-39.pyc... 100% Extract: standardGlyphOrder.cpython-39.pyc... 100% Extract: ttCollection.cpython-39.pyc... 100% Extract: ttFont.cpython-39.pyc... 100% Extract: woff2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ttLib\tables Extract: B_A_S_E_.py... 100% Extract: BitmapGlyphMetrics.py... 100% Extract: C_B_D_T_.py... 100% Extract: C_B_L_C_.py... 100% Extract: C_F_F_.py... 100% Extract: C_F_F__2.py... 100% Extract: C_O_L_R_.py... 100% Extract: C_P_A_L_.py... 100% Extract: D_S_I_G_.py... 100% Extract: D__e_b_g.py... 100% Extract: DefaultTable.py... 100% Extract: E_B_D_T_.py... 100% Extract: E_B_L_C_.py... 100% Extract: F_F_T_M_.py... 100% Extract: F__e_a_t.py... 100% Extract: G_D_E_F_.py... 100% Extract: G_M_A_P_.py... 100% Extract: G_P_K_G_.py... 100% Extract: G_P_O_S_.py... 100% Extract: G_S_U_B_.py... 100% Extract: G__l_a_t.py... 100% Extract: G__l_o_c.py... 100% Extract: H_V_A_R_.py... 100% Extract: J_S_T_F_.py... 100% Extract: L_T_S_H_.py... 100% Extract: M_A_T_H_.py... 100% Extract: M_E_T_A_.py... 100% Extract: M_V_A_R_.py... 100% Extract: O_S_2f_2.py... 100% Extract: S_I_N_G_.py... 100% Extract: S_T_A_T_.py... 100% Extract: S_V_G_.py... 100% Extract: S__i_l_f.py... 100% Extract: S__i_l_l.py... 100% Extract: T_S_I_B_.py... 100% Extract: T_S_I_C_.py... 100% Extract: T_S_I_D_.py... 100% Extract: T_S_I_J_.py... 100% Extract: T_S_I_P_.py... 100% Extract: T_S_I_S_.py... 100% Extract: T_S_I_V_.py... 100% Extract: T_S_I__0.py... 100% Extract: T_S_I__1.py... 100% Extract: T_S_I__2.py... 100% Extract: T_S_I__3.py... 100% Extract: T_S_I__5.py... 100% Extract: T_T_F_A_.py... 100% Extract: TupleVariation.py... 100% Extract: V_D_M_X_.py... 100% Extract: V_O_R_G_.py... 100% Extract: V_V_A_R_.py... 100% Extract: __init__.py... 100% Extract: _a_n_k_r.py... 100% Extract: _a_v_a_r.py... 100% Extract: _b_s_l_n.py... 100% Extract: _c_i_d_g.py... 100% Extract: _c_m_a_p.py... 100% Extract: _c_v_a_r.py... 100% Extract: _c_v_t.py... 100% Extract: _f_e_a_t.py... 100% Extract: _f_p_g_m.py... 100% Extract: _f_v_a_r.py... 100% Extract: _g_a_s_p.py... 100% Extract: _g_c_i_d.py... 100% Extract: _g_l_y_f.py... 100% Extract: _g_v_a_r.py... 100% Extract: _h_d_m_x.py... 100% Extract: _h_e_a_d.py... 100% Extract: _h_h_e_a.py... 100% Extract: _h_m_t_x.py... 100% Extract: _k_e_r_n.py... 100% Extract: _l_c_a_r.py... 100% Extract: _l_o_c_a.py... 100% Extract: _l_t_a_g.py... 100% Extract: _m_a_x_p.py... 100% Extract: _m_e_t_a.py... 100% Extract: _m_o_r_t.py... 100% Extract: _m_o_r_x.py... 100% Extract: _n_a_m_e.py... 100% Extract: _o_p_b_d.py... 100% Extract: _p_o_s_t.py... 100% Extract: _p_r_e_p.py... 100% Extract: _p_r_o_p.py... 100% Extract: _s_b_i_x.py... 100% Extract: _t_r_a_k.py... 100% Extract: _v_h_e_a.py... 100% Extract: _v_m_t_x.py... 100% Extract: asciiTable.py... 100% Extract: grUtils.py... 100% Extract: otBase.py... 100% Extract: otConverters.py... 100% Extract: otData.py... 100% Extract: otTables.py... 100% Extract: sbixGlyph.py... 100% Extract: sbixStrike.py... 100% Extract: table_API_readme.txt... 100% Extract: ttProgram.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ttLib\tables\__pycache__ Extract: B_A_S_E_.cpython-39.pyc... 100% Extract: BitmapGlyphMetrics.cpython-39.pyc... 100% Extract: C_B_D_T_.cpython-39.pyc... 100% Extract: C_B_L_C_.cpython-39.pyc... 100% Extract: C_F_F_.cpython-39.pyc... 100% Extract: C_F_F__2.cpython-39.pyc... 100% Extract: C_O_L_R_.cpython-39.pyc... 100% Extract: C_P_A_L_.cpython-39.pyc... 100% Extract: D_S_I_G_.cpython-39.pyc... 100% Extract: D__e_b_g.cpython-39.pyc... 100% Extract: DefaultTable.cpython-39.pyc... 100% Extract: E_B_D_T_.cpython-39.pyc... 100% Extract: E_B_L_C_.cpython-39.pyc... 100% Extract: F_F_T_M_.cpython-39.pyc... 100% Extract: F__e_a_t.cpython-39.pyc... 100% Extract: G_D_E_F_.cpython-39.pyc... 100% Extract: G_M_A_P_.cpython-39.pyc... 100% Extract: G_P_K_G_.cpython-39.pyc... 100% Extract: G_P_O_S_.cpython-39.pyc... 100% Extract: G_S_U_B_.cpython-39.pyc... 100% Extract: G__l_a_t.cpython-39.pyc... 100% Extract: G__l_o_c.cpython-39.pyc... 100% Extract: H_V_A_R_.cpython-39.pyc... 100% Extract: J_S_T_F_.cpython-39.pyc... 100% Extract: L_T_S_H_.cpython-39.pyc... 100% Extract: M_A_T_H_.cpython-39.pyc... 100% Extract: M_E_T_A_.cpython-39.pyc... 100% Extract: M_V_A_R_.cpython-39.pyc... 100% Extract: O_S_2f_2.cpython-39.pyc... 100% Extract: S_I_N_G_.cpython-39.pyc... 100% Extract: S_T_A_T_.cpython-39.pyc... 100% Extract: S_V_G_.cpython-39.pyc... 100% Extract: S__i_l_f.cpython-39.pyc... 100% Extract: S__i_l_l.cpython-39.pyc... 100% Extract: T_S_I_B_.cpython-39.pyc... 100% Extract: T_S_I_C_.cpython-39.pyc... 100% Extract: T_S_I_D_.cpython-39.pyc... 100% Extract: T_S_I_J_.cpython-39.pyc... 100% Extract: T_S_I_P_.cpython-39.pyc... 100% Extract: T_S_I_S_.cpython-39.pyc... 100% Extract: T_S_I_V_.cpython-39.pyc... 100% Extract: T_S_I__0.cpython-39.pyc... 100% Extract: T_S_I__1.cpython-39.pyc... 100% Extract: T_S_I__2.cpython-39.pyc... 100% Extract: T_S_I__3.cpython-39.pyc... 100% Extract: T_S_I__5.cpython-39.pyc... 100% Extract: T_T_F_A_.cpython-39.pyc... 100% Extract: TupleVariation.cpython-39.pyc... 100% Extract: V_D_M_X_.cpython-39.pyc... 100% Extract: V_O_R_G_.cpython-39.pyc... 100% Extract: V_V_A_R_.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _a_n_k_r.cpython-39.pyc... 100% Extract: _a_v_a_r.cpython-39.pyc... 100% Extract: _b_s_l_n.cpython-39.pyc... 100% Extract: _c_i_d_g.cpython-39.pyc... 100% Extract: _c_m_a_p.cpython-39.pyc... 100% Extract: _c_v_a_r.cpython-39.pyc... 100% Extract: _c_v_t.cpython-39.pyc... 100% Extract: _f_e_a_t.cpython-39.pyc... 100% Extract: _f_p_g_m.cpython-39.pyc... 100% Extract: _f_v_a_r.cpython-39.pyc... 100% Extract: _g_a_s_p.cpython-39.pyc... 100% Extract: _g_c_i_d.cpython-39.pyc... 100% Extract: _g_l_y_f.cpython-39.pyc... 100% Extract: _g_v_a_r.cpython-39.pyc... 100% Extract: _h_d_m_x.cpython-39.pyc... 100% Extract: _h_e_a_d.cpython-39.pyc... 100% Extract: _h_h_e_a.cpython-39.pyc... 100% Extract: _h_m_t_x.cpython-39.pyc... 100% Extract: _k_e_r_n.cpython-39.pyc... 100% Extract: _l_c_a_r.cpython-39.pyc... 100% Extract: _l_o_c_a.cpython-39.pyc... 100% Extract: _l_t_a_g.cpython-39.pyc... 100% Extract: _m_a_x_p.cpython-39.pyc... 100% Extract: _m_e_t_a.cpython-39.pyc... 100% Extract: _m_o_r_t.cpython-39.pyc... 100% Extract: _m_o_r_x.cpython-39.pyc... 100% Extract: _n_a_m_e.cpython-39.pyc... 100% Extract: _o_p_b_d.cpython-39.pyc... 100% Extract: _p_o_s_t.cpython-39.pyc... 100% Extract: _p_r_e_p.cpython-39.pyc... 100% Extract: _p_r_o_p.cpython-39.pyc... 100% Extract: _s_b_i_x.cpython-39.pyc... 100% Extract: _t_r_a_k.cpython-39.pyc... 100% Extract: _v_h_e_a.cpython-39.pyc... 100% Extract: _v_m_t_x.cpython-39.pyc... 100% Extract: asciiTable.cpython-39.pyc... 100% Extract: grUtils.cpython-39.pyc... 100% Extract: otBase.cpython-39.pyc... 100% Extract: otConverters.cpython-39.pyc... 100% Extract: otData.cpython-39.pyc... 100% Extract: otTables.cpython-39.pyc... 100% Extract: sbixGlyph.cpython-39.pyc... 100% Extract: sbixStrike.cpython-39.pyc... 100% Extract: ttProgram.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ufoLib Extract: __init__.py... 100% Extract: converters.py... 100% Extract: errors.py... 100% Extract: etree.py... 100% Extract: filenames.py... 100% Extract: glifLib.py... 100% Extract: kerning.py... 100% Extract: plistlib.py... 100% Extract: pointPen.py... 100% Extract: utils.py... 100% Extract: validators.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\ufoLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: converters.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: etree.cpython-39.pyc... 100% Extract: filenames.cpython-39.pyc... 100% Extract: glifLib.cpython-39.pyc... 100% Extract: kerning.cpython-39.pyc... 100% Extract: plistlib.cpython-39.pyc... 100% Extract: pointPen.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: validators.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\unicodedata Extract: Blocks.py... 100% Extract: OTTags.py... 100% Extract: ScriptExtensions.py... 100% Extract: Scripts.py... 100% Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\unicodedata\__pycache__ Extract: Blocks.cpython-39.pyc... 100% Extract: OTTags.cpython-39.pyc... 100% Extract: ScriptExtensions.cpython-39.pyc... 100% Extract: Scripts.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\varLib Extract: __init__.py... 100% Extract: __main__.py Extract: builder.py... 100% Extract: cff.py... 100% Extract: errors.py... 100% Extract: featureVars.py... 100% Extract: interpolatable.py... 100% Extract: interpolate_layout.py... 100% Extract: iup.py... 100% Extract: merger.py... 100% Extract: models.py... 100% Extract: mutator.py... 100% Extract: mvar.py... 100% Extract: plot.py... 100% Extract: varStore.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\varLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: builder.cpython-39.pyc... 100% Extract: cff.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: featureVars.cpython-39.pyc... 100% Extract: interpolatable.cpython-39.pyc... 100% Extract: interpolate_layout.cpython-39.pyc... 100% Extract: iup.cpython-39.pyc... 100% Extract: merger.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: mutator.cpython-39.pyc... 100% Extract: mvar.cpython-39.pyc... 100% Extract: plot.cpython-39.pyc... 100% Extract: varStore.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\varLib\instancer Extract: __init__.py... 100% Extract: __main__.py Extract: names.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\varLib\instancer\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: names.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\voltLib Extract: __init__.py Extract: ast.py... 100% Extract: error.py... 100% Extract: lexer.py... 100% Extract: parser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fontTools\voltLib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ast.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: lexer.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\fonttools-4.25.0-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: entry_points.txt... 100% Extract: requires.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py Extract: __init__.py... 100% Extract: _conv.cp39-win_amd64.pyd... 100% Extract: _errors.cp39-win_amd64.pyd... 100% Extract: _objects.cp39-win_amd64.pyd... 100% Extract: _proxy.cp39-win_amd64.pyd... 100% Extract: _selector.cp39-win_amd64.pyd... 100% Extract: defs.cp39-win_amd64.pyd... 100% Extract: h5.cp39-win_amd64.pyd... 100% Extract: h5a.cp39-win_amd64.pyd... 100% Extract: h5ac.cp39-win_amd64.pyd... 100% Extract: h5d.cp39-win_amd64.pyd... 100% Extract: h5ds.cp39-win_amd64.pyd... 100% Extract: h5f.cp39-win_amd64.pyd... 100% Extract: h5fd.cp39-win_amd64.pyd... 100% Extract: h5g.cp39-win_amd64.pyd... 100% Extract: h5i.cp39-win_amd64.pyd... 100% Extract: h5l.cp39-win_amd64.pyd... 100% Extract: h5o.cp39-win_amd64.pyd... 100% Extract: h5p.cp39-win_amd64.pyd... 100% Extract: h5pl.cp39-win_amd64.pyd... 100% Extract: h5py_warnings.py... 100% Extract: h5r.cp39-win_amd64.pyd... 100% Extract: h5s.cp39-win_amd64.pyd... 100% Extract: h5t.cp39-win_amd64.pyd... 100% Extract: h5z.cp39-win_amd64.pyd... 100% Extract: ipy_completer.py... 100% Extract: utils.cp39-win_amd64.pyd... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: h5py_warnings.cpython-39.pyc... 100% Extract: ipy_completer.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\_hl Extract: __init__.py... 100% Extract: attrs.py... 100% Extract: base.py... 100% Extract: compat.py... 100% Extract: dataset.py... 100% Extract: datatype.py... 100% Extract: dims.py... 100% Extract: files.py... 100% Extract: filters.py... 100% Extract: group.py... 100% Extract: selections.py... 100% Extract: selections2.py... 100% Extract: vds.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\_hl\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: attrs.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: dataset.cpython-39.pyc... 100% Extract: datatype.cpython-39.pyc... 100% Extract: dims.cpython-39.pyc... 100% Extract: files.cpython-39.pyc... 100% Extract: filters.cpython-39.pyc... 100% Extract: group.cpython-39.pyc... 100% Extract: selections.cpython-39.pyc... 100% Extract: selections2.cpython-39.pyc... 100% Extract: vds.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests Extract: __init__.py... 100% Extract: common.py... 100% Extract: conftest.py... 100% Extract: test_attribute_create.py... 100% Extract: test_attrs.py... 100% Extract: test_attrs_data.py... 100% Extract: test_base.py... 100% Extract: test_big_endian_file.py... 100% Extract: test_completions.py... 100% Extract: test_dataset.py... 100% Extract: test_dataset_getitem.py... 100% Extract: test_dataset_swmr.py... 100% Extract: test_datatype.py... 100% Extract: test_dimension_scales.py... 100% Extract: test_dims_dimensionproxy.py... 100% Extract: test_dtype.py... 100% Extract: test_errors.py... 100% Extract: test_file.py... 100% Extract: test_file2.py... 100% Extract: test_file_image.py... 100% Extract: test_filters.py... 100% Extract: test_group.py... 100% Extract: test_h5.py... 100% Extract: test_h5d_direct_chunk.py... 100% Extract: test_h5f.py... 100% Extract: test_h5o.py... 100% Extract: test_h5p.py... 100% Extract: test_h5pl.py... 100% Extract: test_h5t.py... 100% Extract: test_objects.py... 100% Extract: test_selections.py... 100% Extract: test_slicing.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: test_attribute_create.cpython-39.pyc... 100% Extract: test_attrs.cpython-39.pyc... 100% Extract: test_attrs_data.cpython-39.pyc... 100% Extract: test_base.cpython-39.pyc... 100% Extract: test_big_endian_file.cpython-39.pyc... 100% Extract: test_completions.cpython-39.pyc... 100% Extract: test_dataset.cpython-39.pyc... 100% Extract: test_dataset_getitem.cpython-39.pyc... 100% Extract: test_dataset_swmr.cpython-39.pyc... 100% Extract: test_datatype.cpython-39.pyc... 100% Extract: test_dimension_scales.cpython-39.pyc... 100% Extract: test_dims_dimensionproxy.cpython-39.pyc... 100% Extract: test_dtype.cpython-39.pyc... 100% Extract: test_errors.cpython-39.pyc... 100% Extract: test_file.cpython-39.pyc... 100% Extract: test_file2.cpython-39.pyc... 100% Extract: test_file_image.cpython-39.pyc... 100% Extract: test_filters.cpython-39.pyc... 100% Extract: test_group.cpython-39.pyc... 100% Extract: test_h5.cpython-39.pyc... 100% Extract: test_h5d_direct_chunk.cpython-39.pyc... 100% Extract: test_h5f.cpython-39.pyc... 100% Extract: test_h5o.cpython-39.pyc... 100% Extract: test_h5p.cpython-39.pyc... 100% Extract: test_h5pl.cpython-39.pyc... 100% Extract: test_h5t.cpython-39.pyc... 100% Extract: test_objects.cpython-39.pyc... 100% Extract: test_selections.cpython-39.pyc... 100% Extract: test_slicing.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests\data_files Extract: __init__.py... 100% Extract: vlen_string_dset.h5... 100% Extract: vlen_string_dset_utc.h5... 100% Extract: vlen_string_s390x.h5... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests\data_files\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests\test_vds Extract: __init__.py... 100% Extract: test_highlevel_vds.py... 100% Extract: test_lowlevel_vds.py... 100% Extract: test_virtual_source.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py\tests\test_vds\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_highlevel_vds.cpython-39.pyc... 100% Extract: test_lowlevel_vds.cpython-39.pyc... 100% Extract: test_virtual_source.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\h5py-3.6.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\idna Extract: __init__.py... 100% Extract: codec.py... 100% Extract: compat.py... 100% Extract: core.py... 100% Extract: idnadata.py... 100% Extract: intranges.py... 100% Extract: package_data.py Extract: py.typed Extract: uts46data.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\idna\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: codec.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: idnadata.cpython-39.pyc... 100% Extract: intranges.cpython-39.pyc... 100% Extract: package_data.cpython-39.pyc... 100% Extract: uts46data.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\idna-3.4.dist-info Extract: INSTALLER Extract: LICENSE.md... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\iniconfig Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\iniconfig\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\iniconfig-1.1.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\kiwisolver Extract: __init__.py... 100% Extract: _cext.cp39-win_amd64.pyd... 100% Extract: _cext.pyi... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\kiwisolver\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\kiwisolver-1.4.2.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib Extract: __init__.py... 100% Extract: _animation_data.py... 100% Extract: _blocking_input.py... 100% Extract: _c_internal_utils.cp39-win_amd64.pyd... 100% Extract: _cm.py... 100% Extract: _cm_listed.py... 100% Extract: _color_data.py... 100% Extract: _constrained_layout.py... 100% Extract: _contour.cp39-win_amd64.pyd... 100% Extract: _enums.py... 100% Extract: _image.cp39-win_amd64.pyd... 100% Extract: _internal_utils.py... 100% Extract: _layoutgrid.py... 100% Extract: _mathtext.py... 100% Extract: _mathtext_data.py... 100% Extract: _path.cp39-win_amd64.pyd... 100% Extract: _pylab_helpers.py... 100% Extract: _qhull.cp39-win_amd64.pyd... 100% Extract: _text_helpers.py... 100% Extract: _tri.cp39-win_amd64.pyd... 100% Extract: _ttconv.cp39-win_amd64.pyd... 100% Extract: _version.py... 100% Extract: afm.py... 100% Extract: animation.py... 100% Extract: artist.py... 100% Extract: axis.py... 100% Extract: backend_bases.py... 100% Extract: backend_managers.py... 100% Extract: backend_tools.py... 100% Extract: bezier.py... 100% Extract: blocking_input.py... 100% Extract: category.py... 100% Extract: cm.py... 100% Extract: collections.py... 100% Extract: colorbar.py... 100% Extract: colors.py... 100% Extract: container.py... 100% Extract: contour.py... 100% Extract: dates.py... 100% Extract: docstring.py... 100% Extract: dviread.py... 100% Extract: figure.py... 100% Extract: font_manager.py... 100% Extract: fontconfig_pattern.py... 100% Extract: ft2font.cp39-win_amd64.pyd... 100% Extract: gridspec.py... 100% Extract: hatch.py... 100% Extract: image.py... 100% Extract: legend.py... 100% Extract: legend_handler.py... 100% Extract: lines.py... 100% Extract: markers.py... 100% Extract: mathtext.py... 100% Extract: mlab.py... 100% Extract: offsetbox.py... 100% Extract: patches.py... 100% Extract: path.py... 100% Extract: patheffects.py... 100% Extract: pylab.py... 100% Extract: pyplot.py... 100% Extract: quiver.py... 100% Extract: rcsetup.py... 100% Extract: sankey.py... 100% Extract: scale.py... 100% Extract: spines.py... 100% Extract: stackplot.py... 100% Extract: streamplot.py... 100% Extract: table.py... 100% Extract: texmanager.py... 100% Extract: text.py... 100% Extract: textpath.py... 100% Extract: ticker.py... 100% Extract: tight_bbox.py... 100% Extract: tight_layout.py... 100% Extract: transforms.py... 100% Extract: type1font.py... 100% Extract: units.py... 100% Extract: widgets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _animation_data.cpython-39.pyc... 100% Extract: _blocking_input.cpython-39.pyc... 100% Extract: _cm.cpython-39.pyc... 100% Extract: _cm_listed.cpython-39.pyc... 100% Extract: _color_data.cpython-39.pyc... 100% Extract: _constrained_layout.cpython-39.pyc... 100% Extract: _enums.cpython-39.pyc... 100% Extract: _internal_utils.cpython-39.pyc... 100% Extract: _layoutgrid.cpython-39.pyc... 100% Extract: _mathtext.cpython-39.pyc... 100% Extract: _mathtext_data.cpython-39.pyc... 100% Extract: _pylab_helpers.cpython-39.pyc... 100% Extract: _text_helpers.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: afm.cpython-39.pyc... 100% Extract: animation.cpython-39.pyc... 100% Extract: artist.cpython-39.pyc... 100% Extract: axis.cpython-39.pyc... 100% Extract: backend_bases.cpython-39.pyc... 100% Extract: backend_managers.cpython-39.pyc... 100% Extract: backend_tools.cpython-39.pyc... 100% Extract: bezier.cpython-39.pyc... 100% Extract: blocking_input.cpython-39.pyc... 100% Extract: category.cpython-39.pyc... 100% Extract: cm.cpython-39.pyc... 100% Extract: collections.cpython-39.pyc... 100% Extract: colorbar.cpython-39.pyc... 100% Extract: colors.cpython-39.pyc... 100% Extract: container.cpython-39.pyc... 100% Extract: contour.cpython-39.pyc... 100% Extract: dates.cpython-39.pyc... 100% Extract: docstring.cpython-39.pyc... 100% Extract: dviread.cpython-39.pyc... 100% Extract: figure.cpython-39.pyc... 100% Extract: font_manager.cpython-39.pyc... 100% Extract: fontconfig_pattern.cpython-39.pyc... 100% Extract: gridspec.cpython-39.pyc... 100% Extract: hatch.cpython-39.pyc... 100% Extract: image.cpython-39.pyc... 100% Extract: legend.cpython-39.pyc... 100% Extract: legend_handler.cpython-39.pyc... 100% Extract: lines.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: mathtext.cpython-39.pyc... 100% Extract: mlab.cpython-39.pyc... 100% Extract: offsetbox.cpython-39.pyc... 100% Extract: patches.cpython-39.pyc... 100% Extract: path.cpython-39.pyc... 100% Extract: patheffects.cpython-39.pyc... 100% Extract: pylab.cpython-39.pyc... 100% Extract: pyplot.cpython-39.pyc... 100% Extract: quiver.cpython-39.pyc... 100% Extract: rcsetup.cpython-39.pyc... 100% Extract: sankey.cpython-39.pyc... 100% Extract: scale.cpython-39.pyc... 100% Extract: spines.cpython-39.pyc... 100% Extract: stackplot.cpython-39.pyc... 100% Extract: streamplot.cpython-39.pyc... 100% Extract: table.cpython-39.pyc... 100% Extract: texmanager.cpython-39.pyc... 100% Extract: text.cpython-39.pyc... 100% Extract: textpath.cpython-39.pyc... 100% Extract: ticker.cpython-39.pyc... 100% Extract: tight_bbox.cpython-39.pyc... 100% Extract: tight_layout.cpython-39.pyc... 100% Extract: transforms.cpython-39.pyc... 100% Extract: type1font.cpython-39.pyc... 100% Extract: units.cpython-39.pyc... 100% Extract: widgets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\_api Extract: __init__.py... 100% Extract: deprecation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\_api\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: deprecation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\axes Extract: __init__.py Extract: _axes.py... 100% Extract: _base.py... 100% Extract: _secondary_axes.py... 100% Extract: _subplots.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\axes\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _axes.cpython-39.pyc... 100% Extract: _base.cpython-39.pyc... 100% Extract: _secondary_axes.cpython-39.pyc... 100% Extract: _subplots.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends Extract: __init__.py Extract: _backend_agg.cp39-win_amd64.pyd... 100% Extract: _backend_gtk.py... 100% Extract: _backend_pdf_ps.py... 100% Extract: _backend_tk.py... 100% Extract: _tkagg.cp39-win_amd64.pyd... 100% Extract: backend_agg.py... 100% Extract: backend_cairo.py... 100% Extract: backend_gtk3.py... 100% Extract: backend_gtk3agg.py... 100% Extract: backend_gtk3cairo.py... 100% Extract: backend_gtk4.py... 100% Extract: backend_gtk4agg.py... 100% Extract: backend_gtk4cairo.py... 100% Extract: backend_macosx.py... 100% Extract: backend_mixed.py... 100% Extract: backend_nbagg.py... 100% Extract: backend_pdf.py... 100% Extract: backend_pgf.py... 100% Extract: backend_ps.py... 100% Extract: backend_qt.py... 100% Extract: backend_qt5.py... 100% Extract: backend_qt5agg.py... 100% Extract: backend_qt5cairo.py... 100% Extract: backend_qtagg.py... 100% Extract: backend_qtcairo.py... 100% Extract: backend_svg.py... 100% Extract: backend_template.py... 100% Extract: backend_tkagg.py... 100% Extract: backend_tkcairo.py... 100% Extract: backend_webagg.py... 100% Extract: backend_webagg_core.py... 100% Extract: backend_wx.py... 100% Extract: backend_wxagg.py... 100% Extract: backend_wxcairo.py... 100% Extract: qt_compat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _backend_gtk.cpython-39.pyc... 100% Extract: _backend_pdf_ps.cpython-39.pyc... 100% Extract: _backend_tk.cpython-39.pyc... 100% Extract: backend_agg.cpython-39.pyc... 100% Extract: backend_cairo.cpython-39.pyc... 100% Extract: backend_gtk3.cpython-39.pyc... 100% Extract: backend_gtk3agg.cpython-39.pyc... 100% Extract: backend_gtk3cairo.cpython-39.pyc... 100% Extract: backend_gtk4.cpython-39.pyc... 100% Extract: backend_gtk4agg.cpython-39.pyc... 100% Extract: backend_gtk4cairo.cpython-39.pyc... 100% Extract: backend_macosx.cpython-39.pyc... 100% Extract: backend_mixed.cpython-39.pyc... 100% Extract: backend_nbagg.cpython-39.pyc... 100% Extract: backend_pdf.cpython-39.pyc... 100% Extract: backend_pgf.cpython-39.pyc... 100% Extract: backend_ps.cpython-39.pyc... 100% Extract: backend_qt.cpython-39.pyc... 100% Extract: backend_qt5.cpython-39.pyc... 100% Extract: backend_qt5agg.cpython-39.pyc... 100% Extract: backend_qt5cairo.cpython-39.pyc... 100% Extract: backend_qtagg.cpython-39.pyc... 100% Extract: backend_qtcairo.cpython-39.pyc... 100% Extract: backend_svg.cpython-39.pyc... 100% Extract: backend_template.cpython-39.pyc... 100% Extract: backend_tkagg.cpython-39.pyc... 100% Extract: backend_tkcairo.cpython-39.pyc... 100% Extract: backend_webagg.cpython-39.pyc... 100% Extract: backend_webagg_core.cpython-39.pyc... 100% Extract: backend_wx.cpython-39.pyc... 100% Extract: backend_wxagg.cpython-39.pyc... 100% Extract: backend_wxcairo.cpython-39.pyc... 100% Extract: qt_compat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\qt_editor Extract: __init__.py Extract: _formlayout.py... 100% Extract: figureoptions.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\qt_editor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _formlayout.cpython-39.pyc... 100% Extract: figureoptions.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\web_backend Extract: .eslintrc.js... 100% Extract: .prettierignore... 100% Extract: .prettierrc... 100% Extract: all_figures.html... 100% Extract: ipython_inline_figure.html... 100% Extract: nbagg_uat.ipynb... 100% Extract: package.json... 100% Extract: single_figure.html... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\web_backend\css Extract: boilerplate.css... 100% Extract: fbm.css... 100% Extract: mpl.css... 100% Extract: page.css... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\backends\web_backend\js Extract: mpl.js... 100% Extract: mpl_tornado.js... 100% Extract: nbagg_mpl.js... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\cbook Extract: __init__.py... 100% Extract: deprecation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\cbook\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: deprecation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data Extract: kpsewhich.lua Extract: matplotlibrc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\fonts Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\fonts\afm Extract: cmex10.afm... 100% Extract: cmmi10.afm... 100% Extract: cmr10.afm... 100% Extract: cmsy10.afm... 100% Extract: cmtt10.afm... 100% Extract: pagd8a.afm... 100% Extract: pagdo8a.afm... 100% Extract: pagk8a.afm... 100% Extract: pagko8a.afm... 100% Extract: pbkd8a.afm... 100% Extract: pbkdi8a.afm... 100% Extract: pbkl8a.afm... 100% Extract: pbkli8a.afm... 100% Extract: pcrb8a.afm... 100% Extract: pcrbo8a.afm... 100% Extract: pcrr8a.afm... 100% Extract: pcrro8a.afm... 100% Extract: phvb8a.afm... 100% Extract: phvb8an.afm... 100% Extract: phvbo8a.afm... 100% Extract: phvbo8an.afm... 100% Extract: phvl8a.afm... 100% Extract: phvlo8a.afm... 100% Extract: phvr8a.afm... 100% Extract: phvr8an.afm... 100% Extract: phvro8a.afm... 100% Extract: phvro8an.afm... 100% Extract: pncb8a.afm... 100% Extract: pncbi8a.afm... 100% Extract: pncr8a.afm... 100% Extract: pncri8a.afm... 100% Extract: pplb8a.afm... 100% Extract: pplbi8a.afm... 100% Extract: pplr8a.afm... 100% Extract: pplri8a.afm... 100% Extract: psyr.afm... 100% Extract: ptmb8a.afm... 100% Extract: ptmbi8a.afm... 100% Extract: ptmr8a.afm... 100% Extract: ptmri8a.afm... 100% Extract: putb8a.afm... 100% Extract: putbi8a.afm... 100% Extract: putr8a.afm... 100% Extract: putri8a.afm... 100% Extract: pzcmi8a.afm... 100% Extract: pzdr.afm... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\fonts\pdfcorefonts Extract: Courier-Bold.afm... 100% Extract: Courier-BoldOblique.afm... 100% Extract: Courier-Oblique.afm... 100% Extract: Courier.afm... 100% Extract: Helvetica-Bold.afm... 100% Extract: Helvetica-BoldOblique.afm... 100% Extract: Helvetica-Oblique.afm... 100% Extract: Helvetica.afm... 100% Extract: Symbol.afm... 100% Extract: Times-Bold.afm... 100% Extract: Times-BoldItalic.afm... 100% Extract: Times-Italic.afm... 100% Extract: Times-Roman.afm... 100% Extract: ZapfDingbats.afm... 100% Extract: readme.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\fonts\ttf Extract: DejaVuSans-Bold.ttf... 100% Extract: DejaVuSans-BoldOblique.ttf... 100% Extract: DejaVuSans-Oblique.ttf... 100% Extract: DejaVuSans.ttf... 100% Extract: DejaVuSansDisplay.ttf... 100% Extract: DejaVuSansMono-Bold.ttf... 100% Extract: DejaVuSansMono-BoldOblique.ttf... 100% Extract: DejaVuSansMono-Oblique.ttf... 100% Extract: DejaVuSansMono.ttf... 100% Extract: DejaVuSerif-Bold.ttf... 100% Extract: DejaVuSerif-BoldItalic.ttf... 100% Extract: DejaVuSerif-Italic.ttf... 100% Extract: DejaVuSerif.ttf... 100% Extract: DejaVuSerifDisplay.ttf... 100% Extract: LICENSE_DEJAVU... 100% Extract: LICENSE_STIX... 100% Extract: STIXGeneral.ttf... 100% Extract: STIXGeneralBol.ttf... 100% Extract: STIXGeneralBolIta.ttf... 100% Extract: STIXGeneralItalic.ttf... 100% Extract: STIXNonUni.ttf... 100% Extract: STIXNonUniBol.ttf... 100% Extract: STIXNonUniBolIta.ttf... 100% Extract: STIXNonUniIta.ttf... 100% Extract: STIXSizFiveSymReg.ttf... 100% Extract: STIXSizFourSymBol.ttf... 100% Extract: STIXSizFourSymReg.ttf... 100% Extract: STIXSizOneSymBol.ttf... 100% Extract: STIXSizOneSymReg.ttf... 100% Extract: STIXSizThreeSymBol.ttf... 100% Extract: STIXSizThreeSymReg.ttf... 100% Extract: STIXSizTwoSymBol.ttf... 100% Extract: STIXSizTwoSymReg.ttf... 100% Extract: cmb10.ttf... 100% Extract: cmex10.ttf... 100% Extract: cmmi10.ttf... 100% Extract: cmr10.ttf... 100% Extract: cmss10.ttf... 100% Extract: cmsy10.ttf... 100% Extract: cmtt10.ttf... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\images Extract: back-symbolic.svg... 100% Extract: back.pdf... 100% Extract: back.png Extract: back.svg... 100% Extract: back_large.png Extract: filesave-symbolic.svg... 100% Extract: filesave.pdf... 100% Extract: filesave.png Extract: filesave.svg... 100% Extract: filesave_large.png Extract: forward-symbolic.svg... 100% Extract: forward.pdf... 100% Extract: forward.png Extract: forward.svg... 100% Extract: forward_large.png Extract: hand.pdf... 100% Extract: hand.png Extract: hand.svg... 100% Extract: help-symbolic.svg... 100% Extract: help.pdf... 100% Extract: help.png Extract: help.svg... 100% Extract: help_large.png Extract: home-symbolic.svg... 100% Extract: home.pdf... 100% Extract: home.png Extract: home.svg... 100% Extract: home_large.png Extract: matplotlib.pdf... 100% Extract: matplotlib.png Extract: matplotlib.svg... 100% Extract: matplotlib_128.ppm... 100% Extract: matplotlib_large.png Extract: move-symbolic.svg... 100% Extract: move.pdf... 100% Extract: move.png Extract: move.svg... 100% Extract: move_large.png Extract: qt4_editor_options.pdf... 100% Extract: qt4_editor_options.png Extract: qt4_editor_options.svg... 100% Extract: qt4_editor_options_large.png Extract: subplots-symbolic.svg... 100% Extract: subplots.pdf... 100% Extract: subplots.png Extract: subplots.svg... 100% Extract: subplots_large.png Extract: zoom_to_rect-symbolic.svg... 100% Extract: zoom_to_rect.pdf... 100% Extract: zoom_to_rect.png Extract: zoom_to_rect.svg... 100% Extract: zoom_to_rect_large.png Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\plot_directive Extract: plot_directive.css... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\sample_data Extract: Minduka_Present_Blue_Pack.png Extract: README.txt... 100% Extract: data_x_x2_x3.csv... 100% Extract: eeg.dat... 100% Extract: embedding_in_wx3.xrc... 100% Extract: goog.npz... 100% Extract: grace_hopper.jpg Extract: jacksboro_fault_dem.npz Extract: logo2.png... 100% Extract: membrane.dat... 100% Extract: msft.csv... 100% Extract: percent_bachelors_degrees_women_usa.csv... 100% Extract: s1045.ima.gz Extract: topobathy.npz... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\sample_data\axes_grid Extract: bivariate_normal.npy... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\mpl-data\stylelib Extract: Solarize_Light2.mplstyle... 100% Extract: _classic_test_patch.mplstyle... 100% Extract: _mpl-gallery-nogrid.mplstyle... 100% Extract: _mpl-gallery.mplstyle... 100% Extract: bmh.mplstyle... 100% Extract: classic.mplstyle... 100% Extract: dark_background.mplstyle... 100% Extract: fast.mplstyle... 100% Extract: fivethirtyeight.mplstyle... 100% Extract: ggplot.mplstyle... 100% Extract: grayscale.mplstyle... 100% Extract: seaborn-bright.mplstyle... 100% Extract: seaborn-colorblind.mplstyle... 100% Extract: seaborn-dark-palette.mplstyle... 100% Extract: seaborn-dark.mplstyle... 100% Extract: seaborn-darkgrid.mplstyle... 100% Extract: seaborn-deep.mplstyle... 100% Extract: seaborn-muted.mplstyle... 100% Extract: seaborn-notebook.mplstyle... 100% Extract: seaborn-paper.mplstyle... 100% Extract: seaborn-pastel.mplstyle... 100% Extract: seaborn-poster.mplstyle... 100% Extract: seaborn-talk.mplstyle... 100% Extract: seaborn-ticks.mplstyle... 100% Extract: seaborn-white.mplstyle... 100% Extract: seaborn-whitegrid.mplstyle... 100% Extract: seaborn.mplstyle... 100% Extract: tableau-colorblind10.mplstyle... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\projections Extract: __init__.py... 100% Extract: geo.py... 100% Extract: polar.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\projections\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: geo.cpython-39.pyc... 100% Extract: polar.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\sphinxext Extract: __init__.py Extract: mathmpl.py... 100% Extract: plot_directive.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\sphinxext\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: mathmpl.cpython-39.pyc... 100% Extract: plot_directive.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\style Extract: __init__.py Extract: core.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\style\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\testing Extract: __init__.py... 100% Extract: compare.py... 100% Extract: conftest.py... 100% Extract: decorators.py... 100% Extract: exceptions.py... 100% Extract: widgets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\testing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compare.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: decorators.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: widgets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\testing\jpl_units Extract: Duration.py... 100% Extract: Epoch.py... 100% Extract: EpochConverter.py... 100% Extract: StrConverter.py... 100% Extract: UnitDbl.py... 100% Extract: UnitDblConverter.py... 100% Extract: UnitDblFormatter.py... 100% Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\testing\jpl_units\__pycache__ Extract: Duration.cpython-39.pyc... 100% Extract: Epoch.cpython-39.pyc... 100% Extract: EpochConverter.cpython-39.pyc... 100% Extract: StrConverter.cpython-39.pyc... 100% Extract: UnitDbl.cpython-39.pyc... 100% Extract: UnitDblConverter.cpython-39.pyc... 100% Extract: UnitDblFormatter.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\tests Extract: __init__.py... 100% Extract: conftest.py... 100% Extract: test_afm.py... 100% Extract: test_agg.py... 100% Extract: test_agg_filter.py... 100% Extract: test_animation.py... 100% Extract: test_api.py... 100% Extract: test_arrow_patches.py... 100% Extract: test_artist.py... 100% Extract: test_axes.py... 100% Extract: test_backend_bases.py... 100% Extract: test_backend_cairo.py... 100% Extract: test_backend_gtk3.py... 100% Extract: test_backend_macosx.py... 100% Extract: test_backend_nbagg.py... 100% Extract: test_backend_pdf.py... 100% Extract: test_backend_pgf.py... 100% Extract: test_backend_ps.py... 100% Extract: test_backend_qt.py... 100% Extract: test_backend_svg.py... 100% Extract: test_backend_tk.py... 100% Extract: test_backend_tools.py... 100% Extract: test_backend_webagg.py... 100% Extract: test_backends_interactive.py... 100% Extract: test_basic.py... 100% Extract: test_bbox_tight.py... 100% Extract: test_category.py... 100% Extract: test_cbook.py... 100% Extract: test_collections.py... 100% Extract: test_colorbar.py... 100% Extract: test_colors.py... 100% Extract: test_compare_images.py... 100% Extract: test_constrainedlayout.py... 100% Extract: test_container.py... 100% Extract: test_contour.py... 100% Extract: test_cycles.py... 100% Extract: test_dates.py... 100% Extract: test_determinism.py... 100% Extract: test_dviread.py... 100% Extract: test_figure.py... 100% Extract: test_font_manager.py... 100% Extract: test_fontconfig_pattern.py... 100% Extract: test_getattr.py... 100% Extract: test_gridspec.py... 100% Extract: test_image.py... 100% Extract: test_legend.py... 100% Extract: test_lines.py... 100% Extract: test_marker.py... 100% Extract: test_mathtext.py... 100% Extract: test_matplotlib.py... 100% Extract: test_mlab.py... 100% Extract: test_offsetbox.py... 100% Extract: test_patches.py... 100% Extract: test_path.py... 100% Extract: test_patheffects.py... 100% Extract: test_pickle.py... 100% Extract: test_png.py... 100% Extract: test_polar.py... 100% Extract: test_preprocess_data.py... 100% Extract: test_pyplot.py... 100% Extract: test_quiver.py... 100% Extract: test_rcparams.py... 100% Extract: test_sankey.py... 100% Extract: test_scale.py... 100% Extract: test_simplification.py... 100% Extract: test_skew.py... 100% Extract: test_sphinxext.py... 100% Extract: test_spines.py... 100% Extract: test_streamplot.py... 100% Extract: test_style.py... 100% Extract: test_subplots.py... 100% Extract: test_table.py... 100% Extract: test_testing.py... 100% Extract: test_texmanager.py... 100% Extract: test_text.py... 100% Extract: test_ticker.py... 100% Extract: test_tightlayout.py... 100% Extract: test_transforms.py... 100% Extract: test_triangulation.py... 100% Extract: test_ttconv.py... 100% Extract: test_type1font.py... 100% Extract: test_units.py... 100% Extract: test_usetex.py... 100% Extract: test_widgets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: test_afm.cpython-39.pyc... 100% Extract: test_agg.cpython-39.pyc... 100% Extract: test_agg_filter.cpython-39.pyc... 100% Extract: test_animation.cpython-39.pyc... 100% Extract: test_api.cpython-39.pyc... 100% Extract: test_arrow_patches.cpython-39.pyc... 100% Extract: test_artist.cpython-39.pyc... 100% Extract: test_axes.cpython-39.pyc... 100% Extract: test_backend_bases.cpython-39.pyc... 100% Extract: test_backend_cairo.cpython-39.pyc... 100% Extract: test_backend_gtk3.cpython-39.pyc... 100% Extract: test_backend_macosx.cpython-39.pyc... 100% Extract: test_backend_nbagg.cpython-39.pyc... 100% Extract: test_backend_pdf.cpython-39.pyc... 100% Extract: test_backend_pgf.cpython-39.pyc... 100% Extract: test_backend_ps.cpython-39.pyc... 100% Extract: test_backend_qt.cpython-39.pyc... 100% Extract: test_backend_svg.cpython-39.pyc... 100% Extract: test_backend_tk.cpython-39.pyc... 100% Extract: test_backend_tools.cpython-39.pyc... 100% Extract: test_backend_webagg.cpython-39.pyc... 100% Extract: test_backends_interactive.cpython-39.pyc... 100% Extract: test_basic.cpython-39.pyc... 100% Extract: test_bbox_tight.cpython-39.pyc... 100% Extract: test_category.cpython-39.pyc... 100% Extract: test_cbook.cpython-39.pyc... 100% Extract: test_collections.cpython-39.pyc... 100% Extract: test_colorbar.cpython-39.pyc... 100% Extract: test_colors.cpython-39.pyc... 100% Extract: test_compare_images.cpython-39.pyc... 100% Extract: test_constrainedlayout.cpython-39.pyc... 100% Extract: test_container.cpython-39.pyc... 100% Extract: test_contour.cpython-39.pyc... 100% Extract: test_cycles.cpython-39.pyc... 100% Extract: test_dates.cpython-39.pyc... 100% Extract: test_determinism.cpython-39.pyc... 100% Extract: test_dviread.cpython-39.pyc... 100% Extract: test_figure.cpython-39.pyc... 100% Extract: test_font_manager.cpython-39.pyc... 100% Extract: test_fontconfig_pattern.cpython-39.pyc... 100% Extract: test_getattr.cpython-39.pyc... 100% Extract: test_gridspec.cpython-39.pyc... 100% Extract: test_image.cpython-39.pyc... 100% Extract: test_legend.cpython-39.pyc... 100% Extract: test_lines.cpython-39.pyc... 100% Extract: test_marker.cpython-39.pyc... 100% Extract: test_mathtext.cpython-39.pyc... 100% Extract: test_matplotlib.cpython-39.pyc... 100% Extract: test_mlab.cpython-39.pyc... 100% Extract: test_offsetbox.cpython-39.pyc... 100% Extract: test_patches.cpython-39.pyc... 100% Extract: test_path.cpython-39.pyc... 100% Extract: test_patheffects.cpython-39.pyc... 100% Extract: test_pickle.cpython-39.pyc... 100% Extract: test_png.cpython-39.pyc... 100% Extract: test_polar.cpython-39.pyc... 100% Extract: test_preprocess_data.cpython-39.pyc... 100% Extract: test_pyplot.cpython-39.pyc... 100% Extract: test_quiver.cpython-39.pyc... 100% Extract: test_rcparams.cpython-39.pyc... 100% Extract: test_sankey.cpython-39.pyc... 100% Extract: test_scale.cpython-39.pyc... 100% Extract: test_simplification.cpython-39.pyc... 100% Extract: test_skew.cpython-39.pyc... 100% Extract: test_sphinxext.cpython-39.pyc... 100% Extract: test_spines.cpython-39.pyc... 100% Extract: test_streamplot.cpython-39.pyc... 100% Extract: test_style.cpython-39.pyc... 100% Extract: test_subplots.cpython-39.pyc... 100% Extract: test_table.cpython-39.pyc... 100% Extract: test_testing.cpython-39.pyc... 100% Extract: test_texmanager.cpython-39.pyc... 100% Extract: test_text.cpython-39.pyc... 100% Extract: test_ticker.cpython-39.pyc... 100% Extract: test_tightlayout.cpython-39.pyc... 100% Extract: test_transforms.cpython-39.pyc... 100% Extract: test_triangulation.cpython-39.pyc... 100% Extract: test_ttconv.cpython-39.pyc... 100% Extract: test_type1font.cpython-39.pyc... 100% Extract: test_units.cpython-39.pyc... 100% Extract: test_usetex.cpython-39.pyc... 100% Extract: test_widgets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\tri Extract: __init__.py... 100% Extract: triangulation.py... 100% Extract: tricontour.py... 100% Extract: trifinder.py... 100% Extract: triinterpolate.py... 100% Extract: tripcolor.py... 100% Extract: triplot.py... 100% Extract: trirefine.py... 100% Extract: tritools.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib\tri\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: triangulation.cpython-39.pyc... 100% Extract: tricontour.cpython-39.pyc... 100% Extract: trifinder.cpython-39.pyc... 100% Extract: triinterpolate.cpython-39.pyc... 100% Extract: tripcolor.cpython-39.pyc... 100% Extract: triplot.cpython-39.pyc... 100% Extract: trirefine.cpython-39.pyc... 100% Extract: tritools.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\matplotlib-3.5.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: LICENSE_AMSFONTS... 100% Extract: LICENSE_BAKOMA... 100% Extract: LICENSE_CARLOGO... 100% Extract: LICENSE_COLORBREWER... 100% Extract: LICENSE_JSXTOOLS_RESIZE_OBSERVER... 100% Extract: LICENSE_QHULL... 100% Extract: LICENSE_QT4_EDITOR... 100% Extract: LICENSE_SOLARIZED... 100% Extract: LICENSE_STIX... 100% Extract: LICENSE_YORICK... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: namespace_packages.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl Extract: __init__.py... 100% Extract: _mklinit.cp39-win_amd64.pyd... 100% Extract: _py_mkl_service.cp39-win_amd64.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_fft Extract: __init__.py... 100% Extract: _float_utils.py... 100% Extract: _numpy_fft.py... 100% Extract: _pydfti.cp39-win_amd64.pyd... 100% Extract: _scipy_fft.py... 100% Extract: _scipy_fft_backend.py... 100% Extract: _version.py Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_fft\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _float_utils.cpython-39.pyc... 100% Extract: _numpy_fft.cpython-39.pyc... 100% Extract: _scipy_fft.cpython-39.pyc... 100% Extract: _scipy_fft_backend.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_fft\tests Extract: test_fft1d.py... 100% Extract: test_fftnd.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_fft\tests\__pycache__ Extract: test_fft1d.cpython-39.pyc... 100% Extract: test_fftnd.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_fft-1.3.1-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: requires.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_random Extract: __init__.py... 100% Extract: _version.py Extract: mkl_distributions.h... 100% Extract: mklrand.cp39-win_amd64.pyd... 100% Extract: randomkit.h... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_random\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_random\tests Extract: __init__.py... 100% Extract: test_random.py... 100% Extract: test_regression.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_random\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_random.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_random-1.2.2.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mkl_service-2.4.0-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mock Extract: __init__.py... 100% Extract: backports.py... 100% Extract: mock.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mock\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: backports.cpython-39.pyc... 100% Extract: mock.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mock-4.0.3.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axes_grid Extract: __init__.py... 100% Extract: anchored_artists.py... 100% Extract: angle_helper.py Extract: axes_divider.py... 100% Extract: axes_grid.py Extract: axes_rgb.py Extract: axes_size.py Extract: axis_artist.py Extract: axisline_style.py Extract: axislines.py Extract: clip_path.py Extract: floating_axes.py Extract: grid_finder.py Extract: grid_helper_curvelinear.py Extract: inset_locator.py... 100% Extract: parasite_axes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axes_grid\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: anchored_artists.cpython-39.pyc... 100% Extract: angle_helper.cpython-39.pyc... 100% Extract: axes_divider.cpython-39.pyc... 100% Extract: axes_grid.cpython-39.pyc... 100% Extract: axes_rgb.cpython-39.pyc... 100% Extract: axes_size.cpython-39.pyc... 100% Extract: axis_artist.cpython-39.pyc... 100% Extract: axisline_style.cpython-39.pyc... 100% Extract: axislines.cpython-39.pyc... 100% Extract: clip_path.cpython-39.pyc... 100% Extract: floating_axes.cpython-39.pyc... 100% Extract: grid_finder.cpython-39.pyc... 100% Extract: grid_helper_curvelinear.cpython-39.pyc... 100% Extract: inset_locator.cpython-39.pyc... 100% Extract: parasite_axes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axes_grid1 Extract: __init__.py... 100% Extract: anchored_artists.py... 100% Extract: axes_divider.py... 100% Extract: axes_grid.py... 100% Extract: axes_rgb.py... 100% Extract: axes_size.py... 100% Extract: inset_locator.py... 100% Extract: mpl_axes.py... 100% Extract: parasite_axes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axes_grid1\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: anchored_artists.cpython-39.pyc... 100% Extract: axes_divider.cpython-39.pyc... 100% Extract: axes_grid.cpython-39.pyc... 100% Extract: axes_rgb.cpython-39.pyc... 100% Extract: axes_size.cpython-39.pyc... 100% Extract: inset_locator.cpython-39.pyc... 100% Extract: mpl_axes.cpython-39.pyc... 100% Extract: parasite_axes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axisartist Extract: __init__.py... 100% Extract: angle_helper.py... 100% Extract: axes_divider.py... 100% Extract: axes_grid.py... 100% Extract: axes_rgb.py... 100% Extract: axis_artist.py... 100% Extract: axisline_style.py... 100% Extract: axislines.py... 100% Extract: clip_path.py... 100% Extract: floating_axes.py... 100% Extract: grid_finder.py... 100% Extract: grid_helper_curvelinear.py... 100% Extract: parasite_axes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\axisartist\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: angle_helper.cpython-39.pyc... 100% Extract: axes_divider.cpython-39.pyc... 100% Extract: axes_grid.cpython-39.pyc... 100% Extract: axes_rgb.cpython-39.pyc... 100% Extract: axis_artist.cpython-39.pyc... 100% Extract: axisline_style.cpython-39.pyc... 100% Extract: axislines.cpython-39.pyc... 100% Extract: clip_path.cpython-39.pyc... 100% Extract: floating_axes.cpython-39.pyc... 100% Extract: grid_finder.cpython-39.pyc... 100% Extract: grid_helper_curvelinear.cpython-39.pyc... 100% Extract: parasite_axes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\mplot3d Extract: __init__.py Extract: art3d.py... 100% Extract: axes3d.py... 100% Extract: axis3d.py... 100% Extract: proj3d.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\mplot3d\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: art3d.cpython-39.pyc... 100% Extract: axes3d.cpython-39.pyc... 100% Extract: axis3d.cpython-39.pyc... 100% Extract: proj3d.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\tests Extract: __init__.py... 100% Extract: conftest.py... 100% Extract: test_axes_grid.py... 100% Extract: test_axes_grid1.py... 100% Extract: test_axisartist_angle_helper.py... 100% Extract: test_axisartist_axis_artist.py... 100% Extract: test_axisartist_axislines.py... 100% Extract: test_axisartist_clip_path.py... 100% Extract: test_axisartist_floating_axes.py... 100% Extract: test_axisartist_grid_finder.py... 100% Extract: test_axisartist_grid_helper_curvelinear.py... 100% Extract: test_mplot3d.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\mpl_toolkits\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: test_axes_grid.cpython-39.pyc... 100% Extract: test_axes_grid1.cpython-39.pyc... 100% Extract: test_axisartist_angle_helper.cpython-39.pyc... 100% Extract: test_axisartist_axis_artist.cpython-39.pyc... 100% Extract: test_axisartist_axislines.cpython-39.pyc... 100% Extract: test_axisartist_clip_path.cpython-39.pyc... 100% Extract: test_axisartist_floating_axes.cpython-39.pyc... 100% Extract: test_axisartist_grid_finder.cpython-39.pyc... 100% Extract: test_axisartist_grid_helper_curvelinear.cpython-39.pyc... 100% Extract: test_mplot3d.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\munkres-1.1.4-py3.6.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel Extract: __init__.py... 100% Extract: _h5py_compat.py... 100% Extract: _version.py... 100% Extract: affines.py... 100% Extract: analyze.py... 100% Extract: arrayproxy.py... 100% Extract: arraywriters.py... 100% Extract: batteryrunners.py... 100% Extract: brikhead.py... 100% Extract: casting.py... 100% Extract: conftest.py... 100% Extract: data.py... 100% Extract: dataobj_images.py... 100% Extract: deprecated.py... 100% Extract: deprecator.py... 100% Extract: dft.py... 100% Extract: ecat.py... 100% Extract: environment.py... 100% Extract: eulerangles.py... 100% Extract: filebasedimages.py... 100% Extract: fileholders.py... 100% Extract: filename_parser.py... 100% Extract: fileslice.py... 100% Extract: fileutils.py... 100% Extract: funcs.py... 100% Extract: imageclasses.py... 100% Extract: imageglobals.py... 100% Extract: imagestats.py... 100% Extract: info.py... 100% Extract: keywordonly.py... 100% Extract: loadsave.py... 100% Extract: minc1.py... 100% Extract: minc2.py... 100% Extract: mriutils.py... 100% Extract: nifti1.py... 100% Extract: nifti2.py... 100% Extract: onetime.py... 100% Extract: openers.py... 100% Extract: optpkg.py... 100% Extract: orientations.py... 100% Extract: parrec.py... 100% Extract: pkg_info.py... 100% Extract: processing.py... 100% Extract: py3k.py... 100% Extract: pydicom_compat.py... 100% Extract: quaternions.py... 100% Extract: rstutils.py... 100% Extract: spaces.py... 100% Extract: spatialimages.py... 100% Extract: spm2analyze.py... 100% Extract: spm99analyze.py... 100% Extract: tmpdirs.py... 100% Extract: trackvis.py... 100% Extract: tripwire.py... 100% Extract: viewers.py... 100% Extract: volumeutils.py... 100% Extract: wrapstruct.py... 100% Extract: xmlutils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _h5py_compat.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: affines.cpython-39.pyc... 100% Extract: analyze.cpython-39.pyc... 100% Extract: arrayproxy.cpython-39.pyc... 100% Extract: arraywriters.cpython-39.pyc... 100% Extract: batteryrunners.cpython-39.pyc... 100% Extract: brikhead.cpython-39.pyc... 100% Extract: casting.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: data.cpython-39.pyc... 100% Extract: dataobj_images.cpython-39.pyc... 100% Extract: deprecated.cpython-39.pyc... 100% Extract: deprecator.cpython-39.pyc... 100% Extract: dft.cpython-39.pyc... 100% Extract: ecat.cpython-39.pyc... 100% Extract: environment.cpython-39.pyc... 100% Extract: eulerangles.cpython-39.pyc... 100% Extract: filebasedimages.cpython-39.pyc... 100% Extract: fileholders.cpython-39.pyc... 100% Extract: filename_parser.cpython-39.pyc... 100% Extract: fileslice.cpython-39.pyc... 100% Extract: fileutils.cpython-39.pyc... 100% Extract: funcs.cpython-39.pyc... 100% Extract: imageclasses.cpython-39.pyc... 100% Extract: imageglobals.cpython-39.pyc... 100% Extract: imagestats.cpython-39.pyc... 100% Extract: info.cpython-39.pyc... 100% Extract: keywordonly.cpython-39.pyc... 100% Extract: loadsave.cpython-39.pyc... 100% Extract: minc1.cpython-39.pyc... 100% Extract: minc2.cpython-39.pyc... 100% Extract: mriutils.cpython-39.pyc... 100% Extract: nifti1.cpython-39.pyc... 100% Extract: nifti2.cpython-39.pyc... 100% Extract: onetime.cpython-39.pyc... 100% Extract: openers.cpython-39.pyc... 100% Extract: optpkg.cpython-39.pyc... 100% Extract: orientations.cpython-39.pyc... 100% Extract: parrec.cpython-39.pyc... 100% Extract: pkg_info.cpython-39.pyc... 100% Extract: processing.cpython-39.pyc... 100% Extract: py3k.cpython-39.pyc... 100% Extract: pydicom_compat.cpython-39.pyc... 100% Extract: quaternions.cpython-39.pyc... 100% Extract: rstutils.cpython-39.pyc... 100% Extract: spaces.cpython-39.pyc... 100% Extract: spatialimages.cpython-39.pyc... 100% Extract: spm2analyze.cpython-39.pyc... 100% Extract: spm99analyze.cpython-39.pyc... 100% Extract: tmpdirs.cpython-39.pyc... 100% Extract: trackvis.cpython-39.pyc... 100% Extract: tripwire.cpython-39.pyc... 100% Extract: viewers.cpython-39.pyc... 100% Extract: volumeutils.cpython-39.pyc... 100% Extract: wrapstruct.cpython-39.pyc... 100% Extract: xmlutils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\benchmarks Extract: __init__.py Extract: bench_array_to_file.py... 100% Extract: bench_arrayproxy_slicing.py... 100% Extract: bench_fileslice.py... 100% Extract: bench_finite_range.py... 100% Extract: bench_load_save.py... 100% Extract: bench_streamlines.py... 100% Extract: butils.py... 100% Extract: pytest.benchmark.ini... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\benchmarks\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bench_array_to_file.cpython-39.pyc... 100% Extract: bench_arrayproxy_slicing.cpython-39.pyc... 100% Extract: bench_fileslice.cpython-39.pyc... 100% Extract: bench_finite_range.cpython-39.pyc... 100% Extract: bench_load_save.cpython-39.pyc... 100% Extract: bench_streamlines.cpython-39.pyc... 100% Extract: butils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cifti2 Extract: __init__.py... 100% Extract: cifti2.py... 100% Extract: cifti2_axes.py... 100% Extract: parse_cifti2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cifti2\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cifti2.cpython-39.pyc... 100% Extract: cifti2_axes.cpython-39.pyc... 100% Extract: parse_cifti2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cifti2\tests Extract: __init__.py Extract: test_axes.py... 100% Extract: test_cifti2.py... 100% Extract: test_cifti2io_axes.py... 100% Extract: test_cifti2io_header.py... 100% Extract: test_name.py... 100% Extract: test_new_cifti2.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cifti2\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_axes.cpython-39.pyc... 100% Extract: test_cifti2.cpython-39.pyc... 100% Extract: test_cifti2io_axes.cpython-39.pyc... 100% Extract: test_cifti2io_header.cpython-39.pyc... 100% Extract: test_name.cpython-39.pyc... 100% Extract: test_new_cifti2.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cmdline Extract: __init__.py... 100% Extract: conform.py... 100% Extract: dicomfs.py... 100% Extract: diff.py... 100% Extract: ls.py... 100% Extract: nifti_dx.py... 100% Extract: parrec2nii.py... 100% Extract: roi.py... 100% Extract: stats.py... 100% Extract: tck2trk.py... 100% Extract: trk2tck.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cmdline\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: conform.cpython-39.pyc... 100% Extract: dicomfs.cpython-39.pyc... 100% Extract: diff.cpython-39.pyc... 100% Extract: ls.cpython-39.pyc... 100% Extract: nifti_dx.cpython-39.pyc... 100% Extract: parrec2nii.cpython-39.pyc... 100% Extract: roi.cpython-39.pyc... 100% Extract: stats.cpython-39.pyc... 100% Extract: tck2trk.cpython-39.pyc... 100% Extract: trk2tck.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cmdline\tests Extract: __init__.py Extract: test_conform.py... 100% Extract: test_parrec2nii.py... 100% Extract: test_roi.py... 100% Extract: test_stats.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\cmdline\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_conform.cpython-39.pyc... 100% Extract: test_parrec2nii.cpython-39.pyc... 100% Extract: test_roi.cpython-39.pyc... 100% Extract: test_stats.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\externals Extract: __init__.py Extract: netcdf.py... 100% Extract: oset.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\externals\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: netcdf.cpython-39.pyc... 100% Extract: oset.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\externals\tests Extract: __init__.py Extract: test_netcdf.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\externals\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_netcdf.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\externals\tests\data Extract: example_1.nc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\freesurfer Extract: __init__.py... 100% Extract: io.py... 100% Extract: mghformat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\freesurfer\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: io.cpython-39.pyc... 100% Extract: mghformat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\freesurfer\tests Extract: __init__.py Extract: test_io.py... 100% Extract: test_mghformat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\freesurfer\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_io.cpython-39.pyc... 100% Extract: test_mghformat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\gifti Extract: __init__.py... 100% Extract: gifti.py... 100% Extract: giftiio.py... 100% Extract: parse_gifti_fast.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\gifti\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gifti.cpython-39.pyc... 100% Extract: giftiio.cpython-39.pyc... 100% Extract: parse_gifti_fast.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\gifti\tests Extract: __init__.py Extract: test_1.py... 100% Extract: test_gifti.py... 100% Extract: test_giftiio.py... 100% Extract: test_parse_gifti_fast.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\gifti\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_1.cpython-39.pyc... 100% Extract: test_gifti.cpython-39.pyc... 100% Extract: test_giftiio.cpython-39.pyc... 100% Extract: test_parse_gifti_fast.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\gifti\tests\data Extract: ascii.gii... 100% Extract: base64bin.gii... 100% Extract: gzipbase64.gii... 100% Extract: label.gii... 100% Extract: rh.aparc.annot.gii... 100% Extract: rh.shape.curv.gii... 100% Extract: task.func.gii... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\nicom Extract: __init__.py... 100% Extract: ascconv.py... 100% Extract: csareader.py... 100% Extract: dicomreaders.py... 100% Extract: dicomwrappers.py... 100% Extract: dwiparams.py... 100% Extract: structreader.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\nicom\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ascconv.cpython-39.pyc... 100% Extract: csareader.cpython-39.pyc... 100% Extract: dicomreaders.cpython-39.pyc... 100% Extract: dicomwrappers.cpython-39.pyc... 100% Extract: dwiparams.cpython-39.pyc... 100% Extract: structreader.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\nicom\tests Extract: __init__.py... 100% Extract: data_pkgs.py... 100% Extract: test_ascconv.py... 100% Extract: test_csareader.py... 100% Extract: test_dicomreaders.py... 100% Extract: test_dicomwrappers.py... 100% Extract: test_dwiparams.py... 100% Extract: test_structreader.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\nicom\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: data_pkgs.cpython-39.pyc... 100% Extract: test_ascconv.cpython-39.pyc... 100% Extract: test_csareader.cpython-39.pyc... 100% Extract: test_dicomreaders.cpython-39.pyc... 100% Extract: test_dicomwrappers.cpython-39.pyc... 100% Extract: test_dwiparams.cpython-39.pyc... 100% Extract: test_structreader.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\nicom\tests\data Extract: 0.dcm... 100% Extract: 1.dcm... 100% Extract: 4d_multiframe_test.dcm... 100% Extract: ascconv_sample.txt... 100% Extract: csa2_b0.bin... 100% Extract: csa2_b1000.bin... 100% Extract: csa2_zero_len.bin.gz... 100% Extract: csa_slice_norm.dcm... 100% Extract: csa_str_1001n_items.bin... 100% Extract: csa_str_valid.bin... 100% Extract: decimal_rescale.dcm... 100% Extract: philips_mprage.dcm.gz... 100% Extract: siemens_dwi_0.dcm.gz... 100% Extract: siemens_dwi_1000.dcm.gz... 100% Extract: slicethickness_empty_string.dcm... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\streamlines Extract: __init__.py... 100% Extract: array_sequence.py... 100% Extract: header.py... 100% Extract: tck.py... 100% Extract: tractogram.py... 100% Extract: tractogram_file.py... 100% Extract: trk.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\streamlines\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: array_sequence.cpython-39.pyc... 100% Extract: header.cpython-39.pyc... 100% Extract: tck.cpython-39.pyc... 100% Extract: tractogram.cpython-39.pyc... 100% Extract: tractogram_file.cpython-39.pyc... 100% Extract: trk.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\streamlines\tests Extract: __init__.py Extract: test_array_sequence.py... 100% Extract: test_streamlines.py... 100% Extract: test_tck.py... 100% Extract: test_tractogram.py... 100% Extract: test_tractogram_file.py... 100% Extract: test_trk.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\streamlines\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_array_sequence.cpython-39.pyc... 100% Extract: test_streamlines.cpython-39.pyc... 100% Extract: test_tck.cpython-39.pyc... 100% Extract: test_tractogram.cpython-39.pyc... 100% Extract: test_tractogram_file.cpython-39.pyc... 100% Extract: test_trk.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\testing Extract: __init__.py... 100% Extract: helpers.py... 100% Extract: np_features.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\testing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: helpers.cpython-39.pyc... 100% Extract: np_features.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\tests Extract: __init__.py Extract: nibabel_data.py... 100% Extract: scriptrunner.py... 100% Extract: test_affines.py... 100% Extract: test_analyze.py... 100% Extract: test_api_validators.py... 100% Extract: test_arrayproxy.py... 100% Extract: test_arraywriters.py... 100% Extract: test_batteryrunners.py... 100% Extract: test_brikhead.py... 100% Extract: test_casting.py... 100% Extract: test_data.py... 100% Extract: test_dataobj_images.py... 100% Extract: test_deprecated.py... 100% Extract: test_deprecator.py... 100% Extract: test_dft.py... 100% Extract: test_diff.py... 100% Extract: test_ecat.py... 100% Extract: test_ecat_data.py... 100% Extract: test_endiancodes.py... 100% Extract: test_environment.py... 100% Extract: test_euler.py... 100% Extract: test_filebasedimages.py... 100% Extract: test_filehandles.py... 100% Extract: test_fileholders.py... 100% Extract: test_filename_parser.py... 100% Extract: test_files_interface.py... 100% Extract: test_fileslice.py... 100% Extract: test_fileutils.py... 100% Extract: test_floating.py... 100% Extract: test_funcs.py... 100% Extract: test_h5py_compat.py... 100% Extract: test_image_api.py... 100% Extract: test_image_load_save.py... 100% Extract: test_image_types.py... 100% Extract: test_imageclasses.py... 100% Extract: test_imageglobals.py... 100% Extract: test_imagestats.py... 100% Extract: test_init.py... 100% Extract: test_keywordonly.py... 100% Extract: test_loadsave.py... 100% Extract: test_minc1.py... 100% Extract: test_minc2.py... 100% Extract: test_minc2_data.py... 100% Extract: test_mriutils.py... 100% Extract: test_nibabel_data.py... 100% Extract: test_nifti1.py... 100% Extract: test_nifti2.py... 100% Extract: test_onetime.py... 100% Extract: test_openers.py... 100% Extract: test_optpkg.py... 100% Extract: test_orientations.py... 100% Extract: test_parrec.py... 100% Extract: test_parrec_data.py... 100% Extract: test_pkg_info.py... 100% Extract: test_processing.py... 100% Extract: test_proxy_api.py... 100% Extract: test_quaternions.py... 100% Extract: test_recoder.py... 100% Extract: test_removalschedule.py... 100% Extract: test_round_trip.py... 100% Extract: test_rstutils.py... 100% Extract: test_scaling.py... 100% Extract: test_scripts.py... 100% Extract: test_spaces.py... 100% Extract: test_spatialimages.py... 100% Extract: test_spm2analyze.py... 100% Extract: test_spm99analyze.py... 100% Extract: test_testing.py... 100% Extract: test_tmpdirs.py... 100% Extract: test_trackvis.py... 100% Extract: test_tripwire.py... 100% Extract: test_viewers.py... 100% Extract: test_volumeutils.py... 100% Extract: test_wrapstruct.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: nibabel_data.cpython-39.pyc... 100% Extract: scriptrunner.cpython-39.pyc... 100% Extract: test_affines.cpython-39.pyc... 100% Extract: test_analyze.cpython-39.pyc... 100% Extract: test_api_validators.cpython-39.pyc... 100% Extract: test_arrayproxy.cpython-39.pyc... 100% Extract: test_arraywriters.cpython-39.pyc... 100% Extract: test_batteryrunners.cpython-39.pyc... 100% Extract: test_brikhead.cpython-39.pyc... 100% Extract: test_casting.cpython-39.pyc... 100% Extract: test_data.cpython-39.pyc... 100% Extract: test_dataobj_images.cpython-39.pyc... 100% Extract: test_deprecated.cpython-39.pyc... 100% Extract: test_deprecator.cpython-39.pyc... 100% Extract: test_dft.cpython-39.pyc... 100% Extract: test_diff.cpython-39.pyc... 100% Extract: test_ecat.cpython-39.pyc... 100% Extract: test_ecat_data.cpython-39.pyc... 100% Extract: test_endiancodes.cpython-39.pyc... 100% Extract: test_environment.cpython-39.pyc... 100% Extract: test_euler.cpython-39.pyc... 100% Extract: test_filebasedimages.cpython-39.pyc... 100% Extract: test_filehandles.cpython-39.pyc... 100% Extract: test_fileholders.cpython-39.pyc... 100% Extract: test_filename_parser.cpython-39.pyc... 100% Extract: test_files_interface.cpython-39.pyc... 100% Extract: test_fileslice.cpython-39.pyc... 100% Extract: test_fileutils.cpython-39.pyc... 100% Extract: test_floating.cpython-39.pyc... 100% Extract: test_funcs.cpython-39.pyc... 100% Extract: test_h5py_compat.cpython-39.pyc... 100% Extract: test_image_api.cpython-39.pyc... 100% Extract: test_image_load_save.cpython-39.pyc... 100% Extract: test_image_types.cpython-39.pyc... 100% Extract: test_imageclasses.cpython-39.pyc... 100% Extract: test_imageglobals.cpython-39.pyc... 100% Extract: test_imagestats.cpython-39.pyc... 100% Extract: test_init.cpython-39.pyc... 100% Extract: test_keywordonly.cpython-39.pyc... 100% Extract: test_loadsave.cpython-39.pyc... 100% Extract: test_minc1.cpython-39.pyc... 100% Extract: test_minc2.cpython-39.pyc... 100% Extract: test_minc2_data.cpython-39.pyc... 100% Extract: test_mriutils.cpython-39.pyc... 100% Extract: test_nibabel_data.cpython-39.pyc... 100% Extract: test_nifti1.cpython-39.pyc... 100% Extract: test_nifti2.cpython-39.pyc... 100% Extract: test_onetime.cpython-39.pyc... 100% Extract: test_openers.cpython-39.pyc... 100% Extract: test_optpkg.cpython-39.pyc... 100% Extract: test_orientations.cpython-39.pyc... 100% Extract: test_parrec.cpython-39.pyc... 100% Extract: test_parrec_data.cpython-39.pyc... 100% Extract: test_pkg_info.cpython-39.pyc... 100% Extract: test_processing.cpython-39.pyc... 100% Extract: test_proxy_api.cpython-39.pyc... 100% Extract: test_quaternions.cpython-39.pyc... 100% Extract: test_recoder.cpython-39.pyc... 100% Extract: test_removalschedule.cpython-39.pyc... 100% Extract: test_round_trip.cpython-39.pyc... 100% Extract: test_rstutils.cpython-39.pyc... 100% Extract: test_scaling.cpython-39.pyc... 100% Extract: test_scripts.cpython-39.pyc... 100% Extract: test_spaces.cpython-39.pyc... 100% Extract: test_spatialimages.cpython-39.pyc... 100% Extract: test_spm2analyze.cpython-39.pyc... 100% Extract: test_spm99analyze.cpython-39.pyc... 100% Extract: test_testing.cpython-39.pyc... 100% Extract: test_tmpdirs.cpython-39.pyc... 100% Extract: test_trackvis.cpython-39.pyc... 100% Extract: test_tripwire.cpython-39.pyc... 100% Extract: test_viewers.cpython-39.pyc... 100% Extract: test_volumeutils.cpython-39.pyc... 100% Extract: test_wrapstruct.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\tests\data Extract: 0.dcm... 100% Extract: 1.dcm... 100% Extract: ADC_Map.PAR... 100% Extract: ASL_3D_Multiecho.PAR... 100% Extract: DTI.PAR... 100% Extract: DTIv40.PAR... 100% Extract: NA.PAR... 100% Extract: Phantom_EPI_3mm_cor_20APtrans_15RLrot_SENSE_15_1.PAR... 100% Extract: Phantom_EPI_3mm_cor_SENSE_8_1.PAR... 100% Extract: Phantom_EPI_3mm_sag_15AP_SENSE_13_1.PAR... 100% Extract: Phantom_EPI_3mm_sag_15FH_SENSE_12_1.PAR... 100% Extract: Phantom_EPI_3mm_sag_15RL_SENSE_11_1.PAR... 100% Extract: Phantom_EPI_3mm_sag_SENSE_7_1.PAR... 100% Extract: Phantom_EPI_3mm_tra_-30AP_10RL_20FH_SENSE_14_1.PAR... 100% Extract: Phantom_EPI_3mm_tra_15FH_SENSE_9_1.PAR... 100% Extract: Phantom_EPI_3mm_tra_15RL_SENSE_10_1.PAR... 100% Extract: Phantom_EPI_3mm_tra_SENSE_6_1.PAR... 100% Extract: README.rst... 100% Extract: T1.PAR... 100% Extract: T1_3echo_mag_real_imag_phase.PAR... 100% Extract: T1_dual_echo.PAR... 100% Extract: T2-interleaved.PAR... 100% Extract: T2.PAR... 100% Extract: T2_-interleaved.PAR... 100% Extract: T2_.PAR... 100% Extract: analyze.hdr... 100% Extract: anatomical.nii... 100% Extract: bad_attribute+orig.HEAD... 100% Extract: bad_datatype+orig.HEAD... 100% Extract: check_parrec_reslice.py... 100% Extract: complex.trk... 100% Extract: complex_big_endian.trk... 100% Extract: empty.tck Extract: empty.trk... 100% Extract: example4d+orig.BRIK.gz Extract: example4d+orig.HEAD... 100% Extract: example4d.nii.gz Extract: example_nifti2.nii.gz Extract: fieldmap.PAR... 100% Extract: functional.nii... 100% Extract: gen_standard.py... 100% Extract: make_moved_anat.py... 100% Extract: matlab_nan.tck... 100% Extract: minc1-no-att.mnc... 100% Extract: minc1_1_scale.mnc... 100% Extract: minc1_4d.mnc... 100% Extract: minc2-4d-d.mnc... 100% Extract: minc2-no-att.mnc... 100% Extract: minc2_1_scale.mnc... 100% Extract: minc2_4d.mnc... 100% Extract: nifti1.hdr... 100% Extract: nifti2.hdr... 100% Extract: phantom_EPI_asc_CLEAR_2_1.PAR... 100% Extract: phantom_EPI_asc_CLEAR_2_1.REC... 100% Extract: phantom_fake_dualTR.PAR... 100% Extract: phantom_fake_v4.PAR... 100% Extract: phantom_fake_v4_1.PAR... 100% Extract: phantom_truncated.PAR... 100% Extract: phantom_truncated.REC... 100% Extract: phantom_varscale.PAR... 100% Extract: phantom_varscale.REC... 100% Extract: reoriented_anat_moved.nii... 100% Extract: resample_using_spm.m... 100% Extract: resampled_anat_moved.nii... 100% Extract: row_major.dconn.nii... 100% Extract: scaled+tlrc.BRIK... 100% Extract: scaled+tlrc.HEAD... 100% Extract: simple.tck... 100% Extract: simple.trk... 100% Extract: simple_big_endian.tck... 100% Extract: small.mnc... 100% Extract: standard.LPS.trk... 100% Extract: standard.nii.gz Extract: standard.tck... 100% Extract: standard.trk... 100% Extract: test.mgz... 100% Extract: tiny.mnc... 100% Extract: tinypet.v... 100% Extract: to_canonical.m... 100% Extract: umass_anonymized.PAR... 100% Extract: variant_v4_2_header.PAR... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel\tests\data\__pycache__ Extract: check_parrec_reslice.cpython-39.pyc... 100% Extract: gen_standard.cpython-39.pyc... 100% Extract: make_moved_anat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nibabel-3.2.2.dist-info Extract: COPYING... 100% Extract: INSTALLER Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nisext Extract: __init__.py... 100% Extract: py3builder.py... 100% Extract: sexts.py... 100% Extract: testers.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nisext\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: py3builder.cpython-39.pyc... 100% Extract: sexts.cpython-39.pyc... 100% Extract: testers.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nisext\tests Extract: __init__.py Extract: test_sexts.py... 100% Extract: test_testers.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\nisext\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_sexts.cpython-39.pyc... 100% Extract: test_testers.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy Extract: LICENSE.txt... 100% Extract: __config__.py... 100% Extract: __init__.cython-30.pxd... 100% Extract: __init__.pxd... 100% Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _distributor_init.py... 100% Extract: _globals.py... 100% Extract: _pytesttester.py... 100% Extract: _version.py... 100% Extract: char.pyi... 100% Extract: conftest.py... 100% Extract: ctypeslib.py... 100% Extract: ctypeslib.pyi... 100% Extract: dual.py... 100% Extract: matlib.py... 100% Extract: py.typed Extract: rec.pyi... 100% Extract: setup.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\__pycache__ Extract: __config__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _distributor_init.cpython-39.pyc... 100% Extract: _globals.cpython-39.pyc... 100% Extract: _pytesttester.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: ctypeslib.cpython-39.pyc... 100% Extract: dual.cpython-39.pyc... 100% Extract: matlib.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\compat Extract: __init__.py... 100% Extract: _inspect.py... 100% Extract: py3k.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\compat\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _inspect.cpython-39.pyc... 100% Extract: py3k.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\compat\tests Extract: __init__.py Extract: test_compat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\compat\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_compat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core Extract: __init__.py... 100% Extract: __init__.pyi Extract: _add_newdocs.py... 100% Extract: _add_newdocs_scalars.py... 100% Extract: _asarray.py... 100% Extract: _asarray.pyi... 100% Extract: _dtype.py... 100% Extract: _dtype_ctypes.py... 100% Extract: _exceptions.py... 100% Extract: _internal.py... 100% Extract: _internal.pyi... 100% Extract: _methods.py... 100% Extract: _multiarray_tests.cp39-win_amd64.pyd... 100% Extract: _multiarray_umath.cp39-win_amd64.pyd... 100% Extract: _operand_flag_tests.cp39-win_amd64.pyd... 100% Extract: _rational_tests.cp39-win_amd64.pyd... 100% Extract: _simd.cp39-win_amd64.pyd... 100% Extract: _string_helpers.py... 100% Extract: _struct_ufunc_tests.cp39-win_amd64.pyd... 100% Extract: _type_aliases.py... 100% Extract: _type_aliases.pyi... 100% Extract: _ufunc_config.py... 100% Extract: _ufunc_config.pyi... 100% Extract: _umath_tests.cp39-win_amd64.pyd... 100% Extract: arrayprint.py... 100% Extract: arrayprint.pyi... 100% Extract: cversions.py... 100% Extract: defchararray.py... 100% Extract: einsumfunc.py... 100% Extract: einsumfunc.pyi... 100% Extract: fromnumeric.py... 100% Extract: fromnumeric.pyi... 100% Extract: function_base.py... 100% Extract: function_base.pyi... 100% Extract: generate_numpy_api.py... 100% Extract: getlimits.py... 100% Extract: machar.py... 100% Extract: memmap.py... 100% Extract: multiarray.py... 100% Extract: numeric.py... 100% Extract: numeric.pyi... 100% Extract: numerictypes.py... 100% Extract: numerictypes.pyi... 100% Extract: overrides.py... 100% Extract: records.py... 100% Extract: setup.py... 100% Extract: setup_common.py... 100% Extract: shape_base.py... 100% Extract: shape_base.pyi... 100% Extract: umath.py... 100% Extract: umath_tests.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _add_newdocs.cpython-39.pyc... 100% Extract: _add_newdocs_scalars.cpython-39.pyc... 100% Extract: _asarray.cpython-39.pyc... 100% Extract: _dtype.cpython-39.pyc... 100% Extract: _dtype_ctypes.cpython-39.pyc... 100% Extract: _exceptions.cpython-39.pyc... 100% Extract: _internal.cpython-39.pyc... 100% Extract: _methods.cpython-39.pyc... 100% Extract: _string_helpers.cpython-39.pyc... 100% Extract: _type_aliases.cpython-39.pyc... 100% Extract: _ufunc_config.cpython-39.pyc... 100% Extract: arrayprint.cpython-39.pyc... 100% Extract: cversions.cpython-39.pyc... 100% Extract: defchararray.cpython-39.pyc... 100% Extract: einsumfunc.cpython-39.pyc... 100% Extract: fromnumeric.cpython-39.pyc... 100% Extract: function_base.cpython-39.pyc... 100% Extract: generate_numpy_api.cpython-39.pyc... 100% Extract: getlimits.cpython-39.pyc... 100% Extract: machar.cpython-39.pyc... 100% Extract: memmap.cpython-39.pyc... 100% Extract: multiarray.cpython-39.pyc... 100% Extract: numeric.cpython-39.pyc... 100% Extract: numerictypes.cpython-39.pyc... 100% Extract: overrides.cpython-39.pyc... 100% Extract: records.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: setup_common.cpython-39.pyc... 100% Extract: shape_base.cpython-39.pyc... 100% Extract: umath.cpython-39.pyc... 100% Extract: umath_tests.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\include Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\include\numpy Extract: __multiarray_api.h... 100% Extract: __ufunc_api.h... 100% Extract: _neighborhood_iterator_imp.h... 100% Extract: _numpyconfig.h... 100% Extract: arrayobject.h... 100% Extract: arrayscalars.h... 100% Extract: halffloat.h... 100% Extract: multiarray_api.txt... 100% Extract: ndarrayobject.h... 100% Extract: ndarraytypes.h... 100% Extract: noprefix.h... 100% Extract: npy_1_7_deprecated_api.h... 100% Extract: npy_3kcompat.h... 100% Extract: npy_common.h... 100% Extract: npy_cpu.h... 100% Extract: npy_endian.h... 100% Extract: npy_interrupt.h... 100% Extract: npy_math.h... 100% Extract: npy_no_deprecated_api.h... 100% Extract: npy_os.h... 100% Extract: numpyconfig.h... 100% Extract: old_defines.h... 100% Extract: oldnumeric.h... 100% Extract: ufunc_api.txt... 100% Extract: ufuncobject.h... 100% Extract: utils.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\include\numpy\libdivide Extract: LICENSE.txt... 100% Extract: libdivide.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\include\numpy\random Extract: bitgen.h... 100% Extract: distributions.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\lib Extract: npymath.lib... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\lib\npy-pkg-config Extract: mlib.ini... 100% Extract: npymath.ini... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\tests Extract: __init__.py Extract: _locales.py... 100% Extract: test__exceptions.py... 100% Extract: test_abc.py... 100% Extract: test_api.py... 100% Extract: test_argparse.py... 100% Extract: test_array_coercion.py... 100% Extract: test_arraymethod.py... 100% Extract: test_arrayprint.py... 100% Extract: test_casting_unittests.py... 100% Extract: test_conversion_utils.py... 100% Extract: test_cpu_dispatcher.py... 100% Extract: test_cpu_features.py... 100% Extract: test_cython.py... 100% Extract: test_datetime.py... 100% Extract: test_defchararray.py... 100% Extract: test_deprecations.py... 100% Extract: test_dtype.py... 100% Extract: test_einsum.py... 100% Extract: test_errstate.py... 100% Extract: test_extint128.py... 100% Extract: test_function_base.py... 100% Extract: test_getlimits.py... 100% Extract: test_half.py... 100% Extract: test_indexerrors.py... 100% Extract: test_indexing.py... 100% Extract: test_item_selection.py... 100% Extract: test_longdouble.py... 100% Extract: test_machar.py... 100% Extract: test_mem_overlap.py... 100% Extract: test_memmap.py... 100% Extract: test_multiarray.py... 100% Extract: test_nditer.py... 100% Extract: test_numeric.py... 100% Extract: test_numerictypes.py... 100% Extract: test_overrides.py... 100% Extract: test_print.py... 100% Extract: test_protocols.py... 100% Extract: test_records.py... 100% Extract: test_regression.py... 100% Extract: test_scalar_ctors.py... 100% Extract: test_scalar_methods.py... 100% Extract: test_scalarbuffer.py... 100% Extract: test_scalarinherit.py... 100% Extract: test_scalarmath.py... 100% Extract: test_scalarprint.py... 100% Extract: test_shape_base.py... 100% Extract: test_simd.py... 100% Extract: test_simd_module.py... 100% Extract: test_ufunc.py... 100% Extract: test_umath.py... 100% Extract: test_umath_accuracy.py... 100% Extract: test_umath_complex.py... 100% Extract: test_unicode.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _locales.cpython-39.pyc... 100% Extract: test__exceptions.cpython-39.pyc... 100% Extract: test_abc.cpython-39.pyc... 100% Extract: test_api.cpython-39.pyc... 100% Extract: test_argparse.cpython-39.pyc... 100% Extract: test_array_coercion.cpython-39.pyc... 100% Extract: test_arraymethod.cpython-39.pyc... 100% Extract: test_arrayprint.cpython-39.pyc... 100% Extract: test_casting_unittests.cpython-39.pyc... 100% Extract: test_conversion_utils.cpython-39.pyc... 100% Extract: test_cpu_dispatcher.cpython-39.pyc... 100% Extract: test_cpu_features.cpython-39.pyc... 100% Extract: test_cython.cpython-39.pyc... 100% Extract: test_datetime.cpython-39.pyc... 100% Extract: test_defchararray.cpython-39.pyc... 100% Extract: test_deprecations.cpython-39.pyc... 100% Extract: test_dtype.cpython-39.pyc... 100% Extract: test_einsum.cpython-39.pyc... 100% Extract: test_errstate.cpython-39.pyc... 100% Extract: test_extint128.cpython-39.pyc... 100% Extract: test_function_base.cpython-39.pyc... 100% Extract: test_getlimits.cpython-39.pyc... 100% Extract: test_half.cpython-39.pyc... 100% Extract: test_indexerrors.cpython-39.pyc... 100% Extract: test_indexing.cpython-39.pyc... 100% Extract: test_item_selection.cpython-39.pyc... 100% Extract: test_longdouble.cpython-39.pyc... 100% Extract: test_machar.cpython-39.pyc... 100% Extract: test_mem_overlap.cpython-39.pyc... 100% Extract: test_memmap.cpython-39.pyc... 100% Extract: test_multiarray.cpython-39.pyc... 100% Extract: test_nditer.cpython-39.pyc... 100% Extract: test_numeric.cpython-39.pyc... 100% Extract: test_numerictypes.cpython-39.pyc... 100% Extract: test_overrides.cpython-39.pyc... 100% Extract: test_print.cpython-39.pyc... 100% Extract: test_protocols.cpython-39.pyc... 100% Extract: test_records.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_scalar_ctors.cpython-39.pyc... 100% Extract: test_scalar_methods.cpython-39.pyc... 100% Extract: test_scalarbuffer.cpython-39.pyc... 100% Extract: test_scalarinherit.cpython-39.pyc... 100% Extract: test_scalarmath.cpython-39.pyc... 100% Extract: test_scalarprint.cpython-39.pyc... 100% Extract: test_shape_base.cpython-39.pyc... 100% Extract: test_simd.cpython-39.pyc... 100% Extract: test_simd_module.cpython-39.pyc... 100% Extract: test_ufunc.cpython-39.pyc... 100% Extract: test_umath.cpython-39.pyc... 100% Extract: test_umath_accuracy.cpython-39.pyc... 100% Extract: test_umath_complex.cpython-39.pyc... 100% Extract: test_unicode.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\tests\data Extract: astype_copy.pkl... 100% Extract: recarray_from_file.fits... 100% Extract: umath-validation-set-README.txt... 100% Extract: umath-validation-set-cos.csv... 100% Extract: umath-validation-set-exp.csv... 100% Extract: umath-validation-set-log.csv... 100% Extract: umath-validation-set-sin.csv... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\tests\examples Extract: checks.pyx... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\core\tests\examples\__pycache__ Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils Extract: __config__.py... 100% Extract: __init__.py... 100% Extract: __init__.pyi Extract: _shell_utils.py... 100% Extract: ccompiler.py... 100% Extract: ccompiler_opt.py... 100% Extract: conv_template.py... 100% Extract: core.py... 100% Extract: cpuinfo.py... 100% Extract: exec_command.py... 100% Extract: extension.py... 100% Extract: from_template.py... 100% Extract: intelccompiler.py... 100% Extract: lib2def.py... 100% Extract: line_endings.py... 100% Extract: log.py... 100% Extract: mingw32ccompiler.py... 100% Extract: misc_util.py... 100% Extract: msvc9compiler.py... 100% Extract: msvccompiler.py... 100% Extract: npy_pkg_config.py... 100% Extract: numpy_distribution.py... 100% Extract: pathccompiler.py... 100% Extract: setup.py... 100% Extract: site.cfg... 100% Extract: system_info.py... 100% Extract: unixccompiler.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\__pycache__ Extract: __config__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _shell_utils.cpython-39.pyc... 100% Extract: ccompiler.cpython-39.pyc... 100% Extract: ccompiler_opt.cpython-39.pyc... 100% Extract: conv_template.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: cpuinfo.cpython-39.pyc... 100% Extract: exec_command.cpython-39.pyc... 100% Extract: extension.cpython-39.pyc... 100% Extract: from_template.cpython-39.pyc... 100% Extract: intelccompiler.cpython-39.pyc... 100% Extract: lib2def.cpython-39.pyc... 100% Extract: line_endings.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: mingw32ccompiler.cpython-39.pyc... 100% Extract: misc_util.cpython-39.pyc... 100% Extract: msvc9compiler.cpython-39.pyc... 100% Extract: msvccompiler.cpython-39.pyc... 100% Extract: npy_pkg_config.cpython-39.pyc... 100% Extract: numpy_distribution.cpython-39.pyc... 100% Extract: pathccompiler.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: system_info.cpython-39.pyc... 100% Extract: unixccompiler.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\checks Extract: cpu_asimd.c... 100% Extract: cpu_asimddp.c... 100% Extract: cpu_asimdfhm.c... 100% Extract: cpu_asimdhp.c... 100% Extract: cpu_avx.c... 100% Extract: cpu_avx2.c... 100% Extract: cpu_avx512_clx.c... 100% Extract: cpu_avx512_cnl.c... 100% Extract: cpu_avx512_icl.c... 100% Extract: cpu_avx512_knl.c... 100% Extract: cpu_avx512_knm.c... 100% Extract: cpu_avx512_skx.c... 100% Extract: cpu_avx512cd.c... 100% Extract: cpu_avx512f.c... 100% Extract: cpu_f16c.c... 100% Extract: cpu_fma3.c... 100% Extract: cpu_fma4.c... 100% Extract: cpu_neon.c... 100% Extract: cpu_neon_fp16.c... 100% Extract: cpu_neon_vfpv4.c... 100% Extract: cpu_popcnt.c... 100% Extract: cpu_sse.c... 100% Extract: cpu_sse2.c... 100% Extract: cpu_sse3.c... 100% Extract: cpu_sse41.c... 100% Extract: cpu_sse42.c... 100% Extract: cpu_ssse3.c... 100% Extract: cpu_vsx.c... 100% Extract: cpu_vsx2.c... 100% Extract: cpu_vsx3.c... 100% Extract: cpu_xop.c... 100% Extract: extra_avx512bw_mask.c... 100% Extract: extra_avx512dq_mask.c... 100% Extract: extra_avx512f_reduce.c... 100% Extract: extra_vsx_asm.c... 100% Extract: test_flags.c Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\command Extract: __init__.py... 100% Extract: autodist.py... 100% Extract: bdist_rpm.py... 100% Extract: build.py... 100% Extract: build_clib.py... 100% Extract: build_ext.py... 100% Extract: build_py.py... 100% Extract: build_scripts.py... 100% Extract: build_src.py... 100% Extract: config.py... 100% Extract: config_compiler.py... 100% Extract: develop.py... 100% Extract: egg_info.py... 100% Extract: install.py... 100% Extract: install_clib.py... 100% Extract: install_data.py... 100% Extract: install_headers.py... 100% Extract: sdist.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\command\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: autodist.cpython-39.pyc... 100% Extract: bdist_rpm.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Extract: build_clib.cpython-39.pyc... 100% Extract: build_ext.cpython-39.pyc... 100% Extract: build_py.cpython-39.pyc... 100% Extract: build_scripts.cpython-39.pyc... 100% Extract: build_src.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: config_compiler.cpython-39.pyc... 100% Extract: develop.cpython-39.pyc... 100% Extract: egg_info.cpython-39.pyc... 100% Extract: install.cpython-39.pyc... 100% Extract: install_clib.cpython-39.pyc... 100% Extract: install_data.cpython-39.pyc... 100% Extract: install_headers.cpython-39.pyc... 100% Extract: sdist.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\fcompiler Extract: __init__.py... 100% Extract: absoft.py... 100% Extract: compaq.py... 100% Extract: environment.py... 100% Extract: fujitsu.py... 100% Extract: g95.py... 100% Extract: gnu.py... 100% Extract: hpux.py... 100% Extract: ibm.py... 100% Extract: intel.py... 100% Extract: lahey.py... 100% Extract: mips.py... 100% Extract: nag.py... 100% Extract: none.py... 100% Extract: nv.py... 100% Extract: pathf95.py... 100% Extract: pg.py... 100% Extract: sun.py... 100% Extract: vast.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\fcompiler\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: absoft.cpython-39.pyc... 100% Extract: compaq.cpython-39.pyc... 100% Extract: environment.cpython-39.pyc... 100% Extract: fujitsu.cpython-39.pyc... 100% Extract: g95.cpython-39.pyc... 100% Extract: gnu.cpython-39.pyc... 100% Extract: hpux.cpython-39.pyc... 100% Extract: ibm.cpython-39.pyc... 100% Extract: intel.cpython-39.pyc... 100% Extract: lahey.cpython-39.pyc... 100% Extract: mips.cpython-39.pyc... 100% Extract: nag.cpython-39.pyc... 100% Extract: none.cpython-39.pyc... 100% Extract: nv.cpython-39.pyc... 100% Extract: pathf95.cpython-39.pyc... 100% Extract: pg.cpython-39.pyc... 100% Extract: sun.cpython-39.pyc... 100% Extract: vast.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\mingw Extract: gfortran_vs2003_hack.c Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\tests Extract: __init__.py Extract: test_build_ext.py... 100% Extract: test_ccompiler_opt.py... 100% Extract: test_ccompiler_opt_conf.py... 100% Extract: test_exec_command.py... 100% Extract: test_fcompiler.py... 100% Extract: test_fcompiler_gnu.py... 100% Extract: test_fcompiler_intel.py... 100% Extract: test_fcompiler_nagfor.py... 100% Extract: test_from_template.py... 100% Extract: test_mingw32ccompiler.py... 100% Extract: test_misc_util.py... 100% Extract: test_npy_pkg_config.py... 100% Extract: test_shell_utils.py... 100% Extract: test_system_info.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\distutils\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_build_ext.cpython-39.pyc... 100% Extract: test_ccompiler_opt.cpython-39.pyc... 100% Extract: test_ccompiler_opt_conf.cpython-39.pyc... 100% Extract: test_exec_command.cpython-39.pyc... 100% Extract: test_fcompiler.cpython-39.pyc... 100% Extract: test_fcompiler_gnu.cpython-39.pyc... 100% Extract: test_fcompiler_intel.cpython-39.pyc... 100% Extract: test_fcompiler_nagfor.cpython-39.pyc... 100% Extract: test_from_template.cpython-39.pyc... 100% Extract: test_mingw32ccompiler.cpython-39.pyc... 100% Extract: test_misc_util.cpython-39.pyc... 100% Extract: test_npy_pkg_config.cpython-39.pyc... 100% Extract: test_shell_utils.cpython-39.pyc... 100% Extract: test_system_info.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\doc Extract: __init__.py... 100% Extract: constants.py... 100% Extract: ufuncs.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\doc\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: ufuncs.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: __main__.py Extract: __version__.py Extract: auxfuncs.py... 100% Extract: capi_maps.py... 100% Extract: cb_rules.py... 100% Extract: cfuncs.py... 100% Extract: common_rules.py... 100% Extract: crackfortran.py... 100% Extract: diagnose.py... 100% Extract: f2py2e.py... 100% Extract: f2py_testing.py... 100% Extract: f90mod_rules.py... 100% Extract: func2subr.py... 100% Extract: rules.py... 100% Extract: setup.py... 100% Extract: use_rules.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: __version__.cpython-39.pyc... 100% Extract: auxfuncs.cpython-39.pyc... 100% Extract: capi_maps.cpython-39.pyc... 100% Extract: cb_rules.cpython-39.pyc... 100% Extract: cfuncs.cpython-39.pyc... 100% Extract: common_rules.cpython-39.pyc... 100% Extract: crackfortran.cpython-39.pyc... 100% Extract: diagnose.cpython-39.pyc... 100% Extract: f2py2e.cpython-39.pyc... 100% Extract: f2py_testing.cpython-39.pyc... 100% Extract: f90mod_rules.cpython-39.pyc... 100% Extract: func2subr.cpython-39.pyc... 100% Extract: rules.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: use_rules.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\src Extract: fortranobject.c... 100% Extract: fortranobject.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests Extract: __init__.py Extract: test_abstract_interface.py... 100% Extract: test_array_from_pyobj.py... 100% Extract: test_assumed_shape.py... 100% Extract: test_block_docstring.py... 100% Extract: test_callback.py... 100% Extract: test_common.py... 100% Extract: test_compile_function.py... 100% Extract: test_crackfortran.py... 100% Extract: test_kind.py... 100% Extract: test_mixed.py... 100% Extract: test_module_doc.py... 100% Extract: test_parameter.py... 100% Extract: test_quoted_character.py... 100% Extract: test_regression.py... 100% Extract: test_return_character.py... 100% Extract: test_return_complex.py... 100% Extract: test_return_integer.py... 100% Extract: test_return_logical.py... 100% Extract: test_return_real.py... 100% Extract: test_semicolon_split.py... 100% Extract: test_size.py... 100% Extract: test_string.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_abstract_interface.cpython-39.pyc... 100% Extract: test_array_from_pyobj.cpython-39.pyc... 100% Extract: test_assumed_shape.cpython-39.pyc... 100% Extract: test_block_docstring.cpython-39.pyc... 100% Extract: test_callback.cpython-39.pyc... 100% Extract: test_common.cpython-39.pyc... 100% Extract: test_compile_function.cpython-39.pyc... 100% Extract: test_crackfortran.cpython-39.pyc... 100% Extract: test_kind.cpython-39.pyc... 100% Extract: test_mixed.cpython-39.pyc... 100% Extract: test_module_doc.cpython-39.pyc... 100% Extract: test_parameter.cpython-39.pyc... 100% Extract: test_quoted_character.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_return_character.cpython-39.pyc... 100% Extract: test_return_complex.cpython-39.pyc... 100% Extract: test_return_integer.cpython-39.pyc... 100% Extract: test_return_logical.cpython-39.pyc... 100% Extract: test_return_real.cpython-39.pyc... 100% Extract: test_semicolon_split.cpython-39.pyc... 100% Extract: test_size.cpython-39.pyc... 100% Extract: test_string.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\array_from_pyobj Extract: wrapmodule.c... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\assumed_shape Extract: .f2py_f2cmap Extract: foo_free.f90... 100% Extract: foo_mod.f90... 100% Extract: foo_use.f90... 100% Extract: precision.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\common Extract: block.f... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\kind Extract: foo.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\mixed Extract: foo.f... 100% Extract: foo_fixed.f90... 100% Extract: foo_free.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\module_data Extract: mod.mod Extract: module_data_docstring.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\parameter Extract: constant_both.f90... 100% Extract: constant_compound.f90... 100% Extract: constant_integer.f90... 100% Extract: constant_non_compound.f90... 100% Extract: constant_real.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\regression Extract: inout.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\size Extract: foo.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\f2py\tests\src\string Extract: char.f90... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\fft Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _pocketfft.py... 100% Extract: _pocketfft_internal.cp39-win_amd64.pyd... 100% Extract: helper.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\fft\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _pocketfft.cpython-39.pyc... 100% Extract: helper.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\fft\tests Extract: __init__.py Extract: test_helper.py... 100% Extract: test_pocketfft.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\fft\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_helper.cpython-39.pyc... 100% Extract: test_pocketfft.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\lib Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _datasource.py... 100% Extract: _iotools.py... 100% Extract: _version.py... 100% Extract: _version.pyi... 100% Extract: arraypad.py... 100% Extract: arraypad.pyi Extract: arraysetops.py... 100% Extract: arraysetops.pyi... 100% Extract: arrayterator.py... 100% Extract: arrayterator.pyi... 100% Extract: format.py... 100% Extract: format.pyi... 100% Extract: function_base.py... 100% Extract: function_base.pyi... 100% Extract: histograms.py... 100% Extract: histograms.pyi... 100% Extract: index_tricks.py... 100% Extract: index_tricks.pyi... 100% Extract: mixins.py... 100% Extract: mixins.pyi... 100% Extract: nanfunctions.py... 100% Extract: nanfunctions.pyi... 100% Extract: npyio.py... 100% Extract: npyio.pyi... 100% Extract: polynomial.py... 100% Extract: polynomial.pyi... 100% Extract: recfunctions.py... 100% Extract: scimath.py... 100% Extract: scimath.pyi... 100% Extract: setup.py... 100% Extract: shape_base.py... 100% Extract: shape_base.pyi... 100% Extract: stride_tricks.py... 100% Extract: stride_tricks.pyi... 100% Extract: twodim_base.py... 100% Extract: twodim_base.pyi... 100% Extract: type_check.py... 100% Extract: type_check.pyi... 100% Extract: ufunclike.py... 100% Extract: ufunclike.pyi... 100% Extract: user_array.py... 100% Extract: utils.py... 100% Extract: utils.pyi... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\lib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _datasource.cpython-39.pyc... 100% Extract: _iotools.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: arraypad.cpython-39.pyc... 100% Extract: arraysetops.cpython-39.pyc... 100% Extract: arrayterator.cpython-39.pyc... 100% Extract: format.cpython-39.pyc... 100% Extract: function_base.cpython-39.pyc... 100% Extract: histograms.cpython-39.pyc... 100% Extract: index_tricks.cpython-39.pyc... 100% Extract: mixins.cpython-39.pyc... 100% Extract: nanfunctions.cpython-39.pyc... 100% Extract: npyio.cpython-39.pyc... 100% Extract: polynomial.cpython-39.pyc... 100% Extract: recfunctions.cpython-39.pyc... 100% Extract: scimath.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: shape_base.cpython-39.pyc... 100% Extract: stride_tricks.cpython-39.pyc... 100% Extract: twodim_base.cpython-39.pyc... 100% Extract: type_check.cpython-39.pyc... 100% Extract: ufunclike.cpython-39.pyc... 100% Extract: user_array.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\lib\tests Extract: __init__.py Extract: test__datasource.py... 100% Extract: test__iotools.py... 100% Extract: test__version.py... 100% Extract: test_arraypad.py... 100% Extract: test_arraysetops.py... 100% Extract: test_arrayterator.py... 100% Extract: test_financial_expired.py... 100% Extract: test_format.py... 100% Extract: test_function_base.py... 100% Extract: test_histograms.py... 100% Extract: test_index_tricks.py... 100% Extract: test_io.py... 100% Extract: test_mixins.py... 100% Extract: test_nanfunctions.py... 100% Extract: test_packbits.py... 100% Extract: test_polynomial.py... 100% Extract: test_recfunctions.py... 100% Extract: test_regression.py... 100% Extract: test_shape_base.py... 100% Extract: test_stride_tricks.py... 100% Extract: test_twodim_base.py... 100% Extract: test_type_check.py... 100% Extract: test_ufunclike.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\lib\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test__datasource.cpython-39.pyc... 100% Extract: test__iotools.cpython-39.pyc... 100% Extract: test__version.cpython-39.pyc... 100% Extract: test_arraypad.cpython-39.pyc... 100% Extract: test_arraysetops.cpython-39.pyc... 100% Extract: test_arrayterator.cpython-39.pyc... 100% Extract: test_financial_expired.cpython-39.pyc... 100% Extract: test_format.cpython-39.pyc... 100% Extract: test_function_base.cpython-39.pyc... 100% Extract: test_histograms.cpython-39.pyc... 100% Extract: test_index_tricks.cpython-39.pyc... 100% Extract: test_io.cpython-39.pyc... 100% Extract: test_mixins.cpython-39.pyc... 100% Extract: test_nanfunctions.cpython-39.pyc... 100% Extract: test_packbits.cpython-39.pyc... 100% Extract: test_polynomial.cpython-39.pyc... 100% Extract: test_recfunctions.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_shape_base.cpython-39.pyc... 100% Extract: test_stride_tricks.cpython-39.pyc... 100% Extract: test_twodim_base.cpython-39.pyc... 100% Extract: test_type_check.cpython-39.pyc... 100% Extract: test_ufunclike.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\lib\tests\data Extract: py2-objarr.npy... 100% Extract: py2-objarr.npz... 100% Extract: py3-objarr.npy... 100% Extract: py3-objarr.npz... 100% Extract: python3.npy... 100% Extract: win64python2.npy... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\linalg Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _umath_linalg.cp39-win_amd64.pyd... 100% Extract: lapack_lite.cp39-win_amd64.pyd... 100% Extract: linalg.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\linalg\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: linalg.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\linalg\tests Extract: __init__.py Extract: test_build.py... 100% Extract: test_deprecations.py... 100% Extract: test_linalg.py... 100% Extract: test_regression.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\linalg\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_build.cpython-39.pyc... 100% Extract: test_deprecations.cpython-39.pyc... 100% Extract: test_linalg.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\ma Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: bench.py... 100% Extract: core.py... 100% Extract: core.pyi... 100% Extract: extras.py... 100% Extract: extras.pyi... 100% Extract: mrecords.py... 100% Extract: mrecords.pyi... 100% Extract: setup.py... 100% Extract: testutils.py... 100% Extract: timer_comparison.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\ma\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bench.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: extras.cpython-39.pyc... 100% Extract: mrecords.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: testutils.cpython-39.pyc... 100% Extract: timer_comparison.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\ma\tests Extract: __init__.py Extract: test_core.py... 100% Extract: test_deprecations.py... 100% Extract: test_extras.py... 100% Extract: test_mrecords.py... 100% Extract: test_old_ma.py... 100% Extract: test_regression.py... 100% Extract: test_subclassing.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\ma\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_core.cpython-39.pyc... 100% Extract: test_deprecations.cpython-39.pyc... 100% Extract: test_extras.cpython-39.pyc... 100% Extract: test_mrecords.cpython-39.pyc... 100% Extract: test_old_ma.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_subclassing.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\matrixlib Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: defmatrix.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\matrixlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: defmatrix.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\matrixlib\tests Extract: __init__.py Extract: test_defmatrix.py... 100% Extract: test_interaction.py... 100% Extract: test_masked_matrix.py... 100% Extract: test_matrix_linalg.py... 100% Extract: test_multiarray.py... 100% Extract: test_numeric.py... 100% Extract: test_regression.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\matrixlib\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_defmatrix.cpython-39.pyc... 100% Extract: test_interaction.cpython-39.pyc... 100% Extract: test_masked_matrix.cpython-39.pyc... 100% Extract: test_matrix_linalg.cpython-39.pyc... 100% Extract: test_multiarray.cpython-39.pyc... 100% Extract: test_numeric.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\polynomial Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _polybase.py... 100% Extract: _polybase.pyi... 100% Extract: chebyshev.py... 100% Extract: chebyshev.pyi... 100% Extract: hermite.py... 100% Extract: hermite.pyi... 100% Extract: hermite_e.py... 100% Extract: hermite_e.pyi... 100% Extract: laguerre.py... 100% Extract: laguerre.pyi... 100% Extract: legendre.py... 100% Extract: legendre.pyi... 100% Extract: polynomial.py... 100% Extract: polynomial.pyi... 100% Extract: polyutils.py... 100% Extract: polyutils.pyi... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\polynomial\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _polybase.cpython-39.pyc... 100% Extract: chebyshev.cpython-39.pyc... 100% Extract: hermite.cpython-39.pyc... 100% Extract: hermite_e.cpython-39.pyc... 100% Extract: laguerre.cpython-39.pyc... 100% Extract: legendre.cpython-39.pyc... 100% Extract: polynomial.cpython-39.pyc... 100% Extract: polyutils.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\polynomial\tests Extract: __init__.py Extract: test_chebyshev.py... 100% Extract: test_classes.py... 100% Extract: test_hermite.py... 100% Extract: test_hermite_e.py... 100% Extract: test_laguerre.py... 100% Extract: test_legendre.py... 100% Extract: test_polynomial.py... 100% Extract: test_polyutils.py... 100% Extract: test_printing.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\polynomial\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_chebyshev.cpython-39.pyc... 100% Extract: test_classes.cpython-39.pyc... 100% Extract: test_hermite.cpython-39.pyc... 100% Extract: test_hermite_e.cpython-39.pyc... 100% Extract: test_laguerre.cpython-39.pyc... 100% Extract: test_legendre.cpython-39.pyc... 100% Extract: test_polynomial.cpython-39.pyc... 100% Extract: test_polyutils.cpython-39.pyc... 100% Extract: test_printing.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random Extract: __init__.pxd... 100% Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: _bounded_integers.cp39-win_amd64.pyd... 100% Extract: _bounded_integers.pxd... 100% Extract: _common.cp39-win_amd64.pyd... 100% Extract: _common.pxd... 100% Extract: _generator.cp39-win_amd64.pyd... 100% Extract: _generator.pyi... 100% Extract: _mt19937.cp39-win_amd64.pyd... 100% Extract: _mt19937.pyi... 100% Extract: _pcg64.cp39-win_amd64.pyd... 100% Extract: _pcg64.pyi... 100% Extract: _philox.cp39-win_amd64.pyd... 100% Extract: _philox.pyi... 100% Extract: _pickle.py... 100% Extract: _sfc64.cp39-win_amd64.pyd... 100% Extract: _sfc64.pyi... 100% Extract: bit_generator.cp39-win_amd64.pyd... 100% Extract: bit_generator.pxd... 100% Extract: bit_generator.pyi... 100% Extract: c_distributions.pxd... 100% Extract: mtrand.cp39-win_amd64.pyd... 100% Extract: mtrand.pyi... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _pickle.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\cffi Extract: extending.py... 100% Extract: parse.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\cffi\__pycache__ Extract: extending.cpython-39.pyc... 100% Extract: parse.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\cython Extract: extending.pyx... 100% Extract: extending_distributions.pyx... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\cython\__pycache__ Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\numba Extract: extending.py... 100% Extract: extending_distributions.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\_examples\numba\__pycache__ Extract: extending.cpython-39.pyc... 100% Extract: extending_distributions.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\lib Extract: npyrandom.lib... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\tests Extract: __init__.py Extract: test_direct.py... 100% Extract: test_extending.py... 100% Extract: test_generator_mt19937.py... 100% Extract: test_generator_mt19937_regressions.py... 100% Extract: test_random.py... 100% Extract: test_randomstate.py... 100% Extract: test_randomstate_regression.py... 100% Extract: test_regression.py... 100% Extract: test_seed_sequence.py... 100% Extract: test_smoke.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_direct.cpython-39.pyc... 100% Extract: test_extending.cpython-39.pyc... 100% Extract: test_generator_mt19937.cpython-39.pyc... 100% Extract: test_generator_mt19937_regressions.cpython-39.pyc... 100% Extract: test_random.cpython-39.pyc... 100% Extract: test_randomstate.cpython-39.pyc... 100% Extract: test_randomstate_regression.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_seed_sequence.cpython-39.pyc... 100% Extract: test_smoke.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\tests\data Extract: __init__.py Extract: mt19937-testset-1.csv... 100% Extract: mt19937-testset-2.csv... 100% Extract: pcg64-testset-1.csv... 100% Extract: pcg64-testset-2.csv... 100% Extract: pcg64dxsm-testset-1.csv... 100% Extract: pcg64dxsm-testset-2.csv... 100% Extract: philox-testset-1.csv... 100% Extract: philox-testset-2.csv... 100% Extract: sfc64-testset-1.csv... 100% Extract: sfc64-testset-2.csv... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\random\tests\data\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: print_coercion_tables.py... 100% Extract: setup.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: print_coercion_tables.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing\_private Extract: __init__.py Extract: decorators.py... 100% Extract: noseclasses.py... 100% Extract: nosetester.py... 100% Extract: parameterized.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing\_private\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: decorators.cpython-39.pyc... 100% Extract: noseclasses.cpython-39.pyc... 100% Extract: nosetester.cpython-39.pyc... 100% Extract: parameterized.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing\tests Extract: __init__.py Extract: test_doctesting.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\testing\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_doctesting.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\tests Extract: __init__.py Extract: test_ctypeslib.py... 100% Extract: test_matlib.py... 100% Extract: test_numpy_version.py... 100% Extract: test_public_api.py... 100% Extract: test_reloading.py... 100% Extract: test_scripts.py... 100% Extract: test_warnings.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_ctypeslib.cpython-39.pyc... 100% Extract: test_matlib.cpython-39.pyc... 100% Extract: test_numpy_version.cpython-39.pyc... 100% Extract: test_public_api.cpython-39.pyc... 100% Extract: test_reloading.cpython-39.pyc... 100% Extract: test_scripts.cpython-39.pyc... 100% Extract: test_warnings.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing Extract: __init__.py... 100% Extract: _add_docstring.py... 100% Extract: _array_like.py... 100% Extract: _callable.py... 100% Extract: _char_codes.py... 100% Extract: _dtype_like.py... 100% Extract: _extended_precision.py... 100% Extract: _generic_alias.py... 100% Extract: _nbit.py... 100% Extract: _scalars.py... 100% Extract: _shape.py... 100% Extract: _ufunc.pyi... 100% Extract: mypy_plugin.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _add_docstring.cpython-39.pyc... 100% Extract: _array_like.cpython-39.pyc... 100% Extract: _callable.cpython-39.pyc... 100% Extract: _char_codes.cpython-39.pyc... 100% Extract: _dtype_like.cpython-39.pyc... 100% Extract: _extended_precision.cpython-39.pyc... 100% Extract: _generic_alias.cpython-39.pyc... 100% Extract: _nbit.cpython-39.pyc... 100% Extract: _scalars.cpython-39.pyc... 100% Extract: _shape.cpython-39.pyc... 100% Extract: mypy_plugin.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests Extract: __init__.py Extract: test_generic_alias.py... 100% Extract: test_isfile.py... 100% Extract: test_runtime.py... 100% Extract: test_typing.py... 100% Extract: test_typing_extensions.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_generic_alias.cpython-39.pyc... 100% Extract: test_isfile.cpython-39.pyc... 100% Extract: test_runtime.cpython-39.pyc... 100% Extract: test_typing.cpython-39.pyc... 100% Extract: test_typing_extensions.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data Extract: mypy.ini... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\fail Extract: arithmetic.py... 100% Extract: array_constructors.py... 100% Extract: array_like.py... 100% Extract: arrayprint.py... 100% Extract: arrayterator.py... 100% Extract: bitwise_ops.py... 100% Extract: comparisons.py... 100% Extract: constants.py... 100% Extract: datasource.py... 100% Extract: dtype.py... 100% Extract: einsumfunc.py... 100% Extract: flatiter.py... 100% Extract: fromnumeric.py... 100% Extract: index_tricks.py... 100% Extract: lib_utils.py... 100% Extract: lib_version.py... 100% Extract: modules.py... 100% Extract: ndarray.py... 100% Extract: ndarray_misc.py... 100% Extract: numerictypes.py... 100% Extract: random.py... 100% Extract: scalars.py... 100% Extract: ufunc_config.py... 100% Extract: ufunclike.py... 100% Extract: ufuncs.py... 100% Extract: warnings_and_errors.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\fail\__pycache__ Extract: arithmetic.cpython-39.pyc... 100% Extract: array_constructors.cpython-39.pyc... 100% Extract: array_like.cpython-39.pyc... 100% Extract: arrayprint.cpython-39.pyc... 100% Extract: arrayterator.cpython-39.pyc... 100% Extract: bitwise_ops.cpython-39.pyc... 100% Extract: comparisons.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: datasource.cpython-39.pyc... 100% Extract: dtype.cpython-39.pyc... 100% Extract: einsumfunc.cpython-39.pyc... 100% Extract: flatiter.cpython-39.pyc... 100% Extract: fromnumeric.cpython-39.pyc... 100% Extract: index_tricks.cpython-39.pyc... 100% Extract: lib_utils.cpython-39.pyc... 100% Extract: lib_version.cpython-39.pyc... 100% Extract: modules.cpython-39.pyc... 100% Extract: ndarray.cpython-39.pyc... 100% Extract: ndarray_misc.cpython-39.pyc... 100% Extract: numerictypes.cpython-39.pyc... 100% Extract: random.cpython-39.pyc... 100% Extract: scalars.cpython-39.pyc... 100% Extract: ufunc_config.cpython-39.pyc... 100% Extract: ufunclike.cpython-39.pyc... 100% Extract: ufuncs.cpython-39.pyc... 100% Extract: warnings_and_errors.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\misc Extract: extended_precision.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\misc\__pycache__ Extract: extended_precision.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\pass Extract: arithmetic.py... 100% Extract: array_constructors.py... 100% Extract: array_like.py... 100% Extract: arrayprint.py... 100% Extract: arrayterator.py... 100% Extract: bitwise_ops.py... 100% Extract: comparisons.py... 100% Extract: dtype.py... 100% Extract: einsumfunc.py... 100% Extract: flatiter.py... 100% Extract: fromnumeric.py... 100% Extract: index_tricks.py... 100% Extract: lib_utils.py... 100% Extract: lib_version.py... 100% Extract: literal.py... 100% Extract: mod.py... 100% Extract: modules.py... 100% Extract: multiarray.py... 100% Extract: ndarray_conversion.py... 100% Extract: ndarray_misc.py... 100% Extract: ndarray_shape_manipulation.py... 100% Extract: numeric.py... 100% Extract: numerictypes.py... 100% Extract: random.py... 100% Extract: scalars.py... 100% Extract: simple.py... 100% Extract: simple_py3.py... 100% Extract: ufunc_config.py... 100% Extract: ufunclike.py... 100% Extract: ufuncs.py... 100% Extract: warnings_and_errors.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\pass\__pycache__ Extract: arithmetic.cpython-39.pyc... 100% Extract: array_constructors.cpython-39.pyc... 100% Extract: array_like.cpython-39.pyc... 100% Extract: arrayprint.cpython-39.pyc... 100% Extract: arrayterator.cpython-39.pyc... 100% Extract: bitwise_ops.cpython-39.pyc... 100% Extract: comparisons.cpython-39.pyc... 100% Extract: dtype.cpython-39.pyc... 100% Extract: einsumfunc.cpython-39.pyc... 100% Extract: flatiter.cpython-39.pyc... 100% Extract: fromnumeric.cpython-39.pyc... 100% Extract: index_tricks.cpython-39.pyc... 100% Extract: lib_utils.cpython-39.pyc... 100% Extract: lib_version.cpython-39.pyc... 100% Extract: literal.cpython-39.pyc... 100% Extract: mod.cpython-39.pyc... 100% Extract: modules.cpython-39.pyc... 100% Extract: multiarray.cpython-39.pyc... 100% Extract: ndarray_conversion.cpython-39.pyc... 100% Extract: ndarray_misc.cpython-39.pyc... 100% Extract: ndarray_shape_manipulation.cpython-39.pyc... 100% Extract: numeric.cpython-39.pyc... 100% Extract: numerictypes.cpython-39.pyc... 100% Extract: random.cpython-39.pyc... 100% Extract: scalars.cpython-39.pyc... 100% Extract: simple.cpython-39.pyc... 100% Extract: simple_py3.cpython-39.pyc... 100% Extract: ufunc_config.cpython-39.pyc... 100% Extract: ufunclike.cpython-39.pyc... 100% Extract: ufuncs.cpython-39.pyc... 100% Extract: warnings_and_errors.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\reveal Extract: arithmetic.py... 100% Extract: array_constructors.py... 100% Extract: arrayprint.py... 100% Extract: arrayterator.py... 100% Extract: bitwise_ops.py... 100% Extract: comparisons.py... 100% Extract: constants.py... 100% Extract: datasource.py... 100% Extract: dtype.py... 100% Extract: einsumfunc.py... 100% Extract: flatiter.py... 100% Extract: fromnumeric.py... 100% Extract: index_tricks.py... 100% Extract: lib_utils.py... 100% Extract: lib_version.py... 100% Extract: mod.py... 100% Extract: modules.py... 100% Extract: multiarray.py... 100% Extract: nbit_base_example.py... 100% Extract: ndarray_conversion.py... 100% Extract: ndarray_misc.py... 100% Extract: ndarray_shape_manipulation.py... 100% Extract: nditer.py... 100% Extract: numeric.py... 100% Extract: numerictypes.py... 100% Extract: random.py... 100% Extract: scalars.py... 100% Extract: ufunc_config.py... 100% Extract: ufunclike.py... 100% Extract: ufuncs.py... 100% Extract: warnings_and_errors.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy\typing\tests\data\reveal\__pycache__ Extract: arithmetic.cpython-39.pyc... 100% Extract: array_constructors.cpython-39.pyc... 100% Extract: arrayprint.cpython-39.pyc... 100% Extract: arrayterator.cpython-39.pyc... 100% Extract: bitwise_ops.cpython-39.pyc... 100% Extract: comparisons.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: datasource.cpython-39.pyc... 100% Extract: dtype.cpython-39.pyc... 100% Extract: einsumfunc.cpython-39.pyc... 100% Extract: flatiter.cpython-39.pyc... 100% Extract: fromnumeric.cpython-39.pyc... 100% Extract: index_tricks.cpython-39.pyc... 100% Extract: lib_utils.cpython-39.pyc... 100% Extract: lib_version.cpython-39.pyc... 100% Extract: mod.cpython-39.pyc... 100% Extract: modules.cpython-39.pyc... 100% Extract: multiarray.cpython-39.pyc... 100% Extract: nbit_base_example.cpython-39.pyc... 100% Extract: ndarray_conversion.cpython-39.pyc... 100% Extract: ndarray_misc.cpython-39.pyc... 100% Extract: ndarray_shape_manipulation.cpython-39.pyc... 100% Extract: nditer.cpython-39.pyc... 100% Extract: numeric.cpython-39.pyc... 100% Extract: numerictypes.cpython-39.pyc... 100% Extract: random.cpython-39.pyc... 100% Extract: scalars.cpython-39.pyc... 100% Extract: ufunc_config.cpython-39.pyc... 100% Extract: ufunclike.cpython-39.pyc... 100% Extract: ufuncs.cpython-39.pyc... 100% Extract: warnings_and_errors.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\numpy-1.21.5.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\packaging Extract: __about__.py... 100% Extract: __init__.py... 100% Extract: _manylinux.py... 100% Extract: _musllinux.py... 100% Extract: _structures.py... 100% Extract: markers.py... 100% Extract: py.typed Extract: requirements.py... 100% Extract: specifiers.py... 100% Extract: tags.py... 100% Extract: utils.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\packaging\__pycache__ Extract: __about__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _manylinux.cpython-39.pyc... 100% Extract: _musllinux.cpython-39.pyc... 100% Extract: _structures.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: requirements.cpython-39.pyc... 100% Extract: specifiers.cpython-39.pyc... 100% Extract: tags.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\packaging-21.3.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: LICENSE.APACHE... 100% Extract: LICENSE.BSD... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\packing Extract: fix_entrypoints.py... 100% Extract: pack.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\packing\__pycache__ Extract: fix_entrypoints.cpython-39.pyc... 100% Extract: pack.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: py.typed... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal Extract: __init__.py... 100% Extract: build_env.py... 100% Extract: cache.py... 100% Extract: configuration.py... 100% Extract: exceptions.py... 100% Extract: main.py... 100% Extract: pyproject.py... 100% Extract: self_outdated_check.py... 100% Extract: wheel_builder.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: build_env.cpython-39.pyc... 100% Extract: cache.cpython-39.pyc... 100% Extract: configuration.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: pyproject.cpython-39.pyc... 100% Extract: self_outdated_check.cpython-39.pyc... 100% Extract: wheel_builder.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\cli Extract: __init__.py... 100% Extract: autocompletion.py... 100% Extract: base_command.py... 100% Extract: cmdoptions.py... 100% Extract: command_context.py... 100% Extract: main.py... 100% Extract: main_parser.py... 100% Extract: parser.py... 100% Extract: progress_bars.py... 100% Extract: req_command.py... 100% Extract: spinners.py... 100% Extract: status_codes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: autocompletion.cpython-39.pyc... 100% Extract: base_command.cpython-39.pyc... 100% Extract: cmdoptions.cpython-39.pyc... 100% Extract: command_context.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: main_parser.cpython-39.pyc... 100% Extract: parser.cpython-39.pyc... 100% Extract: progress_bars.cpython-39.pyc... 100% Extract: req_command.cpython-39.pyc... 100% Extract: spinners.cpython-39.pyc... 100% Extract: status_codes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\commands Extract: __init__.py... 100% Extract: cache.py... 100% Extract: check.py... 100% Extract: completion.py... 100% Extract: configuration.py... 100% Extract: debug.py... 100% Extract: download.py... 100% Extract: freeze.py... 100% Extract: hash.py... 100% Extract: help.py... 100% Extract: index.py... 100% Extract: install.py... 100% Extract: list.py... 100% Extract: search.py... 100% Extract: show.py... 100% Extract: uninstall.py... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\commands\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cache.cpython-39.pyc... 100% Extract: check.cpython-39.pyc... 100% Extract: completion.cpython-39.pyc... 100% Extract: configuration.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: download.cpython-39.pyc... 100% Extract: freeze.cpython-39.pyc... 100% Extract: hash.cpython-39.pyc... 100% Extract: help.cpython-39.pyc... 100% Extract: index.cpython-39.pyc... 100% Extract: install.cpython-39.pyc... 100% Extract: list.cpython-39.pyc... 100% Extract: search.cpython-39.pyc... 100% Extract: show.cpython-39.pyc... 100% Extract: uninstall.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\distributions Extract: __init__.py... 100% Extract: base.py... 100% Extract: installed.py... 100% Extract: sdist.py... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\distributions\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: installed.cpython-39.pyc... 100% Extract: sdist.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\index Extract: __init__.py Extract: collector.py... 100% Extract: package_finder.py... 100% Extract: sources.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\index\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: collector.cpython-39.pyc... 100% Extract: package_finder.cpython-39.pyc... 100% Extract: sources.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\locations Extract: __init__.py... 100% Extract: _distutils.py... 100% Extract: _sysconfig.py... 100% Extract: base.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\locations\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _distutils.cpython-39.pyc... 100% Extract: _sysconfig.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\metadata Extract: __init__.py... 100% Extract: base.py... 100% Extract: pkg_resources.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\metadata\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: pkg_resources.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\models Extract: __init__.py Extract: candidate.py... 100% Extract: direct_url.py... 100% Extract: format_control.py... 100% Extract: index.py... 100% Extract: link.py... 100% Extract: scheme.py... 100% Extract: search_scope.py... 100% Extract: selection_prefs.py... 100% Extract: target_python.py... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\models\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: candidate.cpython-39.pyc... 100% Extract: direct_url.cpython-39.pyc... 100% Extract: format_control.cpython-39.pyc... 100% Extract: index.cpython-39.pyc... 100% Extract: link.cpython-39.pyc... 100% Extract: scheme.cpython-39.pyc... 100% Extract: search_scope.cpython-39.pyc... 100% Extract: selection_prefs.cpython-39.pyc... 100% Extract: target_python.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\network Extract: __init__.py Extract: auth.py... 100% Extract: cache.py... 100% Extract: download.py... 100% Extract: lazy_wheel.py... 100% Extract: session.py... 100% Extract: utils.py... 100% Extract: xmlrpc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\network\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: auth.cpython-39.pyc... 100% Extract: cache.cpython-39.pyc... 100% Extract: download.cpython-39.pyc... 100% Extract: lazy_wheel.cpython-39.pyc... 100% Extract: session.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: xmlrpc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations Extract: __init__.py Extract: check.py... 100% Extract: freeze.py... 100% Extract: prepare.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: check.cpython-39.pyc... 100% Extract: freeze.cpython-39.pyc... 100% Extract: prepare.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations\build Extract: __init__.py Extract: metadata.py... 100% Extract: metadata_legacy.py... 100% Extract: wheel.py... 100% Extract: wheel_legacy.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations\build\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: metadata.cpython-39.pyc... 100% Extract: metadata_legacy.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Extract: wheel_legacy.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations\install Extract: __init__.py Extract: editable_legacy.py... 100% Extract: legacy.py... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\operations\install\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: editable_legacy.cpython-39.pyc... 100% Extract: legacy.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\req Extract: __init__.py... 100% Extract: constructors.py... 100% Extract: req_file.py... 100% Extract: req_install.py... 100% Extract: req_set.py... 100% Extract: req_tracker.py... 100% Extract: req_uninstall.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\req\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: constructors.cpython-39.pyc... 100% Extract: req_file.cpython-39.pyc... 100% Extract: req_install.cpython-39.pyc... 100% Extract: req_set.cpython-39.pyc... 100% Extract: req_tracker.cpython-39.pyc... 100% Extract: req_uninstall.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution Extract: __init__.py Extract: base.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution\legacy Extract: __init__.py Extract: resolver.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution\legacy\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: resolver.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution\resolvelib Extract: __init__.py Extract: base.py... 100% Extract: candidates.py... 100% Extract: factory.py... 100% Extract: found_candidates.py... 100% Extract: provider.py... 100% Extract: reporter.py... 100% Extract: requirements.py... 100% Extract: resolver.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\resolution\resolvelib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: candidates.cpython-39.pyc... 100% Extract: factory.cpython-39.pyc... 100% Extract: found_candidates.cpython-39.pyc... 100% Extract: provider.cpython-39.pyc... 100% Extract: reporter.cpython-39.pyc... 100% Extract: requirements.cpython-39.pyc... 100% Extract: resolver.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\utils Extract: __init__.py Extract: _log.py... 100% Extract: appdirs.py... 100% Extract: compat.py... 100% Extract: compatibility_tags.py... 100% Extract: datetime.py... 100% Extract: deprecation.py... 100% Extract: direct_url_helpers.py... 100% Extract: distutils_args.py... 100% Extract: encoding.py... 100% Extract: entrypoints.py... 100% Extract: filesystem.py... 100% Extract: filetypes.py... 100% Extract: glibc.py... 100% Extract: hashes.py... 100% Extract: inject_securetransport.py... 100% Extract: logging.py... 100% Extract: misc.py... 100% Extract: models.py... 100% Extract: packaging.py... 100% Extract: parallel.py... 100% Extract: pkg_resources.py... 100% Extract: setuptools_build.py... 100% Extract: subprocess.py... 100% Extract: temp_dir.py... 100% Extract: unpacking.py... 100% Extract: urls.py... 100% Extract: virtualenv.py... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\utils\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _log.cpython-39.pyc... 100% Extract: appdirs.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: compatibility_tags.cpython-39.pyc... 100% Extract: datetime.cpython-39.pyc... 100% Extract: deprecation.cpython-39.pyc... 100% Extract: direct_url_helpers.cpython-39.pyc... 100% Extract: distutils_args.cpython-39.pyc... 100% Extract: encoding.cpython-39.pyc... 100% Extract: entrypoints.cpython-39.pyc... 100% Extract: filesystem.cpython-39.pyc... 100% Extract: filetypes.cpython-39.pyc... 100% Extract: glibc.cpython-39.pyc... 100% Extract: hashes.cpython-39.pyc... 100% Extract: inject_securetransport.cpython-39.pyc... 100% Extract: logging.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: packaging.cpython-39.pyc... 100% Extract: parallel.cpython-39.pyc... 100% Extract: pkg_resources.cpython-39.pyc... 100% Extract: setuptools_build.cpython-39.pyc... 100% Extract: subprocess.cpython-39.pyc... 100% Extract: temp_dir.cpython-39.pyc... 100% Extract: unpacking.cpython-39.pyc... 100% Extract: urls.cpython-39.pyc... 100% Extract: virtualenv.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\vcs Extract: __init__.py... 100% Extract: bazaar.py... 100% Extract: git.py... 100% Extract: mercurial.py... 100% Extract: subversion.py... 100% Extract: versioncontrol.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_internal\vcs\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bazaar.cpython-39.pyc... 100% Extract: git.cpython-39.pyc... 100% Extract: mercurial.cpython-39.pyc... 100% Extract: subversion.cpython-39.pyc... 100% Extract: versioncontrol.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor Extract: __init__.py... 100% Extract: appdirs.py... 100% Extract: distro.py... 100% Extract: pyparsing.py... 100% Extract: six.py... 100% Extract: vendor.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: appdirs.cpython-39.pyc... 100% Extract: distro.cpython-39.pyc... 100% Extract: pyparsing.cpython-39.pyc... 100% Extract: six.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\cachecontrol Extract: __init__.py... 100% Extract: _cmd.py... 100% Extract: adapter.py... 100% Extract: cache.py... 100% Extract: compat.py... 100% Extract: controller.py... 100% Extract: filewrapper.py... 100% Extract: heuristics.py... 100% Extract: serialize.py... 100% Extract: wrapper.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\cachecontrol\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _cmd.cpython-39.pyc... 100% Extract: adapter.cpython-39.pyc... 100% Extract: cache.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: controller.cpython-39.pyc... 100% Extract: filewrapper.cpython-39.pyc... 100% Extract: heuristics.cpython-39.pyc... 100% Extract: serialize.cpython-39.pyc... 100% Extract: wrapper.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\cachecontrol\caches Extract: __init__.py... 100% Extract: file_cache.py... 100% Extract: redis_cache.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\cachecontrol\caches\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: file_cache.cpython-39.pyc... 100% Extract: redis_cache.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\certifi Extract: __init__.py Extract: __main__.py... 100% Extract: cacert.pem... 100% Extract: core.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\certifi\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet Extract: __init__.py... 100% Extract: big5freq.py... 100% Extract: big5prober.py... 100% Extract: chardistribution.py... 100% Extract: charsetgroupprober.py... 100% Extract: charsetprober.py... 100% Extract: codingstatemachine.py... 100% Extract: compat.py... 100% Extract: cp949prober.py... 100% Extract: enums.py... 100% Extract: escprober.py... 100% Extract: escsm.py... 100% Extract: eucjpprober.py... 100% Extract: euckrfreq.py... 100% Extract: euckrprober.py... 100% Extract: euctwfreq.py... 100% Extract: euctwprober.py... 100% Extract: gb2312freq.py... 100% Extract: gb2312prober.py... 100% Extract: hebrewprober.py... 100% Extract: jisfreq.py... 100% Extract: jpcntx.py... 100% Extract: langbulgarianmodel.py... 100% Extract: langgreekmodel.py... 100% Extract: langhebrewmodel.py... 100% Extract: langhungarianmodel.py... 100% Extract: langrussianmodel.py... 100% Extract: langthaimodel.py... 100% Extract: langturkishmodel.py... 100% Extract: latin1prober.py... 100% Extract: mbcharsetprober.py... 100% Extract: mbcsgroupprober.py... 100% Extract: mbcssm.py... 100% Extract: sbcharsetprober.py... 100% Extract: sbcsgroupprober.py... 100% Extract: sjisprober.py... 100% Extract: universaldetector.py... 100% Extract: utf8prober.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: big5freq.cpython-39.pyc... 100% Extract: big5prober.cpython-39.pyc... 100% Extract: chardistribution.cpython-39.pyc... 100% Extract: charsetgroupprober.cpython-39.pyc... 100% Extract: charsetprober.cpython-39.pyc... 100% Extract: codingstatemachine.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: cp949prober.cpython-39.pyc... 100% Extract: enums.cpython-39.pyc... 100% Extract: escprober.cpython-39.pyc... 100% Extract: escsm.cpython-39.pyc... 100% Extract: eucjpprober.cpython-39.pyc... 100% Extract: euckrfreq.cpython-39.pyc... 100% Extract: euckrprober.cpython-39.pyc... 100% Extract: euctwfreq.cpython-39.pyc... 100% Extract: euctwprober.cpython-39.pyc... 100% Extract: gb2312freq.cpython-39.pyc... 100% Extract: gb2312prober.cpython-39.pyc... 100% Extract: hebrewprober.cpython-39.pyc... 100% Extract: jisfreq.cpython-39.pyc... 100% Extract: jpcntx.cpython-39.pyc... 100% Extract: langbulgarianmodel.cpython-39.pyc... 100% Extract: langgreekmodel.cpython-39.pyc... 100% Extract: langhebrewmodel.cpython-39.pyc... 100% Extract: langhungarianmodel.cpython-39.pyc... 100% Extract: langrussianmodel.cpython-39.pyc... 100% Extract: langthaimodel.cpython-39.pyc... 100% Extract: langturkishmodel.cpython-39.pyc... 100% Extract: latin1prober.cpython-39.pyc... 100% Extract: mbcharsetprober.cpython-39.pyc... 100% Extract: mbcsgroupprober.cpython-39.pyc... 100% Extract: mbcssm.cpython-39.pyc... 100% Extract: sbcharsetprober.cpython-39.pyc... 100% Extract: sbcsgroupprober.cpython-39.pyc... 100% Extract: sjisprober.cpython-39.pyc... 100% Extract: universaldetector.cpython-39.pyc... 100% Extract: utf8prober.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet\cli Extract: __init__.py Extract: chardetect.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: chardetect.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet\metadata Extract: __init__.py Extract: languages.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\chardet\metadata\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: languages.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\colorama Extract: __init__.py... 100% Extract: ansi.py... 100% Extract: ansitowin32.py... 100% Extract: initialise.py... 100% Extract: win32.py... 100% Extract: winterm.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\colorama\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ansi.cpython-39.pyc... 100% Extract: ansitowin32.cpython-39.pyc... 100% Extract: initialise.cpython-39.pyc... 100% Extract: win32.cpython-39.pyc... 100% Extract: winterm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\distlib Extract: __init__.py... 100% Extract: compat.py... 100% Extract: database.py... 100% Extract: index.py... 100% Extract: locators.py... 100% Extract: manifest.py... 100% Extract: markers.py... 100% Extract: metadata.py... 100% Extract: resources.py... 100% Extract: scripts.py... 100% Extract: t32.exe... 100% Extract: t64.exe... 100% Extract: util.py... 100% Extract: version.py... 100% Extract: w32.exe... 100% Extract: w64.exe... 100% Extract: wheel.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\distlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: database.cpython-39.pyc... 100% Extract: index.cpython-39.pyc... 100% Extract: locators.cpython-39.pyc... 100% Extract: manifest.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: metadata.cpython-39.pyc... 100% Extract: resources.cpython-39.pyc... 100% Extract: scripts.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\distlib\_backport Extract: __init__.py... 100% Extract: misc.py... 100% Extract: shutil.py... 100% Extract: sysconfig.cfg... 100% Extract: sysconfig.py... 100% Extract: tarfile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\distlib\_backport\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: shutil.cpython-39.pyc... 100% Extract: sysconfig.cpython-39.pyc... 100% Extract: tarfile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib Extract: __init__.py... 100% Extract: _ihatexml.py... 100% Extract: _inputstream.py... 100% Extract: _tokenizer.py... 100% Extract: _utils.py... 100% Extract: constants.py... 100% Extract: html5parser.py... 100% Extract: serializer.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _ihatexml.cpython-39.pyc... 100% Extract: _inputstream.cpython-39.pyc... 100% Extract: _tokenizer.cpython-39.pyc... 100% Extract: _utils.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: html5parser.cpython-39.pyc... 100% Extract: serializer.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\_trie Extract: __init__.py... 100% Extract: _base.py... 100% Extract: py.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\_trie\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _base.cpython-39.pyc... 100% Extract: py.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\filters Extract: __init__.py Extract: alphabeticalattributes.py... 100% Extract: base.py... 100% Extract: inject_meta_charset.py... 100% Extract: lint.py... 100% Extract: optionaltags.py... 100% Extract: sanitizer.py... 100% Extract: whitespace.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\filters\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: alphabeticalattributes.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: inject_meta_charset.cpython-39.pyc... 100% Extract: lint.cpython-39.pyc... 100% Extract: optionaltags.cpython-39.pyc... 100% Extract: sanitizer.cpython-39.pyc... 100% Extract: whitespace.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treeadapters Extract: __init__.py... 100% Extract: genshi.py... 100% Extract: sax.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treeadapters\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: genshi.cpython-39.pyc... 100% Extract: sax.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treebuilders Extract: __init__.py... 100% Extract: base.py... 100% Extract: dom.py... 100% Extract: etree.py... 100% Extract: etree_lxml.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treebuilders\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: dom.cpython-39.pyc... 100% Extract: etree.cpython-39.pyc... 100% Extract: etree_lxml.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treewalkers Extract: __init__.py... 100% Extract: base.py... 100% Extract: dom.py... 100% Extract: etree.py... 100% Extract: etree_lxml.py... 100% Extract: genshi.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\html5lib\treewalkers\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: dom.cpython-39.pyc... 100% Extract: etree.cpython-39.pyc... 100% Extract: etree_lxml.cpython-39.pyc... 100% Extract: genshi.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\idna Extract: __init__.py... 100% Extract: codec.py... 100% Extract: compat.py... 100% Extract: core.py... 100% Extract: idnadata.py... 100% Extract: intranges.py... 100% Extract: package_data.py Extract: uts46data.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\idna\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: codec.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: idnadata.cpython-39.pyc... 100% Extract: intranges.cpython-39.pyc... 100% Extract: package_data.cpython-39.pyc... 100% Extract: uts46data.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\msgpack Extract: __init__.py... 100% Extract: _version.py Extract: exceptions.py... 100% Extract: ext.py... 100% Extract: fallback.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\msgpack\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: ext.cpython-39.pyc... 100% Extract: fallback.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\packaging Extract: __about__.py... 100% Extract: __init__.py... 100% Extract: _manylinux.py... 100% Extract: _musllinux.py... 100% Extract: _structures.py... 100% Extract: markers.py... 100% Extract: requirements.py... 100% Extract: specifiers.py... 100% Extract: tags.py... 100% Extract: utils.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\packaging\__pycache__ Extract: __about__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _manylinux.cpython-39.pyc... 100% Extract: _musllinux.cpython-39.pyc... 100% Extract: _structures.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: requirements.cpython-39.pyc... 100% Extract: specifiers.cpython-39.pyc... 100% Extract: tags.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pep517 Extract: __init__.py Extract: build.py... 100% Extract: check.py... 100% Extract: colorlog.py... 100% Extract: compat.py... 100% Extract: dirtools.py... 100% Extract: envbuild.py... 100% Extract: meta.py... 100% Extract: wrappers.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pep517\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Extract: check.cpython-39.pyc... 100% Extract: colorlog.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: dirtools.cpython-39.pyc... 100% Extract: envbuild.cpython-39.pyc... 100% Extract: meta.cpython-39.pyc... 100% Extract: wrappers.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pep517\in_process Extract: __init__.py... 100% Extract: _in_process.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pep517\in_process\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _in_process.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pkg_resources Extract: __init__.py... 100% Extract: py31compat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\pkg_resources\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: py31compat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\progress Extract: __init__.py... 100% Extract: bar.py... 100% Extract: counter.py... 100% Extract: spinner.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\progress\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bar.cpython-39.pyc... 100% Extract: counter.cpython-39.pyc... 100% Extract: spinner.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\requests Extract: __init__.py... 100% Extract: __version__.py... 100% Extract: _internal_utils.py... 100% Extract: adapters.py... 100% Extract: api.py... 100% Extract: auth.py... 100% Extract: certs.py... 100% Extract: compat.py... 100% Extract: cookies.py... 100% Extract: exceptions.py... 100% Extract: help.py... 100% Extract: hooks.py... 100% Extract: models.py... 100% Extract: packages.py... 100% Extract: sessions.py... 100% Extract: status_codes.py... 100% Extract: structures.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\requests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __version__.cpython-39.pyc... 100% Extract: _internal_utils.cpython-39.pyc... 100% Extract: adapters.cpython-39.pyc... 100% Extract: api.cpython-39.pyc... 100% Extract: auth.cpython-39.pyc... 100% Extract: certs.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: cookies.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: help.cpython-39.pyc... 100% Extract: hooks.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: packages.cpython-39.pyc... 100% Extract: sessions.cpython-39.pyc... 100% Extract: status_codes.cpython-39.pyc... 100% Extract: structures.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\resolvelib Extract: __init__.py... 100% Extract: providers.py... 100% Extract: reporters.py... 100% Extract: resolvers.py... 100% Extract: structs.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\resolvelib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: providers.cpython-39.pyc... 100% Extract: reporters.cpython-39.pyc... 100% Extract: resolvers.cpython-39.pyc... 100% Extract: structs.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\resolvelib\compat Extract: __init__.py Extract: collections_abc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\resolvelib\compat\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: collections_abc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\tenacity Extract: __init__.py... 100% Extract: _asyncio.py... 100% Extract: _utils.py... 100% Extract: after.py... 100% Extract: before.py... 100% Extract: before_sleep.py... 100% Extract: nap.py... 100% Extract: retry.py... 100% Extract: stop.py... 100% Extract: tornadoweb.py... 100% Extract: wait.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\tenacity\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _asyncio.cpython-39.pyc... 100% Extract: _utils.cpython-39.pyc... 100% Extract: after.cpython-39.pyc... 100% Extract: before.cpython-39.pyc... 100% Extract: before_sleep.cpython-39.pyc... 100% Extract: nap.cpython-39.pyc... 100% Extract: retry.cpython-39.pyc... 100% Extract: stop.cpython-39.pyc... 100% Extract: tornadoweb.cpython-39.pyc... 100% Extract: wait.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\tomli Extract: __init__.py... 100% Extract: _parser.py... 100% Extract: _re.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\tomli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _parser.cpython-39.pyc... 100% Extract: _re.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3 Extract: __init__.py... 100% Extract: _collections.py... 100% Extract: _version.py Extract: connection.py... 100% Extract: connectionpool.py... 100% Extract: exceptions.py... 100% Extract: fields.py... 100% Extract: filepost.py... 100% Extract: poolmanager.py... 100% Extract: request.py... 100% Extract: response.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _collections.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Extract: connectionpool.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: fields.cpython-39.pyc... 100% Extract: filepost.cpython-39.pyc... 100% Extract: poolmanager.cpython-39.pyc... 100% Extract: request.cpython-39.pyc... 100% Extract: response.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\contrib Extract: __init__.py Extract: _appengine_environ.py... 100% Extract: appengine.py... 100% Extract: ntlmpool.py... 100% Extract: pyopenssl.py... 100% Extract: securetransport.py... 100% Extract: socks.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\contrib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _appengine_environ.cpython-39.pyc... 100% Extract: appengine.cpython-39.pyc... 100% Extract: ntlmpool.cpython-39.pyc... 100% Extract: pyopenssl.cpython-39.pyc... 100% Extract: securetransport.cpython-39.pyc... 100% Extract: socks.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\contrib\_securetransport Extract: __init__.py Extract: bindings.py... 100% Extract: low_level.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\contrib\_securetransport\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindings.cpython-39.pyc... 100% Extract: low_level.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages Extract: __init__.py... 100% Extract: six.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: six.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages\backports Extract: __init__.py Extract: makefile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages\backports\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: makefile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages\ssl_match_hostname Extract: __init__.py... 100% Extract: _implementation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\packages\ssl_match_hostname\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _implementation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\util Extract: __init__.py... 100% Extract: connection.py... 100% Extract: proxy.py... 100% Extract: queue.py... 100% Extract: request.py... 100% Extract: response.py... 100% Extract: retry.py... 100% Extract: ssl_.py... 100% Extract: ssltransport.py... 100% Extract: timeout.py... 100% Extract: url.py... 100% Extract: wait.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\urllib3\util\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Extract: proxy.cpython-39.pyc... 100% Extract: queue.cpython-39.pyc... 100% Extract: request.cpython-39.pyc... 100% Extract: response.cpython-39.pyc... 100% Extract: retry.cpython-39.pyc... 100% Extract: ssl_.cpython-39.pyc... 100% Extract: ssltransport.cpython-39.pyc... 100% Extract: timeout.cpython-39.pyc... 100% Extract: url.cpython-39.pyc... 100% Extract: wait.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\webencodings Extract: __init__.py... 100% Extract: labels.py... 100% Extract: mklabels.py... 100% Extract: tests.py... 100% Extract: x_user_defined.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip\_vendor\webencodings\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: labels.cpython-39.pyc... 100% Extract: mklabels.cpython-39.pyc... 100% Extract: tests.cpython-39.pyc... 100% Extract: x_user_defined.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pip-21.2.4-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: entry_points.txt... 100% Extract: not-zip-safe Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor Extract: __init__.py Extract: appdirs.py... 100% Extract: zipp.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: appdirs.cpython-39.pyc... 100% Extract: zipp.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\importlib_resources Extract: __init__.py... 100% Extract: _adapters.py... 100% Extract: _common.py... 100% Extract: _compat.py... 100% Extract: _itertools.py... 100% Extract: _legacy.py... 100% Extract: abc.py... 100% Extract: readers.py... 100% Extract: simple.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\importlib_resources\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _adapters.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _compat.cpython-39.pyc... 100% Extract: _itertools.cpython-39.pyc... 100% Extract: _legacy.cpython-39.pyc... 100% Extract: abc.cpython-39.pyc... 100% Extract: readers.cpython-39.pyc... 100% Extract: simple.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\jaraco Extract: __init__.py Extract: context.py... 100% Extract: functools.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\jaraco\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context.cpython-39.pyc... 100% Extract: functools.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\jaraco\text Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\jaraco\text\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\more_itertools Extract: __init__.py... 100% Extract: more.py... 100% Extract: recipes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\more_itertools\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: more.cpython-39.pyc... 100% Extract: recipes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\packaging Extract: __about__.py... 100% Extract: __init__.py... 100% Extract: _manylinux.py... 100% Extract: _musllinux.py... 100% Extract: _structures.py... 100% Extract: markers.py... 100% Extract: requirements.py... 100% Extract: specifiers.py... 100% Extract: tags.py... 100% Extract: utils.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\packaging\__pycache__ Extract: __about__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _manylinux.cpython-39.pyc... 100% Extract: _musllinux.cpython-39.pyc... 100% Extract: _structures.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: requirements.cpython-39.pyc... 100% Extract: specifiers.cpython-39.pyc... 100% Extract: tags.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\pyparsing Extract: __init__.py... 100% Extract: actions.py... 100% Extract: common.py... 100% Extract: core.py... 100% Extract: exceptions.py... 100% Extract: helpers.py... 100% Extract: results.py... 100% Extract: testing.py... 100% Extract: unicode.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\pyparsing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: actions.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: helpers.cpython-39.pyc... 100% Extract: results.cpython-39.pyc... 100% Extract: testing.cpython-39.pyc... 100% Extract: unicode.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\pyparsing\diagram Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\_vendor\pyparsing\diagram\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\extern Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pkg_resources\extern\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pluggy Extract: __init__.py... 100% Extract: _callers.py... 100% Extract: _hooks.py... 100% Extract: _manager.py... 100% Extract: _result.py... 100% Extract: _tracing.py... 100% Extract: _version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pluggy\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _callers.cpython-39.pyc... 100% Extract: _hooks.cpython-39.pyc... 100% Extract: _manager.cpython-39.pyc... 100% Extract: _result.cpython-39.pyc... 100% Extract: _tracing.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pluggy-1.0.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: __metainfo.py Extract: _builtin.py... 100% Extract: _error.py... 100% Extract: _std.py... 100% Extract: _version.py... 100% Extract: _xmlgen.py... 100% Extract: error.pyi... 100% Extract: iniconfig.pyi... 100% Extract: io.pyi... 100% Extract: path.pyi... 100% Extract: py.typed Extract: test.py... 100% Extract: xml.pyi... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __metainfo.cpython-39.pyc... 100% Extract: _builtin.cpython-39.pyc... 100% Extract: _error.cpython-39.pyc... 100% Extract: _std.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: _xmlgen.cpython-39.pyc... 100% Extract: test.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_code Extract: __init__.py Extract: _assertionnew.py... 100% Extract: _assertionold.py... 100% Extract: _py2traceback.py... 100% Extract: assertion.py... 100% Extract: code.py... 100% Extract: source.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_code\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _assertionnew.cpython-39.pyc... 100% Extract: _assertionold.cpython-39.pyc... 100% Extract: _py2traceback.cpython-39.pyc... 100% Extract: assertion.cpython-39.pyc... 100% Extract: code.cpython-39.pyc... 100% Extract: source.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_io Extract: __init__.py Extract: capture.py... 100% Extract: saferepr.py... 100% Extract: terminalwriter.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_io\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: capture.cpython-39.pyc... 100% Extract: saferepr.cpython-39.pyc... 100% Extract: terminalwriter.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_log Extract: __init__.py Extract: log.py... 100% Extract: warning.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_log\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: warning.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_path Extract: __init__.py Extract: cacheutil.py... 100% Extract: common.py... 100% Extract: local.py... 100% Extract: svnurl.py... 100% Extract: svnwc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_path\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cacheutil.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: local.cpython-39.pyc... 100% Extract: svnurl.cpython-39.pyc... 100% Extract: svnwc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_process Extract: __init__.py Extract: cmdexec.py... 100% Extract: forkedfunc.py... 100% Extract: killproc.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_process\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cmdexec.cpython-39.pyc... 100% Extract: forkedfunc.cpython-39.pyc... 100% Extract: killproc.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\apipkg Extract: __init__.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\apipkg\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\apipkg-2.0.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\iniconfig Extract: __init__.py... 100% Extract: __init__.pyi... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\iniconfig\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py\_vendored_packages\iniconfig-1.1.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\py-1.11.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyOpenSSL-22.0.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pycparser Extract: __init__.py... 100% Extract: _ast_gen.py... 100% Extract: _build_tables.py... 100% Extract: _c_ast.cfg... 100% Extract: ast_transforms.py... 100% Extract: c_ast.py... 100% Extract: c_generator.py... 100% Extract: c_lexer.py... 100% Extract: c_parser.py... 100% Extract: lextab.py... 100% Extract: plyparser.py... 100% Extract: yacctab.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pycparser\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _ast_gen.cpython-39.pyc... 100% Extract: _build_tables.cpython-39.pyc... 100% Extract: ast_transforms.cpython-39.pyc... 100% Extract: c_ast.cpython-39.pyc... 100% Extract: c_generator.cpython-39.pyc... 100% Extract: c_lexer.cpython-39.pyc... 100% Extract: c_parser.cpython-39.pyc... 100% Extract: lextab.cpython-39.pyc... 100% Extract: plyparser.cpython-39.pyc... 100% Extract: yacctab.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pycparser\ply Extract: __init__.py Extract: cpp.py... 100% Extract: ctokens.py... 100% Extract: lex.py... 100% Extract: yacc.py... 100% Extract: ygen.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pycparser\ply\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cpp.cpython-39.pyc... 100% Extract: ctokens.cpython-39.pyc... 100% Extract: lex.cpython-39.pyc... 100% Extract: yacc.cpython-39.pyc... 100% Extract: ygen.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pycparser-2.21.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom Extract: __init__.py... 100% Extract: _dicom_dict.py... 100% Extract: _private_dict.py... 100% Extract: _storage_sopclass_uids.py Extract: _uid_dict.py... 100% Extract: _version.py... 100% Extract: charset.py... 100% Extract: compat.py... 100% Extract: config.py... 100% Extract: datadict.py... 100% Extract: dataelem.py... 100% Extract: dataset.py... 100% Extract: dicomdir.py... 100% Extract: dicomio.py... 100% Extract: encaps.py... 100% Extract: env_info.py... 100% Extract: errors.py... 100% Extract: filebase.py... 100% Extract: filereader.py... 100% Extract: fileset.py... 100% Extract: fileutil.py... 100% Extract: filewriter.py... 100% Extract: jsonrep.py... 100% Extract: misc.py... 100% Extract: multival.py... 100% Extract: py.typed Extract: sequence.py... 100% Extract: tag.py... 100% Extract: uid.py... 100% Extract: valuerep.py... 100% Extract: values.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _dicom_dict.cpython-39.pyc... 100% Extract: _private_dict.cpython-39.pyc... 100% Extract: _storage_sopclass_uids.cpython-39.pyc... 100% Extract: _uid_dict.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: charset.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: datadict.cpython-39.pyc... 100% Extract: dataelem.cpython-39.pyc... 100% Extract: dataset.cpython-39.pyc... 100% Extract: dicomdir.cpython-39.pyc... 100% Extract: dicomio.cpython-39.pyc... 100% Extract: encaps.cpython-39.pyc... 100% Extract: env_info.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: filebase.cpython-39.pyc... 100% Extract: filereader.cpython-39.pyc... 100% Extract: fileset.cpython-39.pyc... 100% Extract: fileutil.cpython-39.pyc... 100% Extract: filewriter.cpython-39.pyc... 100% Extract: jsonrep.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: multival.cpython-39.pyc... 100% Extract: sequence.cpython-39.pyc... 100% Extract: tag.cpython-39.pyc... 100% Extract: uid.cpython-39.pyc... 100% Extract: valuerep.cpython-39.pyc... 100% Extract: values.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\benchmarks Extract: __init__.py Extract: bench_encaps.py... 100% Extract: bench_handler_numpy.py... 100% Extract: bench_pixel_util.py... 100% Extract: bench_rle_decode.py... 100% Extract: bench_rle_encode.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\benchmarks\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bench_encaps.cpython-39.pyc... 100% Extract: bench_handler_numpy.cpython-39.pyc... 100% Extract: bench_pixel_util.cpython-39.pyc... 100% Extract: bench_rle_decode.cpython-39.pyc... 100% Extract: bench_rle_encode.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\cli Extract: __init__.py Extract: codify.py... 100% Extract: main.py... 100% Extract: show.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: codify.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: show.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data Extract: __init__.py... 100% Extract: data_manager.py... 100% Extract: download.py... 100% Extract: hashes.json... 100% Extract: retry.py... 100% Extract: urls.json... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: data_manager.cpython-39.pyc... 100% Extract: download.cpython-39.pyc... 100% Extract: retry.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\charset_files Extract: FileInfo.txt... 100% Extract: chrArab.dcm... 100% Extract: chrFren.dcm... 100% Extract: chrFrenMulti.dcm... 100% Extract: chrGerm.dcm... 100% Extract: chrGreek.dcm... 100% Extract: chrH31.dcm... 100% Extract: chrH32.dcm... 100% Extract: chrHbrw.dcm... 100% Extract: chrI2.dcm... 100% Extract: chrJapMulti.dcm... 100% Extract: chrJapMultiExplicitIR6.dcm... 100% Extract: chrKoreanMulti.dcm... 100% Extract: chrRuss.dcm... 100% Extract: chrSQEncoding.dcm... 100% Extract: chrSQEncoding1.dcm... 100% Extract: chrX1.dcm... 100% Extract: chrX2.dcm... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\palettes Extract: README.md... 100% Extract: fall.dcm... 100% Extract: hotiron.dcm... 100% Extract: hotmetalblue.dcm... 100% Extract: pet.dcm... 100% Extract: pet20step.dcm... 100% Extract: spring.dcm... 100% Extract: summer.dcm... 100% Extract: winter.dcm... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files Extract: 693_J2KI.dcm... 100% Extract: CT_small.dcm... 100% Extract: ExplVR_BigEnd.dcm... 100% Extract: ExplVR_BigEndNoMeta.dcm... 100% Extract: ExplVR_LitEndNoMeta.dcm... 100% Extract: GDCMJ2K_TextGBR.dcm... 100% Extract: J2K_pixelrep_mismatch.dcm... 100% Extract: JPEG-lossy.dcm... 100% Extract: JPEG2000-embedded-sequence-delimiter.dcm... 100% Extract: JPEG2000.dcm... 100% Extract: JPGExtended.dcm... 100% Extract: MR_small.dcm... 100% Extract: MR_small_RLE.dcm... 100% Extract: MR_small_bigendian.dcm... 100% Extract: MR_small_expb.dcm... 100% Extract: MR_small_implicit.dcm... 100% Extract: MR_small_jp2klossless.dcm... 100% Extract: MR_small_jpeg_ls_lossless.dcm... 100% Extract: MR_small_padded.dcm... 100% Extract: MR_truncated.dcm... 100% Extract: README.txt... 100% Extract: SC_jpeg_no_color_transform.dcm... 100% Extract: SC_jpeg_no_color_transform_2.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cr.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cy+n1.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cy+n2.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cy+np.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cy+s2.dcm... 100% Extract: SC_rgb_dcmtk_+eb+cy+s4.dcm... 100% Extract: SC_rgb_gdcm_KY.dcm... 100% Extract: SC_rgb_jpeg.dcm... 100% Extract: SC_rgb_jpeg_app14_dcmd.dcm... 100% Extract: SC_rgb_jpeg_dcmd.dcm... 100% Extract: SC_rgb_jpeg_dcmtk.dcm... 100% Extract: SC_rgb_jpeg_gdcm.dcm... 100% Extract: SC_rgb_jpeg_lossy_gdcm.dcm... 100% Extract: SC_rgb_rle.dcm... 100% Extract: SC_rgb_rle_16bit.dcm... 100% Extract: SC_rgb_rle_16bit_2frame.dcm... 100% Extract: SC_rgb_rle_2frame.dcm... 100% Extract: SC_rgb_rle_32bit.dcm... 100% Extract: SC_rgb_rle_32bit_2frame.dcm... 100% Extract: SC_rgb_small_odd.dcm... 100% Extract: SC_rgb_small_odd_jpeg.dcm... 100% Extract: SC_ybr_full_422_uncompressed.dcm... 100% Extract: UN_sequence.dcm... 100% Extract: badVR.dcm... 100% Extract: empty_charset_LEI.dcm... 100% Extract: image_dfl.dcm... 100% Extract: liver_1frame.dcm... 100% Extract: liver_expb_1frame.dcm... 100% Extract: meta_missing_tsyntax.dcm... 100% Extract: nested_priv_SQ.dcm... 100% Extract: no_meta.dcm... 100% Extract: no_meta_group_length.dcm... 100% Extract: priv_SQ.dcm... 100% Extract: reportsi.dcm... 100% Extract: reportsi_with_empty_number_tags.dcm... 100% Extract: rtdose.dcm... 100% Extract: rtdose_1frame.dcm... 100% Extract: rtdose_expb.dcm... 100% Extract: rtdose_expb_1frame.dcm... 100% Extract: rtdose_rle.dcm... 100% Extract: rtdose_rle_1frame.dcm... 100% Extract: rtplan.dcm... 100% Extract: rtplan.dump... 100% Extract: rtplan_truncated.dcm... 100% Extract: rtstruct.dcm... 100% Extract: rtstruct.dump... 100% Extract: test-SR.dcm... 100% Extract: test1.json... 100% Extract: test_PN.json... 100% Extract: waveform_ecg.dcm... 100% Extract: zipMR.gz Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests Extract: DICOMDIR... 100% Extract: DICOMDIR-bigEnd... 100% Extract: DICOMDIR-empty.dcm... 100% Extract: DICOMDIR-implicit... 100% Extract: DICOMDIR-nooffset... 100% Extract: DICOMDIR-nopatient... 100% Extract: DICOMDIR-reordered... 100% Extract: README.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\77654033 Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\77654033\CR1 Extract: 6154... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\77654033\CR2 Extract: 6247... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\77654033\CR3 Extract: 6278... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\77654033\CT2 Extract: 17106... 100% Extract: 17136... 100% Extract: 17166... 100% Extract: 17196... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892001 Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892001\CT2N Extract: 6293... 100% Extract: 6924... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892001\CT5N Extract: 2062... 100% Extract: 2392... 100% Extract: 2693... 100% Extract: 3023... 100% Extract: 3353... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892003 Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892003\MR1 Extract: 15820... 100% Extract: 4919... 100% Extract: 5641... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892003\MR2 Extract: 15970... 100% Extract: 4950... 100% Extract: 4981... 100% Extract: 5011... 100% Extract: 6273... 100% Extract: 6605... 100% Extract: 6935... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\98892003\MR700 Extract: 4467... 100% Extract: 4528... 100% Extract: 4558... 100% Extract: 4588... 100% Extract: 4618... 100% Extract: 4648... 100% Extract: 4678... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\TINY_ALPHA Extract: DICOMDIR... 100% Extract: README... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\TINY_ALPHA\PT000000 Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\TINY_ALPHA\PT000000\ST000000 Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\data\test_files\dicomdirtests\TINY_ALPHA\PT000000\ST000000\SE000000 Extract: IM000000... 100% Extract: IM000001... 100% Extract: IM000002... 100% Extract: IM000003... 100% Extract: IM000004... 100% Extract: IM000005... 100% Extract: IM000006... 100% Extract: IM000007... 100% Extract: IM000008... 100% Extract: IM000009... 100% Extract: IM00000A... 100% Extract: IM00000B... 100% Extract: IM00000C... 100% Extract: IM00000D... 100% Extract: IM00000E... 100% Extract: IM00000F... 100% Extract: IM00000G... 100% Extract: IM00000H... 100% Extract: IM00000I... 100% Extract: IM00000J... 100% Extract: IM00000K... 100% Extract: IM00000L... 100% Extract: IM00000M... 100% Extract: IM00000N... 100% Extract: IM00000O... 100% Extract: IM00000P... 100% Extract: IM00000Q... 100% Extract: IM00000R... 100% Extract: IM00000S... 100% Extract: IM00000T... 100% Extract: IM00000U... 100% Extract: IM00000V... 100% Extract: IM00000W... 100% Extract: IM00000X... 100% Extract: IM00000Y... 100% Extract: IM00000Z... 100% Extract: IM000010... 100% Extract: IM000011... 100% Extract: IM000012... 100% Extract: IM000013... 100% Extract: IM000014... 100% Extract: IM000015... 100% Extract: IM000016... 100% Extract: IM000017... 100% Extract: IM000018... 100% Extract: IM000019... 100% Extract: IM00001A... 100% Extract: IM00001B... 100% Extract: IM00001C... 100% Extract: IM00001D... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\encoders Extract: __init__.py Extract: base.py... 100% Extract: gdcm.py... 100% Extract: native.py... 100% Extract: pylibjpeg.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\encoders\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: gdcm.cpython-39.pyc... 100% Extract: native.cpython-39.pyc... 100% Extract: pylibjpeg.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\overlay_data_handlers Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\overlay_data_handlers\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\overlays Extract: __init__.py Extract: numpy_handler.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\overlays\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: numpy_handler.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\pixel_data_handlers Extract: __init__.py... 100% Extract: gdcm_handler.py... 100% Extract: jpeg_ls_handler.py... 100% Extract: numpy_handler.py... 100% Extract: pillow_handler.py... 100% Extract: pylibjpeg_handler.py... 100% Extract: rle_handler.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\pixel_data_handlers\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gdcm_handler.cpython-39.pyc... 100% Extract: jpeg_ls_handler.cpython-39.pyc... 100% Extract: numpy_handler.cpython-39.pyc... 100% Extract: pillow_handler.cpython-39.pyc... 100% Extract: pylibjpeg_handler.cpython-39.pyc... 100% Extract: rle_handler.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\sr Extract: __init__.py Extract: _cid_dict.py... 100% Extract: _concepts_dict.py... 100% Extract: _snomed_dict.py... 100% Extract: codedict.py... 100% Extract: coding.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\sr\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _cid_dict.cpython-39.pyc... 100% Extract: _concepts_dict.cpython-39.pyc... 100% Extract: _snomed_dict.cpython-39.pyc... 100% Extract: codedict.cpython-39.pyc... 100% Extract: coding.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\tests Extract: __init__.py Extract: _write_stds.py... 100% Extract: conftest.py... 100% Extract: test_JPEG_LS_transfer_syntax.py... 100% Extract: test_charset.py... 100% Extract: test_cli.py... 100% Extract: test_codes.py... 100% Extract: test_config.py... 100% Extract: test_data_manager.py... 100% Extract: test_dataelem.py... 100% Extract: test_dataset.py... 100% Extract: test_dicomdir.py... 100% Extract: test_dictionary.py... 100% Extract: test_encaps.py... 100% Extract: test_encoders.py... 100% Extract: test_encoders_gdcm.py... 100% Extract: test_encoders_pydicom.py... 100% Extract: test_env_info.py... 100% Extract: test_errors.py... 100% Extract: test_filebase.py... 100% Extract: test_filereader.py... 100% Extract: test_fileset.py... 100% Extract: test_fileutil.py... 100% Extract: test_filewriter.py... 100% Extract: test_gdcm_pixel_data.py... 100% Extract: test_handler_util.py... 100% Extract: test_jpeg_ls_pixel_data.py... 100% Extract: test_json.py... 100% Extract: test_misc.py... 100% Extract: test_multival.py... 100% Extract: test_numpy_pixel_data.py... 100% Extract: test_overlay_np.py... 100% Extract: test_pillow_pixel_data.py... 100% Extract: test_pylibjpeg.py... 100% Extract: test_rawread.py... 100% Extract: test_rle_pixel_data.py... 100% Extract: test_sequence.py... 100% Extract: test_tag.py... 100% Extract: test_uid.py... 100% Extract: test_unicode.py... 100% Extract: test_util.py... 100% Extract: test_valuerep.py... 100% Extract: test_values.py... 100% Extract: test_waveform.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _write_stds.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: test_JPEG_LS_transfer_syntax.cpython-39.pyc... 100% Extract: test_charset.cpython-39.pyc... 100% Extract: test_cli.cpython-39.pyc... 100% Extract: test_codes.cpython-39.pyc... 100% Extract: test_config.cpython-39.pyc... 100% Extract: test_data_manager.cpython-39.pyc... 100% Extract: test_dataelem.cpython-39.pyc... 100% Extract: test_dataset.cpython-39.pyc... 100% Extract: test_dicomdir.cpython-39.pyc... 100% Extract: test_dictionary.cpython-39.pyc... 100% Extract: test_encaps.cpython-39.pyc... 100% Extract: test_encoders.cpython-39.pyc... 100% Extract: test_encoders_gdcm.cpython-39.pyc... 100% Extract: test_encoders_pydicom.cpython-39.pyc... 100% Extract: test_env_info.cpython-39.pyc... 100% Extract: test_errors.cpython-39.pyc... 100% Extract: test_filebase.cpython-39.pyc... 100% Extract: test_filereader.cpython-39.pyc... 100% Extract: test_fileset.cpython-39.pyc... 100% Extract: test_fileutil.cpython-39.pyc... 100% Extract: test_filewriter.cpython-39.pyc... 100% Extract: test_gdcm_pixel_data.cpython-39.pyc... 100% Extract: test_handler_util.cpython-39.pyc... 100% Extract: test_jpeg_ls_pixel_data.cpython-39.pyc... 100% Extract: test_json.cpython-39.pyc... 100% Extract: test_misc.cpython-39.pyc... 100% Extract: test_multival.cpython-39.pyc... 100% Extract: test_numpy_pixel_data.cpython-39.pyc... 100% Extract: test_overlay_np.cpython-39.pyc... 100% Extract: test_pillow_pixel_data.cpython-39.pyc... 100% Extract: test_pylibjpeg.cpython-39.pyc... 100% Extract: test_rawread.cpython-39.pyc... 100% Extract: test_rle_pixel_data.cpython-39.pyc... 100% Extract: test_sequence.cpython-39.pyc... 100% Extract: test_tag.cpython-39.pyc... 100% Extract: test_uid.cpython-39.pyc... 100% Extract: test_unicode.cpython-39.pyc... 100% Extract: test_util.cpython-39.pyc... 100% Extract: test_valuerep.cpython-39.pyc... 100% Extract: test_values.cpython-39.pyc... 100% Extract: test_waveform.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\util Extract: __init__.py Extract: codify.py... 100% Extract: dump.py... 100% Extract: fixer.py... 100% Extract: hexutil.py... 100% Extract: leanread.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\util\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: codify.cpython-39.pyc... 100% Extract: dump.cpython-39.pyc... 100% Extract: fixer.cpython-39.pyc... 100% Extract: hexutil.cpython-39.pyc... 100% Extract: leanread.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\waveforms Extract: __init__.py Extract: numpy_handler.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom\waveforms\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: numpy_handler.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pydicom-2.3.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyparsing Extract: __init__.py... 100% Extract: actions.py... 100% Extract: common.py... 100% Extract: core.py... 100% Extract: exceptions.py... 100% Extract: helpers.py... 100% Extract: py.typed Extract: results.py... 100% Extract: testing.py... 100% Extract: unicode.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyparsing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: actions.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: helpers.cpython-39.pyc... 100% Extract: results.cpython-39.pyc... 100% Extract: testing.cpython-39.pyc... 100% Extract: unicode.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyparsing\diagram Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyparsing\diagram\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyparsing-3.0.9.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline Extract: __init__.py... 100% Extract: error.py... 100% Extract: get_doc.py... 100% Extract: logger.py... 100% Extract: logserver.py... 100% Extract: py3k_compat.py... 100% Extract: release.py... 100% Extract: rlmain.py... 100% Extract: unicode_helper.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: get_doc.cpython-39.pyc... 100% Extract: logger.cpython-39.pyc... 100% Extract: logserver.cpython-39.pyc... 100% Extract: py3k_compat.cpython-39.pyc... 100% Extract: release.cpython-39.pyc... 100% Extract: rlmain.cpython-39.pyc... 100% Extract: unicode_helper.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\clipboard Extract: __init__.py... 100% Extract: ironpython_clipboard.py... 100% Extract: no_clipboard.py... 100% Extract: win32_clipboard.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\clipboard\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ironpython_clipboard.cpython-39.pyc... 100% Extract: no_clipboard.cpython-39.pyc... 100% Extract: win32_clipboard.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\configuration Extract: pyreadlineconfig.ini... 100% Extract: startup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\configuration\__pycache__ Extract: startup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\console Extract: __init__.py... 100% Extract: ansi.py... 100% Extract: console.py... 100% Extract: console_attributes.py... 100% Extract: consolebase.py... 100% Extract: event.py... 100% Extract: ironpython_console.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\console\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ansi.cpython-39.pyc... 100% Extract: console.cpython-39.pyc... 100% Extract: console_attributes.cpython-39.pyc... 100% Extract: consolebase.cpython-39.pyc... 100% Extract: event.cpython-39.pyc... 100% Extract: ironpython_console.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\keysyms Extract: __init__.py... 100% Extract: common.py... 100% Extract: ironpython_keysyms.py... 100% Extract: keysyms.py... 100% Extract: winconstants.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\keysyms\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: ironpython_keysyms.cpython-39.pyc... 100% Extract: keysyms.cpython-39.pyc... 100% Extract: winconstants.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\lineeditor Extract: __init__.py Extract: history.py... 100% Extract: lineobj.py... 100% Extract: wordmatcher.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\lineeditor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: history.cpython-39.pyc... 100% Extract: lineobj.cpython-39.pyc... 100% Extract: wordmatcher.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\modes Extract: __init__.py... 100% Extract: basemode.py... 100% Extract: emacs.py... 100% Extract: notemacs.py... 100% Extract: vi.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\modes\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: basemode.cpython-39.pyc... 100% Extract: emacs.cpython-39.pyc... 100% Extract: notemacs.cpython-39.pyc... 100% Extract: vi.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\test Extract: __init__.py Extract: common.py... 100% Extract: test_emacs.py... 100% Extract: test_history.py... 100% Extract: test_lineeditor.py... 100% Extract: test_vi.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyreadline\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: test_emacs.cpython-39.pyc... 100% Extract: test_history.cpython-39.pyc... 100% Extract: test_lineeditor.cpython-39.pyc... 100% Extract: test_vi.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pytest Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pytest\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pytest-7.1.1-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: entry_points.txt... 100% Extract: not-zip-safe Extract: requires.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\python_dateutil-2.8.2.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Extract: zip-safe Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyximport Extract: __init__.py... 100% Extract: pyxbuild.py... 100% Extract: pyximport.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\pyximport\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: pyxbuild.cpython-39.pyc... 100% Extract: pyximport.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\requests Extract: __init__.py... 100% Extract: __version__.py... 100% Extract: _internal_utils.py... 100% Extract: adapters.py... 100% Extract: api.py... 100% Extract: auth.py... 100% Extract: certs.py... 100% Extract: compat.py... 100% Extract: cookies.py... 100% Extract: exceptions.py... 100% Extract: help.py... 100% Extract: hooks.py... 100% Extract: models.py... 100% Extract: packages.py... 100% Extract: sessions.py... 100% Extract: status_codes.py... 100% Extract: structures.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\requests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __version__.cpython-39.pyc... 100% Extract: _internal_utils.cpython-39.pyc... 100% Extract: adapters.cpython-39.pyc... 100% Extract: api.cpython-39.pyc... 100% Extract: auth.cpython-39.pyc... 100% Extract: certs.cpython-39.pyc... 100% Extract: compat.cpython-39.pyc... 100% Extract: cookies.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: help.cpython-39.pyc... 100% Extract: hooks.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: packages.cpython-39.pyc... 100% Extract: sessions.cpython-39.pyc... 100% Extract: status_codes.cpython-39.pyc... 100% Extract: structures.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\requests-2.27.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy Extract: HACKING.rst.txt... 100% Extract: INSTALL.rst.txt... 100% Extract: LICENSE.txt... 100% Extract: LICENSES_bundled.txt... 100% Extract: __config__.py... 100% Extract: __init__.py... 100% Extract: _distributor_init.py... 100% Extract: conftest.py... 100% Extract: doc_requirements.txt... 100% Extract: linalg.pxd Extract: mypy_requirements.txt... 100% Extract: optimize.pxd Extract: setup.py... 100% Extract: special.pxd Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\__pycache__ Extract: __config__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _distributor_init.cpython-39.pyc... 100% Extract: conftest.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_build_utils Extract: __init__.py... 100% Extract: _fortran.py... 100% Extract: compiler_helper.py... 100% Extract: setup.py... 100% Extract: system_info.py... 100% Extract: tempita.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_build_utils\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _fortran.cpython-39.pyc... 100% Extract: compiler_helper.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: system_info.cpython-39.pyc... 100% Extract: tempita.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_build_utils\tests Extract: __init__.py Extract: test_scipy_version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_build_utils\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_scipy_version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib Extract: __init__.py... 100% Extract: _boost_utils.py... 100% Extract: _bunch.py... 100% Extract: _ccallback.py... 100% Extract: _ccallback_c.cp39-win_amd64.pyd... 100% Extract: _disjoint_set.py... 100% Extract: _fpumode.cp39-win_amd64.pyd... 100% Extract: _gcutils.py... 100% Extract: _pep440.py... 100% Extract: _test_ccallback.cp39-win_amd64.pyd... 100% Extract: _test_deprecation_call.cp39-win_amd64.pyd... 100% Extract: _test_deprecation_def.cp39-win_amd64.pyd... 100% Extract: _testutils.py... 100% Extract: _threadsafety.py... 100% Extract: _tmpdirs.py... 100% Extract: _util.py... 100% Extract: decorator.py... 100% Extract: deprecation.py... 100% Extract: doccer.py... 100% Extract: messagestream.cp39-win_amd64.pyd... 100% Extract: setup.py... 100% Extract: uarray.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _boost_utils.cpython-39.pyc... 100% Extract: _bunch.cpython-39.pyc... 100% Extract: _ccallback.cpython-39.pyc... 100% Extract: _disjoint_set.cpython-39.pyc... 100% Extract: _gcutils.cpython-39.pyc... 100% Extract: _pep440.cpython-39.pyc... 100% Extract: _testutils.cpython-39.pyc... 100% Extract: _threadsafety.cpython-39.pyc... 100% Extract: _tmpdirs.cpython-39.pyc... 100% Extract: _util.cpython-39.pyc... 100% Extract: decorator.cpython-39.pyc... 100% Extract: deprecation.cpython-39.pyc... 100% Extract: doccer.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: uarray.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib\_uarray Extract: LICENSE... 100% Extract: __init__.py... 100% Extract: _backend.py... 100% Extract: _uarray.cp39-win_amd64.pyd... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib\_uarray\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _backend.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib\tests Extract: __init__.py Extract: test__gcutils.py... 100% Extract: test__pep440.py... 100% Extract: test__testutils.py... 100% Extract: test__threadsafety.py... 100% Extract: test__util.py... 100% Extract: test_bunch.py... 100% Extract: test_ccallback.py... 100% Extract: test_deprecation.py... 100% Extract: test_import_cycles.py... 100% Extract: test_tmpdirs.py... 100% Extract: test_warnings.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\_lib\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test__gcutils.cpython-39.pyc... 100% Extract: test__pep440.cpython-39.pyc... 100% Extract: test__testutils.cpython-39.pyc... 100% Extract: test__threadsafety.cpython-39.pyc... 100% Extract: test__util.cpython-39.pyc... 100% Extract: test_bunch.cpython-39.pyc... 100% Extract: test_ccallback.cpython-39.pyc... 100% Extract: test_deprecation.cpython-39.pyc... 100% Extract: test_import_cycles.cpython-39.pyc... 100% Extract: test_tmpdirs.cpython-39.pyc... 100% Extract: test_warnings.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\cluster Extract: __init__.py... 100% Extract: _hierarchy.cp39-win_amd64.pyd... 100% Extract: _optimal_leaf_ordering.cp39-win_amd64.pyd... 100% Extract: _vq.cp39-win_amd64.pyd... 100% Extract: hierarchy.py... 100% Extract: setup.py... 100% Extract: vq.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\cluster\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: hierarchy.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: vq.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\cluster\tests Extract: __init__.py Extract: hierarchy_test_data.py... 100% Extract: test_disjoint_set.py... 100% Extract: test_hierarchy.py... 100% Extract: test_vq.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\cluster\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: hierarchy_test_data.cpython-39.pyc... 100% Extract: test_disjoint_set.cpython-39.pyc... 100% Extract: test_hierarchy.cpython-39.pyc... 100% Extract: test_vq.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\constants Extract: __init__.py... 100% Extract: codata.py... 100% Extract: constants.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\constants\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: codata.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\constants\tests Extract: __init__.py Extract: test_codata.py... 100% Extract: test_constants.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\constants\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_codata.cpython-39.pyc... 100% Extract: test_constants.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft Extract: __init__.py... 100% Extract: _backend.py... 100% Extract: _basic.py... 100% Extract: _debug_backends.py... 100% Extract: _fftlog.py... 100% Extract: _helper.py... 100% Extract: _realtransforms.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _backend.cpython-39.pyc... 100% Extract: _basic.cpython-39.pyc... 100% Extract: _debug_backends.cpython-39.pyc... 100% Extract: _fftlog.cpython-39.pyc... 100% Extract: _helper.cpython-39.pyc... 100% Extract: _realtransforms.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\_pocketfft Extract: LICENSE.md... 100% Extract: __init__.py... 100% Extract: basic.py... 100% Extract: helper.py... 100% Extract: pypocketfft.cp39-win_amd64.pyd... 100% Extract: realtransforms.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\_pocketfft\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: basic.cpython-39.pyc... 100% Extract: helper.cpython-39.pyc... 100% Extract: realtransforms.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\_pocketfft\tests Extract: __init__.py Extract: test_basic.py... 100% Extract: test_real_transforms.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\_pocketfft\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_basic.cpython-39.pyc... 100% Extract: test_real_transforms.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\tests Extract: mock_backend.py... 100% Extract: test_backend.py... 100% Extract: test_fft_function.py... 100% Extract: test_fftlog.py... 100% Extract: test_helper.py... 100% Extract: test_multithreading.py... 100% Extract: test_numpy.py... 100% Extract: test_real_transforms.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fft\tests\__pycache__ Extract: mock_backend.cpython-39.pyc... 100% Extract: test_backend.cpython-39.pyc... 100% Extract: test_fft_function.cpython-39.pyc... 100% Extract: test_fftlog.cpython-39.pyc... 100% Extract: test_helper.cpython-39.pyc... 100% Extract: test_multithreading.cpython-39.pyc... 100% Extract: test_numpy.cpython-39.pyc... 100% Extract: test_real_transforms.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fftpack Extract: __init__.py... 100% Extract: basic.py... 100% Extract: convolve.cp39-win_amd64.pyd... 100% Extract: helper.py... 100% Extract: pseudo_diffs.py... 100% Extract: realtransforms.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fftpack\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: basic.cpython-39.pyc... 100% Extract: helper.cpython-39.pyc... 100% Extract: pseudo_diffs.cpython-39.pyc... 100% Extract: realtransforms.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fftpack\tests Extract: Makefile... 100% Extract: __init__.py Extract: fftw_dct.c... 100% Extract: fftw_double_ref.npz... 100% Extract: fftw_longdouble_ref.npz... 100% Extract: fftw_single_ref.npz... 100% Extract: gen_fftw_ref.py... 100% Extract: gendata.m... 100% Extract: gendata.py... 100% Extract: test.npz... 100% Extract: test_basic.py... 100% Extract: test_helper.py... 100% Extract: test_import.py... 100% Extract: test_pseudo_diffs.py... 100% Extract: test_real_transforms.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\fftpack\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: gen_fftw_ref.cpython-39.pyc... 100% Extract: gendata.cpython-39.pyc... 100% Extract: test_basic.cpython-39.pyc... 100% Extract: test_helper.cpython-39.pyc... 100% Extract: test_import.cpython-39.pyc... 100% Extract: test_pseudo_diffs.cpython-39.pyc... 100% Extract: test_real_transforms.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate Extract: __init__.py... 100% Extract: _bvp.py... 100% Extract: _dop.cp39-win_amd64.pyd... 100% Extract: _ode.py... 100% Extract: _odepack.cp39-win_amd64.pyd... 100% Extract: _quad_vec.py... 100% Extract: _quadpack.cp39-win_amd64.pyd... 100% Extract: _quadrature.py... 100% Extract: _test_multivariate.cp39-win_amd64.pyd... 100% Extract: _test_odeint_banded.cp39-win_amd64.pyd... 100% Extract: lsoda.cp39-win_amd64.pyd... 100% Extract: odepack.py... 100% Extract: quadpack.py... 100% Extract: setup.py... 100% Extract: vode.cp39-win_amd64.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _bvp.cpython-39.pyc... 100% Extract: _ode.cpython-39.pyc... 100% Extract: _quad_vec.cpython-39.pyc... 100% Extract: _quadrature.cpython-39.pyc... 100% Extract: odepack.cpython-39.pyc... 100% Extract: quadpack.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\_ivp Extract: __init__.py... 100% Extract: base.py... 100% Extract: bdf.py... 100% Extract: common.py... 100% Extract: dop853_coefficients.py... 100% Extract: ivp.py... 100% Extract: lsoda.py... 100% Extract: radau.py... 100% Extract: rk.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\_ivp\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: bdf.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: dop853_coefficients.cpython-39.pyc... 100% Extract: ivp.cpython-39.pyc... 100% Extract: lsoda.cpython-39.pyc... 100% Extract: radau.cpython-39.pyc... 100% Extract: rk.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\_ivp\tests Extract: test_ivp.py... 100% Extract: test_rk.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\_ivp\tests\__pycache__ Extract: test_ivp.cpython-39.pyc... 100% Extract: test_rk.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\tests Extract: __init__.py Extract: _test_multivariate.c... 100% Extract: banded5x5.f... 100% Extract: test__quad_vec.py... 100% Extract: test_banded_ode_solvers.py... 100% Extract: test_bvp.py... 100% Extract: test_integrate.py... 100% Extract: test_odeint_jac.py... 100% Extract: test_quadpack.py... 100% Extract: test_quadrature.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\integrate\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test__quad_vec.cpython-39.pyc... 100% Extract: test_banded_ode_solvers.cpython-39.pyc... 100% Extract: test_bvp.cpython-39.pyc... 100% Extract: test_integrate.cpython-39.pyc... 100% Extract: test_odeint_jac.cpython-39.pyc... 100% Extract: test_quadpack.cpython-39.pyc... 100% Extract: test_quadrature.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\interpolate Extract: __init__.py... 100% Extract: _bspl.cp39-win_amd64.pyd... 100% Extract: _bsplines.py... 100% Extract: _cubic.py... 100% Extract: _fitpack.cp39-win_amd64.pyd... 100% Extract: _fitpack_impl.py... 100% Extract: _pade.py... 100% Extract: _ppoly.cp39-win_amd64.pyd... 100% Extract: _rbfinterp.py... 100% Extract: _rbfinterp_pythran.cp39-win_amd64.pyd... 100% Extract: _rbfinterp_pythran.py... 100% Extract: dfitpack.cp39-win_amd64.pyd... 100% Extract: fitpack.py... 100% Extract: fitpack2.py... 100% Extract: interpnd.cp39-win_amd64.pyd... 100% Extract: interpnd_info.py... 100% Extract: interpolate.py... 100% Extract: ndgriddata.py... 100% Extract: polyint.py... 100% Extract: rbf.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\interpolate\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _bsplines.cpython-39.pyc... 100% Extract: _cubic.cpython-39.pyc... 100% Extract: _fitpack_impl.cpython-39.pyc... 100% Extract: _pade.cpython-39.pyc... 100% Extract: _rbfinterp.cpython-39.pyc... 100% Extract: _rbfinterp_pythran.cpython-39.pyc... 100% Extract: fitpack.cpython-39.pyc... 100% Extract: fitpack2.cpython-39.pyc... 100% Extract: interpnd_info.cpython-39.pyc... 100% Extract: interpolate.cpython-39.pyc... 100% Extract: ndgriddata.cpython-39.pyc... 100% Extract: polyint.cpython-39.pyc... 100% Extract: rbf.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\interpolate\tests Extract: __init__.py Extract: test_bsplines.py... 100% Extract: test_fitpack.py... 100% Extract: test_fitpack2.py... 100% Extract: test_gil.py... 100% Extract: test_interpnd.py... 100% Extract: test_interpolate.py... 100% Extract: test_ndgriddata.py... 100% Extract: test_pade.py... 100% Extract: test_polyint.py... 100% Extract: test_rbf.py... 100% Extract: test_rbfinterp.py... 100% Extract: test_regression.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\interpolate\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_bsplines.cpython-39.pyc... 100% Extract: test_fitpack.cpython-39.pyc... 100% Extract: test_fitpack2.cpython-39.pyc... 100% Extract: test_gil.cpython-39.pyc... 100% Extract: test_interpnd.cpython-39.pyc... 100% Extract: test_interpolate.cpython-39.pyc... 100% Extract: test_ndgriddata.cpython-39.pyc... 100% Extract: test_pade.cpython-39.pyc... 100% Extract: test_polyint.cpython-39.pyc... 100% Extract: test_rbf.cpython-39.pyc... 100% Extract: test_rbfinterp.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\interpolate\tests\data Extract: bug-1310.npz... 100% Extract: estimate_gradients_hang.npy... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io Extract: __init__.py... 100% Extract: _fortran.py... 100% Extract: _test_fortran.cp39-win_amd64.pyd... 100% Extract: idl.py... 100% Extract: mmio.py... 100% Extract: netcdf.py... 100% Extract: setup.py... 100% Extract: wavfile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _fortran.cpython-39.pyc... 100% Extract: idl.cpython-39.pyc... 100% Extract: mmio.cpython-39.pyc... 100% Extract: netcdf.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: wavfile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\arff Extract: __init__.py... 100% Extract: arffread.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\arff\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: arffread.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\arff\tests Extract: __init__.py Extract: test_arffread.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\arff\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_arffread.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\arff\tests\data Extract: iris.arff... 100% Extract: missing.arff... 100% Extract: nodata.arff... 100% Extract: quoted_nominal.arff... 100% Extract: quoted_nominal_spaces.arff... 100% Extract: test1.arff... 100% Extract: test10.arff... 100% Extract: test11.arff... 100% Extract: test2.arff... 100% Extract: test3.arff Extract: test4.arff... 100% Extract: test5.arff... 100% Extract: test6.arff... 100% Extract: test7.arff... 100% Extract: test8.arff... 100% Extract: test9.arff... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\harwell_boeing Extract: __init__.py Extract: _fortran_format_parser.py... 100% Extract: hb.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\harwell_boeing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _fortran_format_parser.cpython-39.pyc... 100% Extract: hb.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\harwell_boeing\tests Extract: __init__.py Extract: test_fortran_format.py... 100% Extract: test_hb.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\harwell_boeing\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_fortran_format.cpython-39.pyc... 100% Extract: test_hb.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\matlab Extract: __init__.py... 100% Extract: byteordercodes.py... 100% Extract: mio.py... 100% Extract: mio4.py... 100% Extract: mio5.py... 100% Extract: mio5_params.py... 100% Extract: mio5_utils.cp39-win_amd64.pyd... 100% Extract: mio_utils.cp39-win_amd64.pyd... 100% Extract: miobase.py... 100% Extract: setup.py... 100% Extract: streams.cp39-win_amd64.pyd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\matlab\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: byteordercodes.cpython-39.pyc... 100% Extract: mio.cpython-39.pyc... 100% Extract: mio4.cpython-39.pyc... 100% Extract: mio5.cpython-39.pyc... 100% Extract: mio5_params.cpython-39.pyc... 100% Extract: miobase.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\matlab\tests Extract: __init__.py Extract: afunc.m Extract: gen_mat4files.m... 100% Extract: gen_mat5files.m... 100% Extract: save_matfile.m... 100% Extract: test_byteordercodes.py... 100% Extract: test_mio.py... 100% Extract: test_mio5_utils.py... 100% Extract: test_mio_funcs.py... 100% Extract: test_mio_utils.py... 100% Extract: test_miobase.py... 100% Extract: test_pathological.py... 100% Extract: test_streams.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\matlab\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_byteordercodes.cpython-39.pyc... 100% Extract: test_mio.cpython-39.pyc... 100% Extract: test_mio5_utils.cpython-39.pyc... 100% Extract: test_mio_funcs.cpython-39.pyc... 100% Extract: test_mio_utils.cpython-39.pyc... 100% Extract: test_miobase.cpython-39.pyc... 100% Extract: test_pathological.cpython-39.pyc... 100% Extract: test_streams.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\matlab\tests\data Extract: bad_miuint32.mat... 100% Extract: bad_miutf8_array_name.mat... 100% Extract: big_endian.mat... 100% Extract: broken_utf8.mat... 100% Extract: corrupted_zlib_checksum.mat... 100% Extract: corrupted_zlib_data.mat... 100% Extract: japanese_utf8.txt... 100% Extract: little_endian.mat... 100% Extract: logical_sparse.mat... 100% Extract: malformed1.mat... 100% Extract: miuint32_for_miint32.mat... 100% Extract: miutf8_array_name.mat... 100% Extract: nasty_duplicate_fieldnames.mat... 100% Extract: one_by_zero_char.mat... 100% Extract: parabola.mat... 100% Extract: single_empty_string.mat... 100% Extract: some_functions.mat... 100% Extract: sqr.mat... 100% Extract: test3dmatrix_6.1_SOL2.mat... 100% Extract: test3dmatrix_6.5.1_GLNX86.mat... 100% Extract: test3dmatrix_7.1_GLNX86.mat... 100% Extract: test3dmatrix_7.4_GLNX86.mat... 100% Extract: test_empty_struct.mat... 100% Extract: test_mat4_le_floats.mat... 100% Extract: test_skip_variable.mat Extract: testbool_8_WIN64.mat... 100% Extract: testcell_6.1_SOL2.mat... 100% Extract: testcell_6.5.1_GLNX86.mat... 100% Extract: testcell_7.1_GLNX86.mat... 100% Extract: testcell_7.4_GLNX86.mat... 100% Extract: testcellnest_6.1_SOL2.mat... 100% Extract: testcellnest_6.5.1_GLNX86.mat... 100% Extract: testcellnest_7.1_GLNX86.mat... 100% Extract: testcellnest_7.4_GLNX86.mat... 100% Extract: testcomplex_4.2c_SOL2.mat... 100% Extract: testcomplex_6.1_SOL2.mat... 100% Extract: testcomplex_6.5.1_GLNX86.mat... 100% Extract: testcomplex_7.1_GLNX86.mat... 100% Extract: testcomplex_7.4_GLNX86.mat... 100% Extract: testdouble_4.2c_SOL2.mat... 100% Extract: testdouble_6.1_SOL2.mat... 100% Extract: testdouble_6.5.1_GLNX86.mat... 100% Extract: testdouble_7.1_GLNX86.mat... 100% Extract: testdouble_7.4_GLNX86.mat... 100% Extract: testemptycell_5.3_SOL2.mat... 100% Extract: testemptycell_6.5.1_GLNX86.mat... 100% Extract: testemptycell_7.1_GLNX86.mat... 100% Extract: testemptycell_7.4_GLNX86.mat... 100% Extract: testfunc_7.4_GLNX86.mat... 100% Extract: testhdf5_7.4_GLNX86.mat... 100% Extract: testmatrix_4.2c_SOL2.mat... 100% Extract: testmatrix_6.1_SOL2.mat... 100% Extract: testmatrix_6.5.1_GLNX86.mat... 100% Extract: testmatrix_7.1_GLNX86.mat... 100% Extract: testmatrix_7.4_GLNX86.mat... 100% Extract: testminus_4.2c_SOL2.mat Extract: testminus_6.1_SOL2.mat... 100% Extract: testminus_6.5.1_GLNX86.mat... 100% Extract: testminus_7.1_GLNX86.mat... 100% Extract: testminus_7.4_GLNX86.mat... 100% Extract: testmulti_4.2c_SOL2.mat... 100% Extract: testmulti_7.1_GLNX86.mat... 100% Extract: testmulti_7.4_GLNX86.mat... 100% Extract: testobject_6.1_SOL2.mat... 100% Extract: testobject_6.5.1_GLNX86.mat... 100% Extract: testobject_7.1_GLNX86.mat... 100% Extract: testobject_7.4_GLNX86.mat... 100% Extract: testonechar_4.2c_SOL2.mat Extract: testonechar_6.1_SOL2.mat... 100% Extract: testonechar_6.5.1_GLNX86.mat... 100% Extract: testonechar_7.1_GLNX86.mat... 100% Extract: testonechar_7.4_GLNX86.mat... 100% Extract: testscalarcell_7.4_GLNX86.mat... 100% Extract: testsimplecell.mat... 100% Extract: testsparse_4.2c_SOL2.mat... 100% Extract: testsparse_6.1_SOL2.mat... 100% Extract: testsparse_6.5.1_GLNX86.mat... 100% Extract: testsparse_7.1_GLNX86.mat... 100% Extract: testsparse_7.4_GLNX86.mat... 100% Extract: testsparsecomplex_4.2c_SOL2.mat... 100% Extract: testsparsecomplex_6.1_SOL2.mat... 100% Extract: testsparsecomplex_6.5.1_GLNX86.mat... 100% Extract: testsparsecomplex_7.1_GLNX86.mat... 100% Extract: testsparsecomplex_7.4_GLNX86.mat... 100% Extract: testsparsefloat_7.4_GLNX86.mat... 100% Extract: teststring_4.2c_SOL2.mat... 100% Extract: teststring_6.1_SOL2.mat... 100% Extract: teststring_6.5.1_GLNX86.mat... 100% Extract: teststring_7.1_GLNX86.mat... 100% Extract: teststring_7.4_GLNX86.mat... 100% Extract: teststringarray_4.2c_SOL2.mat... 100% Extract: teststringarray_6.1_SOL2.mat... 100% Extract: teststringarray_6.5.1_GLNX86.mat... 100% Extract: teststringarray_7.1_GLNX86.mat... 100% Extract: teststringarray_7.4_GLNX86.mat... 100% Extract: teststruct_6.1_SOL2.mat... 100% Extract: teststruct_6.5.1_GLNX86.mat... 100% Extract: teststruct_7.1_GLNX86.mat... 100% Extract: teststruct_7.4_GLNX86.mat... 100% Extract: teststructarr_6.1_SOL2.mat... 100% Extract: teststructarr_6.5.1_GLNX86.mat... 100% Extract: teststructarr_7.1_GLNX86.mat... 100% Extract: teststructarr_7.4_GLNX86.mat... 100% Extract: teststructnest_6.1_SOL2.mat... 100% Extract: teststructnest_6.5.1_GLNX86.mat... 100% Extract: teststructnest_7.1_GLNX86.mat... 100% Extract: teststructnest_7.4_GLNX86.mat... 100% Extract: testunicode_7.1_GLNX86.mat... 100% Extract: testunicode_7.4_GLNX86.mat... 100% Extract: testvec_4_GLNX86.mat... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\tests Extract: __init__.py Extract: test_fortran.py... 100% Extract: test_idl.py... 100% Extract: test_mmio.py... 100% Extract: test_netcdf.py... 100% Extract: test_paths.py... 100% Extract: test_wavfile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_fortran.cpython-39.pyc... 100% Extract: test_idl.cpython-39.pyc... 100% Extract: test_mmio.cpython-39.pyc... 100% Extract: test_netcdf.cpython-39.pyc... 100% Extract: test_paths.cpython-39.pyc... 100% Extract: test_wavfile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\io\tests\data Extract: Transparent Busy.ani... 100% Extract: array_float32_1d.sav... 100% Extract: array_float32_2d.sav... 100% Extract: array_float32_3d.sav... 100% Extract: array_float32_4d.sav... 100% Extract: array_float32_5d.sav... 100% Extract: array_float32_6d.sav... 100% Extract: array_float32_7d.sav... 100% Extract: array_float32_8d.sav... 100% Extract: array_float32_pointer_1d.sav... 100% Extract: array_float32_pointer_2d.sav... 100% Extract: array_float32_pointer_3d.sav... 100% Extract: array_float32_pointer_4d.sav... 100% Extract: array_float32_pointer_5d.sav... 100% Extract: array_float32_pointer_6d.sav... 100% Extract: array_float32_pointer_7d.sav... 100% Extract: array_float32_pointer_8d.sav... 100% Extract: example_1.nc... 100% Extract: example_2.nc... 100% Extract: example_3_maskedvals.nc... 100% Extract: fortran-3x3d-2i.dat... 100% Extract: fortran-mixed.dat... 100% Extract: fortran-sf8-11x1x10.dat... 100% Extract: fortran-sf8-15x10x22.dat... 100% Extract: fortran-sf8-1x1x1.dat Extract: fortran-sf8-1x1x5.dat... 100% Extract: fortran-sf8-1x1x7.dat... 100% Extract: fortran-sf8-1x3x5.dat... 100% Extract: fortran-si4-11x1x10.dat... 100% Extract: fortran-si4-15x10x22.dat... 100% Extract: fortran-si4-1x1x1.dat Extract: fortran-si4-1x1x5.dat Extract: fortran-si4-1x1x7.dat... 100% Extract: fortran-si4-1x3x5.dat... 100% Extract: invalid_pointer.sav... 100% Extract: null_pointer.sav... 100% Extract: scalar_byte.sav... 100% Extract: scalar_byte_descr.sav... 100% Extract: scalar_complex32.sav... 100% Extract: scalar_complex64.sav... 100% Extract: scalar_float32.sav... 100% Extract: scalar_float64.sav... 100% Extract: scalar_heap_pointer.sav... 100% Extract: scalar_int16.sav... 100% Extract: scalar_int32.sav... 100% Extract: scalar_int64.sav... 100% Extract: scalar_string.sav... 100% Extract: scalar_uint16.sav... 100% Extract: scalar_uint32.sav... 100% Extract: scalar_uint64.sav... 100% Extract: struct_arrays.sav... 100% Extract: struct_arrays_byte_idl80.sav... 100% Extract: struct_arrays_replicated.sav... 100% Extract: struct_arrays_replicated_3d.sav... 100% Extract: struct_inherit.sav... 100% Extract: struct_pointer_arrays.sav... 100% Extract: struct_pointer_arrays_replicated.sav... 100% Extract: struct_pointer_arrays_replicated_3d.sav... 100% Extract: struct_pointers.sav... 100% Extract: struct_pointers_replicated.sav... 100% Extract: struct_pointers_replicated_3d.sav... 100% Extract: struct_scalars.sav... 100% Extract: struct_scalars_replicated.sav... 100% Extract: struct_scalars_replicated_3d.sav... 100% Extract: test-44100Hz-2ch-32bit-float-be.wav... 100% Extract: test-44100Hz-2ch-32bit-float-le.wav... 100% Extract: test-44100Hz-be-1ch-4bytes.wav... 100% Extract: test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav Extract: test-44100Hz-le-1ch-4bytes-early-eof.wav Extract: test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav Extract: test-44100Hz-le-1ch-4bytes.wav... 100% Extract: test-48000Hz-2ch-64bit-float-le-wavex.wav... 100% Extract: test-8000Hz-be-3ch-5S-24bit.wav... 100% Extract: test-8000Hz-le-1ch-10S-20bit-extra.wav Extract: test-8000Hz-le-1ch-1byte-ulaw.wav Extract: test-8000Hz-le-2ch-1byteu.wav... 100% Extract: test-8000Hz-le-3ch-5S-24bit-inconsistent.wav... 100% Extract: test-8000Hz-le-3ch-5S-24bit.wav... 100% Extract: test-8000Hz-le-3ch-5S-36bit.wav... 100% Extract: test-8000Hz-le-3ch-5S-45bit.wav... 100% Extract: test-8000Hz-le-3ch-5S-53bit.wav... 100% Extract: test-8000Hz-le-3ch-5S-64bit.wav... 100% Extract: test-8000Hz-le-4ch-9S-12bit.wav... 100% Extract: test-8000Hz-le-5ch-9S-5bit.wav... 100% Extract: various_compressed.sav... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg Extract: __init__.py... 100% Extract: _cython_signature_generator.py... 100% Extract: _decomp_cossin.py... 100% Extract: _decomp_ldl.py... 100% Extract: _decomp_polar.py... 100% Extract: _decomp_qz.py... 100% Extract: _decomp_update.cp39-win_amd64.pyd... 100% Extract: _expm_frechet.py... 100% Extract: _fblas.cp39-win_amd64.pyd... 100% Extract: _flapack.cp39-win_amd64.pyd... 100% Extract: _flinalg.cp39-win_amd64.pyd... 100% Extract: _generate_pyx.py... 100% Extract: _interpolative.cp39-win_amd64.pyd... 100% Extract: _interpolative_backend.py... 100% Extract: _matfuncs_inv_ssq.py... 100% Extract: _matfuncs_sqrtm.py... 100% Extract: _matfuncs_sqrtm_triu.cp39-win_amd64.pyd... 100% Extract: _procrustes.py... 100% Extract: _sketches.py... 100% Extract: _solve_toeplitz.cp39-win_amd64.pyd... 100% Extract: _solvers.py... 100% Extract: _testutils.py... 100% Extract: basic.py... 100% Extract: blas.py... 100% Extract: cython_blas.cp39-win_amd64.pyd... 100% Extract: cython_blas.pxd... 100% Extract: cython_lapack.cp39-win_amd64.pyd... 100% Extract: cython_lapack.pxd... 100% Extract: decomp.py... 100% Extract: decomp_cholesky.py... 100% Extract: decomp_lu.py... 100% Extract: decomp_qr.py... 100% Extract: decomp_schur.py... 100% Extract: decomp_svd.py... 100% Extract: flinalg.py... 100% Extract: interpolative.py... 100% Extract: lapack.py... 100% Extract: matfuncs.py... 100% Extract: misc.py... 100% Extract: setup.py... 100% Extract: special_matrices.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _cython_signature_generator.cpython-39.pyc... 100% Extract: _decomp_cossin.cpython-39.pyc... 100% Extract: _decomp_ldl.cpython-39.pyc... 100% Extract: _decomp_polar.cpython-39.pyc... 100% Extract: _decomp_qz.cpython-39.pyc... 100% Extract: _expm_frechet.cpython-39.pyc... 100% Extract: _generate_pyx.cpython-39.pyc... 100% Extract: _interpolative_backend.cpython-39.pyc... 100% Extract: _matfuncs_inv_ssq.cpython-39.pyc... 100% Extract: _matfuncs_sqrtm.cpython-39.pyc... 100% Extract: _procrustes.cpython-39.pyc... 100% Extract: _sketches.cpython-39.pyc... 100% Extract: _solvers.cpython-39.pyc... 100% Extract: _testutils.cpython-39.pyc... 100% Extract: basic.cpython-39.pyc... 100% Extract: blas.cpython-39.pyc... 100% Extract: decomp.cpython-39.pyc... 100% Extract: decomp_cholesky.cpython-39.pyc... 100% Extract: decomp_lu.cpython-39.pyc... 100% Extract: decomp_qr.cpython-39.pyc... 100% Extract: decomp_schur.cpython-39.pyc... 100% Extract: decomp_svd.cpython-39.pyc... 100% Extract: flinalg.cpython-39.pyc... 100% Extract: interpolative.cpython-39.pyc... 100% Extract: lapack.cpython-39.pyc... 100% Extract: matfuncs.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: special_matrices.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\src Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\src\id_dist Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\src\id_dist\doc Extract: doc.tex... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\src\lapack_deprecations Extract: LICENSE... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\tests Extract: __init__.py Extract: test_basic.py... 100% Extract: test_blas.py... 100% Extract: test_cython_blas.py... 100% Extract: test_cython_lapack.py... 100% Extract: test_decomp.py... 100% Extract: test_decomp_cholesky.py... 100% Extract: test_decomp_cossin.py... 100% Extract: test_decomp_ldl.py... 100% Extract: test_decomp_polar.py... 100% Extract: test_decomp_update.py... 100% Extract: test_fblas.py... 100% Extract: test_interpolative.py... 100% Extract: test_lapack.py... 100% Extract: test_matfuncs.py... 100% Extract: test_matmul_toeplitz.py... 100% Extract: test_misc.py Extract: test_procrustes.py... 100% Extract: test_sketches.py... 100% Extract: test_solve_toeplitz.py... 100% Extract: test_solvers.py... 100% Extract: test_special_matrices.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_basic.cpython-39.pyc... 100% Extract: test_blas.cpython-39.pyc... 100% Extract: test_cython_blas.cpython-39.pyc... 100% Extract: test_cython_lapack.cpython-39.pyc... 100% Extract: test_decomp.cpython-39.pyc... 100% Extract: test_decomp_cholesky.cpython-39.pyc... 100% Extract: test_decomp_cossin.cpython-39.pyc... 100% Extract: test_decomp_ldl.cpython-39.pyc... 100% Extract: test_decomp_polar.cpython-39.pyc... 100% Extract: test_decomp_update.cpython-39.pyc... 100% Extract: test_fblas.cpython-39.pyc... 100% Extract: test_interpolative.cpython-39.pyc... 100% Extract: test_lapack.cpython-39.pyc... 100% Extract: test_matfuncs.cpython-39.pyc... 100% Extract: test_matmul_toeplitz.cpython-39.pyc... 100% Extract: test_misc.cpython-39.pyc... 100% Extract: test_procrustes.cpython-39.pyc... 100% Extract: test_sketches.cpython-39.pyc... 100% Extract: test_solve_toeplitz.cpython-39.pyc... 100% Extract: test_solvers.cpython-39.pyc... 100% Extract: test_special_matrices.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\linalg\tests\data Extract: carex_15_data.npz... 100% Extract: carex_18_data.npz... 100% Extract: carex_19_data.npz... 100% Extract: carex_20_data.npz... 100% Extract: carex_6_data.npz... 100% Extract: gendare_20170120_data.npz... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\misc Extract: __init__.py... 100% Extract: ascent.dat... 100% Extract: common.py... 100% Extract: doccer.py... 100% Extract: ecg.dat Extract: face.dat Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\misc\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: doccer.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\misc\tests Extract: __init__.py Extract: test_common.py... 100% Extract: test_doccer.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\misc\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_common.cpython-39.pyc... 100% Extract: test_doccer.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\ndimage Extract: __init__.py... 100% Extract: _ctest.cp39-win_amd64.pyd... 100% Extract: _cytest.cp39-win_amd64.pyd... 100% Extract: _nd_image.cp39-win_amd64.pyd... 100% Extract: _ni_docstrings.py... 100% Extract: _ni_label.cp39-win_amd64.pyd... 100% Extract: _ni_support.py... 100% Extract: filters.py... 100% Extract: fourier.py... 100% Extract: interpolation.py... 100% Extract: measurements.py... 100% Extract: morphology.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\ndimage\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _ni_docstrings.cpython-39.pyc... 100% Extract: _ni_support.cpython-39.pyc... 100% Extract: filters.cpython-39.pyc... 100% Extract: fourier.cpython-39.pyc... 100% Extract: interpolation.cpython-39.pyc... 100% Extract: measurements.cpython-39.pyc... 100% Extract: morphology.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\ndimage\tests Extract: __init__.py... 100% Extract: dots.png... 100% Extract: test_c_api.py... 100% Extract: test_datatypes.py... 100% Extract: test_filters.py... 100% Extract: test_fourier.py... 100% Extract: test_interpolation.py... 100% Extract: test_measurements.py... 100% Extract: test_morphology.py... 100% Extract: test_splines.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\ndimage\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_c_api.cpython-39.pyc... 100% Extract: test_datatypes.cpython-39.pyc... 100% Extract: test_filters.cpython-39.pyc... 100% Extract: test_fourier.cpython-39.pyc... 100% Extract: test_interpolation.cpython-39.pyc... 100% Extract: test_measurements.cpython-39.pyc... 100% Extract: test_morphology.cpython-39.pyc... 100% Extract: test_splines.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\ndimage\tests\data Extract: README.txt... 100% Extract: label_inputs.txt... 100% Extract: label_results.txt... 100% Extract: label_strels.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\odr Extract: __init__.py... 100% Extract: __odrpack.cp39-win_amd64.pyd... 100% Extract: _add_newdocs.py... 100% Extract: models.py... 100% Extract: odrpack.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\odr\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _add_newdocs.cpython-39.pyc... 100% Extract: models.cpython-39.pyc... 100% Extract: odrpack.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\odr\tests Extract: __init__.py Extract: test_odr.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\odr\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_odr.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize Extract: __init__.py... 100% Extract: __nnls.cp39-win_amd64.pyd... 100% Extract: __nnls.pyi... 100% Extract: _basinhopping.py... 100% Extract: _bglu_dense.cp39-win_amd64.pyd... 100% Extract: _cobyla.cp39-win_amd64.pyd... 100% Extract: _constraints.py... 100% Extract: _differentiable_functions.py... 100% Extract: _differentialevolution.py... 100% Extract: _dual_annealing.py... 100% Extract: _group_columns.cp39-win_amd64.pyd... 100% Extract: _group_columns.py... 100% Extract: _hessian_update_strategy.py... 100% Extract: _lbfgsb.cp39-win_amd64.pyd... 100% Extract: _linprog.py... 100% Extract: _linprog_doc.py... 100% Extract: _linprog_highs.py... 100% Extract: _linprog_ip.py... 100% Extract: _linprog_rs.py... 100% Extract: _linprog_simplex.py... 100% Extract: _linprog_util.py... 100% Extract: _lsap.py... 100% Extract: _lsap_module.cp39-win_amd64.pyd... 100% Extract: _minimize.py... 100% Extract: _minpack.cp39-win_amd64.pyd... 100% Extract: _nnls.py... 100% Extract: _numdiff.py... 100% Extract: _qap.py... 100% Extract: _remove_redundancy.py... 100% Extract: _root.py... 100% Extract: _root_scalar.py... 100% Extract: _shgo.py... 100% Extract: _slsqp.cp39-win_amd64.pyd... 100% Extract: _spectral.py... 100% Extract: _trustregion.py... 100% Extract: _trustregion_dogleg.py... 100% Extract: _trustregion_exact.py... 100% Extract: _trustregion_krylov.py... 100% Extract: _trustregion_ncg.py... 100% Extract: _tstutils.py... 100% Extract: _zeros.cp39-win_amd64.pyd... 100% Extract: cobyla.py... 100% Extract: cython_optimize.pxd... 100% Extract: lbfgsb.py... 100% Extract: linesearch.py... 100% Extract: minpack.py... 100% Extract: minpack2.cp39-win_amd64.pyd... 100% Extract: moduleTNC.cp39-win_amd64.pyd... 100% Extract: nonlin.py... 100% Extract: optimize.py... 100% Extract: setup.py... 100% Extract: slsqp.py... 100% Extract: tnc.py... 100% Extract: zeros.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _basinhopping.cpython-39.pyc... 100% Extract: _constraints.cpython-39.pyc... 100% Extract: _differentiable_functions.cpython-39.pyc... 100% Extract: _differentialevolution.cpython-39.pyc... 100% Extract: _dual_annealing.cpython-39.pyc... 100% Extract: _group_columns.cpython-39.pyc... 100% Extract: _hessian_update_strategy.cpython-39.pyc... 100% Extract: _linprog.cpython-39.pyc... 100% Extract: _linprog_doc.cpython-39.pyc... 100% Extract: _linprog_highs.cpython-39.pyc... 100% Extract: _linprog_ip.cpython-39.pyc... 100% Extract: _linprog_rs.cpython-39.pyc... 100% Extract: _linprog_simplex.cpython-39.pyc... 100% Extract: _linprog_util.cpython-39.pyc... 100% Extract: _lsap.cpython-39.pyc... 100% Extract: _minimize.cpython-39.pyc... 100% Extract: _nnls.cpython-39.pyc... 100% Extract: _numdiff.cpython-39.pyc... 100% Extract: _qap.cpython-39.pyc... 100% Extract: _remove_redundancy.cpython-39.pyc... 100% Extract: _root.cpython-39.pyc... 100% Extract: _root_scalar.cpython-39.pyc... 100% Extract: _shgo.cpython-39.pyc... 100% Extract: _spectral.cpython-39.pyc... 100% Extract: _trustregion.cpython-39.pyc... 100% Extract: _trustregion_dogleg.cpython-39.pyc... 100% Extract: _trustregion_exact.cpython-39.pyc... 100% Extract: _trustregion_krylov.cpython-39.pyc... 100% Extract: _trustregion_ncg.cpython-39.pyc... 100% Extract: _tstutils.cpython-39.pyc... 100% Extract: cobyla.cpython-39.pyc... 100% Extract: lbfgsb.cpython-39.pyc... 100% Extract: linesearch.cpython-39.pyc... 100% Extract: minpack.cpython-39.pyc... 100% Extract: nonlin.cpython-39.pyc... 100% Extract: optimize.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: slsqp.cpython-39.pyc... 100% Extract: tnc.cpython-39.pyc... 100% Extract: zeros.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_highs Extract: __init__.py Extract: _highs_constants.cp39-win_amd64.pyd... 100% Extract: _highs_wrapper.cp39-win_amd64.pyd... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_highs\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_highs\cython Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_highs\cython\src Extract: HConst.pxd... 100% Extract: Highs.pxd... 100% Extract: HighsIO.pxd... 100% Extract: HighsInfo.pxd... 100% Extract: HighsLp.pxd... 100% Extract: HighsLpUtils.pxd... 100% Extract: HighsModelUtils.pxd... 100% Extract: HighsOptions.pxd... 100% Extract: HighsRuntimeOptions.pxd... 100% Extract: HighsStatus.pxd... 100% Extract: SimplexConst.pxd... 100% Extract: highs_c_api.pxd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_lsq Extract: __init__.py... 100% Extract: bvls.py... 100% Extract: common.py... 100% Extract: dogbox.py... 100% Extract: givens_elimination.cp39-win_amd64.pyd... 100% Extract: least_squares.py... 100% Extract: lsq_linear.py... 100% Extract: setup.py... 100% Extract: trf.py... 100% Extract: trf_linear.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_lsq\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bvls.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: dogbox.cpython-39.pyc... 100% Extract: least_squares.cpython-39.pyc... 100% Extract: lsq_linear.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: trf.cpython-39.pyc... 100% Extract: trf_linear.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_shgo_lib Extract: __init__.py Extract: triangulation.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_shgo_lib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: triangulation.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trlib Extract: __init__.py... 100% Extract: _trlib.cp39-win_amd64.pyd... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trlib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trustregion_constr Extract: __init__.py... 100% Extract: canonical_constraint.py... 100% Extract: equality_constrained_sqp.py... 100% Extract: minimize_trustregion_constr.py... 100% Extract: projections.py... 100% Extract: qp_subproblem.py... 100% Extract: report.py... 100% Extract: setup.py... 100% Extract: tr_interior_point.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trustregion_constr\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: canonical_constraint.cpython-39.pyc... 100% Extract: equality_constrained_sqp.cpython-39.pyc... 100% Extract: minimize_trustregion_constr.cpython-39.pyc... 100% Extract: projections.cpython-39.pyc... 100% Extract: qp_subproblem.cpython-39.pyc... 100% Extract: report.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: tr_interior_point.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trustregion_constr\tests Extract: __init__.py Extract: test_canonical_constraint.py... 100% Extract: test_projections.py... 100% Extract: test_qp_subproblem.py... 100% Extract: test_report.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\_trustregion_constr\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_canonical_constraint.cpython-39.pyc... 100% Extract: test_projections.cpython-39.pyc... 100% Extract: test_qp_subproblem.cpython-39.pyc... 100% Extract: test_report.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\cython_optimize Extract: __init__.py... 100% Extract: _zeros.cp39-win_amd64.pyd... 100% Extract: _zeros.pxd... 100% Extract: c_zeros.pxd... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\cython_optimize\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\lbfgsb_src Extract: README... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\tests Extract: __init__.py Extract: test__basinhopping.py... 100% Extract: test__differential_evolution.py... 100% Extract: test__dual_annealing.py... 100% Extract: test__linprog_clean_inputs.py... 100% Extract: test__numdiff.py... 100% Extract: test__remove_redundancy.py... 100% Extract: test__root.py... 100% Extract: test__shgo.py... 100% Extract: test__spectral.py... 100% Extract: test_cobyla.py... 100% Extract: test_constraint_conversion.py... 100% Extract: test_constraints.py... 100% Extract: test_cython_optimize.py... 100% Extract: test_differentiable_functions.py... 100% Extract: test_hessian_update_strategy.py... 100% Extract: test_lbfgsb_hessinv.py... 100% Extract: test_lbfgsb_setulb.py... 100% Extract: test_least_squares.py... 100% Extract: test_linear_assignment.py... 100% Extract: test_linesearch.py... 100% Extract: test_linprog.py... 100% Extract: test_lsq_common.py... 100% Extract: test_lsq_linear.py... 100% Extract: test_minimize_constrained.py... 100% Extract: test_minpack.py... 100% Extract: test_nnls.py... 100% Extract: test_nonlin.py... 100% Extract: test_optimize.py... 100% Extract: test_quadratic_assignment.py... 100% Extract: test_regression.py... 100% Extract: test_slsqp.py... 100% Extract: test_tnc.py... 100% Extract: test_trustregion.py... 100% Extract: test_trustregion_exact.py... 100% Extract: test_trustregion_krylov.py... 100% Extract: test_zeros.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\optimize\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test__basinhopping.cpython-39.pyc... 100% Extract: test__differential_evolution.cpython-39.pyc... 100% Extract: test__dual_annealing.cpython-39.pyc... 100% Extract: test__linprog_clean_inputs.cpython-39.pyc... 100% Extract: test__numdiff.cpython-39.pyc... 100% Extract: test__remove_redundancy.cpython-39.pyc... 100% Extract: test__root.cpython-39.pyc... 100% Extract: test__shgo.cpython-39.pyc... 100% Extract: test__spectral.cpython-39.pyc... 100% Extract: test_cobyla.cpython-39.pyc... 100% Extract: test_constraint_conversion.cpython-39.pyc... 100% Extract: test_constraints.cpython-39.pyc... 100% Extract: test_cython_optimize.cpython-39.pyc... 100% Extract: test_differentiable_functions.cpython-39.pyc... 100% Extract: test_hessian_update_strategy.cpython-39.pyc... 100% Extract: test_lbfgsb_hessinv.cpython-39.pyc... 100% Extract: test_lbfgsb_setulb.cpython-39.pyc... 100% Extract: test_least_squares.cpython-39.pyc... 100% Extract: test_linear_assignment.cpython-39.pyc... 100% Extract: test_linesearch.cpython-39.pyc... 100% Extract: test_linprog.cpython-39.pyc... 100% Extract: test_lsq_common.cpython-39.pyc... 100% Extract: test_lsq_linear.cpython-39.pyc... 100% Extract: test_minimize_constrained.cpython-39.pyc... 100% Extract: test_minpack.cpython-39.pyc... 100% Extract: test_nnls.cpython-39.pyc... 100% Extract: test_nonlin.cpython-39.pyc... 100% Extract: test_optimize.cpython-39.pyc... 100% Extract: test_quadratic_assignment.cpython-39.pyc... 100% Extract: test_regression.cpython-39.pyc... 100% Extract: test_slsqp.cpython-39.pyc... 100% Extract: test_tnc.cpython-39.pyc... 100% Extract: test_trustregion.cpython-39.pyc... 100% Extract: test_trustregion_exact.cpython-39.pyc... 100% Extract: test_trustregion_krylov.cpython-39.pyc... 100% Extract: test_zeros.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal Extract: __init__.py... 100% Extract: _arraytools.py... 100% Extract: _max_len_seq.py... 100% Extract: _max_len_seq_inner.cp39-win_amd64.pyd... 100% Extract: _max_len_seq_inner.py... 100% Extract: _peak_finding.py... 100% Extract: _peak_finding_utils.cp39-win_amd64.pyd... 100% Extract: _savitzky_golay.py... 100% Extract: _sosfilt.cp39-win_amd64.pyd... 100% Extract: _spectral.cp39-win_amd64.pyd... 100% Extract: _spectral.py... 100% Extract: _upfirdn.py... 100% Extract: _upfirdn_apply.cp39-win_amd64.pyd... 100% Extract: bsplines.py... 100% Extract: filter_design.py... 100% Extract: fir_filter_design.py... 100% Extract: lti_conversion.py... 100% Extract: ltisys.py... 100% Extract: setup.py... 100% Extract: signaltools.py... 100% Extract: sigtools.cp39-win_amd64.pyd... 100% Extract: spectral.py... 100% Extract: spline.cp39-win_amd64.pyd... 100% Extract: waveforms.py... 100% Extract: wavelets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _arraytools.cpython-39.pyc... 100% Extract: _max_len_seq.cpython-39.pyc... 100% Extract: _max_len_seq_inner.cpython-39.pyc... 100% Extract: _peak_finding.cpython-39.pyc... 100% Extract: _savitzky_golay.cpython-39.pyc... 100% Extract: _spectral.cpython-39.pyc... 100% Extract: _upfirdn.cpython-39.pyc... 100% Extract: bsplines.cpython-39.pyc... 100% Extract: filter_design.cpython-39.pyc... 100% Extract: fir_filter_design.cpython-39.pyc... 100% Extract: lti_conversion.cpython-39.pyc... 100% Extract: ltisys.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: signaltools.cpython-39.pyc... 100% Extract: spectral.cpython-39.pyc... 100% Extract: waveforms.cpython-39.pyc... 100% Extract: wavelets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal\tests Extract: __init__.py Extract: mpsig.py... 100% Extract: test_array_tools.py... 100% Extract: test_bsplines.py... 100% Extract: test_cont2discrete.py... 100% Extract: test_dltisys.py... 100% Extract: test_filter_design.py... 100% Extract: test_fir_filter_design.py... 100% Extract: test_ltisys.py... 100% Extract: test_max_len_seq.py... 100% Extract: test_peak_finding.py... 100% Extract: test_result_type.py... 100% Extract: test_savitzky_golay.py... 100% Extract: test_signaltools.py... 100% Extract: test_spectral.py... 100% Extract: test_upfirdn.py... 100% Extract: test_waveforms.py... 100% Extract: test_wavelets.py... 100% Extract: test_windows.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: mpsig.cpython-39.pyc... 100% Extract: test_array_tools.cpython-39.pyc... 100% Extract: test_bsplines.cpython-39.pyc... 100% Extract: test_cont2discrete.cpython-39.pyc... 100% Extract: test_dltisys.cpython-39.pyc... 100% Extract: test_filter_design.cpython-39.pyc... 100% Extract: test_fir_filter_design.cpython-39.pyc... 100% Extract: test_ltisys.cpython-39.pyc... 100% Extract: test_max_len_seq.cpython-39.pyc... 100% Extract: test_peak_finding.cpython-39.pyc... 100% Extract: test_result_type.cpython-39.pyc... 100% Extract: test_savitzky_golay.cpython-39.pyc... 100% Extract: test_signaltools.cpython-39.pyc... 100% Extract: test_spectral.cpython-39.pyc... 100% Extract: test_upfirdn.cpython-39.pyc... 100% Extract: test_waveforms.cpython-39.pyc... 100% Extract: test_wavelets.cpython-39.pyc... 100% Extract: test_windows.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal\windows Extract: __init__.py... 100% Extract: setup.py... 100% Extract: windows.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\signal\windows\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: windows.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse Extract: __init__.py... 100% Extract: _csparsetools.cp39-win_amd64.pyd... 100% Extract: _index.py... 100% Extract: _matrix_io.py... 100% Extract: _sparsetools.cp39-win_amd64.pyd... 100% Extract: base.py... 100% Extract: bsr.py... 100% Extract: compressed.py... 100% Extract: construct.py... 100% Extract: coo.py... 100% Extract: csc.py... 100% Extract: csr.py... 100% Extract: data.py... 100% Extract: dia.py... 100% Extract: dok.py... 100% Extract: extract.py... 100% Extract: generate_sparsetools.py... 100% Extract: lil.py... 100% Extract: setup.py... 100% Extract: sparsetools.py... 100% Extract: spfuncs.py... 100% Extract: sputils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _index.cpython-39.pyc... 100% Extract: _matrix_io.cpython-39.pyc... 100% Extract: base.cpython-39.pyc... 100% Extract: bsr.cpython-39.pyc... 100% Extract: compressed.cpython-39.pyc... 100% Extract: construct.cpython-39.pyc... 100% Extract: coo.cpython-39.pyc... 100% Extract: csc.cpython-39.pyc... 100% Extract: csr.cpython-39.pyc... 100% Extract: data.cpython-39.pyc... 100% Extract: dia.cpython-39.pyc... 100% Extract: dok.cpython-39.pyc... 100% Extract: extract.cpython-39.pyc... 100% Extract: generate_sparsetools.cpython-39.pyc... 100% Extract: lil.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: sparsetools.cpython-39.pyc... 100% Extract: spfuncs.cpython-39.pyc... 100% Extract: sputils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\csgraph Extract: __init__.py... 100% Extract: _flow.cp39-win_amd64.pyd... 100% Extract: _laplacian.py... 100% Extract: _matching.cp39-win_amd64.pyd... 100% Extract: _min_spanning_tree.cp39-win_amd64.pyd... 100% Extract: _reordering.cp39-win_amd64.pyd... 100% Extract: _shortest_path.cp39-win_amd64.pyd... 100% Extract: _tools.cp39-win_amd64.pyd... 100% Extract: _traversal.cp39-win_amd64.pyd... 100% Extract: _validation.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\csgraph\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _laplacian.cpython-39.pyc... 100% Extract: _validation.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\csgraph\tests Extract: __init__.py Extract: test_connected_components.py... 100% Extract: test_conversions.py... 100% Extract: test_flow.py... 100% Extract: test_graph_laplacian.py... 100% Extract: test_matching.py... 100% Extract: test_reordering.py... 100% Extract: test_shortest_path.py... 100% Extract: test_spanning_tree.py... 100% Extract: test_traversal.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\csgraph\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_connected_components.cpython-39.pyc... 100% Extract: test_conversions.cpython-39.pyc... 100% Extract: test_flow.cpython-39.pyc... 100% Extract: test_graph_laplacian.cpython-39.pyc... 100% Extract: test_matching.cpython-39.pyc... 100% Extract: test_reordering.cpython-39.pyc... 100% Extract: test_shortest_path.cpython-39.pyc... 100% Extract: test_spanning_tree.cpython-39.pyc... 100% Extract: test_traversal.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg Extract: __init__.py... 100% Extract: _expm_multiply.py... 100% Extract: _norm.py... 100% Extract: _onenormest.py... 100% Extract: interface.py... 100% Extract: matfuncs.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _expm_multiply.cpython-39.pyc... 100% Extract: _norm.cpython-39.pyc... 100% Extract: _onenormest.cpython-39.pyc... 100% Extract: interface.cpython-39.pyc... 100% Extract: matfuncs.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\dsolve Extract: __init__.py... 100% Extract: _add_newdocs.py... 100% Extract: _superlu.cp39-win_amd64.pyd... 100% Extract: linsolve.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\dsolve\SuperLU Extract: License.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\dsolve\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _add_newdocs.cpython-39.pyc... 100% Extract: linsolve.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\dsolve\tests Extract: __init__.py Extract: test_linsolve.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\dsolve\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_linsolve.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen Extract: __init__.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\arpack Extract: __init__.py... 100% Extract: _arpack.cp39-win_amd64.pyd... 100% Extract: arpack.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\arpack\ARPACK Extract: COPYING... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\arpack\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: arpack.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\arpack\tests Extract: __init__.py Extract: test_arpack.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\arpack\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_arpack.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\lobpcg Extract: __init__.py... 100% Extract: lobpcg.py... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\lobpcg\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: lobpcg.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\lobpcg\tests Extract: __init__.py Extract: test_lobpcg.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\eigen\lobpcg\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_lobpcg.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\isolve Extract: __init__.py... 100% Extract: _gcrotmk.py... 100% Extract: _iterative.cp39-win_amd64.pyd... 100% Extract: iterative.py... 100% Extract: lgmres.py... 100% Extract: lsmr.py... 100% Extract: lsqr.py... 100% Extract: minres.py... 100% Extract: setup.py... 100% Extract: utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\isolve\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _gcrotmk.cpython-39.pyc... 100% Extract: iterative.cpython-39.pyc... 100% Extract: lgmres.cpython-39.pyc... 100% Extract: lsmr.cpython-39.pyc... 100% Extract: lsqr.cpython-39.pyc... 100% Extract: minres.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\isolve\tests Extract: __init__.py Extract: demo_lgmres.py... 100% Extract: test_gcrotmk.py... 100% Extract: test_iterative.py... 100% Extract: test_lgmres.py... 100% Extract: test_lsmr.py... 100% Extract: test_lsqr.py... 100% Extract: test_minres.py... 100% Extract: test_utils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\isolve\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: demo_lgmres.cpython-39.pyc... 100% Extract: test_gcrotmk.cpython-39.pyc... 100% Extract: test_iterative.cpython-39.pyc... 100% Extract: test_lgmres.cpython-39.pyc... 100% Extract: test_lsmr.cpython-39.pyc... 100% Extract: test_lsqr.cpython-39.pyc... 100% Extract: test_minres.cpython-39.pyc... 100% Extract: test_utils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\tests Extract: __init__.py Extract: test_expm_multiply.py... 100% Extract: test_interface.py... 100% Extract: test_matfuncs.py... 100% Extract: test_norm.py... 100% Extract: test_onenormest.py... 100% Extract: test_pydata_sparse.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\linalg\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_expm_multiply.cpython-39.pyc... 100% Extract: test_interface.cpython-39.pyc... 100% Extract: test_matfuncs.cpython-39.pyc... 100% Extract: test_norm.cpython-39.pyc... 100% Extract: test_onenormest.cpython-39.pyc... 100% Extract: test_pydata_sparse.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\tests Extract: __init__.py Extract: test_base.py... 100% Extract: test_construct.py... 100% Extract: test_csc.py... 100% Extract: test_csr.py... 100% Extract: test_extract.py... 100% Extract: test_matrix_io.py... 100% Extract: test_sparsetools.py... 100% Extract: test_spfuncs.py... 100% Extract: test_sputils.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_base.cpython-39.pyc... 100% Extract: test_construct.cpython-39.pyc... 100% Extract: test_csc.cpython-39.pyc... 100% Extract: test_csr.cpython-39.pyc... 100% Extract: test_extract.cpython-39.pyc... 100% Extract: test_matrix_io.cpython-39.pyc... 100% Extract: test_sparsetools.cpython-39.pyc... 100% Extract: test_spfuncs.cpython-39.pyc... 100% Extract: test_sputils.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\sparse\tests\data Extract: csc_py2.npz... 100% Extract: csc_py3.npz... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial Extract: __init__.py... 100% Extract: _distance_pybind.cp39-win_amd64.pyd... 100% Extract: _distance_wrap.cp39-win_amd64.pyd... 100% Extract: _geometric_slerp.py... 100% Extract: _hausdorff.cp39-win_amd64.pyd... 100% Extract: _plotutils.py... 100% Extract: _procrustes.py... 100% Extract: _spherical_voronoi.py... 100% Extract: _voronoi.cp39-win_amd64.pyd... 100% Extract: _voronoi.pyi... 100% Extract: ckdtree.cp39-win_amd64.pyd... 100% Extract: ckdtree.pyi... 100% Extract: distance.py... 100% Extract: distance.pyi... 100% Extract: kdtree.py... 100% Extract: qhull.cp39-win_amd64.pyd... 100% Extract: qhull.pyi... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _geometric_slerp.cpython-39.pyc... 100% Extract: _plotutils.cpython-39.pyc... 100% Extract: _procrustes.cpython-39.pyc... 100% Extract: _spherical_voronoi.cpython-39.pyc... 100% Extract: distance.cpython-39.pyc... 100% Extract: kdtree.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\qhull_src Extract: COPYING.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\tests Extract: __init__.py Extract: test__plotutils.py... 100% Extract: test__procrustes.py... 100% Extract: test_distance.py... 100% Extract: test_hausdorff.py... 100% Extract: test_kdtree.py... 100% Extract: test_qhull.py... 100% Extract: test_slerp.py... 100% Extract: test_spherical_voronoi.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test__plotutils.cpython-39.pyc... 100% Extract: test__procrustes.cpython-39.pyc... 100% Extract: test_distance.cpython-39.pyc... 100% Extract: test_hausdorff.cpython-39.pyc... 100% Extract: test_kdtree.cpython-39.pyc... 100% Extract: test_qhull.cpython-39.pyc... 100% Extract: test_slerp.cpython-39.pyc... 100% Extract: test_spherical_voronoi.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\tests\data Extract: cdist-X1.txt... 100% Extract: cdist-X2.txt... 100% Extract: degenerate_pointset.npz... 100% Extract: iris.txt... 100% Extract: pdist-boolean-inp.txt... 100% Extract: pdist-chebyshev-ml-iris.txt... 100% Extract: pdist-chebyshev-ml.txt... 100% Extract: pdist-cityblock-ml-iris.txt... 100% Extract: pdist-cityblock-ml.txt... 100% Extract: pdist-correlation-ml-iris.txt... 100% Extract: pdist-correlation-ml.txt... 100% Extract: pdist-cosine-ml-iris.txt... 100% Extract: pdist-cosine-ml.txt... 100% Extract: pdist-double-inp.txt... 100% Extract: pdist-euclidean-ml-iris.txt... 100% Extract: pdist-euclidean-ml.txt... 100% Extract: pdist-hamming-ml.txt... 100% Extract: pdist-jaccard-ml.txt... 100% Extract: pdist-jensenshannon-ml-iris.txt... 100% Extract: pdist-jensenshannon-ml.txt... 100% Extract: pdist-minkowski-3.2-ml-iris.txt... 100% Extract: pdist-minkowski-3.2-ml.txt... 100% Extract: pdist-minkowski-5.8-ml-iris.txt... 100% Extract: pdist-seuclidean-ml-iris.txt... 100% Extract: pdist-seuclidean-ml.txt... 100% Extract: pdist-spearman-ml.txt... 100% Extract: random-bool-data.txt... 100% Extract: random-double-data.txt... 100% Extract: random-int-data.txt... 100% Extract: random-uint-data.txt... 100% Extract: selfdual-4d-polytope.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\transform Extract: __init__.py... 100% Extract: _rotation_groups.py... 100% Extract: _rotation_spline.py... 100% Extract: rotation.cp39-win_amd64.pyd... 100% Extract: rotation.pyi... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\transform\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _rotation_groups.cpython-39.pyc... 100% Extract: _rotation_spline.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\transform\tests Extract: __init__.py Extract: test_rotation.py... 100% Extract: test_rotation_groups.py... 100% Extract: test_rotation_spline.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\spatial\transform\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_rotation.cpython-39.pyc... 100% Extract: test_rotation_groups.cpython-39.pyc... 100% Extract: test_rotation_spline.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special Extract: __init__.py... 100% Extract: _basic.py... 100% Extract: _comb.cp39-win_amd64.pyd... 100% Extract: _ellip_harm.py... 100% Extract: _ellip_harm_2.cp39-win_amd64.pyd... 100% Extract: _generate_pyx.py... 100% Extract: _lambertw.py... 100% Extract: _logsumexp.py... 100% Extract: _mptestutils.py... 100% Extract: _spherical_bessel.py... 100% Extract: _test_round.cp39-win_amd64.pyd... 100% Extract: _test_round.pyi... 100% Extract: _testutils.py... 100% Extract: _ufuncs.cp39-win_amd64.pyd... 100% Extract: _ufuncs.pyi... 100% Extract: _ufuncs_cxx.cp39-win_amd64.pyd... 100% Extract: add_newdocs.py... 100% Extract: basic.py... 100% Extract: cython_special.cp39-win_amd64.pyd... 100% Extract: cython_special.pxd... 100% Extract: cython_special.pyi Extract: orthogonal.py... 100% Extract: orthogonal.pyi... 100% Extract: setup.py... 100% Extract: sf_error.py... 100% Extract: specfun.cp39-win_amd64.pyd... 100% Extract: spfun_stats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _basic.cpython-39.pyc... 100% Extract: _ellip_harm.cpython-39.pyc... 100% Extract: _generate_pyx.cpython-39.pyc... 100% Extract: _lambertw.cpython-39.pyc... 100% Extract: _logsumexp.cpython-39.pyc... 100% Extract: _mptestutils.cpython-39.pyc... 100% Extract: _spherical_bessel.cpython-39.pyc... 100% Extract: _testutils.cpython-39.pyc... 100% Extract: add_newdocs.cpython-39.pyc... 100% Extract: basic.cpython-39.pyc... 100% Extract: orthogonal.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: sf_error.cpython-39.pyc... 100% Extract: spfun_stats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\_precompute Extract: __init__.py Extract: cosine_cdf.py... 100% Extract: expn_asy.py... 100% Extract: gammainc_asy.py... 100% Extract: gammainc_data.py... 100% Extract: lambertw.py... 100% Extract: loggamma.py... 100% Extract: setup.py... 100% Extract: struve_convergence.py... 100% Extract: utils.py... 100% Extract: wright_bessel.py... 100% Extract: wright_bessel_data.py... 100% Extract: wrightomega.py... 100% Extract: zetac.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\_precompute\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: cosine_cdf.cpython-39.pyc... 100% Extract: expn_asy.cpython-39.pyc... 100% Extract: gammainc_asy.cpython-39.pyc... 100% Extract: gammainc_data.cpython-39.pyc... 100% Extract: lambertw.cpython-39.pyc... 100% Extract: loggamma.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: struve_convergence.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: wright_bessel.cpython-39.pyc... 100% Extract: wright_bessel_data.cpython-39.pyc... 100% Extract: wrightomega.cpython-39.pyc... 100% Extract: zetac.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\tests Extract: __init__.py Extract: test_basic.py... 100% Extract: test_bdtr.py... 100% Extract: test_boxcox.py... 100% Extract: test_cdflib.py... 100% Extract: test_cosine_distr.py... 100% Extract: test_cython_special.py... 100% Extract: test_data.py... 100% Extract: test_digamma.py... 100% Extract: test_ellip_harm.py... 100% Extract: test_erfinv.py... 100% Extract: test_exponential_integrals.py... 100% Extract: test_faddeeva.py... 100% Extract: test_gamma.py... 100% Extract: test_gammainc.py... 100% Extract: test_hypergeometric.py... 100% Extract: test_kolmogorov.py... 100% Extract: test_lambertw.py... 100% Extract: test_log_softmax.py... 100% Extract: test_loggamma.py... 100% Extract: test_logit.py... 100% Extract: test_logsumexp.py... 100% Extract: test_mpmath.py... 100% Extract: test_nan_inputs.py... 100% Extract: test_ndtr.py... 100% Extract: test_ndtri_exp.py... 100% Extract: test_orthogonal.py... 100% Extract: test_orthogonal_eval.py... 100% Extract: test_owens_t.py... 100% Extract: test_pcf.py... 100% Extract: test_pdtr.py... 100% Extract: test_precompute_expn_asy.py... 100% Extract: test_precompute_gammainc.py... 100% Extract: test_precompute_utils.py... 100% Extract: test_round.py... 100% Extract: test_sf_error.py... 100% Extract: test_sici.py... 100% Extract: test_spence.py... 100% Extract: test_spfun_stats.py... 100% Extract: test_sph_harm.py... 100% Extract: test_spherical_bessel.py... 100% Extract: test_trig.py... 100% Extract: test_wright_bessel.py... 100% Extract: test_wrightomega.py... 100% Extract: test_zeta.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_basic.cpython-39.pyc... 100% Extract: test_bdtr.cpython-39.pyc... 100% Extract: test_boxcox.cpython-39.pyc... 100% Extract: test_cdflib.cpython-39.pyc... 100% Extract: test_cosine_distr.cpython-39.pyc... 100% Extract: test_cython_special.cpython-39.pyc... 100% Extract: test_data.cpython-39.pyc... 100% Extract: test_digamma.cpython-39.pyc... 100% Extract: test_ellip_harm.cpython-39.pyc... 100% Extract: test_erfinv.cpython-39.pyc... 100% Extract: test_exponential_integrals.cpython-39.pyc... 100% Extract: test_faddeeva.cpython-39.pyc... 100% Extract: test_gamma.cpython-39.pyc... 100% Extract: test_gammainc.cpython-39.pyc... 100% Extract: test_hypergeometric.cpython-39.pyc... 100% Extract: test_kolmogorov.cpython-39.pyc... 100% Extract: test_lambertw.cpython-39.pyc... 100% Extract: test_log_softmax.cpython-39.pyc... 100% Extract: test_loggamma.cpython-39.pyc... 100% Extract: test_logit.cpython-39.pyc... 100% Extract: test_logsumexp.cpython-39.pyc... 100% Extract: test_mpmath.cpython-39.pyc... 100% Extract: test_nan_inputs.cpython-39.pyc... 100% Extract: test_ndtr.cpython-39.pyc... 100% Extract: test_ndtri_exp.cpython-39.pyc... 100% Extract: test_orthogonal.cpython-39.pyc... 100% Extract: test_orthogonal_eval.cpython-39.pyc... 100% Extract: test_owens_t.cpython-39.pyc... 100% Extract: test_pcf.cpython-39.pyc... 100% Extract: test_pdtr.cpython-39.pyc... 100% Extract: test_precompute_expn_asy.cpython-39.pyc... 100% Extract: test_precompute_gammainc.cpython-39.pyc... 100% Extract: test_precompute_utils.cpython-39.pyc... 100% Extract: test_round.cpython-39.pyc... 100% Extract: test_sf_error.cpython-39.pyc... 100% Extract: test_sici.cpython-39.pyc... 100% Extract: test_spence.cpython-39.pyc... 100% Extract: test_spfun_stats.cpython-39.pyc... 100% Extract: test_sph_harm.cpython-39.pyc... 100% Extract: test_spherical_bessel.cpython-39.pyc... 100% Extract: test_trig.cpython-39.pyc... 100% Extract: test_wright_bessel.cpython-39.pyc... 100% Extract: test_wrightomega.cpython-39.pyc... 100% Extract: test_zeta.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\special\tests\data Extract: README... 100% Extract: boost.npz... 100% Extract: gsl.npz... 100% Extract: local.npz... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats Extract: __init__.py... 100% Extract: _binned_statistic.py... 100% Extract: _binomtest.py... 100% Extract: _bootstrap.py... 100% Extract: _common.py... 100% Extract: _constants.py... 100% Extract: _continuous_distns.py... 100% Extract: _crosstab.py... 100% Extract: _discrete_distns.py... 100% Extract: _distn_infrastructure.py... 100% Extract: _distr_params.py... 100% Extract: _entropy.py... 100% Extract: _generate_pyx.py... 100% Extract: _hypotests.py... 100% Extract: _ksstats.py... 100% Extract: _mannwhitneyu.py... 100% Extract: _multivariate.py... 100% Extract: _page_trend_test.py... 100% Extract: _qmc.py... 100% Extract: _qmc_cy.cp39-win_amd64.pyd... 100% Extract: _qmc_cy.pyi... 100% Extract: _relative_risk.py... 100% Extract: _result_classes.py... 100% Extract: _rvs_sampling.py... 100% Extract: _sobol.cp39-win_amd64.pyd... 100% Extract: _sobol.pyi... 100% Extract: _sobol_direction_numbers.npz... 100% Extract: _stats.cp39-win_amd64.pyd... 100% Extract: _stats_mstats_common.py... 100% Extract: _tukeylambda_stats.py... 100% Extract: _wilcoxon_data.py... 100% Extract: biasedurn.cp39-win_amd64.pyd... 100% Extract: biasedurn.pxd... 100% Extract: contingency.py... 100% Extract: distributions.py... 100% Extract: kde.py... 100% Extract: morestats.py... 100% Extract: mstats.py... 100% Extract: mstats_basic.py... 100% Extract: mstats_extras.py... 100% Extract: mvn.cp39-win_amd64.pyd... 100% Extract: qmc.py... 100% Extract: setup.py... 100% Extract: statlib.cp39-win_amd64.pyd... 100% Extract: stats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _binned_statistic.cpython-39.pyc... 100% Extract: _binomtest.cpython-39.pyc... 100% Extract: _bootstrap.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _constants.cpython-39.pyc... 100% Extract: _continuous_distns.cpython-39.pyc... 100% Extract: _crosstab.cpython-39.pyc... 100% Extract: _discrete_distns.cpython-39.pyc... 100% Extract: _distn_infrastructure.cpython-39.pyc... 100% Extract: _distr_params.cpython-39.pyc... 100% Extract: _entropy.cpython-39.pyc... 100% Extract: _generate_pyx.cpython-39.pyc... 100% Extract: _hypotests.cpython-39.pyc... 100% Extract: _ksstats.cpython-39.pyc... 100% Extract: _mannwhitneyu.cpython-39.pyc... 100% Extract: _multivariate.cpython-39.pyc... 100% Extract: _page_trend_test.cpython-39.pyc... 100% Extract: _qmc.cpython-39.pyc... 100% Extract: _relative_risk.cpython-39.pyc... 100% Extract: _result_classes.cpython-39.pyc... 100% Extract: _rvs_sampling.cpython-39.pyc... 100% Extract: _stats_mstats_common.cpython-39.pyc... 100% Extract: _tukeylambda_stats.cpython-39.pyc... 100% Extract: _wilcoxon_data.cpython-39.pyc... 100% Extract: contingency.cpython-39.pyc... 100% Extract: distributions.cpython-39.pyc... 100% Extract: kde.cpython-39.pyc... 100% Extract: morestats.cpython-39.pyc... 100% Extract: mstats.cpython-39.pyc... 100% Extract: mstats_basic.cpython-39.pyc... 100% Extract: mstats_extras.cpython-39.pyc... 100% Extract: qmc.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Extract: stats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\_boost Extract: __init__.py... 100% Extract: beta_ufunc.cp39-win_amd64.pyd... 100% Extract: binom_ufunc.cp39-win_amd64.pyd... 100% Extract: nbinom_ufunc.cp39-win_amd64.pyd... 100% Extract: setup.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\_boost\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: setup.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\tests Extract: __init__.py Extract: common_tests.py... 100% Extract: studentized_range_mpmath_ref.py... 100% Extract: test_binned_statistic.py... 100% Extract: test_bootstrap.py... 100% Extract: test_contingency.py... 100% Extract: test_continuous_basic.py... 100% Extract: test_crosstab.py... 100% Extract: test_discrete_basic.py... 100% Extract: test_discrete_distns.py... 100% Extract: test_distributions.py... 100% Extract: test_entropy.py... 100% Extract: test_fit.py... 100% Extract: test_hypotests.py... 100% Extract: test_kdeoth.py... 100% Extract: test_morestats.py... 100% Extract: test_mstats_basic.py... 100% Extract: test_mstats_extras.py... 100% Extract: test_multivariate.py... 100% Extract: test_qmc.py... 100% Extract: test_rank.py... 100% Extract: test_relative_risk.py... 100% Extract: test_stats.py... 100% Extract: test_tukeylambda_stats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: common_tests.cpython-39.pyc... 100% Extract: studentized_range_mpmath_ref.cpython-39.pyc... 100% Extract: test_binned_statistic.cpython-39.pyc... 100% Extract: test_bootstrap.cpython-39.pyc... 100% Extract: test_contingency.cpython-39.pyc... 100% Extract: test_continuous_basic.cpython-39.pyc... 100% Extract: test_crosstab.cpython-39.pyc... 100% Extract: test_discrete_basic.cpython-39.pyc... 100% Extract: test_discrete_distns.cpython-39.pyc... 100% Extract: test_distributions.cpython-39.pyc... 100% Extract: test_entropy.cpython-39.pyc... 100% Extract: test_fit.cpython-39.pyc... 100% Extract: test_hypotests.cpython-39.pyc... 100% Extract: test_kdeoth.cpython-39.pyc... 100% Extract: test_morestats.cpython-39.pyc... 100% Extract: test_mstats_basic.cpython-39.pyc... 100% Extract: test_mstats_extras.cpython-39.pyc... 100% Extract: test_multivariate.cpython-39.pyc... 100% Extract: test_qmc.cpython-39.pyc... 100% Extract: test_rank.cpython-39.pyc... 100% Extract: test_relative_risk.cpython-39.pyc... 100% Extract: test_stats.cpython-39.pyc... 100% Extract: test_tukeylambda_stats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\tests\data Extract: stable-cdf-sample-data.npy... 100% Extract: stable-pdf-sample-data.npy... 100% Extract: studentized_range_mpmath_ref.json... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\tests\data\nist_anova Extract: AtmWtAg.dat... 100% Extract: SiRstv.dat... 100% Extract: SmLs01.dat... 100% Extract: SmLs02.dat... 100% Extract: SmLs03.dat... 100% Extract: SmLs04.dat... 100% Extract: SmLs05.dat... 100% Extract: SmLs06.dat... 100% Extract: SmLs07.dat... 100% Extract: SmLs08.dat... 100% Extract: SmLs09.dat... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy\stats\tests\data\nist_linregress Extract: Norris.dat... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\scipy-1.7.3.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: LICENSES_bundled.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools Extract: __init__.py... 100% Extract: _deprecation_warning.py... 100% Extract: _entry_points.py... 100% Extract: _imp.py... 100% Extract: _importlib.py... 100% Extract: _itertools.py... 100% Extract: _path.py... 100% Extract: _reqs.py... 100% Extract: archive_util.py... 100% Extract: build_meta.py... 100% Extract: cli-32.exe... 100% Extract: cli-64.exe... 100% Extract: cli-arm64.exe... 100% Extract: cli.exe... 100% Extract: dep_util.py... 100% Extract: depends.py... 100% Extract: discovery.py... 100% Extract: dist.py... 100% Extract: errors.py... 100% Extract: extension.py... 100% Extract: glob.py... 100% Extract: gui-32.exe... 100% Extract: gui-64.exe... 100% Extract: gui-arm64.exe... 100% Extract: gui.exe... 100% Extract: installer.py... 100% Extract: launch.py... 100% Extract: logging.py... 100% Extract: monkey.py... 100% Extract: msvc.py... 100% Extract: namespaces.py... 100% Extract: package_index.py... 100% Extract: py34compat.py... 100% Extract: sandbox.py... 100% Extract: script (dev).tmpl... 100% Extract: script.tmpl... 100% Extract: unicode_utils.py... 100% Extract: version.py... 100% Extract: wheel.py... 100% Extract: windows_support.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _deprecation_warning.cpython-39.pyc... 100% Extract: _entry_points.cpython-39.pyc... 100% Extract: _imp.cpython-39.pyc... 100% Extract: _importlib.cpython-39.pyc... 100% Extract: _itertools.cpython-39.pyc... 100% Extract: _path.cpython-39.pyc... 100% Extract: _reqs.cpython-39.pyc... 100% Extract: archive_util.cpython-39.pyc... 100% Extract: build_meta.cpython-39.pyc... 100% Extract: dep_util.cpython-39.pyc... 100% Extract: depends.cpython-39.pyc... 100% Extract: discovery.cpython-39.pyc... 100% Extract: dist.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: extension.cpython-39.pyc... 100% Extract: glob.cpython-39.pyc... 100% Extract: installer.cpython-39.pyc... 100% Extract: launch.cpython-39.pyc... 100% Extract: logging.cpython-39.pyc... 100% Extract: monkey.cpython-39.pyc... 100% Extract: msvc.cpython-39.pyc... 100% Extract: namespaces.cpython-39.pyc... 100% Extract: package_index.cpython-39.pyc... 100% Extract: py34compat.cpython-39.pyc... 100% Extract: sandbox.cpython-39.pyc... 100% Extract: unicode_utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Extract: wheel.cpython-39.pyc... 100% Extract: windows_support.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_distutils Extract: __init__.py... 100% Extract: _collections.py... 100% Extract: _functools.py... 100% Extract: _macos_compat.py... 100% Extract: _msvccompiler.py... 100% Extract: archive_util.py... 100% Extract: bcppcompiler.py... 100% Extract: ccompiler.py... 100% Extract: cmd.py... 100% Extract: config.py... 100% Extract: core.py... 100% Extract: cygwinccompiler.py... 100% Extract: debug.py... 100% Extract: dep_util.py... 100% Extract: dir_util.py... 100% Extract: dist.py... 100% Extract: errors.py... 100% Extract: extension.py... 100% Extract: fancy_getopt.py... 100% Extract: file_util.py... 100% Extract: filelist.py... 100% Extract: log.py... 100% Extract: msvc9compiler.py... 100% Extract: msvccompiler.py... 100% Extract: py38compat.py... 100% Extract: py39compat.py... 100% Extract: spawn.py... 100% Extract: sysconfig.py... 100% Extract: text_file.py... 100% Extract: unixccompiler.py... 100% Extract: util.py... 100% Extract: version.py... 100% Extract: versionpredicate.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_distutils\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _collections.cpython-39.pyc... 100% Extract: _functools.cpython-39.pyc... 100% Extract: _macos_compat.cpython-39.pyc... 100% Extract: _msvccompiler.cpython-39.pyc... 100% Extract: archive_util.cpython-39.pyc... 100% Extract: bcppcompiler.cpython-39.pyc... 100% Extract: ccompiler.cpython-39.pyc... 100% Extract: cmd.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: cygwinccompiler.cpython-39.pyc... 100% Extract: debug.cpython-39.pyc... 100% Extract: dep_util.cpython-39.pyc... 100% Extract: dir_util.cpython-39.pyc... 100% Extract: dist.cpython-39.pyc... 100% Extract: errors.cpython-39.pyc... 100% Extract: extension.cpython-39.pyc... 100% Extract: fancy_getopt.cpython-39.pyc... 100% Extract: file_util.cpython-39.pyc... 100% Extract: filelist.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: msvc9compiler.cpython-39.pyc... 100% Extract: msvccompiler.cpython-39.pyc... 100% Extract: py38compat.cpython-39.pyc... 100% Extract: py39compat.cpython-39.pyc... 100% Extract: spawn.cpython-39.pyc... 100% Extract: sysconfig.cpython-39.pyc... 100% Extract: text_file.cpython-39.pyc... 100% Extract: unixccompiler.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Extract: versionpredicate.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_distutils\command Extract: __init__.py... 100% Extract: _framework_compat.py... 100% Extract: bdist.py... 100% Extract: bdist_dumb.py... 100% Extract: bdist_rpm.py... 100% Extract: build.py... 100% Extract: build_clib.py... 100% Extract: build_ext.py... 100% Extract: build_py.py... 100% Extract: build_scripts.py... 100% Extract: check.py... 100% Extract: clean.py... 100% Extract: config.py... 100% Extract: install.py... 100% Extract: install_data.py... 100% Extract: install_egg_info.py... 100% Extract: install_headers.py... 100% Extract: install_lib.py... 100% Extract: install_scripts.py... 100% Extract: py37compat.py... 100% Extract: register.py... 100% Extract: sdist.py... 100% Extract: upload.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_distutils\command\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _framework_compat.cpython-39.pyc... 100% Extract: bdist.cpython-39.pyc... 100% Extract: bdist_dumb.cpython-39.pyc... 100% Extract: bdist_rpm.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Extract: build_clib.cpython-39.pyc... 100% Extract: build_ext.cpython-39.pyc... 100% Extract: build_py.cpython-39.pyc... 100% Extract: build_scripts.cpython-39.pyc... 100% Extract: check.cpython-39.pyc... 100% Extract: clean.cpython-39.pyc... 100% Extract: config.cpython-39.pyc... 100% Extract: install.cpython-39.pyc... 100% Extract: install_data.cpython-39.pyc... 100% Extract: install_egg_info.cpython-39.pyc... 100% Extract: install_headers.cpython-39.pyc... 100% Extract: install_lib.cpython-39.pyc... 100% Extract: install_scripts.cpython-39.pyc... 100% Extract: py37compat.cpython-39.pyc... 100% Extract: register.cpython-39.pyc... 100% Extract: sdist.cpython-39.pyc... 100% Extract: upload.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor Extract: __init__.py Extract: ordered_set.py... 100% Extract: typing_extensions.py... 100% Extract: zipp.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: ordered_set.cpython-39.pyc... 100% Extract: typing_extensions.cpython-39.pyc... 100% Extract: zipp.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\importlib_metadata Extract: __init__.py... 100% Extract: _adapters.py... 100% Extract: _collections.py... 100% Extract: _compat.py... 100% Extract: _functools.py... 100% Extract: _itertools.py... 100% Extract: _meta.py... 100% Extract: _text.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\importlib_metadata\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _adapters.cpython-39.pyc... 100% Extract: _collections.cpython-39.pyc... 100% Extract: _compat.cpython-39.pyc... 100% Extract: _functools.cpython-39.pyc... 100% Extract: _itertools.cpython-39.pyc... 100% Extract: _meta.cpython-39.pyc... 100% Extract: _text.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\importlib_resources Extract: __init__.py... 100% Extract: _adapters.py... 100% Extract: _common.py... 100% Extract: _compat.py... 100% Extract: _itertools.py... 100% Extract: _legacy.py... 100% Extract: abc.py... 100% Extract: readers.py... 100% Extract: simple.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\importlib_resources\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _adapters.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _compat.cpython-39.pyc... 100% Extract: _itertools.cpython-39.pyc... 100% Extract: _legacy.cpython-39.pyc... 100% Extract: abc.cpython-39.pyc... 100% Extract: readers.cpython-39.pyc... 100% Extract: simple.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\jaraco Extract: __init__.py Extract: context.py... 100% Extract: functools.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\jaraco\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: context.cpython-39.pyc... 100% Extract: functools.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\jaraco\text Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\jaraco\text\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\more_itertools Extract: __init__.py... 100% Extract: more.py... 100% Extract: recipes.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\more_itertools\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: more.cpython-39.pyc... 100% Extract: recipes.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\packaging Extract: __about__.py... 100% Extract: __init__.py... 100% Extract: _manylinux.py... 100% Extract: _musllinux.py... 100% Extract: _structures.py... 100% Extract: markers.py... 100% Extract: requirements.py... 100% Extract: specifiers.py... 100% Extract: tags.py... 100% Extract: utils.py... 100% Extract: version.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\packaging\__pycache__ Extract: __about__.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _manylinux.cpython-39.pyc... 100% Extract: _musllinux.cpython-39.pyc... 100% Extract: _structures.cpython-39.pyc... 100% Extract: markers.cpython-39.pyc... 100% Extract: requirements.cpython-39.pyc... 100% Extract: specifiers.cpython-39.pyc... 100% Extract: tags.cpython-39.pyc... 100% Extract: utils.cpython-39.pyc... 100% Extract: version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\pyparsing Extract: __init__.py... 100% Extract: actions.py... 100% Extract: common.py... 100% Extract: core.py... 100% Extract: exceptions.py... 100% Extract: helpers.py... 100% Extract: results.py... 100% Extract: testing.py... 100% Extract: unicode.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\pyparsing\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: actions.cpython-39.pyc... 100% Extract: common.cpython-39.pyc... 100% Extract: core.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: helpers.cpython-39.pyc... 100% Extract: results.cpython-39.pyc... 100% Extract: testing.cpython-39.pyc... 100% Extract: unicode.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\pyparsing\diagram Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\pyparsing\diagram\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\tomli Extract: __init__.py... 100% Extract: _parser.py... 100% Extract: _re.py... 100% Extract: _types.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\_vendor\tomli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _parser.cpython-39.pyc... 100% Extract: _re.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\command Extract: __init__.py... 100% Extract: alias.py... 100% Extract: bdist_egg.py... 100% Extract: bdist_rpm.py... 100% Extract: build.py... 100% Extract: build_clib.py... 100% Extract: build_ext.py... 100% Extract: build_py.py... 100% Extract: develop.py... 100% Extract: dist_info.py... 100% Extract: easy_install.py... 100% Extract: editable_wheel.py... 100% Extract: egg_info.py... 100% Extract: install.py... 100% Extract: install_egg_info.py... 100% Extract: install_lib.py... 100% Extract: install_scripts.py... 100% Extract: launcher manifest.xml... 100% Extract: py36compat.py... 100% Extract: register.py... 100% Extract: rotate.py... 100% Extract: saveopts.py... 100% Extract: sdist.py... 100% Extract: setopt.py... 100% Extract: test.py... 100% Extract: upload.py... 100% Extract: upload_docs.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\command\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: alias.cpython-39.pyc... 100% Extract: bdist_egg.cpython-39.pyc... 100% Extract: bdist_rpm.cpython-39.pyc... 100% Extract: build.cpython-39.pyc... 100% Extract: build_clib.cpython-39.pyc... 100% Extract: build_ext.cpython-39.pyc... 100% Extract: build_py.cpython-39.pyc... 100% Extract: develop.cpython-39.pyc... 100% Extract: dist_info.cpython-39.pyc... 100% Extract: easy_install.cpython-39.pyc... 100% Extract: editable_wheel.cpython-39.pyc... 100% Extract: egg_info.cpython-39.pyc... 100% Extract: install.cpython-39.pyc... 100% Extract: install_egg_info.cpython-39.pyc... 100% Extract: install_lib.cpython-39.pyc... 100% Extract: install_scripts.cpython-39.pyc... 100% Extract: py36compat.cpython-39.pyc... 100% Extract: register.cpython-39.pyc... 100% Extract: rotate.cpython-39.pyc... 100% Extract: saveopts.cpython-39.pyc... 100% Extract: sdist.cpython-39.pyc... 100% Extract: setopt.cpython-39.pyc... 100% Extract: test.cpython-39.pyc... 100% Extract: upload.cpython-39.pyc... 100% Extract: upload_docs.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\config Extract: __init__.py... 100% Extract: _apply_pyprojecttoml.py... 100% Extract: expand.py... 100% Extract: pyprojecttoml.py... 100% Extract: setupcfg.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\config\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _apply_pyprojecttoml.cpython-39.pyc... 100% Extract: expand.cpython-39.pyc... 100% Extract: pyprojecttoml.cpython-39.pyc... 100% Extract: setupcfg.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\config\_validate_pyproject Extract: __init__.py... 100% Extract: error_reporting.py... 100% Extract: extra_validations.py... 100% Extract: fastjsonschema_exceptions.py... 100% Extract: fastjsonschema_validations.py... 100% Extract: formats.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\config\_validate_pyproject\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: error_reporting.cpython-39.pyc... 100% Extract: extra_validations.cpython-39.pyc... 100% Extract: fastjsonschema_exceptions.cpython-39.pyc... 100% Extract: fastjsonschema_validations.cpython-39.pyc... 100% Extract: formats.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\extern Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools\extern\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\setuptools-65.5.0-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: entry_points.txt... 100% Extract: requires.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs Extract: __init__.py... 100% Extract: _version.py Extract: charm.ini... 100% Extract: charm_tms.ini... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\GUI Extract: __init__.py Extract: electrodeGUI.py... 100% Extract: head_model_OGL.py... 100% Extract: main_gui.py... 100% Extract: nifti_viewer.py... 100% Extract: simulation_menu.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\GUI\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: electrodeGUI.cpython-39.pyc... 100% Extract: head_model_OGL.cpython-39.pyc... 100% Extract: main_gui.cpython-39.pyc... 100% Extract: nifti_viewer.cpython-39.pyc... 100% Extract: simulation_menu.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources Extract: gmsh-options_simnibsdefault... 100% Extract: sitecustomize.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\__pycache__ Extract: sitecustomize.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\html Extract: brainsprite.min.js... 100% Extract: jquery.min.js... 100% Extract: template.html... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\icons Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\icons\gmsh Extract: Gmsh.icns... 100% Extract: GmshGeo.icns... 100% Extract: GmshMsh.icns... 100% Extract: GmshPos.icns... 100% Extract: GmshSol.icns... 100% Extract: Info.plist... 100% Extract: logo.png... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\icons\simnibs Extract: gui_icon.bmp... 100% Extract: gui_icon.gif... 100% Extract: gui_icon.icns... 100% Extract: gui_icon.ico... 100% Extract: gui_icon.png... 100% Extract: logo.bmp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files Extract: ID03_MOTOR_ICA.nii.gz Extract: MNI_test_ds5.nii.gz... 100% Extract: cube.msh... 100% Extract: cube.nii.gz... 100% Extract: cube.off... 100% Extract: cube_noise.nii.gz Extract: cube_w_electrodes.msh... 100% Extract: ernie_T1_ds5.nii.gz Extract: session.mat... 100% Extract: sphere3.msh... 100% Extract: sphere3_v4_1_ascii.msh... 100% Extract: sphere3_v4_1_binary.msh... 100% Extract: spikyblob.msh... 100% Extract: testcoil.ccd... 100% Extract: testcoil.nii.gz... 100% Extract: testcoilB.nii.gz Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\cube_atlas Extract: atlas.txt.gz Extract: compressionLookupTable.txt... 100% Extract: sharedGMMParameters.txt Extract: template.nii.gz... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\brainsight Extract: dcmimage_brainsightcoord.txt... 100% Extract: dcmimage_worldcoord.txt... 100% Extract: niiImage_brainsightcoord.txt... 100% Extract: niiImage_nifticoord.txt... 100% Extract: niiImage_nifticoord_empty.txt... 100% Extract: niiImage_nifticoord_gridfolder.txt... 100% Extract: niiImage_nifticoord_largefile.txt... 100% Extract: niiImage_nifticoord_no_samples.txt... 100% Extract: niiImage_nifticoord_no_targets.txt... 100% Extract: niiImage_niifticoord_mixedtargets.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328 Extract: Session.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\EntryTarget Extract: EntryTarget20120925115848265.xml... 100% Extract: EntryTarget20120925115855953.xml... 100% Extract: EntryTarget20120925115920968.xml... 100% Extract: EntryTarget20120925115930359.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\InstrumentMarkers Extract: LPS_InstrumentMarker20120925123537421.xml... 100% Extract: LPS_InstrumentMarker20120925124022687.xml... 100% Extract: LPS_InstrumentMarker20120925130011296.xml... 100% Extract: RAS_InstrumentMarker20170316160859032.xml... 100% Extract: RAS_InstrumentMarker20170403154022328.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\Registrations Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\Registrations\LocatorRegistrations Extract: BaseMarker20120925105020546.xml... 100% Extract: BaseMarker20120925105025765.xml... 100% Extract: BaseMarker20120925105215484.xml... 100% Extract: BaseMarker20120925105303984.xml... 100% Extract: BaseMarker20120925105318843.xml... 100% Extract: BaseMarker20120925105342281.xml... 100% Extract: BaseMarker20120925105342359.xml... 100% Extract: MixMarker20120925105020546.xml... 100% Extract: MixMarker20120925105025765.xml... 100% Extract: MixMarker20120925105215484.xml... 100% Extract: MixMarker20120925105342281.xml... 100% Extract: MixMarker20120925105451390.xml... 100% Extract: MixMarker20120925105502000.xml... 100% Extract: MixMarker20120925105514406.xml... 100% Extract: Registration20120925110424375.xml... 100% Extract: Selection20120925110424375.xml... 100% Extract: Transformation20120925110424375.xml... 100% Extract: TransformationRMS20120925110424375.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\SessionProgress Extract: Session20120925123537421.xml... 100% Extract: Session20120925124022687.xml... 100% Extract: Session20120925130011296.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\TMSTrigger Extract: TriggerData20210409152823690.xml... 100% Extract: TriggerData20210409170557579.xml... 100% Extract: TriggerData20210409170640075.xml... 100% Extract: TriggerData20210409170817799.xml... 100% Extract: TriggerMarkers_Coil0_20210409152823690.xml... 100% Extract: TriggerMarkers_Coil0_20210409170557579.xml... 100% Extract: TriggerMarkers_Coil0_20210409170640075.xml... 100% Extract: TriggerMarkers_Coil0_20210409170817799.xml... 100% Extract: TriggerMarkers_Coil1_20210409152823690.xml... 100% Extract: TriggerMarkers_Coil1_20210409170557579.xml... 100% Extract: TriggerMarkers_Coil1_20210409170640075.xml... 100% Extract: TriggerMarkers_Coil1_20210409170817799.xml... 100% Extract: no_pos_data_TriggerMarkers_Coil0_20200220155529299.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\localite\Session_20120925103137328\UsedVolumes Extract: Volumes20120925103137328.xml... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\_internal_resources\testing_files\nnav_testdata\softaxic Extract: neuronav_coil_test.stmpx... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\cli Extract: __init__.py Extract: add_tissues_to_upsampled.py... 100% Extract: calc_B.py... 100% Extract: ccd2nifti.py... 100% Extract: charm.py... 100% Extract: charm_tms.py... 100% Extract: convert_3_to_4.py... 100% Extract: download_coils.py... 100% Extract: eeg_positions.py... 100% Extract: expand_to_center_surround.py... 100% Extract: get_eeg_positions.py... 100% Extract: get_fields_at_coordinates.py... 100% Extract: maskmesh.py... 100% Extract: meshmesh.py... 100% Extract: mni2subject.py... 100% Extract: mni2subject_coords.py... 100% Extract: msh2cortex.py... 100% Extract: msh2nii.py... 100% Extract: nii2msh.py... 100% Extract: postinstall_simnibs.py... 100% Extract: register.py... 100% Extract: run_simnibs.py... 100% Extract: simnibs_gui.py... 100% Extract: subject2mni.py... 100% Extract: subject2mni_coords.py... 100% Extract: subject_atlas.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: add_tissues_to_upsampled.cpython-39.pyc... 100% Extract: calc_B.cpython-39.pyc... 100% Extract: ccd2nifti.cpython-39.pyc... 100% Extract: charm.cpython-39.pyc... 100% Extract: charm_tms.cpython-39.pyc... 100% Extract: convert_3_to_4.cpython-39.pyc... 100% Extract: download_coils.cpython-39.pyc... 100% Extract: eeg_positions.cpython-39.pyc... 100% Extract: expand_to_center_surround.cpython-39.pyc... 100% Extract: get_eeg_positions.cpython-39.pyc... 100% Extract: get_fields_at_coordinates.cpython-39.pyc... 100% Extract: maskmesh.cpython-39.pyc... 100% Extract: meshmesh.cpython-39.pyc... 100% Extract: mni2subject.cpython-39.pyc... 100% Extract: mni2subject_coords.cpython-39.pyc... 100% Extract: msh2cortex.cpython-39.pyc... 100% Extract: msh2nii.cpython-39.pyc... 100% Extract: nii2msh.cpython-39.pyc... 100% Extract: postinstall_simnibs.cpython-39.pyc... 100% Extract: register.cpython-39.pyc... 100% Extract: run_simnibs.cpython-39.pyc... 100% Extract: simnibs_gui.cpython-39.pyc... 100% Extract: subject2mni.cpython-39.pyc... 100% Extract: subject2mni_coords.cpython-39.pyc... 100% Extract: subject_atlas.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\cli\tests Extract: __init__.py Extract: test_ccd2nifti.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\cli\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_ccd2nifti.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\analysis Extract: example_get_data_from_fs_files.m... 100% Extract: example_get_data_from_msh.m... 100% Extract: group_average_fsavg.m... 100% Extract: group_average_fsavg.py... 100% Extract: group_average_mni.m... 100% Extract: group_average_mni.py... 100% Extract: roi_analysis_mni.m... 100% Extract: roi_analysis_mni.py... 100% Extract: roi_analysis_surf.m... 100% Extract: roi_analysis_surf.py... 100% Extract: transform_coordinates.m... 100% Extract: transform_coordinates.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\analysis\__pycache__ Extract: group_average_fsavg.cpython-39.pyc... 100% Extract: group_average_mni.cpython-39.pyc... 100% Extract: roi_analysis_mni.cpython-39.pyc... 100% Extract: roi_analysis_surf.cpython-39.pyc... 100% Extract: transform_coordinates.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\optimization Extract: TI_fields_leadfields.py... 100% Extract: leadfield.m... 100% Extract: leadfield.py... 100% Extract: tdcs_optimize.m... 100% Extract: tdcs_optimize.py... 100% Extract: tdcs_optimize_avoid.m... 100% Extract: tdcs_optimize_avoid.py... 100% Extract: tdcs_optimize_distributed.m... 100% Extract: tdcs_optimize_distributed.py... 100% Extract: tdcs_optimize_intensity.m... 100% Extract: tdcs_optimize_intensity.py... 100% Extract: tdcs_optimize_mni.m... 100% Extract: tdcs_optimize_mni.py... 100% Extract: tdcs_optimize_multi_target.m... 100% Extract: tdcs_optimize_multi_target.py... 100% Extract: tdcs_optimize_strength.m... 100% Extract: tdcs_optimize_strength.py... 100% Extract: tms_opt_refined.m... 100% Extract: tms_opt_refined.py... 100% Extract: tms_optimization.m... 100% Extract: tms_optimization.py... 100% Extract: tms_optimization_adm.m... 100% Extract: tms_optimization_adm.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\optimization\__pycache__ Extract: TI_fields_leadfields.cpython-39.pyc... 100% Extract: leadfield.cpython-39.pyc... 100% Extract: tdcs_optimize.cpython-39.pyc... 100% Extract: tdcs_optimize_avoid.cpython-39.pyc... 100% Extract: tdcs_optimize_distributed.cpython-39.pyc... 100% Extract: tdcs_optimize_intensity.cpython-39.pyc... 100% Extract: tdcs_optimize_mni.cpython-39.pyc... 100% Extract: tdcs_optimize_multi_target.cpython-39.pyc... 100% Extract: tdcs_optimize_strength.cpython-39.pyc... 100% Extract: tms_opt_refined.cpython-39.pyc... 100% Extract: tms_optimization.cpython-39.pyc... 100% Extract: tms_optimization_adm.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\simulations Extract: TACSchallenge.m... 100% Extract: TI.m... 100% Extract: TI.py... 100% Extract: TMS.m... 100% Extract: TMS.py... 100% Extract: TMS_MNI.m... 100% Extract: TMS_MNI.py... 100% Extract: run_simulations_group.m... 100% Extract: run_simulations_group.py... 100% Extract: simulation_custom_mesh.m... 100% Extract: simulation_custom_mesh.py... 100% Extract: tACSchallenge.py... 100% Extract: tDCS.m... 100% Extract: tDCS.py... 100% Extract: tDCS_Nx1.m... 100% Extract: tDCS_Nx1.py... 100% Extract: tDCS_advanced.m... 100% Extract: tDCS_advanced.py... 100% Extract: tDCS_ring.m... 100% Extract: tDCS_ring.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\simulations\__pycache__ Extract: TI.cpython-39.pyc... 100% Extract: TMS.cpython-39.pyc... 100% Extract: TMS_MNI.cpython-39.pyc... 100% Extract: run_simulations_group.cpython-39.pyc... 100% Extract: simulation_custom_mesh.cpython-39.pyc... 100% Extract: tACSchallenge.cpython-39.pyc... 100% Extract: tDCS.cpython-39.pyc... 100% Extract: tDCS_Nx1.cpython-39.pyc... 100% Extract: tDCS_advanced.cpython-39.pyc... 100% Extract: tDCS_ring.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\tests Extract: examples.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\tests\__pycache__ Extract: examples.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\tests\octave_compatibility Extract: mesh_show_surface.m Extract: repelem.m... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\uncertainty_quantification Extract: uncertainty_quantification.m... 100% Extract: uncertainty_quantification.py... 100% Extract: uq_secondary_quantities.py... 100% Extract: uq_setup_advanced.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\examples\uncertainty_quantification\__pycache__ Extract: uncertainty_quantification.cpython-39.pyc... 100% Extract: uq_secondary_quantities.cpython-39.pyc... 100% Extract: uq_setup_advanced.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external Extract: __init__.py Extract: b02b0_nosubsamp.cnf... 100% Extract: d2c_check.opt... 100% Extract: dwi2cond... 100% Extract: dwi2cond.check.source.sh... 100% Extract: dwi2cond.functions.source.sh... 100% Extract: dwi2cond.prepro.source.sh... 100% Extract: dwi2cond.t1reg.source.sh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\bin Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\bin\win Extract: CAT_Central2Pial.exe... 100% Extract: CAT_DeformSurf.exe... 100% Extract: CAT_FixTopology.exe... 100% Extract: CAT_MarkDefects.exe... 100% Extract: CAT_RefineMesh.exe... 100% Extract: CAT_Surf2Sphere.exe... 100% Extract: CAT_WarpSurf.exe... 100% Extract: cygblas-0.dll... 100% Extract: cygwin1.dll... 100% Extract: gmsh.exe... 100% Extract: meshfix.exe... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7 Extract: .hgeol... 100% Extract: .hgignore... 100% Extract: CMakeLists.txt... 100% Extract: COPYING.BSD... 100% Extract: COPYING.GPL... 100% Extract: COPYING.LGPL... 100% Extract: COPYING.MINPACK... 100% Extract: COPYING.MPL2... 100% Extract: COPYING.README... 100% Extract: CTestConfig.cmake... 100% Extract: CTestCustom.cmake.in... 100% Extract: INSTALL... 100% Extract: README.md... 100% Extract: eigen3.pc.in... 100% Extract: signature_of_eigen3_matrix_library... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen Extract: CMakeLists.txt... 100% Extract: Cholesky... 100% Extract: CholmodSupport... 100% Extract: Core... 100% Extract: Dense... 100% Extract: Eigen Extract: Eigenvalues... 100% Extract: Geometry... 100% Extract: Householder... 100% Extract: IterativeLinearSolvers... 100% Extract: Jacobi... 100% Extract: LU... 100% Extract: MetisSupport... 100% Extract: OrderingMethods... 100% Extract: PaStiXSupport... 100% Extract: PardisoSupport... 100% Extract: QR... 100% Extract: QtAlignedMalloc... 100% Extract: SPQRSupport... 100% Extract: SVD... 100% Extract: Sparse... 100% Extract: SparseCholesky... 100% Extract: SparseCore... 100% Extract: SparseLU... 100% Extract: SparseQR... 100% Extract: StdDeque... 100% Extract: StdList... 100% Extract: StdVector... 100% Extract: SuperLUSupport... 100% Extract: UmfPackSupport... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Cholesky Extract: LDLT.h... 100% Extract: LLT.h... 100% Extract: LLT_LAPACKE.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\CholmodSupport Extract: CholmodSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core Extract: Array.h... 100% Extract: ArrayBase.h... 100% Extract: ArrayWrapper.h... 100% Extract: Assign.h... 100% Extract: AssignEvaluator.h... 100% Extract: Assign_MKL.h... 100% Extract: BandMatrix.h... 100% Extract: Block.h... 100% Extract: BooleanRedux.h... 100% Extract: CommaInitializer.h... 100% Extract: ConditionEstimator.h... 100% Extract: CoreEvaluators.h... 100% Extract: CoreIterators.h... 100% Extract: CwiseBinaryOp.h... 100% Extract: CwiseNullaryOp.h... 100% Extract: CwiseTernaryOp.h... 100% Extract: CwiseUnaryOp.h... 100% Extract: CwiseUnaryView.h... 100% Extract: DenseBase.h... 100% Extract: DenseCoeffsBase.h... 100% Extract: DenseStorage.h... 100% Extract: Diagonal.h... 100% Extract: DiagonalMatrix.h... 100% Extract: DiagonalProduct.h... 100% Extract: Dot.h... 100% Extract: EigenBase.h... 100% Extract: ForceAlignedAccess.h... 100% Extract: Fuzzy.h... 100% Extract: GeneralProduct.h... 100% Extract: GenericPacketMath.h... 100% Extract: GlobalFunctions.h... 100% Extract: IO.h... 100% Extract: Inverse.h... 100% Extract: Map.h... 100% Extract: MapBase.h... 100% Extract: MathFunctions.h... 100% Extract: MathFunctionsImpl.h... 100% Extract: Matrix.h... 100% Extract: MatrixBase.h... 100% Extract: NestByValue.h... 100% Extract: NoAlias.h... 100% Extract: NumTraits.h... 100% Extract: PermutationMatrix.h... 100% Extract: PlainObjectBase.h... 100% Extract: Product.h... 100% Extract: ProductEvaluators.h... 100% Extract: Random.h... 100% Extract: Redux.h... 100% Extract: Ref.h... 100% Extract: Replicate.h... 100% Extract: ReturnByValue.h... 100% Extract: Reverse.h... 100% Extract: Select.h... 100% Extract: SelfAdjointView.h... 100% Extract: SelfCwiseBinaryOp.h... 100% Extract: Solve.h... 100% Extract: SolveTriangular.h... 100% Extract: SolverBase.h... 100% Extract: StableNorm.h... 100% Extract: Stride.h... 100% Extract: Swap.h... 100% Extract: Transpose.h... 100% Extract: Transpositions.h... 100% Extract: TriangularMatrix.h... 100% Extract: VectorBlock.h... 100% Extract: VectorwiseOp.h... 100% Extract: Visitor.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\AVX Extract: Complex.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Extract: TypeCasting.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\AVX512 Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\AltiVec Extract: Complex.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\CUDA Extract: Complex.h... 100% Extract: Half.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Extract: PacketMathHalf.h... 100% Extract: TypeCasting.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\Default Extract: ConjHelper.h... 100% Extract: Settings.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\NEON Extract: Complex.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\SSE Extract: Complex.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Extract: TypeCasting.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\arch\ZVector Extract: Complex.h... 100% Extract: MathFunctions.h... 100% Extract: PacketMath.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\functors Extract: AssignmentFunctors.h... 100% Extract: BinaryFunctors.h... 100% Extract: NullaryFunctors.h... 100% Extract: StlFunctors.h... 100% Extract: TernaryFunctors.h... 100% Extract: UnaryFunctors.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\products Extract: GeneralBlockPanelKernel.h... 100% Extract: GeneralMatrixMatrix.h... 100% Extract: GeneralMatrixMatrixTriangular.h... 100% Extract: GeneralMatrixMatrixTriangular_BLAS.h... 100% Extract: GeneralMatrixMatrix_BLAS.h... 100% Extract: GeneralMatrixVector.h... 100% Extract: GeneralMatrixVector_BLAS.h... 100% Extract: Parallelizer.h... 100% Extract: SelfadjointMatrixMatrix.h... 100% Extract: SelfadjointMatrixMatrix_BLAS.h... 100% Extract: SelfadjointMatrixVector.h... 100% Extract: SelfadjointMatrixVector_BLAS.h... 100% Extract: SelfadjointProduct.h... 100% Extract: SelfadjointRank2Update.h... 100% Extract: TriangularMatrixMatrix.h... 100% Extract: TriangularMatrixMatrix_BLAS.h... 100% Extract: TriangularMatrixVector.h... 100% Extract: TriangularMatrixVector_BLAS.h... 100% Extract: TriangularSolverMatrix.h... 100% Extract: TriangularSolverMatrix_BLAS.h... 100% Extract: TriangularSolverVector.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Core\util Extract: BlasUtil.h... 100% Extract: Constants.h... 100% Extract: DisableStupidWarnings.h... 100% Extract: ForwardDeclarations.h... 100% Extract: MKL_support.h... 100% Extract: Macros.h... 100% Extract: Memory.h... 100% Extract: Meta.h... 100% Extract: NonMPL2.h... 100% Extract: ReenableStupidWarnings.h... 100% Extract: StaticAssert.h... 100% Extract: XprHelper.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Eigenvalues Extract: ComplexEigenSolver.h... 100% Extract: ComplexSchur.h... 100% Extract: ComplexSchur_LAPACKE.h... 100% Extract: EigenSolver.h... 100% Extract: GeneralizedEigenSolver.h... 100% Extract: GeneralizedSelfAdjointEigenSolver.h... 100% Extract: HessenbergDecomposition.h... 100% Extract: MatrixBaseEigenvalues.h... 100% Extract: RealQZ.h... 100% Extract: RealSchur.h... 100% Extract: RealSchur_LAPACKE.h... 100% Extract: SelfAdjointEigenSolver.h... 100% Extract: SelfAdjointEigenSolver_LAPACKE.h... 100% Extract: Tridiagonalization.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Geometry Extract: AlignedBox.h... 100% Extract: AngleAxis.h... 100% Extract: EulerAngles.h... 100% Extract: Homogeneous.h... 100% Extract: Hyperplane.h... 100% Extract: OrthoMethods.h... 100% Extract: ParametrizedLine.h... 100% Extract: Quaternion.h... 100% Extract: Rotation2D.h... 100% Extract: RotationBase.h... 100% Extract: Scaling.h... 100% Extract: Transform.h... 100% Extract: Translation.h... 100% Extract: Umeyama.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Geometry\arch Extract: Geometry_SSE.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Householder Extract: BlockHouseholder.h... 100% Extract: Householder.h... 100% Extract: HouseholderSequence.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\IterativeLinearSolvers Extract: BasicPreconditioners.h... 100% Extract: BiCGSTAB.h... 100% Extract: ConjugateGradient.h... 100% Extract: IncompleteCholesky.h... 100% Extract: IncompleteLUT.h... 100% Extract: IterativeSolverBase.h... 100% Extract: LeastSquareConjugateGradient.h... 100% Extract: SolveWithGuess.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\Jacobi Extract: Jacobi.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\LU Extract: Determinant.h... 100% Extract: FullPivLU.h... 100% Extract: InverseImpl.h... 100% Extract: PartialPivLU.h... 100% Extract: PartialPivLU_LAPACKE.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\LU\arch Extract: Inverse_SSE.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\MetisSupport Extract: MetisSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\OrderingMethods Extract: Amd.h... 100% Extract: Eigen_Colamd.h... 100% Extract: Ordering.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\PaStiXSupport Extract: PaStiXSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\PardisoSupport Extract: PardisoSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\QR Extract: ColPivHouseholderQR.h... 100% Extract: ColPivHouseholderQR_LAPACKE.h... 100% Extract: CompleteOrthogonalDecomposition.h... 100% Extract: FullPivHouseholderQR.h... 100% Extract: HouseholderQR.h... 100% Extract: HouseholderQR_LAPACKE.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SPQRSupport Extract: SuiteSparseQRSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SVD Extract: BDCSVD.h... 100% Extract: JacobiSVD.h... 100% Extract: JacobiSVD_LAPACKE.h... 100% Extract: SVDBase.h... 100% Extract: UpperBidiagonalization.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SparseCholesky Extract: SimplicialCholesky.h... 100% Extract: SimplicialCholesky_impl.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SparseCore Extract: AmbiVector.h... 100% Extract: CompressedStorage.h... 100% Extract: ConservativeSparseSparseProduct.h... 100% Extract: MappedSparseMatrix.h... 100% Extract: SparseAssign.h... 100% Extract: SparseBlock.h... 100% Extract: SparseColEtree.h... 100% Extract: SparseCompressedBase.h... 100% Extract: SparseCwiseBinaryOp.h... 100% Extract: SparseCwiseUnaryOp.h... 100% Extract: SparseDenseProduct.h... 100% Extract: SparseDiagonalProduct.h... 100% Extract: SparseDot.h... 100% Extract: SparseFuzzy.h... 100% Extract: SparseMap.h... 100% Extract: SparseMatrix.h... 100% Extract: SparseMatrixBase.h... 100% Extract: SparsePermutation.h... 100% Extract: SparseProduct.h... 100% Extract: SparseRedux.h... 100% Extract: SparseRef.h... 100% Extract: SparseSelfAdjointView.h... 100% Extract: SparseSolverBase.h... 100% Extract: SparseSparseProductWithPruning.h... 100% Extract: SparseTranspose.h... 100% Extract: SparseTriangularView.h... 100% Extract: SparseUtil.h... 100% Extract: SparseVector.h... 100% Extract: SparseView.h... 100% Extract: TriangularSolver.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SparseLU Extract: SparseLU.h... 100% Extract: SparseLUImpl.h... 100% Extract: SparseLU_Memory.h... 100% Extract: SparseLU_Structs.h... 100% Extract: SparseLU_SupernodalMatrix.h... 100% Extract: SparseLU_Utils.h... 100% Extract: SparseLU_column_bmod.h... 100% Extract: SparseLU_column_dfs.h... 100% Extract: SparseLU_copy_to_ucol.h... 100% Extract: SparseLU_gemm_kernel.h... 100% Extract: SparseLU_heap_relax_snode.h... 100% Extract: SparseLU_kernel_bmod.h... 100% Extract: SparseLU_panel_bmod.h... 100% Extract: SparseLU_panel_dfs.h... 100% Extract: SparseLU_pivotL.h... 100% Extract: SparseLU_pruneL.h... 100% Extract: SparseLU_relax_snode.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SparseQR Extract: SparseQR.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\StlSupport Extract: StdDeque.h... 100% Extract: StdList.h... 100% Extract: StdVector.h... 100% Extract: details.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\SuperLUSupport Extract: SuperLUSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\UmfPackSupport Extract: UmfPackSupport.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\misc Extract: Image.h... 100% Extract: Kernel.h... 100% Extract: RealSvd2x2.h... 100% Extract: blas.h... 100% Extract: lapack.h... 100% Extract: lapacke.h... 100% Extract: lapacke_mangling.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\Eigen\src\plugins Extract: ArrayCwiseBinaryOps.h... 100% Extract: ArrayCwiseUnaryOps.h... 100% Extract: BlockMethods.h... 100% Extract: CommonCwiseBinaryOps.h... 100% Extract: CommonCwiseUnaryOps.h... 100% Extract: MatrixCwiseBinaryOps.h... 100% Extract: MatrixCwiseUnaryOps.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench Extract: BenchSparseUtil.h... 100% Extract: BenchTimer.h... 100% Extract: BenchUtil.h... 100% Extract: README.txt... 100% Extract: analyze-blocking-sizes.cpp... 100% Extract: basicbench.cxxlist... 100% Extract: basicbenchmark.cpp... 100% Extract: basicbenchmark.h... 100% Extract: benchBlasGemm.cpp... 100% Extract: benchCholesky.cpp... 100% Extract: benchEigenSolver.cpp... 100% Extract: benchFFT.cpp... 100% Extract: benchGeometry.cpp... 100% Extract: benchVecAdd.cpp... 100% Extract: bench_gemm.cpp... 100% Extract: bench_multi_compilers.sh... 100% Extract: bench_norm.cpp... 100% Extract: bench_reverse.cpp... 100% Extract: bench_sum.cpp... 100% Extract: bench_unrolling... 100% Extract: benchmark-blocking-sizes.cpp... 100% Extract: benchmark.cpp... 100% Extract: benchmarkSlice.cpp... 100% Extract: benchmarkX.cpp... 100% Extract: benchmarkXcwise.cpp... 100% Extract: benchmark_suite... 100% Extract: check_cache_queries.cpp... 100% Extract: dense_solvers.cpp... 100% Extract: eig33.cpp... 100% Extract: geometry.cpp... 100% Extract: product_threshold.cpp... 100% Extract: quat_slerp.cpp... 100% Extract: quatmul.cpp... 100% Extract: sparse_cholesky.cpp... 100% Extract: sparse_dense_product.cpp... 100% Extract: sparse_lu.cpp... 100% Extract: sparse_product.cpp... 100% Extract: sparse_randomsetter.cpp... 100% Extract: sparse_setter.cpp... 100% Extract: sparse_transpose.cpp... 100% Extract: sparse_trisolver.cpp... 100% Extract: spmv.cpp... 100% Extract: vdw_new.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl Extract: CMakeLists.txt... 100% Extract: COPYING... 100% Extract: README... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\actions Extract: action_aat_product.hh... 100% Extract: action_ata_product.hh... 100% Extract: action_atv_product.hh... 100% Extract: action_axpby.hh... 100% Extract: action_axpy.hh... 100% Extract: action_cholesky.hh... 100% Extract: action_ger.hh... 100% Extract: action_hessenberg.hh... 100% Extract: action_lu_decomp.hh... 100% Extract: action_lu_solve.hh... 100% Extract: action_matrix_matrix_product.hh... 100% Extract: action_matrix_matrix_product_bis.hh... 100% Extract: action_matrix_vector_product.hh... 100% Extract: action_partial_lu.hh... 100% Extract: action_rot.hh... 100% Extract: action_symv.hh... 100% Extract: action_syr2.hh... 100% Extract: action_trisolve.hh... 100% Extract: action_trisolve_matrix.hh... 100% Extract: action_trmm.hh... 100% Extract: basic_actions.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\cmake Extract: FindACML.cmake... 100% Extract: FindATLAS.cmake... 100% Extract: FindBLAZE.cmake... 100% Extract: FindBlitz.cmake... 100% Extract: FindCBLAS.cmake... 100% Extract: FindGMM.cmake... 100% Extract: FindMKL.cmake... 100% Extract: FindMTL4.cmake... 100% Extract: FindOPENBLAS.cmake... 100% Extract: FindPackageHandleStandardArgs.cmake... 100% Extract: FindTvmet.cmake... 100% Extract: MacroOptionalAddSubdirectory.cmake... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\data Extract: CMakeLists.txt... 100% Extract: action_settings.txt... 100% Extract: gnuplot_common_settings.hh... 100% Extract: go_mean... 100% Extract: mean.cxx... 100% Extract: mk_gnuplot_script.sh... 100% Extract: mk_mean_script.sh... 100% Extract: mk_new_gnuplot.sh... 100% Extract: perlib_plot_settings.txt... 100% Extract: regularize.cxx... 100% Extract: smooth.cxx... 100% Extract: smooth_all.sh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\generic_bench Extract: bench.hh... 100% Extract: bench_parameter.hh... 100% Extract: btl.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\generic_bench\init Extract: init_function.hh... 100% Extract: init_matrix.hh... 100% Extract: init_vector.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\generic_bench\static Extract: bench_static.hh... 100% Extract: intel_bench_fixed_size.hh... 100% Extract: static_size_generator.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\generic_bench\timers Extract: STL_perf_analyzer.hh... 100% Extract: STL_timer.hh... 100% Extract: mixed_perf_analyzer.hh... 100% Extract: portable_perf_analyzer.hh... 100% Extract: portable_perf_analyzer_old.hh... 100% Extract: portable_timer.hh... 100% Extract: x86_perf_analyzer.hh... 100% Extract: x86_timer.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\generic_bench\utils Extract: size_lin_log.hh... 100% Extract: size_log.hh... 100% Extract: utilities.h... 100% Extract: xy_file.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\BLAS Extract: CMakeLists.txt... 100% Extract: blas.h... 100% Extract: blas_interface.hh... 100% Extract: blas_interface_impl.hh... 100% Extract: c_interface_base.h... 100% Extract: main.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\STL Extract: CMakeLists.txt Extract: STL_interface.hh... 100% Extract: main.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\blaze Extract: CMakeLists.txt... 100% Extract: blaze_interface.hh... 100% Extract: main.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\blitz Extract: CMakeLists.txt... 100% Extract: blitz_LU_solve_interface.hh... 100% Extract: blitz_interface.hh... 100% Extract: btl_blitz.cpp... 100% Extract: btl_tiny_blitz.cpp... 100% Extract: tiny_blitz_interface.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\eigen2 Extract: CMakeLists.txt... 100% Extract: btl_tiny_eigen2.cpp... 100% Extract: eigen2_interface.hh... 100% Extract: main_adv.cpp... 100% Extract: main_linear.cpp... 100% Extract: main_matmat.cpp... 100% Extract: main_vecmat.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\eigen3 Extract: CMakeLists.txt... 100% Extract: btl_tiny_eigen3.cpp... 100% Extract: eigen3_interface.hh... 100% Extract: main_adv.cpp... 100% Extract: main_linear.cpp... 100% Extract: main_matmat.cpp... 100% Extract: main_vecmat.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\gmm Extract: CMakeLists.txt... 100% Extract: gmm_LU_solve_interface.hh... 100% Extract: gmm_interface.hh... 100% Extract: main.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\mtl4 Extract: .kdbgrc.main... 100% Extract: CMakeLists.txt... 100% Extract: main.cpp... 100% Extract: mtl4_LU_solve_interface.hh... 100% Extract: mtl4_interface.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\tensors Extract: CMakeLists.txt... 100% Extract: main_linear.cpp... 100% Extract: main_matmat.cpp... 100% Extract: main_vecmat.cpp... 100% Extract: tensor_interface.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\tvmet Extract: CMakeLists.txt... 100% Extract: main.cpp... 100% Extract: tvmet_interface.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\btl\libs\ublas Extract: CMakeLists.txt... 100% Extract: main.cpp... 100% Extract: ublas_interface.hh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\perf_monitoring Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\perf_monitoring\gemm Extract: changesets.txt... 100% Extract: gemm.cpp... 100% Extract: gemm_settings.txt... 100% Extract: lazy_gemm.cpp... 100% Extract: lazy_gemm_settings.txt... 100% Extract: make_plot.sh... 100% Extract: run.sh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\spbench Extract: CMakeLists.txt... 100% Extract: sp_solver.cpp... 100% Extract: spbench.dtd... 100% Extract: spbenchsolver.cpp... 100% Extract: spbenchsolver.h... 100% Extract: spbenchstyle.h... 100% Extract: test_sparseLU.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\bench\tensors Extract: README... 100% Extract: benchmark.h... 100% Extract: benchmark_main.cc... 100% Extract: contraction_benchmarks_cpu.cc... 100% Extract: tensor_benchmarks.h... 100% Extract: tensor_benchmarks_cpu.cc... 100% Extract: tensor_benchmarks_fp16_gpu.cu... 100% Extract: tensor_benchmarks_gpu.cu... 100% Extract: tensor_benchmarks_sycl.cc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\blas Extract: BandTriangularSolver.h... 100% Extract: CMakeLists.txt... 100% Extract: GeneralRank1Update.h... 100% Extract: PackedSelfadjointProduct.h... 100% Extract: PackedTriangularMatrixVector.h... 100% Extract: PackedTriangularSolverVector.h... 100% Extract: README.txt... 100% Extract: Rank2Update.h... 100% Extract: common.h... 100% Extract: complex_double.cpp... 100% Extract: complex_single.cpp... 100% Extract: double.cpp... 100% Extract: level1_cplx_impl.h... 100% Extract: level1_impl.h... 100% Extract: level1_real_impl.h... 100% Extract: level2_cplx_impl.h... 100% Extract: level2_impl.h... 100% Extract: level2_real_impl.h... 100% Extract: level3_impl.h... 100% Extract: single.cpp... 100% Extract: xerbla.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\blas\f2c Extract: chbmv.c... 100% Extract: chpmv.c... 100% Extract: complexdots.c... 100% Extract: ctbmv.c... 100% Extract: d_cnjg.c... 100% Extract: datatypes.h... 100% Extract: drotm.c... 100% Extract: drotmg.c... 100% Extract: dsbmv.c... 100% Extract: dspmv.c... 100% Extract: dtbmv.c... 100% Extract: lsame.c... 100% Extract: r_cnjg.c... 100% Extract: srotm.c... 100% Extract: srotmg.c... 100% Extract: ssbmv.c... 100% Extract: sspmv.c... 100% Extract: stbmv.c... 100% Extract: zhbmv.c... 100% Extract: zhpmv.c... 100% Extract: ztbmv.c... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\blas\fortran Extract: complexdots.f... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\blas\testing Extract: CMakeLists.txt... 100% Extract: cblat1.f... 100% Extract: cblat2.dat... 100% Extract: cblat2.f... 100% Extract: cblat3.dat... 100% Extract: cblat3.f... 100% Extract: dblat1.f... 100% Extract: dblat2.dat... 100% Extract: dblat2.f... 100% Extract: dblat3.dat... 100% Extract: dblat3.f... 100% Extract: runblastest.sh... 100% Extract: sblat1.f... 100% Extract: sblat2.dat... 100% Extract: sblat2.f... 100% Extract: sblat3.dat... 100% Extract: sblat3.f... 100% Extract: zblat1.f... 100% Extract: zblat2.dat... 100% Extract: zblat2.f... 100% Extract: zblat3.dat... 100% Extract: zblat3.f... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\cmake Extract: Eigen3Config.cmake.in... 100% Extract: Eigen3ConfigLegacy.cmake.in... 100% Extract: EigenConfigureTesting.cmake... 100% Extract: EigenDetermineOSVersion.cmake... 100% Extract: EigenDetermineVSServicePack.cmake... 100% Extract: EigenTesting.cmake... 100% Extract: EigenUninstall.cmake... 100% Extract: FindAdolc.cmake... 100% Extract: FindBLAS.cmake... 100% Extract: FindBLASEXT.cmake... 100% Extract: FindCholmod.cmake... 100% Extract: FindComputeCpp.cmake... 100% Extract: FindEigen2.cmake... 100% Extract: FindEigen3.cmake... 100% Extract: FindFFTW.cmake... 100% Extract: FindGLEW.cmake... 100% Extract: FindGMP.cmake... 100% Extract: FindGSL.cmake... 100% Extract: FindGoogleHash.cmake... 100% Extract: FindHWLOC.cmake... 100% Extract: FindLAPACK.cmake... 100% Extract: FindMPFR.cmake... 100% Extract: FindMetis.cmake... 100% Extract: FindPTSCOTCH.cmake... 100% Extract: FindPastix.cmake... 100% Extract: FindSPQR.cmake... 100% Extract: FindScotch.cmake... 100% Extract: FindStandardMathLibrary.cmake... 100% Extract: FindSuperLU.cmake... 100% Extract: FindUmfpack.cmake... 100% Extract: RegexUtils.cmake... 100% Extract: UseEigen3.cmake... 100% Extract: language_support.cmake... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\debug Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\debug\gdb Extract: __init__.py Extract: printers.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\debug\gdb\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: printers.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\debug\msvc Extract: eigen.natvis... 100% Extract: eigen_autoexp_part.dat... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\demos Extract: CMakeLists.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\demos\mandelbrot Extract: CMakeLists.txt... 100% Extract: README... 100% Extract: mandelbrot.cpp... 100% Extract: mandelbrot.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\demos\mix_eigen_and_c Extract: README... 100% Extract: binary_library.cpp... 100% Extract: binary_library.h... 100% Extract: example.c... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\demos\opengl Extract: CMakeLists.txt... 100% Extract: README... 100% Extract: camera.cpp... 100% Extract: camera.h... 100% Extract: gpuhelper.cpp... 100% Extract: gpuhelper.h... 100% Extract: icosphere.cpp... 100% Extract: icosphere.h... 100% Extract: quaternion_demo.cpp... 100% Extract: quaternion_demo.h... 100% Extract: trackball.cpp... 100% Extract: trackball.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\doc Extract: A05_PortingFrom2To3.dox... 100% Extract: AsciiQuickReference.txt... 100% Extract: B01_Experimental.dox... 100% Extract: CMakeLists.txt... 100% Extract: ClassHierarchy.dox... 100% Extract: CoeffwiseMathFunctionsTable.dox... 100% Extract: CustomizingEigen_CustomScalar.dox... 100% Extract: CustomizingEigen_InheritingMatrix.dox... 100% Extract: CustomizingEigen_NullaryExpr.dox... 100% Extract: CustomizingEigen_Plugins.dox... 100% Extract: DenseDecompositionBenchmark.dox... 100% Extract: Doxyfile.in... 100% Extract: Eigen_Silly_Professor_64x64.png Extract: FixedSizeVectorizable.dox... 100% Extract: FunctionsTakingEigenTypes.dox... 100% Extract: HiPerformance.dox... 100% Extract: InplaceDecomposition.dox... 100% Extract: InsideEigenExample.dox... 100% Extract: LeastSquares.dox... 100% Extract: Manual.dox... 100% Extract: MatrixfreeSolverExample.dox... 100% Extract: NewExpressionType.dox... 100% Extract: Overview.dox... 100% Extract: PassingByValue.dox... 100% Extract: Pitfalls.dox... 100% Extract: PreprocessorDirectives.dox... 100% Extract: QuickReference.dox... 100% Extract: QuickStartGuide.dox... 100% Extract: SparseLinearSystems.dox... 100% Extract: SparseQuickReference.dox... 100% Extract: StlContainers.dox... 100% Extract: StorageOrders.dox... 100% Extract: StructHavingEigenMembers.dox... 100% Extract: TemplateKeyword.dox... 100% Extract: TopicAliasing.dox... 100% Extract: TopicAssertions.dox... 100% Extract: TopicCMakeGuide.dox... 100% Extract: TopicEigenExpressionTemplates.dox... 100% Extract: TopicLazyEvaluation.dox... 100% Extract: TopicLinearAlgebraDecompositions.dox... 100% Extract: TopicMultithreading.dox... 100% Extract: TopicResizing.dox... 100% Extract: TopicScalarTypes.dox... 100% Extract: TopicVectorization.dox... 100% Extract: TutorialAdvancedInitialization.dox... 100% Extract: TutorialArrayClass.dox... 100% Extract: TutorialBlockOperations.dox... 100% Extract: TutorialGeometry.dox... 100% Extract: TutorialLinearAlgebra.dox... 100% Extract: TutorialMapClass.dox... 100% Extract: TutorialMatrixArithmetic.dox... 100% Extract: TutorialMatrixClass.dox... 100% Extract: TutorialReductionsVisitorsBroadcasting.dox... 100% Extract: TutorialReshapeSlicing.dox... 100% Extract: TutorialSparse.dox... 100% Extract: TutorialSparse_example_details.dox... 100% Extract: UnalignedArrayAssert.dox... 100% Extract: UsingBlasLapackBackends.dox... 100% Extract: UsingIntelMKL.dox... 100% Extract: UsingNVCC.dox... 100% Extract: WrongStackAlignment.dox... 100% Extract: eigen_navtree_hacks.js... 100% Extract: eigendoxy.css... 100% Extract: eigendoxy_footer.html.in... 100% Extract: eigendoxy_header.html.in... 100% Extract: eigendoxy_layout.xml.in... 100% Extract: eigendoxy_tabs.css... 100% Extract: ftv2node.png Extract: ftv2pnode.png Extract: tutorial.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\doc\examples Extract: .krazy Extract: CMakeLists.txt... 100% Extract: CustomizingEigen_Inheritance.cpp... 100% Extract: Cwise_erf.cpp... 100% Extract: Cwise_erfc.cpp... 100% Extract: Cwise_lgamma.cpp... 100% Extract: DenseBase_middleCols_int.cpp... 100% Extract: DenseBase_middleRows_int.cpp... 100% Extract: DenseBase_template_int_middleCols.cpp... 100% Extract: DenseBase_template_int_middleRows.cpp... 100% Extract: QuickStart_example.cpp... 100% Extract: QuickStart_example2_dynamic.cpp... 100% Extract: QuickStart_example2_fixed.cpp... 100% Extract: TemplateKeyword_flexible.cpp... 100% Extract: TemplateKeyword_simple.cpp... 100% Extract: TutorialInplaceLU.cpp... 100% Extract: TutorialLinAlgComputeTwice.cpp... 100% Extract: TutorialLinAlgExComputeSolveError.cpp... 100% Extract: TutorialLinAlgExSolveColPivHouseholderQR.cpp... 100% Extract: TutorialLinAlgExSolveLDLT.cpp... 100% Extract: TutorialLinAlgInverseDeterminant.cpp... 100% Extract: TutorialLinAlgRankRevealing.cpp... 100% Extract: TutorialLinAlgSVDSolve.cpp... 100% Extract: TutorialLinAlgSelfAdjointEigenSolver.cpp... 100% Extract: TutorialLinAlgSetThreshold.cpp... 100% Extract: Tutorial_ArrayClass_accessors.cpp... 100% Extract: Tutorial_ArrayClass_addition.cpp... 100% Extract: Tutorial_ArrayClass_cwise_other.cpp... 100% Extract: Tutorial_ArrayClass_interop.cpp... 100% Extract: Tutorial_ArrayClass_interop_matrix.cpp... 100% Extract: Tutorial_ArrayClass_mult.cpp... 100% Extract: Tutorial_BlockOperations_block_assignment.cpp... 100% Extract: Tutorial_BlockOperations_colrow.cpp... 100% Extract: Tutorial_BlockOperations_corner.cpp... 100% Extract: Tutorial_BlockOperations_print_block.cpp... 100% Extract: Tutorial_BlockOperations_vector.cpp... 100% Extract: Tutorial_PartialLU_solve.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp... 100% Extract: Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp... 100% Extract: Tutorial_simple_example_dynamic_size.cpp... 100% Extract: Tutorial_simple_example_fixed_size.cpp... 100% Extract: class_Block.cpp... 100% Extract: class_CwiseBinaryOp.cpp... 100% Extract: class_CwiseUnaryOp.cpp... 100% Extract: class_CwiseUnaryOp_ptrfun.cpp... 100% Extract: class_FixedBlock.cpp... 100% Extract: class_FixedVectorBlock.cpp... 100% Extract: class_VectorBlock.cpp... 100% Extract: function_taking_eigenbase.cpp... 100% Extract: function_taking_ref.cpp... 100% Extract: make_circulant.cpp... 100% Extract: make_circulant.cpp.entry... 100% Extract: make_circulant.cpp.evaluator... 100% Extract: make_circulant.cpp.expression... 100% Extract: make_circulant.cpp.main... 100% Extract: make_circulant.cpp.preamble... 100% Extract: make_circulant.cpp.traits... 100% Extract: make_circulant2.cpp... 100% Extract: matrixfree_cg.cpp... 100% Extract: nullary_indexing.cpp... 100% Extract: tut_arithmetic_add_sub.cpp... 100% Extract: tut_arithmetic_dot_cross.cpp... 100% Extract: tut_arithmetic_matrix_mul.cpp... 100% Extract: tut_arithmetic_redux_basic.cpp... 100% Extract: tut_arithmetic_scalar_mul_div.cpp... 100% Extract: tut_matrix_coefficient_accessors.cpp... 100% Extract: tut_matrix_resize.cpp... 100% Extract: tut_matrix_resize_fixed_size.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\doc\snippets Extract: .krazy Extract: AngleAxis_mimic_euler.cpp... 100% Extract: BiCGSTAB_simple.cpp... 100% Extract: BiCGSTAB_step_by_step.cpp... 100% Extract: CMakeLists.txt... 100% Extract: ColPivHouseholderQR_solve.cpp... 100% Extract: ComplexEigenSolver_compute.cpp... 100% Extract: ComplexEigenSolver_eigenvalues.cpp... 100% Extract: ComplexEigenSolver_eigenvectors.cpp... 100% Extract: ComplexSchur_compute.cpp... 100% Extract: ComplexSchur_matrixT.cpp... 100% Extract: ComplexSchur_matrixU.cpp... 100% Extract: Cwise_abs.cpp Extract: Cwise_abs2.cpp Extract: Cwise_acos.cpp Extract: Cwise_arg.cpp... 100% Extract: Cwise_array_power_array.cpp... 100% Extract: Cwise_asin.cpp Extract: Cwise_atan.cpp Extract: Cwise_boolean_and.cpp Extract: Cwise_boolean_not.cpp... 100% Extract: Cwise_boolean_or.cpp Extract: Cwise_boolean_xor.cpp Extract: Cwise_ceil.cpp... 100% Extract: Cwise_cos.cpp Extract: Cwise_cosh.cpp Extract: Cwise_cube.cpp Extract: Cwise_equal_equal.cpp Extract: Cwise_exp.cpp Extract: Cwise_floor.cpp... 100% Extract: Cwise_greater.cpp Extract: Cwise_greater_equal.cpp Extract: Cwise_inverse.cpp Extract: Cwise_isFinite.cpp... 100% Extract: Cwise_isInf.cpp... 100% Extract: Cwise_isNaN.cpp... 100% Extract: Cwise_less.cpp Extract: Cwise_less_equal.cpp Extract: Cwise_log.cpp Extract: Cwise_log10.cpp Extract: Cwise_max.cpp Extract: Cwise_min.cpp Extract: Cwise_minus.cpp Extract: Cwise_minus_equal.cpp Extract: Cwise_not_equal.cpp Extract: Cwise_plus.cpp Extract: Cwise_plus_equal.cpp Extract: Cwise_pow.cpp Extract: Cwise_product.cpp... 100% Extract: Cwise_quotient.cpp Extract: Cwise_round.cpp... 100% Extract: Cwise_scalar_power_array.cpp Extract: Cwise_sign.cpp Extract: Cwise_sin.cpp Extract: Cwise_sinh.cpp Extract: Cwise_slash_equal.cpp Extract: Cwise_sqrt.cpp Extract: Cwise_square.cpp Extract: Cwise_tan.cpp Extract: Cwise_tanh.cpp Extract: Cwise_times_equal.cpp Extract: DenseBase_LinSpaced.cpp... 100% Extract: DenseBase_LinSpacedInt.cpp... 100% Extract: DenseBase_LinSpaced_seq.cpp... 100% Extract: DenseBase_setLinSpaced.cpp Extract: DirectionWise_hnormalized.cpp... 100% Extract: DirectionWise_replicate.cpp... 100% Extract: DirectionWise_replicate_int.cpp... 100% Extract: EigenSolver_EigenSolver_MatrixType.cpp... 100% Extract: EigenSolver_compute.cpp... 100% Extract: EigenSolver_eigenvalues.cpp... 100% Extract: EigenSolver_eigenvectors.cpp... 100% Extract: EigenSolver_pseudoEigenvectors.cpp... 100% Extract: FullPivHouseholderQR_solve.cpp... 100% Extract: FullPivLU_image.cpp... 100% Extract: FullPivLU_kernel.cpp... 100% Extract: FullPivLU_solve.cpp... 100% Extract: GeneralizedEigenSolver.cpp... 100% Extract: HessenbergDecomposition_compute.cpp... 100% Extract: HessenbergDecomposition_matrixH.cpp... 100% Extract: HessenbergDecomposition_packedMatrix.cpp... 100% Extract: HouseholderQR_householderQ.cpp... 100% Extract: HouseholderQR_solve.cpp... 100% Extract: HouseholderSequence_HouseholderSequence.cpp... 100% Extract: IOFormat.cpp... 100% Extract: JacobiSVD_basic.cpp... 100% Extract: Jacobi_makeGivens.cpp... 100% Extract: Jacobi_makeJacobi.cpp... 100% Extract: LLT_example.cpp... 100% Extract: LLT_solve.cpp... 100% Extract: LeastSquaresNormalEquations.cpp... 100% Extract: LeastSquaresQR.cpp... 100% Extract: Map_general_stride.cpp... 100% Extract: Map_inner_stride.cpp... 100% Extract: Map_outer_stride.cpp... 100% Extract: Map_placement_new.cpp... 100% Extract: Map_simple.cpp... 100% Extract: MatrixBase_adjoint.cpp... 100% Extract: MatrixBase_all.cpp... 100% Extract: MatrixBase_applyOnTheLeft.cpp... 100% Extract: MatrixBase_applyOnTheRight.cpp... 100% Extract: MatrixBase_array.cpp Extract: MatrixBase_array_const.cpp... 100% Extract: MatrixBase_asDiagonal.cpp Extract: MatrixBase_block_int_int.cpp... 100% Extract: MatrixBase_block_int_int_int_int.cpp... 100% Extract: MatrixBase_bottomLeftCorner_int_int.cpp... 100% Extract: MatrixBase_bottomRightCorner_int_int.cpp... 100% Extract: MatrixBase_bottomRows_int.cpp... 100% Extract: MatrixBase_cast.cpp... 100% Extract: MatrixBase_col.cpp Extract: MatrixBase_colwise.cpp... 100% Extract: MatrixBase_computeInverseAndDetWithCheck.cpp... 100% Extract: MatrixBase_computeInverseWithCheck.cpp... 100% Extract: MatrixBase_cwiseAbs.cpp Extract: MatrixBase_cwiseAbs2.cpp Extract: MatrixBase_cwiseEqual.cpp... 100% Extract: MatrixBase_cwiseInverse.cpp Extract: MatrixBase_cwiseMax.cpp Extract: MatrixBase_cwiseMin.cpp Extract: MatrixBase_cwiseNotEqual.cpp... 100% Extract: MatrixBase_cwiseProduct.cpp... 100% Extract: MatrixBase_cwiseQuotient.cpp Extract: MatrixBase_cwiseSign.cpp Extract: MatrixBase_cwiseSqrt.cpp Extract: MatrixBase_diagonal.cpp... 100% Extract: MatrixBase_diagonal_int.cpp... 100% Extract: MatrixBase_diagonal_template_int.cpp... 100% Extract: MatrixBase_eigenvalues.cpp... 100% Extract: MatrixBase_end_int.cpp... 100% Extract: MatrixBase_eval.cpp... 100% Extract: MatrixBase_fixedBlock_int_int.cpp... 100% Extract: MatrixBase_hnormalized.cpp... 100% Extract: MatrixBase_homogeneous.cpp... 100% Extract: MatrixBase_identity.cpp Extract: MatrixBase_identity_int_int.cpp Extract: MatrixBase_inverse.cpp... 100% Extract: MatrixBase_isDiagonal.cpp... 100% Extract: MatrixBase_isIdentity.cpp... 100% Extract: MatrixBase_isOnes.cpp... 100% Extract: MatrixBase_isOrthogonal.cpp... 100% Extract: MatrixBase_isUnitary.cpp... 100% Extract: MatrixBase_isZero.cpp... 100% Extract: MatrixBase_leftCols_int.cpp... 100% Extract: MatrixBase_noalias.cpp Extract: MatrixBase_ones.cpp... 100% Extract: MatrixBase_ones_int.cpp... 100% Extract: MatrixBase_ones_int_int.cpp Extract: MatrixBase_operatorNorm.cpp... 100% Extract: MatrixBase_prod.cpp... 100% Extract: MatrixBase_random.cpp Extract: MatrixBase_random_int.cpp Extract: MatrixBase_random_int_int.cpp Extract: MatrixBase_replicate.cpp... 100% Extract: MatrixBase_replicate_int_int.cpp... 100% Extract: MatrixBase_reverse.cpp... 100% Extract: MatrixBase_rightCols_int.cpp... 100% Extract: MatrixBase_row.cpp Extract: MatrixBase_rowwise.cpp... 100% Extract: MatrixBase_segment_int_int.cpp... 100% Extract: MatrixBase_select.cpp... 100% Extract: MatrixBase_selfadjointView.cpp... 100% Extract: MatrixBase_set.cpp... 100% Extract: MatrixBase_setIdentity.cpp Extract: MatrixBase_setOnes.cpp Extract: MatrixBase_setRandom.cpp Extract: MatrixBase_setZero.cpp Extract: MatrixBase_start_int.cpp... 100% Extract: MatrixBase_template_int_bottomRows.cpp... 100% Extract: MatrixBase_template_int_end.cpp... 100% Extract: MatrixBase_template_int_int_block_int_int_int_int.cpp... 100% Extract: MatrixBase_template_int_int_bottomLeftCorner.cpp... 100% Extract: MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp... 100% Extract: MatrixBase_template_int_int_bottomRightCorner.cpp... 100% Extract: MatrixBase_template_int_int_bottomRightCorner_int_int.cpp... 100% Extract: MatrixBase_template_int_int_topLeftCorner.cpp... 100% Extract: MatrixBase_template_int_int_topLeftCorner_int_int.cpp... 100% Extract: MatrixBase_template_int_int_topRightCorner.cpp... 100% Extract: MatrixBase_template_int_int_topRightCorner_int_int.cpp... 100% Extract: MatrixBase_template_int_leftCols.cpp... 100% Extract: MatrixBase_template_int_rightCols.cpp... 100% Extract: MatrixBase_template_int_segment.cpp... 100% Extract: MatrixBase_template_int_start.cpp... 100% Extract: MatrixBase_template_int_topRows.cpp... 100% Extract: MatrixBase_topLeftCorner_int_int.cpp... 100% Extract: MatrixBase_topRightCorner_int_int.cpp... 100% Extract: MatrixBase_topRows_int.cpp... 100% Extract: MatrixBase_transpose.cpp... 100% Extract: MatrixBase_triangularView.cpp... 100% Extract: MatrixBase_zero.cpp... 100% Extract: MatrixBase_zero_int.cpp... 100% Extract: MatrixBase_zero_int_int.cpp Extract: Matrix_Map_stride.cpp... 100% Extract: Matrix_resize_NoChange_int.cpp... 100% Extract: Matrix_resize_int.cpp... 100% Extract: Matrix_resize_int_NoChange.cpp... 100% Extract: Matrix_resize_int_int.cpp... 100% Extract: Matrix_setConstant_int.cpp Extract: Matrix_setConstant_int_int.cpp Extract: Matrix_setIdentity_int_int.cpp Extract: Matrix_setOnes_int.cpp Extract: Matrix_setOnes_int_int.cpp Extract: Matrix_setRandom_int.cpp Extract: Matrix_setRandom_int_int.cpp Extract: Matrix_setZero_int.cpp Extract: Matrix_setZero_int_int.cpp Extract: PartialPivLU_solve.cpp... 100% Extract: PartialRedux_count.cpp... 100% Extract: PartialRedux_maxCoeff.cpp... 100% Extract: PartialRedux_minCoeff.cpp... 100% Extract: PartialRedux_norm.cpp... 100% Extract: PartialRedux_prod.cpp... 100% Extract: PartialRedux_squaredNorm.cpp... 100% Extract: PartialRedux_sum.cpp... 100% Extract: RealQZ_compute.cpp... 100% Extract: RealSchur_RealSchur_MatrixType.cpp... 100% Extract: RealSchur_compute.cpp... 100% Extract: SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp... 100% Extract: SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp... 100% Extract: SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp... 100% Extract: SelfAdjointEigenSolver_compute_MatrixType.cpp... 100% Extract: SelfAdjointEigenSolver_compute_MatrixType2.cpp... 100% Extract: SelfAdjointEigenSolver_eigenvalues.cpp... 100% Extract: SelfAdjointEigenSolver_eigenvectors.cpp... 100% Extract: SelfAdjointEigenSolver_operatorInverseSqrt.cpp... 100% Extract: SelfAdjointEigenSolver_operatorSqrt.cpp... 100% Extract: SelfAdjointView_eigenvalues.cpp... 100% Extract: SelfAdjointView_operatorNorm.cpp... 100% Extract: SparseMatrix_coeffs.cpp... 100% Extract: TopicAliasing_block.cpp... 100% Extract: TopicAliasing_block_correct.cpp... 100% Extract: TopicAliasing_cwise.cpp... 100% Extract: TopicAliasing_mult1.cpp... 100% Extract: TopicAliasing_mult2.cpp... 100% Extract: TopicAliasing_mult3.cpp... 100% Extract: TopicAliasing_mult4.cpp... 100% Extract: TopicAliasing_mult5.cpp... 100% Extract: TopicStorageOrders_example.cpp... 100% Extract: Triangular_solve.cpp... 100% Extract: Tridiagonalization_Tridiagonalization_MatrixType.cpp... 100% Extract: Tridiagonalization_compute.cpp... 100% Extract: Tridiagonalization_decomposeInPlace.cpp... 100% Extract: Tridiagonalization_diagonal.cpp... 100% Extract: Tridiagonalization_householderCoefficients.cpp... 100% Extract: Tridiagonalization_packedMatrix.cpp... 100% Extract: Tutorial_AdvancedInitialization_Block.cpp... 100% Extract: Tutorial_AdvancedInitialization_CommaTemporary.cpp... 100% Extract: Tutorial_AdvancedInitialization_Join.cpp... 100% Extract: Tutorial_AdvancedInitialization_LinSpaced.cpp... 100% Extract: Tutorial_AdvancedInitialization_ThreeWays.cpp... 100% Extract: Tutorial_AdvancedInitialization_Zero.cpp... 100% Extract: Tutorial_Map_rowmajor.cpp... 100% Extract: Tutorial_Map_using.cpp... 100% Extract: Tutorial_ReshapeMat2Mat.cpp... 100% Extract: Tutorial_ReshapeMat2Vec.cpp... 100% Extract: Tutorial_SlicingCol.cpp... 100% Extract: Tutorial_SlicingVec.cpp... 100% Extract: Tutorial_commainit_01.cpp... 100% Extract: Tutorial_commainit_01b.cpp... 100% Extract: Tutorial_commainit_02.cpp... 100% Extract: Tutorial_solve_matrix_inverse.cpp... 100% Extract: Tutorial_solve_multiple_rhs.cpp... 100% Extract: Tutorial_solve_reuse_decomposition.cpp... 100% Extract: Tutorial_solve_singular.cpp... 100% Extract: Tutorial_solve_triangular.cpp... 100% Extract: Tutorial_solve_triangular_inplace.cpp... 100% Extract: VectorwiseOp_homogeneous.cpp... 100% Extract: Vectorwise_reverse.cpp... 100% Extract: class_FullPivLU.cpp... 100% Extract: compile_snippet.cpp.in... 100% Extract: tut_arithmetic_redux_minmax.cpp... 100% Extract: tut_arithmetic_transpose_aliasing.cpp... 100% Extract: tut_arithmetic_transpose_conjugate.cpp... 100% Extract: tut_arithmetic_transpose_inplace.cpp... 100% Extract: tut_matrix_assignment_resizing.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\doc\special_examples Extract: CMakeLists.txt... 100% Extract: Tutorial_sparse_example.cpp... 100% Extract: Tutorial_sparse_example_details.cpp... 100% Extract: random_cpp11.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\failtest Extract: CMakeLists.txt... 100% Extract: bdcsvd_int.cpp... 100% Extract: block_nonconst_ctor_on_const_xpr_0.cpp... 100% Extract: block_nonconst_ctor_on_const_xpr_1.cpp... 100% Extract: block_nonconst_ctor_on_const_xpr_2.cpp... 100% Extract: block_on_const_type_actually_const_0.cpp... 100% Extract: block_on_const_type_actually_const_1.cpp... 100% Extract: colpivqr_int.cpp... 100% Extract: const_qualified_block_method_retval_0.cpp... 100% Extract: const_qualified_block_method_retval_1.cpp... 100% Extract: const_qualified_diagonal_method_retval.cpp... 100% Extract: const_qualified_transpose_method_retval.cpp... 100% Extract: cwiseunaryview_nonconst_ctor_on_const_xpr.cpp... 100% Extract: cwiseunaryview_on_const_type_actually_const.cpp... 100% Extract: diagonal_nonconst_ctor_on_const_xpr.cpp... 100% Extract: diagonal_on_const_type_actually_const.cpp... 100% Extract: eigensolver_cplx.cpp... 100% Extract: eigensolver_int.cpp... 100% Extract: failtest_sanity_check.cpp... 100% Extract: fullpivlu_int.cpp... 100% Extract: fullpivqr_int.cpp... 100% Extract: jacobisvd_int.cpp... 100% Extract: ldlt_int.cpp... 100% Extract: llt_int.cpp... 100% Extract: map_nonconst_ctor_on_const_ptr_0.cpp... 100% Extract: map_nonconst_ctor_on_const_ptr_1.cpp... 100% Extract: map_nonconst_ctor_on_const_ptr_2.cpp... 100% Extract: map_nonconst_ctor_on_const_ptr_3.cpp... 100% Extract: map_nonconst_ctor_on_const_ptr_4.cpp... 100% Extract: map_on_const_type_actually_const_0.cpp... 100% Extract: map_on_const_type_actually_const_1.cpp... 100% Extract: partialpivlu_int.cpp... 100% Extract: qr_int.cpp... 100% Extract: ref_1.cpp... 100% Extract: ref_2.cpp... 100% Extract: ref_3.cpp... 100% Extract: ref_4.cpp... 100% Extract: ref_5.cpp... 100% Extract: selfadjointview_nonconst_ctor_on_const_xpr.cpp... 100% Extract: selfadjointview_on_const_type_actually_const.cpp... 100% Extract: sparse_ref_1.cpp... 100% Extract: sparse_ref_2.cpp... 100% Extract: sparse_ref_3.cpp... 100% Extract: sparse_ref_4.cpp... 100% Extract: sparse_ref_5.cpp... 100% Extract: sparse_storage_mismatch.cpp... 100% Extract: swap_1.cpp... 100% Extract: swap_2.cpp... 100% Extract: ternary_1.cpp... 100% Extract: ternary_2.cpp... 100% Extract: transpose_nonconst_ctor_on_const_xpr.cpp... 100% Extract: transpose_on_const_type_actually_const.cpp... 100% Extract: triangularview_nonconst_ctor_on_const_xpr.cpp... 100% Extract: triangularview_on_const_type_actually_const.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\lapack Extract: CMakeLists.txt... 100% Extract: cholesky.cpp... 100% Extract: clacgv.f... 100% Extract: cladiv.f... 100% Extract: clarf.f... 100% Extract: clarfb.f... 100% Extract: clarfg.f... 100% Extract: clarft.f... 100% Extract: complex_double.cpp... 100% Extract: complex_single.cpp... 100% Extract: dladiv.f... 100% Extract: dlamch.f... 100% Extract: dlapy2.f... 100% Extract: dlapy3.f... 100% Extract: dlarf.f... 100% Extract: dlarfb.f... 100% Extract: dlarfg.f... 100% Extract: dlarft.f... 100% Extract: double.cpp... 100% Extract: dsecnd_NONE.f... 100% Extract: eigenvalues.cpp... 100% Extract: ilaclc.f... 100% Extract: ilaclr.f... 100% Extract: iladlc.f... 100% Extract: iladlr.f... 100% Extract: ilaslc.f... 100% Extract: ilaslr.f... 100% Extract: ilazlc.f... 100% Extract: ilazlr.f... 100% Extract: lapack_common.h... 100% Extract: lu.cpp... 100% Extract: second_NONE.f... 100% Extract: single.cpp... 100% Extract: sladiv.f... 100% Extract: slamch.f... 100% Extract: slapy2.f... 100% Extract: slapy3.f... 100% Extract: slarf.f... 100% Extract: slarfb.f... 100% Extract: slarfg.f... 100% Extract: slarft.f... 100% Extract: svd.cpp... 100% Extract: zlacgv.f... 100% Extract: zladiv.f... 100% Extract: zlarf.f... 100% Extract: zlarfb.f... 100% Extract: zlarfg.f... 100% Extract: zlarft.f... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\scripts Extract: CMakeLists.txt... 100% Extract: buildtests.in... 100% Extract: cdashtesting.cmake.in... 100% Extract: check.in... 100% Extract: debug.in Extract: eigen_gen_credits.cpp... 100% Extract: eigen_gen_docs... 100% Extract: release.in Extract: relicense.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\test Extract: CMakeLists.txt... 100% Extract: adjoint.cpp... 100% Extract: array.cpp... 100% Extract: array_for_matrix.cpp... 100% Extract: array_of_string.cpp... 100% Extract: array_replicate.cpp... 100% Extract: array_reverse.cpp... 100% Extract: bandmatrix.cpp... 100% Extract: basicstuff.cpp... 100% Extract: bdcsvd.cpp... 100% Extract: bicgstab.cpp... 100% Extract: block.cpp... 100% Extract: boostmultiprec.cpp... 100% Extract: bug1213.cpp... 100% Extract: bug1213.h... 100% Extract: bug1213_main.cpp... 100% Extract: cholesky.cpp... 100% Extract: cholmod_support.cpp... 100% Extract: commainitializer.cpp... 100% Extract: conjugate_gradient.cpp... 100% Extract: conservative_resize.cpp... 100% Extract: constructor.cpp... 100% Extract: corners.cpp... 100% Extract: ctorleak.cpp... 100% Extract: cuda_basic.cu... 100% Extract: cuda_common.h... 100% Extract: denseLM.cpp... 100% Extract: dense_storage.cpp... 100% Extract: determinant.cpp... 100% Extract: diagonal.cpp... 100% Extract: diagonalmatrices.cpp... 100% Extract: dontalign.cpp... 100% Extract: dynalloc.cpp... 100% Extract: eigen2support.cpp... 100% Extract: eigensolver_complex.cpp... 100% Extract: eigensolver_generalized_real.cpp... 100% Extract: eigensolver_generic.cpp... 100% Extract: eigensolver_selfadjoint.cpp... 100% Extract: evaluator_common.h Extract: evaluators.cpp... 100% Extract: exceptions.cpp... 100% Extract: fastmath.cpp... 100% Extract: first_aligned.cpp... 100% Extract: geo_alignedbox.cpp... 100% Extract: geo_eulerangles.cpp... 100% Extract: geo_homogeneous.cpp... 100% Extract: geo_hyperplane.cpp... 100% Extract: geo_orthomethods.cpp... 100% Extract: geo_parametrizedline.cpp... 100% Extract: geo_quaternion.cpp... 100% Extract: geo_transformations.cpp... 100% Extract: half_float.cpp... 100% Extract: hessenberg.cpp... 100% Extract: householder.cpp... 100% Extract: incomplete_cholesky.cpp... 100% Extract: inplace_decomposition.cpp... 100% Extract: integer_types.cpp... 100% Extract: inverse.cpp... 100% Extract: is_same_dense.cpp... 100% Extract: jacobi.cpp... 100% Extract: jacobisvd.cpp... 100% Extract: linearstructure.cpp... 100% Extract: lscg.cpp... 100% Extract: lu.cpp... 100% Extract: main.h... 100% Extract: mapped_matrix.cpp... 100% Extract: mapstaticmethods.cpp... 100% Extract: mapstride.cpp... 100% Extract: meta.cpp... 100% Extract: metis_support.cpp... 100% Extract: miscmatrices.cpp... 100% Extract: mixingtypes.cpp... 100% Extract: mpl2only.cpp... 100% Extract: nesting_ops.cpp... 100% Extract: nomalloc.cpp... 100% Extract: nullary.cpp... 100% Extract: numext.cpp... 100% Extract: packetmath.cpp... 100% Extract: pardiso_support.cpp... 100% Extract: pastix_support.cpp... 100% Extract: permutationmatrices.cpp... 100% Extract: prec_inverse_4x4.cpp... 100% Extract: product.h... 100% Extract: product_extra.cpp... 100% Extract: product_large.cpp... 100% Extract: product_mmtr.cpp... 100% Extract: product_notemporary.cpp... 100% Extract: product_selfadjoint.cpp... 100% Extract: product_small.cpp... 100% Extract: product_symm.cpp... 100% Extract: product_syrk.cpp... 100% Extract: product_trmm.cpp... 100% Extract: product_trmv.cpp... 100% Extract: product_trsolve.cpp... 100% Extract: qr.cpp... 100% Extract: qr_colpivoting.cpp... 100% Extract: qr_fullpivoting.cpp... 100% Extract: qtvector.cpp... 100% Extract: rand.cpp... 100% Extract: real_qz.cpp... 100% Extract: redux.cpp... 100% Extract: ref.cpp... 100% Extract: resize.cpp... 100% Extract: rvalue_types.cpp... 100% Extract: schur_complex.cpp... 100% Extract: schur_real.cpp... 100% Extract: selfadjoint.cpp... 100% Extract: simplicial_cholesky.cpp... 100% Extract: sizeof.cpp... 100% Extract: sizeoverflow.cpp... 100% Extract: smallvectors.cpp... 100% Extract: sparse.h... 100% Extract: sparseLM.cpp... 100% Extract: sparse_basic.cpp... 100% Extract: sparse_block.cpp... 100% Extract: sparse_permutations.cpp... 100% Extract: sparse_product.cpp... 100% Extract: sparse_ref.cpp... 100% Extract: sparse_solver.h... 100% Extract: sparse_solvers.cpp... 100% Extract: sparse_vector.cpp... 100% Extract: sparselu.cpp... 100% Extract: sparseqr.cpp... 100% Extract: special_numbers.cpp... 100% Extract: spqr_support.cpp... 100% Extract: stable_norm.cpp... 100% Extract: stddeque.cpp... 100% Extract: stddeque_overload.cpp... 100% Extract: stdlist.cpp... 100% Extract: stdlist_overload.cpp... 100% Extract: stdvector.cpp... 100% Extract: stdvector_overload.cpp... 100% Extract: superlu_support.cpp... 100% Extract: svd_common.h... 100% Extract: svd_fill.h... 100% Extract: swap.cpp... 100% Extract: triangular.cpp... 100% Extract: umeyama.cpp... 100% Extract: umfpack_support.cpp... 100% Extract: unalignedassert.cpp... 100% Extract: unalignedcount.cpp... 100% Extract: upperbidiagonalization.cpp... 100% Extract: vectorization_logic.cpp... 100% Extract: vectorwiseop.cpp... 100% Extract: visitor.cpp... 100% Extract: zerosized.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported Extract: CMakeLists.txt... 100% Extract: README.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen Extract: AdolcForward... 100% Extract: AlignedVector3... 100% Extract: ArpackSupport... 100% Extract: AutoDiff... 100% Extract: BVH... 100% Extract: CMakeLists.txt... 100% Extract: EulerAngles... 100% Extract: FFT... 100% Extract: IterativeSolvers... 100% Extract: KroneckerProduct... 100% Extract: LevenbergMarquardt... 100% Extract: MPRealSupport... 100% Extract: MatrixFunctions... 100% Extract: MoreVectorization... 100% Extract: NonLinearOptimization... 100% Extract: NumericalDiff... 100% Extract: OpenGLSupport... 100% Extract: Polynomials... 100% Extract: Skyline... 100% Extract: SparseExtra... 100% Extract: SpecialFunctions... 100% Extract: Splines... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11 Extract: CMakeLists.txt... 100% Extract: Tensor... 100% Extract: TensorSymmetry... 100% Extract: ThreadPool... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src\Tensor Extract: README.md... 100% Extract: Tensor.h... 100% Extract: TensorArgMax.h... 100% Extract: TensorAssign.h... 100% Extract: TensorBase.h... 100% Extract: TensorBroadcasting.h... 100% Extract: TensorChipping.h... 100% Extract: TensorConcatenation.h... 100% Extract: TensorContraction.h... 100% Extract: TensorContractionBlocking.h... 100% Extract: TensorContractionCuda.h... 100% Extract: TensorContractionMapper.h... 100% Extract: TensorContractionThreadPool.h... 100% Extract: TensorConversion.h... 100% Extract: TensorConvolution.h... 100% Extract: TensorCostModel.h... 100% Extract: TensorCustomOp.h... 100% Extract: TensorDevice.h... 100% Extract: TensorDeviceCuda.h... 100% Extract: TensorDeviceDefault.h... 100% Extract: TensorDeviceSycl.h... 100% Extract: TensorDeviceThreadPool.h... 100% Extract: TensorDimensionList.h... 100% Extract: TensorDimensions.h... 100% Extract: TensorEvalTo.h... 100% Extract: TensorEvaluator.h... 100% Extract: TensorExecutor.h... 100% Extract: TensorExpr.h... 100% Extract: TensorFFT.h... 100% Extract: TensorFixedSize.h... 100% Extract: TensorForcedEval.h... 100% Extract: TensorForwardDeclarations.h... 100% Extract: TensorFunctors.h... 100% Extract: TensorGenerator.h... 100% Extract: TensorGlobalFunctions.h... 100% Extract: TensorIO.h... 100% Extract: TensorImagePatch.h... 100% Extract: TensorIndexList.h... 100% Extract: TensorInflation.h... 100% Extract: TensorInitializer.h... 100% Extract: TensorIntDiv.h... 100% Extract: TensorLayoutSwap.h... 100% Extract: TensorMacros.h... 100% Extract: TensorMap.h... 100% Extract: TensorMeta.h... 100% Extract: TensorMorphing.h... 100% Extract: TensorPadding.h... 100% Extract: TensorPatch.h... 100% Extract: TensorRandom.h... 100% Extract: TensorReduction.h... 100% Extract: TensorReductionCuda.h... 100% Extract: TensorReductionSycl.h... 100% Extract: TensorRef.h... 100% Extract: TensorReverse.h... 100% Extract: TensorScan.h... 100% Extract: TensorShuffling.h... 100% Extract: TensorStorage.h... 100% Extract: TensorStriding.h... 100% Extract: TensorSycl.h... 100% Extract: TensorSyclConvertToDeviceExpression.h... 100% Extract: TensorSyclExprConstructor.h... 100% Extract: TensorSyclExtractAccessor.h... 100% Extract: TensorSyclExtractFunctors.h... 100% Extract: TensorSyclLeafCount.h... 100% Extract: TensorSyclPlaceHolderExpr.h... 100% Extract: TensorSyclRun.h... 100% Extract: TensorSyclTuple.h... 100% Extract: TensorTraits.h... 100% Extract: TensorUInt128.h... 100% Extract: TensorVolumePatch.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src\TensorSymmetry Extract: DynamicSymmetry.h... 100% Extract: StaticSymmetry.h... 100% Extract: Symmetry.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src\TensorSymmetry\util Extract: TemplateGroupTheory.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src\ThreadPool Extract: EventCount.h... 100% Extract: NonBlockingThreadPool.h... 100% Extract: RunQueue.h... 100% Extract: SimpleThreadPool.h... 100% Extract: ThreadEnvironment.h... 100% Extract: ThreadLocal.h... 100% Extract: ThreadPoolInterface.h... 100% Extract: ThreadYield.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\CXX11\src\util Extract: CXX11Meta.h... 100% Extract: CXX11Workarounds.h... 100% Extract: EmulateArray.h... 100% Extract: EmulateCXX11Meta.h... 100% Extract: MaxSizeVector.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\AutoDiff Extract: AutoDiffJacobian.h... 100% Extract: AutoDiffScalar.h... 100% Extract: AutoDiffVector.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\BVH Extract: BVAlgorithms.h... 100% Extract: KdBVH.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\Eigenvalues Extract: ArpackSelfAdjointEigenSolver.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\EulerAngles Extract: CMakeLists.txt... 100% Extract: EulerAngles.h... 100% Extract: EulerSystem.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\FFT Extract: ei_fftw_impl.h... 100% Extract: ei_kissfft_impl.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\IterativeSolvers Extract: ConstrainedConjGrad.h... 100% Extract: DGMRES.h... 100% Extract: GMRES.h... 100% Extract: IncompleteLU.h... 100% Extract: IterationController.h... 100% Extract: MINRES.h... 100% Extract: Scaling.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\KroneckerProduct Extract: KroneckerTensorProduct.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\LevenbergMarquardt Extract: CopyrightMINPACK.txt... 100% Extract: LMcovar.h... 100% Extract: LMonestep.h... 100% Extract: LMpar.h... 100% Extract: LMqrsolv.h... 100% Extract: LevenbergMarquardt.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\MatrixFunctions Extract: MatrixExponential.h... 100% Extract: MatrixFunction.h... 100% Extract: MatrixLogarithm.h... 100% Extract: MatrixPower.h... 100% Extract: MatrixSquareRoot.h... 100% Extract: StemFunction.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\MoreVectorization Extract: MathFunctions.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\NonLinearOptimization Extract: HybridNonLinearSolver.h... 100% Extract: LevenbergMarquardt.h... 100% Extract: chkder.h... 100% Extract: covar.h... 100% Extract: dogleg.h... 100% Extract: fdjac1.h... 100% Extract: lmpar.h... 100% Extract: qrsolv.h... 100% Extract: r1mpyq.h... 100% Extract: r1updt.h... 100% Extract: rwupdt.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\NumericalDiff Extract: NumericalDiff.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\Polynomials Extract: Companion.h... 100% Extract: PolynomialSolver.h... 100% Extract: PolynomialUtils.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\Skyline Extract: SkylineInplaceLU.h... 100% Extract: SkylineMatrix.h... 100% Extract: SkylineMatrixBase.h... 100% Extract: SkylineProduct.h... 100% Extract: SkylineStorage.h... 100% Extract: SkylineUtil.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\SparseExtra Extract: BlockOfDynamicSparseMatrix.h... 100% Extract: BlockSparseMatrix.h... 100% Extract: DynamicSparseMatrix.h... 100% Extract: MarketIO.h... 100% Extract: MatrixMarketIterator.h... 100% Extract: RandomSetter.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\SpecialFunctions Extract: SpecialFunctionsArrayAPI.h... 100% Extract: SpecialFunctionsFunctors.h... 100% Extract: SpecialFunctionsHalf.h... 100% Extract: SpecialFunctionsImpl.h... 100% Extract: SpecialFunctionsPacketMath.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\SpecialFunctions\arch Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\SpecialFunctions\arch\CUDA Extract: CudaSpecialFunctions.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\Eigen\src\Splines Extract: Spline.h... 100% Extract: SplineFitting.h... 100% Extract: SplineFwd.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\bench Extract: bench_svd.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\doc Extract: CMakeLists.txt... 100% Extract: Overview.dox... 100% Extract: eigendoxy_layout.xml.in... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\doc\examples Extract: BVH_Example.cpp... 100% Extract: CMakeLists.txt... 100% Extract: EulerAngles.cpp... 100% Extract: FFT.cpp... 100% Extract: MatrixExponential.cpp... 100% Extract: MatrixFunction.cpp... 100% Extract: MatrixLogarithm.cpp... 100% Extract: MatrixPower.cpp... 100% Extract: MatrixPower_optimal.cpp... 100% Extract: MatrixSine.cpp... 100% Extract: MatrixSinh.cpp... 100% Extract: MatrixSquareRoot.cpp... 100% Extract: PolynomialSolver1.cpp... 100% Extract: PolynomialUtils1.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\doc\snippets Extract: CMakeLists.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\test Extract: BVH.cpp... 100% Extract: CMakeLists.txt... 100% Extract: EulerAngles.cpp... 100% Extract: FFT.cpp Extract: FFTW.cpp... 100% Extract: NonLinearOptimization.cpp... 100% Extract: NumericalDiff.cpp... 100% Extract: alignedvector3.cpp... 100% Extract: autodiff.cpp... 100% Extract: autodiff_scalar.cpp... 100% Extract: cxx11_eventcount.cpp... 100% Extract: cxx11_meta.cpp... 100% Extract: cxx11_non_blocking_thread_pool.cpp... 100% Extract: cxx11_runqueue.cpp... 100% Extract: cxx11_tensor_argmax.cpp... 100% Extract: cxx11_tensor_argmax_cuda.cu... 100% Extract: cxx11_tensor_assign.cpp... 100% Extract: cxx11_tensor_broadcast_sycl.cpp... 100% Extract: cxx11_tensor_broadcasting.cpp... 100% Extract: cxx11_tensor_cast_float16_cuda.cu... 100% Extract: cxx11_tensor_casts.cpp... 100% Extract: cxx11_tensor_chipping.cpp... 100% Extract: cxx11_tensor_comparisons.cpp... 100% Extract: cxx11_tensor_complex_cuda.cu... 100% Extract: cxx11_tensor_complex_cwise_ops_cuda.cu... 100% Extract: cxx11_tensor_concatenation.cpp... 100% Extract: cxx11_tensor_const.cpp... 100% Extract: cxx11_tensor_contract_cuda.cu... 100% Extract: cxx11_tensor_contraction.cpp... 100% Extract: cxx11_tensor_convolution.cpp... 100% Extract: cxx11_tensor_cuda.cu... 100% Extract: cxx11_tensor_custom_index.cpp... 100% Extract: cxx11_tensor_custom_op.cpp... 100% Extract: cxx11_tensor_device.cu... 100% Extract: cxx11_tensor_device_sycl.cpp... 100% Extract: cxx11_tensor_dimension.cpp... 100% Extract: cxx11_tensor_empty.cpp... 100% Extract: cxx11_tensor_expr.cpp... 100% Extract: cxx11_tensor_fft.cpp... 100% Extract: cxx11_tensor_fixed_size.cpp... 100% Extract: cxx11_tensor_forced_eval.cpp... 100% Extract: cxx11_tensor_forced_eval_sycl.cpp... 100% Extract: cxx11_tensor_generator.cpp... 100% Extract: cxx11_tensor_ifft.cpp... 100% Extract: cxx11_tensor_image_patch.cpp... 100% Extract: cxx11_tensor_index_list.cpp... 100% Extract: cxx11_tensor_inflation.cpp... 100% Extract: cxx11_tensor_intdiv.cpp... 100% Extract: cxx11_tensor_io.cpp... 100% Extract: cxx11_tensor_layout_swap.cpp... 100% Extract: cxx11_tensor_lvalue.cpp... 100% Extract: cxx11_tensor_map.cpp... 100% Extract: cxx11_tensor_math.cpp... 100% Extract: cxx11_tensor_mixed_indices.cpp... 100% Extract: cxx11_tensor_morphing.cpp... 100% Extract: cxx11_tensor_notification.cpp... 100% Extract: cxx11_tensor_of_complex.cpp... 100% Extract: cxx11_tensor_of_const_values.cpp... 100% Extract: cxx11_tensor_of_float16_cuda.cu... 100% Extract: cxx11_tensor_of_strings.cpp... 100% Extract: cxx11_tensor_padding.cpp... 100% Extract: cxx11_tensor_patch.cpp... 100% Extract: cxx11_tensor_random.cpp... 100% Extract: cxx11_tensor_random_cuda.cu... 100% Extract: cxx11_tensor_reduction.cpp... 100% Extract: cxx11_tensor_reduction_cuda.cu... 100% Extract: cxx11_tensor_reduction_sycl.cpp... 100% Extract: cxx11_tensor_ref.cpp... 100% Extract: cxx11_tensor_reverse.cpp... 100% Extract: cxx11_tensor_roundings.cpp... 100% Extract: cxx11_tensor_scan.cpp... 100% Extract: cxx11_tensor_scan_cuda.cu... 100% Extract: cxx11_tensor_shuffling.cpp... 100% Extract: cxx11_tensor_simple.cpp... 100% Extract: cxx11_tensor_striding.cpp... 100% Extract: cxx11_tensor_sugar.cpp... 100% Extract: cxx11_tensor_sycl.cpp... 100% Extract: cxx11_tensor_symmetry.cpp... 100% Extract: cxx11_tensor_thread_pool.cpp... 100% Extract: cxx11_tensor_uint128.cpp... 100% Extract: cxx11_tensor_volume_patch.cpp... 100% Extract: dgmres.cpp... 100% Extract: forward_adolc.cpp... 100% Extract: gmres.cpp... 100% Extract: kronecker_product.cpp... 100% Extract: levenberg_marquardt.cpp... 100% Extract: matrix_exponential.cpp... 100% Extract: matrix_function.cpp... 100% Extract: matrix_functions.h... 100% Extract: matrix_power.cpp... 100% Extract: matrix_square_root.cpp... 100% Extract: minres.cpp... 100% Extract: mpreal_support.cpp... 100% Extract: openglsupport.cpp... 100% Extract: polynomialsolver.cpp... 100% Extract: polynomialutils.cpp... 100% Extract: sparse_extra.cpp... 100% Extract: special_functions.cpp... 100% Extract: splines.cpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\eigen-3.3.7\unsupported\test\mpreal Extract: mpreal.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\gmp Extract: gmp.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\hypre Extract: HYPRE.h... 100% Extract: HYPRE_DistributedMatrixPilutSolver_protos.h... 100% Extract: HYPRE_DistributedMatrixPilutSolver_types.h... 100% Extract: HYPRE_IJ_mv.h... 100% Extract: HYPRE_MatvecFunctions.h... 100% Extract: HYPRE_config.h... 100% Extract: HYPRE_error_f.h... 100% Extract: HYPRE_krylov.h... 100% Extract: HYPRE_lobpcg.h... 100% Extract: HYPRE_matrix_matrix_protos.h... 100% Extract: HYPRE_parcsr_ls.h... 100% Extract: HYPRE_parcsr_mv.h... 100% Extract: HYPRE_seq_mv.h... 100% Extract: HYPRE_sstruct_ls.h... 100% Extract: HYPRE_sstruct_mv.h... 100% Extract: HYPRE_struct_ls.h... 100% Extract: HYPRE_struct_mv.h... 100% Extract: HYPRE_utilities.h... 100% Extract: HYPREf.h... 100% Extract: _hypre_IJ_mv.h... 100% Extract: _hypre_parcsr_ls.h... 100% Extract: _hypre_parcsr_mv.h... 100% Extract: _hypre_sstruct_ls.h... 100% Extract: _hypre_sstruct_mv.h... 100% Extract: _hypre_struct_ls.h... 100% Extract: _hypre_struct_mv.h... 100% Extract: _hypre_utilities.h... 100% Extract: csr_block_matrix.h... 100% Extract: csr_matmultivec.h... 100% Extract: distributed_matrix.h... 100% Extract: fortran.h... 100% Extract: fortran_matrix.h... 100% Extract: hypre_hopscotch_hash.h... 100% Extract: interpreter.h... 100% Extract: krylov.h... 100% Extract: lobpcg.h... 100% Extract: multivector.h... 100% Extract: par_csr_block_matrix.h... 100% Extract: par_csr_matmultivec.h... 100% Extract: par_csr_pmvcomm.h... 100% Extract: par_multivector.h... 100% Extract: seq_multivector.h... 100% Extract: seq_mv.h... 100% Extract: temp_multivector.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\mpfr Extract: mpf2mpfr.h... 100% Extract: mpfr.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\mpi Extract: mpi.f90... 100% Extract: mpi.h... 100% Extract: mpif.h... 100% Extract: mpio.h Extract: mspms.h... 100% Extract: pmidbg.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\mpi\x64 Extract: mpifptr.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\mpi\x86 Extract: mpifptr.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc Extract: petsc.h... 100% Extract: petscao.h... 100% Extract: petscbag.h... 100% Extract: petscblaslapack.h... 100% Extract: petscblaslapack_mangle.h... 100% Extract: petscblaslapack_stdcall.h... 100% Extract: petscbt.h... 100% Extract: petsccharacteristic.h... 100% Extract: petscconf.h... 100% Extract: petscconfiginfo.h... 100% Extract: petscconvest.h... 100% Extract: petscctable.h... 100% Extract: petsccuda.h... 100% Extract: petscdm.h... 100% Extract: petscdmadaptor.h... 100% Extract: petscdmcomposite.h... 100% Extract: petscdmda.h... 100% Extract: petscdmdatypes.h... 100% Extract: petscdmforest.h... 100% Extract: petscdmlabel.h... 100% Extract: petscdmmoab.h... 100% Extract: petscdmnetwork.h... 100% Extract: petscdmpatch.h... 100% Extract: petscdmplex.h... 100% Extract: petscdmredundant.h... 100% Extract: petscdmshell.h... 100% Extract: petscdmsliced.h... 100% Extract: petscdmswarm.h... 100% Extract: petscdmtypes.h... 100% Extract: petscdraw.h... 100% Extract: petscdrawtypes.h... 100% Extract: petscds.h... 100% Extract: petscdstypes.h... 100% Extract: petscdt.h... 100% Extract: petscerror.h... 100% Extract: petscfe.h... 100% Extract: petscfetypes.h... 100% Extract: petscfix.h... 100% Extract: petscfv.h... 100% Extract: petscfvtypes.h... 100% Extract: petscgll.h... 100% Extract: petscis.h... 100% Extract: petscistypes.h... 100% Extract: petscksp.h... 100% Extract: petsclog.h... 100% Extract: petscmachineinfo.h... 100% Extract: petscmat.h... 100% Extract: petscmatcoarsen.h... 100% Extract: petscmatelemental.h... 100% Extract: petscmath.h... 100% Extract: petscmathypre.h... 100% Extract: petscmatlab.h... 100% Extract: petscoptions.h... 100% Extract: petscpc.h... 100% Extract: petscpctypes.h... 100% Extract: petscpf.h... 100% Extract: petscsf.h... 100% Extract: petscsftypes.h... 100% Extract: petscsnes.h... 100% Extract: petscsys.h... 100% Extract: petsctao.h... 100% Extract: petsctaolinesearch.h... 100% Extract: petsctime.h... 100% Extract: petscts.h... 100% Extract: petscvalgrind.h... 100% Extract: petscvec.h... 100% Extract: petscversion.h... 100% Extract: petscviennacl.h... 100% Extract: petscviewer.h... 100% Extract: petscviewerhdf5.h... 100% Extract: petscviewersaws.h... 100% Extract: petscviewertypes.h... 100% Extract: petscwebclient.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc\petsc Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc\petsc\finclude Extract: makefile... 100% Extract: petsc.h... 100% Extract: petscao.h... 100% Extract: petscbag.h... 100% Extract: petscdm.h... 100% Extract: petscdmda.h... 100% Extract: petscdmlabel.h... 100% Extract: petscdmnetwork.h... 100% Extract: petscdmplex.h... 100% Extract: petscdraw.h... 100% Extract: petscerror.h... 100% Extract: petscis.h... 100% Extract: petscksp.h... 100% Extract: petsclog.h Extract: petscmat.h... 100% Extract: petscpc.h... 100% Extract: petscsnes.h... 100% Extract: petscsnesfas.h... 100% Extract: petscsys.h... 100% Extract: petsctao.h... 100% Extract: petscts.h... 100% Extract: petscvec.h... 100% Extract: petscviewer.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc\petsc\mpiuni Extract: mpi.h... 100% Extract: mpif.h... 100% Extract: mpiunifdef.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc\petsc\private Extract: bagimpl.h... 100% Extract: characteristicimpl.h... 100% Extract: dmadaptorimpl.h... 100% Extract: dmdaimpl.h... 100% Extract: dmforestimpl.h... 100% Extract: dmimpl.h... 100% Extract: dmlabelimpl.h... 100% Extract: dmmbimpl.h... 100% Extract: dmnetworkimpl.h... 100% Extract: dmpatchimpl.h... 100% Extract: dmpleximpl.h... 100% Extract: dmswarmimpl.h... 100% Extract: drawimpl.h... 100% Extract: dtimpl.h... 100% Extract: f90impl.h... 100% Extract: fortranimpl.h... 100% Extract: glvisvecimpl.h... 100% Extract: glvisviewerimpl.h... 100% Extract: hash.h... 100% Extract: isimpl.h... 100% Extract: kspimpl.h... 100% Extract: linesearchimpl.h... 100% Extract: logimpl.h... 100% Extract: makefile... 100% Extract: matimpl.h... 100% Extract: matorderimpl.h... 100% Extract: pcgamgimpl.h... 100% Extract: pcimpl.h... 100% Extract: pcmgimpl.h... 100% Extract: petscconvestimpl.h... 100% Extract: petscdsimpl.h... 100% Extract: petscfeimpl.h... 100% Extract: petscfptimpl.h... 100% Extract: petscfvimpl.h... 100% Extract: petscimpl.h... 100% Extract: sfimpl.h... 100% Extract: snesimpl.h... 100% Extract: taoimpl.h... 100% Extract: taolinesearchimpl.h... 100% Extract: tsimpl.h... 100% Extract: vecimpl.h... 100% Extract: viewerimpl.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\include\win\petsc\petsc\private\kernels Extract: blockinvert.h... 100% Extract: blockmatmult.h... 100% Extract: blocktranspose.h... 100% Extract: petscaxpy.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\lib Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\external\lib\win Extract: libgmp-10.dll... 100% Extract: libgmp-10.lib... 100% Extract: libmpfr-4.dll... 100% Extract: libmpfr-4.lib... 100% Extract: libpetsc.dll... 100% Extract: libpetsc.lib... 100% Extract: msmpi.dll... 100% Extract: msmpi.lib... 100% Extract: tbb.dll... 100% Extract: tbb.lib... 100% Extract: tbbmalloc.dll... 100% Extract: tbbmalloc.lib... 100% Extract: zlib.dll... 100% Extract: zlib.lib... 100% Extract: zlibstatic.lib... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\matlab_tools Extract: expand_to_center_surround.m... 100% Extract: get_data_and_scaleLimits.m... 100% Extract: get_field_idx.m... 100% Extract: get_fields_at_coordinates.m... 100% Extract: get_maxTI.m... 100% Extract: mesh_empty.m... 100% Extract: mesh_extract_regions.m... 100% Extract: mesh_get_fieldpeaks_and_focality.m... 100% Extract: mesh_get_histogram.m... 100% Extract: mesh_get_node_areas.m... 100% Extract: mesh_get_simulation_result.m... 100% Extract: mesh_get_surf_extrema_and_percentiles.m... 100% Extract: mesh_get_tetrahedron_centers.m... 100% Extract: mesh_get_tetrahedron_sizes.m... 100% Extract: mesh_get_triangle_centers.m... 100% Extract: mesh_get_triangle_sizes.m... 100% Extract: mesh_load_data_matrix_entry.m... 100% Extract: mesh_load_fsannot.m... 100% Extract: mesh_load_fsresults.m... 100% Extract: mesh_load_fssurf.m... 100% Extract: mesh_load_gmsh4.m... 100% Extract: mesh_load_hdf5.m... 100% Extract: mesh_save_gmsh4.m... 100% Extract: mesh_save_hdf5.m... 100% Extract: mesh_show_surface.m... 100% Extract: mni2subject_coords.m... 100% Extract: nifti_hdr.m... 100% Extract: nifti_load.m... 100% Extract: nifti_save.m... 100% Extract: opt_struct.m... 100% Extract: parse_input.m... 100% Extract: run_simnibs.m... 100% Extract: sim_struct.m... 100% Extract: simnibs_cli_call.m... 100% Extract: standard_cond.m... 100% Extract: subject2mni_coords.m... 100% Extract: subject_atlas.m... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\matlab_tools\@gifti Extract: README.md... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools Extract: __init__.py... 100% Extract: cython_msh.cp39-win_amd64.pyd... 100% Extract: cython_msh.pyx... 100% Extract: eeg_positions.py... 100% Extract: gmsh_view.py... 100% Extract: mesh_io.py... 100% Extract: meshing.py... 100% Extract: surface.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: eeg_positions.cpython-39.pyc... 100% Extract: gmsh_view.cpython-39.pyc... 100% Extract: mesh_io.cpython-39.pyc... 100% Extract: meshing.cpython-39.pyc... 100% Extract: surface.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools\cgal Extract: __init__.py... 100% Extract: cgal_misc.cp39-win_amd64.pyd... 100% Extract: cgal_misc.pyx... 100% Extract: create_mesh_surf.cp39-win_amd64.pyd... 100% Extract: create_mesh_surf.pyx... 100% Extract: create_mesh_vol.cp39-win_amd64.pyd... 100% Extract: create_mesh_vol.pyx... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools\cgal\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools\tests Extract: __init__.py Extract: test_mesh_io.py... 100% Extract: test_meshing.py... 100% Extract: test_msurface.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\mesh_tools\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_mesh_io.cpython-39.pyc... 100% Extract: test_meshing.cpython-39.pyc... 100% Extract: test_msurface.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\optimization Extract: ADMlib.py... 100% Extract: __init__.py Extract: cheb50.txt... 100% Extract: gauss50.txt... 100% Extract: opt_struct.py... 100% Extract: optimization_methods.py... 100% Extract: optimize_tms.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\optimization\__pycache__ Extract: ADMlib.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: opt_struct.cpython-39.pyc... 100% Extract: optimization_methods.cpython-39.pyc... 100% Extract: optimize_tms.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\optimization\tests Extract: __init__.py Extract: test_ADMlib.py... 100% Extract: test_opt_struct.py... 100% Extract: test_optimization_methods.py... 100% Extract: test_optimize_tms.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\optimization\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_ADMlib.cpython-39.pyc... 100% Extract: test_opt_struct.cpython-39.pyc... 100% Extract: test_optimization_methods.cpython-39.pyc... 100% Extract: test_optimize_tms.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources Extract: final_tissues_FreeSurferColorLUT.txt... 100% Extract: labeling_FreeSurferColorLUT.txt... 100% Extract: simnibslogo.msh... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\ElectrodeCaps_MNI Extract: EEG10-10_Cutini_2011.csv... 100% Extract: EEG10-10_Cutini_2011.geo... 100% Extract: EEG10-10_Neuroelectrics.csv... 100% Extract: EEG10-10_Neuroelectrics.geo... 100% Extract: EEG10-10_UI_Jurak_2007.csv... 100% Extract: EEG10-10_UI_Jurak_2007.geo... 100% Extract: EEG10-20_Okamoto_2004.csv... 100% Extract: EEG10-20_Okamoto_2004.geo... 100% Extract: EEG10-20_extended_SPM12.csv... 100% Extract: EEG10-20_extended_SPM12.geo... 100% Extract: Fiducials.csv... 100% Extract: Fiducials.geo... 100% Extract: Simnibs2.1_TDCScaps_description.odt... 100% Extract: Simnibs2.1_TDCScaps_description.pdf... 100% Extract: easycap_BC_TMS64_X21.csv... 100% Extract: easycap_BC_TMS64_X21.geo... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\coil_models Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\coil_models\Drakaki_BrainStim_2022 Extract: Deymed_120BFV.ccd... 100% Extract: Deymed_120BFV.html... 100% Extract: Deymed_120BFV.stl... 100% Extract: Deymed_120BFV.tsv... 100% Extract: Deymed_50BF.ccd... 100% Extract: Deymed_50BF.html... 100% Extract: Deymed_50BF.stl... 100% Extract: Deymed_50BF.tsv... 100% Extract: Deymed_70BF.ccd... 100% Extract: Deymed_70BF.html... 100% Extract: Deymed_70BF.stl... 100% Extract: Deymed_70BF.tsv... 100% Extract: MagMore_PMD25-decentral.ccd... 100% Extract: MagMore_PMD25-decentral.html... 100% Extract: MagMore_PMD25-decentral.stl... 100% Extract: MagMore_PMD25-decentral.tsv... 100% Extract: MagMore_PMD45-EEG.ccd... 100% Extract: MagMore_PMD45-EEG.html... 100% Extract: MagMore_PMD45-EEG.stl... 100% Extract: MagMore_PMD45-EEG.tsv... 100% Extract: MagMore_PMD70.ccd... 100% Extract: MagMore_PMD70.html... 100% Extract: MagMore_PMD70.stl... 100% Extract: MagMore_PMD70.tsv... 100% Extract: MagStim_D70.ccd... 100% Extract: MagStim_D70.stl... 100% Extract: MagStim_DCC.ccd... 100% Extract: MagStim_DCC.stl... 100% Extract: MagVenture_C-100.ccd... 100% Extract: MagVenture_C-100.html... 100% Extract: MagVenture_C-100.stl... 100% Extract: MagVenture_C-100.tsv... 100% Extract: MagVenture_C-B60.ccd... 100% Extract: MagVenture_C-B60.html... 100% Extract: MagVenture_C-B60.stl... 100% Extract: MagVenture_C-B60.tsv... 100% Extract: MagVenture_C-B70.ccd... 100% Extract: MagVenture_C-B70.stl... 100% Extract: MagVenture_CB70.html... 100% Extract: MagVenture_CB70.tsv... 100% Extract: MagVenture_Cool-B35.ccd... 100% Extract: MagVenture_Cool-B35.html... 100% Extract: MagVenture_Cool-B35.stl... 100% Extract: MagVenture_Cool-B35.tsv... 100% Extract: MagVenture_Cool-B65.ccd... 100% Extract: MagVenture_Cool-B65.html... 100% Extract: MagVenture_Cool-B65.stl... 100% Extract: MagVenture_Cool-B65.tsv... 100% Extract: MagVenture_Cool-B70.ccd... 100% Extract: MagVenture_Cool-B70.html... 100% Extract: MagVenture_Cool-B70.stl... 100% Extract: MagVenture_Cool-B70.tsv... 100% Extract: MagVenture_Cool-D-B80.ccd... 100% Extract: MagVenture_Cool-D-B80.html... 100% Extract: MagVenture_Cool-D-B80.stl... 100% Extract: MagVenture_Cool-D-B80.tsv... 100% Extract: MagVenture_MC-125.ccd... 100% Extract: MagVenture_MC-125.html... 100% Extract: MagVenture_MC-125.stl... 100% Extract: MagVenture_MC-125.tsv... 100% Extract: MagVenture_MC-125_new.ccd... 100% Extract: MagVenture_MC-125_new.html... 100% Extract: MagVenture_MC-125_new.stl... 100% Extract: MagVenture_MC-125_new.tsv... 100% Extract: MagVenture_MC-B70.ccd... 100% Extract: MagVenture_MC-B70.html... 100% Extract: MagVenture_MC-B70.stl... 100% Extract: MagVenture_MC-B70.tsv... 100% Extract: MagVenture_MCF-75.ccd... 100% Extract: MagVenture_MCF-75.html... 100% Extract: MagVenture_MCF-75.stl... 100% Extract: MagVenture_MCF-75.tsv... 100% Extract: MagVenture_MCF-B65.ccd... 100% Extract: MagVenture_MCF-B65.html... 100% Extract: MagVenture_MCF-B65.stl... 100% Extract: MagVenture_MCF-B65.tsv... 100% Extract: MagVenture_MCF-B65_new.ccd... 100% Extract: MagVenture_MCF-B65_new.html... 100% Extract: MagVenture_MCF-B65_new.stl... 100% Extract: MagVenture_MCF-B65_new.tsv... 100% Extract: MagVenture_MC_B65_HO8.ccd... 100% Extract: MagVenture_MC_B65_HO8.html... 100% Extract: MagVenture_MC_B65_HO8.stl... 100% Extract: MagVenture_MC_B65_HO8.tsv... 100% Extract: MagVenture_MMC-140-II.ccd... 100% Extract: MagVenture_MMC-140-II.html... 100% Extract: MagVenture_MMC-140-II.stl... 100% Extract: MagVenture_MMC-140-II.tsv... 100% Extract: MagVenture_MRI-B91.ccd... 100% Extract: MagVenture_MRI-B91.html... 100% Extract: MagVenture_MRI-B91.stl... 100% Extract: MagVenture_MRI-B91.tsv... 100% Extract: MagVenture_MST_Twin.ccd... 100% Extract: MagVenture_MST_Twin.html... 100% Extract: MagVenture_MST_Twin.stl... 100% Extract: MagVenture_MST_Twin.tsv... 100% Extract: Magstim_D70.html... 100% Extract: Magstim_D70.tsv... 100% Extract: Magstim_DCC.html... 100% Extract: Magstim_DCC.tsv... 100% Extract: readme_Drakaki_BrainStim_2022.pdf... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\coil_models\legacy_and_other Extract: MagVenture_MC_B70.ccd... 100% Extract: Magstim_70mm_Fig8.ccd... 100% Extract: Magstim_70mm_Fig8.nii.gz... 100% Extract: Magstim_D50_Alpha_BI.ccd... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\templates Extract: MNI152_T1_1mm.nii.gz Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\templates\fsaverage_atlases Extract: atlases_surfaces.man... 100% Extract: lh.aparc_DK40.freesurfer.annot... 100% Extract: lh.aparc_HCP_MMP1.freesurfer.annot... 100% Extract: lh.aparc_a2009s.freesurfer.annot... 100% Extract: rh.aparc_DK40.freesurfer.annot... 100% Extract: rh.aparc_HCP_MMP1.freesurfer.annot... 100% Extract: rh.aparc_a2009s.freesurfer.annot... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\resources\templates\fsaverage_surf Extract: lc.central.freesurfer.gii... 100% Extract: lc.sphere.freesurfer.gii... 100% Extract: lh.central.freesurfer.gii... 100% Extract: lh.inflated.freesurfer.gii... 100% Extract: lh.mask... 100% Extract: lh.sphere.freesurfer.gii... 100% Extract: rc.central.freesurfer.gii... 100% Extract: rc.sphere.freesurfer.gii... 100% Extract: rh.central.freesurfer.gii... 100% Extract: rh.inflated.freesurfer.gii... 100% Extract: rh.mask... 100% Extract: rh.sphere.freesurfer.gii... 100% Extract: templates_surfaces.man... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation Extract: __init__.py Extract: _cat_c_utils.cp39-win_amd64.pyd... 100% Extract: _cat_c_utils.pyx... 100% Extract: _marching_cubes_lewiner_cy.cp39-win_amd64.pyd... 100% Extract: _marching_cubes_lewiner_cy.pyx... 100% Extract: _marching_cubes_lewiner_luts.py... 100% Extract: _thickness.cp39-win_amd64.pyd... 100% Extract: _thickness.pyx... 100% Extract: brain_surface.py... 100% Extract: charm_main.py... 100% Extract: charm_utils.py... 100% Extract: marching_cube.py... 100% Extract: run_cat_multiprocessing.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _marching_cubes_lewiner_luts.cpython-39.pyc... 100% Extract: brain_surface.cpython-39.pyc... 100% Extract: charm_main.cpython-39.pyc... 100% Extract: charm_utils.cpython-39.pyc... 100% Extract: marching_cube.cpython-39.pyc... 100% Extract: run_cat_multiprocessing.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\atlases Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\atlases\charm_atlas_mni Extract: affine_no_neck.txt.gz... 100% Extract: atlas_level1.txt.gz... 100% Extract: atlas_level2.txt.gz... 100% Extract: charm_atlas_mni.ini... 100% Extract: compressionLookupTable.txt... 100% Extract: modifiedFreeSurferColorLUT.txt... 100% Extract: sharedGMMParameters_T1.txt... 100% Extract: sharedGMMParameters_T2.txt... 100% Extract: template.nii... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\cat_c_utils Extract: genus0.c... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\samseg Extract: Affine.py... 100% Extract: AffineWholeHead.py... 100% Extract: BiasField.py... 100% Extract: GMM.py... 100% Extract: ProbabilisticAtlas.py... 100% Extract: Samseg.py... 100% Extract: SamsegUtility.py... 100% Extract: SamsegWholeHead.py... 100% Extract: __init__.py... 100% Extract: color_scheme.py... 100% Extract: figures.py... 100% Extract: hdav.py... 100% Extract: io.py... 100% Extract: kvl.py... 100% Extract: merge_alphas.py... 100% Extract: simnibs_segmentation_utils.py... 100% Extract: utilities.py... 100% Extract: warp_mesh.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\samseg\__pycache__ Extract: Affine.cpython-39.pyc... 100% Extract: AffineWholeHead.cpython-39.pyc... 100% Extract: BiasField.cpython-39.pyc... 100% Extract: GMM.cpython-39.pyc... 100% Extract: ProbabilisticAtlas.cpython-39.pyc... 100% Extract: Samseg.cpython-39.pyc... 100% Extract: SamsegUtility.cpython-39.pyc... 100% Extract: SamsegWholeHead.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: color_scheme.cpython-39.pyc... 100% Extract: figures.cpython-39.pyc... 100% Extract: hdav.cpython-39.pyc... 100% Extract: io.cpython-39.pyc... 100% Extract: kvl.cpython-39.pyc... 100% Extract: merge_alphas.cpython-39.pyc... 100% Extract: simnibs_segmentation_utils.cpython-39.pyc... 100% Extract: utilities.cpython-39.pyc... 100% Extract: warp_mesh.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\tests Extract: __init__.py Extract: test_brain_surface.py... 100% Extract: test_cat_c_utils.py... 100% Extract: test_charm_utils.py... 100% Extract: test_marching_cube.py... 100% Extract: test_thickness.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\segmentation\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_brain_surface.cpython-39.pyc... 100% Extract: test_cat_c_utils.cpython-39.pyc... 100% Extract: test_charm_utils.cpython-39.pyc... 100% Extract: test_marching_cube.cpython-39.pyc... 100% Extract: test_thickness.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation Extract: __init__.py... 100% Extract: analytical_solutions.py... 100% Extract: biot_savart.py... 100% Extract: coil_numpy.py... 100% Extract: cond.py... 100% Extract: electrode_placement.py... 100% Extract: fem.py... 100% Extract: gpc.py... 100% Extract: pardiso.py... 100% Extract: petsc_solver.cp39-win_amd64.pyd... 100% Extract: petsc_solver.pyx... 100% Extract: run_simnibs.py... 100% Extract: sim_struct.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: analytical_solutions.cpython-39.pyc... 100% Extract: biot_savart.cpython-39.pyc... 100% Extract: coil_numpy.cpython-39.pyc... 100% Extract: cond.cpython-39.pyc... 100% Extract: electrode_placement.cpython-39.pyc... 100% Extract: fem.cpython-39.pyc... 100% Extract: gpc.cpython-39.pyc... 100% Extract: pardiso.cpython-39.pyc... 100% Extract: run_simnibs.cpython-39.pyc... 100% Extract: sim_struct.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc Extract: __init__.py... 100% Extract: adaptive.py... 100% Extract: grid.py... 100% Extract: misc.py... 100% Extract: ni.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: adaptive.cpython-39.pyc... 100% Extract: grid.cpython-39.pyc... 100% Extract: misc.cpython-39.pyc... 100% Extract: ni.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc\testfuncs Extract: __init__.py... 100% Extract: g_function.py... 100% Extract: ishigami.py... 100% Extract: lim_2002.py... 100% Extract: oakley_ohagan_2004.py... 100% Extract: oakley_ohagan_2004_M.txt... 100% Extract: oakley_ohagan_2004_a1.txt... 100% Extract: oakley_ohagan_2004_a2.txt... 100% Extract: oakley_ohagan_2004_a3.txt... 100% Extract: peaks.py... 100% Extract: sphere.py... 100% Extract: sphere0_fun.py... 100% Extract: sphere_fun.py... 100% Extract: testfunctions.py... 100% Extract: welch_1992.py... 100% Extract: wing_weight.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc\testfuncs\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: g_function.cpython-39.pyc... 100% Extract: ishigami.cpython-39.pyc... 100% Extract: lim_2002.cpython-39.pyc... 100% Extract: oakley_ohagan_2004.cpython-39.pyc... 100% Extract: peaks.cpython-39.pyc... 100% Extract: sphere.cpython-39.pyc... 100% Extract: sphere0_fun.cpython-39.pyc... 100% Extract: sphere_fun.cpython-39.pyc... 100% Extract: testfunctions.cpython-39.pyc... 100% Extract: welch_1992.cpython-39.pyc... 100% Extract: wing_weight.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc\tests Extract: test_adaptive.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\pygpc\tests\__pycache__ Extract: test_adaptive.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\tests Extract: __init__.py Extract: test_analytical_solutions.py... 100% Extract: test_biot_savart.py... 100% Extract: test_coil.py... 100% Extract: test_cond.py... 100% Extract: test_electrode_placement.py... 100% Extract: test_fem.py... 100% Extract: test_gpc.py... 100% Extract: test_pardiso.py... 100% Extract: test_sim_struct.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\simulation\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_analytical_solutions.cpython-39.pyc... 100% Extract: test_biot_savart.cpython-39.pyc... 100% Extract: test_coil.cpython-39.pyc... 100% Extract: test_cond.cpython-39.pyc... 100% Extract: test_electrode_placement.cpython-39.pyc... 100% Extract: test_fem.cpython-39.pyc... 100% Extract: test_gpc.cpython-39.pyc... 100% Extract: test_pardiso.cpython-39.pyc... 100% Extract: test_sim_struct.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\utils Extract: TI_utils.py... 100% Extract: __init__.py Extract: _system_path.py... 100% Extract: brainsprite_helper.py... 100% Extract: csv_reader.py... 100% Extract: file_finder.py... 100% Extract: html_writer.py... 100% Extract: itk_mesh_io.py... 100% Extract: matlab_read.py... 100% Extract: nnav.py... 100% Extract: plotting.py... 100% Extract: settings_reader.py... 100% Extract: simnibs_logger.py... 100% Extract: spawn_process.py... 100% Extract: transformations.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\utils\__pycache__ Extract: TI_utils.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: _system_path.cpython-39.pyc... 100% Extract: brainsprite_helper.cpython-39.pyc... 100% Extract: csv_reader.cpython-39.pyc... 100% Extract: file_finder.cpython-39.pyc... 100% Extract: html_writer.cpython-39.pyc... 100% Extract: itk_mesh_io.cpython-39.pyc... 100% Extract: matlab_read.cpython-39.pyc... 100% Extract: nnav.cpython-39.pyc... 100% Extract: plotting.cpython-39.pyc... 100% Extract: settings_reader.cpython-39.pyc... 100% Extract: simnibs_logger.cpython-39.pyc... 100% Extract: spawn_process.cpython-39.pyc... 100% Extract: transformations.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\utils\tests Extract: __init__.py Extract: test_TI_utils.py... 100% Extract: test_csv_reader.py... 100% Extract: test_file_finder.py... 100% Extract: test_itk_mesh_io.py... 100% Extract: test_nnav.py... 100% Extract: test_settings_reader.py... 100% Extract: test_spawn_process.py... 100% Extract: test_transformations.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs\utils\tests\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_TI_utils.cpython-39.pyc... 100% Extract: test_csv_reader.cpython-39.pyc... 100% Extract: test_file_finder.cpython-39.pyc... 100% Extract: test_itk_mesh_io.cpython-39.pyc... 100% Extract: test_nnav.cpython-39.pyc... 100% Extract: test_settings_reader.cpython-39.pyc... 100% Extract: test_spawn_process.cpython-39.pyc... 100% Extract: test_transformations.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\simnibs-4.0.0.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: entry_points.txt... 100% Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\sip-4.19.13.dist-info Extract: INSTALLER Extract: METADATA Extract: RECORD... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\six-1.16.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tomli Extract: __init__.py... 100% Extract: _parser.py... 100% Extract: _re.py... 100% Extract: _types.py... 100% Extract: py.typed Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tomli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _parser.cpython-39.pyc... 100% Extract: _re.cpython-39.pyc... 100% Extract: _types.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tomli-2.0.1.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado Extract: __init__.py... 100% Extract: _locale_data.py... 100% Extract: auth.py... 100% Extract: autoreload.py... 100% Extract: concurrent.py... 100% Extract: curl_httpclient.py... 100% Extract: escape.py... 100% Extract: gen.py... 100% Extract: http1connection.py... 100% Extract: httpclient.py... 100% Extract: httpserver.py... 100% Extract: httputil.py... 100% Extract: ioloop.py... 100% Extract: iostream.py... 100% Extract: locale.py... 100% Extract: locks.py... 100% Extract: log.py... 100% Extract: netutil.py... 100% Extract: options.py... 100% Extract: process.py... 100% Extract: py.typed Extract: queues.py... 100% Extract: routing.py... 100% Extract: simple_httpclient.py... 100% Extract: speedups.pyd... 100% Extract: tcpclient.py... 100% Extract: tcpserver.py... 100% Extract: template.py... 100% Extract: testing.py... 100% Extract: util.py... 100% Extract: web.py... 100% Extract: websocket.py... 100% Extract: wsgi.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _locale_data.cpython-39.pyc... 100% Extract: auth.cpython-39.pyc... 100% Extract: autoreload.cpython-39.pyc... 100% Extract: concurrent.cpython-39.pyc... 100% Extract: curl_httpclient.cpython-39.pyc... 100% Extract: escape.cpython-39.pyc... 100% Extract: gen.cpython-39.pyc... 100% Extract: http1connection.cpython-39.pyc... 100% Extract: httpclient.cpython-39.pyc... 100% Extract: httpserver.cpython-39.pyc... 100% Extract: httputil.cpython-39.pyc... 100% Extract: ioloop.cpython-39.pyc... 100% Extract: iostream.cpython-39.pyc... 100% Extract: locale.cpython-39.pyc... 100% Extract: locks.cpython-39.pyc... 100% Extract: log.cpython-39.pyc... 100% Extract: netutil.cpython-39.pyc... 100% Extract: options.cpython-39.pyc... 100% Extract: process.cpython-39.pyc... 100% Extract: queues.cpython-39.pyc... 100% Extract: routing.cpython-39.pyc... 100% Extract: simple_httpclient.cpython-39.pyc... 100% Extract: tcpclient.cpython-39.pyc... 100% Extract: tcpserver.cpython-39.pyc... 100% Extract: template.cpython-39.pyc... 100% Extract: testing.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: web.cpython-39.pyc... 100% Extract: websocket.cpython-39.pyc... 100% Extract: wsgi.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\platform Extract: __init__.py Extract: asyncio.py... 100% Extract: caresresolver.py... 100% Extract: twisted.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\platform\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: asyncio.cpython-39.pyc... 100% Extract: caresresolver.cpython-39.pyc... 100% Extract: twisted.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test Extract: __init__.py Extract: __main__.py... 100% Extract: asyncio_test.py... 100% Extract: auth_test.py... 100% Extract: autoreload_test.py... 100% Extract: concurrent_test.py... 100% Extract: curl_httpclient_test.py... 100% Extract: escape_test.py... 100% Extract: gen_test.py... 100% Extract: http1connection_test.py... 100% Extract: httpclient_test.py... 100% Extract: httpserver_test.py... 100% Extract: httputil_test.py... 100% Extract: import_test.py... 100% Extract: ioloop_test.py... 100% Extract: iostream_test.py... 100% Extract: locale_test.py... 100% Extract: locks_test.py... 100% Extract: log_test.py... 100% Extract: netutil_test.py... 100% Extract: options_test.cfg Extract: options_test.py... 100% Extract: options_test_types.cfg... 100% Extract: options_test_types_str.cfg... 100% Extract: process_test.py... 100% Extract: queues_test.py... 100% Extract: resolve_test_helper.py... 100% Extract: routing_test.py... 100% Extract: runtests.py... 100% Extract: simple_httpclient_test.py... 100% Extract: static_foo.txt Extract: tcpclient_test.py... 100% Extract: tcpserver_test.py... 100% Extract: template_test.py... 100% Extract: test.crt... 100% Extract: test.key... 100% Extract: testing_test.py... 100% Extract: twisted_test.py... 100% Extract: util.py... 100% Extract: util_test.py... 100% Extract: web_test.py... 100% Extract: websocket_test.py... 100% Extract: wsgi_test.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: asyncio_test.cpython-39.pyc... 100% Extract: auth_test.cpython-39.pyc... 100% Extract: autoreload_test.cpython-39.pyc... 100% Extract: concurrent_test.cpython-39.pyc... 100% Extract: curl_httpclient_test.cpython-39.pyc... 100% Extract: escape_test.cpython-39.pyc... 100% Extract: gen_test.cpython-39.pyc... 100% Extract: http1connection_test.cpython-39.pyc... 100% Extract: httpclient_test.cpython-39.pyc... 100% Extract: httpserver_test.cpython-39.pyc... 100% Extract: httputil_test.cpython-39.pyc... 100% Extract: import_test.cpython-39.pyc... 100% Extract: ioloop_test.cpython-39.pyc... 100% Extract: iostream_test.cpython-39.pyc... 100% Extract: locale_test.cpython-39.pyc... 100% Extract: locks_test.cpython-39.pyc... 100% Extract: log_test.cpython-39.pyc... 100% Extract: netutil_test.cpython-39.pyc... 100% Extract: options_test.cpython-39.pyc... 100% Extract: process_test.cpython-39.pyc... 100% Extract: queues_test.cpython-39.pyc... 100% Extract: resolve_test_helper.cpython-39.pyc... 100% Extract: routing_test.cpython-39.pyc... 100% Extract: runtests.cpython-39.pyc... 100% Extract: simple_httpclient_test.cpython-39.pyc... 100% Extract: tcpclient_test.cpython-39.pyc... 100% Extract: tcpserver_test.cpython-39.pyc... 100% Extract: template_test.cpython-39.pyc... 100% Extract: testing_test.cpython-39.pyc... 100% Extract: twisted_test.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: util_test.cpython-39.pyc... 100% Extract: web_test.cpython-39.pyc... 100% Extract: websocket_test.cpython-39.pyc... 100% Extract: wsgi_test.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\csv_translations Extract: fr_FR.csv Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\gettext_translations Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\gettext_translations\fr_FR Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\gettext_translations\fr_FR\LC_MESSAGES Extract: tornado_test.mo... 100% Extract: tornado_test.po... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\static Extract: robots.txt Extract: sample.xml... 100% Extract: sample.xml.bz2 Extract: sample.xml.gz Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\static\dir Extract: index.html Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado\test\templates Extract: utf8.html Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\tornado-6.2.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3 Extract: __init__.py... 100% Extract: _collections.py... 100% Extract: _version.py Extract: connection.py... 100% Extract: connectionpool.py... 100% Extract: exceptions.py... 100% Extract: fields.py... 100% Extract: filepost.py... 100% Extract: poolmanager.py... 100% Extract: request.py... 100% Extract: response.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _collections.cpython-39.pyc... 100% Extract: _version.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Extract: connectionpool.cpython-39.pyc... 100% Extract: exceptions.cpython-39.pyc... 100% Extract: fields.cpython-39.pyc... 100% Extract: filepost.cpython-39.pyc... 100% Extract: poolmanager.cpython-39.pyc... 100% Extract: request.cpython-39.pyc... 100% Extract: response.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\contrib Extract: __init__.py Extract: _appengine_environ.py... 100% Extract: appengine.py... 100% Extract: ntlmpool.py... 100% Extract: pyopenssl.py... 100% Extract: securetransport.py... 100% Extract: socks.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\contrib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _appengine_environ.cpython-39.pyc... 100% Extract: appengine.cpython-39.pyc... 100% Extract: ntlmpool.cpython-39.pyc... 100% Extract: pyopenssl.cpython-39.pyc... 100% Extract: securetransport.cpython-39.pyc... 100% Extract: socks.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\contrib\_securetransport Extract: __init__.py Extract: bindings.py... 100% Extract: low_level.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\contrib\_securetransport\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bindings.cpython-39.pyc... 100% Extract: low_level.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\packages Extract: __init__.py Extract: six.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\packages\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: six.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\packages\backports Extract: __init__.py Extract: makefile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\packages\backports\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: makefile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\util Extract: __init__.py... 100% Extract: connection.py... 100% Extract: proxy.py... 100% Extract: queue.py... 100% Extract: request.py... 100% Extract: response.py... 100% Extract: retry.py... 100% Extract: ssl_.py... 100% Extract: ssl_match_hostname.py... 100% Extract: ssltransport.py... 100% Extract: timeout.py... 100% Extract: url.py... 100% Extract: wait.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3\util\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: connection.cpython-39.pyc... 100% Extract: proxy.cpython-39.pyc... 100% Extract: queue.cpython-39.pyc... 100% Extract: request.cpython-39.pyc... 100% Extract: response.cpython-39.pyc... 100% Extract: retry.cpython-39.pyc... 100% Extract: ssl_.cpython-39.pyc... 100% Extract: ssl_match_hostname.cpython-39.pyc... 100% Extract: ssltransport.cpython-39.pyc... 100% Extract: timeout.cpython-39.pyc... 100% Extract: url.cpython-39.pyc... 100% Extract: wait.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\urllib3-1.26.12.dist-info Extract: INSTALLER Extract: LICENSE.txt... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel Extract: __init__.py Extract: __main__.py... 100% Extract: bdist_wheel.py... 100% Extract: macosx_libfile.py... 100% Extract: metadata.py... 100% Extract: pkginfo.py... 100% Extract: util.py... 100% Extract: wheelfile.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: bdist_wheel.cpython-39.pyc... 100% Extract: macosx_libfile.cpython-39.pyc... 100% Extract: metadata.cpython-39.pyc... 100% Extract: pkginfo.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: wheelfile.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\cli Extract: __init__.py... 100% Extract: convert.py... 100% Extract: pack.py... 100% Extract: unpack.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\cli\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: convert.cpython-39.pyc... 100% Extract: pack.cpython-39.pyc... 100% Extract: unpack.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\vendored Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\vendored\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\vendored\packaging Extract: __init__.py Extract: _typing.py... 100% Extract: tags.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel\vendored\packaging\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _typing.cpython-39.pyc... 100% Extract: tags.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\wheel-0.37.1-py3.9.egg-info Extract: PKG-INFO... 100% Extract: SOURCES.txt... 100% Extract: dependency_links.txt Extract: entry_points.txt... 100% Extract: not-zip-safe Extract: requires.txt Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\site-packages\win_inet_pton-1.1.0.dist-info Extract: INSTALLER Extract: LICENSE... 100% Extract: METADATA... 100% Extract: RECORD... 100% Extract: REQUESTED Extract: WHEEL... 100% Extract: direct_url.json Extract: top_level.txt Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\sqlite3 Extract: __init__.py... 100% Extract: dbapi2.py... 100% Extract: dump.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\sqlite3\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: dbapi2.cpython-39.pyc... 100% Extract: dump.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\sqlite3\test Extract: __init__.py Extract: backup.py... 100% Extract: dbapi.py... 100% Extract: dump.py... 100% Extract: factory.py... 100% Extract: hooks.py... 100% Extract: regression.py... 100% Extract: transactions.py... 100% Extract: types.py... 100% Extract: userfunctions.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\sqlite3\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: backup.cpython-39.pyc... 100% Extract: dbapi.cpython-39.pyc... 100% Extract: dump.cpython-39.pyc... 100% Extract: factory.cpython-39.pyc... 100% Extract: hooks.cpython-39.pyc... 100% Extract: regression.cpython-39.pyc... 100% Extract: transactions.cpython-39.pyc... 100% Extract: types.cpython-39.pyc... 100% Extract: userfunctions.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\test Extract: __init__.py Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\test\support Extract: __init__.py... 100% Extract: bytecode_helper.py... 100% Extract: hashlib_helper.py... 100% Extract: logging_helper.py... 100% Extract: script_helper.py... 100% Extract: socket_helper.py... 100% Extract: testresult.py... 100% Extract: warnings_helper.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\test\support\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: bytecode_helper.cpython-39.pyc... 100% Extract: hashlib_helper.cpython-39.pyc... 100% Extract: logging_helper.cpython-39.pyc... 100% Extract: script_helper.cpython-39.pyc... 100% Extract: socket_helper.cpython-39.pyc... 100% Extract: testresult.cpython-39.pyc... 100% Extract: warnings_helper.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: colorchooser.py... 100% Extract: commondialog.py... 100% Extract: constants.py... 100% Extract: dialog.py... 100% Extract: dnd.py... 100% Extract: filedialog.py... 100% Extract: font.py... 100% Extract: messagebox.py... 100% Extract: scrolledtext.py... 100% Extract: simpledialog.py... 100% Extract: tix.py... 100% Extract: ttk.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: colorchooser.cpython-39.pyc... 100% Extract: commondialog.cpython-39.pyc... 100% Extract: constants.cpython-39.pyc... 100% Extract: dialog.cpython-39.pyc... 100% Extract: dnd.cpython-39.pyc... 100% Extract: filedialog.cpython-39.pyc... 100% Extract: font.cpython-39.pyc... 100% Extract: messagebox.cpython-39.pyc... 100% Extract: scrolledtext.cpython-39.pyc... 100% Extract: simpledialog.cpython-39.pyc... 100% Extract: tix.cpython-39.pyc... 100% Extract: ttk.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test Extract: README... 100% Extract: __init__.py Extract: support.py... 100% Extract: widget_tests.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: support.cpython-39.pyc... 100% Extract: widget_tests.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test\test_tkinter Extract: __init__.py Extract: test_colorchooser.py... 100% Extract: test_font.py... 100% Extract: test_geometry_managers.py... 100% Extract: test_images.py... 100% Extract: test_loadtk.py... 100% Extract: test_misc.py... 100% Extract: test_simpledialog.py... 100% Extract: test_text.py... 100% Extract: test_variables.py... 100% Extract: test_widgets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test\test_tkinter\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_colorchooser.cpython-39.pyc... 100% Extract: test_font.cpython-39.pyc... 100% Extract: test_geometry_managers.cpython-39.pyc... 100% Extract: test_images.cpython-39.pyc... 100% Extract: test_loadtk.cpython-39.pyc... 100% Extract: test_misc.cpython-39.pyc... 100% Extract: test_simpledialog.cpython-39.pyc... 100% Extract: test_text.cpython-39.pyc... 100% Extract: test_variables.cpython-39.pyc... 100% Extract: test_widgets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test\test_ttk Extract: __init__.py Extract: test_extensions.py... 100% Extract: test_style.py... 100% Extract: test_widgets.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\tkinter\test\test_ttk\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: test_extensions.cpython-39.pyc... 100% Extract: test_style.cpython-39.pyc... 100% Extract: test_widgets.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\turtledemo Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: bytedesign.py... 100% Extract: chaos.py... 100% Extract: clock.py... 100% Extract: colormixer.py... 100% Extract: forest.py... 100% Extract: fractalcurves.py... 100% Extract: lindenmayer.py... 100% Extract: minimal_hanoi.py... 100% Extract: nim.py... 100% Extract: paint.py... 100% Extract: peace.py... 100% Extract: penrose.py... 100% Extract: planet_and_moon.py... 100% Extract: rosette.py... 100% Extract: round_dance.py... 100% Extract: sorting_animate.py... 100% Extract: tree.py... 100% Extract: turtle.cfg... 100% Extract: two_canvases.py... 100% Extract: yinyang.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\turtledemo\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: bytedesign.cpython-39.pyc... 100% Extract: chaos.cpython-39.pyc... 100% Extract: clock.cpython-39.pyc... 100% Extract: colormixer.cpython-39.pyc... 100% Extract: forest.cpython-39.pyc... 100% Extract: fractalcurves.cpython-39.pyc... 100% Extract: lindenmayer.cpython-39.pyc... 100% Extract: minimal_hanoi.cpython-39.pyc... 100% Extract: nim.cpython-39.pyc... 100% Extract: paint.cpython-39.pyc... 100% Extract: peace.cpython-39.pyc... 100% Extract: penrose.cpython-39.pyc... 100% Extract: planet_and_moon.cpython-39.pyc... 100% Extract: rosette.cpython-39.pyc... 100% Extract: round_dance.cpython-39.pyc... 100% Extract: sorting_animate.cpython-39.pyc... 100% Extract: tree.cpython-39.pyc... 100% Extract: two_canvases.cpython-39.pyc... 100% Extract: yinyang.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: _log.py... 100% Extract: async_case.py... 100% Extract: case.py... 100% Extract: loader.py... 100% Extract: main.py... 100% Extract: mock.py... 100% Extract: result.py... 100% Extract: runner.py... 100% Extract: signals.py... 100% Extract: suite.py... 100% Extract: util.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: _log.cpython-39.pyc... 100% Extract: async_case.cpython-39.pyc... 100% Extract: case.cpython-39.pyc... 100% Extract: loader.cpython-39.pyc... 100% Extract: main.cpython-39.pyc... 100% Extract: mock.cpython-39.pyc... 100% Extract: result.cpython-39.pyc... 100% Extract: runner.cpython-39.pyc... 100% Extract: signals.cpython-39.pyc... 100% Extract: suite.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest\test Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: _test_warnings.py... 100% Extract: dummy.py Extract: support.py... 100% Extract: test_assertions.py... 100% Extract: test_async_case.py... 100% Extract: test_break.py... 100% Extract: test_case.py... 100% Extract: test_discovery.py... 100% Extract: test_functiontestcase.py... 100% Extract: test_loader.py... 100% Extract: test_program.py... 100% Extract: test_result.py... 100% Extract: test_runner.py... 100% Extract: test_setups.py... 100% Extract: test_skipping.py... 100% Extract: test_suite.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest\test\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: _test_warnings.cpython-39.pyc... 100% Extract: dummy.cpython-39.pyc... 100% Extract: support.cpython-39.pyc... 100% Extract: test_assertions.cpython-39.pyc... 100% Extract: test_async_case.cpython-39.pyc... 100% Extract: test_break.cpython-39.pyc... 100% Extract: test_case.cpython-39.pyc... 100% Extract: test_discovery.cpython-39.pyc... 100% Extract: test_functiontestcase.cpython-39.pyc... 100% Extract: test_loader.cpython-39.pyc... 100% Extract: test_program.cpython-39.pyc... 100% Extract: test_result.cpython-39.pyc... 100% Extract: test_runner.cpython-39.pyc... 100% Extract: test_setups.cpython-39.pyc... 100% Extract: test_skipping.cpython-39.pyc... 100% Extract: test_suite.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest\test\testmock Extract: __init__.py... 100% Extract: __main__.py... 100% Extract: support.py... 100% Extract: testasync.py... 100% Extract: testcallable.py... 100% Extract: testhelpers.py... 100% Extract: testmagicmethods.py... 100% Extract: testmock.py... 100% Extract: testpatch.py... 100% Extract: testsealable.py... 100% Extract: testsentinel.py... 100% Extract: testwith.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\unittest\test\testmock\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Extract: support.cpython-39.pyc... 100% Extract: testasync.cpython-39.pyc... 100% Extract: testcallable.cpython-39.pyc... 100% Extract: testhelpers.cpython-39.pyc... 100% Extract: testmagicmethods.cpython-39.pyc... 100% Extract: testmock.cpython-39.pyc... 100% Extract: testpatch.cpython-39.pyc... 100% Extract: testsealable.cpython-39.pyc... 100% Extract: testsentinel.cpython-39.pyc... 100% Extract: testwith.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\urllib Extract: __init__.py Extract: error.py... 100% Extract: parse.py... 100% Extract: request.py... 100% Extract: response.py... 100% Extract: robotparser.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\urllib\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: error.cpython-39.pyc... 100% Extract: parse.cpython-39.pyc... 100% Extract: request.cpython-39.pyc... 100% Extract: response.cpython-39.pyc... 100% Extract: robotparser.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv Extract: __init__.py... 100% Extract: __main__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: __main__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv\scripts Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv\scripts\common Extract: Activate.ps1... 100% Extract: activate... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv\scripts\nt Extract: activate.bat... 100% Extract: deactivate.bat... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\venv\scripts\posix Extract: activate.csh... 100% Extract: activate.fish... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\wsgiref Extract: __init__.py... 100% Extract: handlers.py... 100% Extract: headers.py... 100% Extract: simple_server.py... 100% Extract: util.py... 100% Extract: validate.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\wsgiref\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: handlers.cpython-39.pyc... 100% Extract: headers.cpython-39.pyc... 100% Extract: simple_server.cpython-39.pyc... 100% Extract: util.cpython-39.pyc... 100% Extract: validate.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml Extract: __init__.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\__pycache__ Extract: __init__.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\dom Extract: NodeFilter.py... 100% Extract: __init__.py... 100% Extract: domreg.py... 100% Extract: expatbuilder.py... 100% Extract: minicompat.py... 100% Extract: minidom.py... 100% Extract: pulldom.py... 100% Extract: xmlbuilder.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\dom\__pycache__ Extract: NodeFilter.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: domreg.cpython-39.pyc... 100% Extract: expatbuilder.cpython-39.pyc... 100% Extract: minicompat.cpython-39.pyc... 100% Extract: minidom.cpython-39.pyc... 100% Extract: pulldom.cpython-39.pyc... 100% Extract: xmlbuilder.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\etree Extract: ElementInclude.py... 100% Extract: ElementPath.py... 100% Extract: ElementTree.py... 100% Extract: __init__.py... 100% Extract: cElementTree.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\etree\__pycache__ Extract: ElementInclude.cpython-39.pyc... 100% Extract: ElementPath.cpython-39.pyc... 100% Extract: ElementTree.cpython-39.pyc... 100% Extract: __init__.cpython-39.pyc... 100% Extract: cElementTree.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\parsers Extract: __init__.py... 100% Extract: expat.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\parsers\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: expat.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\sax Extract: __init__.py... 100% Extract: _exceptions.py... 100% Extract: expatreader.py... 100% Extract: handler.py... 100% Extract: saxutils.py... 100% Extract: xmlreader.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xml\sax\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _exceptions.cpython-39.pyc... 100% Extract: expatreader.cpython-39.pyc... 100% Extract: handler.cpython-39.pyc... 100% Extract: saxutils.cpython-39.pyc... 100% Extract: xmlreader.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xmlrpc Extract: __init__.py Extract: client.py... 100% Extract: server.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\xmlrpc\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: client.cpython-39.pyc... 100% Extract: server.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\zoneinfo Extract: __init__.py... 100% Extract: _common.py... 100% Extract: _tzpath.py... 100% Extract: _zoneinfo.py... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Lib\zoneinfo\__pycache__ Extract: __init__.cpython-39.pyc... 100% Extract: _common.cpython-39.pyc... 100% Extract: _tzpath.cpython-39.pyc... 100% Extract: _zoneinfo.cpython-39.pyc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library Extract: COPYING... 100% Extract: RELEASE.txt... 100% Extract: USING_HDF5_CMake.txt... 100% Extract: USING_HDF5_VS.txt... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\bin Extract: Lerc.dll... 100% Extract: Qt53DAnimation.dll... 100% Extract: Qt53DCore.dll... 100% Extract: Qt53DExtras.dll... 100% Extract: Qt53DInput.dll... 100% Extract: Qt53DLogic.dll... 100% Extract: Qt53DQuick.dll... 100% Extract: Qt53DQuickAnimation.dll... 100% Extract: Qt53DQuickExtras.dll... 100% Extract: Qt53DQuickInput.dll... 100% Extract: Qt53DQuickRender.dll... 100% Extract: Qt53DQuickScene2D.dll... 100% Extract: Qt53DRender.dll... 100% Extract: Qt5Bluetooth.dll... 100% Extract: Qt5Charts.dll... 100% Extract: Qt5Concurrent.dll... 100% Extract: Qt5Core.dll... 100% Extract: Qt5DBus.dll... 100% Extract: Qt5DataVisualization.dll... 100% Extract: Qt5Designer.dll... 100% Extract: Qt5DesignerComponents.dll... 100% Extract: Qt5Gamepad.dll... 100% Extract: Qt5Gui.dll... 100% Extract: Qt5Help.dll... 100% Extract: Qt5Location.dll... 100% Extract: Qt5Multimedia.dll... 100% Extract: Qt5MultimediaQuick_p.dll... 100% Extract: Qt5MultimediaWidgets.dll... 100% Extract: Qt5Network.dll... 100% Extract: Qt5NetworkAuth.dll... 100% Extract: Qt5Nfc.dll... 100% Extract: Qt5OpenGL.dll... 100% Extract: Qt5Positioning.dll... 100% Extract: Qt5PrintSupport.dll... 100% Extract: Qt5Purchasing.dll... 100% Extract: Qt5Qml.dll... 100% Extract: Qt5Quick.dll... 100% Extract: Qt5QuickControls2.dll... 100% Extract: Qt5QuickParticles.dll... 100% Extract: Qt5QuickTemplates2.dll... 100% Extract: Qt5QuickTest.dll... 100% Extract: Qt5QuickWidgets.dll... 100% Extract: Qt5RemoteObjects.dll... 100% Extract: Qt5Script.dll... 100% Extract: Qt5ScriptTools.dll... 100% Extract: Qt5Scxml.dll... 100% Extract: Qt5Sensors.dll... 100% Extract: Qt5SerialBus.dll... 100% Extract: Qt5SerialPort.dll... 100% Extract: Qt5Sql.dll... 100% Extract: Qt5Svg.dll... 100% Extract: Qt5Test.dll... 100% Extract: Qt5TextToSpeech.dll... 100% Extract: Qt5WebChannel.dll... 100% Extract: Qt5WebEngine.dll... 100% Extract: Qt5WebEngineCore.dll... 100% Extract: Qt5WebEngineWidgets.dll... 100% Extract: Qt5WebSockets.dll... 100% Extract: Qt5WebView.dll... 100% Extract: Qt5Widgets.dll... 100% Extract: Qt5WinExtras.dll... 100% Extract: Qt5Xml.dll... 100% Extract: Qt5XmlPatterns.dll... 100% Extract: QtWebEngineProcess.exe... 100% Extract: api-ms-win-core-console-l1-1-0.dll... 100% Extract: api-ms-win-core-datetime-l1-1-0.dll... 100% Extract: api-ms-win-core-debug-l1-1-0.dll... 100% Extract: api-ms-win-core-errorhandling-l1-1-0.dll... 100% Extract: api-ms-win-core-file-l1-1-0.dll... 100% Extract: api-ms-win-core-file-l1-2-0.dll... 100% Extract: api-ms-win-core-file-l2-1-0.dll... 100% Extract: api-ms-win-core-handle-l1-1-0.dll... 100% Extract: api-ms-win-core-heap-l1-1-0.dll... 100% Extract: api-ms-win-core-interlocked-l1-1-0.dll... 100% Extract: api-ms-win-core-libraryloader-l1-1-0.dll... 100% Extract: api-ms-win-core-localization-l1-2-0.dll... 100% Extract: api-ms-win-core-memory-l1-1-0.dll... 100% Extract: api-ms-win-core-namedpipe-l1-1-0.dll... 100% Extract: api-ms-win-core-processenvironment-l1-1-0.dll... 100% Extract: api-ms-win-core-processthreads-l1-1-0.dll... 100% Extract: api-ms-win-core-processthreads-l1-1-1.dll... 100% Extract: api-ms-win-core-profile-l1-1-0.dll... 100% Extract: api-ms-win-core-rtlsupport-l1-1-0.dll... 100% Extract: api-ms-win-core-string-l1-1-0.dll... 100% Extract: api-ms-win-core-synch-l1-1-0.dll... 100% Extract: api-ms-win-core-synch-l1-2-0.dll... 100% Extract: api-ms-win-core-sysinfo-l1-1-0.dll... 100% Extract: api-ms-win-core-timezone-l1-1-0.dll... 100% Extract: api-ms-win-core-util-l1-1-0.dll... 100% Extract: api-ms-win-crt-conio-l1-1-0.dll... 100% Extract: api-ms-win-crt-convert-l1-1-0.dll... 100% Extract: api-ms-win-crt-environment-l1-1-0.dll... 100% Extract: api-ms-win-crt-filesystem-l1-1-0.dll... 100% Extract: api-ms-win-crt-heap-l1-1-0.dll... 100% Extract: api-ms-win-crt-locale-l1-1-0.dll... 100% Extract: api-ms-win-crt-math-l1-1-0.dll... 100% Extract: api-ms-win-crt-multibyte-l1-1-0.dll... 100% Extract: api-ms-win-crt-private-l1-1-0.dll... 100% Extract: api-ms-win-crt-process-l1-1-0.dll... 100% Extract: api-ms-win-crt-runtime-l1-1-0.dll... 100% Extract: api-ms-win-crt-stdio-l1-1-0.dll... 100% Extract: api-ms-win-crt-string-l1-1-0.dll... 100% Extract: api-ms-win-crt-time-l1-1-0.dll... 100% Extract: api-ms-win-crt-utility-l1-1-0.dll... 100% Extract: assistant.exe... 100% Extract: b2.exe... 100% Extract: bjam.exe... 100% Extract: boost_atomic.dll... 100% Extract: boost_chrono.dll... 100% Extract: boost_container.dll... 100% Extract: boost_context.dll... 100% Extract: boost_contract.dll... 100% Extract: boost_coroutine.dll... 100% Extract: boost_date_time.dll... 100% Extract: boost_fiber.dll... 100% Extract: boost_filesystem.dll... 100% Extract: boost_graph.dll... 100% Extract: boost_iostreams.dll... 100% Extract: boost_locale.dll... 100% Extract: boost_log.dll... 100% Extract: boost_log_setup.dll... 100% Extract: boost_math_c99.dll... 100% Extract: boost_math_c99f.dll... 100% Extract: boost_math_c99l.dll... 100% Extract: boost_math_tr1.dll... 100% Extract: boost_math_tr1f.dll... 100% Extract: boost_math_tr1l.dll... 100% Extract: boost_nowide.dll... 100% Extract: boost_numpy39.dll... 100% Extract: boost_prg_exec_monitor.dll... 100% Extract: boost_program_options.dll... 100% Extract: boost_python39.dll... 100% Extract: boost_random.dll... 100% Extract: boost_regex.dll... 100% Extract: boost_serialization.dll... 100% Extract: boost_stacktrace_noop.dll... 100% Extract: boost_stacktrace_windbg.dll... 100% Extract: boost_stacktrace_windbg_cached.dll... 100% Extract: boost_system.dll... 100% Extract: boost_thread.dll... 100% Extract: boost_timer.dll... 100% Extract: boost_type_erasure.dll... 100% Extract: boost_unit_test_framework.dll... 100% Extract: boost_wave.dll... 100% Extract: boost_wserialization.dll... 100% Extract: brotli.exe... 100% Extract: brotlicommon.dll... 100% Extract: brotlidec.dll... 100% Extract: brotlienc.dll... 100% Extract: c_rehash.pl... 100% Extract: canbusutil.exe... 100% Extract: cilkrts20.dll... 100% Extract: cjpeg.exe... 100% Extract: concrt140.dll... 100% Extract: cwebp.exe... 100% Extract: derb.exe... 100% Extract: designer.exe... 100% Extract: djpeg.exe... 100% Extract: dumpcpp.exe... 100% Extract: dumpdoc.exe... 100% Extract: dwebp.exe... 100% Extract: fax2ps.exe... 100% Extract: fax2tiff.exe... 100% Extract: fftw3.dll... 100% Extract: fftw3f.dll... 100% Extract: fixqt4headers.pl... 100% Extract: freeglut.dll... 100% Extract: freetype.dll... 100% Extract: genbrk.exe... 100% Extract: genccode.exe... 100% Extract: gencfu.exe... 100% Extract: gencmn.exe... 100% Extract: gencnval.exe... 100% Extract: gendict.exe... 100% Extract: gennorm2.exe... 100% Extract: genrb.exe... 100% Extract: gensprep.exe... 100% Extract: gif2h5-shared.exe... 100% Extract: gif2h5.exe... 100% Extract: h52gif-shared.exe... 100% Extract: h52gif.exe... 100% Extract: h5clear-shared.exe... 100% Extract: h5clear.exe... 100% Extract: h5copy-shared.exe... 100% Extract: h5copy.exe... 100% Extract: h5debug-shared.exe... 100% Extract: h5debug.exe... 100% Extract: h5diff-shared.exe... 100% Extract: h5diff.exe... 100% Extract: h5dump-shared.exe... 100% Extract: h5dump.exe... 100% Extract: h5format_convert-shared.exe... 100% Extract: h5format_convert.exe... 100% Extract: h5import-shared.exe... 100% Extract: h5import.exe... 100% Extract: h5jam-shared.exe... 100% Extract: h5jam.exe... 100% Extract: h5ls-shared.exe... 100% Extract: h5ls.exe... 100% Extract: h5mkgrp-shared.exe... 100% Extract: h5mkgrp.exe... 100% Extract: h5repack-shared.exe... 100% Extract: h5repack.exe... 100% Extract: h5repart-shared.exe... 100% Extract: h5repart.exe... 100% Extract: h5stat-shared.exe... 100% Extract: h5stat.exe... 100% Extract: h5unjam-shared.exe... 100% Extract: h5unjam.exe... 100% Extract: h5watch-shared.exe... 100% Extract: h5watch.exe... 100% Extract: hdf5.dll... 100% Extract: hdf5_cpp.dll... 100% Extract: hdf5_hl.dll... 100% Extract: hdf5_hl_cpp.dll... 100% Extract: hdf5_tools.dll... 100% Extract: icu-config... 100% Extract: icudt.dll... 100% Extract: icudt58.dll... 100% Extract: icuin.dll... 100% Extract: icuin58.dll... 100% Extract: icuinfo.exe... 100% Extract: icuio.dll... 100% Extract: icuio58.dll... 100% Extract: icupkg.exe... 100% Extract: icutest.dll... 100% Extract: icutest58.dll... 100% Extract: icutu.dll... 100% Extract: icutu58.dll... 100% Extract: icuuc.dll... 100% Extract: icuuc58.dll... 100% Extract: idc.exe... 100% Extract: ifdlg100.dll... 100% Extract: jpegtran.exe... 100% Extract: lconvert.exe... 100% Extract: libEGL.dll... 100% Extract: libGLESv2.dll... 100% Extract: libchkp.dll... 100% Extract: libcrypto-1_1-x64.dll... 100% Extract: libcrypto-1_1-x64.pdb... 100% Extract: libdeflate-gunzip.exe... 100% Extract: libdeflate-gzip.exe... 100% Extract: libdeflate.dll... 100% Extract: libicaf.dll... 100% Extract: libifcoremd.dll... 100% Extract: libifcorert.dll... 100% Extract: libifportmd.dll... 100% Extract: libimalloc.dll... 100% Extract: libiomp5md.dll... 100% Extract: libiomp5md.pdb... 100% Extract: libiompstubs5md.dll... 100% Extract: libirngmd.dll... 100% Extract: libjpeg.dll... 100% Extract: liblz4.dll... 100% Extract: liblzma.dll... 100% Extract: libmmd.dll... 100% Extract: libomp-fallback-cstring.spv... 100% Extract: libpng16.dll... 100% Extract: libssl-1_1-x64.dll... 100% Extract: libssl-1_1-x64.pdb... 100% Extract: libtiff.dll... 100% Extract: libtiffxx.dll... 100% Extract: libzstd.dll... 100% Extract: linguist.exe... 100% Extract: lrelease.exe... 100% Extract: lupdate.exe... 100% Extract: lz4.exe... 100% Extract: lzmainfo.exe... 100% Extract: makeconv.exe... 100% Extract: mkl_avx.1.dll... 100% Extract: mkl_avx2.1.dll... 100% Extract: mkl_avx512.1.dll... 100% Extract: mkl_blacs_ilp64.1.dll... 100% Extract: mkl_blacs_intelmpi_ilp64.1.dll... 100% Extract: mkl_blacs_intelmpi_lp64.1.dll... 100% Extract: mkl_blacs_lp64.1.dll... 100% Extract: mkl_blacs_mpich2_ilp64.1.dll... 100% Extract: mkl_blacs_mpich2_lp64.1.dll... 100% Extract: mkl_blacs_msmpi_ilp64.1.dll... 100% Extract: mkl_blacs_msmpi_lp64.1.dll... 100% Extract: mkl_cdft_core.1.dll... 100% Extract: mkl_core.1.dll... 100% Extract: mkl_def.1.dll... 100% Extract: mkl_intel_thread.1.dll... 100% Extract: mkl_mc.1.dll... 100% Extract: mkl_mc3.1.dll... 100% Extract: mkl_msg.dll... 100% Extract: mkl_pgi_thread.1.dll... 100% Extract: mkl_rt.1.dll... 100% Extract: mkl_scalapack_ilp64.1.dll... 100% Extract: mkl_scalapack_lp64.1.dll... 100% Extract: mkl_sequential.1.dll... 100% Extract: mkl_tbb_thread.1.dll... 100% Extract: mkl_vml_avx.1.dll... 100% Extract: mkl_vml_avx2.1.dll... 100% Extract: mkl_vml_avx512.1.dll... 100% Extract: mkl_vml_cmpt.1.dll... 100% Extract: mkl_vml_def.1.dll... 100% Extract: mkl_vml_mc.1.dll... 100% Extract: mkl_vml_mc2.1.dll... 100% Extract: mkl_vml_mc3.1.dll... 100% Extract: moc.exe... 100% Extract: msvcp140.dll... 100% Extract: msvcp140_1.dll... 100% Extract: msvcp140_2.dll... 100% Extract: msvcp140_codecvt_ids.dll... 100% Extract: omptarget.dll... 100% Extract: omptarget.rtl.level0.dll... 100% Extract: omptarget.rtl.opencl.dll... 100% Extract: opengl32sw.dll... 100% Extract: openssl.exe... 100% Extract: openssl.pdb... 100% Extract: pal2rgb.exe... 100% Extract: pixeltool.exe... 100% Extract: pkgdata.exe... 100% Extract: png-fix-itxt.exe... 100% Extract: pngfix.exe... 100% Extract: ppm2tiff.exe... 100% Extract: pylupdate5.bat Extract: pyrcc5.bat Extract: pyuic5.bat Extract: qcollectiongenerator.exe... 100% Extract: qdbus.exe... 100% Extract: qdbuscpp2xml.exe... 100% Extract: qdbusviewer.exe... 100% Extract: qdbusxml2cpp.exe... 100% Extract: qdoc.exe... 100% Extract: qgltf.exe... 100% Extract: qhelpconverter.exe... 100% Extract: qhelpgenerator.exe... 100% Extract: qlalr.exe... 100% Extract: qmake.exe... 100% Extract: qml.exe... 100% Extract: qmlcachegen.exe... 100% Extract: qmleasing.exe... 100% Extract: qmlimportscanner.exe... 100% Extract: qmllint.exe... 100% Extract: qmlmin.exe... 100% Extract: qmlplugindump.exe... 100% Extract: qmlprofiler.exe... 100% Extract: qmlscene.exe... 100% Extract: qmltestrunner.exe... 100% Extract: qscxmlc.exe... 100% Extract: qt.conf... 100% Extract: qtattributionsscanner.exe... 100% Extract: qtdiag.exe... 100% Extract: qtpaths.exe... 100% Extract: qtplugininfo.exe... 100% Extract: qwebengine_convert_dict.exe... 100% Extract: raw2tiff.exe... 100% Extract: rcc.exe... 100% Extract: rdjpgcom.exe... 100% Extract: repc.exe... 100% Extract: sip.exe... 100% Extract: sqlite3.dll... 100% Extract: sqlite3.exe... 100% Extract: svml_dispmd.dll... 100% Extract: syncqt.pl... 100% Extract: tbb12.dll... 100% Extract: tbbmalloc.dll... 100% Extract: tbbmalloc_proxy.dll... 100% Extract: tcl86t.dll... 100% Extract: tclsh.exe... 100% Extract: tclsh86.exe... 100% Extract: tclsh86t.exe... 100% Extract: testcon.exe... 100% Extract: tiff.dll... 100% Extract: tiff2bw.exe... 100% Extract: tiff2pdf.exe... 100% Extract: tiff2ps.exe... 100% Extract: tiff2rgba.exe... 100% Extract: tiffcmp.exe... 100% Extract: tiffcp.exe... 100% Extract: tiffcrop.exe... 100% Extract: tiffdither.exe... 100% Extract: tiffdump.exe... 100% Extract: tiffinfo.exe... 100% Extract: tiffmedian.exe... 100% Extract: tiffset.exe... 100% Extract: tiffsplit.exe... 100% Extract: tiffxx.dll... 100% Extract: tk86t.dll... 100% Extract: uconv.exe... 100% Extract: ucrtbase.dll... 100% Extract: uic.exe... 100% Extract: unxz.exe... 100% Extract: vccorlib140.dll... 100% Extract: vcomp140.dll... 100% Extract: vcruntime140.dll... 100% Extract: vcruntime140_1.dll... 100% Extract: windeployqt.exe... 100% Extract: wish.exe... 100% Extract: wish86.exe... 100% Extract: wish86t.exe... 100% Extract: wrjpgcom.exe... 100% Extract: xmlpatterns.exe... 100% Extract: xmlpatternsvalidator.exe... 100% Extract: xz.exe... 100% Extract: xz_static.exe... 100% Extract: zlib.dll... 100% Extract: zstd.dll... 100% Extract: zstd.exe... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\bin\1033 Extract: ifcore_msg.dll... 100% Extract: irc_msg.dll... 100% Extract: libmUI.dll... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\cmake Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\cmake\hdf5 Extract: hdf5-config-version.cmake... 100% Extract: hdf5-config.cmake... 100% Extract: hdf5-targets-release.cmake... 100% Extract: hdf5-targets.cmake... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global Extract: compat.qdocconf... 100% Extract: config.qdocconf... 100% Extract: externalsites.qdocconf Extract: fileextensions.qdocconf... 100% Extract: html-config.qdocconf... 100% Extract: html-footer-online.qdocconf... 100% Extract: html-footer.qdocconf... 100% Extract: html-header-offline.qdocconf... 100% Extract: html-header-online.qdocconf... 100% Extract: macros.qdocconf... 100% Extract: manifest-meta.qdocconf... 100% Extract: qt-cpp-defines.qdocconf... 100% Extract: qt-html-templates-offline-simple.qdocconf... 100% Extract: qt-html-templates-offline.qdocconf... 100% Extract: qt-html-templates-online.qdocconf... 100% Extract: qt-module-defaults-offline.qdocconf... 100% Extract: qt-module-defaults-online-commercial.qdocconf... 100% Extract: qt-module-defaults-online.qdocconf... 100% Extract: qt-module-defaults.qdocconf... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\externalsites Extract: external-resources.qdoc... 100% Extract: qt-webpages.qdoc... 100% Extract: qtcreator.qdoc... 100% Extract: rfc.qdoc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\includes Extract: examples-run.qdocinc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\includes-online Extract: search.qdoc... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\template Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\template\images Extract: Qt-dark_gradient.png... 100% Extract: Qt-footer-bg.jpg... 100% Extract: Qt-footer_shadow.png... 100% Extract: Qt-gradient.png... 100% Extract: Qt-header-bg.jpg... 100% Extract: Qt-logo.png Extract: arrow.png... 100% Extract: arrow_bc.png... 100% Extract: arrow_down.png Extract: bg_l.png Extract: bg_l_blank.png Extract: bg_ll_blank.png Extract: bg_r.png Extract: bg_ul_blank.png Extract: bgrContent.png Extract: blu_dot.png Extract: box_bg.png Extract: breadcrumb.png Extract: btn_next.png Extract: btn_prev.png Extract: bullet_dn.png Extract: bullet_gt.png Extract: bullet_sq.png Extract: bullet_up.png Extract: feedbackground.png... 100% Extract: header_bg.png Extract: home.png... 100% Extract: horBar.png Extract: ico_note.png Extract: ico_note_attention.png Extract: ico_out.png Extract: logo.png Extract: page.png... 100% Extract: page_bg.png Extract: spinner.gif... 100% Extract: sprites-combined.png... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\template\scripts Extract: extras.js... 100% Extract: main.js... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\doc\global\template\style Extract: cookiebar-x.png... 100% Extract: doc_search.png... 100% Extract: gsc.css... 100% Extract: icomoon.eot... 100% Extract: icomoon.svg... 100% Extract: icomoon.ttf... 100% Extract: icomoon.woff... 100% Extract: list_arrow.png Extract: list_expand.png Extract: offline-simple.css... 100% Extract: offline.css... 100% Extract: online.css... 100% Extract: theqtcompany.png... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include Extract: H5ACpublic.h... 100% Extract: H5AbstractDs.h... 100% Extract: H5Alltypes.h... 100% Extract: H5Apublic.h... 100% Extract: H5ArrayType.h... 100% Extract: H5AtomType.h... 100% Extract: H5Attribute.h... 100% Extract: H5Classes.h... 100% Extract: H5CommonFG.h... 100% Extract: H5CompType.h... 100% Extract: H5Cpp.h... 100% Extract: H5CppDoc.h... 100% Extract: H5Cpublic.h... 100% Extract: H5DOpublic.h... 100% Extract: H5DSpublic.h... 100% Extract: H5DaccProp.h... 100% Extract: H5DataSet.h... 100% Extract: H5DataSpace.h... 100% Extract: H5DataType.h... 100% Extract: H5DcreatProp.h... 100% Extract: H5Dpublic.h... 100% Extract: H5DxferProp.h... 100% Extract: H5EnumType.h... 100% Extract: H5Epubgen.h... 100% Extract: H5Epublic.h... 100% Extract: H5Exception.h... 100% Extract: H5FDcore.h... 100% Extract: H5FDdirect.h... 100% Extract: H5FDfamily.h... 100% Extract: H5FDhdfs.h... 100% Extract: H5FDlog.h... 100% Extract: H5FDmpi.h... 100% Extract: H5FDmpio.h... 100% Extract: H5FDmulti.h... 100% Extract: H5FDpublic.h... 100% Extract: H5FDros3.h... 100% Extract: H5FDs3comms.h... 100% Extract: H5FDsec2.h... 100% Extract: H5FDstdio.h... 100% Extract: H5FDwindows.h... 100% Extract: H5FaccProp.h... 100% Extract: H5FcreatProp.h... 100% Extract: H5File.h... 100% Extract: H5FloatType.h... 100% Extract: H5Fpublic.h... 100% Extract: H5Gpublic.h... 100% Extract: H5Group.h... 100% Extract: H5IMpublic.h... 100% Extract: H5IdComponent.h... 100% Extract: H5Include.h... 100% Extract: H5IntType.h... 100% Extract: H5Ipublic.h... 100% Extract: H5LDpublic.h... 100% Extract: H5LTpublic.h... 100% Extract: H5LaccProp.h... 100% Extract: H5LcreatProp.h... 100% Extract: H5Library.h... 100% Extract: H5Location.h... 100% Extract: H5Lpublic.h... 100% Extract: H5MMpublic.h... 100% Extract: H5Object.h... 100% Extract: H5OcreatProp.h... 100% Extract: H5Opublic.h... 100% Extract: H5PLextern.h... 100% Extract: H5PLpublic.h... 100% Extract: H5PTpublic.h... 100% Extract: H5PacketTable.h... 100% Extract: H5Ppublic.h... 100% Extract: H5PredType.h... 100% Extract: H5PropList.h... 100% Extract: H5Rpublic.h... 100% Extract: H5Spublic.h... 100% Extract: H5StrType.h... 100% Extract: H5TBpublic.h... 100% Extract: H5Tpublic.h... 100% Extract: H5VarLenType.h... 100% Extract: H5Zpublic.h... 100% Extract: H5api_adpt.h... 100% Extract: H5overflow.h... 100% Extract: H5pubconf.h... 100% Extract: H5public.h... 100% Extract: H5version.h... 100% Extract: Lerc_c_api.h... 100% Extract: Lerc_types.h... 100% Extract: fftw3.f... 100% Extract: fftw3.f03... 100% Extract: fftw3.h... 100% Extract: fftw3l.f03... 100% Extract: fftw3q.f03... 100% Extract: ft2build.h... 100% Extract: hdf5.h... 100% Extract: hdf5_hl.h... 100% Extract: itcl.h... 100% Extract: itclDecls.h... 100% Extract: jconfig.h... 100% Extract: jerror.h... 100% Extract: jmorecfg.h... 100% Extract: jpegint.h... 100% Extract: jpeglib.h... 100% Extract: libdeflate.h... 100% Extract: lz4.h... 100% Extract: lz4frame.h... 100% Extract: lz4hc.h... 100% Extract: lzma.h... 100% Extract: png.h... 100% Extract: pngconf.h... 100% Extract: pnglibconf.h... 100% Extract: sqlite3.h... 100% Extract: sqlite3ext.h... 100% Extract: tcl.h... 100% Extract: tclDecls.h... 100% Extract: tclOO.h... 100% Extract: tclOODecls.h... 100% Extract: tclPlatDecls.h... 100% Extract: tclTomMath.h... 100% Extract: tclTomMathDecls.h... 100% Extract: tdbc.h... 100% Extract: tdbcDecls.h... 100% Extract: tiff.h... 100% Extract: tiffconf.h... 100% Extract: tiffio.h... 100% Extract: tiffio.hxx... 100% Extract: tiffvers.h... 100% Extract: tk.h... 100% Extract: tkDecls.h... 100% Extract: tkIntXlibDecls.h... 100% Extract: tkPlatDecls.h... 100% Extract: zconf.h... 100% Extract: zdict.h... 100% Extract: zlib.h... 100% Extract: zstd.h... 100% Extract: zstd_errors.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\GL Extract: freeglut.h... 100% Extract: freeglut_ext.h... 100% Extract: freeglut_std.h... 100% Extract: glut.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\X11 Extract: DECkeysym.h... 100% Extract: HPkeysym.h... 100% Extract: Sunkeysym.h... 100% Extract: X.h... 100% Extract: XF86keysym.h... 100% Extract: Xatom.h... 100% Extract: Xfuncproto.h... 100% Extract: Xlib.h... 100% Extract: Xutil.h... 100% Extract: ap_keysym.h... 100% Extract: cursorfont.h... 100% Extract: keysym.h... 100% Extract: keysymdef.h... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost Extract: align.hpp... 100% Extract: aligned_storage.hpp... 100% Extract: any.hpp... 100% Extract: array.hpp... 100% Extract: asio.hpp... 100% Extract: assert.hpp... 100% Extract: assign.hpp... 100% Extract: atomic.hpp... 100% Extract: beast.hpp... 100% Extract: bimap.hpp... 100% Extract: bind.hpp... 100% Extract: blank.hpp... 100% Extract: blank_fwd.hpp... 100% Extract: call_traits.hpp... 100% Extract: callable_traits.hpp... 100% Extract: cast.hpp... 100% Extract: cerrno.hpp... 100% Extract: checked_delete.hpp... 100% Extract: chrono.hpp... 100% Extract: circular_buffer.hpp... 100% Extract: circular_buffer_fwd.hpp... 100% Extract: compressed_pair.hpp... 100% Extract: compute.hpp... 100% Extract: concept_archetype.hpp... 100% Extract: concept_check.hpp... 100% Extract: config.hpp... 100% Extract: contract.hpp... 100% Extract: contract_macro.hpp... 100% Extract: convert.hpp... 100% Extract: crc.hpp... 100% Extract: cregex.hpp... 100% Extract: cstdfloat.hpp... 100% Extract: cstdint.hpp... 100% Extract: cstdlib.hpp... 100% Extract: current_function.hpp... 100% Extract: cxx11_char_types.hpp... 100% Extract: date_time.hpp... 100% Extract: dll.hpp... 100% Extract: dynamic_bitset.hpp... 100% Extract: dynamic_bitset_fwd.hpp... 100% Extract: enable_shared_from_this.hpp... 100% Extract: endian.hpp... 100% Extract: exception_ptr.hpp... 100% Extract: filesystem.hpp... 100% Extract: flyweight.hpp... 100% Extract: foreach.hpp... 100% Extract: foreach_fwd.hpp... 100% Extract: format.hpp... 100% Extract: function.hpp... 100% Extract: function_equal.hpp... 100% Extract: function_output_iterator.hpp... 100% Extract: functional.hpp... 100% Extract: generator_iterator.hpp... 100% Extract: geometry.hpp... 100% Extract: get_pointer.hpp... 100% Extract: gil.hpp... 100% Extract: hana.hpp... 100% Extract: histogram.hpp... 100% Extract: hof.hpp... 100% Extract: implicit_cast.hpp... 100% Extract: indirect_reference.hpp... 100% Extract: integer.hpp... 100% Extract: integer_fwd.hpp... 100% Extract: integer_traits.hpp... 100% Extract: intrusive_ptr.hpp... 100% Extract: io_fwd.hpp... 100% Extract: is_placeholder.hpp... 100% Extract: iterator.hpp... 100% Extract: iterator_adaptors.hpp... 100% Extract: lexical_cast.hpp... 100% Extract: limits.hpp... 100% Extract: local_function.hpp... 100% Extract: locale.hpp... 100% Extract: make_default.hpp... 100% Extract: make_shared.hpp... 100% Extract: make_unique.hpp... 100% Extract: math_fwd.hpp... 100% Extract: mem_fn.hpp... 100% Extract: memory_order.hpp... 100% Extract: metaparse.hpp... 100% Extract: mp11.hpp... 100% Extract: mpi.hpp... 100% Extract: multi_array.hpp... 100% Extract: multi_index_container.hpp... 100% Extract: multi_index_container_fwd.hpp... 100% Extract: next_prior.hpp... 100% Extract: non_type.hpp... 100% Extract: noncopyable.hpp... 100% Extract: nondet_random.hpp... 100% Extract: none.hpp... 100% Extract: none_t.hpp... 100% Extract: operators.hpp... 100% Extract: operators_v1.hpp... 100% Extract: optional.hpp... 100% Extract: outcome.hpp... 100% Extract: parameter.hpp... 100% Extract: phoenix.hpp... 100% Extract: pointee.hpp... 100% Extract: pointer_cast.hpp... 100% Extract: pointer_to_other.hpp... 100% Extract: polymorphic_cast.hpp... 100% Extract: polymorphic_pointer_cast.hpp... 100% Extract: predef.h... 100% Extract: preprocessor.hpp... 100% Extract: process.hpp... 100% Extract: program_options.hpp... 100% Extract: progress.hpp... 100% Extract: random.hpp... 100% Extract: range.hpp... 100% Extract: ratio.hpp... 100% Extract: rational.hpp... 100% Extract: ref.hpp... 100% Extract: regex.h... 100% Extract: regex.hpp... 100% Extract: regex_fwd.hpp... 100% Extract: scope_exit.hpp... 100% Extract: scoped_array.hpp... 100% Extract: scoped_ptr.hpp... 100% Extract: shared_array.hpp... 100% Extract: shared_container_iterator.hpp... 100% Extract: shared_ptr.hpp... 100% Extract: signals2.hpp... 100% Extract: smart_ptr.hpp... 100% Extract: spirit.hpp... 100% Extract: stacktrace.hpp... 100% Extract: static_assert.hpp... 100% Extract: static_string.hpp... 100% Extract: swap.hpp... 100% Extract: thread.hpp... 100% Extract: throw_exception.hpp... 100% Extract: timer.hpp... 100% Extract: token_functions.hpp... 100% Extract: token_iterator.hpp... 100% Extract: tokenizer.hpp... 100% Extract: type.hpp... 100% Extract: type_index.hpp... 100% Extract: type_traits.hpp... 100% Extract: unordered_map.hpp... 100% Extract: unordered_set.hpp... 100% Extract: utility.hpp... 100% Extract: variant.hpp... 100% Extract: version.hpp... 100% Extract: visit_each.hpp... 100% Extract: wave.hpp... 100% Extract: weak_ptr.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators Extract: accumulators.hpp... 100% Extract: accumulators_fwd.hpp... 100% Extract: statistics.hpp... 100% Extract: statistics_fwd.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\framework Extract: accumulator_base.hpp... 100% Extract: accumulator_concept.hpp... 100% Extract: accumulator_set.hpp... 100% Extract: depends_on.hpp... 100% Extract: external.hpp... 100% Extract: extractor.hpp... 100% Extract: features.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\framework\accumulators Extract: droppable_accumulator.hpp... 100% Extract: external_accumulator.hpp... 100% Extract: reference_accumulator.hpp... 100% Extract: value_accumulator.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\framework\parameters Extract: accumulator.hpp... 100% Extract: sample.hpp... 100% Extract: weight.hpp... 100% Extract: weights.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\numeric Extract: functional.hpp... 100% Extract: functional_fwd.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\numeric\detail Extract: function1.hpp... 100% Extract: function2.hpp... 100% Extract: function3.hpp... 100% Extract: function4.hpp... 100% Extract: function_n.hpp... 100% Extract: pod_singleton.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\numeric\functional Extract: complex.hpp... 100% Extract: valarray.hpp... 100% Extract: vector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\statistics Extract: count.hpp... 100% Extract: covariance.hpp... 100% Extract: density.hpp... 100% Extract: error_of.hpp... 100% Extract: error_of_mean.hpp... 100% Extract: extended_p_square.hpp... 100% Extract: extended_p_square_quantile.hpp... 100% Extract: kurtosis.hpp... 100% Extract: max.hpp... 100% Extract: mean.hpp... 100% Extract: median.hpp... 100% Extract: min.hpp... 100% Extract: moment.hpp... 100% Extract: p_square_cumul_dist.hpp... 100% Extract: p_square_cumulative_distribution.hpp... 100% Extract: p_square_quantile.hpp... 100% Extract: peaks_over_threshold.hpp... 100% Extract: pot_quantile.hpp... 100% Extract: pot_tail_mean.hpp... 100% Extract: rolling_count.hpp... 100% Extract: rolling_mean.hpp... 100% Extract: rolling_moment.hpp... 100% Extract: rolling_sum.hpp... 100% Extract: rolling_variance.hpp... 100% Extract: rolling_window.hpp... 100% Extract: skewness.hpp... 100% Extract: stats.hpp... 100% Extract: sum.hpp... 100% Extract: sum_kahan.hpp... 100% Extract: tail.hpp... 100% Extract: tail_mean.hpp... 100% Extract: tail_quantile.hpp... 100% Extract: tail_variate.hpp... 100% Extract: tail_variate_means.hpp... 100% Extract: times2_iterator.hpp... 100% Extract: variance.hpp... 100% Extract: weighted_covariance.hpp... 100% Extract: weighted_density.hpp... 100% Extract: weighted_extended_p_square.hpp... 100% Extract: weighted_kurtosis.hpp... 100% Extract: weighted_mean.hpp... 100% Extract: weighted_median.hpp... 100% Extract: weighted_moment.hpp... 100% Extract: weighted_p_square_cumul_dist.hpp... 100% Extract: weighted_p_square_cumulative_distribution.hpp... 100% Extract: weighted_p_square_quantile.hpp... 100% Extract: weighted_peaks_over_threshold.hpp... 100% Extract: weighted_skewness.hpp... 100% Extract: weighted_sum.hpp... 100% Extract: weighted_sum_kahan.hpp... 100% Extract: weighted_tail_mean.hpp... 100% Extract: weighted_tail_quantile.hpp... 100% Extract: weighted_tail_variate_means.hpp... 100% Extract: weighted_variance.hpp... 100% Extract: with_error.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\statistics\parameters Extract: quantile_probability.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\accumulators\statistics\variates Extract: covariate.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm Extract: algorithm.hpp... 100% Extract: apply_permutation.hpp... 100% Extract: clamp.hpp... 100% Extract: find_backward.hpp... 100% Extract: find_not.hpp... 100% Extract: gather.hpp... 100% Extract: hex.hpp... 100% Extract: is_palindrome.hpp... 100% Extract: is_partitioned_until.hpp... 100% Extract: minmax.hpp... 100% Extract: minmax_element.hpp... 100% Extract: sort_subrange.hpp... 100% Extract: string.hpp... 100% Extract: string_regex.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\cxx11 Extract: all_of.hpp... 100% Extract: any_of.hpp... 100% Extract: copy_if.hpp... 100% Extract: copy_n.hpp... 100% Extract: find_if_not.hpp... 100% Extract: iota.hpp... 100% Extract: is_partitioned.hpp... 100% Extract: is_permutation.hpp... 100% Extract: is_sorted.hpp... 100% Extract: none_of.hpp... 100% Extract: one_of.hpp... 100% Extract: partition_copy.hpp... 100% Extract: partition_point.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\cxx14 Extract: equal.hpp... 100% Extract: is_permutation.hpp... 100% Extract: mismatch.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\cxx17 Extract: exclusive_scan.hpp... 100% Extract: for_each_n.hpp... 100% Extract: inclusive_scan.hpp... 100% Extract: reduce.hpp... 100% Extract: transform_exclusive_scan.hpp... 100% Extract: transform_inclusive_scan.hpp... 100% Extract: transform_reduce.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\searching Extract: boyer_moore.hpp... 100% Extract: boyer_moore_horspool.hpp... 100% Extract: knuth_morris_pratt.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\searching\detail Extract: bm_traits.hpp... 100% Extract: debugging.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\string Extract: case_conv.hpp... 100% Extract: classification.hpp... 100% Extract: compare.hpp... 100% Extract: concept.hpp... 100% Extract: config.hpp... 100% Extract: constants.hpp... 100% Extract: erase.hpp... 100% Extract: find.hpp... 100% Extract: find_format.hpp... 100% Extract: find_iterator.hpp... 100% Extract: finder.hpp... 100% Extract: formatter.hpp... 100% Extract: iter_find.hpp... 100% Extract: join.hpp... 100% Extract: predicate.hpp... 100% Extract: predicate_facade.hpp... 100% Extract: regex.hpp... 100% Extract: regex_find_format.hpp... 100% Extract: replace.hpp... 100% Extract: sequence_traits.hpp... 100% Extract: split.hpp... 100% Extract: std_containers_traits.hpp... 100% Extract: trim.hpp... 100% Extract: trim_all.hpp... 100% Extract: yes_no_type.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\string\detail Extract: case_conv.hpp... 100% Extract: classification.hpp... 100% Extract: find_format.hpp... 100% Extract: find_format_all.hpp... 100% Extract: find_format_store.hpp... 100% Extract: find_iterator.hpp... 100% Extract: finder.hpp... 100% Extract: finder_regex.hpp... 100% Extract: formatter.hpp... 100% Extract: formatter_regex.hpp... 100% Extract: predicate.hpp... 100% Extract: replace_storage.hpp... 100% Extract: sequence.hpp... 100% Extract: trim.hpp... 100% Extract: util.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\algorithm\string\std Extract: list_traits.hpp... 100% Extract: rope_traits.hpp... 100% Extract: slist_traits.hpp... 100% Extract: string_traits.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\align Extract: align.hpp... 100% Extract: align_down.hpp... 100% Extract: align_up.hpp... 100% Extract: aligned_alloc.hpp... 100% Extract: aligned_allocator.hpp... 100% Extract: aligned_allocator_adaptor.hpp... 100% Extract: aligned_allocator_adaptor_forward.hpp... 100% Extract: aligned_allocator_forward.hpp... 100% Extract: aligned_delete.hpp... 100% Extract: aligned_delete_forward.hpp... 100% Extract: alignment_of.hpp... 100% Extract: alignment_of_forward.hpp... 100% Extract: assume_aligned.hpp... 100% Extract: is_aligned.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\align\detail Extract: add_reference.hpp... 100% Extract: align.hpp... 100% Extract: align_cxx11.hpp... 100% Extract: align_down.hpp... 100% Extract: align_up.hpp... 100% Extract: aligned_alloc.hpp... 100% Extract: aligned_alloc_android.hpp... 100% Extract: aligned_alloc_macos.hpp... 100% Extract: aligned_alloc_mingw.hpp... 100% Extract: aligned_alloc_msvc.hpp... 100% Extract: aligned_alloc_posix.hpp... 100% Extract: aligned_alloc_sunos.hpp... 100% Extract: alignment_of.hpp... 100% Extract: alignment_of_clang.hpp... 100% Extract: alignment_of_codegear.hpp... 100% Extract: alignment_of_cxx11.hpp... 100% Extract: alignment_of_gcc.hpp... 100% Extract: alignment_of_msvc.hpp... 100% Extract: assume_aligned.hpp... 100% Extract: assume_aligned_clang.hpp... 100% Extract: assume_aligned_gcc.hpp... 100% Extract: assume_aligned_intel.hpp... 100% Extract: assume_aligned_msvc.hpp... 100% Extract: element_type.hpp... 100% Extract: integral_constant.hpp... 100% Extract: is_aligned.hpp... 100% Extract: is_alignment.hpp... 100% Extract: is_alignment_constant.hpp... 100% Extract: max_align.hpp... 100% Extract: max_objects.hpp... 100% Extract: max_size.hpp... 100% Extract: min_size.hpp... 100% Extract: not_pointer.hpp... 100% Extract: throw_exception.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\archive Extract: archive_exception.hpp... 100% Extract: basic_archive.hpp... 100% Extract: basic_binary_iarchive.hpp... 100% Extract: basic_binary_iprimitive.hpp... 100% Extract: basic_binary_oarchive.hpp... 100% Extract: basic_binary_oprimitive.hpp... 100% Extract: basic_streambuf_locale_saver.hpp... 100% Extract: basic_text_iarchive.hpp... 100% Extract: basic_text_iprimitive.hpp... 100% Extract: basic_text_oarchive.hpp... 100% Extract: basic_text_oprimitive.hpp... 100% Extract: basic_xml_archive.hpp... 100% Extract: basic_xml_iarchive.hpp... 100% Extract: basic_xml_oarchive.hpp... 100% Extract: binary_iarchive.hpp... 100% Extract: binary_iarchive_impl.hpp... 100% Extract: binary_oarchive.hpp... 100% Extract: binary_oarchive_impl.hpp... 100% Extract: binary_wiarchive.hpp... 100% Extract: binary_woarchive.hpp... 100% Extract: codecvt_null.hpp... 100% Extract: dinkumware.hpp... 100% Extract: polymorphic_binary_iarchive.hpp... 100% Extract: polymorphic_binary_oarchive.hpp... 100% Extract: polymorphic_iarchive.hpp... 100% Extract: polymorphic_oarchive.hpp... 100% Extract: polymorphic_text_iarchive.hpp... 100% Extract: polymorphic_text_oarchive.hpp... 100% Extract: polymorphic_text_wiarchive.hpp... 100% Extract: polymorphic_text_woarchive.hpp... 100% Extract: polymorphic_xml_iarchive.hpp... 100% Extract: polymorphic_xml_oarchive.hpp... 100% Extract: polymorphic_xml_wiarchive.hpp... 100% Extract: polymorphic_xml_woarchive.hpp... 100% Extract: text_iarchive.hpp... 100% Extract: text_oarchive.hpp... 100% Extract: text_wiarchive.hpp... 100% Extract: text_woarchive.hpp... 100% Extract: tmpdir.hpp... 100% Extract: wcslen.hpp... 100% Extract: xml_archive_exception.hpp... 100% Extract: xml_iarchive.hpp... 100% Extract: xml_oarchive.hpp... 100% Extract: xml_wiarchive.hpp... 100% Extract: xml_woarchive.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\archive\detail Extract: abi_prefix.hpp... 100% Extract: abi_suffix.hpp... 100% Extract: archive_serializer_map.hpp... 100% Extract: auto_link_archive.hpp... 100% Extract: auto_link_warchive.hpp... 100% Extract: basic_iarchive.hpp... 100% Extract: basic_iserializer.hpp... 100% Extract: basic_oarchive.hpp... 100% Extract: basic_oserializer.hpp... 100% Extract: basic_pointer_iserializer.hpp... 100% Extract: basic_pointer_oserializer.hpp... 100% Extract: basic_serializer.hpp... 100% Extract: basic_serializer_map.hpp... 100% Extract: check.hpp... 100% Extract: common_iarchive.hpp... 100% Extract: common_oarchive.hpp... 100% Extract: decl.hpp... 100% Extract: helper_collection.hpp... 100% Extract: interface_iarchive.hpp... 100% Extract: interface_oarchive.hpp... 100% Extract: iserializer.hpp... 100% Extract: oserializer.hpp... 100% Extract: polymorphic_iarchive_route.hpp... 100% Extract: polymorphic_oarchive_route.hpp... 100% Extract: register_archive.hpp... 100% Extract: utf8_codecvt_facet.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\archive\impl Extract: archive_serializer_map.ipp... 100% Extract: basic_binary_iarchive.ipp... 100% Extract: basic_binary_iprimitive.ipp... 100% Extract: basic_binary_oarchive.ipp... 100% Extract: basic_binary_oprimitive.ipp... 100% Extract: basic_text_iarchive.ipp... 100% Extract: basic_text_iprimitive.ipp... 100% Extract: basic_text_oarchive.ipp... 100% Extract: basic_text_oprimitive.ipp... 100% Extract: basic_xml_grammar.hpp... 100% Extract: basic_xml_iarchive.ipp... 100% Extract: basic_xml_oarchive.ipp... 100% Extract: text_iarchive_impl.ipp... 100% Extract: text_oarchive_impl.ipp... 100% Extract: text_wiarchive_impl.ipp... 100% Extract: text_woarchive_impl.ipp... 100% Extract: xml_iarchive_impl.ipp... 100% Extract: xml_oarchive_impl.ipp... 100% Extract: xml_wiarchive_impl.ipp... 100% Extract: xml_woarchive_impl.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\archive\iterators Extract: base64_exception.hpp... 100% Extract: base64_from_binary.hpp... 100% Extract: binary_from_base64.hpp... 100% Extract: dataflow.hpp... 100% Extract: dataflow_exception.hpp... 100% Extract: escape.hpp... 100% Extract: insert_linebreaks.hpp... 100% Extract: istream_iterator.hpp... 100% Extract: mb_from_wchar.hpp... 100% Extract: ostream_iterator.hpp... 100% Extract: remove_whitespace.hpp... 100% Extract: transform_width.hpp... 100% Extract: unescape.hpp... 100% Extract: wchar_from_mb.hpp... 100% Extract: xml_escape.hpp... 100% Extract: xml_unescape.hpp... 100% Extract: xml_unescape_exception.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio Extract: associated_allocator.hpp... 100% Extract: associated_executor.hpp... 100% Extract: async_result.hpp... 100% Extract: awaitable.hpp... 100% Extract: basic_datagram_socket.hpp... 100% Extract: basic_deadline_timer.hpp... 100% Extract: basic_io_object.hpp... 100% Extract: basic_raw_socket.hpp... 100% Extract: basic_seq_packet_socket.hpp... 100% Extract: basic_serial_port.hpp... 100% Extract: basic_signal_set.hpp... 100% Extract: basic_socket.hpp... 100% Extract: basic_socket_acceptor.hpp... 100% Extract: basic_socket_iostream.hpp... 100% Extract: basic_socket_streambuf.hpp... 100% Extract: basic_stream_socket.hpp... 100% Extract: basic_streambuf.hpp... 100% Extract: basic_streambuf_fwd.hpp... 100% Extract: basic_waitable_timer.hpp... 100% Extract: bind_executor.hpp... 100% Extract: buffer.hpp... 100% Extract: buffered_read_stream.hpp... 100% Extract: buffered_read_stream_fwd.hpp... 100% Extract: buffered_stream.hpp... 100% Extract: buffered_stream_fwd.hpp... 100% Extract: buffered_write_stream.hpp... 100% Extract: buffered_write_stream_fwd.hpp... 100% Extract: buffers_iterator.hpp... 100% Extract: co_spawn.hpp... 100% Extract: completion_condition.hpp... 100% Extract: compose.hpp... 100% Extract: connect.hpp... 100% Extract: coroutine.hpp... 100% Extract: deadline_timer.hpp... 100% Extract: defer.hpp... 100% Extract: detached.hpp... 100% Extract: dispatch.hpp... 100% Extract: error.hpp... 100% Extract: execution_context.hpp... 100% Extract: executor.hpp... 100% Extract: executor_work_guard.hpp... 100% Extract: handler_alloc_hook.hpp... 100% Extract: handler_continuation_hook.hpp... 100% Extract: handler_invoke_hook.hpp... 100% Extract: high_resolution_timer.hpp... 100% Extract: io_context.hpp... 100% Extract: io_context_strand.hpp... 100% Extract: io_service.hpp... 100% Extract: io_service_strand.hpp... 100% Extract: is_executor.hpp... 100% Extract: is_read_buffered.hpp... 100% Extract: is_write_buffered.hpp... 100% Extract: packaged_task.hpp... 100% Extract: placeholders.hpp... 100% Extract: post.hpp... 100% Extract: read.hpp... 100% Extract: read_at.hpp... 100% Extract: read_until.hpp... 100% Extract: redirect_error.hpp... 100% Extract: serial_port.hpp... 100% Extract: serial_port_base.hpp... 100% Extract: signal_set.hpp... 100% Extract: socket_base.hpp... 100% Extract: spawn.hpp... 100% Extract: ssl.hpp... 100% Extract: steady_timer.hpp... 100% Extract: strand.hpp... 100% Extract: streambuf.hpp... 100% Extract: system_context.hpp... 100% Extract: system_executor.hpp... 100% Extract: system_timer.hpp... 100% Extract: this_coro.hpp... 100% Extract: thread_pool.hpp... 100% Extract: time_traits.hpp... 100% Extract: unyield.hpp... 100% Extract: use_awaitable.hpp... 100% Extract: use_future.hpp... 100% Extract: uses_executor.hpp... 100% Extract: version.hpp... 100% Extract: wait_traits.hpp... 100% Extract: write.hpp... 100% Extract: write_at.hpp... 100% Extract: yield.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\detail Extract: array.hpp... 100% Extract: array_fwd.hpp... 100% Extract: assert.hpp... 100% Extract: atomic_count.hpp... 100% Extract: base_from_completion_cond.hpp... 100% Extract: bind_handler.hpp... 100% Extract: buffer_resize_guard.hpp... 100% Extract: buffer_sequence_adapter.hpp... 100% Extract: buffered_stream_storage.hpp... 100% Extract: call_stack.hpp... 100% Extract: chrono.hpp... 100% Extract: chrono_time_traits.hpp... 100% Extract: completion_handler.hpp... 100% Extract: concurrency_hint.hpp... 100% Extract: conditionally_enabled_event.hpp... 100% Extract: conditionally_enabled_mutex.hpp... 100% Extract: config.hpp... 100% Extract: consuming_buffers.hpp... 100% Extract: cstddef.hpp... 100% Extract: cstdint.hpp... 100% Extract: date_time_fwd.hpp... 100% Extract: deadline_timer_service.hpp... 100% Extract: dependent_type.hpp... 100% Extract: descriptor_ops.hpp... 100% Extract: descriptor_read_op.hpp... 100% Extract: descriptor_write_op.hpp... 100% Extract: dev_poll_reactor.hpp... 100% Extract: epoll_reactor.hpp... 100% Extract: event.hpp... 100% Extract: eventfd_select_interrupter.hpp... 100% Extract: executor_function.hpp... 100% Extract: executor_op.hpp... 100% Extract: fd_set_adapter.hpp... 100% Extract: fenced_block.hpp... 100% Extract: functional.hpp... 100% Extract: future.hpp... 100% Extract: gcc_arm_fenced_block.hpp... 100% Extract: gcc_hppa_fenced_block.hpp... 100% Extract: gcc_sync_fenced_block.hpp... 100% Extract: gcc_x86_fenced_block.hpp... 100% Extract: global.hpp... 100% Extract: handler_alloc_helpers.hpp... 100% Extract: handler_cont_helpers.hpp... 100% Extract: handler_invoke_helpers.hpp... 100% Extract: handler_tracking.hpp... 100% Extract: handler_type_requirements.hpp... 100% Extract: handler_work.hpp... 100% Extract: hash_map.hpp... 100% Extract: io_control.hpp... 100% Extract: io_object_executor.hpp... 100% Extract: io_object_impl.hpp... 100% Extract: is_buffer_sequence.hpp... 100% Extract: is_executor.hpp... 100% Extract: keyword_tss_ptr.hpp... 100% Extract: kqueue_reactor.hpp... 100% Extract: limits.hpp... 100% Extract: local_free_on_block_exit.hpp... 100% Extract: macos_fenced_block.hpp... 100% Extract: memory.hpp... 100% Extract: mutex.hpp... 100% Extract: non_const_lvalue.hpp... 100% Extract: noncopyable.hpp... 100% Extract: null_event.hpp... 100% Extract: null_fenced_block.hpp... 100% Extract: null_global.hpp... 100% Extract: null_mutex.hpp... 100% Extract: null_reactor.hpp... 100% Extract: null_signal_blocker.hpp... 100% Extract: null_socket_service.hpp... 100% Extract: null_static_mutex.hpp... 100% Extract: null_thread.hpp... 100% Extract: null_tss_ptr.hpp... 100% Extract: object_pool.hpp... 100% Extract: old_win_sdk_compat.hpp... 100% Extract: op_queue.hpp... 100% Extract: operation.hpp... 100% Extract: pipe_select_interrupter.hpp... 100% Extract: pop_options.hpp... 100% Extract: posix_event.hpp... 100% Extract: posix_fd_set_adapter.hpp... 100% Extract: posix_global.hpp... 100% Extract: posix_mutex.hpp... 100% Extract: posix_signal_blocker.hpp... 100% Extract: posix_static_mutex.hpp... 100% Extract: posix_thread.hpp... 100% Extract: posix_tss_ptr.hpp... 100% Extract: push_options.hpp... 100% Extract: reactive_descriptor_service.hpp... 100% Extract: reactive_null_buffers_op.hpp... 100% Extract: reactive_serial_port_service.hpp... 100% Extract: reactive_socket_accept_op.hpp... 100% Extract: reactive_socket_connect_op.hpp... 100% Extract: reactive_socket_recv_op.hpp... 100% Extract: reactive_socket_recvfrom_op.hpp... 100% Extract: reactive_socket_recvmsg_op.hpp... 100% Extract: reactive_socket_send_op.hpp... 100% Extract: reactive_socket_sendto_op.hpp... 100% Extract: reactive_socket_service.hpp... 100% Extract: reactive_socket_service_base.hpp... 100% Extract: reactive_wait_op.hpp... 100% Extract: reactor.hpp... 100% Extract: reactor_fwd.hpp... 100% Extract: reactor_op.hpp... 100% Extract: reactor_op_queue.hpp... 100% Extract: recycling_allocator.hpp... 100% Extract: regex_fwd.hpp... 100% Extract: resolve_endpoint_op.hpp... 100% Extract: resolve_op.hpp... 100% Extract: resolve_query_op.hpp... 100% Extract: resolver_service.hpp... 100% Extract: resolver_service_base.hpp... 100% Extract: scheduler.hpp... 100% Extract: scheduler_operation.hpp... 100% Extract: scheduler_thread_info.hpp... 100% Extract: scoped_lock.hpp... 100% Extract: scoped_ptr.hpp... 100% Extract: select_interrupter.hpp... 100% Extract: select_reactor.hpp... 100% Extract: service_registry.hpp... 100% Extract: signal_blocker.hpp... 100% Extract: signal_handler.hpp... 100% Extract: signal_init.hpp... 100% Extract: signal_op.hpp... 100% Extract: signal_set_service.hpp... 100% Extract: socket_holder.hpp... 100% Extract: socket_ops.hpp... 100% Extract: socket_option.hpp... 100% Extract: socket_select_interrupter.hpp... 100% Extract: socket_types.hpp... 100% Extract: solaris_fenced_block.hpp... 100% Extract: static_mutex.hpp... 100% Extract: std_event.hpp... 100% Extract: std_fenced_block.hpp... 100% Extract: std_global.hpp... 100% Extract: std_mutex.hpp... 100% Extract: std_static_mutex.hpp... 100% Extract: std_thread.hpp... 100% Extract: strand_executor_service.hpp... 100% Extract: strand_service.hpp... 100% Extract: string_view.hpp... 100% Extract: thread.hpp... 100% Extract: thread_context.hpp... 100% Extract: thread_group.hpp... 100% Extract: thread_info_base.hpp... 100% Extract: throw_error.hpp... 100% Extract: throw_exception.hpp... 100% Extract: timer_queue.hpp... 100% Extract: timer_queue_base.hpp... 100% Extract: timer_queue_ptime.hpp... 100% Extract: timer_queue_set.hpp... 100% Extract: timer_scheduler.hpp... 100% Extract: timer_scheduler_fwd.hpp... 100% Extract: tss_ptr.hpp... 100% Extract: type_traits.hpp... 100% Extract: variadic_templates.hpp... 100% Extract: wait_handler.hpp... 100% Extract: wait_op.hpp... 100% Extract: win_event.hpp... 100% Extract: win_fd_set_adapter.hpp... 100% Extract: win_fenced_block.hpp... 100% Extract: win_global.hpp... 100% Extract: win_iocp_handle_read_op.hpp... 100% Extract: win_iocp_handle_service.hpp... 100% Extract: win_iocp_handle_write_op.hpp... 100% Extract: win_iocp_io_context.hpp... 100% Extract: win_iocp_null_buffers_op.hpp... 100% Extract: win_iocp_operation.hpp... 100% Extract: win_iocp_overlapped_op.hpp... 100% Extract: win_iocp_overlapped_ptr.hpp... 100% Extract: win_iocp_serial_port_service.hpp... 100% Extract: win_iocp_socket_accept_op.hpp... 100% Extract: win_iocp_socket_connect_op.hpp... 100% Extract: win_iocp_socket_recv_op.hpp... 100% Extract: win_iocp_socket_recvfrom_op.hpp... 100% Extract: win_iocp_socket_recvmsg_op.hpp... 100% Extract: win_iocp_socket_send_op.hpp... 100% Extract: win_iocp_socket_service.hpp... 100% Extract: win_iocp_socket_service_base.hpp... 100% Extract: win_iocp_thread_info.hpp... 100% Extract: win_iocp_wait_op.hpp... 100% Extract: win_mutex.hpp... 100% Extract: win_object_handle_service.hpp... 100% Extract: win_static_mutex.hpp... 100% Extract: win_thread.hpp... 100% Extract: win_tss_ptr.hpp... 100% Extract: winapp_thread.hpp... 100% Extract: wince_thread.hpp... 100% Extract: winrt_async_manager.hpp... 100% Extract: winrt_async_op.hpp... 100% Extract: winrt_resolve_op.hpp... 100% Extract: winrt_resolver_service.hpp... 100% Extract: winrt_socket_connect_op.hpp... 100% Extract: winrt_socket_recv_op.hpp... 100% Extract: winrt_socket_send_op.hpp... 100% Extract: winrt_ssocket_service.hpp... 100% Extract: winrt_ssocket_service_base.hpp... 100% Extract: winrt_timer_scheduler.hpp... 100% Extract: winrt_utils.hpp... 100% Extract: winsock_init.hpp... 100% Extract: work_dispatcher.hpp... 100% Extract: wrapped_handler.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\detail\impl Extract: buffer_sequence_adapter.ipp... 100% Extract: descriptor_ops.ipp... 100% Extract: dev_poll_reactor.hpp... 100% Extract: dev_poll_reactor.ipp... 100% Extract: epoll_reactor.hpp... 100% Extract: epoll_reactor.ipp... 100% Extract: eventfd_select_interrupter.ipp... 100% Extract: handler_tracking.ipp... 100% Extract: kqueue_reactor.hpp... 100% Extract: kqueue_reactor.ipp... 100% Extract: null_event.ipp... 100% Extract: pipe_select_interrupter.ipp... 100% Extract: posix_event.ipp... 100% Extract: posix_mutex.ipp... 100% Extract: posix_thread.ipp... 100% Extract: posix_tss_ptr.ipp... 100% Extract: reactive_descriptor_service.ipp... 100% Extract: reactive_serial_port_service.ipp... 100% Extract: reactive_socket_service_base.ipp... 100% Extract: resolver_service_base.ipp... 100% Extract: scheduler.ipp... 100% Extract: select_reactor.hpp... 100% Extract: select_reactor.ipp... 100% Extract: service_registry.hpp... 100% Extract: service_registry.ipp... 100% Extract: signal_set_service.ipp... 100% Extract: socket_ops.ipp... 100% Extract: socket_select_interrupter.ipp... 100% Extract: strand_executor_service.hpp... 100% Extract: strand_executor_service.ipp... 100% Extract: strand_service.hpp... 100% Extract: strand_service.ipp... 100% Extract: throw_error.ipp... 100% Extract: timer_queue_ptime.ipp... 100% Extract: timer_queue_set.ipp... 100% Extract: win_event.ipp... 100% Extract: win_iocp_handle_service.ipp... 100% Extract: win_iocp_io_context.hpp... 100% Extract: win_iocp_io_context.ipp... 100% Extract: win_iocp_serial_port_service.ipp... 100% Extract: win_iocp_socket_service_base.ipp... 100% Extract: win_mutex.ipp... 100% Extract: win_object_handle_service.ipp... 100% Extract: win_static_mutex.ipp... 100% Extract: win_thread.ipp... 100% Extract: win_tss_ptr.ipp... 100% Extract: winrt_ssocket_service_base.ipp... 100% Extract: winrt_timer_scheduler.hpp... 100% Extract: winrt_timer_scheduler.ipp... 100% Extract: winsock_init.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\generic Extract: basic_endpoint.hpp... 100% Extract: datagram_protocol.hpp... 100% Extract: raw_protocol.hpp... 100% Extract: seq_packet_protocol.hpp... 100% Extract: stream_protocol.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\generic\detail Extract: endpoint.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\generic\detail\impl Extract: endpoint.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\impl Extract: awaitable.hpp... 100% Extract: buffered_read_stream.hpp... 100% Extract: buffered_write_stream.hpp... 100% Extract: co_spawn.hpp... 100% Extract: compose.hpp... 100% Extract: connect.hpp... 100% Extract: defer.hpp... 100% Extract: detached.hpp... 100% Extract: dispatch.hpp... 100% Extract: error.ipp... 100% Extract: execution_context.hpp... 100% Extract: execution_context.ipp... 100% Extract: executor.hpp... 100% Extract: executor.ipp... 100% Extract: handler_alloc_hook.ipp... 100% Extract: io_context.hpp... 100% Extract: io_context.ipp... 100% Extract: post.hpp... 100% Extract: read.hpp... 100% Extract: read_at.hpp... 100% Extract: read_until.hpp... 100% Extract: redirect_error.hpp... 100% Extract: serial_port_base.hpp... 100% Extract: serial_port_base.ipp... 100% Extract: spawn.hpp... 100% Extract: src.hpp... 100% Extract: system_context.hpp... 100% Extract: system_context.ipp... 100% Extract: system_executor.hpp... 100% Extract: thread_pool.hpp... 100% Extract: thread_pool.ipp... 100% Extract: use_awaitable.hpp... 100% Extract: use_future.hpp... 100% Extract: write.hpp... 100% Extract: write_at.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ip Extract: address.hpp... 100% Extract: address_v4.hpp... 100% Extract: address_v4_iterator.hpp... 100% Extract: address_v4_range.hpp... 100% Extract: address_v6.hpp... 100% Extract: address_v6_iterator.hpp... 100% Extract: address_v6_range.hpp... 100% Extract: bad_address_cast.hpp... 100% Extract: basic_endpoint.hpp... 100% Extract: basic_resolver.hpp... 100% Extract: basic_resolver_entry.hpp... 100% Extract: basic_resolver_iterator.hpp... 100% Extract: basic_resolver_query.hpp... 100% Extract: basic_resolver_results.hpp... 100% Extract: host_name.hpp... 100% Extract: icmp.hpp... 100% Extract: multicast.hpp... 100% Extract: network_v4.hpp... 100% Extract: network_v6.hpp... 100% Extract: resolver_base.hpp... 100% Extract: resolver_query_base.hpp... 100% Extract: tcp.hpp... 100% Extract: udp.hpp... 100% Extract: unicast.hpp... 100% Extract: v6_only.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ip\detail Extract: endpoint.hpp... 100% Extract: socket_option.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ip\detail\impl Extract: endpoint.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ip\impl Extract: address.hpp... 100% Extract: address.ipp... 100% Extract: address_v4.hpp... 100% Extract: address_v4.ipp... 100% Extract: address_v6.hpp... 100% Extract: address_v6.ipp... 100% Extract: basic_endpoint.hpp... 100% Extract: host_name.ipp... 100% Extract: network_v4.hpp... 100% Extract: network_v4.ipp... 100% Extract: network_v6.hpp... 100% Extract: network_v6.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\local Extract: basic_endpoint.hpp... 100% Extract: connect_pair.hpp... 100% Extract: datagram_protocol.hpp... 100% Extract: stream_protocol.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\local\detail Extract: endpoint.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\local\detail\impl Extract: endpoint.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\posix Extract: basic_descriptor.hpp... 100% Extract: basic_stream_descriptor.hpp... 100% Extract: descriptor.hpp... 100% Extract: descriptor_base.hpp... 100% Extract: stream_descriptor.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ssl Extract: context.hpp... 100% Extract: context_base.hpp... 100% Extract: error.hpp... 100% Extract: host_name_verification.hpp... 100% Extract: rfc2818_verification.hpp... 100% Extract: stream.hpp... 100% Extract: stream_base.hpp... 100% Extract: verify_context.hpp... 100% Extract: verify_mode.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ssl\detail Extract: buffered_handshake_op.hpp... 100% Extract: engine.hpp... 100% Extract: handshake_op.hpp... 100% Extract: io.hpp... 100% Extract: openssl_init.hpp... 100% Extract: openssl_types.hpp... 100% Extract: password_callback.hpp... 100% Extract: read_op.hpp... 100% Extract: shutdown_op.hpp... 100% Extract: stream_core.hpp... 100% Extract: verify_callback.hpp... 100% Extract: write_op.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ssl\detail\impl Extract: engine.ipp... 100% Extract: openssl_init.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ssl\impl Extract: context.hpp... 100% Extract: context.ipp... 100% Extract: error.ipp... 100% Extract: host_name_verification.ipp... 100% Extract: rfc2818_verification.ipp... 100% Extract: src.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\ts Extract: buffer.hpp... 100% Extract: executor.hpp... 100% Extract: internet.hpp... 100% Extract: io_context.hpp... 100% Extract: net.hpp... 100% Extract: netfwd.hpp... 100% Extract: socket.hpp... 100% Extract: timer.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\asio\windows Extract: basic_object_handle.hpp... 100% Extract: basic_overlapped_handle.hpp... 100% Extract: basic_random_access_handle.hpp... 100% Extract: basic_stream_handle.hpp... 100% Extract: object_handle.hpp... 100% Extract: overlapped_handle.hpp... 100% Extract: overlapped_ptr.hpp... 100% Extract: random_access_handle.hpp... 100% Extract: stream_handle.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\assert Extract: source_location.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\assign Extract: assignment_exception.hpp... 100% Extract: list_inserter.hpp... 100% Extract: list_of.hpp... 100% Extract: ptr_list_inserter.hpp... 100% Extract: ptr_list_of.hpp... 100% Extract: ptr_map_inserter.hpp... 100% Extract: std.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\assign\std Extract: deque.hpp... 100% Extract: list.hpp... 100% Extract: map.hpp... 100% Extract: queue.hpp... 100% Extract: set.hpp... 100% Extract: slist.hpp... 100% Extract: stack.hpp... 100% Extract: vector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\atomic Extract: atomic.hpp... 100% Extract: atomic_flag.hpp... 100% Extract: atomic_ref.hpp... 100% Extract: capabilities.hpp... 100% Extract: fences.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\atomic\detail Extract: addressof.hpp... 100% Extract: atomic_flag.hpp... 100% Extract: atomic_ref_template.hpp... 100% Extract: atomic_template.hpp... 100% Extract: bitwise_cast.hpp... 100% Extract: bitwise_fp_cast.hpp... 100% Extract: caps_gcc_alpha.hpp... 100% Extract: caps_gcc_arm.hpp... 100% Extract: caps_gcc_atomic.hpp... 100% Extract: caps_gcc_ppc.hpp... 100% Extract: caps_gcc_sparc.hpp... 100% Extract: caps_gcc_sync.hpp... 100% Extract: caps_gcc_x86.hpp... 100% Extract: caps_linux_arm.hpp... 100% Extract: caps_msvc_arm.hpp... 100% Extract: caps_msvc_x86.hpp... 100% Extract: caps_windows.hpp... 100% Extract: classify.hpp... 100% Extract: config.hpp... 100% Extract: extra_fp_operations.hpp... 100% Extract: extra_fp_operations_fwd.hpp... 100% Extract: extra_fp_ops_emulated.hpp... 100% Extract: extra_fp_ops_generic.hpp... 100% Extract: extra_operations.hpp... 100% Extract: extra_operations_fwd.hpp... 100% Extract: extra_ops_emulated.hpp... 100% Extract: extra_ops_gcc_arm.hpp... 100% Extract: extra_ops_gcc_ppc.hpp... 100% Extract: extra_ops_gcc_x86.hpp... 100% Extract: extra_ops_generic.hpp... 100% Extract: extra_ops_msvc_arm.hpp... 100% Extract: extra_ops_msvc_x86.hpp... 100% Extract: float_sizes.hpp... 100% Extract: fp_operations.hpp... 100% Extract: fp_operations_fwd.hpp... 100% Extract: fp_ops_emulated.hpp... 100% Extract: fp_ops_generic.hpp... 100% Extract: hwcaps_gcc_arm.hpp... 100% Extract: hwcaps_gcc_ppc.hpp... 100% Extract: hwcaps_gcc_x86.hpp... 100% Extract: int_sizes.hpp... 100% Extract: integral_conversions.hpp... 100% Extract: interlocked.hpp... 100% Extract: intptr.hpp... 100% Extract: link.hpp... 100% Extract: lock_pool.hpp... 100% Extract: memory_order_utils.hpp... 100% Extract: operations.hpp... 100% Extract: operations_fwd.hpp... 100% Extract: operations_lockfree.hpp... 100% Extract: ops_cas_based.hpp... 100% Extract: ops_emulated.hpp... 100% Extract: ops_extending_cas_based.hpp... 100% Extract: ops_gcc_alpha.hpp... 100% Extract: ops_gcc_arm.hpp... 100% Extract: ops_gcc_arm_common.hpp... 100% Extract: ops_gcc_atomic.hpp... 100% Extract: ops_gcc_ppc.hpp... 100% Extract: ops_gcc_ppc_common.hpp... 100% Extract: ops_gcc_sparc.hpp... 100% Extract: ops_gcc_sync.hpp... 100% Extract: ops_gcc_x86.hpp... 100% Extract: ops_gcc_x86_dcas.hpp... 100% Extract: ops_linux_arm.hpp... 100% Extract: ops_msvc_arm.hpp... 100% Extract: ops_msvc_common.hpp... 100% Extract: ops_msvc_x86.hpp... 100% Extract: ops_windows.hpp... 100% Extract: pause.hpp... 100% Extract: platform.hpp... 100% Extract: storage_traits.hpp... 100% Extract: string_ops.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\atomic\detail\type_traits Extract: alignment_of.hpp... 100% Extract: conditional.hpp... 100% Extract: integral_constant.hpp... 100% Extract: is_floating_point.hpp... 100% Extract: is_function.hpp... 100% Extract: is_iec559.hpp... 100% Extract: is_integral.hpp... 100% Extract: is_signed.hpp... 100% Extract: is_trivially_copyable.hpp... 100% Extract: is_trivially_default_constructible.hpp... 100% Extract: make_signed.hpp... 100% Extract: make_unsigned.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast Extract: core.hpp... 100% Extract: http.hpp... 100% Extract: src.hpp... 100% Extract: ssl.hpp... 100% Extract: version.hpp... 100% Extract: websocket.hpp... 100% Extract: zlib.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\http Extract: icy_stream.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\http\impl Extract: icy_stream.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\test Extract: error.hpp... 100% Extract: fail_count.hpp... 100% Extract: handler.hpp... 100% Extract: stream.hpp... 100% Extract: tcp.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\test\impl Extract: error.hpp... 100% Extract: error.ipp... 100% Extract: fail_count.ipp... 100% Extract: stream.hpp... 100% Extract: stream.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\unit_test Extract: amount.hpp... 100% Extract: dstream.hpp... 100% Extract: global_suites.hpp... 100% Extract: main.ipp... 100% Extract: match.hpp... 100% Extract: recorder.hpp... 100% Extract: reporter.hpp... 100% Extract: results.hpp... 100% Extract: runner.hpp... 100% Extract: suite.hpp... 100% Extract: suite_info.hpp... 100% Extract: suite_list.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\_experimental\unit_test\detail Extract: const_container.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\core Extract: async_base.hpp... 100% Extract: basic_stream.hpp... 100% Extract: bind_handler.hpp... 100% Extract: buffer_traits.hpp... 100% Extract: buffered_read_stream.hpp... 100% Extract: buffers_adapter.hpp... 100% Extract: buffers_adaptor.hpp... 100% Extract: buffers_cat.hpp... 100% Extract: buffers_prefix.hpp... 100% Extract: buffers_range.hpp... 100% Extract: buffers_suffix.hpp... 100% Extract: buffers_to_string.hpp... 100% Extract: detect_ssl.hpp... 100% Extract: error.hpp... 100% Extract: file.hpp... 100% Extract: file_base.hpp... 100% Extract: file_posix.hpp... 100% Extract: file_stdio.hpp... 100% Extract: file_win32.hpp... 100% Extract: flat_buffer.hpp... 100% Extract: flat_static_buffer.hpp... 100% Extract: flat_stream.hpp... 100% Extract: handler_ptr.hpp... 100% Extract: make_printable.hpp... 100% Extract: multi_buffer.hpp... 100% Extract: ostream.hpp... 100% Extract: rate_policy.hpp... 100% Extract: read_size.hpp... 100% Extract: role.hpp... 100% Extract: saved_handler.hpp... 100% Extract: span.hpp... 100% Extract: static_buffer.hpp... 100% Extract: static_string.hpp... 100% Extract: stream_traits.hpp... 100% Extract: string.hpp... 100% Extract: string_param.hpp... 100% Extract: string_type.hpp... 100% Extract: tcp_stream.hpp... 100% Extract: type_traits.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\core\detail Extract: allocator.hpp... 100% Extract: async_base.hpp... 100% Extract: base64.hpp... 100% Extract: base64.ipp... 100% Extract: bind_continuation.hpp... 100% Extract: bind_default_executor.hpp... 100% Extract: bind_handler.hpp... 100% Extract: buffer.hpp... 100% Extract: buffer_traits.hpp... 100% Extract: buffers_pair.hpp... 100% Extract: buffers_range_adaptor.hpp... 100% Extract: buffers_ref.hpp... 100% Extract: chacha.hpp... 100% Extract: char_buffer.hpp... 100% Extract: clamp.hpp... 100% Extract: config.hpp... 100% Extract: cpu_info.hpp... 100% Extract: flat_stream.hpp... 100% Extract: get_io_context.hpp... 100% Extract: is_invocable.hpp... 100% Extract: ostream.hpp... 100% Extract: pcg.hpp... 100% Extract: read.hpp... 100% Extract: remap_post_to_defer.hpp... 100% Extract: service_base.hpp... 100% Extract: sha1.hpp... 100% Extract: sha1.ipp... 100% Extract: static_const.hpp... 100% Extract: static_ostream.hpp... 100% Extract: static_string.hpp... 100% Extract: stream_base.hpp... 100% Extract: stream_traits.hpp... 100% Extract: string.hpp... 100% Extract: temporary_buffer.hpp... 100% Extract: tuple.hpp... 100% Extract: type_traits.hpp... 100% Extract: variant.hpp... 100% Extract: varint.hpp... 100% Extract: win32_unicode_path.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\core\detail\impl Extract: read.hpp... 100% Extract: temporary_buffer.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\core\impl Extract: async_base.hpp... 100% Extract: basic_stream.hpp... 100% Extract: buffered_read_stream.hpp... 100% Extract: buffers_adaptor.hpp... 100% Extract: buffers_cat.hpp... 100% Extract: buffers_prefix.hpp... 100% Extract: buffers_suffix.hpp... 100% Extract: error.hpp... 100% Extract: error.ipp... 100% Extract: file_posix.ipp... 100% Extract: file_stdio.ipp... 100% Extract: file_win32.ipp... 100% Extract: flat_buffer.hpp... 100% Extract: flat_static_buffer.hpp... 100% Extract: flat_static_buffer.ipp... 100% Extract: flat_stream.hpp... 100% Extract: handler_ptr.hpp... 100% Extract: multi_buffer.hpp... 100% Extract: read_size.hpp... 100% Extract: saved_handler.hpp... 100% Extract: saved_handler.ipp... 100% Extract: static_buffer.hpp... 100% Extract: static_buffer.ipp... 100% Extract: static_string.hpp... 100% Extract: string.ipp... 100% Extract: string_param.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\http Extract: basic_dynamic_body.hpp... 100% Extract: basic_file_body.hpp... 100% Extract: basic_parser.hpp... 100% Extract: buffer_body.hpp... 100% Extract: chunk_encode.hpp... 100% Extract: dynamic_body.hpp... 100% Extract: empty_body.hpp... 100% Extract: error.hpp... 100% Extract: field.hpp... 100% Extract: fields.hpp... 100% Extract: file_body.hpp... 100% Extract: message.hpp... 100% Extract: parser.hpp... 100% Extract: read.hpp... 100% Extract: rfc7230.hpp... 100% Extract: serializer.hpp... 100% Extract: span_body.hpp... 100% Extract: status.hpp... 100% Extract: string_body.hpp... 100% Extract: type_traits.hpp... 100% Extract: vector_body.hpp... 100% Extract: verb.hpp... 100% Extract: write.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\http\detail Extract: basic_parsed_list.hpp... 100% Extract: basic_parser.hpp... 100% Extract: basic_parser.ipp... 100% Extract: chunk_encode.hpp... 100% Extract: rfc7230.hpp... 100% Extract: rfc7230.ipp... 100% Extract: type_traits.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\http\impl Extract: basic_parser.hpp... 100% Extract: basic_parser.ipp... 100% Extract: chunk_encode.hpp... 100% Extract: error.hpp... 100% Extract: error.ipp... 100% Extract: field.ipp... 100% Extract: fields.hpp... 100% Extract: fields.ipp... 100% Extract: file_body_win32.hpp... 100% Extract: message.hpp... 100% Extract: parser.hpp... 100% Extract: read.hpp... 100% Extract: rfc7230.hpp... 100% Extract: rfc7230.ipp... 100% Extract: serializer.hpp... 100% Extract: status.ipp... 100% Extract: verb.ipp... 100% Extract: write.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\ssl Extract: ssl_stream.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\websocket Extract: error.hpp... 100% Extract: option.hpp... 100% Extract: rfc6455.hpp... 100% Extract: role.hpp... 100% Extract: ssl.hpp... 100% Extract: stream.hpp... 100% Extract: stream_base.hpp... 100% Extract: stream_fwd.hpp... 100% Extract: teardown.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\websocket\detail Extract: decorator.hpp... 100% Extract: frame.hpp... 100% Extract: hybi13.hpp... 100% Extract: hybi13.ipp... 100% Extract: impl_base.hpp... 100% Extract: mask.hpp... 100% Extract: mask.ipp... 100% Extract: pmd_extension.hpp... 100% Extract: pmd_extension.ipp... 100% Extract: prng.hpp... 100% Extract: prng.ipp... 100% Extract: service.hpp... 100% Extract: service.ipp... 100% Extract: soft_mutex.hpp... 100% Extract: type_traits.hpp... 100% Extract: utf8_checker.hpp... 100% Extract: utf8_checker.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\websocket\impl Extract: accept.hpp... 100% Extract: close.hpp... 100% Extract: error.hpp... 100% Extract: error.ipp... 100% Extract: handshake.hpp... 100% Extract: ping.hpp... 100% Extract: read.hpp... 100% Extract: rfc6455.hpp... 100% Extract: ssl.hpp... 100% Extract: stream.hpp... 100% Extract: stream_impl.hpp... 100% Extract: teardown.hpp... 100% Extract: write.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\zlib Extract: deflate_stream.hpp... 100% Extract: error.hpp... 100% Extract: inflate_stream.hpp... 100% Extract: zlib.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\zlib\detail Extract: bitstream.hpp... 100% Extract: deflate_stream.hpp... 100% Extract: deflate_stream.ipp... 100% Extract: inflate_stream.hpp... 100% Extract: inflate_stream.ipp... 100% Extract: ranges.hpp... 100% Extract: window.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\beast\zlib\impl Extract: error.hpp... 100% Extract: error.ipp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap Extract: bimap.hpp... 100% Extract: list_of.hpp... 100% Extract: multiset_of.hpp... 100% Extract: set_of.hpp... 100% Extract: unconstrained_set_of.hpp... 100% Extract: unordered_multiset_of.hpp... 100% Extract: unordered_set_of.hpp... 100% Extract: vector_of.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\container_adaptor Extract: associative_container_adaptor.hpp... 100% Extract: container_adaptor.hpp... 100% Extract: list_adaptor.hpp... 100% Extract: list_map_adaptor.hpp... 100% Extract: map_adaptor.hpp... 100% Extract: multimap_adaptor.hpp... 100% Extract: multiset_adaptor.hpp... 100% Extract: ordered_associative_container_adaptor.hpp... 100% Extract: sequence_container_adaptor.hpp... 100% Extract: set_adaptor.hpp... 100% Extract: unordered_associative_container_adaptor.hpp... 100% Extract: unordered_map_adaptor.hpp... 100% Extract: unordered_multimap_adaptor.hpp... 100% Extract: unordered_multiset_adaptor.hpp... 100% Extract: unordered_set_adaptor.hpp... 100% Extract: vector_adaptor.hpp... 100% Extract: vector_map_adaptor.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\container_adaptor\detail Extract: comparison_adaptor.hpp... 100% Extract: functor_bag.hpp... 100% Extract: identity_converters.hpp... 100% Extract: key_extractor.hpp... 100% Extract: non_unique_container_helper.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\container_adaptor\support Extract: iterator_facade_converters.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\detail Extract: bimap_core.hpp... 100% Extract: concept_tags.hpp... 100% Extract: generate_index_binder.hpp... 100% Extract: generate_relation_binder.hpp... 100% Extract: generate_view_binder.hpp... 100% Extract: is_set_type_of.hpp... 100% Extract: manage_additional_parameters.hpp... 100% Extract: manage_bimap_key.hpp... 100% Extract: map_view_base.hpp... 100% Extract: map_view_iterator.hpp... 100% Extract: modifier_adaptor.hpp... 100% Extract: non_unique_views_helper.hpp... 100% Extract: set_view_base.hpp... 100% Extract: set_view_iterator.hpp... 100% Extract: user_interface_config.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\detail\debug Extract: static_error.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\detail\test Extract: check_metadata.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\property_map Extract: set_support.hpp... 100% Extract: unordered_set_support.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\relation Extract: member_at.hpp... 100% Extract: mutant_relation.hpp... 100% Extract: pair_layout.hpp... 100% Extract: structured_pair.hpp... 100% Extract: symmetrical_base.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\relation\detail Extract: access_builder.hpp... 100% Extract: metadata_access_builder.hpp... 100% Extract: mutant.hpp... 100% Extract: static_access_builder.hpp... 100% Extract: to_mutable_relation_functor.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\relation\support Extract: data_extractor.hpp... 100% Extract: get.hpp... 100% Extract: get_pair_functor.hpp... 100% Extract: is_tag_of_member_at.hpp... 100% Extract: member_with_tag.hpp... 100% Extract: opposite_tag.hpp... 100% Extract: pair_by.hpp... 100% Extract: pair_type_by.hpp... 100% Extract: value_type_of.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\support Extract: data_type_by.hpp... 100% Extract: iterator_type_by.hpp... 100% Extract: key_type_by.hpp... 100% Extract: lambda.hpp... 100% Extract: map_by.hpp... 100% Extract: map_type_by.hpp... 100% Extract: value_type_by.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\tags Extract: tagged.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\tags\support Extract: apply_to_value_type.hpp... 100% Extract: default_tagged.hpp... 100% Extract: is_tagged.hpp... 100% Extract: overwrite_tagged.hpp... 100% Extract: tag_of.hpp... 100% Extract: value_type_of.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bimap\views Extract: list_map_view.hpp... 100% Extract: list_set_view.hpp... 100% Extract: map_view.hpp... 100% Extract: multimap_view.hpp... 100% Extract: multiset_view.hpp... 100% Extract: set_view.hpp... 100% Extract: unconstrained_map_view.hpp... 100% Extract: unconstrained_set_view.hpp... 100% Extract: unordered_map_view.hpp... 100% Extract: unordered_multimap_view.hpp... 100% Extract: unordered_multiset_view.hpp... 100% Extract: unordered_set_view.hpp... 100% Extract: vector_map_view.hpp... 100% Extract: vector_set_view.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\bind Extract: apply.hpp... 100% Extract: arg.hpp... 100% Extract: bind.hpp... 100% Extract: bind_cc.hpp... 100% Extract: bind_mf2_cc.hpp... 100% Extract: bind_mf_cc.hpp... 100% Extract: bind_template.hpp... 100% Extract: make_adaptable.hpp... 100% Extract: mem_fn.hpp... 100% Extract: mem_fn_cc.hpp... 100% Extract: mem_fn_template.hpp... 100% Extract: mem_fn_vw.hpp... 100% Extract: placeholders.hpp... 100% Extract: protect.hpp... 100% Extract: storage.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\callable_traits Extract: add_member_const.hpp... 100% Extract: add_member_cv.hpp... 100% Extract: add_member_lvalue_reference.hpp... 100% Extract: add_member_rvalue_reference.hpp... 100% Extract: add_member_volatile.hpp... 100% Extract: add_noexcept.hpp... 100% Extract: add_transaction_safe.hpp... 100% Extract: add_varargs.hpp... 100% Extract: apply_member_pointer.hpp... 100% Extract: apply_return.hpp... 100% Extract: args.hpp... 100% Extract: class_of.hpp... 100% Extract: function_type.hpp... 100% Extract: has_member_qualifiers.hpp... 100% Extract: has_varargs.hpp... 100% Extract: has_void_return.hpp... 100% Extract: is_const_member.hpp... 100% Extract: is_cv_member.hpp... 100% Extract: is_invocable.hpp... 100% Extract: is_lvalue_reference_member.hpp... 100% Extract: is_noexcept.hpp... 100% Extract: is_reference_member.hpp... 100% Extract: is_rvalue_reference_member.hpp... 100% Extract: is_transaction_safe.hpp... 100% Extract: is_volatile_member.hpp... 100% Extract: qualified_class_of.hpp... 100% Extract: remove_member_const.hpp... 100% Extract: remove_member_cv.hpp... 100% Extract: remove_member_reference.hpp... 100% Extract: remove_member_volatile.hpp... 100% Extract: remove_noexcept.hpp... 100% Extract: remove_transaction_safe.hpp... 100% Extract: remove_varargs.hpp... 100% Extract: return_type.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\callable_traits\detail Extract: config.hpp... 100% Extract: core.hpp... 100% Extract: default_callable_traits.hpp... 100% Extract: forward_declarations.hpp... 100% Extract: function.hpp... 100% Extract: function_object.hpp... 100% Extract: is_invocable_impl.hpp... 100% Extract: parameter_index_helper.hpp... 100% Extract: pmd.hpp... 100% Extract: pmf.hpp... 100% Extract: qualifier_flags.hpp... 100% Extract: set_function_qualifiers.hpp... 100% Extract: sfinae_errors.hpp... 100% Extract: traits.hpp... 100% Extract: utility.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\callable_traits\detail\polyfills Extract: disjunction.hpp... 100% Extract: make_index_sequence.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\callable_traits\detail\unguarded Extract: function.hpp... 100% Extract: function_2.hpp... 100% Extract: function_3.hpp... 100% Extract: function_ptr.hpp... 100% Extract: function_ptr_2.hpp... 100% Extract: function_ptr_3.hpp... 100% Extract: function_ptr_varargs.hpp... 100% Extract: function_ptr_varargs_2.hpp... 100% Extract: function_ptr_varargs_3.hpp... 100% Extract: pmf.hpp... 100% Extract: pmf_2.hpp... 100% Extract: pmf_3.hpp... 100% Extract: pmf_4.hpp... 100% Extract: pmf_varargs.hpp... 100% Extract: pmf_varargs_2.hpp... 100% Extract: pmf_varargs_3.hpp... 100% Extract: pmf_varargs_4.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono Extract: ceil.hpp... 100% Extract: chrono.hpp... 100% Extract: chrono_io.hpp... 100% Extract: clock_string.hpp... 100% Extract: config.hpp... 100% Extract: duration.hpp... 100% Extract: floor.hpp... 100% Extract: include.hpp... 100% Extract: process_cpu_clocks.hpp... 100% Extract: round.hpp... 100% Extract: system_clocks.hpp... 100% Extract: thread_clock.hpp... 100% Extract: time_point.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail Extract: is_evenly_divisible_by.hpp... 100% Extract: scan_keyword.hpp... 100% Extract: static_assert.hpp... 100% Extract: system.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail\inlined Extract: chrono.hpp... 100% Extract: process_cpu_clocks.hpp... 100% Extract: thread_clock.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail\inlined\mac Extract: chrono.hpp... 100% Extract: process_cpu_clocks.hpp... 100% Extract: thread_clock.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail\inlined\posix Extract: chrono.hpp... 100% Extract: process_cpu_clocks.hpp... 100% Extract: thread_clock.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail\inlined\win Extract: chrono.hpp... 100% Extract: process_cpu_clocks.hpp... 100% Extract: thread_clock.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\detail\no_warning Extract: signed_unsigned_cmp.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\io Extract: duration_get.hpp... 100% Extract: duration_io.hpp... 100% Extract: duration_put.hpp... 100% Extract: duration_style.hpp... 100% Extract: duration_units.hpp... 100% Extract: ios_base_state.hpp... 100% Extract: time_point_get.hpp... 100% Extract: time_point_io.hpp... 100% Extract: time_point_put.hpp... 100% Extract: time_point_units.hpp... 100% Extract: timezone.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\io\utility Extract: ios_base_state_ptr.hpp... 100% Extract: manip_base.hpp... 100% Extract: to_string.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\io_v1 Extract: chrono_io.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\typeof Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\typeof\boost Extract: ratio.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\chrono\typeof\boost\chrono Extract: chrono.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\circular_buffer Extract: allocators.hpp... 100% Extract: base.hpp... 100% Extract: debug.hpp... 100% Extract: details.hpp... 100% Extract: space_optimized.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compatibility Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compatibility\cpp_c_headers Extract: cassert... 100% Extract: cctype... 100% Extract: cerrno... 100% Extract: cfloat... 100% Extract: climits... 100% Extract: clocale... 100% Extract: cmath... 100% Extract: csetjmp... 100% Extract: csignal... 100% Extract: cstdarg... 100% Extract: cstddef... 100% Extract: cstdio... 100% Extract: cstdlib... 100% Extract: cstring... 100% Extract: ctime... 100% Extract: cwchar... 100% Extract: cwctype... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute Extract: algorithm.hpp... 100% Extract: allocator.hpp... 100% Extract: async.hpp... 100% Extract: buffer.hpp... 100% Extract: cl.hpp... 100% Extract: cl_ext.hpp... 100% Extract: closure.hpp... 100% Extract: command_queue.hpp... 100% Extract: config.hpp... 100% Extract: container.hpp... 100% Extract: context.hpp... 100% Extract: core.hpp... 100% Extract: device.hpp... 100% Extract: event.hpp... 100% Extract: exception.hpp... 100% Extract: function.hpp... 100% Extract: functional.hpp... 100% Extract: image.hpp... 100% Extract: image2d.hpp... 100% Extract: image3d.hpp... 100% Extract: image_format.hpp... 100% Extract: image_sampler.hpp... 100% Extract: iterator.hpp... 100% Extract: kernel.hpp... 100% Extract: lambda.hpp... 100% Extract: memory.hpp... 100% Extract: memory_object.hpp... 100% Extract: pipe.hpp... 100% Extract: platform.hpp... 100% Extract: program.hpp... 100% Extract: random.hpp... 100% Extract: source.hpp... 100% Extract: svm.hpp... 100% Extract: system.hpp... 100% Extract: type_traits.hpp... 100% Extract: types.hpp... 100% Extract: user_event.hpp... 100% Extract: utility.hpp... 100% Extract: version.hpp... 100% Extract: wait_list.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\algorithm Extract: accumulate.hpp... 100% Extract: adjacent_difference.hpp... 100% Extract: adjacent_find.hpp... 100% Extract: all_of.hpp... 100% Extract: any_of.hpp... 100% Extract: binary_search.hpp... 100% Extract: copy.hpp... 100% Extract: copy_if.hpp... 100% Extract: copy_n.hpp... 100% Extract: count.hpp... 100% Extract: count_if.hpp... 100% Extract: equal.hpp... 100% Extract: equal_range.hpp... 100% Extract: exclusive_scan.hpp... 100% Extract: fill.hpp... 100% Extract: fill_n.hpp... 100% Extract: find.hpp... 100% Extract: find_end.hpp... 100% Extract: find_if.hpp... 100% Extract: find_if_not.hpp... 100% Extract: for_each.hpp... 100% Extract: for_each_n.hpp... 100% Extract: gather.hpp... 100% Extract: generate.hpp... 100% Extract: generate_n.hpp... 100% Extract: includes.hpp... 100% Extract: inclusive_scan.hpp... 100% Extract: inner_product.hpp... 100% Extract: inplace_merge.hpp... 100% Extract: iota.hpp... 100% Extract: is_partitioned.hpp... 100% Extract: is_permutation.hpp... 100% Extract: is_sorted.hpp... 100% Extract: lexicographical_compare.hpp... 100% Extract: lower_bound.hpp... 100% Extract: max_element.hpp... 100% Extract: merge.hpp... 100% Extract: min_element.hpp... 100% Extract: minmax_element.hpp... 100% Extract: mismatch.hpp... 100% Extract: next_permutation.hpp... 100% Extract: none_of.hpp... 100% Extract: nth_element.hpp... 100% Extract: partial_sum.hpp... 100% Extract: partition.hpp... 100% Extract: partition_copy.hpp... 100% Extract: partition_point.hpp... 100% Extract: prev_permutation.hpp... 100% Extract: random_shuffle.hpp... 100% Extract: reduce.hpp... 100% Extract: reduce_by_key.hpp... 100% Extract: remove.hpp... 100% Extract: remove_if.hpp... 100% Extract: replace.hpp... 100% Extract: replace_copy.hpp... 100% Extract: reverse.hpp... 100% Extract: reverse_copy.hpp... 100% Extract: rotate.hpp... 100% Extract: rotate_copy.hpp... 100% Extract: scatter.hpp... 100% Extract: scatter_if.hpp... 100% Extract: search.hpp... 100% Extract: search_n.hpp... 100% Extract: set_difference.hpp... 100% Extract: set_intersection.hpp... 100% Extract: set_symmetric_difference.hpp... 100% Extract: set_union.hpp... 100% Extract: sort.hpp... 100% Extract: sort_by_key.hpp... 100% Extract: stable_partition.hpp... 100% Extract: stable_sort.hpp... 100% Extract: stable_sort_by_key.hpp... 100% Extract: swap_ranges.hpp... 100% Extract: transform.hpp... 100% Extract: transform_if.hpp... 100% Extract: transform_reduce.hpp... 100% Extract: unique.hpp... 100% Extract: unique_copy.hpp... 100% Extract: upper_bound.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\algorithm\detail Extract: balanced_path.hpp... 100% Extract: binary_find.hpp... 100% Extract: compact.hpp... 100% Extract: copy_on_device.hpp... 100% Extract: copy_to_device.hpp... 100% Extract: copy_to_host.hpp... 100% Extract: count_if_with_ballot.hpp... 100% Extract: count_if_with_reduce.hpp... 100% Extract: count_if_with_threads.hpp... 100% Extract: find_extrema.hpp... 100% Extract: find_extrema_on_cpu.hpp... 100% Extract: find_extrema_with_atomics.hpp... 100% Extract: find_extrema_with_reduce.hpp... 100% Extract: find_if_with_atomics.hpp... 100% Extract: inplace_reduce.hpp... 100% Extract: insertion_sort.hpp... 100% Extract: merge_path.hpp... 100% Extract: merge_sort_on_cpu.hpp... 100% Extract: merge_sort_on_gpu.hpp... 100% Extract: merge_with_merge_path.hpp... 100% Extract: radix_sort.hpp... 100% Extract: random_fill.hpp... 100% Extract: reduce_by_key.hpp... 100% Extract: reduce_by_key_with_scan.hpp... 100% Extract: reduce_on_cpu.hpp... 100% Extract: reduce_on_gpu.hpp... 100% Extract: scan.hpp... 100% Extract: scan_on_cpu.hpp... 100% Extract: scan_on_gpu.hpp... 100% Extract: search_all.hpp... 100% Extract: serial_accumulate.hpp... 100% Extract: serial_count_if.hpp... 100% Extract: serial_find_extrema.hpp... 100% Extract: serial_merge.hpp... 100% Extract: serial_reduce.hpp... 100% Extract: serial_reduce_by_key.hpp... 100% Extract: serial_scan.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\allocator Extract: buffer_allocator.hpp... 100% Extract: pinned_allocator.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\async Extract: future.hpp... 100% Extract: wait.hpp... 100% Extract: wait_guard.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\container Extract: array.hpp... 100% Extract: basic_string.hpp... 100% Extract: dynamic_bitset.hpp... 100% Extract: flat_map.hpp... 100% Extract: flat_set.hpp... 100% Extract: mapped_view.hpp... 100% Extract: stack.hpp... 100% Extract: string.hpp... 100% Extract: valarray.hpp... 100% Extract: vector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\container\detail Extract: scalar.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\detail Extract: assert_cl_success.hpp... 100% Extract: buffer_value.hpp... 100% Extract: cl_versions.hpp... 100% Extract: device_ptr.hpp... 100% Extract: diagnostic.hpp... 100% Extract: duration.hpp... 100% Extract: get_object_info.hpp... 100% Extract: getenv.hpp... 100% Extract: global_static.hpp... 100% Extract: is_buffer_iterator.hpp... 100% Extract: is_contiguous_iterator.hpp... 100% Extract: iterator_plus_distance.hpp... 100% Extract: iterator_range_size.hpp... 100% Extract: iterator_traits.hpp... 100% Extract: literal.hpp... 100% Extract: lru_cache.hpp... 100% Extract: meta_kernel.hpp... 100% Extract: mpl_vector_to_tuple.hpp... 100% Extract: nvidia_compute_capability.hpp... 100% Extract: parameter_cache.hpp... 100% Extract: path.hpp... 100% Extract: print_range.hpp... 100% Extract: read_write_single_value.hpp... 100% Extract: sha1.hpp... 100% Extract: variadic_macros.hpp... 100% Extract: vendor.hpp... 100% Extract: work_size.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\exception Extract: context_error.hpp... 100% Extract: no_device_found.hpp... 100% Extract: opencl_error.hpp... 100% Extract: program_build_failure.hpp... 100% Extract: unsupported_extension_error.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\experimental Extract: clamp_range.hpp... 100% Extract: malloc.hpp... 100% Extract: sort_by_transform.hpp... 100% Extract: tabulate.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\functional Extract: as.hpp... 100% Extract: atomic.hpp... 100% Extract: bind.hpp... 100% Extract: common.hpp... 100% Extract: convert.hpp... 100% Extract: field.hpp... 100% Extract: geometry.hpp... 100% Extract: get.hpp... 100% Extract: hash.hpp... 100% Extract: identity.hpp... 100% Extract: integer.hpp... 100% Extract: logical.hpp... 100% Extract: math.hpp... 100% Extract: operator.hpp... 100% Extract: popcount.hpp... 100% Extract: relational.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\functional\detail Extract: macros.hpp... 100% Extract: nvidia_ballot.hpp... 100% Extract: nvidia_popcount.hpp... 100% Extract: unpack.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\image Extract: image1d.hpp... 100% Extract: image2d.hpp... 100% Extract: image3d.hpp... 100% Extract: image_format.hpp... 100% Extract: image_object.hpp... 100% Extract: image_sampler.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop Extract: eigen.hpp... 100% Extract: opencv.hpp... 100% Extract: opengl.hpp... 100% Extract: qt.hpp... 100% Extract: vtk.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop\eigen Extract: core.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop\opencv Extract: core.hpp... 100% Extract: highgui.hpp... 100% Extract: ocl.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop\opengl Extract: acquire.hpp... 100% Extract: cl_gl.hpp... 100% Extract: cl_gl_ext.hpp... 100% Extract: context.hpp... 100% Extract: gl.hpp... 100% Extract: opengl_buffer.hpp... 100% Extract: opengl_renderbuffer.hpp... 100% Extract: opengl_texture.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop\qt Extract: qimage.hpp... 100% Extract: qpoint.hpp... 100% Extract: qpointf.hpp... 100% Extract: qtcore.hpp... 100% Extract: qtgui.hpp... 100% Extract: qvector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\interop\vtk Extract: bounds.hpp... 100% Extract: data_array.hpp... 100% Extract: matrix4x4.hpp... 100% Extract: points.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\iterator Extract: buffer_iterator.hpp... 100% Extract: constant_buffer_iterator.hpp... 100% Extract: constant_iterator.hpp... 100% Extract: counting_iterator.hpp... 100% Extract: discard_iterator.hpp... 100% Extract: function_input_iterator.hpp... 100% Extract: permutation_iterator.hpp... 100% Extract: strided_iterator.hpp... 100% Extract: transform_iterator.hpp... 100% Extract: zip_iterator.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\iterator\detail Extract: get_base_iterator_buffer.hpp... 100% Extract: swizzle_iterator.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\lambda Extract: context.hpp... 100% Extract: functional.hpp... 100% Extract: get.hpp... 100% Extract: make_pair.hpp... 100% Extract: make_tuple.hpp... 100% Extract: placeholder.hpp... 100% Extract: placeholders.hpp... 100% Extract: result_of.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\memory Extract: local_buffer.hpp... 100% Extract: svm_ptr.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\random Extract: bernoulli_distribution.hpp... 100% Extract: default_random_engine.hpp... 100% Extract: discrete_distribution.hpp... 100% Extract: linear_congruential_engine.hpp... 100% Extract: mersenne_twister_engine.hpp... 100% Extract: normal_distribution.hpp... 100% Extract: threefry_engine.hpp... 100% Extract: uniform_int_distribution.hpp... 100% Extract: uniform_real_distribution.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\type_traits Extract: common_type.hpp... 100% Extract: is_device_iterator.hpp... 100% Extract: is_fundamental.hpp... 100% Extract: is_vector_type.hpp... 100% Extract: make_vector_type.hpp... 100% Extract: result_of.hpp... 100% Extract: scalar_type.hpp... 100% Extract: type_definition.hpp... 100% Extract: type_name.hpp... 100% Extract: vector_size.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\type_traits\detail Extract: capture_traits.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\types Extract: builtin.hpp... 100% Extract: complex.hpp... 100% Extract: fundamental.hpp... 100% Extract: pair.hpp... 100% Extract: size_t.hpp... 100% Extract: struct.hpp... 100% Extract: tuple.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\compute\utility Extract: dim.hpp... 100% Extract: extents.hpp... 100% Extract: invoke.hpp... 100% Extract: program_cache.hpp... 100% Extract: source.hpp... 100% Extract: wait_list.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\concept Extract: assert.hpp... 100% Extract: requires.hpp... 100% Extract: usage.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\concept\detail Extract: backward_compatibility.hpp... 100% Extract: borland.hpp... 100% Extract: concept_def.hpp... 100% Extract: concept_undef.hpp... 100% Extract: general.hpp... 100% Extract: has_constraints.hpp... 100% Extract: msvc.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\concept_check Extract: borland.hpp... 100% Extract: general.hpp... 100% Extract: has_constraints.hpp... 100% Extract: msvc.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config Extract: abi_prefix.hpp... 100% Extract: abi_suffix.hpp... 100% Extract: auto_link.hpp... 100% Extract: header_deprecated.hpp... 100% Extract: helper_macros.hpp... 100% Extract: pragma_message.hpp... 100% Extract: requires_threads.hpp... 100% Extract: user.hpp... 100% Extract: warning_disable.hpp... 100% Extract: workaround.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\abi Extract: borland_prefix.hpp... 100% Extract: borland_suffix.hpp... 100% Extract: msvc_prefix.hpp... 100% Extract: msvc_suffix.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\compiler Extract: borland.hpp... 100% Extract: clang.hpp... 100% Extract: codegear.hpp... 100% Extract: comeau.hpp... 100% Extract: common_edg.hpp... 100% Extract: compaq_cxx.hpp... 100% Extract: cray.hpp... 100% Extract: diab.hpp... 100% Extract: digitalmars.hpp... 100% Extract: gcc.hpp... 100% Extract: gcc_xml.hpp... 100% Extract: greenhills.hpp... 100% Extract: hp_acc.hpp... 100% Extract: intel.hpp... 100% Extract: kai.hpp... 100% Extract: metrowerks.hpp... 100% Extract: mpw.hpp... 100% Extract: nvcc.hpp... 100% Extract: pathscale.hpp... 100% Extract: pgi.hpp... 100% Extract: sgi_mipspro.hpp... 100% Extract: sunpro_cc.hpp... 100% Extract: vacpp.hpp... 100% Extract: visualc.hpp... 100% Extract: xlcpp.hpp... 100% Extract: xlcpp_zos.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\detail Extract: posix_features.hpp... 100% Extract: select_compiler_config.hpp... 100% Extract: select_platform_config.hpp... 100% Extract: select_stdlib_config.hpp... 100% Extract: suffix.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\no_tr1 Extract: cmath.hpp... 100% Extract: complex.hpp... 100% Extract: functional.hpp... 100% Extract: memory.hpp... 100% Extract: utility.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\platform Extract: aix.hpp... 100% Extract: amigaos.hpp... 100% Extract: beos.hpp... 100% Extract: bsd.hpp... 100% Extract: cloudabi.hpp... 100% Extract: cray.hpp... 100% Extract: cygwin.hpp... 100% Extract: haiku.hpp... 100% Extract: hpux.hpp... 100% Extract: irix.hpp... 100% Extract: linux.hpp... 100% Extract: macos.hpp... 100% Extract: qnxnto.hpp... 100% Extract: solaris.hpp... 100% Extract: symbian.hpp... 100% Extract: vms.hpp... 100% Extract: vxworks.hpp... 100% Extract: win32.hpp... 100% Extract: zos.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\config\stdlib Extract: dinkumware.hpp... 100% Extract: libcomo.hpp... 100% Extract: libcpp.hpp... 100% Extract: libstdcpp3.hpp... 100% Extract: modena.hpp... 100% Extract: msl.hpp... 100% Extract: roguewave.hpp... 100% Extract: sgi.hpp... 100% Extract: stlport.hpp... 100% Extract: vacpp.hpp... 100% Extract: xlcpp_zos.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\container Extract: adaptive_pool.hpp... 100% Extract: allocator.hpp... 100% Extract: allocator_traits.hpp... 100% Extract: container_fwd.hpp... 100% Extract: deque.hpp... 100% Extract: flat_map.hpp... 100% Extract: flat_set.hpp... 100% Extract: list.hpp... 100% Extract: map.hpp... 100% Extract: new_allocator.hpp... 100% Extract: node_allocator.hpp... 100% Extract: node_handle.hpp... 100% Extract: options.hpp... 100% Extract: scoped_allocator.hpp... 100% Extract: scoped_allocator_fwd.hpp... 100% Extract: set.hpp... 100% Extract: slist.hpp... 100% Extract: small_vector.hpp... 100% Extract: stable_vector.hpp... 100% Extract: static_vector.hpp... 100% Extract: string.hpp... 100% Extract: throw_exception.hpp... 100% Extract: uses_allocator.hpp... 100% Extract: uses_allocator_fwd.hpp... 100% Extract: vector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\container\detail Extract: adaptive_node_pool.hpp... 100% Extract: adaptive_node_pool_impl.hpp... 100% Extract: addressof.hpp... 100% Extract: advanced_insert_int.hpp... 100% Extract: algorithm.hpp... 100% Extract: alloc_helpers.hpp... 100% Extract: alloc_lib.h... 100% Extract: allocation_type.hpp... 100% Extract: allocator_version_traits.hpp... 100% Extract: auto_link.hpp... 100% Extract: block_list.hpp... 100% Extract: block_slist.hpp... 100% Extract: compare_functors.hpp... 100% Extract: config_begin.hpp... 100% Extract: config_end.hpp... 100% Extract: construct_in_place.hpp... 100% Extract: container_or_allocator_rebind.hpp... 100% Extract: container_rebind.hpp... 100% Extract: copy_move_algo.hpp... 100% Extract: destroyers.hpp... 100% Extract: dispatch_uses_allocator.hpp... 100% Extract: dlmalloc.hpp... 100% Extract: flat_tree.hpp... 100% Extract: function_detector.hpp... 100% Extract: is_container.hpp... 100% Extract: is_contiguous_container.hpp... 100% Extract: is_sorted.hpp... 100% Extract: iterator.hpp... 100% Extract: iterator_to_raw_pointer.hpp... 100% Extract: iterators.hpp... 100% Extract: math_functions.hpp... 100% Extract: min_max.hpp... 100% Extract: minimal_char_traits_header.hpp... 100% Extract: mpl.hpp... 100% Extract: multiallocation_chain.hpp... 100% Extract: mutex.hpp... 100% Extract: next_capacity.hpp... 100% Extract: node_alloc_holder.hpp... 100% Extract: node_pool.hpp... 100% Extract: node_pool_impl.hpp... 100% Extract: pair.hpp... 100% Extract: pair_key_mapped_of_value.hpp... 100% Extract: placement_new.hpp... 100% Extract: pool_common.hpp... 100% Extract: pool_common_alloc.hpp... 100% Extract: pool_resource.hpp... 100% Extract: singleton.hpp... 100% Extract: std_fwd.hpp... 100% Extract: thread_mutex.hpp... 100% Extract: transform_iterator.hpp... 100% Extract: tree.hpp... 100% Extract: type_traits.hpp... 100% Extract: value_functors.hpp... 100% Extract: value_init.hpp... 100% Extract: variadic_templates_tools.hpp... 100% Extract: version_type.hpp... 100% Extract: workaround.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\container\pmr Extract: deque.hpp... 100% Extract: flat_map.hpp... 100% Extract: flat_set.hpp... 100% Extract: global_resource.hpp... 100% Extract: list.hpp... 100% Extract: map.hpp... 100% Extract: memory_resource.hpp... 100% Extract: monotonic_buffer_resource.hpp... 100% Extract: polymorphic_allocator.hpp... 100% Extract: pool_options.hpp... 100% Extract: resource_adaptor.hpp... 100% Extract: set.hpp... 100% Extract: slist.hpp... 100% Extract: small_vector.hpp... 100% Extract: stable_vector.hpp... 100% Extract: string.hpp... 100% Extract: synchronized_pool_resource.hpp... 100% Extract: unsynchronized_pool_resource.hpp... 100% Extract: vector.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\container_hash Extract: extensions.hpp... 100% Extract: hash.hpp... 100% Extract: hash_fwd.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\container_hash\detail Extract: float_functions.hpp... 100% Extract: hash_float.hpp... 100% Extract: limits.hpp... 100% Output folder: C:\Users\s439422\SimNIBS-4.0\simnibs_env\Library\include\boost\context Extract: continuation.hpp... 100% Extract: continuation_fcontext.hpp... 100% Extract: continuation_ucontext.hpp... 100% Extract: continuation_winfib.hpp... 100% Extract: fiber.hpp... 100% Extract: fiber_fcontext.hpp... 100% Extract: fiber_ucontext.hpp.