/////////////////////////////////////////////////// //* UFO SOURCE INFORMATION //*Contains LED distributions as well as other parameters //*such as the radius of the UFO and the number of LEDs and intensity etc //* Contact: Mark Stringer { type: "UFOGEO", version : 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", //Radius of UFO in mm radius: 30, //Number of LEDS assumes they are all equidistant n_leds: 8, position_x: 0.0, //in mm position_y: 0.0, //in mm position_z: 0.0, //in mm } //Time information of the UFO { type: "UFOTIME", version : 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", // Time it takes to pulse over all LEDs (In seconds) rotation_time: 6.0, //Rate of Pulses (Hz) (Included as rate is not set using a db command) pulse_rate: -1, } //LED information of the UFO { type: "UFOLED", version : 1, run_range: [0, 0], pass: 0, comment: "", timestamp: "", //number of photons per pulse of LED intensity: 10000, pulse_mode: "fixed" //Change to "poisson" for poisson fluctuations //Wavelength spread of UFO taken from briteled datasheet. dist_wl: [505.9728506787331, 517.166724678037, 525.3755656108598, 533.5844065436826, 542.5395057431257, 550.0020884093283, 558.2109293421511, 570.8973198746955, 583.5864949530109, 597.7654020187957, 611.9526627218936, 620.9161155586495, 628.389836407936, 632.140619561434, 635.1562826313958, 641.1625478593805, 643.4375217542638, 646.4643230073095, 648.7532196310477, 651.7800208840933, 654.0494256874348, 655.5725722241559, 657.0845805777933, 658.6160807518274, 660.1531500174035, 660.1837800208841, 663.1966585450748, 663.9568395405499, 665.4159415245389, 666.8639053254439, 667.5099199443091, 667.5572572224157, 668.3341454925167, 668.9272537417335, 668.9550991994431, 669.6261747302472, 671.0797076226941, 672.527671423599, 673.975635224504, 676.1865645666551, 679.1412582800356, 684.3452836756005, 691.0504698920989, 698.5102680125306,], dist_wl_intensity :[0.00475589456547576, 0.004481516032852184, 0.004280305108928184, 0.004079094185004184, 0.0038595913589054565, 0.003676672337156406, 0.0034754614132324058, 0.003164499076258709, 0.00775576652216059, 0.007408220380837216, 0.021767363588139466, 0.03625455011066614, 0.05568055022041718, 0.08990469918966859, 0.14375605919259526, 0.20733871115257263, 0.27101282262342463, 0.34447310175785173, 0.4326583621430792, 0.5061186412775065, 0.5599882931826081, 0.6138762369898846, 0.6481552616656606, 0.7167498948215625, 0.7951489875432146, 0.849073515154841, 0.8980226453748925, 0.9225155023870932, 0.863652161188242, 0.7851799008578902, 0.7459254787905394, 0.6920192430810881, 0.608681336772211, 0.5253068466589841, 0.47628454883023275, 0.39292835061918086, 0.3242605498545794, 0.2457882895242277, 0.16731602919387578, 0.11823885565859993, 0.06475285428963007, 0.02979750864292363, 0.010023962391848995, 0.004938813587224811,], //Time spread of LEDs (First guess taken to be twice the width of TELLIE ) Gaussian width 6ns time_width: 6, //Angular distribution dist_angle: [ -1.57079633e+00, -1.48352986e+00, -1.39626340e+00, -1.30899694e+00, -1.22173048e+00, -1.13446401e+00, -1.04719755e+00, -9.59931089e-01, -8.72664626e-01, -7.85398163e-01, -6.98131701e-01, -6.10865238e-01, -5.23598776e-01, -4.36332313e-01, -3.49065850e-01, -2.61799388e-01, -1.74532925e-01, -8.72664626e-02, -1.77635684e-15, 8.72664626e-02, 1.74532925e-01, 2.61799388e-01, 3.49065850e-01, 4.36332313e-01, 5.23598776e-01, 6.10865238e-01, 6.98131701e-01, 7.85398163e-01, 8.72664626e-01, 9.59931089e-01, 1.04719755e+00, 1.13446401e+00, 1.22173048e+00, 1.30899694e+00, 1.39626340e+00, 1.48352986e+00, 1.57079633e+00,] }