Commit a0cfe93aba9b75ca5edd5638ef91f2713e929071
1 parent
c425a483
Exists in
master
Add resources folder
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +# List of datasets to ignore. | |
2 | +# The script will ignore all dataset which begins with on of the lines above. | |
3 | +# So it can be `spase://CDPP/NumericalData/AMDA/foo/` or even `spase://CDPP/NumericalData/AMDA/foo/bar` | |
4 | +# Line beginning with `#` or blank line are ignored. | |
5 | + | |
6 | +spase://CDPP/NumericalData/AMDA/Rosetta/ | |
7 | +spase://CDPP/NumericalData/AMDA/EISCAT/ | |
8 | +spase://CDPP/NumericalData/AMDA/Galileo/ | |
9 | +spase://CDPP/NumericalOutput/AMDA/TSYG96/ | |
10 | +spase://CDPP/NumericalOutput/AMDA/CAIN/ | |
11 | +spase://CDPP/NumericalOutput/AMDA/MICHIGAN/ | |
12 | +spase://CDPP/NumericalOutput/AMDA/MORSCHAUSER/ | ... | ... |