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

Image generation problems for N-MCS #3

Open
gilleain opened this issue Apr 25, 2011 · 1 comment
Open

Image generation problems for N-MCS #3

gilleain opened this issue Apr 25, 2011 · 1 comment
Assignees
Labels

Comments

@gilleain
Copy link
Collaborator

If large numbers of targets are used for N-MCS, the java process is highly likely to run out of memory when generating the image. This is because the standard 'subcanvas' size is 300x300, so with 100 molecules this is a circle with a circumference of 30,000 pixels.

Possibly a maximum limit (for number of molecules) could be worked out, or maximum dimensions for the output image. The user can now specify subCanvas dimensions on the command line with "-d WxH" for width x height, although the minimum size for readability is around 50x50.

@ghost ghost assigned gilleain Apr 25, 2011
@asad
Copy link
Owner

asad commented Apr 25, 2011

Good idea!

@asad asad closed this as completed Apr 29, 2011
@asad asad reopened this May 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants