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

Projections #150

Merged
merged 2 commits into from Apr 26, 2017
Merged

Projections #150

merged 2 commits into from Apr 26, 2017

Conversation

hernando
Copy link
Contributor

No description provided.

tribal-tec
tribal-tec previously approved these changes Apr 26, 2017

/**
* @return the full path to the morphology database. A suffix may be
* prepended to the to the bare path from the BlueConfig.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to the to the?

@tribal-tec tribal-tec dismissed their stale review April 26, 2017 08:08

Hold on. I didn't see the 3rd commit while reviewing...

brain/circuit.h Outdated
* to cells in the projecting circuit.
* \endif
*/
BRAIN_API SynapsesStream getAfferentProjections(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't get a confusion with the existing getProjectedSynapses() in terms of similar names I hope.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Difficult to say, if you have a better suggestion it will be welcomed.

_afferent, _prefetch);
});
}
else
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else not needed

@@ -123,14 +139,18 @@ struct Synapses::Impl : public Synapses::BaseImpl
return;

const brion::Synapse& synapseAttributes =
_circuit._impl->getSynapseAttributes(_afferent);
const brion::Synapse* synapseExtra = _circuit._impl->getSynapseExtra();
_source.empty()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename _source to _externalSource or similar? It's not quite obvious deeply in the code what this means.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do

@hernando hernando force-pushed the projections branch 2 times, most recently from c1ccdec to 9a7e4f0 Compare April 26, 2017 14:05
This function gives access to synape data for afferent projections
external to the circuit.
@hernando hernando merged commit 386b9af into BlueBrain:master Apr 26, 2017
@hernando hernando deleted the projections branch April 26, 2017 15:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants