We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See title.
While plotting data for our 160 trigger patches into a camera can be simply done like
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:
including the possibility to highlight certain patches.
The text was updated successfully, but these errors were encountered: