This software is copyrighted by Christian Pellegrin 2001. It's licensed under the terms of the GPL, please see the file COPYING in the root of the distribution directory or have a look at the GNU site.
$Seeing::test_layers = [ ["layer1",32,60,30,0.1,15,4000,10,0], ["layer2",16,60,30,0.18,15,8000,10,1] ]; $Seeing::test_layers_ext = [ ["layer1",32,60,30,0.1,15,4000,10,0,0,"tra1",0.03,10], ["layer2",16,60,30,0.18,15,8000,10,1,0,"tra2",0.03,10] ]; $Seeing::test_layers1 = [ ["layer1",32,60,30,0.1,15,4000,10,0], ["layer2",32,60,30,0.18,15,8000,10,1] ]; $Seeing::test_layers2 = [ ["layer1",32,60,30,0.1,10,4000,10,0], ["layer2",32,60,30,0.18,10,8000,10,1] ]; # max is circa 13s for greenwood $Seeing::test_greenwood = [ ["gl1",32,100,50,0.084,15,200,5,0], ["gl2",16,100,200,0.310,15,2000,10,1], ["gl3",16,200,100,0.536,15,10000,15,0], ["gl4",8,200,400,4.588,15,18000,20,1] ]; $Seeing::test_greenwood_tra = [ ["gl1",32,100,50,0.084,15,200,5,0,0,"gl-tra1",0.03,10], ["gl2",16,100,200,0.310,15,2000,10,1,0,"gl-tra2",0.03,10], ["gl3",16,200,100,0.536,15,10000,15,0,0,"gl-tra3",0.03,10], ["gl4",8,200,400,4.588,15,18000,20,1,0,"gl-tra4",0.03,10] ]; $Seeing::test_greenwood30 = [ ["gl1",32,100,50,0.084,30,200,5,0], ["gl2",16,100,200,0.310,30,2000,10,1], ["gl3",16,200,100,0.536,30,10000,15,0], ["gl4",8,200,400,4.588,30,18000,20,1] ]; $Seeing::test_greenwood_tra30 = [ ["gl1",32,100,50,0.084,30,200,5,0,0,"gl-tra1",0.03,10], ["gl2",16,100,200,0.310,30,2000,10,1,0,"gl-tra2",0.03,10], ["gl3",16,200,100,0.536,30,10000,15,0,0,"gl-tra3",0.03,10], ["gl4",8,200,400,4.588,30,18000,20,1,0,"gl-tra4",0.03,10] ]; # max is circa 9s for slcn $Seeing::test_slcn = [ ["sl1",32,100,50,0.157,15,200,5,0], ["sl2",32,50,100,0.164,15,2000,10,1], ["sl3",16,200,100,0.846,15,10000,15,0], ["sl4",16,100,200,1.517,15,18000,20,1] ]; $Seeing::test_slcn_tra = [ ["sl1",32,100,50,0.157,15,200,5,0,0,"sl-tra1",0.03,10], ["sl2",32,50,100,0.164,15,2000,10,1,0,"sl-tra2",0.03,10], ["sl3",16,200,100,0.846,15,10000,15,0,0,"sl-tra3",0.03,10], ["sl4",16,100,200,1.517,15,18000,20,1,0,"sl-tra4",0.03,10] ]; $Seeing::test_slcn30 = [ ["sl1",32,100,50,0.157,30,200,5,0], ["sl2",32,50,100,0.164,30,2000,10,1], ["sl3",16,200,100,0.846,30,10000,15,0], ["sl4",16,100,200,1.517,30,18000,20,1] ]; $Seeing::test_slcn_tra30 = [ ["sl1",32,100,50,0.157,30,200,5,0,0,"sl-tra1",0.03,10], ["sl2",32,50,100,0.164,30,2000,10,1,0,"sl-tra2",0.03,10], ["sl3",16,200,100,0.846,30,10000,15,0,0,"sl-tra3",0.03,10], ["sl4",16,100,200,1.517,30,18000,20,1,0,"sl-tra4",0.03,10] ];