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

plot bias- and trigger-patch outlines in camera #8

Open
dneise opened this issue Feb 11, 2016 · 0 comments
Open

plot bias- and trigger-patch outlines in camera #8

dneise opened this issue Feb 11, 2016 · 0 comments

Comments

@dneise
Copy link
Member

dneise commented Feb 11, 2016

See title.

While plotting data for our 160 trigger patches into a camera can be simply done like

plt.factcamera(np.arange(160).repeat(9))

Its not so easy to plot some information you have for all 320 bias patches. Especially not in the light of issue #7.

So I propose to add something like:

plt.factbiaspatches(np.arange(320))
plt.facttriggerpatches(np.arange(160))

including the possibility to highlight certain patches.

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

1 participant