-
Notifications
You must be signed in to change notification settings - Fork 74
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
get absorbed energy by object #205
Comments
@PyMarc2, you can set the outputtype to 'energy' and sum the values in the output array for each label mask. |
I get this error when outputting in ASCII or BIN in MCX, and MCX-CL The other output types all work but seem unintelligeable from a human standpoint. |
mcx/mcxcl has please see the accepted options in the command line https://github.com/fangq/mcx/blob/v2023/src/mcx_utils.c#L5133-L5137 in the command line, you set for the proper flags to use, see |
if you use mcx or mcxcl, they are not supported. please use the recommended jnii or nii format. https://github.com/fangq/mcx?tab=readme-ov-file#volumetric-output was there a particular reason you don't want to use nii or jnii? |
Oh! Okay! No, I just naively wanted the ASCII since I thought it would be more direct/fast to do. Thank you for taking the time to point it out. I'll use this format since its aim seem to be focused at being easy to use and generic. Thank you for the jnii initiative, it looks interesting. Marc |
@fangq Is there any documentation that teach me how to do so? I couldn't find anything that explain in details. |
Hello @fangq Still couldn't find a way to add labels to the output array. I considered manually remembering the indices of the objects I create. Thank you! |
Feature Request
I have a simple simulation with 3 layers as boxes. I would like to get the total absorbed energy by each object (in this case for each box).
Is there a simple way to acheive this ? I added the input file in attachements (Change the extension to .mcxp to loadit in MCXStudio.
Thank you!
myproject_1.json
MCXStudio Nigthly Build 2024-02-12 06:55
Window 11
NVIDIA GTX 1080 3GB
The text was updated successfully, but these errors were encountered: