-
Notifications
You must be signed in to change notification settings - Fork 0
v492.0 dev5 #31
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
Merged
Merged
v492.0 dev5 #31
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5d8f415
new test runs
GernotMaier 24d4ed2
typos
GernotMaier 39305d5
typo
GernotMaier bb83611
irf plotting
GernotMaier ac60c38
improved plotting
GernotMaier 81b1cda
61
GernotMaier f6d8b30
add az to plotting
GernotMaier 7d0afad
spelling
GernotMaier 222939b
minor cleanup
GernotMaier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Welcome to the Eventdisplay contributing guidelines | ||
|
|
||
| You are very welcome to contribute to Eventdisplay! | ||
|
|
||
| ## Reporting Issues | ||
|
|
||
| Please try to be as concise as possible when reporting issue. Whenever possible add a small code example and a clear description of the problem. | ||
|
|
||
| Report your system configuration by pasting the output of the following command to the issue: | ||
|
|
||
| ```console | ||
| make config | ||
| ``` | ||
|
|
||
| ## Contributing Code | ||
|
|
||
| Best to contact the developers first or to open an issue describe the new development before starting a larger project. | ||
|
|
||
| Eventdisplay is an old project and without strict coding guidelines. Please provide reasonable structured and readable code. | ||
|
|
||
| ## Contributing Documentation | ||
|
|
||
| Documentation is always incomplete and contributions are welcome - either to the markdown-based documentation in this repository or on the [VERITAS wiki page](https://veritas.sao.arizona.edu/wiki/Eventdisplay_Manual). | ||
|
|
||
| ## Authorship and Credits | ||
|
|
||
| We distinguish between "Contributors" and "Authors" to ensure fair credit: | ||
|
|
||
| * **Contributors:** Every person who contributes code or documentation is a contributor. You will be automatically credited in our git history, see the [Contributors](https://github.com/VERITAS-Observatory/EventDisplay_ReleaseTests_code/graphs/contributors?all=1) GitHub page. | ||
| * **Authors:** Authors are individuals who have made substantial or sustained contributions to the project. Authorship recognizes contributions and requires individuals to take responsibility for the project. | ||
| Authors are listed in the [CITATION.cff](CITATION.cff) file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,12 @@ | ||
| # IRF plotting | ||
|
|
||
| **in development - not working yet** | ||
| plot effective areas and angular resolution for all points in parameter space | ||
|
|
||
| Goal: plot effective areas and angular resolution for all points in parameter space | ||
| use `irf_plotting.sh`, but note some hardwired values. | ||
|
|
||
| Note: only skeleton yet, missing is the loop over the full parameter space | ||
|
|
||
| ## Usage | ||
| e.g. | ||
|
|
||
| ```console | ||
| root -l -q -b 'plot_effectiveAreas.C' | ||
| ``` | ||
| ./irf_plotting.sh /afs/ifh.de/group/cta/scratch/maierg/EVNDISP/EVNDISP-400/GITHUB_Eventdisplay/EventDisplay_Release_v492/runparameter/V6.AP.runparameter.dat | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
release_tests/montecarlo/irf_plotting/plot_effectiveAreas.C
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.