SpineML / SpineCreator

A GUI for neural network models. A graphical editor for SpineML models.
http://spineml.github.io/spinecreator/
GNU General Public License v3.0
17 stars 7 forks source link

The "Save Image" feature doesn't appear to work #40

Closed sebjameswml closed 8 years ago

sebjameswml commented 9 years ago

I get to the "preview" window, but the preview is always a black square, and if I press "Save" no output file is saved.

ajc158 commented 9 years ago

This could be the 'feature' that only selected objects are rendered - can you check - anyway we should default to drawing all objects if none are selected...

Alex Cope Research Associate Behavioural and Evolutionary Theory Lab Department of Computer Science, University of Sheffield www.alexcope.co.uk

On 14 Aug 2014, at 08:32, Seb James notifications@github.com wrote:

I get to the "preview" window, but the preview is always a black square, and if I press "Save" no output file is saved.

— Reply to this email directly or view it on GitHub.

sebjameswml commented 9 years ago

I checked, and I do get an image if I select some objects. However, it's not a terribly useful image (I was expecting something nice as in the UI). I can't see this save image feature being used as it stands - I'd personally do a screenshot from the UI for now.

sebjameswml commented 9 years ago

It now says:

E_USER: Parameter w has incorrect dimensions (Its size is 6, not 36)

whilst firing EVENT_STATE_SET on Cortex_to_STN_Synapse_0_weight_update

And that makes it obvious that I either need 36 weights, because I have all-to-all connectivity for that connection between cortex and STN OR I need to change the connectivity to one-to-one.

Seb

On 14 August 2014 08:57, ajc158 notifications@github.com wrote:

This could be the 'feature' that only selected objects are rendered - can you check - anyway we should default to drawing all objects if none are selected...

Alex Cope Research Associate Behavioural and Evolutionary Theory Lab Department of Computer Science, University of Sheffield www.alexcope.co.uk

On 14 Aug 2014, at 08:32, Seb James notifications@github.com wrote:

I get to the "preview" window, but the preview is always a black square, and if I press "Save" no output file is saved.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/SpineML/SpineCreator/issues/40#issuecomment-52154080.

Research Associate in Computational Neuroscience Adaptive Behaviour Research Group Dept. of Psychology

ajc158 commented 9 years ago

This needs a little work - the code uses the same rendering as the UI, with the idea being that there would be a set of styles to choose from, including one that looked like the UI. However I never got round to finishing the code - shouldn't take much work tho so I'll look into it.

ajc158 commented 9 years ago

I've revised this so that it prompts for the filename second, rather than first, and now the standard SpineCreator look is a render option (the default render option no less!). See 9c9a903

ajc158 commented 8 years ago

Think this can be closed