-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEM code : issues to fix and improvements #477
Comments
Are there any of these items that you need help with? What about the two other FEM-related issues? |
as usual yes :) , point (4): we need to discuss which is the best approach to define the reference electrode. Regarding the other points, I have already some pieces of code, I need just to clean up and push asap. I'm on it, with the paper This is discussed with the Duneuro team and we are waiting for a new release where the integration points will be handled within the duneuro computation within the transfer matrix. Thanks |
Do you mean: selecting and electrode from the interface by the user before the computation (eg. a drop-down menu in the options window), or selecting automatically during the computation?
What's the point of having this file saved in the database? We were doing that with OpenMEEG at some point, but we stopped because it was generating too many errors and huge leftover files in the database - too many problems compared to the relatively low computation time that was saved in recomputing it (a minutes). However, why does it have to store it in the database, and not only in the temporary folder? If you want to reuse an existing transfer matrix, you have to make sure all the input files are strictly the same (file names, history and computation times). One solution to make sure you are not trying to reuse a transfer matrix when running DUNEuro on a FEM mesh that was updated since the last computation, you could concatenate all the input information, and hash it to a short string, then append this string to the name of the binary file. Example:
Note that Does it make sense? |
@tmedani Any updates on these issues? |
Hi all,
@ftadel in this thread, I would like to list some of the points that we need to fixe and improve for the bst-FEM code:
-1- Add the units to all the bst-gui panels regarding the FEM mesh generation (iso2mesh maxVol, ...)
-2- Add the options to refine a specific region of the mesh (for sEEG applications)
-3- Add an option to compute the compartments' volume (mm3) of the brain tissues (from the FEM mesh and even from the segmented Tissue file)
-4- Discuss and define the EEG/sEEG reference instead of using the Elec1 by default(@jcmosher)
-5- Combine the anisotropy with multiple tissues (ex : DTI for the wm and simulated for the skull)
-6- Add amplitude information on the LF visualization
-7- Save the FEM transfer matrix to the database + logfile or unique ID
-8- Write a definition file for the complete sEEG electrode (~similar as the MEG sensor file def)
I will start pushing some PR on these points asap.
The text was updated successfully, but these errors were encountered: