Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manifest.py: Add method "gets()" to get values of a list of items | Aaron LI | 2017-02-12 | 1 | -1/+33 |
| | |||||
* | manifest.py: Add sub-command "show" and make it the default | Aaron LI | 2017-02-12 | 1 | -4/+23 |
| | |||||
* | manifest.py: Try to parse given value to integer or float | Aaron LI | 2017-02-11 | 1 | -3/+17 |
| | |||||
* | manifest.py: Handle empty manifest file | Aaron LI | 2017-02-11 | 1 | -2/+4 |
| | |||||
* | Add scripts/{manifest,results}.py | Aaron LI | 2017-02-11 | 1 | -0/+224 |
* manifest.py: Manage the observation products in YAML format manifest * results.py: Manage the analysis results in YAML format |