Erin Sheldon
Erin Sheldon
I just implemented this functionality myself outside of the config interface.
I do think it would be useful for the background to be written so people can use it. But I no longer need this as I've worked around it.
Is there a need to skip photon ops for objects with less than 100 photons? If they only have 100 photons, will they be fast in any case?
This could be an issue running imsim if you assume you should, for example, set nproc to the number of cores on the machine.
Note using 1 core vs 2 cores gave very similar run times as well, so I'm not sure what's using the extra cpu time.
Yes, that can happen if you end up oversubscribing the cores due to each `proc` set by `output.proc` using more than one core per `proc`. Setting OMP_NUM_THREADS to 1 does...
I think you can use anything you want as as dependency, since it is not being included in your code. But maybe @beckermr can comment
OK, if you know how to do a double license please send a PR
It is a breaking change, in that those columns will now be properly round tripped whereas they were not before. On the other hand, I consider this a bug in...
There is no way to set the TDIM for length-1 vector columns, they must be length 2 or more. I can see hacks working. We could add a header keyword...