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

Add support for OUTPUT_BUFFER_SIZE, TIME_LIST, and ITERATION_LIST #95

Open
jczech opened this issue Oct 2, 2015 · 1 comment
Open

Comments

@jczech
Copy link
Contributor

jczech commented Oct 2, 2015

Currently, there is no way to adjust the OUTPUT_BUFFER_SIZE for reaction data.

Also, instead of simply support a step value, we could support custom time and iteration lists. In MCell, an ITERATION_LIST might look like this:

ITERATION_LIST = [[10 TO 100 STEP 10], [200 TO 500 STEP 100]]

which might result in output like this:

10 97
20 96
30 96
40 95
50 95
60 94
70 94
80 92
90 89
100 88
200 82
300 75
400 66
500 65
@cnlbob
Copy link
Contributor

cnlbob commented Jul 19, 2016

The custom time and iteration lists have not been addressed, but the following commit from June 30th, 2016 added an OutputBufSize field to the Reaction Data Output panel:

Commit: d8c29a8

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

No branches or pull requests

2 participants