Skip to content
Snippets Groups Projects
Commit aede4150 authored by Leo Bosse's avatar Leo Bosse
Browse files

Parallelisation works! But only for ground maps I think, sky is still buggy

parent 0a326ebf
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ saving_graphs 0 # 0:False or 1:True, decide whether or not saving graphs for in
# ###############################################################################
### Where do you point the instrument. In degrees. If multiples observations, separate by ";"
azimuts 0 ;45;90;135;180;225;270;315 # In degrees, 0 is north, east is 90
azimuts 180 ;45;90;135;180;225;270;315 # In degrees, 0 is north, east is 90
elevations 45 #90 may have some bugs...
location lagorge #Accepted locations: lagorge, skibotn, stveran, nyalesund, vigan, mens or LON;LAT in degrees
......@@ -36,7 +36,7 @@ Atmospheric_profile atm_profiles/win.atm #name of the atmospheric profile file
# "[1, 2, 3...]_band_eEE", east-west auroral band at elevation EE. (can be doubled or tripled)
# "spot_aAAA_eEE" Single sky pixel source at elevation EE and azimut AAA. Change the "I_zone_*" parameters and the "Nb_emission_points" for faster computations. Else, just a small aurora.
# "image" use an all-sky camera picture defined by the sky_file parameter
sky_mode uniform_100 1_moving_EW_band spot_a180_e45
sky_mode spot_a180_e45 uniform_100 1_moving_EW_band spot_a180_e45
emission_altitude 90 # Altitude of the emission in km. Put 0 if emission on ground
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment