Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alice Donini
lst-analysis
Commits
74e9668b
Commit
74e9668b
authored
May 19, 2022
by
Alice Donini
Browse files
update readme file
parent
0df4a512
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
74e9668b
# LST
analysi
s
# LST
_script
s
Collection of scripts to run analysis of LST data at the IT cluster in La Palma.
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
Some simple bash scripts are also available.
Use
`create_analysis_tree.py`
to create automatically a directory tree.
## Resources
The default one is:
```
bash
Documentation:
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.
-
[
readthedocs
](
http://lst-inaf.readthedocs.io/
)
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
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment