1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
[default]
station=nrk,bch
#7 days
forward=168
start=2
# dir/file pattern, follows rules of str.format()
# pre-set names:
# {date}, time},
# {station} (as in [station]->name, for combined schedules ".comb" is appended),
# {mode} (request|report),
# {output_dir} (as in cmd-param --output-dir)
[pattern]
dir_output= {output_dir}/{date}-{time}
dir_plots= {dir_output}/plots.{station}
file_xml= {dir_output}/aquisition-schedule-{mode}_{station}.xml
file_sci= {dir_output}/scisys-schedule-{station}.txt
file_graph= {dir_output}/graph
[nrk]
name=nrk
# degrees east
longitude=16.148649
# degrees north
latitude=58.581844
# km
altitude=0.052765
#area_file=/home/sat/smhi/scheduler/areas.def
area_file=/local_disk/usr/src/satprod/etc/areas.def
area=euron1
satellites=metop-a,metop-b,noaa 19,noaa 18,noaa 15,aqua,terra,suomi npp
#satellites=noaa 16,terra
[nrk-test]
name=nrk
# degrees east
longitude=16.148649
# degrees north
latitude=58.581844
# km
altitude=0.052765
area_file=/home/sat/smhi/scheduler_test/areas.def
area=euron1
satellites=metop-a,metop-b,noaa 19,noaa 18,noaa 15,aqua,terra,suomi npp
#satellites=noaa 16,terra
[bch]
name=bch
# degrees east
longitude=7.314910
# degrees north
latitude=51.505070
# km
altitude=0.14
area_file=/local_disk/usr/src/satprod/etc/areas.def
area=euron1
satellites=metop-a,metop-b,noaa 19,noaa 18,noaa 15,aqua,terra,suomi npp
#satellites=noaa 16,terra
[metop-a]
night=0.1
day=0.6
[metop-b]
night=0.1
day=0.6
[noaa 19]
night=0.05
day=0.3
[noaa 18]
night=0.1
day=0.6
[noaa 16]
night=0.1
day=0.6
[noaa 15]
night=0.05
day=0.3
[aqua]
night=0.2
day=0.8
[terra]
night=0.2
day=0.8
[suomi npp]
night=0.25
day=0.9
|