Commit 8c5753c85975421daf1a2917461f120c408bfd6f
1 parent
36b01ac2
Exists in
master
and in
9 other branches
all THEMIS observatories
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/REMOTEDATA/ThemisConfigClass.php
... | ... | @@ -13,7 +13,7 @@ class ThemisConfigClass |
13 | 13 | public static $NFS_DIR = "/THEMIS_B1/themisdata"; |
14 | 14 | public static $level = "l2"; |
15 | 15 | public static $format = "cdf"; |
16 | - public static $themis = array('A'); //, 'B', 'C', 'D', 'E'); | |
16 | + public static $themis = array('A', 'B', 'C', 'D', 'E'); | |
17 | 17 | public static $TemplateXml = "/ThemisTreeTemplate.xml"; |
18 | 18 | public static $START_YEAR = "2007"; |
19 | 19 | public static $program = array('peim' => 'themis_esamom2nc', 'peem' => 'themis_esamom2nc', |
... | ... |