F.A.S.T. package for describing datasets
Project description
fast-curator
Create, read and write dictionary descriptions of input datasets to process. Currently all datasets are expected to be built from sets of ROOT Trees.
Installing
pip install --user fast-curator
Usage
# Local files: fast_curator -o output_file_list.txt -t tree_name -d dataset_name --mc input/files/*root # Single XROOTD files: fast_curator -o output_file_list.txt --mc root://my.domain.with.files://input/files/one_file.root # XROOTD files with several globs fast_curator -o output_file_list.txt --mc root://my.domain.with.files://inp*/files/*.root
Notes: 1. If the command is called multiple times with the same output file (using the -o option), the additional files specified will be appended to the output file. 2. Arbitrary meta-data (such as cross-section, data quality, generator precision, etc) can be added to each dataset with the -m option.
For more guidance try the built-in help:
fast_curator --help
Reading dataset files back
import fast_curator datasets = fast_curator.read.from_yaml("my_dataset_file.yml")
Will return a list of datasets with the default section applied to each dataset.
Further Documentation
Is on its way…
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size fast_curator-0.7.0-py2.py3-none-any.whl (11.8 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size fast-curator-0.7.0.tar.gz (9.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for fast_curator-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22381012ab250836c2421139f7f47737a66e264bff5903791ecf0545a6d486f5 |
|
MD5 | de4e2f560f8b504ff2c9a73c74897513 |
|
BLAKE2-256 | 83fadd1f081968d9f588bcd3f2d5cacdef4737d7def7e6724ccbcd5ada8e300d |