Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lst-analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Donini
lst-analysis
Commits
5e4e24a5
Commit
5e4e24a5
authored
3 years ago
by
Alice Donini
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
fdbcc686
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+42
-0
42 additions, 0 deletions
README.md
with
42 additions
and
0 deletions
README.md
+
42
−
0
View file @
5e4e24a5
...
...
@@ -3,5 +3,47 @@
Collection of scripts to run analysis of LST data at the IT cluster in La Palma.
The repository contains also a folder with some bash scripts that can be easily used.
## Analysis tree
Use
`create_analysis_tree.py`
to create automatically a directory tree.
The default one is:
```
bash
Parent_Folder
└──DL1
├──
source
│ └── night
│ └── version
│ └── cleaning
DL2
├──
source
│ └── night
│ └── version
│ └── cleaning
DL3
└──
source
└── night
└── version
└── cleaning
```
Modify the script at your convenience if you prefer a different structure.
Change the default value for the Parent folder in the argparse with your own path.
Example:
```
bash
python create_analysis_tree.py
--source
Crab
--night
20220304
```
Output:
```
bash
Directory /fefs/aswg/workspace/alice.donini/Analysis/data/DL1/Crab/20220304/v0.9.2/tailcut84 already exists
Directory /fefs/aswg/workspace/alice.donini/Analysis/data/DL2/Crab/20220304/v0.9.2/tailcut84 Created
Directory /fefs/aswg/workspace/alice.donini/Analysis/data/DL3/Crab/20220304/v0.9.2/tailcut84 Created
Directory structure ready
for
analysis on Crab.
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment