Skip to content
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

DC initialization from file #357

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

drbergman
Copy link
Collaborator

provide a CSV file with similar structure to the substrate ICs csv header row: x,y,z,<substrate_01>,<substrate_02>,... where the list of substrates need not be all the substrates, only those with DCs being set each subsequent row is:
<x_coord>,<y_coord>,<z_coord>,<val_01>,<val_02>,... where the coords must be specified and the vals can either be empty (<val_01>,,<val_03>,...) or a number If empty, then nothing chagnes for the substrate in that column at that voxel If a number, then the DC activation for that voxel-substrate pairing is set to the number

a sample project in sample_projects/dirichlet_from_file is provided. try it with make dirichlet-from-file-sample

provide a CSV file with similar structure to the substrate ICs csv
header row: x,y,z,<substrate_01>,<substrate_02>,...
where the list of substrates need not be all the substrates, only those with DCs being set
each subsequent row is:
<x_coord>,<y_coord>,<z_coord>,<val_01>,<val_02>,...
where the coords must be specified and the vals can either be empty (<val_01>,,<val_03>,...) or a number
If empty, then nothing chagnes for the substrate in that column at that voxel
If a number, then the DC activation for that voxel-substrate pairing is set to the number
@drbergman drbergman force-pushed the feature-dc-init-file branch from 0cec57e to c7860b4 Compare February 2, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant