diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3f14b9b..2a66eb8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,13 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + # Install this version of ScopeSim. Otherwise the PyPI version of + # ScopeSim will be installed when the github_actions requirements + # are installed, because ScopeSim is a dependency of + # ScopeSim_Templates. + pip install . pip install -r requirements.github_actions.txt - name: Run Pytest run: pytest + - name: Run notebooks + run: ./runnotebooks.sh diff --git a/MANIFEST.in b/MANIFEST.in index 4c3e0cb1..ccaa808c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include README.md include LICENCE include scopesim/defaults.yaml include scopesim/vega.fits +recursive-include scopesim/data * prune *OLD_* prune *docs_to_be_sorted* diff --git a/docs/source/5_liners/source_point_source_arrays.ipynb b/docs/source/5_liners/source_point_source_arrays.ipynb index 9586a604..03bfe5bd 100644 --- a/docs/source/5_liners/source_point_source_arrays.ipynb +++ b/docs/source/5_liners/source_point_source_arrays.ipynb @@ -21,7 +21,7 @@ "import astropy.table as table\n", "from astropy import units as u\n", "\n", - "import scopesim as sim\n", + "import scopesim\n", "\n", "# how many stars\n", "n = 200\n", @@ -35,7 +35,7 @@ "weight = 10**(-0.4*np.linspace(10, 20, n))\n", "\n", "# Note: The Pyckles and SpeXtra libraries contain many more stellar and galactic spectra\n", - "vega = sim.source.source_templates.vega_spectrum(mag=20)" + "vega = scopesim.source.source_templates.vega_spectrum(mag=20)" ] }, { @@ -103,7 +103,7 @@ } ], "source": [ - "point_source = sim.Source(spectra=[vega], x=x, y=y, ref=ref, weight=weight)\n", + "point_source = scopesim.Source(spectra=[vega], x=x, y=y, ref=ref, weight=weight)\n", "\n", "point_source.plot()" ] diff --git a/docs/source/examples/1_scopesim_intro.ipynb b/docs/source/examples/1_scopesim_intro.ipynb index af4e79c2..7fc13958 100644 --- a/docs/source/examples/1_scopesim_intro.ipynb +++ b/docs/source/examples/1_scopesim_intro.ipynb @@ -167,7 +167,7 @@ ], "source": [ "plt.figure(figsize=(10,8))\n", - "plt.imshow(hdus[0][1].data, norm=LogNorm(), vmax=3E4, vmin=3E3, cmap=\"hot\")\n", + "plt.imshow(hdus[0][1].data, norm=LogNorm(vmax=3E4, vmin=3E3), cmap=\"hot\")\n", "plt.colorbar()" ] }, diff --git a/docs/source/examples/2_multiple_telescopes.ipynb b/docs/source/examples/2_multiple_telescopes.ipynb index 3f77b6f1..52784fc7 100644 --- a/docs/source/examples/2_multiple_telescopes.ipynb +++ b/docs/source/examples/2_multiple_telescopes.ipynb @@ -212,7 +212,7 @@ "plt.title(\"1.5m LFOA\")\n", "\n", "plt.subplot(122)\n", - "plt.imshow(hdus_micado[0][1].data, norm=LogNorm(), origin=\"lower\", vmax=1E6, vmin=1e5)\n", + "plt.imshow(hdus_micado[0][1].data, norm=LogNorm(vmax=1E6, vmin=1e5), origin=\"lower\")\n", "plt.colorbar()\n", "plt.title(\"39m ELT\")" ] diff --git a/docs/source/getting_started.ipynb b/docs/source/getting_started.ipynb index 6743bfe0..d006843f 100644 --- a/docs/source/getting_started.ipynb +++ b/docs/source/getting_started.ipynb @@ -65,7 +65,7 @@ "hdulist = opt.readout()[0]\n", "\n", "plt.figure(figsize=(10,8))\n", - "plt.imshow(hdulist[1].data, norm=LogNorm(), vmin=1)\n", + "plt.imshow(hdulist[1].data, norm=LogNorm(vmin=1))\n", "plt.colorbar()" ] }, diff --git a/requirements.github_actions.txt b/requirements.github_actions.txt index 35c2791d..fb366c05 100644 --- a/requirements.github_actions.txt +++ b/requirements.github_actions.txt @@ -5,6 +5,7 @@ scipy astropy matplotlib jupyter +jupytext docutils requests diff --git a/runnotebooks.sh b/runnotebooks.sh new file mode 100755 index 00000000..2f24fb53 --- /dev/null +++ b/runnotebooks.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + +# https://github.com/koalaman/shellcheck/wiki/SC2044 +find . -iname "*.ipynb" -print0 | while IFS= read -r -d '' fnnotebook +do + echo "Testing ${fnnotebook}" + fnpy="${fnnotebook%.ipynb}.py" + + # Convert .ipynb file to .py. + jupytext --to py "${fnnotebook}" + + # Run the python script and quit on first error. + python "${fnpy}" || exit 1 + + # Delete generated files if --delete is specified. + # By default do not delete any files. + if [ "x$1" = "x--delete" ] + then + rm "${fnpy}" + fi + +done diff --git a/scopesim/data/svo/2MASS/2MASS.H b/scopesim/data/svo/2MASS/2MASS.H new file mode 100644 index 00000000..a6460e6c --- /dev/null +++ b/scopesim/data/svo/2MASS/2MASS.H @@ -0,0 +1,308 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Observational facility + + + + + + Transmission components + + + Manually specified. See reference + + + Manually specified. See reference + + + Manually specified. See reference + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
12890.00.0000000000
13150.00.0000000000
13410.00.0000000000
13680.00.0000000000
13970.00.0000000000
14180.00.0000000000
14400.00.0005000000
14620.00.0027999999
14780.00.0081000002
14860.00.0286999997
14930.00.0870999992
15040.00.2013999969
15150.00.4381999969
15280.00.6863999963
15390.00.8180999756
15460.00.8820999861
15510.00.9118000269
15560.00.9269000292
15650.00.9293000102
15720.00.8726999760
15770.00.8565999866
15830.00.8826000094
15920.00.9180999994
15970.00.9266999960
16020.00.9075999856
16130.00.9259999990
16190.00.9204999804
16280.00.9241999984
16330.00.9235000014
16420.00.9417999983
16480.00.9491000175
16570.00.9807000160
16590.00.9937000275
16710.01.0000000000
16840.00.9560999870
17010.00.9240999818
17150.00.9821000099
17270.00.9915999770
17390.00.9886999726
17460.00.9792000055
17510.00.9682000279
17530.00.9369999766
17560.00.9190000296
17640.00.8422999978
17750.00.6671000123
17850.00.2694000006
17900.00.4515999854
17960.00.1730999947
18030.00.1076999977
18100.00.0706999972
18130.00.0051000002
18180.00.0199999996
18280.00.0004000000
18350.00.0000000000
18500.00.0001000000
18710.00.0000000000
18930.00.0000000000
19140.00.0000000000
+
+
diff --git a/scopesim/data/svo/2MASS/2MASS.J b/scopesim/data/svo/2MASS/2MASS.J new file mode 100644 index 00000000..fd7e6d1b --- /dev/null +++ b/scopesim/data/svo/2MASS/2MASS.J @@ -0,0 +1,504 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Observational facility + + + + + + Transmission components + + + Manually specified. See reference + + + Manually specified. See reference + + + Manually specified. See reference + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10620.00.0000000000
10660.00.0004000000
10700.00.0015000000
10750.00.0027000001
10780.00.0055000000
10820.00.0122999996
10840.00.0203000009
10870.00.0306000002
10890.00.0405000001
10930.00.0515000001
10960.00.0564000010
11020.00.0718000010
11050.00.2736000121
11070.00.3409999907
11090.00.3583999872
11120.00.3801000118
11160.00.3307000101
11170.00.2395000011
11200.00.2500999868
11230.00.2833000124
11280.00.2581999898
11290.00.2515000105
11320.00.5381000042
11340.00.2231999934
11380.00.5368999839
11400.00.1102000028
11430.00.5292000175
11470.00.2619000077
11540.00.3201999962
11590.00.1743000001
11640.00.6069999933
11670.00.6179000139
11700.00.6762999892
11730.00.7279000282
11750.00.7465000153
11790.00.8303999901
11820.00.7903000116
11860.00.8095999956
11880.00.8368999958
11920.00.8360000253
11950.00.7498999834
11990.00.7080000043
12020.00.6988000274
12090.00.7049000263
12160.00.7003999949
12210.00.7328000069
12270.00.7056999803
12310.00.8424000144
12360.00.9218999743
12400.00.9524999857
12440.00.9675999880
12470.00.9595000148
12530.00.9226999879
12550.00.8930000067
12580.00.8529000282
12600.00.8022999763
12650.00.7501000166
12700.00.6780999899
12750.00.6524000168
12790.00.6388000250
12860.00.6424000263
12920.00.6485999823
12970.00.6823999882
13020.00.7529000044
13050.00.7759000063
13070.00.8118000031
13100.00.7770000100
13130.00.7210000157
13160.00.9524999857
13190.00.8550999761
13230.00.8414000273
13260.01.0000000000
13300.00.8946999907
13330.00.8549000025
13340.00.5378999710
13360.00.2799000144
13390.00.9064999819
13430.00.6893000007
13460.00.5533000231
13490.00.2432000041
13530.00.0143999998
13550.00.0002000000
13600.00.0401000008
13630.00.0044999998
13700.00.0003000000
13730.00.0372000001
13770.00.0005000000
13830.00.0000000000
13880.00.0001000000
13920.00.0033000000
13950.00.0003000000
13960.00.0085000005
13970.00.0253999997
13980.00.1184000000
14000.00.0001000000
14010.00.0001000000
14020.00.0520999990
14040.00.0104000000
14060.00.0478000008
14070.00.0004000000
14100.00.0024000001
14120.00.0052999998
14160.00.0086000003
14210.00.0007000000
14260.00.0003000000
14420.00.0004000000
14500.00.0000000000
+
+
diff --git a/scopesim/data/svo/2MASS/2MASS.Ks b/scopesim/data/svo/2MASS/2MASS.Ks new file mode 100644 index 00000000..67cdb1cb --- /dev/null +++ b/scopesim/data/svo/2MASS/2MASS.Ks @@ -0,0 +1,380 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Observational facility + + + + + + Transmission components + + + Manually specified. See reference + + + Manually specified. See reference + + + Manually specified. See reference + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
19000.00.0000000000
19150.00.0000000000
19270.00.0000000000
19340.00.0002000000
19390.00.0005000000
19480.00.0054000001
19570.00.0119000003
19620.00.0197000001
19690.00.0421999991
19760.00.0873000026
19810.00.1527999938
19890.00.2481999993
19900.00.1902000010
19980.00.2338999957
20080.00.2946000099
20140.00.3982000053
20190.00.3366000056
20280.00.6207000017
20370.00.7649999857
20450.00.7463999987
20610.00.6251000166
20720.00.7254999876
20750.00.6894999743
20820.00.7878999710
20890.00.8180999756
20990.00.8227999806
21060.00.8633000255
21130.00.8777999878
21200.00.8549000025
21240.00.8952999711
21380.00.9189000130
21450.00.9268000126
21550.00.9266999960
21690.00.9009000063
21760.00.9228000045
21850.00.8428000212
21970.00.9459000230
22080.00.9804000258
22130.00.9879000187
22180.00.9847999811
22320.00.9646999836
22370.00.9815999866
22480.00.9833999872
22560.00.9613000154
22600.00.9792000055
22630.01.0000000000
22650.00.9631999731
22700.00.9811999798
22720.00.9681000113
22760.00.9108999968
22770.00.9821000099
22810.00.8895999789
22840.00.8917999864
22860.00.9423999786
22910.00.8403999805
22930.00.8041999936
22950.00.7077000141
22970.00.6575999856
22990.00.5606999993
23060.00.4436999857
23110.00.3481999934
23160.00.2301999927
23200.00.1625999957
23250.00.1360000074
23280.00.0921000019
23350.00.0623999983
23390.00.0430999994
23440.00.0340000018
23460.00.0309999995
23520.00.0118000004
23610.00.0068000001
23630.00.0007000000
23700.00.0030000000
23750.00.0020999999
23840.00.0004000000
23990.00.0000000000
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS b/scopesim/data/svo/GTC/OSIRIS new file mode 100644 index 00000000..96c80065 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS @@ -0,0 +1,2005 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ivo://svo/fpsGTC/OSIRIS.sdss_g_filterAngstromem.wlOSIRIS1gOsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, SDSS g (filter only)4787.57808601884847.54939816244745.42224356138005805.84317140241321.19088548294814.94909425374787.578086018848804784.87222817821531.6920433578188.30057461807GTC/OSIRIS.sdss_g_filter/VegaVega3906.8517754763Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F643_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F643 (filter only)6429.1903485966431.23489583896422.959739291560506666.9284060552289.094906280136432.11727237066429.19034859665306424.2913855873290.13942088588161.41960022348GTC/OSIRIS.F643_filter/VegaVega2971.3583293215Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F643Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F643 filter (full trans)6429.65836701776431.70648654536423.395423666360506668.6622457259287.620977299366432.37736568746429.658367017765306424.7296734131290.00397733986161.39036811687GTC/OSIRIS.F643/VegaVega2970.1786208186Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.sdss_r_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, SDSS r (filter only)6400.17006127416464.78633059116332.0283703866528075001568.89762652596412.05952028046400.170061274165406375.29372550211764.130618804160.1780758867GTC/OSIRIS.sdss_r_filter/VegaVega3028.6463668209Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F648_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F648 (filter only)6484.70247484226486.51012168716479.172491182962106724.3073446328277.473779984676486.85932245396484.702474842264906480.3887406607279.92569281946158.98429746034GTC/OSIRIS.F648_filter/VegaVega2903.8659932276Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F648Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F648 filter (full trans)6485.41853039876487.23041701736479.885980900262106729.4968726984278.114144927156487.25781886256485.418530398764906481.1062080995280.17969781838158.94679255483GTC/OSIRIS.F648/VegaVega2902.57479113Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F657_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F657 (filter only)6569.42321189186572.4712622576566.38212346876261.126836.5952769429354.858505386786572.10501744316569.423211891866506568.4992743143364.95993441984156.4601363275GTC/OSIRIS.F657_filter/VegaVega2891.9292619108Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F657Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F657 filter (full trans)6570.9118526946573.95802783786567.92444486466264.88641429086837.0955903543351.036199658326572.90844431176570.91185269466506570.0407486506363.68225350426156.41359567207GTC/OSIRIS.F657/VegaVega2891.4978257657Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F666_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F666 (filter only)6675.10910529366677.75248743276676.381257204563906917.7876726519352.342407681386677.85496967646675.109105293666606678.1470414903356.20326655027152.85235828375GTC/OSIRIS.F666_filter/VegaVega2849.9771773783Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F666Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F666 filter (full trans)6676.24284409066678.87710872836677.515003880463906918.0931188032351.624668933996678.52956243546676.242844090666606679.2737491348355.39053438568152.82796512055GTC/OSIRIS.F666/VegaVega2850.7145870408Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F680_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F680 (filter only)6789.97798815786793.35873970116788.890995110664707068.0644082151384.820437603116791.6148942766789.977988157869106791.1025754513403.87152383617149.45487260686GTC/OSIRIS.F680_filter/VegaVega2870.4254086556Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F680Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F680 filter (full trans)6791.26707213286794.64372717046790.146321458564707067.9958172803381.180163893886792.57882195586791.267072132869106792.3560277081402.38089350536149.41403987088GTC/OSIRIS.F680/VegaVega2870.5075260295Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F694_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F694 (filter only)6947.04736880926950.9332791576942.928123137666207269.9587196468428.968889002476947.27527124886947.047368809270406945.5220513187446.42074632413143.9424012684GTC/OSIRIS.F694_filter/VegaVega2830.8490058161Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F694Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F694 filter (full trans)6947.34606394436951.20929530536943.25029927746622.58423247268.8173652604424.708997736366947.31765514426947.346063944370306945.8294667126445.31331399112143.92901415234GTC/OSIRIS.F694/VegaVega2830.7342388794Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F709Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F709 filter (full trans)7076.92059936777080.60640981077072.971905211867307382.4089744099425.817053658137078.85301041737076.920599367770207075.4380999468434.6657074784139.3625903435GTC/OSIRIS.F709/VegaVega2774.6572734102Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F709_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F709 (filter only)7077.55371838487081.247188517073.595931328867307383.5111533587423.21024870827078.85025091747077.553718384872007076.0680229432435.42303866893139.34329525972GTC/OSIRIS.F709_filter/VegaVega2774.3781195899Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F723Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F723 filter (full trans)7228.33305833227231.68509235317224.74433921636900.69619088777533.5550833377395.298312716647231.02875147467228.333058332273207226.9864699318409.56941873904134.49151849201GTC/OSIRIS.F723/VegaVega2710.7779099379Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F723_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F723 (filter only)7229.10595595967232.45399900797225.52114254266900.99106948977534.1515242593394.874481244527231.83555576867229.105955959673207227.7608172262408.69902028535134.46700453914GTC/OSIRIS.F723_filter/VegaVega2710.4573222752Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F738Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F738 filter (full trans)7371.3520194267375.0214423027367.382249956470307665.1904451538424.904634697797374.38720863447371.35201942675007369.8355900668442.50748486953130.36739604835GTC/OSIRIS.F738/VegaVega2652.2715406099Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F738_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F738 (filter only)7372.41185632647376.0868363717368.435219090170307665.5817263765422.128268296077374.92806028067372.411856326475007370.8929912385442.03149483551130.3371839047GTC/OSIRIS.F738_filter/VegaVega2651.8419213044Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F754Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F754 filter (full trans)7537.42146780547541.46038253897532.976847367471707859.1646290535464.264322445077543.08272385557537.421467805475207535.6747004782469.96758596962125.56811716877GTC/OSIRIS.F754/VegaVega2586.1613141535Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F754_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F754 (filter only)7539.80591931067543.85730911227535.344164538371707860468.136603574947544.12341738757539.805919310675207538.0518332269470.5630928596125.5007203065GTC/OSIRIS.F754_filter/VegaVega2585.2113057105Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F770Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F770 filter (full trans)7700.30907602797704.57279959587695.572752730973208200470.389909100897699.22733867517700.309076027976807698.4175927267484.96418935282121.37645727022GTC/OSIRIS.F770/VegaVega2523.0603615357Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F770_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F770 (filter only)7703.03948429877707.2960370037698.30816518497321.08246527788200462.199681935487700.42828001877703.039484298778407701.1500267909482.727030954121.30607206428GTC/OSIRIS.F770_filter/VegaVega2522.0136150439Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.sdss_i_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, SDSS i (filter only)7705.62455017647744.83762926057662.66128859026751.84660587648798.60926756351417.01118455917705.35873821197705.624550176476007688.8071364131513.9664675198120.76467739449GTC/OSIRIS.sdss_i_filter/VegaVega2508.6098055749Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F785Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F785 filter (full trans)7862.96607924217867.31538613597858.186777498673508350479.598074416927865.45118332117862.966079242179407861.0975761878484.17869180075117.11529658674GTC/OSIRIS.F785/VegaVega2463.2679263127Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F785_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F785 (filter only)7865.9919770427870.34616203897861.20888212957428.38709677428350473.642551595357867.28812844687865.99197704279807864.1237510778482.39373040149117.04206366521GTC/OSIRIS.F785_filter/VegaVega2462.1817581195Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F802Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F802 filter (full trans)7997.99725741338002.59329364877992.9981527475608500502.083540085597999.08126910667997.997257413379407996.0659631706509.19668025965113.83792531227GTC/OSIRIS.F802/VegaVega2415.3476899583Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F802_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F802 (filter only)8002.81684078948007.45424227647997.7673623527568.30347985358500496.885913378638000.94426196318002.816840789481208000.8654355145510.70576002888113.71527709729GTC/OSIRIS.F802_filter/VegaVega2413.6786382106Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F819Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F819 filter (full trans)8177.13905753178182.45476155758171.236060354376608674.2904774792559.268730580888183.66618474338177.139057531780608174.7742003409563.60172577574109.35115657365GTC/OSIRIS.F819/VegaVega2355.4746280117Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F819_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F819 (filter only)8186.29175833938191.6388849598180.32942043177697.67990867588700550.963913627628187.18036560178186.291758339382308183.8953959167565.10129737729109.12391158525GTC/OSIRIS.F819_filter/VegaVega2352.3746301116Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F838Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F838 filter (full trans)8370.72700699928375.96195011988364.024487889979608759.0840561496561.791086004768377.8691687158370.727006999282508367.5099760778570.66002544678103.93628756097GTC/OSIRIS.F838/VegaVega2282.7270339972Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F838_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F838 (filter only)8381.58415845038386.8228910148374.854631714279608764.5534364772554.177628914858383.07177754948381.584158450385608378.3530886683571.78779819854103.62489276761GTC/OSIRIS.F838_filter/VegaVega2278.5739723278Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F858Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F858 filter (full trans)8575.23556072328580.48553673518571.89532977538161.17354738848968.9956809154567.862506076838583.69716360038575.235560723285108575.4445598416581.2854748615698.61472740744GTC/OSIRIS.F858/VegaVega2244.0622614695Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F858_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F858 (filter only)8589.55915318898594.85369198168586.38627637448165.83827247198973.8906822811563.754995132268589.673739048589.559153188987508589.9713721615582.5052288605898.264696465699GTC/OSIRIS.F858_filter/VegaVega2243.0876481227Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F878Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F878 filter (full trans)8765.23204372428770.96489393158766.069748134983209176.9984265577574.712629168898780.4487835428765.232043724286008769.9054749274605.1348750619394.047063358807GTC/OSIRIS.F878/VegaVega2248.3909510836Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F878_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F878 (filter only)8781.98292734638787.67445100118782.87400729098323.23628233799183.756993737598.170067844158787.01603114148781.982927346387708786.6787008383606.2458216656993.717571429105GTC/OSIRIS.F878_filter/VegaVega2252.0262494353Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F893Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F893 filter (full trans)8917.47888262358921.77070875378919.281969236285109283.3971626649515.27730918798924.72352149018917.478882623588308922.1362689982524.1614750507290.987420725903GTC/OSIRIS.F893/VegaVega2293.0950398763Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F893_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F893 (filter only)8929.2067589428933.45536268948930.93039421878510.47873587279288.7019469457508.312611552478931.42062223568929.20675894290808933.7532559331522.4667167983490.74132270506GTC/OSIRIS.F893_filter/VegaVega2296.6734637233Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F902Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F902 filter (full trans)9031.82166817519034.42235066419030.428354921686709334.426588779394.647014097959038.93145604429031.821668175189709032.1294787949395.3886295485388.565380229425GTC/OSIRIS.F902/VegaVega2298.3843035374Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F902_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F902 (filter only)9038.84827284479041.45352881959037.23785296318672.02284768219338.8541557876395.969232375899043.45833829399038.848272844791209038.9411744516395.9961129016188.39924458547GTC/OSIRIS.F902_filter/VegaVega2297.2707522634Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F911Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F911 filter (full trans)9116.34126279149119.28348635939114.648900279987409435.7652535502415.34439190819125.20115790839116.341262791490209116.6205089437423.2220896388986.86848398505GTC/OSIRIS.F911/VegaVega2293.3415846767Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F911_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F911 (filter only)9126.04734654839129.00766644869124.37299594628740.15563778849442.2435489009423.465125971179130.33459234289126.047346548392309126.3618942705426.8678443213686.676962432537GTC/OSIRIS.F911_filter/VegaVega2292.431792486Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F919Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F919 filter (full trans)9179.86069460169182.15326756139179.533351676388509468.1052488855365.42005806079187.05958819139179.860694601691109181.0728904749373.7021561274685.560013858245GTC/OSIRIS.F919/VegaVega2299.4401468431Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F919_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F919 (filter only)9188.61401947889190.90991102519188.36360937688509473.8650658858374.506142473599191.97251737429188.614019478892809189.9089249195375.7794543453885.411974931702GTC/OSIRIS.F919_filter/VegaVega2299.7648932026Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F924Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F924 filter (full trans)9232.75984923219234.71976237879232.265561840489009506.5395604095340.704714476769238.88910243019232.759849232192409233.6019377623337.3406020892884.615420715543GTC/OSIRIS.F924/VegaVega2310.489295277Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F924_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F924 (filter only)9240.69750521349242.63813907739240.39169739918903.18395115579510332.030554098179245.03919701849240.697505213493409241.7164141166332.2657681342684.493327827188GTC/OSIRIS.F924_filter/VegaVega2310.7060271099Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F927Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F927 filter (full trans)9276.94162843669278.91573903919277.060512748789509553.4316486259341.912510711059282.43766253379276.941628436692609278.4040437518340.0982622637283.894091538868GTC/OSIRIS.F927/VegaVega2308.1177959666Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F927_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F927 (filter only)9285.07901618249287.02960308279285.36007850848951.13018074829558.5512076053335.105155585569288.89360467329285.079016182493709286.6851597334336.0692917424683.773801428417GTC/OSIRIS.F927_filter/VegaVega2309.3663365556Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F932Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F932 filter (full trans)9311.63652895029313.51097944299312.453967112189809569.7418679424336.995106826629318.63829811079311.636528950292609313.7142682245332.7150415676683.34516615479GTC/OSIRIS.F932/VegaVega2301.1203514602Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F932_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F932 (filter only)9319.33052151659321.1765222029320.19246993918986.90993914819574.8614063339325.983506010739324.28412900999319.330521516593809321.4290176952326.7392213848883.235079349983GTC/OSIRIS.F932_filter/VegaVega2303.3126444031Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F936Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F936 filter (full trans)9360.20704070029362.05499654439359.506335902990309623.8263179329.095408400419367.85574723049360.207040700293309360.7029603447325.3550145520982.590707871197GTC/OSIRIS.F936/VegaVega2285.8404572909Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F936_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F936 (filter only)9367.95688242089369.78096625579366.98588598439034.54726392259629.8774449739324.954355581649373.55236591249367.956882420894109368.163341122322.1132672083782.472265958328GTC/OSIRIS.F936_filter/VegaVega2285.0807946355Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F940Angstromem.wlOSIRIS1OSIRISGTChttp://www.gtc.iac.es/instruments/osiris/osiris.phpGTC, OSIRIS, F940 filter (full trans)9410.50674567059412.42922777769406.660580368690909682.793626781341.006251297599417.41089608329410.506745670593409407.8907999505343.3847180763281.841511888636GTC/OSIRIS.F940/VegaVega2255.9318122123Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.F940_filterAngstromem.wlOSIRIS1OsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, F940 (filter only)9419.63299398229421.56060857799415.40961630879092.84524125729690347.521539942059422.89316970069419.632993982294909416.6496206937346.0682016116881.691898427322GTC/OSIRIS.F940_filter/VegaVega2249.5803672785Jy0Pogson0
ivo://svo/fpsGTC/OSIRIS.sdss_z_filterAngstromem.wlOSIRIS1zOsirisGTChttp://www.gtc.iac.es/en/pages/instrumentation/osiris.phpGTC, Osiris, SDSS z (filter only)9665.12206885719753.60020106579592.48775229198110110002341.52251403259692.29222197959665.122068857195509650.02152151612615.415556041177.428339479631GTC/OSIRIS.sdss_z_filter/VegaVega2128.7707035465Jy0Pogson0
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F643 b/scopesim/data/svo/GTC/OSIRIS.F643 new file mode 100644 index 00000000..ff679d4f --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F643 @@ -0,0 +1,341 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6050.0000000.0042649389906052
6060.0000000.00428521
6070.0000000.0042285525
6080.0000000.004332
6090.0000000.0042479592
6100.0000000.0042105656
6110.0000000.00409422
6120.0000000.0041873492304521
6130.0000000.0041592064
6140.0000000.0042444696583249
6150.0000000.00440259
6160.0000000.0045194112
6170.0000000.0048005667
6180.0000000.0054326217
6190.0000000.0067385781
6200.0000000.0087502566
6210.0000000.0123494829
6220.0000000.018597179603877
6230.0000000.02821727849799
6240.0000000.042318235863191
6250.0000000.062451600973634
6260.0000000.091103848065284
6270.0000000.1260023904
6280.0000000.1696444668
6290.0000000.21609927411966
6300.0000000.26218244614103
6310.0000000.3041700728
6320.0000000.338161924
6330.0000000.3642205986
6340.0000000.38307051238697
6350.0000000.3946936864
6360.0000000.4002868963848
6370.0000000.4013317194
6380.0000000.3991865268
6390.0000000.3962768544
6400.0000000.3928812132
6410.0000000.39118285383657
6420.0000000.39074065974159
6430.0000000.39175797176668
6440.0000000.3929844738573
6450.0000000.39421268112339
6460.0000000.3961027625
6470.0000000.3984169210427
6480.0000000.3988763394
6490.0000000.3996952938
6500.0000000.4009843068
6510.0000000.40349646792075
6520.0000000.406003849
6530.0000000.40781327725111
6540.0000000.40542965212377
6550.0000000.38694035619874
6560.0000000.33999631802704
6570.0000000.26590850275761
6580.0000000.18188778613402
6590.0000000.1137359219534
6600.0000000.065623546475199
6610.0000000.036753535653036
6620.0000000.0211688
6630.0000000.012274808016455
6640.0000000.0079185531471489
6650.0000000.0057060983113328
6660.0000000.0045147259943861
6670.0000000.004010707480378
6680.0000000.0037630781133632
6690.0000000.0036268256529927
6700.0000000.0035942592
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F643_filter b/scopesim/data/svo/GTC/OSIRIS.F643_filter new file mode 100644 index 00000000..01ce0c5a --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F643_filter @@ -0,0 +1,341 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6050.0000000.009848
6060.0000000.009908
6070.0000000.009777
6080.0000000.010000
6090.0000000.009806
6100.0000000.009704
6110.0000000.009425
6120.0000000.009637
6130.0000000.009557
6140.0000000.009748
6150.0000000.010100
6160.0000000.010368
6170.0000000.011013
6180.0000000.012463
6190.0000000.015459
6200.0000000.020074
6210.0000000.028331
6220.0000000.042613
6230.0000000.064524
6240.0000000.096558
6250.0000000.142324
6260.0000000.207083
6270.0000000.286304
6280.0000000.385468
6290.0000000.490510
6300.0000000.594914
6310.0000000.690041
6320.0000000.767155
6330.0000000.827586
6340.0000000.871137
6350.0000000.898256
6360.0000000.911356
6370.0000000.915029
6380.0000000.910138
6390.0000000.903504
6400.0000000.895762
6410.0000000.890286
6420.0000000.888762
6430.0000000.890154
6440.0000000.891539
6450.0000000.893545
6460.0000000.897175
6470.0000000.901242
6480.0000000.902027
6490.0000000.903879
6500.0000000.906794
6510.0000000.910825
6520.0000000.915454
6530.0000000.918994
6540.0000000.912388
6550.0000000.868935
6560.0000000.762542
6570.0000000.594986
6580.0000000.406466
6590.0000000.253679
6600.0000000.146086
6610.0000000.081608
6620.0000000.047000
6630.0000000.027234
6640.0000000.017547
6650.0000000.012614
6660.0000000.009968
6670.0000000.008845
6680.0000000.008282
6690.0000000.007971
6700.0000000.007896
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F648 b/scopesim/data/svo/GTC/OSIRIS.F648 new file mode 100644 index 00000000..56a6a253 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F648 @@ -0,0 +1,289 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6210.0000000.0042129735
6220.0000000.0045204417979714
6230.0000000.0046718304226958
6240.0000000.0051395632880512
6250.0000000.0061905735261518
6260.0000000.0082972459086997
6270.0000000.0119121867
6280.0000000.0174737304
6290.0000000.026735406923308
6300.0000000.041035941816761
6310.0000000.0614175456
6320.0000000.0900898224
6330.0000000.1261313397
6340.0000000.17034986329831
6350.0000000.2162674072
6360.0000000.26155579873315
6370.0000000.3002274018
6380.0000000.3290127198
6390.0000000.3505791204
6400.0000000.366292404
6410.0000000.37787065200178
6420.0000000.38500196048171
6430.0000000.39073033512844
6440.0000000.39569226748485
6450.0000000.39890064194194
6460.0000000.401499217
6470.0000000.40432525881406
6480.0000000.4064667024
6490.0000000.4065268416
6500.0000000.405844527
6510.0000000.4051781000589
6520.0000000.4029796225
6530.0000000.39955711233245
6540.0000000.39594832127838
6550.0000000.3928571123575
6560.0000000.38917870254657
6570.0000000.38590488432275
6580.0000000.38146737308925
6590.0000000.37395315194179
6600.0000000.35554300762074
6610.0000000.31794951900298
6620.0000000.257196416
6630.0000000.18379490020497
6640.0000000.117990819277
6650.0000000.071133522543109
6660.0000000.041858140745303
6670.0000000.024981107575917
6680.0000000.015093205598853
6690.0000000.009446763794685
6700.0000000.0066386368
6710.0000000.0051872302
6720.0000000.0042954898
6730.0000000.0040530716995239
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F648_filter b/scopesim/data/svo/GTC/OSIRIS.F648_filter new file mode 100644 index 00000000..c2884023 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F648_filter @@ -0,0 +1,289 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6210.0000000.009665
6220.0000000.010358
6230.0000000.010683
6240.0000000.011727
6250.0000000.014108
6260.0000000.018860
6270.0000000.027067
6280.0000000.039704
6290.0000000.060685
6300.0000000.093114
6310.0000000.139332
6320.0000000.204378
6330.0000000.286597
6340.0000000.387391
6350.0000000.492188
6360.0000000.595499
6370.0000000.684513
6380.0000000.750143
6390.0000000.799314
6400.0000000.835140
6410.0000000.859989
6420.0000000.875709
6430.0000000.887819
6440.0000000.897682
6450.0000000.904171
6460.0000000.909398
6470.0000000.914607
6480.0000000.919192
6490.0000000.919328
6500.0000000.917785
6510.0000000.914621
6520.0000000.908635
6530.0000000.900389
6540.0000000.891051
6550.0000000.882222
6560.0000000.872848
6570.0000000.863485
6580.0000000.852468
6590.0000000.834073
6600.0000000.791482
6610.0000000.705979
6620.0000000.571040
6630.0000000.407784
6640.0000000.261460
6650.0000000.157249
6660.0000000.092418
6670.0000000.055092
6680.0000000.033218
6690.0000000.020762
6700.0000000.014584
6710.0000000.011378
6720.0000000.009422
6730.0000000.008891
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F657 b/scopesim/data/svo/GTC/OSIRIS.F657 new file mode 100644 index 00000000..729bfcc2 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F657 @@ -0,0 +1,441 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6100.0000000.0039723545
6110.0000000.0037853616
6120.0000000.0037498001306217
6130.0000000.0038476032
6140.0000000.0038608650451751
6150.0000000.0039165615
6160.0000000.0037936377
6170.0000000.003713868
6180.0000000.0037478682
6190.0000000.0037360989
6200.0000000.0037731504
6210.0000000.0036807396
6220.0000000.0037209197499038
6230.0000000.0037810208588063
6240.0000000.0037949585154971
6250.0000000.003859235480756
6260.0000000.0041301455244365
6270.0000000.0044419293
6280.0000000.0050431059
6290.0000000.006286796684446
6300.0000000.0080354009831496
6310.0000000.0115013536
6320.0000000.0176267104
6330.0000000.0263580291
6340.0000000.038423713264229
6350.0000000.0582503792
6360.0000000.085569956995378
6370.0000000.1198312218
6380.0000000.1624394574
6390.0000000.209370096
6400.0000000.2539182594
6410.0000000.29544766024752
6420.0000000.32693615445635
6430.0000000.35332832240863
6440.0000000.37325897087301
6450.0000000.3856419099186
6460.0000000.3930776045
6470.0000000.39729847027117
6480.0000000.3990395112
6490.0000000.3996064116
6500.0000000.3991655382
6510.0000000.39921619138788
6520.0000000.398969939
6530.0000000.39899886156827
6540.0000000.39984758913086
6550.0000000.40252600123197
6560.0000000.40388669049053
6570.0000000.40640400733487
6580.0000000.40896761639832
6590.0000000.41180430034191
6600.0000000.41503526303561
6610.0000000.41746347284287
6620.0000000.420322288
6630.0000000.42336954963885
6640.0000000.42631798758987
6650.0000000.42824959940903
6660.0000000.4271905478725
6670.0000000.42387623385105
6680.0000000.42014208262713
6690.0000000.41253901920731
6700.0000000.4038302248
6710.0000000.3941328444
6720.0000000.3800386959
6730.0000000.35520790330323
6740.0000000.3134639208
6750.0000000.2509622296
6760.0000000.173402741806
6770.0000000.1094772266
6780.0000000.062709797
6790.0000000.0348414632
6800.0000000.0195093287
6810.0000000.011044206470775
6820.0000000.0069592019336627
6830.0000000.0050393596945683
6840.0000000.003972692
6850.0000000.0035339681554025
6860.0000000.0032799155348114
6870.0000000.0031724877462906
6880.0000000.0031218722079772
6890.0000000.0030377108797921
6900.0000000.0032279544
6910.0000000.0031509006
6920.0000000.0031436663
6930.0000000.0031852197161931
6940.0000000.003144384
6950.0000000.0031735845
6960.0000000.0032006570502452
6970.0000000.0031041187017999
6980.0000000.0031176194
6990.0000000.003091585
7000.0000000.0031257607046242
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F657_filter b/scopesim/data/svo/GTC/OSIRIS.F657_filter new file mode 100644 index 00000000..84f29541 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F657_filter @@ -0,0 +1,441 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6100.0000000.009155
6110.0000000.008714
6120.0000000.008630
6130.0000000.008841
6140.0000000.008867
6150.0000000.008985
6160.0000000.008703
6170.0000000.008520
6180.0000000.008598
6190.0000000.008571
6200.0000000.008656
6210.0000000.008444
6220.0000000.008526
6230.0000000.008646
6240.0000000.008659
6250.0000000.008795
6260.0000000.009388
6270.0000000.010093
6280.0000000.011459
6290.0000000.014270
6300.0000000.018233
6310.0000000.026092
6320.0000000.039988
6330.0000000.059891
6340.0000000.087379
6350.0000000.132568
6360.0000000.194822
6370.0000000.273213
6380.0000000.370359
6390.0000000.477360
6400.0000000.578929
6410.0000000.672404
6420.0000000.743635
6430.0000000.802834
6440.0000000.846789
6450.0000000.874118
6460.0000000.890323
6470.0000000.898712
6480.0000000.902396
6490.0000000.903678
6500.0000000.902681
6510.0000000.901163
6520.0000000.899594
6530.0000000.899131
6540.0000000.899826
6550.0000000.903935
6560.0000000.905835
6570.0000000.909353
6580.0000000.913923
6590.0000000.918497
6600.0000000.923919
6610.0000000.926941
6620.0000000.933220
6630.0000000.939326
6640.0000000.944693
6650.0000000.946696
6660.0000000.943188
6670.0000000.934794
6680.0000000.924673
6690.0000000.906674
6700.0000000.887149
6710.0000000.864516
6720.0000000.833601
6730.0000000.779200
6740.0000000.688629
6750.0000000.551323
6760.0000000.381257
6770.0000000.240821
6780.0000000.137945
6790.0000000.076541
6800.0000000.042793
6810.0000000.024212
6820.0000000.015218
6830.0000000.011003
6840.0000000.008674
6850.0000000.007716
6860.0000000.007152
6870.0000000.006906
6880.0000000.006786
6890.0000000.006595
6900.0000000.006996
6910.0000000.006829
6920.0000000.006803
6930.0000000.006885
6940.0000000.006784
6950.0000000.006847
6960.0000000.006895
6970.0000000.006677
6980.0000000.006706
6990.0000000.006650
7000.0000000.006715
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F666 b/scopesim/data/svo/GTC/OSIRIS.F666 new file mode 100644 index 00000000..a58fc3dc --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F666 @@ -0,0 +1,293 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6390.0000000.0043601226
6400.0000000.0061539966
6410.0000000.0090966932232772
6420.0000000.013132226070063
6430.0000000.019278199272561
6440.0000000.029214020911443
6450.0000000.042259147649828
6460.0000000.06070625
6470.0000000.085476605544759
6480.0000000.120055089
6490.0000000.1591460112
6500.0000000.2023865382
6510.0000000.24811117754992
6520.0000000.2894285435
6530.0000000.32180316487814
6540.0000000.34550046030699
6550.0000000.3627549975403
6560.0000000.37279958540585
6570.0000000.37936472198388
6580.0000000.38418405972385
6590.0000000.38823969183293
6600.0000000.39206257457305
6610.0000000.39685513741072
6620.0000000.4006659312
6630.0000000.40483789779173
6640.0000000.40792800871602
6650.0000000.4111702076346
6660.0000000.41240264621552
6670.0000000.41161376212783
6680.0000000.40994333216437
6690.0000000.40682282165637
6700.0000000.4035616568
6710.0000000.4012015739
6720.0000000.3992466747
6730.0000000.39872816525466
6740.0000000.399082944
6750.0000000.4012096384
6760.0000000.40322162678145
6770.0000000.404644006
6780.0000000.4048003884
6790.0000000.4042799624
6800.0000000.4026682042
6810.0000000.40089849130382
6820.0000000.39851514550481
6830.0000000.38555887749861
6840.0000000.342616976
6850.0000000.26299437432488
6860.0000000.17175806006583
6870.0000000.094227388002264
6880.0000000.046662926602909
6890.0000000.022790431633242
6900.0000000.0115608384
6910.0000000.0062824224
6920.0000000.0036154704
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F666_filter b/scopesim/data/svo/GTC/OSIRIS.F666_filter new file mode 100644 index 00000000..8877257c --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F666_filter @@ -0,0 +1,293 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6390.0000000.009941
6400.0000000.014031
6410.0000000.020703
6420.0000000.029870
6430.0000000.043804
6440.0000000.066276
6450.0000000.095787
6460.0000000.137500
6470.0000000.193353
6480.0000000.271495
6490.0000000.359896
6500.0000000.457681
6510.0000000.560069
6520.0000000.652601
6530.0000000.725173
6540.0000000.777522
6550.0000000.814623
6560.0000000.836113
6570.0000000.848851
6580.0000000.858539
6590.0000000.865938
6600.0000000.872779
6610.0000000.881182
6620.0000000.889578
6630.0000000.898210
6640.0000000.903942
6650.0000000.908940
6660.0000000.910538
6670.0000000.907751
6680.0000000.902227
6690.0000000.894111
6700.0000000.886559
6710.0000000.880021
6720.0000000.875733
6730.0000000.874668
6740.0000000.876720
6750.0000000.881392
6760.0000000.886555
6770.0000000.890110
6780.0000000.890454
6790.0000000.888137
6800.0000000.883238
6810.0000000.878882
6820.0000000.871451
6830.0000000.841834
6840.0000000.748072
6850.0000000.574217
6860.0000000.374526
6870.0000000.205118
6880.0000000.101431
6890.0000000.049479
6900.0000000.025056
6910.0000000.013616
6920.0000000.007824
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F680 b/scopesim/data/svo/GTC/OSIRIS.F680 new file mode 100644 index 00000000..63153d2f --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F680 @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6470.0000000.0042425976499617
6480.0000000.00601392
6490.0000000.0085711626
6500.0000000.0120893058
6510.0000000.017352795701615
6520.0000000.025246681
6530.0000000.036189559873495
6540.0000000.051575649211793
6550.0000000.072693229651592
6560.0000000.098951982793635
6570.0000000.13049219354603
6580.0000000.16473923314255
6590.0000000.20093828930779
6600.0000000.23454378213019
6610.0000000.26437838546302
6620.0000000.2911876536
6630.0000000.3127718797889
6640.0000000.33142531752833
6650.0000000.34774584375819
6660.0000000.36117264448749
6670.0000000.3725146921549
6680.0000000.38257536742129
6690.0000000.39017382184849
6700.0000000.3951918944
6710.0000000.3979587572
6720.0000000.3974878125
6730.0000000.39577463342008
6740.0000000.391886232
6750.0000000.3871894784
6760.0000000.38193521073662
6770.0000000.377320273
6780.0000000.3731893228
6790.0000000.370457692
6800.0000000.3696674268
6810.0000000.37004158418633
6820.0000000.37235022910079
6830.0000000.37608975437899
6840.0000000.380630518
6850.0000000.38584602625074
6860.0000000.39220030264626
6870.0000000.39888176297127
6880.0000000.40504290698371
6890.0000000.40907164289217
6900.0000000.4111826082
6910.0000000.4112079852
6920.0000000.4095518364
6930.0000000.40635955207174
6940.0000000.403857747
6950.0000000.398540475
6960.0000000.38664030006906
6970.0000000.35911217789409
6980.0000000.3059102437
6990.0000000.2337280101
7000.0000000.15911402082135
7010.0000000.0968522496
7020.0000000.0548299872
7030.0000000.030810302794437
7040.0000000.017095124825464
7050.0000000.0096561428567761
7060.0000000.0058611386860002
7070.0000000.0036736714482113
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F680_filter b/scopesim/data/svo/GTC/OSIRIS.F680_filter new file mode 100644 index 00000000..65c630cd --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F680_filter @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6470.0000000.009597
6480.0000000.013600
6490.0000000.019383
6500.0000000.027339
6510.0000000.039171
6520.0000000.056926
6530.0000000.081552
6540.0000000.116067
6550.0000000.163244
6560.0000000.221929
6570.0000000.291984
6580.0000000.368144
6590.0000000.448177
6600.0000000.522123
6610.0000000.587029
6620.0000000.646509
6630.0000000.693944
6640.0000000.734417
6650.0000000.768733
6660.0000000.797428
6670.0000000.821524
6680.0000000.841994
6690.0000000.857520
6700.0000000.868172
6710.0000000.872908
6720.0000000.871875
6730.0000000.868189
6740.0000000.860910
6750.0000000.850592
6760.0000000.839753
6770.0000000.830005
6780.0000000.820918
6790.0000000.813835
6800.0000000.810852
6810.0000000.811235
6820.0000000.814235
6830.0000000.821159
6840.0000000.831071
6850.0000000.842449
6860.0000000.855210
6870.0000000.868302
6880.0000000.880440
6890.0000000.888112
6900.0000000.891163
6910.0000000.891218
6920.0000000.886284
6930.0000000.878365
6940.0000000.871322
6950.0000000.859850
6960.0000000.832918
6970.0000000.772455
6980.0000000.658013
6990.0000000.502749
7000.0000000.341821
7010.0000000.208016
7020.0000000.117762
7030.0000000.066198
7040.0000000.036823
7050.0000000.020882
7060.0000000.012721
7070.0000000.007998
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F694 b/scopesim/data/svo/GTC/OSIRIS.F694 new file mode 100644 index 00000000..a4723101 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F694 @@ -0,0 +1,341 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6620.0000000.0042364624
6630.0000000.0046004613873818
6640.0000000.0057573887873326
6650.0000000.0076571369998359
6660.0000000.011226576366658
6670.0000000.018348136516226
6680.0000000.030108259853163
6690.0000000.049528852042513
6700.0000000.0800510168
6710.0000000.1267666422
6720.0000000.1859379032
6730.0000000.25156441861212
6740.0000000.3118634376
6750.0000000.3563401192
6760.0000000.38156044028192
6770.0000000.393590407
6780.0000000.399284272
6790.0000000.4032334576
6800.0000000.4066313429
6810.0000000.40937277132257
6820.0000000.41268597935422
6830.0000000.41469217479676
6840.0000000.413923912
6850.0000000.41187812604555
6860.0000000.41004080518195
6870.0000000.4070798829134
6880.0000000.40294877755685
6890.0000000.39935373172586
6900.0000000.396358749
6910.0000000.3933351948
6920.0000000.3922831594
6930.0000000.39317130828822
6940.0000000.395157852
6950.0000000.397348353
6960.0000000.40164787692684
6970.0000000.40640012787027
6980.0000000.4109953099
6990.0000000.416229619
7000.0000000.42200841741861
7010.0000000.426266112
7020.0000000.4299718224
7030.0000000.43305281976743
7040.0000000.43303548671548
7050.0000000.43086641654883
7060.0000000.42833861304303
7070.0000000.42475321834622
7080.0000000.42016523478832
7090.0000000.41649491105573
7100.0000000.4139396357
7110.0000000.411847493
7120.0000000.4086843888
7130.0000000.4018603774
7140.0000000.3845541876
7150.0000000.3481108977
7160.0000000.287958484
7170.0000000.2163424436
7180.0000000.1474346342
7190.0000000.0932407854
7200.0000000.055616926
7210.0000000.0331587035
7220.0000000.0200884062
7230.0000000.0126336921
7240.0000000.0084594541
7250.0000000.0062440024
7260.0000000.0048780127
7270.0000000.0042570964895958
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F694_filter b/scopesim/data/svo/GTC/OSIRIS.F694_filter new file mode 100644 index 00000000..16b2be31 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F694_filter @@ -0,0 +1,341 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6620.0000000.009406
6630.0000000.010207
6640.0000000.012758
6650.0000000.016927
6660.0000000.024787
6670.0000000.040464
6680.0000000.066264
6690.0000000.108854
6700.0000000.175859
6710.0000000.278058
6720.0000000.407848
6730.0000000.551843
6740.0000000.685113
6750.0000000.782821
6760.0000000.838929
6770.0000000.865795
6780.0000000.878320
6790.0000000.885838
6800.0000000.891931
6810.0000000.897460
6820.0000000.902439
6830.0000000.905444
6840.0000000.903764
6850.0000000.899287
6860.0000000.894112
6870.0000000.886148
6880.0000000.875888
6890.0000000.867014
6900.0000000.859035
6910.0000000.852482
6920.0000000.848914
6930.0000000.849858
6940.0000000.852552
6950.0000000.857278
6960.0000000.865248
6970.0000000.874172
6980.0000000.884051
6990.0000000.895310
7000.0000000.906591
7010.0000000.915520
7020.0000000.923479
7030.0000000.930443
7040.0000000.932761
7050.0000000.931775
7060.0000000.929665
7070.0000000.924736
7080.0000000.918348
7090.0000000.911892
7100.0000000.906371
7110.0000000.901790
7120.0000000.894864
7130.0000000.879922
7140.0000000.842028
7150.0000000.762231
7160.0000000.630520
7170.0000000.473708
7180.0000000.322826
7190.0000000.204162
7200.0000000.121780
7210.0000000.072605
7220.0000000.043986
7230.0000000.027663
7240.0000000.018523
7250.0000000.013672
7260.0000000.010681
7270.0000000.009322
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F709 b/scopesim/data/svo/GTC/OSIRIS.F709 new file mode 100644 index 00000000..c5b057b0 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F709 @@ -0,0 +1,345 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6730.0000000.0044925229556639
6740.0000000.005369084
6750.0000000.0069604632
6760.0000000.0096144085460385
6770.0000000.0131693074
6780.0000000.0190581958
6790.0000000.0277134864
6800.0000000.0393222868
6810.0000000.056634172600303
6820.0000000.079131769076286
6830.0000000.10721474764521
6840.0000000.141486734
6850.0000000.17841592728578
6860.0000000.21657761055977
6870.0000000.25442331898608
6880.0000000.28888681060179
6890.0000000.31867775017825
6900.0000000.3447728448
6910.0000000.3646370376
6920.0000000.3816382238
6930.0000000.3952388096552
6940.0000000.4068996975
6950.0000000.4164589215
6960.0000000.42488339377238
6970.0000000.4315464182073
6980.0000000.4369074412
6990.0000000.4400427268
7000.0000000.44325893531697
7010.0000000.4444668816
7020.0000000.4446615024
7030.0000000.4442295715017
7040.0000000.44129730246635
7050.0000000.43749836755217
7060.0000000.43473698054028
7070.0000000.43246250836708
7080.0000000.43003125847757
7090.0000000.42946259090674
7100.0000000.4293875132
7110.0000000.4308786387
7120.0000000.4330543575
7130.0000000.4343504721
7140.0000000.4360950661
7150.0000000.437623641
7160.0000000.438486804
7170.0000000.4393280454
7180.0000000.4397340517
7190.0000000.4394531812
7200.0000000.4398450298
7210.0000000.4393394629
7220.0000000.4388037538
7230.0000000.43665087
7240.0000000.4323802683
7250.0000000.4245149809
7260.0000000.4088373833
7270.0000000.38024429685583
7280.0000000.331981224
7290.0000000.267507384
7300.0000000.194475336
7310.0000000.128319312
7320.0000000.077968248
7330.0000000.046519752
7340.0000000.026289768
7350.0000000.015308280865006
7360.0000000.0093694163194529
7370.0000000.0061052233216301
7380.0000000.0046212106089204
7390.0000000.0038964391700824
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F709_filter b/scopesim/data/svo/GTC/OSIRIS.F709_filter new file mode 100644 index 00000000..c5240ccd --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F709_filter @@ -0,0 +1,345 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6730.0000000.009855
6740.0000000.011795
6750.0000000.015291
6760.0000000.021139
6770.0000000.028969
6780.0000000.041923
6790.0000000.060882
6800.0000000.086252
6810.0000000.124158
6820.0000000.173041
6830.0000000.234094
6840.0000000.308923
6850.0000000.389550
6860.0000000.472257
6870.0000000.553839
6880.0000000.627952
6890.0000000.691863
6900.0000000.747232
6910.0000000.790284
6920.0000000.825878
6930.0000000.854327
6940.0000000.877885
6950.0000000.898509
6960.0000000.915303
6970.0000000.928262
6980.0000000.939788
6990.0000000.946532
7000.0000000.952243
7010.0000000.954611
7020.0000000.955029
7030.0000000.954457
7040.0000000.950557
7050.0000000.946117
7060.0000000.943552
7070.0000000.941520
7080.0000000.939912
7090.0000000.940284
7100.0000000.940196
7110.0000000.943461
7120.0000000.948225
7130.0000000.951063
7140.0000000.954883
7150.0000000.958230
7160.0000000.960120
7170.0000000.961962
7180.0000000.962851
7190.0000000.962236
7200.0000000.963094
7210.0000000.961987
7220.0000000.960814
7230.0000000.956100
7240.0000000.946749
7250.0000000.929527
7260.0000000.895199
7270.0000000.832642
7280.0000000.728029
7290.0000000.586639
7300.0000000.426481
7310.0000000.281402
7320.0000000.170983
7330.0000000.102017
7340.0000000.057653
7350.0000000.033587
7360.0000000.020582
7370.0000000.013440
7380.0000000.010185
7390.0000000.008607
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F723 b/scopesim/data/svo/GTC/OSIRIS.F723 new file mode 100644 index 00000000..edbd779d --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F723 @@ -0,0 +1,337 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6900.0000000.0041143038
6910.0000000.0058141014
6920.0000000.0087586434
6930.0000000.012937497365772
6940.0000000.0188917965
6950.0000000.0272635335
6960.0000000.038730967606129
6970.0000000.054241882511981
6980.0000000.0733965524
6990.0000000.0963449462
7000.0000000.12393932124653
7010.0000000.15505644
7020.0000000.1895485536
7030.0000000.22491595508177
7040.0000000.25871609543587
7050.0000000.29178734756099
7060.0000000.32235479506295
7070.0000000.3487810681169
7080.0000000.37077197818268
7090.0000000.38778670039656
7100.0000000.4006852883
7110.0000000.4091671207
7120.0000000.4131363004
7130.0000000.4137418846
7140.0000000.4117036325
7150.0000000.4076988302
7160.0000000.4027285641
7170.0000000.397214825
7180.0000000.3921532189
7190.0000000.3882073309
7200.0000000.3853250972
7210.0000000.3831658196
7220.0000000.3827205371
7230.0000000.3841331102
7240.0000000.3866294324
7250.0000000.3903889868
7260.0000000.3956734625
7270.0000000.40191155710528
7280.0000000.407430528
7290.0000000.413305176
7300.0000000.418464816
7310.0000000.422118288
7320.0000000.423264216
7330.0000000.422345832
7340.0000000.419117808
7350.0000000.41460432498826
7360.0000000.40949338568893
7370.0000000.40450829418838
7380.0000000.40067052983469
7390.0000000.39506959650788
7400.0000000.38343970036041
7410.0000000.35751442975348
7420.0000000.3123207732
7430.0000000.2508391068
7440.0000000.1833973542
7450.0000000.1243656
7460.0000000.0803289126
7470.0000000.050766216403639
7480.0000000.0324395896
7490.0000000.0208272207
7500.0000000.0138474721
7510.0000000.0093970613
7520.0000000.0063944287
7530.0000000.004604967162118
7540.0000000.003557664
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F723_filter b/scopesim/data/svo/GTC/OSIRIS.F723_filter new file mode 100644 index 00000000..75aca06d --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F723_filter @@ -0,0 +1,337 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6900.0000000.008917
6910.0000000.012601
6920.0000000.018954
6930.0000000.027965
6940.0000000.040759
6950.0000000.058821
6960.0000000.083436
6970.0000000.116675
6980.0000000.157876
6990.0000000.207238
7000.0000000.266256
7010.0000000.333025
7020.0000000.407106
7030.0000000.483247
7040.0000000.557276
7050.0000000.631008
7060.0000000.699638
7070.0000000.759336
7080.0000000.810390
7090.0000000.849037
7100.0000000.877349
7110.0000000.895921
7120.0000000.904612
7130.0000000.905938
7140.0000000.901475
7150.0000000.892706
7160.0000000.881823
7170.0000000.869750
7180.0000000.858667
7190.0000000.850027
7200.0000000.843716
7210.0000000.838988
7220.0000000.838013
7230.0000000.841106
7240.0000000.846572
7250.0000000.854804
7260.0000000.866375
7270.0000000.880088
7280.0000000.893488
7290.0000000.906371
7300.0000000.917686
7310.0000000.925698
7320.0000000.928211
7330.0000000.926197
7340.0000000.919118
7350.0000000.909659
7360.0000000.899543
7370.0000000.890482
7380.0000000.883065
7390.0000000.872685
7400.0000000.848079
7410.0000000.792276
7420.0000000.693122
7430.0000000.556678
7440.0000000.407007
7450.0000000.276000
7460.0000000.178271
7470.0000000.112666
7480.0000000.072104
7490.0000000.046293
7500.0000000.030779
7510.0000000.020887
7520.0000000.014213
7530.0000000.010249
7540.0000000.007920
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F738 b/scopesim/data/svo/GTC/OSIRIS.F738 new file mode 100644 index 00000000..6bf1dc4e --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F738 @@ -0,0 +1,337 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7030.0000000.0044671634523853
7040.0000000.0059958052608658
7050.0000000.0083433476470075
7060.0000000.011694632664732
7070.0000000.016485129816992
7080.0000000.0237065487599
7090.0000000.033835084649288
7100.0000000.0477256067
7110.0000000.0669910395
7120.0000000.0914144421
7130.0000000.1230747129
7140.0000000.1615457508
7150.0000000.2025574108
7160.0000000.2444112256
7170.0000000.2834517684
7180.0000000.3170333761
7190.0000000.3462694833
7200.0000000.3693337467
7210.0000000.3879908551
7220.0000000.4016297439
7230.0000000.4114670619
7240.0000000.4182764589
7250.0000000.4230622182
7260.0000000.4260631939
7270.0000000.42723447680541
7280.0000000.42676584
7290.0000000.426648192
7300.0000000.424968744
7310.0000000.423258744
7320.0000000.421249608
7330.0000000.418199424
7340.0000000.415638984
7350.0000000.41229579958911
7360.0000000.40838218438508
7370.0000000.40432431982489
7380.0000000.40063423166594
7390.0000000.39727246312826
7400.0000000.39407825661458
7410.0000000.39248629348012
7420.0000000.392386986
7430.0000000.3940681746
7440.0000000.3981916152
7450.0000000.4035059916
7460.0000000.4099928292
7470.0000000.41735934482337
7480.0000000.4230531173
7490.0000000.428313798
7500.0000000.4313443244
7510.0000000.4312498454
7520.0000000.4291218184
7530.0000000.42437946766465
7540.0000000.4215077184
7550.0000000.41864423108849
7560.0000000.41411787043547
7570.0000000.39829847595582
7580.0000000.35066120278757
7590.0000000.26709779093519
7600.0000000.1759329712
7610.0000000.10160283
7620.0000000.0553799673
7630.0000000.029656560837892
7640.0000000.0160131104
7650.0000000.0086790032
7660.0000000.0052685416
7670.0000000.0034284328469156
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F738_filter b/scopesim/data/svo/GTC/OSIRIS.F738_filter new file mode 100644 index 00000000..0f011566 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F738_filter @@ -0,0 +1,337 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7030.0000000.009598
7040.0000000.012915
7050.0000000.018043
7060.0000000.025382
7070.0000000.035890
7080.0000000.051815
7090.0000000.074080
7100.0000000.104501
7110.0000000.146685
7120.0000000.200163
7130.0000000.269487
7140.0000000.353724
7150.0000000.443524
7160.0000000.535168
7170.0000000.620652
7180.0000000.694183
7190.0000000.758199
7200.0000000.808701
7210.0000000.849553
7220.0000000.879417
7230.0000000.900957
7240.0000000.915867
7250.0000000.926346
7260.0000000.932917
7270.0000000.935539
7280.0000000.935890
7290.0000000.935632
7300.0000000.931949
7310.0000000.928199
7320.0000000.923793
7330.0000000.917104
7340.0000000.911489
7350.0000000.904594
7360.0000000.897102
7370.0000000.890077
7380.0000000.882985
7390.0000000.877551
7400.0000000.871609
7410.0000000.869776
7420.0000000.870810
7430.0000000.874541
7440.0000000.883692
7450.0000000.895486
7460.0000000.909882
7470.0000000.926250
7480.0000000.940327
7490.0000000.952020
7500.0000000.958756
7510.0000000.958546
7520.0000000.953816
7530.0000000.944516
7540.0000000.938352
7550.0000000.933464
7560.0000000.925197
7570.0000000.891749
7580.0000000.787376
7590.0000000.600936
7600.0000000.396424
7610.0000000.229300
7620.0000000.124983
7630.0000000.066969
7640.0000000.036196
7650.0000000.019618
7660.0000000.011909
7670.0000000.007750
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F754 b/scopesim/data/svo/GTC/OSIRIS.F754 new file mode 100644 index 00000000..2b32f74b --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F754 @@ -0,0 +1,357 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7170.0000000.0044770301
7180.0000000.0059754628
7190.0000000.0080762828
7200.0000000.0106644017
7210.0000000.0146194237
7220.0000000.0197266998
7230.0000000.0262392418
7240.0000000.0355682527
7250.0000000.047446563
7260.0000000.0626016958
7270.0000000.08402171334813
7280.0000000.108549888
7290.0000000.139465776
7300.0000000.1774524
7310.0000000.215454072
7320.0000000.256361832
7330.0000000.294967704
7340.0000000.328454976
7350.0000000.3560862826344
7360.0000000.37556601085303
7370.0000000.38824087213697
7380.0000000.3969127619149
7390.0000000.40129203828699
7400.0000000.4034205637918
7410.0000000.40397330977723
7420.0000000.4042066746
7430.0000000.405030822
7440.0000000.405594072
7450.0000000.4069760622
7460.0000000.4083986064
7470.0000000.41007555123733
7480.0000000.4114236522
7490.0000000.4134216581
7500.0000000.4146300895
7510.0000000.4158295229
7520.0000000.4164593829
7530.0000000.41572353124371
7540.0000000.4145806052
7550.0000000.41256008896952
7560.0000000.40982270401719
7570.0000000.4069848986604
7580.0000000.40353008970478
7590.0000000.40071780154075
7600.0000000.3985439388
7610.0000000.3963804222
7620.0000000.3952771032
7630.0000000.3953189579414
7640.0000000.394903936
7650.0000000.3949141112
7660.0000000.3955290472
7670.0000000.39586012785783
7680.0000000.39435925877234
7690.0000000.39302244302137
7700.0000000.39166419374211
7710.0000000.39054467832466
7720.0000000.38891645238737
7730.0000000.3853571556304
7740.0000000.377182632
7750.0000000.3574814859
7760.0000000.3203806298
7770.0000000.2634599055
7780.0000000.1949914263
7790.0000000.1302140653
7800.0000000.0814450263
7810.0000000.0484266794
7820.0000000.0283354181
7830.0000000.0166840091
7840.0000000.009943912
7850.0000000.0061315056
7860.0000000.0039853066
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F754_filter b/scopesim/data/svo/GTC/OSIRIS.F754_filter new file mode 100644 index 00000000..ccaeed37 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F754_filter @@ -0,0 +1,357 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7170.0000000.009803
7180.0000000.013084
7190.0000000.017684
7200.0000000.023351
7210.0000000.032011
7220.0000000.043194
7230.0000000.057454
7240.0000000.077881
7250.0000000.103890
7260.0000000.137074
7270.0000000.183987
7280.0000000.238048
7290.0000000.305846
7300.0000000.389150
7310.0000000.472487
7320.0000000.562197
7330.0000000.646859
7340.0000000.720296
7350.0000000.781268
7360.0000000.825014
7370.0000000.854671
7380.0000000.874783
7390.0000000.886430
7400.0000000.892272
7410.0000000.895232
7420.0000000.897041
7430.0000000.898870
7440.0000000.900120
7450.0000000.903187
7460.0000000.906344
7470.0000000.910085
7480.0000000.914478
7490.0000000.918919
7500.0000000.921605
7510.0000000.924271
7520.0000000.925671
7530.0000000.925251
7540.0000000.922931
7550.0000000.919898
7560.0000000.915601
7570.0000000.911197
7580.0000000.906088
7590.0000000.901564
7600.0000000.898026
7610.0000000.894562
7620.0000000.892072
7630.0000000.892690
7640.0000000.892640
7650.0000000.892663
7660.0000000.894053
7670.0000000.894845
7680.0000000.894191
7690.0000000.894847
7700.0000000.895512
7710.0000000.895554
7720.0000000.895522
7730.0000000.892066
7740.0000000.875540
7750.0000000.831159
7760.0000000.744898
7770.0000000.612555
7780.0000000.453363
7790.0000000.302753
7800.0000000.189363
7810.0000000.112594
7820.0000000.065881
7830.0000000.038791
7840.0000000.023120
7850.0000000.014256
7860.0000000.009266
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F770 b/scopesim/data/svo/GTC/OSIRIS.F770 new file mode 100644 index 00000000..f101432e --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F770 @@ -0,0 +1,433 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7320.0000000.0043206
7330.0000000.004845912
7340.0000000.005668992
7350.0000000.0070436232020664
7360.0000000.0091094835277705
7370.0000000.012602925285365
7380.0000000.017589638848897
7390.0000000.025693772689345
7400.0000000.03742212760737
7410.0000000.053848096391803
7420.0000000.0758053392
7430.0000000.1037402862
7440.0000000.1389790086
7450.0000000.1785160044
7460.0000000.2201775792
7470.0000000.25844557815891
7480.0000000.2918559787
7490.0000000.3199648309
7500.0000000.3410970838
7510.0000000.3576758988
7520.0000000.3698258982
7530.0000000.37797259544889
7540.0000000.3838364588
7550.0000000.38673051525154
7560.0000000.387901062656
7570.0000000.38842664776698
7580.0000000.38866238533754
7590.0000000.38922959547171
7600.0000000.3909664976
7610.0000000.3933553785
7620.0000000.3962754075
7630.0000000.3986721434252
7640.0000000.401783256
7650.0000000.405068076
7660.0000000.4086877928
7670.0000000.41201313391877
7680.0000000.41323550627955
7690.0000000.41284206667076
7700.0000000.41183058381757
7710.0000000.41047586502937
7720.0000000.40803347387612
7730.0000000.40509704100175
7740.0000000.4031926128
7750.0000000.4020368352
7760.0000000.4012424405
7770.0000000.4013443742
7780.0000000.402070383
7790.0000000.4034540147
7800.0000000.405171404
7810.0000000.4072122285
7820.0000000.4096040146
7830.0000000.4117084939
7840.0000000.412883097
7850.0000000.4127785827
7860.0000000.4113571022
7870.0000000.408595
7880.0000000.405446668
7890.0000000.4008893284
7900.0000000.3925380767
7910.0000000.3739113059
7920.0000000.3401729716
7930.0000000.2857214514
7940.0000000.21842596895707
7950.0000000.14934918508275
7960.0000000.094903651532965
7970.0000000.057488573352606
7980.0000000.035060314336429
7990.0000000.02143906575441
8000.0000000.0136671776
8010.0000000.0094282537431843
8020.0000000.0071245152
8030.0000000.0057165992
8040.0000000.0053337632
8050.0000000.0051668216
8060.0000000.0050760288
8070.0000000.005084936220574
8080.0000000.0049804574423798
8090.0000000.0049907814272991
8100.0000000.005018568860861
8110.0000000.0049435385181072
8120.0000000.0049840410148288
8130.0000000.0049360496301058
8140.0000000.0049481201137162
8150.0000000.0050426179040626
8160.0000000.0049728373103895
8170.0000000.0050301740061618
8180.0000000.0051946936702711
8190.0000000.0051242400220079
8200.0000000.0051655220449957
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F770_filter b/scopesim/data/svo/GTC/OSIRIS.F770_filter new file mode 100644 index 00000000..f4aa366d --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F770_filter @@ -0,0 +1,433 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7320.0000000.009475
7330.0000000.010627
7340.0000000.012432
7350.0000000.015454
7360.0000000.020011
7370.0000000.027744
7380.0000000.038767
7390.0000000.056756
7400.0000000.082769
7410.0000000.119331
7420.0000000.168232
7430.0000000.230227
7440.0000000.308431
7450.0000000.396174
7460.0000000.488632
7470.0000000.573571
7480.0000000.648713
7490.0000000.711191
7500.0000000.758162
7510.0000000.795012
7520.0000000.822018
7530.0000000.841231
7540.0000000.854489
7550.0000000.862305
7560.0000000.866625
7570.0000000.869647
7580.0000000.872704
7590.0000000.875717
7600.0000000.880952
7610.0000000.887735
7620.0000000.894325
7630.0000000.900262
7640.0000000.908190
7650.0000000.915615
7660.0000000.923797
7670.0000000.931359
7680.0000000.936992
7690.0000000.939973
7700.0000000.941621
7710.0000000.941258
7720.0000000.939541
7730.0000000.937762
7740.0000000.935916
7750.0000000.934752
7760.0000000.932905
7770.0000000.933142
7780.0000000.934830
7790.0000000.938047
7800.0000000.942040
7810.0000000.946785
7820.0000000.952346
7830.0000000.957239
7840.0000000.959970
7850.0000000.959727
7860.0000000.956422
7870.0000000.950000
7880.0000000.942680
7890.0000000.932084
7900.0000000.912667
7910.0000000.869359
7920.0000000.790916
7930.0000000.664314
7940.0000000.508555
7950.0000000.349106
7960.0000000.222831
7970.0000000.135556
7980.0000000.083044
7990.0000000.051006
8000.0000000.032603
8010.0000000.022534
8020.0000000.017028
8030.0000000.013663
8040.0000000.012748
8050.0000000.012349
8060.0000000.012132
8070.0000000.012169
8080.0000000.011942
8090.0000000.012012
8100.0000000.012118
8110.0000000.012007
8120.0000000.012150
8130.0000000.012070
8140.0000000.012142
8150.0000000.012432
8160.0000000.012316
8170.0000000.012507
8180.0000000.012964
8190.0000000.012844
8200.0000000.012978
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F785 b/scopesim/data/svo/GTC/OSIRIS.F785 new file mode 100644 index 00000000..c0116ef4 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F785 @@ -0,0 +1,481 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7350.0000000.0041640055373417
7360.0000000.004117954524622
7370.0000000.0041850760760549
7380.0000000.0042514230147849
7390.0000000.004284860781321
7400.0000000.0042594916477067
7410.0000000.0042918373665052
7420.0000000.0043135938
7430.0000000.004341531
7440.0000000.0044821182
7450.0000000.0045141108
7460.0000000.0048074514
7470.0000000.005366531494571
7480.0000000.0058167571
7490.0000000.0065204007
7500.0000000.0078611027
7510.0000000.0096467558
7520.0000000.0127560147
7530.0000000.016835156073509
7540.0000000.0226028456
7550.0000000.030715364978786
7560.0000000.042301749464293
7570.0000000.057547997066497
7580.0000000.076627197032202
7590.0000000.1005559161468
7600.0000000.1278982782
7610.0000000.1591446822
7620.0000000.1929421347
7630.0000000.22613542801517
7640.0000000.2581598656
7650.0000000.288805356
7660.0000000.3162129208
7670.0000000.3385367306574
7680.0000000.35498467926618
7690.0000000.36806498403425
7700.0000000.37816234750777
7710.0000000.38662638424664
7720.0000000.39259575918791
7730.0000000.39631439898746
7740.0000000.3998974236
7750.0000000.4021435
7760.0000000.4044178688
7770.0000000.4064135328
7780.0000000.4065713795
7790.0000000.4051894682
7800.0000000.4047064659
7810.0000000.4048376464
7820.0000000.4036621831
7830.0000000.4015349085
7840.0000000.4000549344
7850.0000000.3991667779
7860.0000000.3982652883
7870.0000000.3977341148
7880.0000000.3978928217
7890.0000000.399016673
7900.0000000.4004729916
7910.0000000.4019753309
7920.0000000.4042109907
7930.0000000.4064758973
7940.0000000.40820236051679
7950.0000000.40820011494259
7960.0000000.40767202523283
7970.0000000.40758039707763
7980.0000000.40635750383908
7990.0000000.40411752062603
8000.0000000.401880752
8010.0000000.39959285757819
8020.0000000.398051116
8030.0000000.3961524168
8040.0000000.393894312
8050.0000000.3915935304
8060.0000000.3866919744
8070.0000000.37468320575023
8080.0000000.3496129316938
8090.0000000.30786166221529
8100.0000000.2499208363391
8110.0000000.18915632666752
8120.0000000.13256318472033
8130.0000000.086362874642533
8140.0000000.054496154696657
8150.0000000.03430375493745
8160.0000000.021958654131879
8170.0000000.014448628861547
8180.0000000.010352522806628
8190.0000000.0082293443579849
8200.0000000.0069514441759786
8210.0000000.0064326549032177
8220.0000000.0062723857369508
8230.0000000.0060330972020963
8240.0000000.005936073
8250.0000000.0058768268170827
8260.0000000.0057620080237172
8270.0000000.005713518231615
8280.0000000.0058549007880731
8290.0000000.0058814713979052
8300.0000000.0058301247747834
8310.0000000.0056433748562571
8320.0000000.0056549549633944
8330.0000000.005564153266131
8340.0000000.0055003881519231
8350.0000000.0055011603150307
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F785_filter b/scopesim/data/svo/GTC/OSIRIS.F785_filter new file mode 100644 index 00000000..e3d7d463 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F785_filter @@ -0,0 +1,481 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7350.0000000.009136
7360.0000000.009046
7370.0000000.009213
7380.0000000.009370
7390.0000000.009465
7400.0000000.009421
7410.0000000.009511
7420.0000000.009573
7430.0000000.009635
7440.0000000.009947
7450.0000000.010018
7460.0000000.010669
7470.0000000.011910
7480.0000000.012929
7490.0000000.014493
7500.0000000.017473
7510.0000000.021442
7520.0000000.028353
7530.0000000.037469
7540.0000000.050318
7550.0000000.068487
7560.0000000.094508
7570.0000000.128844
7580.0000000.172059
7590.0000000.226238
7600.0000000.288189
7610.0000000.359162
7620.0000000.435437
7630.0000000.510648
7640.0000000.583544
7650.0000000.652815
7660.0000000.714767
7670.0000000.765265
7680.0000000.804911
7690.0000000.838023
7700.0000000.864641
7710.0000000.886569
7720.0000000.903994
7730.0000000.917431
7740.0000000.928267
7750.0000000.935000
7760.0000000.940288
7770.0000000.944928
7780.0000000.945295
7790.0000000.942082
7800.0000000.940959
7810.0000000.941264
7820.0000000.938531
7830.0000000.933585
7840.0000000.930144
7850.0000000.928079
7860.0000000.925983
7870.0000000.924748
7880.0000000.925117
7890.0000000.927730
7900.0000000.931116
7910.0000000.934609
7920.0000000.939807
7930.0000000.945073
7940.0000000.950406
7950.0000000.954174
7960.0000000.957202
7970.0000000.961060
7980.0000000.962500
7990.0000000.961442
8000.0000000.958685
8010.0000000.955047
8020.0000000.951365
8030.0000000.946827
8040.0000000.941430
8050.0000000.935931
8060.0000000.924216
8070.0000000.896672
8080.0000000.838292
8090.0000000.740973
8100.0000000.603467
8110.0000000.459428
8120.0000000.323160
8130.0000000.211181
8140.0000000.133726
8150.0000000.084572
8160.0000000.054384
8170.0000000.035925
8180.0000000.025836
8190.0000000.020627
8200.0000000.017465
8210.0000000.016215
8220.0000000.015860
8230.0000000.015299
8240.0000000.015070
8250.0000000.014925
8260.0000000.014691
8270.0000000.014644
8280.0000000.015080
8290.0000000.015221
8300.0000000.015188
8310.0000000.014774
8320.0000000.014878
8330.0000000.014680
8340.0000000.014563
8350.0000000.014610
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F802 b/scopesim/data/svo/GTC/OSIRIS.F802 new file mode 100644 index 00000000..bfa8e85a --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F802 @@ -0,0 +1,457 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7560.0000000.0040727093830745
7570.0000000.0043079261099187
7580.0000000.0042887608751655
7590.0000000.0046842652439959
7600.0000000.0050109458
7610.0000000.0056428785
7620.0000000.0068467812
7630.0000000.0085410576368232
7640.0000000.0110086816
7650.0000000.0145231072
7660.0000000.020175652
7670.0000000.028137922536892
7680.0000000.038791987441561
7690.0000000.053246297785889
7700.0000000.071979522719184
7710.0000000.095334689670565
7720.0000000.12282118472044
7730.0000000.1538977552196
7740.0000000.1870257888
7750.0000000.2201694803
7760.0000000.2502343305
7770.0000000.2789443657
7780.0000000.3034144751
7790.0000000.3227324166
7800.0000000.3369171146
7810.0000000.3487384131
7820.0000000.3577739539
7830.0000000.3638065365
7840.0000000.3680068931
7850.0000000.3724915458
7860.0000000.3766673867
7870.0000000.3806135542
7880.0000000.3846152046
7890.0000000.3889777089
7900.0000000.393098497
7910.0000000.3969629455
7920.0000000.3995259114
7930.0000000.4020725335
7940.0000000.40376774060452
7950.0000000.40339843507067
7960.0000000.40212212650633
7970.0000000.39958027574236
7980.0000000.39591211058975
7990.0000000.39328618146151
8000.0000000.3903137664
8010.0000000.38763118427279
8020.0000000.386735488
8030.0000000.3858576848
8040.0000000.3849710952
8050.0000000.386187384
8060.0000000.3874748008
8070.0000000.38900409770121
8080.0000000.39032448035841
8090.0000000.39130144500906
8100.0000000.39319563488903
8110.0000000.39229018220581
8120.0000000.39184694542239
8130.0000000.39019615459157
8140.0000000.38766006686329
8150.0000000.38502245418721
8160.0000000.38242273700486
8170.0000000.38084655173302
8180.0000000.3793993648081
8190.0000000.37803917188834
8200.0000000.37599054047489
8210.0000000.36777211787249
8220.0000000.35088263671557
8230.0000000.32046555162957
8240.0000000.2762802783
8250.0000000.22189244280894
8260.0000000.16751554781524
8270.0000000.11872873480661
8280.0000000.081253443443392
8290.0000000.053502030827499
8300.0000000.035408373023148
8310.0000000.023377949638056
8320.0000000.015588944943451
8330.0000000.01092931603739
8340.0000000.0084528384838316
8350.0000000.0068299484568338
8360.0000000.0059472899900334
8370.0000000.0053816239090893
8380.0000000.0052900172150551
8390.0000000.0049709275624906
8400.0000000.0048915411008433
8410.0000000.0047037978504273
8420.0000000.0047410539269181
8430.0000000.004758603728162
8440.0000000.0047663554318436
8450.0000000.0046213936788899
8460.0000000.004711028876122
8470.0000000.0047290144
8480.0000000.0046246699340985
8490.0000000.0044999527647191
8500.0000000.0044958589871135
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F802_filter b/scopesim/data/svo/GTC/OSIRIS.F802_filter new file mode 100644 index 00000000..6cbdb5f9 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F802_filter @@ -0,0 +1,457 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7560.0000000.009099
7570.0000000.009645
7580.0000000.009630
7590.0000000.010539
7600.0000000.011291
7610.0000000.012735
7620.0000000.015452
7630.0000000.019287
7640.0000000.024884
7650.0000000.032828
7660.0000000.045605
7670.0000000.063606
7680.0000000.087959
7690.0000000.121233
7700.0000000.164576
7710.0000000.218611
7720.0000000.282809
7730.0000000.356259
7740.0000000.434136
7750.0000000.511903
7760.0000000.581805
7770.0000000.648557
7780.0000000.705451
7790.0000000.750366
7800.0000000.783346
7810.0000000.810831
7820.0000000.831839
7830.0000000.845865
7840.0000000.855631
7850.0000000.866058
7860.0000000.875767
7870.0000000.884942
7880.0000000.894246
7890.0000000.904389
7900.0000000.913970
7910.0000000.922955
7920.0000000.928914
7930.0000000.934835
7940.0000000.940081
7950.0000000.942950
7960.0000000.944171
7970.0000000.942196
7980.0000000.937759
7990.0000000.935673
8000.0000000.931092
8010.0000000.926458
8020.0000000.924320
8030.0000000.922222
8040.0000000.920103
8050.0000000.923010
8060.0000000.926087
8070.0000000.930944
8080.0000000.935909
8090.0000000.941799
8100.0000000.949423
8110.0000000.952805
8120.0000000.955237
8130.0000000.954137
8140.0000000.951264
8150.0000000.949229
8160.0000000.947129
8170.0000000.946935
8180.0000000.946838
8190.0000000.947562
8200.0000000.944649
8210.0000000.927055
8220.0000000.887222
8230.0000000.812651
8240.0000000.701397
8250.0000000.563526
8260.0000000.427103
8270.0000000.304307
8280.0000000.209278
8290.0000000.138461
8300.0000000.092242
8310.0000000.061202
8320.0000000.041014
8330.0000000.028835
8340.0000000.022380
8350.0000000.018139
8360.0000000.015848
8370.0000000.014405
8380.0000000.014204
8390.0000000.013396
8400.0000000.013243
8410.0000000.012799
8420.0000000.012921
8430.0000000.013015
8440.0000000.013068
8450.0000000.012689
8460.0000000.012956
8470.0000000.013024
8480.0000000.012750
8490.0000000.012425
8500.0000000.012455
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F819 b/scopesim/data/svo/GTC/OSIRIS.F819 new file mode 100644 index 00000000..04af8112 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F819 @@ -0,0 +1,497 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7660.0000000.0041236104
7670.0000000.0040353760554276
7680.0000000.0040565342999292
7690.0000000.0040494821177889
7700.0000000.0042240559402457
7710.0000000.0042527772786701
7720.0000000.0041596317912528
7730.0000000.0042234956949356
7740.0000000.004292922
7750.0000000.0043435799
7760.0000000.0046343275
7770.0000000.0048640009
7780.0000000.005320337
7790.0000000.0061693544
7800.0000000.0073323448
7810.0000000.0098209034
7820.0000000.0131666513
7830.0000000.018825477
7840.0000000.0264416878
7850.0000000.0379748193
7860.0000000.0547607621
7870.0000000.078050247
7880.0000000.1062639468
7890.0000000.144001781
7900.0000000.1848088088
7910.0000000.2295224349
7920.0000000.2695544225
7930.0000000.3031310392
7940.0000000.32823832506636
7950.0000000.34618640228447
7960.0000000.35960243198091
7970.0000000.3678266134832
7980.0000000.37384974791119
7990.0000000.37776864569079
8000.0000000.3797251936
8010.0000000.38157649979965
8020.0000000.3831217672
8030.0000000.3846865832
8040.0000000.3858857176
8050.0000000.3861049592
8060.0000000.3862986784
8070.0000000.38566121909454
8080.0000000.38544786933231
8090.0000000.38525949166942
8100.0000000.38458604353332
8110.0000000.38259867282147
8120.0000000.38142886396941
8130.0000000.38086141814942
8140.0000000.38047465640002
8150.0000000.38005974263185
8160.0000000.37931047409576
8170.0000000.37844468084753
8180.0000000.37809588297306
8190.0000000.37746347285753
8200.0000000.37724550202582
8210.0000000.37705672196469
8220.0000000.37691224655472
8230.0000000.3768518820849
8240.0000000.3764258082
8250.0000000.37554478702259
8260.0000000.37402182067668
8270.0000000.3720310343095
8280.0000000.36875275575503
8290.0000000.3655376398747
8300.0000000.36206157347577
8310.0000000.35990858063577
8320.0000000.35808506657908
8330.0000000.35744150903987
8340.0000000.35655643940534
8350.0000000.35549845947099
8360.0000000.35568531836532
8370.0000000.35479266256442
8380.0000000.35266545560409
8390.0000000.34932863188196
8400.0000000.34398914168583
8410.0000000.33488291698408
8420.0000000.32395990977353
8430.0000000.30794765644627
8440.0000000.2870817310482
8450.0000000.25721739753754
8460.0000000.21833706212554
8470.0000000.1722651699
8480.0000000.1265882790322
8490.0000000.087551515593459
8500.0000000.056677061662195
8510.0000000.036160533130304
8520.0000000.022340221233777
8530.0000000.013717107840112
8540.0000000.0088682478991068
8550.0000000.0068321215185638
8560.0000000.0055840769463749
8570.0000000.0047593784285433
8580.0000000.0044465584896002
8590.0000000.0042855884580211
8600.0000000.0041359247581175
8610.0000000.0041852252272352
8620.0000000.004088183044774
8630.0000000.0038940712175342
8640.0000000.0040155508983008
8650.0000000.0038574325074223
8660.0000000.0038651694899206
8670.0000000.0038966854443047
8680.0000000.0038181425304502
8690.0000000.0037346407088721
8700.0000000.0036819638774869
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F819_filter b/scopesim/data/svo/GTC/OSIRIS.F819_filter new file mode 100644 index 00000000..161e3f21 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F819_filter @@ -0,0 +1,497 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7660.0000000.009321
7670.0000000.009122
7680.0000000.009198
7690.0000000.009220
7700.0000000.009658
7710.0000000.009752
7720.0000000.009578
7730.0000000.009777
7740.0000000.009965
7750.0000000.010099
7760.0000000.010775
7770.0000000.011309
7780.0000000.012370
7790.0000000.014344
7800.0000000.017048
7810.0000000.022834
7820.0000000.030613
7830.0000000.043770
7840.0000000.061478
7850.0000000.088293
7860.0000000.127321
7870.0000000.181470
7880.0000000.247068
7890.0000000.334810
7900.0000000.429688
7910.0000000.533649
7920.0000000.626725
7930.0000000.704792
7940.0000000.764228
7950.0000000.809216
7960.0000000.844336
7970.0000000.867322
7980.0000000.885502
7990.0000000.898755
8000.0000000.905833
8010.0000000.911987
8020.0000000.915683
8030.0000000.919423
8040.0000000.922289
8050.0000000.922813
8060.0000000.923276
8070.0000000.922944
8080.0000000.924216
8090.0000000.927257
8100.0000000.928634
8110.0000000.929266
8120.0000000.929840
8130.0000000.931311
8140.0000000.933632
8150.0000000.936994
8160.0000000.939421
8170.0000000.940963
8180.0000000.943585
8190.0000000.946119
8200.0000000.947802
8210.0000000.950459
8220.0000000.953039
8230.0000000.955638
8240.0000000.955638
8250.0000000.953747
8260.0000000.953618
8270.0000000.953532
8280.0000000.949767
8290.0000000.945996
8300.0000000.943203
8310.0000000.942218
8320.0000000.942110
8330.0000000.943044
8340.0000000.944030
8350.0000000.944134
8360.0000000.947810
8370.0000000.949674
8380.0000000.946927
8390.0000000.941395
8400.0000000.931291
8410.0000000.911214
8420.0000000.882902
8430.0000000.842251
8440.0000000.787097
8450.0000000.706244
8460.0000000.600458
8470.0000000.474429
8480.0000000.348998
8490.0000000.241742
8500.0000000.157014
8510.0000000.100541
8520.0000000.062478
8530.0000000.038596
8540.0000000.025134
8550.0000000.019432
8560.0000000.015942
8570.0000000.013653
8580.0000000.012797
8590.0000000.012400
8600.0000000.012036
8610.0000000.012267
8620.0000000.012050
8630.0000000.011527
8640.0000000.011976
8650.0000000.011567
8660.0000000.011618
8670.0000000.011783
8680.0000000.011610
8690.0000000.011427
8700.0000000.011334
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F838 b/scopesim/data/svo/GTC/OSIRIS.F838 new file mode 100644 index 00000000..2841f361 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F838 @@ -0,0 +1,405 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7960.0000000.0041320786926991
7970.0000000.0053054239771098
7980.0000000.0071274050699339
7990.0000000.0096746064476581
8000.0000000.0130241248
8010.0000000.017892929410104
8020.0000000.0249119544
8030.0000000.0344899672
8040.0000000.0476674752
8050.0000000.0648691544
8060.0000000.0862213616
8070.0000000.11111352414735
8080.0000000.14164692885258
8090.0000000.17285670358397
8100.0000000.20685424318504
8110.0000000.23868393743601
8120.0000000.26791825282725
8130.0000000.29353137222476
8140.0000000.31243617099187
8150.0000000.32698042944463
8160.0000000.33780690579965
8170.0000000.34516437072825
8180.0000000.35076163247852
8190.0000000.35422565875586
8200.0000000.35719039651794
8210.0000000.35938169843351
8220.0000000.36049172601259
8230.0000000.36115573410562
8240.0000000.3620311266
8250.0000000.36297841844367
8260.0000000.36274215361834
8270.0000000.36171517648077
8280.0000000.36041922853253
8290.0000000.35927053622825
8300.0000000.35747209679633
8310.0000000.35629734022078
8320.0000000.35482314807552
8330.0000000.35451767536855
8340.0000000.35366630892821
8350.0000000.35325431741229
8360.0000000.35256569306956
8370.0000000.3515722808847
8380.0000000.35125729205227
8390.0000000.3502845224016
8400.0000000.34916361871382
8410.0000000.34771573309012
8420.0000000.3473690699337
8430.0000000.34643951389458
8440.0000000.34545645463255
8450.0000000.34464036986739
8460.0000000.34403528303699
8470.0000000.3432442396
8480.0000000.34284292321959
8490.0000000.34221878202992
8500.0000000.34090486976249
8510.0000000.34007754790077
8520.0000000.33842156257736
8530.0000000.33701664466078
8540.0000000.33531567214504
8550.0000000.33452151187925
8560.0000000.3334119870844
8570.0000000.3312486251962
8580.0000000.32907416814248
8590.0000000.32525473602151
8600.0000000.3199231954889
8610.0000000.31189532091443
8620.0000000.30165362577593
8630.0000000.28643466317528
8640.0000000.26276207946018
8650.0000000.23178277130057
8660.0000000.19479150092137
8670.0000000.15321120309947
8680.0000000.1145202686435
8690.0000000.07761038988481
8700.0000000.051918809329106
8710.0000000.032496174842475
8720.0000000.020454429492921
8730.0000000.012672655626428
8740.0000000.0079995446989973
8750.0000000.0053045997082149
8760.0000000.0034609128174798
8770.0000000.0023942040505688
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F838_filter b/scopesim/data/svo/GTC/OSIRIS.F838_filter new file mode 100644 index 00000000..44de51ef --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F838_filter @@ -0,0 +1,405 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7960.0000000.009702
7970.0000000.012510
7980.0000000.016882
7990.0000000.023017
8000.0000000.031069
8010.0000000.042765
8020.0000000.059541
8030.0000000.082433
8040.0000000.113928
8050.0000000.155041
8060.0000000.206074
8070.0000000.265911
8080.0000000.339637
8090.0000000.416038
8100.0000000.499477
8110.0000000.579722
8120.0000000.653126
8130.0000000.717765
8140.0000000.766675
8150.0000000.806133
8160.0000000.836631
8170.0000000.858215
8180.0000000.875369
8190.0000000.887873
8200.0000000.897415
8210.0000000.905905
8220.0000000.911519
8230.0000000.915835
8240.0000000.919094
8250.0000000.921833
8260.0000000.924859
8270.0000000.927092
8280.0000000.928303
8290.0000000.929777
8300.0000000.931247
8310.0000000.932764
8320.0000000.933528
8330.0000000.935330
8340.0000000.936378
8350.0000000.938174
8360.0000000.939497
8370.0000000.941054
8380.0000000.943146
8390.0000000.943971
8400.0000000.945300
8410.0000000.946132
8420.0000000.946700
8430.0000000.947528
8440.0000000.947144
8450.0000000.946282
8460.0000000.946146
8470.0000000.945316
8480.0000000.945202
8490.0000000.944914
8500.0000000.944418
8510.0000000.945554
8520.0000000.946450
8530.0000000.948268
8540.0000000.950337
8550.0000000.951450
8560.0000000.951859
8570.0000000.950237
8580.0000000.947061
8590.0000000.941098
8600.0000000.931012
8610.0000000.914173
8620.0000000.889130
8630.0000000.847887
8640.0000000.783663
8650.0000000.695030
8660.0000000.585508
8670.0000000.463288
8680.0000000.348227
8690.0000000.237467
8700.0000000.159819
8710.0000000.100936
8720.0000000.063911
8730.0000000.039746
8740.0000000.025237
8750.0000000.016833
8760.0000000.011049
8770.0000000.007688
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F858 b/scopesim/data/svo/GTC/OSIRIS.F858 new file mode 100644 index 00000000..eb1aa5fa --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F858 @@ -0,0 +1,409 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8160.0000000.0032075527438888
8170.0000000.0043404203945389
8180.0000000.0058133767177023
8190.0000000.0078774617902948
8200.0000000.010743394285601
8210.0000000.014515227274365
8220.0000000.020221127536589
8230.0000000.02758606978727
8240.0000000.0384785154
8250.0000000.052483115095164
8260.0000000.073333328311107
8270.0000000.096814169658202
8280.0000000.12566177880407
8290.0000000.15705240406817
8300.0000000.18970208010106
8310.0000000.22156911864568
8320.0000000.25138323488673
8330.0000000.27607334811298
8340.0000000.29574585820557
8350.0000000.30893815976154
8360.0000000.31910430619101
8370.0000000.32482592761156
8380.0000000.32942088756388
8390.0000000.33144910047382
8400.0000000.33185577057493
8410.0000000.33145438896262
8420.0000000.33142025405355
8430.0000000.3306653732381
8440.0000000.33035898368134
8450.0000000.33030381531023
8460.0000000.33055307180908
8470.0000000.3311228723
8480.0000000.33189714560381
8490.0000000.33287336704877
8500.0000000.33340322853646
8510.0000000.33405001311664
8520.0000000.33376565136565
8530.0000000.33335813320607
8540.0000000.33247320357357
8550.0000000.33244466225954
8560.0000000.33185606751371
8570.0000000.33050855631728
8580.0000000.32990253380937
8590.0000000.3281371398715
8600.0000000.32610371581954
8610.0000000.32347079344313
8620.0000000.32137698854007
8630.0000000.31943241526917
8640.0000000.3170001817739
8650.0000000.31529833607093
8660.0000000.31477876449813
8670.0000000.31300010911731
8680.0000000.31190212299887
8690.0000000.31072622498576
8700.0000000.30961047548526
8710.0000000.30762354401832
8720.0000000.30639142193777
8730.0000000.30593370858347
8740.0000000.30433485983941
8750.0000000.30273813462185
8760.0000000.30061985520368
8770.0000000.29864238758608
8780.0000000.29614636497111
8790.0000000.29259804239735
8800.0000000.29003850935917
8810.0000000.2884527609164
8820.0000000.28570550507123
8830.0000000.28023011021617
8840.0000000.26969084937378
8850.0000000.25109660259694
8860.0000000.22151566861524
8870.0000000.18520259471325
8880.0000000.14331779590172
8890.0000000.10390193708036
8900.0000000.070244601001036
8910.0000000.046381310850043
8920.0000000.02951363683213
8930.0000000.018743169926068
8940.0000000.011822836487624
8950.0000000.0076025574072671
8960.0000000.0048265697648044
8970.0000000.0031745885
8980.0000000.0020547157
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F858_filter b/scopesim/data/svo/GTC/OSIRIS.F858_filter new file mode 100644 index 00000000..516048ad --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F858_filter @@ -0,0 +1,409 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8160.0000000.007944
8170.0000000.010792
8180.0000000.014508
8190.0000000.019745
8200.0000000.026992
8210.0000000.036589
8220.0000000.051130
8230.0000000.069954
8240.0000000.097686
8250.0000000.133288
8260.0000000.186973
8270.0000000.248139
8280.0000000.323657
8290.0000000.406445
8300.0000000.494191
8310.0000000.580054
8320.0000000.661381
8330.0000000.728369
8340.0000000.783026
8350.0000000.820479
8360.0000000.850331
8370.0000000.869462
8380.0000000.884514
8390.0000000.893212
8400.0000000.898442
8410.0000000.901885
8420.0000000.903234
8430.0000000.904385
8440.0000000.905751
8450.0000000.906918
8460.0000000.909068
8470.0000000.911933
8480.0000000.915025
8490.0000000.919110
8500.0000000.923636
8510.0000000.928795
8520.0000000.933429
8530.0000000.937974
8540.0000000.942281
8550.0000000.945543
8560.0000000.947417
8570.0000000.948114
8580.0000000.949445
8590.0000000.949438
8600.0000000.948998
8610.0000000.948101
8620.0000000.947265
8630.0000000.945565
8640.0000000.945423
8650.0000000.945462
8660.0000000.946168
8670.0000000.946466
8680.0000000.948415
8690.0000000.950739
8700.0000000.953058
8710.0000000.955506
8720.0000000.957337
8730.0000000.959518
8740.0000000.960117
8750.0000000.960674
8760.0000000.959732
8770.0000000.958967
8780.0000000.957503
8790.0000000.955858
8800.0000000.954998
8810.0000000.953416
8820.0000000.948101
8830.0000000.934098
8840.0000000.903833
8850.0000000.846924
8860.0000000.751784
8870.0000000.632586
8880.0000000.492655
8890.0000000.359682
8900.0000000.245764
8910.0000000.163778
8920.0000000.104695
8930.0000000.066376
8940.0000000.041772
8950.0000000.026764
8960.0000000.016971
8970.0000000.011135
8980.0000000.007207
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F878 b/scopesim/data/svo/GTC/OSIRIS.F878 new file mode 100644 index 00000000..8ddd3b6d --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F878 @@ -0,0 +1,429 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8320.0000000.003260778238403
8330.0000000.0044384356094274
8340.0000000.0056956570302136
8350.0000000.0073273497419916
8360.0000000.0096185632088937
8370.0000000.012518766787204
8380.0000000.016475997717321
8390.0000000.021917575132764
8400.0000000.028188692188474
8410.0000000.036958936700384
8420.0000000.047904788912363
8430.0000000.061324745978464
8440.0000000.07762506589666
8450.0000000.096673772191439
8460.0000000.11714266376216
8470.0000000.1402339403
8480.0000000.16371259022867
8490.0000000.18975965802277
8500.0000000.21345060643371
8510.0000000.23475375956091
8520.0000000.25563852440138
8530.0000000.27269095763587
8540.0000000.28638117844601
8550.0000000.29782944715728
8560.0000000.30602927379354
8570.0000000.31137901331247
8580.0000000.31590787961486
8590.0000000.3172420680529
8600.0000000.31747655339204
8610.0000000.31610135797331
8620.0000000.31483827054655
8630.0000000.31378133317262
8640.0000000.31173630956679
8650.0000000.31019600034312
8660.0000000.30947272316616
8670.0000000.30803491899079
8680.0000000.30717104647492
8690.0000000.3057980157227
8700.0000000.30503482159304
8710.0000000.30310789699109
8720.0000000.30264592916883
8730.0000000.30263880536696
8740.0000000.30191062091014
8750.0000000.30110985287217
8760.0000000.29977287282895
8770.0000000.2987236684468
8780.0000000.29659174296529
8790.0000000.29343923368362
8800.0000000.29056847612227
8810.0000000.28843672594706
8820.0000000.28623647497837
8830.0000000.2834758184421
8840.0000000.2804434767375
8850.0000000.27699241102511
8860.0000000.27381545833746
8870.0000000.2706702431703
8880.0000000.26774395837669
8890.0000000.26483782846295
8900.0000000.26179436006529
8910.0000000.25927237157648
8920.0000000.25853855656591
8930.0000000.25960826487842
8940.0000000.2610709401801
8950.0000000.26304382772241
8960.0000000.26426912797497
8970.0000000.2656062875
8980.0000000.265693243
8990.0000000.26422691441203
9000.0000000.26215704235351
9010.0000000.25998151420323
9020.0000000.25740110341663
9030.0000000.25446671690759
9040.0000000.25074798565746
9050.0000000.242978327
9060.0000000.22746564900663
9070.0000000.2044561238
9080.0000000.17055608082661
9090.0000000.13137525208549
9100.0000000.092506519701124
9110.0000000.062480735650415
9120.0000000.040032587879339
9130.0000000.024855362754584
9140.0000000.016027871479672
9150.0000000.010009997814395
9160.0000000.0062375407045439
9170.0000000.0041605397515829
9180.0000000.0027519742554206
9190.0000000.0018922261130067
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F878_filter b/scopesim/data/svo/GTC/OSIRIS.F878_filter new file mode 100644 index 00000000..95cf6422 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F878_filter @@ -0,0 +1,429 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8320.0000000.008579
8330.0000000.011710
8340.0000000.015080
8350.0000000.019460
8360.0000000.025631
8370.0000000.033509
8380.0000000.044239
8390.0000000.059065
8400.0000000.076316
8410.0000000.100565
8420.0000000.130557
8430.0000000.167726
8440.0000000.212826
8450.0000000.265438
8460.0000000.322159
8470.0000000.386213
8480.0000000.451348
8490.0000000.523953
8500.0000000.591328
8510.0000000.652711
8520.0000000.714934
8530.0000000.767274
8540.0000000.811649
8550.0000000.847090
8560.0000000.873684
8570.0000000.893238
8580.0000000.909169
8590.0000000.917914
8600.0000000.923892
8610.0000000.926501
8620.0000000.927992
8630.0000000.928837
8640.0000000.929724
8650.0000000.930162
8660.0000000.930219
8670.0000000.931452
8680.0000000.934029
8690.0000000.935660
8700.0000000.938973
8710.0000000.941480
8720.0000000.945634
8730.0000000.949184
8740.0000000.952469
8750.0000000.955507
8760.0000000.957028
8770.0000000.959228
8780.0000000.958943
8790.0000000.958606
8800.0000000.956743
8810.0000000.953363
8820.0000000.949863
8830.0000000.944917
8840.0000000.939869
8850.0000000.934268
8860.0000000.929280
8870.0000000.924513
8880.0000000.920370
8890.0000000.916801
8900.0000000.915937
8910.0000000.915522
8920.0000000.917125
8930.0000000.919362
8940.0000000.922406
8950.0000000.926018
8960.0000000.929213
8970.0000000.931625
8980.0000000.931930
8990.0000000.929980
9000.0000000.928039
9010.0000000.924834
9020.0000000.921816
9030.0000000.917364
9040.0000000.907308
9050.0000000.881954
9060.0000000.828689
9070.0000000.745918
9080.0000000.623188
9090.0000000.481577
9100.0000000.340295
9110.0000000.230857
9120.0000000.148822
9130.0000000.093106
9140.0000000.060459
9150.0000000.038037
9160.0000000.024121
9170.0000000.016337
9180.0000000.010852
9190.0000000.007499
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F893 b/scopesim/data/svo/GTC/OSIRIS.F893 new file mode 100644 index 00000000..1f906537 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F893 @@ -0,0 +1,393 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8510.0000000.0033689312204131
8520.0000000.0042035859154308
8530.0000000.0053086444141298
8540.0000000.0069678586580552
8550.0000000.0091526238869521
8560.0000000.011827370604146
8570.0000000.015534125945415
8580.0000000.020608723183299
8590.0000000.027208993752792
8600.0000000.035632318201083
8610.0000000.045877124042605
8620.0000000.058730057304128
8630.0000000.073197188079119
8640.0000000.091568374834716
8650.0000000.11165344562225
8660.0000000.13286694782816
8670.0000000.15638629237646
8680.0000000.17623144948363
8690.0000000.19768822346176
8700.0000000.21591986068388
8710.0000000.23075097966406
8720.0000000.2421025973229
8730.0000000.25300482203867
8740.0000000.26044402670409
8750.0000000.26594281167701
8760.0000000.27056826902312
8770.0000000.2733870850511
8780.0000000.27567413246238
8790.0000000.27540321090822
8800.0000000.27589948204894
8810.0000000.27719288442699
8820.0000000.27784883797751
8830.0000000.27816520498287
8840.0000000.27776218276784
8850.0000000.27679110064406
8860.0000000.27593224795167
8870.0000000.27449441299408
8880.0000000.2729643212015
8890.0000000.27087784604073
8900.0000000.26761596954914
8910.0000000.26486804572738
8920.0000000.26303065077213
8930.0000000.26272290216124
8940.0000000.26246006403056
8950.0000000.26262057968263
8960.0000000.26209146934029
8970.0000000.2621280675
8980.0000000.2617808157
8990.0000000.26094417954772
9000.0000000.25986269966102
9010.0000000.25947045341522
9020.0000000.25857471814849
9030.0000000.25828858306492
9040.0000000.25856524013147
9050.0000000.2590534765
9060.0000000.25883365248825
9070.0000000.2593120309
9080.0000000.25948916026415
9090.0000000.25839003423714
9100.0000000.25650235619362
9110.0000000.25459863876464
9120.0000000.25245746090071
9130.0000000.24907953419661
9140.0000000.24369395184698
9150.0000000.23462295899878
9160.0000000.216623497082
9170.0000000.19141182356661
9180.0000000.16249302319601
9190.0000000.12808748300203
9200.0000000.095652765270514
9210.0000000.065725702638207
9220.0000000.043221357796537
9230.0000000.028122769173673
9240.0000000.017529981982639
9250.0000000.011067550625598
9260.0000000.0070752104905861
9270.0000000.0046214223594462
9280.0000000.0031209087384947
9290.0000000.0021222615669403
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F893_filter b/scopesim/data/svo/GTC/OSIRIS.F893_filter new file mode 100644 index 00000000..491c4236 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F893_filter @@ -0,0 +1,393 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8510.0000000.009367
8520.0000000.011756
8530.0000000.014937
8540.0000000.019748
8550.0000000.026032
8560.0000000.033766
8570.0000000.044562
8580.0000000.059311
8590.0000000.078727
8600.0000000.103694
8610.0000000.134467
8620.0000000.173108
8630.0000000.216674
8640.0000000.273094
8650.0000000.334807
8660.0000000.399374
8670.0000000.472889
8680.0000000.535875
8690.0000000.604873
8700.0000000.664655
8710.0000000.716733
8720.0000000.756463
8730.0000000.793514
8740.0000000.821650
8750.0000000.843912
8760.0000000.863792
8770.0000000.877870
8780.0000000.891312
8790.0000000.899686
8800.0000000.908443
8810.0000000.916199
8820.0000000.922029
8830.0000000.927215
8840.0000000.930883
8850.0000000.933589
8860.0000000.936464
8870.0000000.937575
8880.0000000.938315
8890.0000000.937710
8900.0000000.936305
8910.0000000.935281
8920.0000000.933060
8930.0000000.930392
8940.0000000.927314
8950.0000000.924528
8960.0000000.921556
8970.0000000.919425
8980.0000000.918207
8990.0000000.918426
9000.0000000.919917
9010.0000000.923016
9020.0000000.926019
9030.0000000.931142
9040.0000000.935594
9050.0000000.940303
9060.0000000.942967
9070.0000000.946049
9080.0000000.948137
9090.0000000.947170
9100.0000000.943571
9110.0000000.940704
9120.0000000.938516
9130.0000000.933030
9140.0000000.919242
9150.0000000.891544
9160.0000000.837698
9170.0000000.751608
9180.0000000.640767
9190.0000000.507618
9200.0000000.381206
9210.0000000.263620
9220.0000000.174190
9230.0000000.113855
9240.0000000.071403
9250.0000000.045372
9260.0000000.029141
9270.0000000.019185
9280.0000000.013057
9290.0000000.008948
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F902 b/scopesim/data/svo/GTC/OSIRIS.F902 new file mode 100644 index 00000000..954d9be8 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F902 @@ -0,0 +1,349 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8670.0000000.0030054381157465
8680.0000000.003683964911809
8690.0000000.0044830722502493
8700.0000000.0056629605004722
8710.0000000.0071002480777516
8720.0000000.0090828919749199
8730.0000000.011769378985013
8740.0000000.014852267163935
8750.0000000.018816155407699
8760.0000000.023882459749185
8770.0000000.029974886612298
8780.0000000.038334055107137
8790.0000000.048048307517286
8800.0000000.059348684820724
8810.0000000.074000778412387
8820.0000000.091252994501814
8830.0000000.11022807936243
8840.0000000.13056672283091
8850.0000000.15047728623237
8860.0000000.17297418227961
8870.0000000.19214155115127
8880.0000000.21032171275806
8890.0000000.22520319209774
8900.0000000.2372543096399
8910.0000000.24479821266902
8920.0000000.25141660689375
8930.0000000.25723769552309
8940.0000000.26120453155284
8950.0000000.2642644296197
8960.0000000.26528813684111
8970.0000000.2660598816
8980.0000000.2657804836
8990.0000000.26415275881228
9000.0000000.26224037541116
9010.0000000.2606783897222
9020.0000000.25897569620106
9030.0000000.25755710817329
9040.0000000.25718866710824
9050.0000000.257136272
9060.0000000.25718370176346
9070.0000000.2575950685
9080.0000000.25829289103353
9090.0000000.2583883974241
9100.0000000.25813694295794
9110.0000000.2575305568321
9120.0000000.25596705742583
9130.0000000.25376544254227
9140.0000000.25177880268003
9150.0000000.24960492854353
9160.0000000.24443887904558
9170.0000000.23992106341125
9180.0000000.23713842293853
9190.0000000.23196865272938
9200.0000000.22245918598635
9210.0000000.20785273518594
9220.0000000.18386259904262
9230.0000000.15576168252328
9240.0000000.12145361128719
9250.0000000.088979721294054
9260.0000000.060763143991559
9270.0000000.040554817969608
9280.0000000.026573496967978
9290.0000000.016554731237245
9300.0000000.010688807246336
9310.0000000.0069511323282269
9320.0000000.004510076452742
9330.0000000.0031365940380389
9340.0000000.0020612847066153
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F902_filter b/scopesim/data/svo/GTC/OSIRIS.F902_filter new file mode 100644 index 00000000..9a974d70 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F902_filter @@ -0,0 +1,349 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8670.0000000.009088
8680.0000000.011202
8690.0000000.013717
8700.0000000.017432
8710.0000000.022054
8720.0000000.028380
8730.0000000.036913
8740.0000000.046856
8750.0000000.059709
8760.0000000.076245
8770.0000000.096252
8780.0000000.123942
8790.0000000.156964
8800.0000000.195415
8810.0000000.244593
8820.0000000.302819
8830.0000000.367426
8840.0000000.437577
8850.0000000.507545
8860.0000000.587043
8870.0000000.656287
8880.0000000.722981
8890.0000000.779596
8900.0000000.830079
8910.0000000.864412
8920.0000000.891861
8930.0000000.910967
8940.0000000.922878
8950.0000000.930315
8960.0000000.932796
8970.0000000.933216
8980.0000000.932236
8990.0000000.929719
9000.0000000.928334
9010.0000000.927313
9020.0000000.927455
9030.0000000.928505
9040.0000000.930613
9050.0000000.933344
9060.0000000.936956
9070.0000000.939785
9080.0000000.943766
9090.0000000.947164
9100.0000000.949584
9110.0000000.951537
9120.0000000.951563
9130.0000000.950583
9140.0000000.949739
9150.0000000.948474
9160.0000000.945262
9170.0000000.942087
9180.0000000.935120
9190.0000000.919305
9200.0000000.886569
9210.0000000.833679
9220.0000000.741000
9230.0000000.630601
9240.0000000.494704
9250.0000000.364777
9260.0000000.250268
9270.0000000.168356
9280.0000000.111176
9290.0000000.069799
9300.0000000.045429
9310.0000000.029735
9320.0000000.019418
9330.0000000.013585
9340.0000000.008989
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F911 b/scopesim/data/svo/GTC/OSIRIS.F911 new file mode 100644 index 00000000..05cd5ac8 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F911 @@ -0,0 +1,365 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8740.0000000.0030157177266022
8750.0000000.0037220119499629
8760.0000000.0045844800431382
8770.0000000.0057675154808187
8780.0000000.0073821402534827
8790.0000000.0091735154537221
8800.0000000.01149010461235
8810.0000000.014679560611175
8820.0000000.018625231016461
8830.0000000.023763960227464
8840.0000000.029561370450414
8850.0000000.036903543078772
8860.0000000.04632746111831
8870.0000000.056998340706787
8880.0000000.069446389203908
8890.0000000.083883708656932
8900.0000000.1008695023839
8910.0000000.12592065135533
8920.0000000.1387630029538
8930.0000000.15793385340048
8940.0000000.17863260976554
8950.0000000.19885130304126
8960.0000000.21711174111435
8970.0000000.2324987649
8980.0000000.2451751662
8990.0000000.2534303136812
9000.0000000.25811044557071
9010.0000000.26083918552569
9020.0000000.26106240162365
9030.0000000.25992268188426
9040.0000000.25853345818052
9050.0000000.256672881
9060.0000000.25450222303604
9070.0000000.2527698121
9080.0000000.25120258058793
9090.0000000.24947022158529
9100.0000000.248147559983
9110.0000000.24701430016918
9120.0000000.24596711484735
9130.0000000.24483891127911
9140.0000000.24454387255297
9150.0000000.24418899787023
9160.0000000.24149323723283
9170.0000000.2393994997575
9180.0000000.23982218109787
9190.0000000.2398512039421
9200.0000000.23918686497556
9210.0000000.23803215680511
9220.0000000.23689690969602
9230.0000000.23588372483974
9240.0000000.23402426516228
9250.0000000.23203169160243
9260.0000000.23070804413193
9270.0000000.22851843552545
9280.0000000.22586468530869
9290.0000000.22118101897849
9300.0000000.2132011059668
9310.0000000.19991208780444
9320.0000000.17911957461613
9330.0000000.15121292434115
9340.0000000.12085310629702
9350.0000000.090118593044634
9360.0000000.062383924432637
9370.0000000.042305329269241
9380.0000000.027467429799102
9390.0000000.017700904714114
9400.0000000.011295020964345
9410.0000000.0073159210414459
9420.0000000.0046622791205768
9430.0000000.0031763321362206
9440.0000000.0021950949450699
9450.0000000.0015145516271535
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F911_filter b/scopesim/data/svo/GTC/OSIRIS.F911_filter new file mode 100644 index 00000000..7b1dce84 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F911_filter @@ -0,0 +1,365 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8740.0000000.009514
8750.0000000.011811
8760.0000000.014636
8770.0000000.018520
8780.0000000.023868
8790.0000000.029968
8800.0000000.037833
8810.0000000.048520
8820.0000000.061807
8830.0000000.079213
8840.0000000.099071
8850.0000000.124472
8860.0000000.157227
8870.0000000.194686
8880.0000000.238722
8890.0000000.290384
8900.0000000.352911
8910.0000000.444641
8920.0000000.492240
8930.0000000.559298
8940.0000000.631138
8950.0000000.700035
8960.0000000.763400
8970.0000000.815499
8980.0000000.859962
8990.0000000.891980
9000.0000000.913714
9010.0000000.927885
9020.0000000.934928
9030.0000000.937033
9040.0000000.935479
9050.0000000.931662
9060.0000000.927187
9070.0000000.922181
9080.0000000.917859
9090.0000000.914473
9100.0000000.912837
9110.0000000.912681
9120.0000000.914388
9130.0000000.917145
9140.0000000.922448
9150.0000000.927894
9160.0000000.933871
9170.0000000.940039
9180.0000000.945703
9190.0000000.950544
9200.0000000.953234
9210.0000000.954726
9220.0000000.954738
9230.0000000.954975
9240.0000000.953226
9250.0000000.951226
9260.0000000.950228
9270.0000000.948653
9280.0000000.944954
9290.0000000.932556
9300.0000000.906136
9310.0000000.855168
9320.0000000.771194
9330.0000000.654923
9340.0000000.527025
9350.0000000.395574
9360.0000000.275791
9370.0000000.188047
9380.0000000.122903
9390.0000000.079751
9400.0000000.051170
9410.0000000.033409
9420.0000000.021479
9430.0000000.014746
9440.0000000.010254
9450.0000000.007115
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F919 b/scopesim/data/svo/GTC/OSIRIS.F919 new file mode 100644 index 00000000..419f63a4 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F919 @@ -0,0 +1,333 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8850.0000000.0029511686789486
8860.0000000.0038219485086251
8870.0000000.0049001018481529
8880.0000000.0064011626412429
8890.0000000.0083986546968554
8900.0000000.010785183241537
8910.0000000.014123278788375
8920.0000000.018233927671578
8930.0000000.023703434523533
8940.0000000.031698232606326
8950.0000000.040900531715841
8960.0000000.053328035861085
8970.0000000.0680185878
8980.0000000.086302621
8990.0000000.10511598883643
9000.0000000.12674251857169
9010.0000000.14773508001744
9020.0000000.16911333136856
9030.0000000.18956850032789
9040.0000000.20805294184847
9050.0000000.222920274
9060.0000000.23439072084756
9070.0000000.2429192063
9080.0000000.24935686114356
9090.0000000.2530114665935
9100.0000000.25433740542179
9110.0000000.25436046947641
9120.0000000.25313022099187
9130.0000000.25092661445888
9140.0000000.24885789614894
9150.0000000.24660827146982
9160.0000000.24202361308727
9170.0000000.23823591365693
9180.0000000.23733799939808
9190.0000000.2362080567732
9200.0000000.23510989312801
9210.0000000.23430856463115
9220.0000000.2341188723696
9230.0000000.23390546074671
9240.0000000.23348684893944
9250.0000000.23276372279848
9260.0000000.23237311374329
9270.0000000.23087214508365
9280.0000000.22948682293779
9290.0000000.22766070002552
9300.0000000.22552844484851
9310.0000000.22319458235168
9320.0000000.21995181586368
9330.0000000.21483187129951
9340.0000000.20539994674197
9350.0000000.19043018686789
9360.0000000.16793902382626
9370.0000000.14024356022972
9380.0000000.10683921263371
9390.0000000.077603122510541
9400.0000000.053864910901393
9410.0000000.034525567691328
9420.0000000.021555796481546
9430.0000000.013538291814295
9440.0000000.0086226086690531
9450.0000000.0055075185171248
9460.0000000.0035501487175259
9470.0000000.0023083065027031
9480.0000000.0015819440824301
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F919_filter b/scopesim/data/svo/GTC/OSIRIS.F919_filter new file mode 100644 index 00000000..61ea4c0c --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F919_filter @@ -0,0 +1,333 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8850.0000000.009954
8860.0000000.012971
8870.0000000.016737
8880.0000000.022004
8890.0000000.029074
8900.0000000.037734
8910.0000000.049871
8920.0000000.064682
8930.0000000.083942
8940.0000000.111995
8950.0000000.143986
8960.0000000.187510
8970.0000000.238578
8980.0000000.302710
8990.0000000.369969
9000.0000000.448670
9010.0000000.525539
9020.0000000.605636
9030.0000000.683403
9040.0000000.752820
9050.0000000.809148
9060.0000000.853918
9070.0000000.886243
9080.0000000.911115
9090.0000000.927454
9100.0000000.935607
9110.0000000.939824
9120.0000000.941017
9130.0000000.939949
9140.0000000.938721
9150.0000000.937087
9160.0000000.935922
9170.0000000.935470
9180.0000000.935907
9190.0000000.936106
9200.0000000.936986
9210.0000000.939791
9220.0000000.943542
9230.0000000.946966
9240.0000000.951037
9250.0000000.954227
9260.0000000.957086
9270.0000000.958424
9280.0000000.960108
9290.0000000.959876
9300.0000000.958529
9310.0000000.954764
9320.0000000.946996
9330.0000000.930465
9340.0000000.895723
9350.0000000.835890
9360.0000000.742436
9370.0000000.623382
9380.0000000.478052
9390.0000000.349639
9400.0000000.244025
9410.0000000.157665
9420.0000000.099307
9430.0000000.062851
9440.0000000.040279
9450.0000000.025873
9460.0000000.016747
9470.0000000.010921
9480.0000000.007506
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F924 b/scopesim/data/svo/GTC/OSIRIS.F924 new file mode 100644 index 00000000..13baa225 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F924 @@ -0,0 +1,325 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8900.0000000.0025015085527623
8910.0000000.0031279022722144
8920.0000000.0038862887183509
8930.0000000.0049328738616139
8940.0000000.0063806862438235
8950.0000000.0082169772126744
8960.0000000.010469370466206
8970.0000000.0133289952
8980.0000000.0173223909
8990.0000000.021975060182245
9000.0000000.027446236887746
9010.0000000.034335526275862
9020.0000000.043317915912969
9030.0000000.053254256956657
9040.0000000.065217116074606
9050.0000000.080245987
9060.0000000.096430300977654
9070.0000000.1141977348
9080.0000000.13168595185192
9090.0000000.15128844670646
9100.0000000.16853641569163
9110.0000000.18454493168934
9120.0000000.1981295953227
9130.0000000.2081049991171
9140.0000000.21592598727153
9150.0000000.22133866529337
9160.0000000.2230099878071
9170.0000000.22341056866711
9180.0000000.22504692971399
9190.0000000.22610953946841
9200.0000000.22697175748477
9210.0000000.22722738184407
9220.0000000.22818886932706
9230.0000000.22891645111367
9240.0000000.22916075882395
9250.0000000.22900282410445
9260.0000000.22879192727967
9270.0000000.22778710176036
9280.0000000.22646893263127
9290.0000000.22478279190603
9300.0000000.22300829660806
9310.0000000.22142798719431
9320.0000000.22000593306491
9330.0000000.21891787090873
9340.0000000.21743538203252
9350.0000000.21508275046041
9360.0000000.21048385098492
9370.0000000.20174148467617
9380.0000000.18614908910268
9390.0000000.16340870812016
9400.0000000.13787496794384
9410.0000000.10705958864866
9420.0000000.078720430779168
9430.0000000.055242675459067
9440.0000000.036258883997572
9450.0000000.024042309701877
9460.0000000.015785834740508
9470.0000000.010068325268406
9480.0000000.006716412738993
9490.0000000.0043926736680327
9500.0000000.0029369411032705
9510.0000000.001950126279918
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F924_filter b/scopesim/data/svo/GTC/OSIRIS.F924_filter new file mode 100644 index 00000000..c1e9594b --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F924_filter @@ -0,0 +1,325 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8900.0000000.008752
8910.0000000.011045
8920.0000000.013786
8930.0000000.017469
8940.0000000.022544
8950.0000000.028927
8960.0000000.036812
8970.0000000.046752
8980.0000000.060759
8990.0000000.077344
9000.0000000.097160
9010.0000000.122142
9020.0000000.155132
9030.0000000.191984
9040.0000000.235982
9050.0000000.291274
9060.0000000.351309
9070.0000000.416628
9080.0000000.481162
9090.0000000.554572
9100.0000000.619979
9110.0000000.681866
9120.0000000.736551
9130.0000000.779543
9140.0000000.814498
9150.0000000.841065
9160.0000000.862395
9170.0000000.877256
9180.0000000.887439
9190.0000000.896085
9200.0000000.904553
9210.0000000.911389
9220.0000000.919643
9230.0000000.926768
9240.0000000.933416
9250.0000000.938809
9260.0000000.942336
9270.0000000.945617
9280.0000000.947482
9290.0000000.947742
9300.0000000.947818
9310.0000000.947207
9320.0000000.947229
9330.0000000.948162
9340.0000000.948208
9350.0000000.944102
9360.0000000.930521
9370.0000000.896740
9380.0000000.832924
9390.0000000.736234
9400.0000000.624617
9410.0000000.488900
9420.0000000.362663
9430.0000000.256462
9440.0000000.169377
9450.0000000.112945
9460.0000000.074466
9470.0000000.047635
9480.0000000.031868
9490.0000000.020969
9500.0000000.014133
9510.0000000.009503
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F927 b/scopesim/data/svo/GTC/OSIRIS.F927 new file mode 100644 index 00000000..adf5e234 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F927 @@ -0,0 +1,325 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8950.0000000.0025536911930702
8960.0000000.0032333552328125
8970.0000000.0042157737
8980.0000000.0054898856
8990.0000000.0070771717790591
9000.0000000.0090208741125286
9010.0000000.011594726766994
9020.0000000.014759398972564
9030.0000000.01890850112357
9040.0000000.023881234307019
9050.0000000.030633396
9060.0000000.038354011782524
9070.0000000.0484211355
9080.0000000.059603546523137
9090.0000000.073669954026948
9100.0000000.088504731615726
9110.0000000.10524700846779
9120.0000000.12296876261959
9130.0000000.14007670469971
9140.0000000.1563721547457
9150.0000000.17036312577543
9160.0000000.18169109694876
9170.0000000.1899446711207
9180.0000000.19896226109191
9190.0000000.20567783753183
9200.0000000.2104029117784
9210.0000000.2137229713919
9220.0000000.21608966817387
9230.0000000.21756360128924
9240.0000000.21836922502245
9250.0000000.21864632677326
9260.0000000.21895981019286
9270.0000000.21822604495198
9280.0000000.21753166536918
9290.0000000.21669386357115
9300.0000000.21585324964772
9310.0000000.21501125165446
9320.0000000.21401053686166
9330.0000000.21308567617918
9340.0000000.21180439891363
9350.0000000.21070524140937
9360.0000000.20933588598064
9370.0000000.20829874659585
9380.0000000.20678178795042
9390.0000000.20463542937793
9400.0000000.20123524559964
9410.0000000.19397603284766
9420.0000000.18266869937713
9430.0000000.16561989408828
9440.0000000.14243070711457
9450.0000000.11574793177435
9460.0000000.090542677454908
9470.0000000.065165430779407
9480.0000000.045918108330296
9490.0000000.030192325707118
9500.0000000.019884460719497
9510.0000000.012855894039569
9520.0000000.0081484635394986
9530.0000000.0053284071125011
9540.0000000.0036209422436311
9550.0000000.0024606613120188
9560.0000000.0016707692232947
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F927_filter b/scopesim/data/svo/GTC/OSIRIS.F927_filter new file mode 100644 index 00000000..4435cec4 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F927_filter @@ -0,0 +1,325 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8950.0000000.008990
8960.0000000.011369
8970.0000000.014787
8980.0000000.019256
8990.0000000.024909
9000.0000000.031934
9010.0000000.041246
9020.0000000.052857
9030.0000000.068166
9040.0000000.086412
9050.0000000.111192
9060.0000000.139729
9070.0000000.176655
9080.0000000.217783
9090.0000000.270049
9100.0000000.325574
9110.0000000.388872
9120.0000000.457139
9130.0000000.524715
9140.0000000.589854
9150.0000000.647363
9160.0000000.702612
9170.0000000.745847
9180.0000000.784578
9190.0000000.815113
9200.0000000.838521
9210.0000000.857224
9220.0000000.870881
9230.0000000.880806
9240.0000000.889460
9250.0000000.896352
9260.0000000.901840
9270.0000000.905926
9280.0000000.910091
9290.0000000.913637
9300.0000000.917408
9310.0000000.919758
9320.0000000.921416
9330.0000000.922902
9340.0000000.923652
9350.0000000.924887
9360.0000000.925446
9370.0000000.925887
9380.0000000.925245
9390.0000000.921980
9400.0000000.911659
9410.0000000.885814
9420.0000000.841550
9430.0000000.768884
9440.0000000.665340
9450.0000000.543756
9460.0000000.427114
9470.0000000.308309
9480.0000000.217872
9490.0000000.144127
9500.0000000.095687
9510.0000000.062647
9520.0000000.039962
9530.0000000.026491
9540.0000000.018223
9550.0000000.012587
9560.0000000.008695
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F932 b/scopesim/data/svo/GTC/OSIRIS.F932 new file mode 100644 index 00000000..a61207d7 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F932 @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8980.0000000.002289353
8990.0000000.0028417789607832
9000.0000000.0035833214792204
9010.0000000.004642838269982
9020.0000000.0058574628194463
9030.0000000.0073153036943754
9040.0000000.0093201262066599
9050.0000000.0119051815
9060.0000000.015267328109095
9070.0000000.0191530116
9080.0000000.024392288137371
9090.0000000.03109317327644
9100.0000000.038972919682838
9110.0000000.048631191539978
9120.0000000.060214045631871
9130.0000000.07355271686968
9140.0000000.088590315684618
9150.0000000.10359006913468
9160.0000000.11987528685554
9170.0000000.13494848333261
9180.0000000.15146433167664
9190.0000000.16618458805175
9200.0000000.17999499490588
9210.0000000.19035895758442
9220.0000000.19958744162255
9230.0000000.20626064650125
9240.0000000.21034799942497
9250.0000000.21290667530935
9260.0000000.21460872933765
9270.0000000.21458623823573
9280.0000000.21439235194562
9290.0000000.21393644146819
9300.0000000.21336227687005
9310.0000000.21317312306872
9320.0000000.21293910918237
9330.0000000.21283816577736
9340.0000000.21252604347607
9350.0000000.21226556196574
9360.0000000.21162186318916
9370.0000000.21102945799603
9380.0000000.20991487581933
9390.0000000.20842348646506
9400.0000000.20717699612374
9410.0000000.2054501754658
9420.0000000.20336927076742
9430.0000000.20086391197763
9440.0000000.19647170118696
9450.0000000.18812242567863
9460.0000000.17426933223623
9470.0000000.15120939981877
9480.0000000.12374802897623
9490.0000000.090833176267521
9500.0000000.062634586224684
9510.0000000.039491955376072
9520.0000000.024408483759464
9530.0000000.014243547667685
9540.0000000.0087224113301143
9550.0000000.0052204258104513
9560.0000000.0032208664428828
9570.0000000.002117608673569
9580.0000000.0013950338623868
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F932_filter b/scopesim/data/svo/GTC/OSIRIS.F932_filter new file mode 100644 index 00000000..3a8f4fd7 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F932_filter @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8980.0000000.008030
8990.0000000.010002
9000.0000000.012685
9010.0000000.016516
9020.0000000.020977
9030.0000000.026372
9040.0000000.033724
9050.0000000.043213
9060.0000000.055621
9070.0000000.069876
9080.0000000.089126
9090.0000000.113977
9100.0000000.143366
9110.0000000.179685
9120.0000000.223847
9130.0000000.275522
9140.0000000.334173
9150.0000000.393632
9160.0000000.463566
9170.0000000.529896
9180.0000000.597277
9190.0000000.658599
9200.0000000.717336
9210.0000000.763513
9220.0000000.804374
9230.0000000.835046
9240.0000000.856788
9250.0000000.872822
9260.0000000.883919
9270.0000000.890816
9280.0000000.896957
9290.0000000.902011
9300.0000000.906821
9310.0000000.911895
9320.0000000.916803
9330.0000000.921830
9340.0000000.926799
9350.0000000.931736
9360.0000000.935552
9370.0000000.938025
9380.0000000.939264
9390.0000000.939047
9400.0000000.938577
9410.0000000.938212
9420.0000000.936917
9430.0000000.932503
9440.0000000.917783
9450.0000000.883754
9460.0000000.822075
9470.0000000.715398
9480.0000000.587159
9490.0000000.433604
9500.0000000.301407
9510.0000000.192445
9520.0000000.119705
9530.0000000.070814
9540.0000000.043897
9550.0000000.026704
9560.0000000.016762
9570.0000000.011204
9580.0000000.007478
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F936 b/scopesim/data/svo/GTC/OSIRIS.F936 new file mode 100644 index 00000000..00897b1e --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F936 @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9030.0000000.0023977508393061
9040.0000000.0029595905452236
9050.0000000.003824491
9060.0000000.004818646643447
9070.0000000.0060715891
9080.0000000.0077898446834145
9090.0000000.010145512815312
9100.0000000.012811648031838
9110.0000000.016246122573227
9120.0000000.020884614441171
9130.0000000.025861793248695
9140.0000000.032680325985958
9150.0000000.040259996993384
9160.0000000.049039725517586
9170.0000000.059228035070462
9180.0000000.071163589336427
9190.0000000.085327311067609
9200.0000000.1002042295949
9210.0000000.11497834319952
9220.0000000.13230688113914
9230.0000000.14809958336411
9240.0000000.16259357194448
9250.0000000.17599727699628
9260.0000000.18733878349222
9270.0000000.19561443827819
9280.0000000.20251822279567
9290.0000000.20754593904758
9300.0000000.2113435230746
9310.0000000.21353266036554
9320.0000000.21499951129445
9330.0000000.2157092402612
9340.0000000.21568527357987
9350.0000000.21545158663806
9360.0000000.21475767380086
9370.0000000.21429965250197
9380.0000000.21341202675541
9390.0000000.21226348035177
9400.0000000.21125883172415
9410.0000000.20984927564245
9420.0000000.20796469472858
9430.0000000.20624747830616
9440.0000000.20496201332041
9450.0000000.20380798657112
9460.0000000.20280428586494
9470.0000000.20150325789145
9480.0000000.19904106434102
9490.0000000.19302332760485
9500.0000000.18175598639646
9510.0000000.16381696907416
9520.0000000.13795029456674
9530.0000000.10941568516994
9540.0000000.080141388926768
9550.0000000.054479788228601
9560.0000000.035768488538173
9570.0000000.023046288255233
9580.0000000.014396943473635
9590.0000000.0092441858736864
9600.0000000.0058241378614204
9610.0000000.0037512515777585
9620.0000000.0024681972420794
9630.0000000.0016551313975741
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F936_filter b/scopesim/data/svo/GTC/OSIRIS.F936_filter new file mode 100644 index 00000000..85586200 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F936_filter @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9030.0000000.008644
9040.0000000.010709
9050.0000000.013882
9060.0000000.017555
9070.0000000.022151
9080.0000000.028463
9090.0000000.037190
9100.0000000.047129
9110.0000000.060027
9120.0000000.077639
9130.0000000.096876
9140.0000000.123274
9150.0000000.152984
9160.0000000.189640
9170.0000000.232568
9180.0000000.280623
9190.0000000.338157
9200.0000000.399345
9210.0000000.461168
9220.0000000.533221
9230.0000000.599581
9240.0000000.662275
9250.0000000.721510
9260.0000000.771601
9270.0000000.812058
9280.0000000.847279
9290.0000000.875067
9300.0000000.898241
9310.0000000.913433
9320.0000000.925674
9330.0000000.934265
9340.0000000.940576
9350.0000000.945721
9360.0000000.949415
9370.0000000.952561
9380.0000000.954912
9390.0000000.956348
9400.0000000.957069
9410.0000000.958301
9420.0000000.958088
9430.0000000.957496
9440.0000000.957444
9450.0000000.957441
9460.0000000.956682
9470.0000000.953347
9480.0000000.944409
9490.0000000.921422
9500.0000000.874637
9510.0000000.798283
9520.0000000.676541
9530.0000000.543977
9540.0000000.403325
9550.0000000.278680
9560.0000000.186146
9570.0000000.121935
9580.0000000.077174
9590.0000000.050057
9600.0000000.031856
9610.0000000.020754
9620.0000000.013936
9630.0000000.009529
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F940 b/scopesim/data/svo/GTC/OSIRIS.F940 new file mode 100644 index 00000000..3174a9e7 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F940 @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9090.0000000.0023586475880932
9100.0000000.0029644384940735
9110.0000000.0037546846995248
9120.0000000.0048368249496606
9130.0000000.006120805933421
9140.0000000.0078359189731245
9150.0000000.0099323642114489
9160.0000000.01281487364348
9170.0000000.016237998108629
9180.0000000.020911656934251
9190.0000000.027534299700132
9200.0000000.035168147849861
9210.0000000.045648472602361
9220.0000000.058797571905715
9230.0000000.074652360698777
9240.0000000.091832869074855
9250.0000000.11360485068565
9260.0000000.13329710160633
9270.0000000.15334618912575
9280.0000000.16984082397773
9290.0000000.18499631695584
9300.0000000.19515419995063
9310.0000000.2024943043068
9320.0000000.20663387458238
9330.0000000.20845016653607
9340.0000000.2085665148267
9350.0000000.2075376699368
9360.0000000.2058395125676
9370.0000000.20422697648283
9380.0000000.20246219865514
9390.0000000.20073217913276
9400.0000000.1996757513039
9410.0000000.1983799505963
9420.0000000.19701130169434
9430.0000000.19626355083337
9440.0000000.1959530045757
9450.0000000.19560258649074
9460.0000000.19567007048668
9470.0000000.19572562230392
9480.0000000.19558928174283
9490.0000000.19458440367782
9500.0000000.19294495687855
9510.0000000.19039639199614
9520.0000000.18881284004043
9530.0000000.18569753229518
9540.0000000.18230370213648
9550.0000000.17587326008807
9560.0000000.1654480424323
9570.0000000.1503216761135
9580.0000000.12847594017377
9590.0000000.1019000808378
9600.0000000.073938541739073
9610.0000000.051744642077705
9620.0000000.034383142335756
9630.0000000.021253214168032
9640.0000000.01298277612539
9650.0000000.0083165043167304
9660.0000000.0052721964274597
9670.0000000.0034826094478075
9680.0000000.0022837037155316
9690.0000000.0015748095690038
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.F940_filter b/scopesim/data/svo/GTC/OSIRIS.F940_filter new file mode 100644 index 00000000..ff4562a1 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.F940_filter @@ -0,0 +1,321 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9090.0000000.008646
9100.0000000.010905
9110.0000000.013873
9120.0000000.017981
9130.0000000.022928
9140.0000000.029558
9150.0000000.037742
9160.0000000.049556
9170.0000000.063761
9180.0000000.082462
9190.0000000.109120
9200.0000000.140156
9210.0000000.183092
9220.0000000.236965
9230.0000000.302230
9240.0000000.374053
9250.0000000.465729
9260.0000000.549017
9270.0000000.636589
9280.0000000.710566
9290.0000000.779992
9300.0000000.829434
9310.0000000.866214
9320.0000000.889656
9330.0000000.902825
9340.0000000.909532
9350.0000000.910983
9360.0000000.909989
9370.0000000.907788
9380.0000000.905917
9390.0000000.904394
9400.0000000.904594
9410.0000000.905925
9420.0000000.907626
9430.0000000.911146
9440.0000000.915360
9450.0000000.918894
9460.0000000.923028
9470.0000000.926012
9480.0000000.928031
9490.0000000.928874
9500.0000000.928480
9510.0000000.927805
9520.0000000.925983
9530.0000000.923224
9540.0000000.917474
9550.0000000.899643
9560.0000000.861023
9570.0000000.795333
9580.0000000.688688
9590.0000000.551786
9600.0000000.404418
9610.0000000.286280
9620.0000000.194135
9630.0000000.122360
9640.0000000.075761
9650.0000000.049401
9660.0000000.031724
9670.0000000.021115
9680.0000000.013995
9690.0000000.009752
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.sdss_g_filter b/scopesim/data/svo/GTC/OSIRIS.sdss_g_filter new file mode 100644 index 00000000..0f33d05a --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.sdss_g_filter @@ -0,0 +1,898 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
3800.0000000.012039
3810.0000000.024791
3820.0000000.007698
3830.0000000.015600
3840.0000000.012872
3850.0000000.004510
3860.0000000.000535
3870.0000000.009773
3880.0000000.020824
3890.0000000.013686
3900.0000000.015594
3910.0000000.006300
3920.0000000.013754
3930.0000000.015697
3940.0000000.014343
3950.0000000.026067
3960.0000000.052115
3970.0000000.069951
3980.0000000.101252
3990.0000000.145162
4000.0000000.202681
4010.0000000.221653
4020.0000000.272173
4030.0000000.353016
4040.0000000.392407
4050.0000000.414343
4060.0000000.462659
4070.0000000.491652
4080.0000000.491716
4090.0000000.512632
4100.0000000.555010
4110.0000000.563400
4120.0000000.580785
4130.0000000.596213
4140.0000000.588191
4150.0000000.599982
4160.0000000.584525
4170.0000000.590250
4180.0000000.605915
4190.0000000.615849
4200.0000000.613269
4210.0000000.619788
4220.0000000.621447
4230.0000000.620793
4240.0000000.628173
4250.0000000.636808
4260.0000000.640998
4270.0000000.668690
4280.0000000.674482
4290.0000000.672146
4300.0000000.677930
4310.0000000.698716
4320.0000000.696273
4330.0000000.704173
4340.0000000.720777
4350.0000000.721244
4360.0000000.727967
4370.0000000.728738
4380.0000000.722613
4390.0000000.727853
4400.0000000.729063
4410.0000000.726632
4420.0000000.734694
4430.0000000.735773
4440.0000000.727891
4450.0000000.728149
4460.0000000.732634
4470.0000000.734866
4480.0000000.732886
4490.0000000.738801
4500.0000000.740924
4510.0000000.748921
4520.0000000.751818
4530.0000000.757066
4540.0000000.757239
4550.0000000.768797
4560.0000000.767920
4570.0000000.767396
4580.0000000.777165
4590.0000000.770064
4600.0000000.784969
4610.0000000.785727
4620.0000000.782980
4630.0000000.786271
4640.0000000.781599
4650.0000000.784984
4660.0000000.787260
4670.0000000.785169
4680.0000000.786089
4690.0000000.781988
4700.0000000.785575
4710.0000000.782831
4720.0000000.780782
4730.0000000.786548
4740.0000000.786926
4750.0000000.786426
4760.0000000.793945
4770.0000000.793391
4780.0000000.799275
4790.0000000.798406
4800.0000000.805187
4810.0000000.813000
4820.0000000.814230
4830.0000000.816421
4840.0000000.822159
4850.0000000.820622
4860.0000000.823001
4870.0000000.823794
4880.0000000.824751
4890.0000000.821976
4900.0000000.819207
4910.0000000.813656
4920.0000000.812946
4930.0000000.805059
4940.0000000.795853
4950.0000000.791436
4960.0000000.785326
4970.0000000.775377
4980.0000000.766386
4990.0000000.758971
5000.0000000.748581
5010.0000000.740413
5020.0000000.735307
5030.0000000.730701
5040.0000000.721641
5050.0000000.719218
5060.0000000.716614
5070.0000000.712324
5080.0000000.711186
5090.0000000.714253
5100.0000000.716779
5110.0000000.719454
5120.0000000.723091
5130.0000000.726830
5140.0000000.730847
5150.0000000.735876
5160.0000000.741941
5170.0000000.748418
5180.0000000.755596
5190.0000000.760079
5200.0000000.763319
5210.0000000.764426
5220.0000000.765424
5230.0000000.764112
5240.0000000.759003
5250.0000000.754295
5260.0000000.746084
5270.0000000.733248
5280.0000000.718398
5290.0000000.702597
5300.0000000.684496
5310.0000000.663580
5320.0000000.644739
5330.0000000.625776
5340.0000000.605658
5350.0000000.587884
5360.0000000.569913
5370.0000000.553937
5380.0000000.540847
5390.0000000.527564
5400.0000000.518701
5410.0000000.510619
5420.0000000.502485
5430.0000000.498034
5440.0000000.495215
5450.0000000.494193
5460.0000000.495593
5470.0000000.499327
5480.0000000.503357
5490.0000000.508966
5500.0000000.515535
5510.0000000.520626
5520.0000000.525056
5530.0000000.524444
5540.0000000.517886
5550.0000000.506350
5560.0000000.485154
5570.0000000.454737
5580.0000000.415791
5590.0000000.372835
5600.0000000.328732
5610.0000000.285887
5620.0000000.244303
5630.0000000.207119
5640.0000000.173905
5650.0000000.144683
5660.0000000.121975
5670.0000000.100935
5680.0000000.083442
5690.0000000.070785
5700.0000000.059009
5710.0000000.048738
5720.0000000.040008
5730.0000000.033404
5740.0000000.027675
5750.0000000.022520
5760.0000000.018442
5770.0000000.015817
5780.0000000.013108
5790.0000000.010853
5800.0000000.008885
5810.0000000.007794
5820.0000000.006475
5830.0000000.004964
5840.0000000.004518
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.sdss_i_filter b/scopesim/data/svo/GTC/OSIRIS.sdss_i_filter new file mode 100644 index 00000000..a308d533 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.sdss_i_filter @@ -0,0 +1,937 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6740.0000000.005495
6750.0000000.008171
6760.0000000.012119
6770.0000000.017145
6780.0000000.023825
6790.0000000.032261
6800.0000000.042138
6810.0000000.055540
6820.0000000.071525
6830.0000000.088941
6840.0000000.109827
6850.0000000.133155
6860.0000000.158231
6870.0000000.186392
6880.0000000.218617
6890.0000000.251153
6900.0000000.284635
6910.0000000.318711
6920.0000000.352652
6930.0000000.386153
6940.0000000.418852
6950.0000000.450074
6960.0000000.480184
6970.0000000.507939
6980.0000000.533758
6990.0000000.558880
7000.0000000.583047
7010.0000000.604750
7020.0000000.626119
7030.0000000.645914
7040.0000000.663224
7050.0000000.680408
7060.0000000.696478
7070.0000000.710582
7080.0000000.722851
7090.0000000.735396
7100.0000000.745581
7110.0000000.755295
7120.0000000.764416
7130.0000000.773467
7140.0000000.781655
7150.0000000.788850
7160.0000000.796390
7170.0000000.802627
7180.0000000.809120
7190.0000000.814288
7200.0000000.819919
7210.0000000.824629
7220.0000000.828838
7230.0000000.833606
7240.0000000.837785
7250.0000000.841460
7260.0000000.845700
7270.0000000.848435
7280.0000000.852572
7290.0000000.855817
7300.0000000.858618
7310.0000000.861286
7320.0000000.864929
7330.0000000.868205
7340.0000000.870326
7350.0000000.873028
7360.0000000.874774
7370.0000000.876958
7380.0000000.877534
7390.0000000.879685
7400.0000000.880851
7410.0000000.882468
7420.0000000.884104
7430.0000000.885309
7440.0000000.885875
7450.0000000.886447
7460.0000000.886434
7470.0000000.887083
7480.0000000.887670
7490.0000000.888264
7500.0000000.888328
7510.0000000.888863
7520.0000000.888863
7530.0000000.889409
7540.0000000.889412
7550.0000000.889415
7560.0000000.889418
7570.0000000.889351
7580.0000000.889846
7590.0000000.889145
7600.0000000.890004
7610.0000000.889869
7620.0000000.889946
7630.0000000.889298
7640.0000000.889886
7650.0000000.889819
7660.0000000.889825
7670.0000000.889904
7680.0000000.889235
7690.0000000.889087
7700.0000000.889088
7710.0000000.888937
7720.0000000.888860
7730.0000000.889558
7740.0000000.888937
7750.0000000.888859
7760.0000000.888780
7770.0000000.888062
7780.0000000.888057
7790.0000000.887325
7800.0000000.887233
7810.0000000.887139
7820.0000000.886385
7830.0000000.885621
7840.0000000.884761
7850.0000000.884733
7860.0000000.884704
7870.0000000.883907
7880.0000000.882326
7890.0000000.882280
7900.0000000.881356
7910.0000000.879026
7920.0000000.876765
7930.0000000.877379
7940.0000000.876490
7950.0000000.873355
7960.0000000.871712
7970.0000000.870869
7980.0000000.868577
7990.0000000.866872
8000.0000000.865257
8010.0000000.863622
8020.0000000.861123
8030.0000000.857863
8040.0000000.857012
8050.0000000.854555
8060.0000000.851467
8070.0000000.848520
8080.0000000.847506
8090.0000000.843852
8100.0000000.840694
8110.0000000.840290
8120.0000000.838065
8130.0000000.835641
8140.0000000.834544
8150.0000000.833707
8160.0000000.831564
8170.0000000.832436
8180.0000000.833072
8190.0000000.833834
8200.0000000.835062
8210.0000000.836692
8220.0000000.837774
8230.0000000.841062
8240.0000000.844478
8250.0000000.847212
8260.0000000.851720
8270.0000000.854801
8280.0000000.857040
8290.0000000.859894
8300.0000000.862661
8310.0000000.864156
8320.0000000.863935
8330.0000000.860568
8340.0000000.853035
8350.0000000.843689
8360.0000000.829269
8370.0000000.812182
8380.0000000.788850
8390.0000000.757958
8400.0000000.722813
8410.0000000.681044
8420.0000000.638526
8430.0000000.593211
8440.0000000.547232
8450.0000000.500503
8460.0000000.455313
8470.0000000.411286
8480.0000000.370690
8490.0000000.333830
8500.0000000.298593
8510.0000000.266288
8520.0000000.235622
8530.0000000.208995
8540.0000000.184698
8550.0000000.161676
8560.0000000.142621
8570.0000000.126450
8580.0000000.111337
8590.0000000.097778
8600.0000000.086523
8610.0000000.075989
8620.0000000.066413
8630.0000000.059588
8640.0000000.052542
8650.0000000.045765
8660.0000000.041096
8670.0000000.036069
8680.0000000.031374
8690.0000000.028538
8700.0000000.026178
8710.0000000.023019
8720.0000000.020014
8730.0000000.018491
8740.0000000.016456
8750.0000000.014691
8760.0000000.013310
8770.0000000.012234
8780.0000000.010867
8790.0000000.009476
8800.0000000.008807
8810.0000000.007836
8820.0000000.007149
8830.0000000.006675
8840.0000000.006120
8850.0000000.005378
8860.0000000.004822
8870.0000000.004593
8880.0000000.004147
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.sdss_r_filter b/scopesim/data/svo/GTC/OSIRIS.sdss_r_filter new file mode 100644 index 00000000..1c982313 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.sdss_r_filter @@ -0,0 +1,969 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
5280.0000000.034983
5290.0000000.032476
5300.0000000.039149
5310.0000000.040731
5320.0000000.054376
5330.0000000.035054
5340.0000000.028344
5350.0000000.050684
5360.0000000.042914
5370.0000000.023190
5380.0000000.034502
5390.0000000.016150
5400.0000000.016206
5410.0000000.031278
5420.0000000.043814
5430.0000000.067190
5440.0000000.108715
5450.0000000.144549
5460.0000000.179635
5470.0000000.224303
5480.0000000.265315
5490.0000000.307698
5500.0000000.351062
5510.0000000.392272
5520.0000000.431861
5530.0000000.470727
5540.0000000.509244
5550.0000000.546905
5560.0000000.583504
5570.0000000.619488
5580.0000000.651271
5590.0000000.680096
5600.0000000.706325
5610.0000000.727798
5620.0000000.744961
5630.0000000.759259
5640.0000000.770695
5650.0000000.779445
5660.0000000.785793
5670.0000000.791621
5680.0000000.797722
5690.0000000.803018
5700.0000000.809692
5710.0000000.816012
5720.0000000.824717
5730.0000000.836119
5740.0000000.846438
5750.0000000.854950
5760.0000000.867244
5770.0000000.876919
5780.0000000.887020
5790.0000000.894596
5800.0000000.900501
5810.0000000.904624
5820.0000000.904662
5830.0000000.901657
5840.0000000.904811
5850.0000000.906380
5860.0000000.904268
5870.0000000.904236
5880.0000000.904205
5890.0000000.904244
5900.0000000.906421
5910.0000000.909229
5920.0000000.913516
5930.0000000.917081
5940.0000000.922567
5950.0000000.926671
5960.0000000.930619
5970.0000000.934523
5980.0000000.932235
5990.0000000.931965
6000.0000000.932340
6010.0000000.929333
6020.0000000.922277
6030.0000000.915251
6040.0000000.905125
6050.0000000.893671
6060.0000000.884193
6070.0000000.874223
6080.0000000.865017
6090.0000000.856001
6100.0000000.849692
6110.0000000.844102
6120.0000000.841148
6130.0000000.841219
6140.0000000.842028
6150.0000000.844095
6160.0000000.848566
6170.0000000.854162
6180.0000000.858641
6190.0000000.864773
6200.0000000.870320
6210.0000000.874584
6220.0000000.879426
6230.0000000.884155
6240.0000000.886479
6250.0000000.889323
6260.0000000.890330
6270.0000000.890190
6280.0000000.890051
6290.0000000.889183
6300.0000000.887791
6310.0000000.885882
6320.0000000.883852
6330.0000000.881903
6340.0000000.881144
6350.0000000.880906
6360.0000000.881254
6370.0000000.882766
6380.0000000.884849
6390.0000000.888015
6400.0000000.892385
6410.0000000.897823
6420.0000000.901567
6430.0000000.906957
6440.0000000.912321
6450.0000000.917091
6460.0000000.922408
6470.0000000.925995
6480.0000000.930094
6490.0000000.933612
6500.0000000.936553
6510.0000000.939450
6520.0000000.940150
6530.0000000.940251
6540.0000000.941409
6550.0000000.940946
6560.0000000.940418
6570.0000000.939296
6580.0000000.938174
6590.0000000.936490
6600.0000000.934430
6610.0000000.932163
6620.0000000.929381
6630.0000000.925547
6640.0000000.920144
6650.0000000.915270
6660.0000000.908851
6670.0000000.902411
6680.0000000.896039
6690.0000000.888621
6700.0000000.880286
6710.0000000.871905
6720.0000000.863972
6730.0000000.855200
6740.0000000.845468
6750.0000000.836161
6760.0000000.825975
6770.0000000.816467
6780.0000000.807858
6790.0000000.799708
6800.0000000.791599
6810.0000000.785554
6820.0000000.780043
6830.0000000.775453
6840.0000000.773279
6850.0000000.772617
6860.0000000.773847
6870.0000000.775188
6880.0000000.778524
6890.0000000.784236
6900.0000000.790831
6910.0000000.798517
6920.0000000.807989
6930.0000000.816555
6940.0000000.826520
6950.0000000.836322
6960.0000000.845721
6970.0000000.855130
6980.0000000.863549
6990.0000000.869978
7000.0000000.876413
7010.0000000.881353
7020.0000000.885741
7030.0000000.889080
7040.0000000.891926
7050.0000000.894278
7060.0000000.895073
7070.0000000.895872
7080.0000000.895714
7090.0000000.896463
7100.0000000.897725
7110.0000000.899045
7120.0000000.900370
7130.0000000.901600
7140.0000000.903352
7150.0000000.903618
7160.0000000.903269
7170.0000000.899858
7180.0000000.892209
7190.0000000.879345
7200.0000000.861165
7210.0000000.837093
7220.0000000.807499
7230.0000000.771865
7240.0000000.731472
7250.0000000.687341
7260.0000000.638603
7270.0000000.589278
7280.0000000.540068
7290.0000000.490382
7300.0000000.442677
7310.0000000.398431
7320.0000000.358128
7330.0000000.322493
7340.0000000.290551
7350.0000000.262771
7360.0000000.237982
7370.0000000.218196
7380.0000000.200578
7390.0000000.184830
7400.0000000.171769
7410.0000000.161218
7420.0000000.152031
7430.0000000.144054
7440.0000000.137071
7450.0000000.131261
7460.0000000.126133
7470.0000000.121245
7480.0000000.116137
7490.0000000.111439
7500.0000000.106502
+
+
diff --git a/scopesim/data/svo/GTC/OSIRIS.sdss_z_filter b/scopesim/data/svo/GTC/OSIRIS.sdss_z_filter new file mode 100644 index 00000000..862266e5 --- /dev/null +++ b/scopesim/data/svo/GTC/OSIRIS.sdss_z_filter @@ -0,0 +1,1238 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
8110.0000000.012536
8120.0000000.017409
8130.0000000.013185
8140.0000000.019753
8150.0000000.024756
8160.0000000.032924
8170.0000000.037086
8180.0000000.048677
8190.0000000.060191
8200.0000000.078040
8210.0000000.092075
8220.0000000.111656
8230.0000000.130781
8240.0000000.147744
8250.0000000.168483
8260.0000000.192146
8270.0000000.213134
8280.0000000.234718
8290.0000000.256845
8300.0000000.282741
8310.0000000.305096
8320.0000000.333156
8330.0000000.355516
8340.0000000.380433
8350.0000000.404383
8360.0000000.429016
8370.0000000.448981
8380.0000000.475318
8390.0000000.498203
8400.0000000.522441
8410.0000000.544771
8420.0000000.567264
8430.0000000.590117
8440.0000000.609245
8450.0000000.627111
8460.0000000.647542
8470.0000000.664648
8480.0000000.682092
8490.0000000.697267
8500.0000000.716011
8510.0000000.728661
8520.0000000.743669
8530.0000000.754212
8540.0000000.768182
8550.0000000.779587
8560.0000000.791366
8570.0000000.799616
8580.0000000.810602
8590.0000000.820339
8600.0000000.829024
8610.0000000.837354
8620.0000000.844175
8630.0000000.850207
8640.0000000.858370
8650.0000000.864733
8660.0000000.870261
8670.0000000.876143
8680.0000000.880996
8690.0000000.886590
8700.0000000.891212
8710.0000000.895061
8720.0000000.899129
8730.0000000.904572
8740.0000000.907793
8750.0000000.912447
8760.0000000.914389
8770.0000000.918800
8780.0000000.922325
8790.0000000.924225
8800.0000000.927219
8810.0000000.929873
8820.0000000.932549
8830.0000000.934370
8840.0000000.936809
8850.0000000.937760
8860.0000000.940640
8870.0000000.941908
8880.0000000.943116
8890.0000000.945470
8900.0000000.946475
8910.0000000.947974
8920.0000000.949059
8930.0000000.950177
8940.0000000.952051
8950.0000000.952748
8960.0000000.953620
8970.0000000.954663
8980.0000000.955903
8990.0000000.956183
9000.0000000.957111
9010.0000000.958175
9020.0000000.959265
9030.0000000.959713
9040.0000000.960614
9050.0000000.961346
9060.0000000.961467
9070.0000000.962332
9080.0000000.963361
9090.0000000.963926
9100.0000000.963891
9110.0000000.963862
9120.0000000.964130
9130.0000000.965125
9140.0000000.965360
9150.0000000.966324
9160.0000000.966711
9170.0000000.966944
9180.0000000.967588
9190.0000000.967407
9200.0000000.967767
9210.0000000.967713
9220.0000000.968070
9230.0000000.968410
9240.0000000.968621
9250.0000000.968957
9260.0000000.969010
9270.0000000.969181
9280.0000000.969204
9290.0000000.969987
9300.0000000.969830
9310.0000000.969910
9320.0000000.969833
9330.0000000.970404
9340.0000000.970478
9350.0000000.970478
9360.0000000.970009
9370.0000000.970445
9380.0000000.970790
9390.0000000.970485
9400.0000000.970884
9410.0000000.970943
9420.0000000.971182
9430.0000000.971442
9440.0000000.971143
9450.0000000.971111
9460.0000000.971338
9470.0000000.971152
9480.0000000.971313
9490.0000000.971096
9500.0000000.971267
9510.0000000.971186
9520.0000000.971097
9530.0000000.971236
9540.0000000.971123
9550.0000000.971619
9560.0000000.971254
9570.0000000.970765
9580.0000000.971002
9590.0000000.970739
9600.0000000.970955
9610.0000000.971044
9620.0000000.970876
9630.0000000.970700
9640.0000000.971016
9650.0000000.970837
9660.0000000.971266
9670.0000000.970582
9680.0000000.970634
9690.0000000.970545
9700.0000000.970205
9710.0000000.970350
9720.0000000.970620
9730.0000000.970246
9740.0000000.970131
9750.0000000.970007
9760.0000000.969997
9770.0000000.969868
9780.0000000.969598
9790.0000000.969705
9800.0000000.969553
9810.0000000.969120
9820.0000000.969084
9830.0000000.968774
9840.0000000.969135
9850.0000000.968532
9860.0000000.968329
9870.0000000.968257
9880.0000000.968031
9890.0000000.967961
9900.0000000.968409
9910.0000000.968033
9920.0000000.968207
9930.0000000.967544
9940.0000000.968289
9950.0000000.967441
9960.0000000.966751
9970.0000000.966901
9980.0000000.966181
9990.0000000.966333
10000.0000000.966489
10010.0000000.966044
10020.0000000.966194
10030.0000000.966022
10040.0000000.965533
10050.0000000.965505
10060.0000000.965147
10070.0000000.964787
10080.0000000.964739
10090.0000000.964397
10100.0000000.963673
10110.0000000.964136
10120.0000000.963765
10130.0000000.963385
10140.0000000.963337
10150.0000000.963308
10160.0000000.963105
10170.0000000.962526
10180.0000000.962515
10190.0000000.961910
10200.0000000.962066
10210.0000000.961662
10220.0000000.961035
10230.0000000.960642
10240.0000000.960594
10250.0000000.960775
10260.0000000.960567
10270.0000000.959754
10280.0000000.960112
10290.0000000.959873
10300.0000000.959243
10310.0000000.958786
10320.0000000.958756
10330.0000000.958057
10340.0000000.958008
10350.0000000.958401
10360.0000000.957468
10370.0000000.957202
10380.0000000.956882
10390.0000000.956138
10400.0000000.955601
10410.0000000.956232
10420.0000000.955882
10430.0000000.955598
10440.0000000.955252
10450.0000000.954930
10460.0000000.955074
10470.0000000.953465
10480.0000000.953095
10490.0000000.953508
10500.0000000.953127
10510.0000000.953527
10520.0000000.952899
10530.0000000.951680
10540.0000000.951023
10550.0000000.951701
10560.0000000.951230
10570.0000000.951281
10580.0000000.950729
10590.0000000.948860
10600.0000000.950932
10610.0000000.949441
10620.0000000.949822
10630.0000000.949074
10640.0000000.949329
10650.0000000.948010
10660.0000000.947310
10670.0000000.946648
10680.0000000.946265
10690.0000000.946250
10700.0000000.946254
10710.0000000.946976
10720.0000000.945535
10730.0000000.946267
10740.0000000.945181
10750.0000000.944802
10760.0000000.943688
10770.0000000.943655
10780.0000000.943260
10790.0000000.943289
10800.0000000.942925
10810.0000000.942177
10820.0000000.942571
10830.0000000.941361
10840.0000000.941780
10850.0000000.940496
10860.0000000.940030
10870.0000000.940447
10880.0000000.940905
10890.0000000.940423
10900.0000000.939043
10910.0000000.940427
10920.0000000.939502
10930.0000000.938038
10940.0000000.938987
10950.0000000.937892
10960.0000000.937866
10970.0000000.937257
10980.0000000.937183
10990.0000000.936645
11000.0000000.936556
+
+
diff --git a/scopesim/data/svo/Gemini/NIRI.Lprime-G0207w b/scopesim/data/svo/Gemini/NIRI.Lprime-G0207w new file mode 100644 index 00000000..69c3eb69 --- /dev/null +++ b/scopesim/data/svo/Gemini/NIRI.Lprime-G0207w @@ -0,0 +1,3811 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
33030.0000000.004000
33040.0000000.004300
33050.0000000.004600
33060.0000000.004900
33070.0000000.005200
33080.0000000.005500
33090.0000000.005800
33100.0000000.006100
33110.0000000.006400
33120.0000000.006700
33130.0000000.007000
33140.0000000.007300
33150.0000000.007700
33160.0000000.008000
33170.0000000.008300
33180.0000000.008600
33190.0000000.009000
33200.0000000.009300
33210.0000000.009700
33220.0000000.010000
33230.0000000.010400
33240.0000000.010800
33250.0000000.011200
33260.0000000.011600
33270.0000000.012000
33280.0000000.012400
33290.0000000.012800
33300.0000000.013300
33310.0000000.013700
33320.0000000.014100
33330.0000000.014600
33340.0000000.015000
33350.0000000.015500
33360.0000000.015900
33370.0000000.016300
33380.0000000.016700
33390.0000000.017200
33400.0000000.017500
33410.0000000.017900
33420.0000000.018300
33430.0000000.018600
33440.0000000.019000
33450.0000000.019300
33460.0000000.019600
33470.0000000.019800
33480.0000000.020100
33490.0000000.020400
33500.0000000.020700
33510.0000000.020900
33520.0000000.021300
33530.0000000.021600
33540.0000000.022000
33550.0000000.022400
33560.0000000.022900
33570.0000000.023500
33580.0000000.024100
33590.0000000.024800
33600.0000000.025600
33610.0000000.026500
33620.0000000.027400
33630.0000000.028500
33640.0000000.029600
33650.0000000.030700
33660.0000000.031900
33670.0000000.033100
33680.0000000.034300
33690.0000000.035400
33700.0000000.036600
33710.0000000.037600
33720.0000000.038600
33730.0000000.039600
33740.0000000.040400
33750.0000000.041200
33760.0000000.042000
33770.0000000.042900
33780.0000000.043900
33790.0000000.045000
33800.0000000.046500
33810.0000000.048200
33820.0000000.050400
33830.0000000.052900
33840.0000000.055900
33850.0000000.059500
33860.0000000.063600
33870.0000000.067900
33880.0000000.072300
33890.0000000.076600
33900.0000000.080600
33910.0000000.084300
33920.0000000.087700
33930.0000000.091100
33940.0000000.094500
33950.0000000.098200
33960.0000000.102200
33970.0000000.106900
33980.0000000.112300
33990.0000000.118800
34000.0000000.126500
34010.0000000.135300
34020.0000000.144600
34030.0000000.153800
34040.0000000.162600
34050.0000000.171200
34060.0000000.180400
34070.0000000.190400
34080.0000000.201600
34090.0000000.213500
34100.0000000.225500
34110.0000000.237400
34120.0000000.250200
34130.0000000.265200
34140.0000000.282000
34150.0000000.298000
34160.0000000.313300
34170.0000000.330500
34180.0000000.348700
34190.0000000.365700
34200.0000000.382700
34210.0000000.401300
34220.0000000.422100
34230.0000000.444900
34240.0000000.468900
34250.0000000.492600
34260.0000000.513700
34270.0000000.531600
34280.0000000.549000
34290.0000000.569200
34300.0000000.593700
34310.0000000.617600
34320.0000000.636500
34330.0000000.653700
34340.0000000.674500
34350.0000000.699000
34360.0000000.719700
34370.0000000.733700
34380.0000000.745200
34390.0000000.759300
34400.0000000.778600
34410.0000000.799400
34420.0000000.817000
34430.0000000.829700
34440.0000000.839100
34450.0000000.847100
34460.0000000.855200
34470.0000000.863800
34480.0000000.872100
34490.0000000.879300
34500.0000000.885000
34510.0000000.889600
34520.0000000.893200
34530.0000000.896100
34540.0000000.898600
34550.0000000.900800
34560.0000000.902700
34570.0000000.904400
34580.0000000.905900
34590.0000000.907200
34600.0000000.908300
34610.0000000.909200
34620.0000000.910000
34630.0000000.910700
34640.0000000.911300
34650.0000000.911700
34660.0000000.912100
34670.0000000.912400
34680.0000000.912600
34690.0000000.912800
34700.0000000.913000
34710.0000000.913100
34720.0000000.913200
34730.0000000.913300
34740.0000000.913400
34750.0000000.913600
34760.0000000.913800
34770.0000000.914100
34780.0000000.914400
34790.0000000.914800
34800.0000000.915300
34810.0000000.915900
34820.0000000.916600
34830.0000000.917400
34840.0000000.918400
34850.0000000.919500
34860.0000000.920800
34870.0000000.922000
34880.0000000.923300
34890.0000000.924500
34900.0000000.925600
34910.0000000.926600
34920.0000000.927300
34930.0000000.927800
34940.0000000.928100
34950.0000000.927900
34960.0000000.927400
34970.0000000.926500
34980.0000000.925300
34990.0000000.923800
35000.0000000.922100
35010.0000000.920400
35020.0000000.918600
35030.0000000.916900
35040.0000000.915400
35050.0000000.913900
35060.0000000.912600
35070.0000000.911400
35080.0000000.910300
35090.0000000.909100
35100.0000000.908000
35110.0000000.906900
35120.0000000.905800
35130.0000000.904600
35140.0000000.903400
35150.0000000.902100
35160.0000000.900800
35170.0000000.899500
35180.0000000.898200
35190.0000000.896800
35200.0000000.895400
35210.0000000.894000
35220.0000000.892600
35230.0000000.891200
35240.0000000.889800
35250.0000000.888500
35260.0000000.887300
35270.0000000.886100
35280.0000000.884900
35290.0000000.883900
35300.0000000.882800
35310.0000000.881900
35320.0000000.880900
35330.0000000.880000
35340.0000000.879100
35350.0000000.878200
35360.0000000.877200
35370.0000000.876300
35380.0000000.875400
35390.0000000.874500
35400.0000000.873600
35410.0000000.872800
35420.0000000.872100
35430.0000000.871400
35440.0000000.870900
35450.0000000.870500
35460.0000000.870200
35470.0000000.870100
35480.0000000.870100
35490.0000000.870100
35500.0000000.870300
35510.0000000.870600
35520.0000000.870900
35530.0000000.871400
35540.0000000.871800
35550.0000000.872400
35560.0000000.873000
35570.0000000.873600
35580.0000000.874300
35590.0000000.875000
35600.0000000.875800
35610.0000000.876500
35620.0000000.877400
35630.0000000.878200
35640.0000000.879100
35650.0000000.880100
35660.0000000.881100
35670.0000000.882100
35680.0000000.883200
35690.0000000.884300
35700.0000000.885400
35710.0000000.886500
35720.0000000.887600
35730.0000000.888800
35740.0000000.889900
35750.0000000.891100
35760.0000000.892200
35770.0000000.893300
35780.0000000.894400
35790.0000000.895500
35800.0000000.896600
35810.0000000.897600
35820.0000000.898500
35830.0000000.899400
35840.0000000.900300
35850.0000000.901100
35860.0000000.901800
35870.0000000.902500
35880.0000000.903200
35890.0000000.903800
35900.0000000.904500
35910.0000000.905100
35920.0000000.905900
35930.0000000.906600
35940.0000000.907500
35950.0000000.908400
35960.0000000.909400
35970.0000000.910500
35980.0000000.911700
35990.0000000.912900
36000.0000000.914100
36010.0000000.915200
36020.0000000.916400
36030.0000000.917400
36040.0000000.918400
36050.0000000.919200
36060.0000000.920000
36070.0000000.920800
36080.0000000.921400
36090.0000000.922000
36100.0000000.922400
36110.0000000.922800
36120.0000000.923200
36130.0000000.923400
36140.0000000.923700
36150.0000000.923800
36160.0000000.924000
36170.0000000.924200
36180.0000000.924300
36190.0000000.924500
36200.0000000.924800
36210.0000000.925000
36220.0000000.925400
36230.0000000.925800
36240.0000000.926200
36250.0000000.926800
36260.0000000.927500
36270.0000000.928200
36280.0000000.928900
36290.0000000.929700
36300.0000000.930500
36310.0000000.931300
36320.0000000.932100
36330.0000000.932800
36340.0000000.933500
36350.0000000.934100
36360.0000000.934700
36370.0000000.935300
36380.0000000.935700
36390.0000000.936200
36400.0000000.936600
36410.0000000.936900
36420.0000000.937300
36430.0000000.937600
36440.0000000.937900
36450.0000000.938200
36460.0000000.938600
36470.0000000.938900
36480.0000000.939200
36490.0000000.939500
36500.0000000.939900
36510.0000000.940200
36520.0000000.940500
36530.0000000.940900
36540.0000000.941200
36550.0000000.941400
36560.0000000.941700
36570.0000000.941900
36580.0000000.942100
36590.0000000.942200
36600.0000000.942300
36610.0000000.942300
36620.0000000.942300
36630.0000000.942300
36640.0000000.942200
36650.0000000.942000
36660.0000000.941900
36670.0000000.941700
36680.0000000.941400
36690.0000000.941100
36700.0000000.940800
36710.0000000.940500
36720.0000000.940100
36730.0000000.939700
36740.0000000.939300
36750.0000000.938800
36760.0000000.938400
36770.0000000.937900
36780.0000000.937500
36790.0000000.937000
36800.0000000.936600
36810.0000000.936200
36820.0000000.935800
36830.0000000.935400
36840.0000000.935000
36850.0000000.934700
36860.0000000.934300
36870.0000000.933900
36880.0000000.933400
36890.0000000.933000
36900.0000000.932500
36910.0000000.931900
36920.0000000.931400
36930.0000000.930700
36940.0000000.930100
36950.0000000.929500
36960.0000000.928900
36970.0000000.928400
36980.0000000.927900
36990.0000000.927500
37000.0000000.927200
37010.0000000.927000
37020.0000000.926900
37030.0000000.926800
37040.0000000.926900
37050.0000000.926900
37060.0000000.927000
37070.0000000.927100
37080.0000000.927000
37090.0000000.926900
37100.0000000.926700
37110.0000000.926300
37120.0000000.925800
37130.0000000.925000
37140.0000000.924100
37150.0000000.923000
37160.0000000.921700
37170.0000000.920400
37180.0000000.918900
37190.0000000.917500
37200.0000000.916100
37210.0000000.914800
37220.0000000.913600
37230.0000000.912400
37240.0000000.911400
37250.0000000.910500
37260.0000000.909600
37270.0000000.908900
37280.0000000.908200
37290.0000000.907600
37300.0000000.907000
37310.0000000.906500
37320.0000000.906100
37330.0000000.905700
37340.0000000.905300
37350.0000000.905000
37360.0000000.904700
37370.0000000.904500
37380.0000000.904400
37390.0000000.904200
37400.0000000.904100
37410.0000000.904100
37420.0000000.904100
37430.0000000.904100
37440.0000000.904200
37450.0000000.904300
37460.0000000.904400
37470.0000000.904500
37480.0000000.904600
37490.0000000.904700
37500.0000000.904800
37510.0000000.904900
37520.0000000.904900
37530.0000000.904900
37540.0000000.904900
37550.0000000.904800
37560.0000000.904800
37570.0000000.904800
37580.0000000.904800
37590.0000000.904900
37600.0000000.905100
37610.0000000.905500
37620.0000000.905900
37630.0000000.906600
37640.0000000.907500
37650.0000000.908600
37660.0000000.909800
37670.0000000.911200
37680.0000000.912600
37690.0000000.914000
37700.0000000.915300
37710.0000000.916500
37720.0000000.917500
37730.0000000.918300
37740.0000000.918900
37750.0000000.919300
37760.0000000.919500
37770.0000000.919500
37780.0000000.919500
37790.0000000.919400
37800.0000000.919200
37810.0000000.919000
37820.0000000.918800
37830.0000000.918600
37840.0000000.918600
37850.0000000.918500
37860.0000000.918600
37870.0000000.918700
37880.0000000.918800
37890.0000000.918900
37900.0000000.919100
37910.0000000.919200
37920.0000000.919300
37930.0000000.919400
37940.0000000.919500
37950.0000000.919400
37960.0000000.919300
37970.0000000.919200
37980.0000000.919100
37990.0000000.918900
38000.0000000.918800
38010.0000000.918700
38020.0000000.918700
38030.0000000.918700
38040.0000000.918700
38050.0000000.918900
38060.0000000.919200
38070.0000000.919600
38080.0000000.920100
38090.0000000.920800
38100.0000000.921600
38110.0000000.922400
38120.0000000.923400
38130.0000000.924400
38140.0000000.925500
38150.0000000.926700
38160.0000000.927800
38170.0000000.929000
38180.0000000.930300
38190.0000000.931400
38200.0000000.932600
38210.0000000.933600
38220.0000000.934500
38230.0000000.935300
38240.0000000.935900
38250.0000000.936300
38260.0000000.936500
38270.0000000.936500
38280.0000000.936100
38290.0000000.935600
38300.0000000.934900
38310.0000000.934000
38320.0000000.933000
38330.0000000.931900
38340.0000000.930800
38350.0000000.929800
38360.0000000.928800
38370.0000000.927800
38380.0000000.927100
38390.0000000.926400
38400.0000000.925800
38410.0000000.925400
38420.0000000.925000
38430.0000000.924800
38440.0000000.924600
38450.0000000.924500
38460.0000000.924400
38470.0000000.924500
38480.0000000.924500
38490.0000000.924700
38500.0000000.924800
38510.0000000.925000
38520.0000000.925300
38530.0000000.925500
38540.0000000.925800
38550.0000000.926100
38560.0000000.926400
38570.0000000.926800
38580.0000000.927100
38590.0000000.927500
38600.0000000.927800
38610.0000000.928200
38620.0000000.928500
38630.0000000.928900
38640.0000000.929200
38650.0000000.929500
38660.0000000.929800
38670.0000000.930000
38680.0000000.930300
38690.0000000.930400
38700.0000000.930600
38710.0000000.930600
38720.0000000.930700
38730.0000000.930600
38740.0000000.930500
38750.0000000.930400
38760.0000000.930100
38770.0000000.929900
38780.0000000.929700
38790.0000000.929400
38800.0000000.929200
38810.0000000.929000
38820.0000000.928900
38830.0000000.928800
38840.0000000.928700
38850.0000000.928800
38860.0000000.929000
38870.0000000.929300
38880.0000000.929600
38890.0000000.930100
38900.0000000.930600
38910.0000000.931100
38920.0000000.931700
38930.0000000.932300
38940.0000000.932900
38950.0000000.933500
38960.0000000.934100
38970.0000000.934600
38980.0000000.935000
38990.0000000.935400
39000.0000000.935700
39010.0000000.936000
39020.0000000.936300
39030.0000000.936600
39040.0000000.936800
39050.0000000.937100
39060.0000000.937400
39070.0000000.937700
39080.0000000.938200
39090.0000000.938600
39100.0000000.939200
39110.0000000.939800
39120.0000000.940500
39130.0000000.941100
39140.0000000.941800
39150.0000000.942400
39160.0000000.943100
39170.0000000.943600
39180.0000000.944100
39190.0000000.944600
39200.0000000.944900
39210.0000000.945100
39220.0000000.945300
39230.0000000.945200
39240.0000000.945200
39250.0000000.945000
39260.0000000.944700
39270.0000000.944400
39280.0000000.944100
39290.0000000.943700
39300.0000000.943400
39310.0000000.943000
39320.0000000.942600
39330.0000000.942300
39340.0000000.942000
39350.0000000.941700
39360.0000000.941400
39370.0000000.941200
39380.0000000.940900
39390.0000000.940600
39400.0000000.940200
39410.0000000.939800
39420.0000000.939400
39430.0000000.938900
39440.0000000.938400
39450.0000000.937700
39460.0000000.937000
39470.0000000.936300
39480.0000000.935500
39490.0000000.934700
39500.0000000.933900
39510.0000000.933100
39520.0000000.932200
39530.0000000.931400
39540.0000000.930700
39550.0000000.930000
39560.0000000.929300
39570.0000000.928800
39580.0000000.928300
39590.0000000.927800
39600.0000000.927400
39610.0000000.927000
39620.0000000.926600
39630.0000000.926200
39640.0000000.925800
39650.0000000.925300
39660.0000000.924700
39670.0000000.924000
39680.0000000.923200
39690.0000000.922300
39700.0000000.921200
39710.0000000.920000
39720.0000000.918800
39730.0000000.917400
39740.0000000.916000
39750.0000000.914600
39760.0000000.913200
39770.0000000.911900
39780.0000000.910700
39790.0000000.909600
39800.0000000.908600
39810.0000000.907700
39820.0000000.907000
39830.0000000.906300
39840.0000000.905700
39850.0000000.905200
39860.0000000.904700
39870.0000000.904200
39880.0000000.903600
39890.0000000.903100
39900.0000000.902500
39910.0000000.901900
39920.0000000.901200
39930.0000000.900500
39940.0000000.899700
39950.0000000.899000
39960.0000000.898300
39970.0000000.897600
39980.0000000.896900
39990.0000000.896300
40000.0000000.895800
40010.0000000.895300
40020.0000000.894900
40030.0000000.894600
40040.0000000.894400
40050.0000000.894300
40060.0000000.894200
40070.0000000.894200
40080.0000000.894200
40090.0000000.894200
40100.0000000.894200
40110.0000000.894300
40120.0000000.894300
40130.0000000.894200
40140.0000000.894200
40150.0000000.894100
40160.0000000.894000
40170.0000000.893900
40180.0000000.893900
40190.0000000.894100
40200.0000000.894300
40210.0000000.894700
40220.0000000.895300
40230.0000000.896200
40240.0000000.897300
40250.0000000.898800
40260.0000000.900500
40270.0000000.902400
40280.0000000.904500
40290.0000000.906500
40300.0000000.908400
40310.0000000.910200
40320.0000000.911600
40330.0000000.912600
40340.0000000.913300
40350.0000000.913700
40360.0000000.914000
40370.0000000.914100
40380.0000000.914100
40390.0000000.914100
40400.0000000.914100
40410.0000000.914300
40420.0000000.914500
40430.0000000.915000
40440.0000000.915800
40450.0000000.916800
40460.0000000.918100
40470.0000000.919600
40480.0000000.921200
40490.0000000.922900
40500.0000000.924600
40510.0000000.926200
40520.0000000.927800
40530.0000000.929200
40540.0000000.930600
40550.0000000.931800
40560.0000000.933100
40570.0000000.934300
40580.0000000.935400
40590.0000000.936600
40600.0000000.937700
40610.0000000.938900
40620.0000000.940100
40630.0000000.941300
40640.0000000.942500
40650.0000000.943800
40660.0000000.945100
40670.0000000.946300
40680.0000000.947600
40690.0000000.948900
40700.0000000.950200
40710.0000000.951400
40720.0000000.952500
40730.0000000.953500
40740.0000000.954300
40750.0000000.954800
40760.0000000.955100
40770.0000000.955000
40780.0000000.954600
40790.0000000.953700
40800.0000000.952400
40810.0000000.950700
40820.0000000.948700
40830.0000000.946400
40840.0000000.944000
40850.0000000.941500
40860.0000000.938900
40870.0000000.936200
40880.0000000.933200
40890.0000000.930000
40900.0000000.926400
40910.0000000.922400
40920.0000000.918000
40930.0000000.913200
40940.0000000.907900
40950.0000000.902200
40960.0000000.896300
40970.0000000.890300
40980.0000000.884200
40990.0000000.877100
41000.0000000.868400
41010.0000000.857100
41020.0000000.843400
41030.0000000.828800
41040.0000000.814800
41050.0000000.802700
41060.0000000.792000
41070.0000000.781500
41080.0000000.770100
41090.0000000.756500
41100.0000000.739700
41110.0000000.721000
41120.0000000.702300
41130.0000000.685100
41140.0000000.669900
41150.0000000.656800
41160.0000000.645900
41170.0000000.636200
41180.0000000.624500
41190.0000000.607600
41200.0000000.582600
41210.0000000.554900
41220.0000000.533800
41230.0000000.518000
41240.0000000.502200
41250.0000000.482300
41260.0000000.459900
41270.0000000.439200
41280.0000000.421300
41290.0000000.404800
41300.0000000.388000
41310.0000000.369500
41320.0000000.350400
41330.0000000.332400
41340.0000000.317400
41350.0000000.306100
41360.0000000.297300
41370.0000000.289500
41380.0000000.281300
41390.0000000.271200
41400.0000000.258900
41410.0000000.245200
41420.0000000.231100
41430.0000000.217500
41440.0000000.205200
41450.0000000.194000
41460.0000000.183900
41470.0000000.174600
41480.0000000.165800
41490.0000000.157700
41500.0000000.149900
41510.0000000.142600
41520.0000000.135700
41530.0000000.129000
41540.0000000.122600
41550.0000000.116300
41560.0000000.110300
41570.0000000.104500
41580.0000000.098900
41590.0000000.093600
41600.0000000.088600
41610.0000000.083900
41620.0000000.079600
41630.0000000.075600
41640.0000000.072000
41650.0000000.068600
41660.0000000.065500
41670.0000000.062600
41680.0000000.059900
41690.0000000.057300
41700.0000000.054800
41710.0000000.052500
41720.0000000.050300
41730.0000000.048200
41740.0000000.046200
41750.0000000.044400
41760.0000000.042600
41770.0000000.041000
41780.0000000.039400
41790.0000000.038000
41800.0000000.036600
41810.0000000.035200
41820.0000000.033900
41830.0000000.032700
41840.0000000.031500
41850.0000000.030400
41860.0000000.029200
41870.0000000.028100
41880.0000000.027000
41890.0000000.025900
41900.0000000.024900
41910.0000000.023800
41920.0000000.022800
41930.0000000.021800
41940.0000000.020800
41950.0000000.019800
41960.0000000.018900
41970.0000000.017900
41980.0000000.017000
41990.0000000.016100
42000.0000000.015200
42010.0000000.014400
42020.0000000.013700
42030.0000000.013000
42040.0000000.012300
42050.0000000.011800
42060.0000000.011300
42070.0000000.010900
42080.0000000.010600
42090.0000000.010400
42100.0000000.010200
42110.0000000.010200
42120.0000000.010100
42130.0000000.010100
42140.0000000.010100
42150.0000000.010200
42160.0000000.010200
42170.0000000.010200
42180.0000000.010200
42190.0000000.010200
42200.0000000.010100
42210.0000000.010000
42220.0000000.009800
42230.0000000.009600
42240.0000000.009300
42250.0000000.009000
42260.0000000.008600
42270.0000000.008200
42280.0000000.007800
42290.0000000.007300
42300.0000000.006800
42310.0000000.006200
42320.0000000.005700
42330.0000000.005100
42340.0000000.004600
42350.0000000.004000
+
+
diff --git a/scopesim/data/svo/Generic/Bessell.V b/scopesim/data/svo/Generic/Bessell.V new file mode 100644 index 00000000..206c9e39 --- /dev/null +++ b/scopesim/data/svo/Generic/Bessell.V @@ -0,0 +1,167 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
4700.00.0000000000
4800.00.0300000000
4900.00.1630000000
5000.00.4580000000
5100.00.7800000000
5200.00.9670000000
5300.01.0000000000
5400.00.9730000000
5500.00.8980000000
5600.00.7920000000
5700.00.6840000000
5800.00.5740000000
5900.00.4610000000
6000.00.3590000000
6100.00.2700000000
6200.00.1970000000
6300.00.1350000000
6400.00.0810000000
6500.00.0450000000
6600.00.0250000000
6700.00.0170000000
6800.00.0130000000
6900.00.0090000000
7000.00.0000000000
+
+
diff --git a/scopesim/data/svo/Generic/Johnson.I b/scopesim/data/svo/Generic/Johnson.I new file mode 100644 index 00000000..8602ff67 --- /dev/null +++ b/scopesim/data/svo/Generic/Johnson.I @@ -0,0 +1,177 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
6800.00.0000000000
7000.00.0100000000
7200.00.1700000000
7400.00.3600000000
7600.00.5600000000
7800.00.7600000000
8000.00.9600000000
8200.00.9800000000
8400.00.9900000000
8600.01.0000000000
8800.00.9800000000
9000.00.9300000000
9200.00.8400000000
9400.00.7100000000
9600.00.5800000000
9800.00.4700000000
10000.00.3600000000
10200.00.2800000000
10400.00.2000000000
10600.00.1500000000
10800.00.1000000000
11000.00.0800000000
11200.00.0500000000
11400.00.0300000000
11600.00.0200000000
12000.00.0000000000
+
+
diff --git a/scopesim/data/svo/Generic/Johnson.J b/scopesim/data/svo/Generic/Johnson.J new file mode 100644 index 00000000..6c27546c --- /dev/null +++ b/scopesim/data/svo/Generic/Johnson.J @@ -0,0 +1,197 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9600.00.0000000000
9800.00.0200000000
10000.00.0300000000
10200.00.0600000000
10400.00.1600000000
10600.00.3500000000
10800.00.6200000000
11000.00.9300000000
11200.00.8500000000
11400.00.7800000000
11600.00.7800000000
11800.00.8000000000
12000.00.8500000000
12200.00.9300000000
12400.00.7500000000
12600.00.6400000000
12800.00.6300000000
13000.00.6300000000
13200.00.6600000000
13400.00.6800000000
13600.00.7000000000
13800.00.7000000000
14000.00.6600000000
14200.00.6000000000
14400.00.4600000000
14600.00.2700000000
14800.00.1400000000
15000.00.0900000000
15200.00.0600000000
15400.00.0200000000
15600.00.0000000000
+
+
diff --git a/scopesim/data/svo/Generic/Johnson_UBVRIJHKL.N b/scopesim/data/svo/Generic/Johnson_UBVRIJHKL.N new file mode 100644 index 00000000..000c1bd1 --- /dev/null +++ b/scopesim/data/svo/Generic/Johnson_UBVRIJHKL.N @@ -0,0 +1,208 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
70000.00.00
72000.00.10
74000.00.34
76000.00.59
78000.00.70
80000.00.76
82000.00.84
84000.00.89
86000.00.98
88000.00.92
90000.00.79
92000.00.68
94000.00.60
96000.00.63
98000.00.69
100000.00.73
102000.00.72
104000.00.65
106000.00.60
108000.00.60
110000.00.61
112000.00.64
114000.00.65
116000.00.68
118000.00.71
120000.00.76
122000.00.76
124000.00.76
126000.00.71
128000.00.63
130000.00.54
132000.00.50
134000.00.46
136000.00.43
+
+
diff --git a/scopesim/data/svo/HST/WFC3_IR.F160W b/scopesim/data/svo/HST/WFC3_IR.F160W new file mode 100644 index 00000000..9f67a1a3 --- /dev/null +++ b/scopesim/data/svo/HST/WFC3_IR.F160W @@ -0,0 +1,2207 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
13663.7353520.000121026
13670.0000000.000162138
13680.0000000.000227497
13683.7402340.000251859
13690.0000000.000275402
13700.0000000.000312859
13703.7460940.000326841
13710.0000000.000373938
13720.0000000.000448939
13723.7509770.000476974
13730.0000000.000523626
13740.0000000.000597975
13743.7568360.000626001
13750.0000000.000689103
13760.0000000.000789249
13763.7617190.000826789
13770.0000000.00100596
13780.0000000.00129199
13783.7675780.00139938
13790.0000000.00159353
13800.0000000.00190376
13803.7734380.00202086
13810.0000000.00224363
13820.0000000.00260027
13823.7783200.00273466
13830.0000000.00318592
13840.0000000.00392446
13843.7841800.00420471
13850.0000000.00498875
13860.0000000.00625932
13863.7890620.00674053
13870.0000000.00807006
13880.0000000.0102176
13883.7949220.0110348
13890.0000000.0133066
13900.0000000.0169796
13903.7998050.0183791
13910.0000000.0226721
13920.0000000.0296183
13923.8056640.032269
13930.0000000.0417475
13940.0000000.0570984
13943.8105470.0629639
13950.0000000.0789526
13960.0000000.104867
13963.8173830.114787
13970.0000000.142097
13980.0000000.186411
13983.8222660.203395
13990.0000000.239934
14000.0000000.299268
14003.8271480.321917
14010.0000000.351154
14020.0000000.398595
14023.8330080.416804
14030.0000000.43539
14040.0000000.465576
14043.8378910.477176
14050.0000000.483489
14060.0000000.493749
14063.8437500.497698
14070.0000000.498919
14080.0000000.501313
14083.8486330.502079
14090.0000000.50201
14100.0000000.501897
14103.8554690.501854
14110.0000000.50146
14120.0000000.500818
14123.8603520.50057
14130.0000000.501044
14140.0000000.501816
14143.8652340.502114
14150.0000000.503118
14160.0000000.504755
14163.8710940.505389
14170.0000000.507266
14180.0000000.510332
14183.8759770.511522
14190.0000000.514224
14200.0000000.51822
14203.8818360.519753
14210.0000000.522476
14220.0000000.526928
14223.8867190.528659
14230.0000000.531108
14240.0000000.535114
14243.8925780.536673
14250.0000000.538335
14260.0000000.541057
14263.8984380.542118
14270.0000000.543369
14280.0000000.54542
14283.9042970.546221
14290.0000000.546501
14300.0000000.546959
14303.9091800.547138
14310.0000000.547179
14320.0000000.547246
14323.9140620.547272
14330.0000000.547381
14340.0000000.547559
14343.9199220.547629
14350.0000000.547687
14360.0000000.547781
14363.9248050.547818
14370.0000000.548165
14380.0000000.548735
14383.9306640.548959
14390.0000000.549356
14400.0000000.54956
14403.9355470.549776
14410.0000000.54994
14420.0000000.55021
14423.9423830.550316
14430.0000000.550411
14440.0000000.550569
14443.9472660.550631
14450.0000000.550693
14460.0000000.550795
14463.9521480.550835
14470.0000000.550305
14480.0000000.549429
14483.9580080.549083
14490.0000000.548368
14500.0000000.547186
14503.9628910.546641
14510.0000000.545593
14520.0000000.544303
14523.9687500.543791
14530.0000000.543181
14540.0000000.542169
14543.9736330.541766
14550.0000000.541189
14560.0000000.540231
14563.9804690.53985
14570.0000000.539592
14580.0000000.538723
14583.9853520.538552
14590.0000000.538783
14600.0000000.539166
14603.9912110.539295
14610.0000000.539909
14620.0000000.540932
14623.9960940.541341
14630.0000000.542123
14640.0000000.543427
14644.0009770.543771
14650.0000000.54447
14660.0000000.546081
14664.0068360.546727
14670.0000000.547476
14680.0000000.548725
14684.0117190.549226
14690.0000000.549656
14700.0000000.550374
14704.0175780.550481
14710.0000000.550137
14720.0000000.550015
14724.0234380.549965
14730.0000000.549457
14740.0000000.548606
14744.0292970.548263
14750.0000000.547453
14760.0000000.545648
14764.0341800.5451
14770.0000000.543606
14780.0000000.5411
14784.0390620.540087
14790.0000000.538843
14800.0000000.536314
14804.0449220.535448
14810.0000000.534223
14820.0000000.532165
14824.0498050.531332
14830.0000000.530207
14840.0000000.527882
14844.0556640.527116
14850.0000000.526642
14860.0000000.525844
14864.0605470.52552
14870.0000000.525395
14880.0000000.524753
14884.0673830.524668
14890.0000000.524959
14900.0000000.525449
14904.0722660.525649
14910.0000000.526371
14920.0000000.527155
14924.0781250.527652
14930.0000000.528489
14940.0000000.529903
14944.0830080.530481
14950.0000000.531682
14960.0000000.533273
14964.0878910.534103
14970.0000000.53527
14980.0000000.537244
14984.0937500.537871
14990.0000000.538642
15000.0000000.540392
15004.0986330.541003
15010.0000000.541767
15020.0000000.542613
15024.1054690.543143
15030.0000000.543773
15040.0000000.544841
15044.1103520.545094
15050.0000000.545144
15060.0000000.54568
15064.1162110.5459
15070.0000000.546248
15080.0000000.546386
15084.1210940.546629
15090.0000000.546796
15100.0000000.547079
15104.1259770.547009
15110.0000000.54673
15120.0000000.546707
15124.1318360.546697
15130.0000000.54657
15140.0000000.5459
15144.1367190.54581
15150.0000000.545391
15160.0000000.544675
15164.1425780.544192
15170.0000000.543218
15180.0000000.542006
15184.1484380.541317
15190.0000000.540314
15200.0000000.539049
15204.1542970.538506
15210.0000000.537612
15220.0000000.535639
15224.1591800.535005
15230.0000000.533889
15240.0000000.531537
15244.1650390.530742
15250.0000000.529438
15260.0000000.527203
15264.1699220.526089
15270.0000000.524533
15280.0000000.522303
15284.1748050.521192
15290.0000000.51977
15300.0000000.517765
15304.1806640.516747
15310.0000000.515507
15320.0000000.513808
15324.1855470.512918
15330.0000000.512096
15340.0000000.511111
15344.1923830.51052
15350.0000000.510034
15360.0000000.509624
15364.1972660.509452
15370.0000000.509562
15380.0000000.509325
15384.2031250.509404
15390.0000000.50994
15400.0000000.510436
15404.2080080.510834
15410.0000000.51165
15420.0000000.512629
15424.2128910.513222
15430.0000000.514113
15440.0000000.515222
15444.2187500.51587
15450.0000000.516869
15460.0000000.51816
15464.2236330.518704
15470.0000000.519493
15480.0000000.521294
15484.2304690.52187
15490.0000000.522234
15500.0000000.523303
15504.2353520.523629
15510.0000000.523792
15520.0000000.524514
15524.2412110.524634
15530.0000000.52464
15540.0000000.525093
15544.2460940.525097
15550.0000000.525041
15560.0000000.524943
15564.2519530.52509
15570.0000000.52501
15580.0000000.524428
15584.2568360.524369
15590.0000000.524397
15600.0000000.524004
15604.2617190.524013
15610.0000000.523933
15620.0000000.52335
15624.2675780.523102
15630.0000000.522937
15640.0000000.523092
15644.2734380.522968
15650.0000000.522849
15660.0000000.52264
15664.2792970.522741
15670.0000000.523058
15680.0000000.523168
15684.2841800.523405
15690.0000000.523508
15700.0000000.523244
15704.2900390.52313
15710.0000000.523055
15720.0000000.523368
15724.2949220.523311
15730.0000000.523175
15740.0000000.522935
15744.3007810.523024
15750.0000000.522959
15760.0000000.522402
15764.3056640.522162
15770.0000000.521754
15780.0000000.521038
15784.3105470.520921
15790.0000000.520631
15800.0000000.519679
15804.3173830.519277
15810.0000000.518898
15820.0000000.518674
15824.3222660.518386
15830.0000000.517903
15840.0000000.517053
15844.3281250.516685
15850.0000000.516233
15860.0000000.515879
15864.3330080.515534
15870.0000000.515128
15880.0000000.514412
15884.3388670.514101
15890.0000000.51377
15900.0000000.513627
15904.3437500.513373
15910.0000000.513057
15920.0000000.5125
15924.3486330.512257
15930.0000000.512016
15940.0000000.511589
15944.3554690.511595
15950.0000000.511293
15960.0000000.510319
15964.3603520.509894
15970.0000000.509345
15980.0000000.508373
15984.3662110.507949
15990.0000000.507196
16000.0000000.5063
16004.3710940.505726
16010.0000000.504841
16020.0000000.50327
16024.3769530.502584
16030.0000000.501614
16040.0000000.499893
16044.3818360.499139
16050.0000000.498188
16060.0000000.496928
16064.3876950.496187
16070.0000000.495514
16080.0000000.494317
16084.3925780.493792
16090.0000000.493238
16100.0000000.49225
16104.3984380.491816
16110.0000000.491422
16120.0000000.490719
16124.4042970.490409
16130.0000000.490333
16140.0000000.490196
16144.4091800.490135
16150.0000000.490144
16160.0000000.490589
16164.4150390.490596
16170.0000000.490833
16180.0000000.491257
16184.4199220.491443
16190.0000000.491621
16200.0000000.491939
16204.4257810.49204
16210.0000000.492109
16220.0000000.492231
16224.4306640.492285
16230.0000000.491998
16240.0000000.491483
16244.4355470.491254
16250.0000000.490614
16260.0000000.489464
16264.4423830.488954
16270.0000000.487922
16280.0000000.486067
16284.4472660.485243
16290.0000000.484047
16300.0000000.481895
16304.4531250.480939
16310.0000000.479286
16320.0000000.476311
16324.4580080.474987
16330.0000000.473426
16340.0000000.470613
16344.4638670.46936
16350.0000000.467834
16360.0000000.465083
16364.4687500.463671
16370.0000000.462313
16380.0000000.460274
16384.4746090.459363
16390.0000000.459026
16400.0000000.458416
16404.4804690.458264
16410.0000000.458435
16420.0000000.458743
16424.4843750.458881
16430.0000000.459641
16440.0000000.461017
16444.4902340.461634
16450.0000000.462926
16460.0000000.464848
16464.4960940.465898
16470.0000000.467334
16480.0000000.469939
16484.5019530.47111
16490.0000000.472376
16500.0000000.474676
16504.5078120.475712
16510.0000000.476374
16520.0000000.477579
16524.5136720.477926
16530.0000000.477574
16540.0000000.477366
16544.5175780.477271
16550.0000000.47667
16560.0000000.475572
16564.5234380.475076
16570.0000000.473895
16580.0000000.471309
16584.5292970.470334
16590.0000000.469022
16600.0000000.466626
16604.5332030.465007
16610.0000000.463287
16620.0000000.459729
16624.5390620.458311
16630.0000000.457087
16640.0000000.454851
16644.5449220.453838
16650.0000000.453363
16660.0000000.452074
16664.5507810.451677
16670.0000000.451189
16680.0000000.450292
16684.5566410.449694
16690.0000000.449083
16700.0000000.448375
16704.5625000.448052
16710.0000000.447176
16720.0000000.445156
16724.5664060.444424
16730.0000000.442506
16740.0000000.438989
16744.5722660.4372
16750.0000000.434209
16760.0000000.429124
16764.5781250.426805
16770.0000000.423851
16780.0000000.418035
16784.5820310.415561
16790.0000000.41333
16800.0000000.408844
16804.5898440.406978
16810.0000000.404363
16820.0000000.399547
16824.5937500.397172
16830.0000000.389908
16840.0000000.376903
16844.5996090.370787
16850.0000000.35266
16860.0000000.319602
16864.6054690.304314
16870.0000000.276261
16880.0000000.224799
16884.6113280.201177
16890.0000000.176497
16900.0000000.130797
16904.6152340.109881
16910.0000000.0951538
16920.0000000.0678737
16924.6210940.055368
16930.0000000.0479461
16940.0000000.0341832
16944.6269530.0278662
16950.0000000.02428
16960.0000000.0176215
16964.6328120.0145556
16970.0000000.0127995
16980.0000000.00955771
16984.6386720.00805748
16990.0000000.007123
17000.0000000.00539637
17004.6425780.0045949
17010.0000000.00411658
17020.0000000.00323364
17024.6484380.00282435
17030.0000000.00252431
17040.0000000.0019679
17044.6542970.00171159
17050.0000000.00157415
17060.0000000.00131733
17064.6601560.00119906
17070.0000000.00107532
17080.0000000.000844196
17084.6640620.00073719
17090.0000000.000648019
17100.0000000.000482664
17104.6699220.000405721
17110.0000000.000372284
17120.0000000.000310032
17124.6757810.000281268
17130.0000000.000280644
17140.0000000.000279201
17144.6816410.000278526
17150.0000000.000235574
17160.0000000.000155597
17164.6875000.000118282
17170.0000000.000117956
17180.0000000.000117344
17184.6914060.000117111
17190.0000000.000116849
17200.0000000.000116239
17204.6972660.000115514
+
+
diff --git a/scopesim/data/svo/JWST/MIRI b/scopesim/data/svo/JWST/MIRI new file mode 100644 index 00000000..f2ba0720 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ivo://svo/fpsJWST/MIRI.F560WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F560W filternominal transmission of the JWST OTE is not included56352.57144565156651.28046847455870.53519954648847.464242.69461.362651444556118.58300264656352.5714456515878056071.94077029911179.1302910050.22168176470067JWST/MIRI.F560W/VegaVega116.38017512422Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F770WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F770W filternominal transmission of the JWST OTE is not included76393.24481052577111.38988676575224.93792861164740.188353.218278.1289156776339.80931193476393.2448105258082075706.23417280721048.5841411090.071882509575773JWST/MIRI.F770W/VegaVega64.833625183406Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1000WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F1000W filternominal transmission of the JWST OTE is not included99531.16416936299981.09453032398792.56872415987627.688888889111018.117036.69184711799567.31720430199531.16416936210500099092.49110852718731.3010752690.025102696146854JWST/MIRI.F1000W/VegaVega38.993103886714Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1065CAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/jwst-mid-infrared-instrument/miri-instrumentation/miri-filters-and-dispersersMIRI F1065C coronographic filterApproximate curve digitized from plot in reference webpage. +105628.39025921105681.52260848105542.38813308100201.08101494111538.671480125647.2487338715105617.43199648105628.39025921106155.97105577.830611725682.80706634060.019657454314828JWST/MIRI.F1065C/VegaVega33.890489436923Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1140CAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/jwst-mid-infrared-instrument/miri-instrumentation/miri-filters-and-dispersersMIRI F1140C coronographic filterApproximate curve digitized from plot in reference webpage. +113103.03238919113156.51557554113013.46845431107334.18582284119536.964973446036.5321991656113120.48698733113103.03238919112978.34113049.152886675864.15239396970.015003356552015JWST/MIRI.F1140C/VegaVega29.625297118219Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1130WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F1130W filternominal transmission of the JWST OTE is not included113085.01112053113159.43894948112960.7219695106389.51198377229.1495637816113104.04492566113085.01112053114810113010.577147317128.96897220430.015018291200703JWST/MIRI.F1130W/VegaVega30.422513739974Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1280WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F1280W filternominal transmission of the JWST OTE is not included128101.36999074128738.3368061127060.61771058112516143369.424337.719010728128539.67989002128101.36999074120780127481.8012334425339.0612725840.0092754633318044JWST/MIRI.F1280W/VegaVega23.787199358692Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1500WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F1500W filternominal transmission of the JWST OTE is not included150635.07169187151469.08497837149256.55348357131189.1171410.929426.227371347150820.49343904150635.07169187148740149808.8752052531126.4707490430.0048877557936468JWST/MIRI.F1500W/VegaVega17.275163351045Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1550CAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/jwst-mid-infrared-instrument/miri-instrumentation/miri-filters-and-dispersersMIRI F1550C coronographic filterApproximate curve digitized from plot in reference webpage. +155167.73838977155219.65212798155079.49825604149400.61656836161523.606082877038.0136629677155112.87915011155167.73838977155687.84155114.082149757347.77760940.004287090427937JWST/MIRI.F1550C/VegaVega15.92728499363Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F1800WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F1800W filternominal transmission of the JWST OTE is not included179837.22718463180508.30666044178732.77995521160278.8202850.629145.639860041180096.23770492179837.22718463173790179174.9113230329829.5245901640.0024063728459195JWST/MIRI.F1800W/VegaVega12.17521927761Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F2100WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F2100W filternominal transmission of the JWST OTE is not included207950.05740857209373.19559041205607.1038121817875924405144045.651013118208176.12272727207950.05740857204880206544.5835150546818.1545454550.0013609123689406JWST/MIRI.F2100W/VegaVega9.1069624968942Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F2300CAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/jwst-mid-infrared-instrument/miri-instrumentation/miri-filters-and-dispersersMIRI F2300C coronographic filterApproximate curve digitized from plot in reference webpage. +226446.44316658227630.4870809224493.7622614196351.35169287261867.6611686443032.648288166226945.12652101226446.44316658219980.85225271.9116810343815.7791879880.00096510340006773JWST/MIRI.F2300C/VegaVega7.6197971866949Jy0Pogson0
ivo://svo/fpsJWST/MIRI.F2550WAngstromem.wlMIRI1MIRIJWSThttps://jwst-docs.stsci.edu/display/JTI/MIRI+Filters+and+DispersersMIRI F2550W filternominal transmission of the JWST OTE is not included253640.03917236254994.19394447251520.09900624223391.429994038759.886299276250189.16666667253640.03917236239970252344.037635334301.6666666670.00061369648815106JWST/MIRI.F2550W/VegaVega6.1420629946614Jy0Pogson0
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1000W b/scopesim/data/svo/JWST/MIRI.F1000W new file mode 100644 index 00000000..0e28ec6f --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1000W @@ -0,0 +1,1994 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
874300.0004
874900.0012
875500.002
876000.0029
876600.0056
877200.0082
877800.0109
878400.0127
878900.0139
879500.0151
880100.0156
880700.013
881300.0104
881800.0078
882400.0062
883000.005
883600.0038
884200.0029
884700.0029
885300.0029
885900.0029
886500.0033
887100.0038
887600.0043
888200.0052
888800.0065
889400.0078
890000.0092
890500.0119
891100.0147
891700.0174
892300.0211
892900.0258
893400.0305
894000.0352
894600.0416
895200.0481
895800.0545
896300.0623
896900.0711
897500.0799
898100.0894
898700.1029
899200.1163
899800.1298
900400.1482
901000.1687
901600.1893
902100.2109
902700.2357
903300.2605
903900.2853
904500.3036
905000.3202
905600.3369
906200.3482
906800.3494
907400.3506
907900.3518
908500.347
909100.3414
909700.3358
910300.3312
910800.3277
911400.3242
912000.3208
912600.3223
913200.3239
913700.3255
914300.3292
914900.3347
915500.3401
916100.3457
916600.3518
917200.358
917800.3641
918400.3693
919000.374
919500.3787
920100.383
920700.3855
921300.388
921900.3905
922400.3916
923000.3922
923600.3928
924200.393
924800.3926
925300.3921
925900.3917
926500.3908
927100.3898
927700.3889
928200.3878
928800.3867
929400.3856
930000.3845
930600.3835
931100.3825
931700.3815
932300.3807
932900.38
933500.3793
934000.3786
934600.3784
935200.3782
935800.3779
936400.378
936900.3783
937500.3786
938100.379
938700.3798
939300.3806
939800.3814
940400.3823
941000.3833
941600.3843
942200.3853
942700.3862
943300.3871
943900.388
944500.3887
945100.3894
945600.39
946200.3906
946800.391
947400.3915
948000.3919
948500.3923
949100.3927
949700.393
950300.3934
950900.3938
951400.3942
952000.3946
952600.3951
953200.3955
953800.396
954300.3964
954900.3968
955500.3972
956100.3976
956700.3978
957200.398
957800.3982
958400.3981
959000.3979
959600.3977
960100.3974
960700.3968
961300.3963
961900.3957
962500.3951
963000.3944
963600.3937
964200.3931
964800.3925
965400.392
965900.3914
966500.3911
967100.3908
967700.3905
968300.3903
968800.3903
969400.3904
970000.3904
970600.3907
971200.391
971700.3913
972300.3917
972900.3922
973500.3927
974100.3932
974600.3937
975200.3941
975800.3946
976400.3949
977000.3952
977500.3955
978100.3957
978700.3958
979300.3959
979900.3959
980400.3959
981000.3958
981600.3957
982200.3956
982800.3953
983300.395
983900.3948
984500.3945
985100.3942
985700.3939
986200.3936
986800.3934
987400.3932
988000.3931
988600.393
989100.393
989700.3929
990300.3929
990900.3928
991500.3927
992000.3927
992600.3925
993200.3924
993800.3922
994400.392
994900.3917
995500.3914
996100.3912
996700.3909
997300.3905
997800.3902
998400.3899
999000.3897
999600.3895
1000200.3893
1000700.3895
1001300.3897
1001900.3898
1002500.3902
1003100.3905
1003600.3909
1004200.3914
1004800.392
1005400.3926
1006000.3931
1006500.3939
1007100.3947
1007700.3955
1008300.3964
1008900.3973
1009400.3982
1010000.3991
1010600.3999
1011200.4007
1011800.4016
1012300.4023
1012900.4029
1013500.4035
1014100.404
1014700.4043
1015200.4047
1015800.405
1016400.4052
1017000.4053
1017600.4054
1018100.4054
1018700.4053
1019300.4052
1019900.4051
1020500.4049
1021000.4047
1021600.4045
1022200.4042
1022800.404
1023400.4038
1023900.4036
1024500.4035
1025100.4034
1025700.4032
1026300.4032
1026800.4032
1027400.4032
1028000.4033
1028600.4035
1029200.4036
1029700.4038
1030300.404
1030900.4043
1031500.4046
1032100.4049
1032600.4052
1033200.4056
1033800.4059
1034400.4062
1035000.4065
1035500.4068
1036100.4071
1036700.4074
1037300.4077
1037900.408
1038400.4082
1039000.4085
1039600.4088
1040200.4091
1040800.4093
1041300.4096
1041900.4099
1042500.4101
1043100.4104
1043700.4107
1044200.411
1044800.4114
1045400.4117
1046000.4121
1046600.4125
1047100.4129
1047700.4133
1048300.4136
1048900.414
1049500.4143
1050000.4146
1050600.4143
1051200.414
1051800.4138
1052400.4134
1052900.4129
1053500.4124
1054100.4119
1054700.4112
1055300.4105
1055800.4098
1056400.409
1057000.4081
1057600.4072
1058200.4064
1058700.4054
1059300.4045
1059900.4035
1060500.4026
1061100.4017
1061600.4007
1062200.3999
1062800.3991
1063400.3983
1064000.3975
1064500.3969
1065100.3963
1065700.3957
1066300.3952
1066900.3949
1067400.3945
1068000.3942
1068600.394
1069200.3938
1069800.3937
1070300.3935
1070900.3934
1071500.3933
1072100.3932
1072700.393
1073200.3927
1073800.3924
1074400.3919
1075000.3912
1075600.3905
1076100.3896
1076700.3882
1077300.3868
1077900.3853
1078500.3829
1079000.3803
1079600.3777
1080200.3742
1080800.3693
1081400.3643
1081900.3594
1082500.3516
1083100.3435
1083700.3354
1084300.3257
1084800.3142
1085400.3028
1086000.2913
1086600.2771
1087200.2629
1087700.2488
1088300.2339
1088900.2184
1089500.2029
1090100.1875
1090600.1725
1091200.1575
1091800.1426
1092400.1292
1093000.1166
1093500.1041
1094100.0923
1094700.0834
1095300.0744
1095900.0655
1096400.0586
1097000.0524
1097600.0461
1098200.0405
1098800.0363
1099300.0321
1099900.0278
1100500.0249
1101100.0222
1101700.0194
1102200.0171
1102800.0154
1103400.0136
1104000.0119
1104600.0108
1105100.0097
1105700.0087
1106300.0078
1106900.0071
1107500.0065
1108000.0058
1108600.0053
1109200.0049
1109800.0044
1110400.004
1110900.0037
1111500.0033
1112100.003
1112700.0028
1113300.0026
1113800.0023
1114400.0021
1115000.002
1115600.0018
1116200.0017
1116700.0016
1117300.0015
1117900.0013
1118500.0013
1119100.0012
1119600.0011
1120200.001
1120800.0009
1121400.0009
1122000.0008
1122500.0008
1123100.0007
1123700.0007
1124300.0006
1124900.0006
1125400.0005
1126000.0005
1126600.0005
1127200.0005
1127800.0004
1128300.0004
1128900.0004
1129500.0004
1130100.0004
1130700.0004
1131200.0003
1131800.0003
1132400.0003
1133000.0003
1133600.0003
1134100.0002
1134700.0002
1135300.0002
1135900.0002
1136500.0002
1137000.0002
1137600.0002
1138200.0002
1138800.0002
1139400.0002
1139900.0002
1140500.0002
1141100.0002
1141700.0002
1142300.0002
1142800.0002
1143400.0002
1144000.0002
1144600.0002
1145200.0002
1145700.0002
1146300.0002
1146900.0001
1147500.0001
1148100.0001
1148600.0001
1149200.0001
1149800.0001
1150400.0001
1151000.0001
1151500.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1065C b/scopesim/data/svo/JWST/MIRI.F1065C new file mode 100644 index 00000000..f88eaa12 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1065C @@ -0,0 +1,855 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
99268.1760.00018443035
99336.3720.00032027269
99404.5680.00045611504
99472.7640.00059195739
99540.960.00072779974
99609.1560.00086364208
99677.3520.00099948443
99745.5480.0011353268
99813.7440.0012711697
99881.940.0014097072
99950.1360.0015777606
100018.330.0018349002
100086.530.0022097836
100154.720.0026584889
100222.920.0031265344
100291.120.0035955778
100359.310.0040646212
100427.510.0045336647
100495.70.0050027081
100563.90.0054717515
100632.10.0059408861
100700.290.0064247316
100768.490.007010062
100836.680.0078367604
100904.880.008924708
100973.080.010144525
101041.270.011390005
101109.470.012636028
101177.660.013892291
101245.860.015277332
101314.060.017074947
101382.250.019444533
101450.450.022190569
101518.640.025041431
101586.840.027898608
101655.040.030755784
101723.230.033615518
101791.430.036633642
101859.620.040524975
101927.820.046228305
101996.020.053672314
102064.210.061881845
102132.410.070211273
102200.60.078541765
102268.80.086872257
102336.990.095202748
102405.190.10353324
102473.390.11186373
102541.580.12019422
102609.780.12852471
102677.970.13685521
102746.170.1451857
102814.370.15351619
102882.560.16184655
102950.760.17016859
103018.950.17844425
103087.150.18662301
103155.350.19470797
103223.540.20275128
103291.740.21078798
103359.930.21882461
103428.130.22686124
103496.330.23489788
103564.520.24290662
103632.720.25052482
103700.910.25683554
103769.110.26126888
103837.310.26442201
103905.50.2672023
103973.70.26995742
104041.890.27270932
104110.090.27534656
104178.290.2774433
104246.480.27853132
104314.680.27873596
104382.870.278592
104451.070.27842349
104519.270.27839471
104587.460.27869559
104655.660.27935048
104723.850.28018233
104792.050.28104806
104860.250.28191445
104928.440.28278084
104996.640.28364723
105064.830.28451362
105133.030.28538001
105201.230.28624639
105269.420.28711278
105337.620.28797917
105405.810.28884556
105474.010.28971195
105542.210.29057834
105610.40.29144473
105678.60.29231112
105746.790.29317751
105814.990.2940439
105883.190.29491029
105951.380.29577668
106019.580.29663194
106087.770.2973551
106155.970.2976657
106224.170.29741625
106292.360.29680625
106360.560.29609871
106428.750.29538428
106496.950.29460473
106565.150.29350013
106633.340.29176529
106701.540.28945976
106769.730.28692001
106837.930.28434772
106906.130.28177526
106974.320.27920281
107042.520.27663035
107110.710.27405789
107178.910.27148544
107247.110.26888646
107315.30.26594928
107383.50.26192112
107451.690.25637122
107519.890.24981317
107588.090.24297187
107656.280.23611308
107724.480.22925429
107792.670.22239549
107860.870.2155367
107929.070.20867791
107997.260.20181912
108065.460.19496025
108133.650.18807094
108201.850.18093636
108270.050.17316672
108338.240.16465884
108406.440.1557476
108474.630.14674842
108542.830.13774655
108611.030.12874468
108679.220.11974281
108747.420.11074687
108815.610.1019137
108883.810.093782913
108952.010.086880909
109020.20.080992423
109088.40.075475959
109156.590.070001287
109224.790.064526665
109292.980.059052044
109361.180.053577422
109429.380.048102819
109497.570.042661105
109565.770.037531
109633.960.033275409
109702.160.030106016
109770.360.027573753
109838.550.025194364
109906.750.022821144
109974.940.020451742
110043.140.018156951
110111.340.016148255
110179.530.01459767
110247.730.01339504
110315.920.012308211
110384.120.01123204
110452.320.010155872
110520.510.0090797765
110588.710.0080179988
110656.90.0070587388
110725.10.0063485215
110793.30.0059126158
110861.490.0056177469
110929.690.0053510019
110997.880.0050848853
111066.080.0048187686
111134.280.0045526519
111202.470.0042865352
111270.670.0040204186
111338.860.0037543019
111407.060.0034881852
111475.260.0032221089
111543.450.0029581604
111611.650.0027054781
111679.840.0024755655
111748.040.0022670658
111816.240.0020677619
111884.430.0018698424
111952.630.0016719333
112020.820.0014740243
112089.020.0012761152
112157.220.0010782062
112225.410.00088029715
112293.610.0006823881
112361.80.00048447905
1124300.00028657
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1130W b/scopesim/data/svo/JWST/MIRI.F1130W new file mode 100644 index 00000000..2016b8db --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1130W @@ -0,0 +1,1446 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1025100.0001
1025700.0001
1026300.0001
1026800.0001
1027400.0001
1028000.0001
1028600.0001
1029200.0001
1029700.0001
1030300.0001
1030900.0001
1031500.0001
1032100.0001
1032600.0002
1033200.0002
1033800.0002
1034400.0002
1035000.0002
1035500.0002
1036100.0002
1036700.0002
1037300.0002
1037900.0002
1038400.0002
1039000.0003
1039600.0003
1040200.0003
1040800.0003
1041300.0003
1041900.0003
1042500.0003
1043100.0004
1043700.0004
1044200.0004
1044800.0004
1045400.0004
1046000.0004
1046600.0004
1047100.0005
1047700.0005
1048300.0005
1048900.0006
1049500.0006
1050000.0006
1050600.0007
1051200.0007
1051800.0008
1052400.0008
1052900.0009
1053500.001
1054100.001
1054700.0011
1055300.0012
1055800.0012
1056400.0013
1057000.0014
1057600.0015
1058200.0017
1058700.0018
1059300.0019
1059900.0021
1060500.0022
1061100.0024
1061600.0026
1062200.0028
1062800.003
1063400.0033
1064000.0035
1064500.0038
1065100.0041
1065700.0044
1066300.0048
1066900.0052
1067400.0056
1068000.0061
1068600.0066
1069200.0072
1069800.0077
1070300.0084
1070900.0091
1071500.0098
1072100.0106
1072700.0115
1073200.0124
1073800.0134
1074400.0145
1075000.0157
1075600.0168
1076100.0181
1076700.0196
1077300.0211
1077900.0226
1078500.0244
1079000.0263
1079600.0281
1080200.0302
1080800.0326
1081400.035
1081900.0375
1082500.0405
1083100.0436
1083700.0467
1084300.0501
1084800.054
1085400.0579
1086000.0618
1086600.0667
1087200.0715
1087700.0763
1088300.0818
1088900.0877
1089500.0936
1090100.0996
1090600.1067
1091200.1138
1091800.1208
1092400.1287
1093000.1369
1093500.1451
1094100.1536
1094700.1627
1095300.1718
1095900.1809
1096400.1901
1097000.1993
1097600.2085
1098200.2175
1098800.2262
1099300.2349
1099900.2435
1100500.2514
1101100.2591
1101700.2668
1102200.274
1102800.2804
1103400.2868
1104000.2932
1104600.298
1105100.3028
1105700.3075
1106300.3115
1106900.3149
1107500.3182
1108000.3214
1108600.3238
1109200.3262
1109800.3287
1110400.3306
1110900.3324
1111500.3341
1112100.3358
1112700.337
1113300.3383
1113800.3395
1114400.3405
1115000.3414
1115600.3422
1116200.343
1116700.3435
1117300.344
1117900.3445
1118500.3448
1119100.345
1119600.3452
1120200.3454
1120800.3453
1121400.3453
1122000.3453
1122500.3451
1123100.3449
1123700.3447
1124300.3444
1124900.344
1125400.3437
1126000.3434
1126600.343
1127200.3426
1127800.3423
1128300.3419
1128900.3416
1129500.3412
1130100.3409
1130700.3406
1131200.3403
1131800.3401
1132400.3399
1133000.3397
1133600.3396
1134100.3395
1134700.3396
1135300.3396
1135900.3397
1136500.3399
1137000.3401
1137600.3404
1138200.3407
1138800.341
1139400.3413
1139900.3417
1140500.3421
1141100.3425
1141700.3429
1142300.3433
1142800.3437
1143400.3442
1144000.3446
1144600.345
1145200.3453
1145700.3457
1146300.346
1146900.3461
1147500.3463
1148100.3465
1148600.3464
1149200.3462
1149800.3461
1150400.3458
1151000.3454
1151500.3451
1152100.3444
1152700.3427
1153300.341
1153900.3394
1154400.3365
1155000.3334
1155600.3302
1156200.3266
1156800.3217
1157300.3169
1157900.3121
1158500.3056
1159100.2987
1159700.2919
1160200.2841
1160800.2749
1161400.2657
1162000.2565
1162600.2465
1163100.2364
1163700.2264
1164300.2161
1164900.2057
1165500.1952
1166000.1848
1166600.1747
1167200.1645
1167800.1544
1168400.1451
1168900.1364
1169500.1277
1170100.1192
1170700.1117
1171300.1042
1171800.0968
1172400.0902
1173000.0839
1173600.0777
1174200.0718
1174700.0671
1175300.0624
1175900.0577
1176500.0539
1177100.0503
1177600.0466
1178200.0433
1178800.0404
1179400.0374
1180000.0345
1180500.0322
1181100.0299
1181700.0276
1182300.0256
1182900.024
1183400.0224
1184000.0208
1184600.0194
1185200.0181
1185800.0168
1186300.0156
1186900.0146
1187500.0135
1188100.0125
1188700.0117
1189200.0109
1189800.0101
1190400.0094
1191000.0088
1191600.0082
1192100.0076
1192700.0071
1193300.0066
1193900.0061
1194500.0057
1195000.0053
1195600.0049
1196200.0045
1196800.0042
1197400.004
1197900.0037
1198500.0034
1199100.0032
1199700.0029
1200300.0027
1200800.0025
1201400.0023
1202000.0021
1202600.002
1203200.0018
1203700.0017
1204300.0016
1204900.0015
1205500.0013
1206100.0012
1206600.0011
1207200.001
1207800.0009
1208400.0009
1209000.0008
1209500.0007
1210100.0006
1210700.0006
1211300.0005
1211900.0005
1212400.0004
1213000.0004
1213600.0003
1214200.0003
1214800.0003
1215300.0002
1215900.0002
1216500.0002
1217100.0002
1217700.0001
1218200.0001
1218800.0001
1219400.0001
1220000.0001
1220600.0001
1221100.0001
1221700.0001
1222300.0001
1222900.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1140C b/scopesim/data/svo/JWST/MIRI.F1140C new file mode 100644 index 00000000..e95a5558 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1140C @@ -0,0 +1,867 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
105939.950.00020863393
106013.270.00033549191
106086.580.00046234989
106159.90.00058920786
106233.220.00071606584
106306.530.00084292382
106379.850.0009697818
106453.170.0010966398
106526.480.0012234978
106599.80.0013503557
106673.120.0014772137
106746.430.0016040717
106819.750.0017309297
106893.070.0018577876
106966.380.0019846456
107039.70.0021115047
107113.020.0022393083
107186.330.0023812671
107259.650.0025853827
107332.960.0029183265
107406.280.0033953522
107479.60.0039605783
107552.910.0045530579
107626.230.0051487583
107699.550.0057444973
107772.860.0063402363
107846.180.0069359872
107919.50.0075337357
107992.810.0081521801
108066.130.0088458153
108139.450.0096741204
108212.760.010634077
108286.080.011664059
108359.40.012712233
108432.710.013772076
108506.030.014930389
108579.350.016434355
108652.660.018540798
108725.980.021221135
108799.30.024198116
108872.610.02724896
108945.930.030305682
109019.250.033362595
109092.560.036432844
109165.880.039612096
109239.20.04313627
109312.510.047213277
109385.830.051777156
109459.150.056622411
109532.460.061893029
109605.780.068271308
109679.10.076323751
109752.410.085771345
109825.730.095841399
109899.050.1060392
109972.360.11624385
110045.680.12644849
110118.990.13665314
110192.310.14685778
110265.630.1570626
110338.940.16727154
110412.260.17750304
110485.580.18778943
110558.890.19814654
110632.210.20855375
110705.530.21897944
110778.840.22940801
110852.160.23982806
110925.480.25007631
110998.790.259464
111072.110.26688448
111145.430.27190375
111218.740.2753112
111292.060.27816058
111365.380.28093061
111438.690.2836947
111512.010.28638801
111585.330.28875431
111658.640.29041633
111731.960.29126298
111805.280.29159142
111878.590.29175218
111951.910.29189155
112025.230.29203
112098.540.29215994
112171.860.29225355
112245.180.29227332
112318.490.29221274
112391.810.29211245
112465.130.29203449
112538.440.29202792
112611.760.29209942
112685.080.2922166
112758.390.2923471
112831.710.2924771
112905.030.29258782
112978.340.29263018
113051.660.29255245
113124.970.2923594
113198.290.29210618
113271.610.29183776
113344.920.29156809
113418.240.29129842
113491.560.29102875
113564.870.29075908
113638.190.29048935
113711.510.29021426
113784.820.28989466
113858.140.2894325
113931.460.28873961
114004.770.28784226
114078.090.28684582
114151.410.28581672
114224.720.28475411
114298.040.28364241
114371.360.28248947
114444.670.28131796
114517.990.28014257
114591.310.27896581
114664.620.27774112
114737.940.27619609
114811.260.27375619
114884.570.27001979
114957.890.26524876
115031.210.25999738
115104.520.25440449
115177.840.24813215
115251.160.24093231
115324.470.23303212
115397.790.22485332
115471.110.21662591
115544.420.20839588
115617.740.20014333
115691.060.1917659
115764.370.18308133
115837.690.17399742
115911.010.16462775
115984.320.15515127
116057.640.14565774
116130.950.1361637
116204.270.12666967
116277.590.11717564
116350.90.10768725
116424.220.098287426
116497.540.089285791
116570.850.08112458
116644.170.073919019
116717.490.067309695
116790.80.060888996
116864.120.054499971
116937.440.048235011
117010.750.042505958
117084.070.037876504
117157.390.034465515
117230.70.031793617
117304.020.029347661
117377.340.026932775
117450.650.024570534
117523.970.022403003
117597.290.020590707
117670.60.019131792
117743.920.017864443
117817.240.016647908
117890.550.015435963
117963.870.01422404
118037.190.013012181
118110.50.011805528
118183.820.010642709
118257.140.009621401
118330.450.0088308599
118403.770.0082466587
118477.090.0077619951
118550.40.0072999807
118623.720.0068394706
118697.040.0063789621
118770.350.0059184817
118843.670.0054599777
118916.980.005017291
118990.30.0046240469
119063.620.0043092979
119136.930.0040629257
119210.250.0038485992
119283.570.003641295
119356.880.0034344229
119430.20.0032275511
119503.520.0030206794
119576.830.0028138076
119650.150.0026069359
119723.470.0024000641
119796.780.0021931923
119870.10.0019863206
119943.420.0017794488
120016.730.001572577
120090.050.0013657053
120163.370.0011588335
120236.680.00095196176
1203100.00074509
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1280W b/scopesim/data/svo/JWST/MIRI.F1280W new file mode 100644 index 00000000..99804720 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1280W @@ -0,0 +1,2514 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1108600.0001
1109200.0001
1109800.0001
1110400.0001
1110900.0002
1111500.0002
1112100.0003
1112700.0003
1113300.0004
1113800.0005
1114400.0005
1115000.0006
1115600.0007
1116200.0008
1116700.001
1117300.0011
1117900.0012
1118500.0014
1119100.0015
1119600.0017
1120200.0019
1120800.0021
1121400.0022
1122000.0024
1122500.0026
1123100.0028
1123700.003
1124300.0032
1124900.0034
1125400.0036
1126000.0038
1126600.004
1127200.0042
1127800.0044
1128300.0045
1128900.0047
1129500.0049
1130100.0051
1130700.0053
1131200.0056
1131800.0058
1132400.006
1133000.0062
1133600.0065
1134100.0067
1134700.007
1135300.0073
1135900.0077
1136500.0081
1137000.0085
1137600.0089
1138200.0094
1138800.01
1139400.0106
1139900.0112
1140500.0119
1141100.0127
1141700.0135
1142300.0144
1142800.0155
1143400.0166
1144000.0177
1144600.0194
1145200.0211
1145700.0228
1146300.0249
1146900.0274
1147500.0298
1148100.0324
1148600.0358
1149200.0393
1149800.0427
1150400.047
1151000.0518
1151500.0566
1152100.0619
1152700.0694
1153300.0768
1153900.0843
1154400.0934
1155000.103
1155600.1126
1156200.1228
1156800.1344
1157300.146
1157900.1576
1158500.1707
1159100.1841
1159700.1975
1160200.2108
1160800.2241
1161400.2374
1162000.2507
1162600.262
1163100.2733
1163700.2846
1164300.2945
1164900.3033
1165500.312
1166000.3205
1166600.3257
1167200.3308
1167800.336
1168400.3392
1168900.3411
1169500.343
1170100.3448
1170700.3455
1171300.3463
1171800.3471
1172400.3473
1173000.3473
1173600.3473
1174200.3472
1174700.347
1175300.3468
1175900.3465
1176500.3464
1177100.3463
1177600.3462
1178200.3461
1178800.346
1179400.346
1180000.3459
1180500.346
1181100.346
1181700.3461
1182300.3461
1182900.3462
1183400.3463
1184000.3464
1184600.3464
1185200.3465
1185800.3466
1186300.3467
1186900.3468
1187500.3469
1188100.347
1188700.3472
1189200.3473
1189800.3474
1190400.3475
1191000.3476
1191600.3478
1192100.3479
1192700.348
1193300.3481
1193900.3482
1194500.3483
1195000.3485
1195600.3486
1196200.3487
1196800.3488
1197400.349
1197900.3491
1198500.3492
1199100.3494
1199700.3496
1200300.3497
1200800.3497
1201400.3498
1202000.3499
1202600.3499
1203200.35
1203700.35
1204300.3501
1204900.3502
1205500.3502
1206100.3503
1206600.3503
1207200.3503
1207800.3504
1208400.3504
1209000.3503
1209500.3503
1210100.3503
1210700.3502
1211300.3502
1211900.3501
1212400.35
1213000.3499
1213600.3498
1214200.3497
1214800.3495
1215300.3493
1215900.3491
1216500.3489
1217100.3487
1217700.3485
1218200.3483
1218800.348
1219400.3478
1220000.3475
1220600.3473
1221100.347
1221700.3467
1222300.3464
1222900.3461
1223500.3458
1224000.3455
1224600.3452
1225200.3449
1225800.3445
1226400.3442
1226900.3439
1227500.3436
1228100.3432
1228700.3429
1229300.3426
1229800.3423
1230400.342
1231000.3418
1231600.3415
1232200.3412
1232700.341
1233300.3407
1233900.3404
1234500.3402
1235100.3401
1235600.3399
1236200.3397
1236800.3395
1237400.3394
1238000.3392
1238500.3392
1239100.3392
1239700.3391
1240300.3392
1240900.3392
1241400.3393
1242000.3394
1242600.3395
1243200.3396
1243800.3397
1244300.3399
1244900.3401
1245500.3404
1246100.3406
1246700.3408
1247200.3411
1247800.3413
1248400.3416
1249000.3419
1249600.3422
1250100.3425
1250700.3428
1251300.3432
1251900.3436
1252500.344
1253000.3443
1253600.3447
1254200.345
1254800.3454
1255400.3457
1255900.3461
1256500.3463
1257100.3466
1257700.3468
1258300.3471
1258800.3473
1259400.3475
1260000.3477
1260600.3479
1261200.348
1261700.3482
1262300.3483
1262900.3483
1263500.3484
1264100.3484
1264600.3485
1265200.3485
1265800.3485
1266400.3484
1267000.3484
1267500.3483
1268100.3482
1268700.3481
1269300.348
1269900.3479
1270400.3478
1271000.3477
1271600.3476
1272200.3474
1272800.3472
1273300.347
1273900.3468
1274500.3466
1275100.3464
1275700.3462
1276200.346
1276800.3458
1277400.3456
1278000.3454
1278600.3453
1279100.3451
1279700.3449
1280300.3448
1280900.3447
1281500.3445
1282000.3444
1282600.3444
1283200.3443
1283800.3443
1284400.3443
1284900.3443
1285500.3444
1286100.3444
1286700.3445
1287300.3445
1287800.3446
1288400.3447
1289000.3448
1289600.345
1290200.3451
1290700.3452
1291300.3454
1291900.3455
1292500.3457
1293100.3459
1293600.3461
1294200.3463
1294800.3465
1295400.3468
1296000.347
1296500.3472
1297100.3475
1297700.3477
1298300.3479
1298900.3482
1299400.3484
1300000.3486
1300600.3486
1301200.3485
1301800.3485
1302300.3484
1302900.3482
1303500.3481
1304100.3479
1304700.3477
1305200.3475
1305800.3473
1306400.347
1307000.3467
1307600.3464
1308100.3461
1308700.3457
1309300.3453
1309900.345
1310500.3446
1311000.3442
1311600.3438
1312200.3434
1312800.343
1313400.3426
1313900.3422
1314500.3418
1315100.3414
1315700.3409
1316300.3405
1316800.3401
1317400.3397
1318000.3393
1318600.3389
1319200.3385
1319700.3381
1320300.3378
1320900.3374
1321500.3371
1322100.3367
1322600.3364
1323200.3361
1323800.3358
1324400.3355
1325000.3352
1325500.3349
1326100.3347
1326700.3344
1327300.3342
1327900.3339
1328400.3337
1329000.3334
1329600.3332
1330200.333
1330800.3328
1331300.3326
1331900.3325
1332500.3323
1333100.3321
1333700.332
1334200.3318
1334800.3317
1335400.3316
1336000.3314
1336600.3313
1337100.3311
1337700.331
1338300.3308
1338900.3307
1339500.3306
1340000.3304
1340600.3302
1341200.33
1341800.3298
1342400.3296
1342900.3294
1343500.3292
1344100.3289
1344700.3286
1345300.3284
1345800.3281
1346400.3278
1347000.3274
1347600.3271
1348200.3268
1348700.3264
1349300.326
1349900.3257
1350500.3256
1351100.3257
1351600.3258
1352200.3258
1352800.3258
1353400.3259
1354000.3259
1354500.3259
1355100.3259
1355700.3259
1356300.326
1356900.326
1357400.326
1358000.326
1358600.326
1359200.3261
1359800.3261
1360300.3261
1360900.3262
1361500.3262
1362100.3263
1362700.3264
1363200.3265
1363800.3266
1364400.3268
1365000.3269
1365600.327
1366100.3271
1366700.3273
1367300.3275
1367900.3277
1368500.3279
1369000.3281
1369600.3283
1370200.3285
1370800.3287
1371400.329
1371900.3292
1372500.3294
1373100.3297
1373700.3299
1374300.3301
1374800.3303
1375400.3305
1376000.3306
1376600.3307
1377200.3308
1377700.3309
1378300.3309
1378900.3308
1379500.3307
1380100.3306
1380600.3303
1381200.3299
1381800.3296
1382400.329
1383000.3283
1383500.3276
1384100.3268
1384700.3258
1385300.3248
1385900.3238
1386400.3225
1387000.3211
1387600.3198
1388200.3183
1388800.3169
1389300.3154
1389900.3139
1390500.3123
1391100.3107
1391700.3091
1392200.3076
1392800.3064
1393400.3051
1394000.3039
1394600.3028
1395100.3018
1395700.3007
1396300.3
1396900.2996
1397500.2991
1398000.2987
1398600.2986
1399200.2985
1399800.2984
1400400.2979
1400900.2971
1401500.2964
1402100.2956
1402700.2945
1403300.2935
1403800.2925
1404400.2886
1405000.2836
1405600.2786
1406200.2733
1406700.267
1407300.2607
1407900.2543
1408500.2446
1409100.2341
1409600.2236
1410200.2126
1410800.2009
1411400.1891
1412000.1773
1412500.1659
1413100.1545
1413700.1431
1414300.1317
1414900.1204
1415400.109
1416000.0977
1416600.0898
1417200.0818
1417800.0739
1418300.0665
1418900.0594
1419500.0524
1420100.0457
1420700.0416
1421200.0374
1421800.0333
1422400.0297
1423000.0264
1423600.0231
1424100.0201
1424700.0182
1425300.0164
1425900.0145
1426500.013
1427000.0116
1427600.0102
1428200.0091
1428800.0082
1429400.0074
1429900.0066
1430500.006
1431100.0055
1431700.0049
1432300.0044
1432800.004
1433400.0037
1434000.0033
1434600.0031
1435200.0028
1435700.0026
1436300.0024
1436900.0022
1437500.002
1438100.0018
1438600.0017
1439200.0016
1439800.0015
1440400.0014
1441000.0013
1441500.0012
1442100.0011
1442700.001
1443300.001
1443900.0009
1444400.0008
1445000.0008
1445600.0007
1446200.0007
1446800.0006
1447300.0006
1447900.0006
1448500.0005
1449100.0005
1449700.0004
1450200.0004
1450800.0004
1451400.0004
1452000.0003
1452600.0003
1453100.0003
1453700.0003
1454300.0002
1454900.0002
1455500.0002
1456000.0002
1456600.0002
1457200.0002
1457800.0001
1458400.0001
1458900.0001
1459500.0001
1460100.0001
1460700.0001
1461300.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1500W b/scopesim/data/svo/JWST/MIRI.F1500W new file mode 100644 index 00000000..c935a692 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1500W @@ -0,0 +1,3346 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1277400.0001
1278000.0001
1278600.0001
1279100.0001
1279700.0001
1280300.0002
1280900.0002
1281500.0002
1282000.0002
1282600.0002
1283200.0002
1283800.0003
1284400.0003
1284900.0003
1285500.0003
1286100.0003
1286700.0003
1287300.0003
1287800.0004
1288400.0004
1289000.0004
1289600.0004
1290200.0005
1290700.0005
1291300.0005
1291900.0006
1292500.0006
1293100.0007
1293600.0007
1294200.0007
1294800.0008
1295400.0008
1296000.0009
1296500.0009
1297100.001
1297700.001
1298300.0011
1298900.0011
1299400.0012
1300000.0012
1300600.0013
1301200.0014
1301800.0015
1302300.0015
1302900.0016
1303500.0017
1304100.0018
1304700.0019
1305200.002
1305800.0021
1306400.0023
1307000.0024
1307600.0025
1308100.0026
1308700.0028
1309300.0029
1309900.0031
1310500.0032
1311000.0034
1311600.0036
1312200.0038
1312800.004
1313400.0042
1313900.0044
1314500.0047
1315100.005
1315700.0053
1316300.0056
1316800.0059
1317400.0062
1318000.0066
1318600.007
1319200.0074
1319700.0078
1320300.0083
1320900.0088
1321500.0093
1322100.0099
1322600.0105
1323200.0112
1323800.0118
1324400.0126
1325000.0134
1325500.0142
1326100.0151
1326700.0162
1327300.0172
1327900.0183
1328400.0195
1329000.0208
1329600.0221
1330200.0235
1330800.0251
1331300.0268
1331900.0284
1332500.0303
1333100.0323
1333700.0343
1334200.0365
1334800.039
1335400.0414
1336000.0439
1336600.0468
1337100.0498
1337700.0528
1338300.0561
1338900.0596
1339500.0632
1340000.0668
1340600.071
1341200.0752
1341800.0794
1342400.0839
1342900.0888
1343500.0936
1344100.0985
1344700.1039
1345300.1092
1345800.1146
1346400.1203
1347000.1261
1347600.1319
1348200.1377
1348700.1438
1349300.1498
1349900.1559
1350500.1621
1351100.1684
1351600.1748
1352200.181
1352800.1872
1353400.1934
1354000.1996
1354500.2054
1355100.2111
1355700.2169
1356300.2224
1356900.2276
1357400.2329
1358000.2381
1358600.2426
1359200.2471
1359800.2516
1360300.2557
1360900.2595
1361500.2633
1362100.2671
1362700.2701
1363200.2732
1363800.2764
1364400.279
1365000.2815
1365600.2839
1366100.2863
1366700.2882
1367300.2901
1367900.292
1368500.2936
1369000.2951
1369600.2966
1370200.2979
1370800.299
1371400.3001
1371900.3013
1372500.3021
1373100.303
1373700.3038
1374300.3046
1374800.3053
1375400.3059
1376000.3066
1376600.3071
1377200.3076
1377700.3082
1378300.3087
1378900.3091
1379500.3095
1380100.31
1380600.3104
1381200.3108
1381800.3111
1382400.3115
1383000.3118
1383500.3122
1384100.3125
1384700.3128
1385300.3131
1385900.3134
1386400.3137
1387000.3139
1387600.3142
1388200.3145
1388800.3148
1389300.3151
1389900.3154
1390500.3158
1391100.3161
1391700.3164
1392200.3168
1392800.3172
1393400.3175
1394000.3179
1394600.3183
1395100.3187
1395700.319
1396300.3194
1396900.3198
1397500.3202
1398000.3205
1398600.3209
1399200.3213
1399800.3216
1400400.3221
1400900.3226
1401500.3231
1402100.3236
1402700.3241
1403300.3246
1403800.3251
1404400.3256
1405000.3261
1405600.3267
1406200.3272
1406700.3277
1407300.3282
1407900.3288
1408500.3293
1409100.3298
1409600.3303
1410200.3308
1410800.3313
1411400.3319
1412000.3324
1412500.3329
1413100.3334
1413700.3339
1414300.3344
1414900.3349
1415400.3354
1416000.3359
1416600.3364
1417200.3369
1417800.3375
1418300.338
1418900.3386
1419500.3392
1420100.3397
1420700.3403
1421200.3409
1421800.3415
1422400.3421
1423000.3427
1423600.3433
1424100.3438
1424700.3443
1425300.3448
1425900.3454
1426500.3458
1427000.3462
1427600.3466
1428200.3469
1428800.3472
1429400.3475
1429900.3477
1430500.3479
1431100.3481
1431700.3482
1432300.3484
1432800.3485
1433400.3486
1434000.3487
1434600.3488
1435200.349
1435700.3491
1436300.3493
1436900.3495
1437500.3498
1438100.35
1438600.3503
1439200.3507
1439800.351
1440400.3514
1441000.3517
1441500.3521
1442100.3525
1442700.3528
1443300.3532
1443900.3535
1444400.3538
1445000.3541
1445600.3544
1446200.3546
1446800.3548
1447300.355
1447900.3552
1448500.3553
1449100.3555
1449700.3557
1450200.3558
1450800.3557
1451400.3557
1452000.3556
1452600.3557
1453100.3559
1453700.356
1454300.3562
1454900.3565
1455500.3568
1456000.3572
1456600.3576
1457200.358
1457800.3584
1458400.3589
1458900.3593
1459500.3598
1460100.3602
1460700.3606
1461300.361
1461800.3613
1462400.3617
1463000.362
1463600.3623
1464200.3625
1464700.3628
1465300.363
1465900.3632
1466500.3634
1467100.3636
1467600.3638
1468200.364
1468800.3642
1469400.3644
1470000.3646
1470500.3648
1471100.3649
1471700.3651
1472300.3653
1472900.3655
1473400.3657
1474000.3659
1474600.366
1475200.3662
1475800.3664
1476300.3666
1476900.3668
1477500.367
1478100.3672
1478700.3674
1479200.3676
1479800.3678
1480400.368
1481000.3682
1481600.3684
1482100.3686
1482700.3688
1483300.3689
1483900.3691
1484500.3692
1485000.3694
1485600.3695
1486200.3696
1486800.3696
1487400.3697
1487900.3697
1488500.3697
1489100.3696
1489700.3696
1490300.3695
1490800.3693
1491400.3691
1492000.369
1492600.3688
1493200.3686
1493700.3684
1494300.3682
1494900.3681
1495500.368
1496100.3679
1496600.368
1497200.368
1497800.3681
1498400.3682
1499000.3683
1499500.3685
1500100.3686
1500700.3686
1501300.3687
1501900.3687
1502400.3687
1503000.3686
1503600.3686
1504200.3685
1504800.3683
1505300.3681
1505900.368
1506500.3677
1507100.3674
1507700.3672
1508200.3669
1508800.3665
1509400.3662
1510000.3658
1510600.3654
1511100.365
1511700.3646
1512300.3642
1512900.3638
1513500.3634
1514000.3629
1514600.3625
1515200.362
1515800.3615
1516400.3611
1516900.3605
1517500.36
1518100.3595
1518700.359
1519300.3585
1519800.3579
1520400.3573
1521000.3568
1521600.3562
1522200.3556
1522700.355
1523300.3543
1523900.3537
1524500.353
1525100.3523
1525600.3517
1526200.351
1526800.3503
1527400.3496
1528000.3489
1528500.3482
1529100.3474
1529700.3467
1530300.346
1530900.3454
1531400.3447
1532000.344
1532600.3434
1533200.3427
1533800.3421
1534300.3415
1534900.341
1535500.3404
1536100.3399
1536700.3394
1537200.3389
1537800.3385
1538400.3381
1539000.3377
1539600.3373
1540100.337
1540700.3367
1541300.3364
1541900.3361
1542500.3359
1543000.3357
1543600.3354
1544200.3352
1544800.3351
1545400.3349
1545900.3347
1546500.3346
1547100.3345
1547700.3343
1548300.3342
1548800.3341
1549400.334
1550000.3339
1550600.3337
1551200.3335
1551700.3334
1552300.3332
1552900.333
1553500.3328
1554100.3327
1554600.3325
1555200.3323
1555800.3321
1556400.3319
1557000.3316
1557500.3314
1558100.3312
1558700.3309
1559300.3307
1559900.3304
1560400.3302
1561000.3299
1561600.3296
1562200.3294
1562800.3291
1563300.3288
1563900.3286
1564500.3283
1565100.328
1565700.3278
1566200.3275
1566800.3273
1567400.327
1568000.3268
1568600.3266
1569100.3264
1569700.3262
1570300.326
1570900.3258
1571500.3257
1572000.3255
1572600.3254
1573200.3253
1573800.3252
1574400.3251
1574900.3251
1575500.3251
1576100.3251
1576700.3252
1577300.3253
1577800.3253
1578400.3255
1579000.3257
1579600.3259
1580200.3261
1580700.3263
1581300.3266
1581900.3269
1582500.3272
1583100.3275
1583600.3279
1584200.3282
1584800.3286
1585400.329
1586000.3293
1586500.3297
1587100.3301
1587700.3304
1588300.3308
1588900.3311
1589400.3315
1590000.3318
1590600.3321
1591200.3324
1591800.3327
1592300.333
1592900.3332
1593500.3335
1594100.3337
1594700.3339
1595200.3341
1595800.3343
1596400.3345
1597000.3347
1597600.3348
1598100.335
1598700.3352
1599300.3353
1599900.3355
1600500.3357
1601000.3361
1601600.3364
1602200.3367
1602800.337
1603400.3373
1603900.3376
1604500.3378
1605100.3381
1605700.3383
1606300.3385
1606800.3386
1607400.3388
1608000.3389
1608600.339
1609200.3391
1609700.3391
1610300.3392
1610900.3392
1611500.3392
1612100.3392
1612600.3391
1613200.3391
1613800.339
1614400.3389
1615000.3388
1615500.3387
1616100.3386
1616700.3384
1617300.3383
1617900.3382
1618400.338
1619000.3379
1619600.3377
1620200.3376
1620800.3374
1621300.3373
1621900.3372
1622500.3371
1623100.337
1623700.337
1624200.3369
1624800.3369
1625400.3369
1626000.3369
1626600.3369
1627100.3369
1627700.337
1628300.337
1628900.3371
1629500.3372
1630000.3373
1630600.3373
1631200.3374
1631800.3374
1632400.3374
1632900.3374
1633500.3374
1634100.3374
1634700.3373
1635300.3372
1635800.337
1636400.3368
1637000.3365
1637600.3362
1638200.3359
1638700.3354
1639300.3349
1639900.3343
1640500.3336
1641100.3327
1641600.3319
1642200.3309
1642800.3297
1643400.3285
1644000.3272
1644500.3256
1645100.3239
1645700.3222
1646300.3202
1646900.3179
1647400.3156
1648000.3133
1648600.3104
1649200.3075
1649800.3046
1650300.3013
1650900.2978
1651500.2943
1652100.2907
1652700.2866
1653200.2824
1653800.2782
1654400.2737
1655000.2689
1655600.2642
1656100.2593
1656700.2541
1657300.2489
1657900.2437
1658500.2382
1659000.2326
1659600.2271
1660200.2214
1660800.2156
1661400.2098
1661900.2039
1662500.198
1663100.1921
1663700.1862
1664300.1803
1664800.1745
1665400.1686
1666000.1627
1666600.1571
1667200.1514
1667700.1457
1668300.1403
1668900.135
1669500.1297
1670100.1244
1670600.1196
1671200.1148
1671800.1099
1672400.1054
1673000.1011
1673500.0968
1674100.0925
1674700.0887
1675300.0849
1675900.0811
1676400.0777
1677000.0743
1677600.071
1678200.0678
1678800.0649
1679300.0619
1679900.059
1680500.0565
1681100.0539
1681700.0514
1682200.049
1682800.0469
1683400.0447
1684000.0425
1684600.0406
1685100.0387
1685700.0368
1686300.0351
1686900.0335
1687500.0318
1688000.0302
1688600.0289
1689200.0275
1689800.0261
1690400.0249
1690900.0237
1691500.0225
1692100.0214
1692700.0204
1693300.0194
1693800.0184
1694400.0176
1695000.0167
1695600.0159
1696200.0152
1696700.0145
1697300.0138
1697900.0132
1698500.0126
1699100.012
1699600.0115
1700200.011
1700800.0105
1701400.0101
1702000.0096
1702500.0092
1703100.0088
1703700.0084
1704300.0081
1704900.0077
1705400.0074
1706000.007
1706600.0068
1707200.0065
1707800.0062
1708300.0059
1708900.0056
1709500.0054
1710100.0051
1710700.0049
1711200.0047
1711800.0045
1712400.0043
1713000.0041
1713600.0039
1714100.0037
1714700.0035
1715300.0034
1715900.0032
1716500.0031
1717000.0029
1717600.0028
1718200.0026
1718800.0025
1719400.0024
1719900.0022
1720500.0021
1721100.002
1721700.0019
1722300.0018
1722800.0017
1723400.0016
1724000.0016
1724600.0015
1725200.0014
1725700.0014
1726300.0013
1726900.0012
1727500.0012
1728100.0011
1728600.0011
1729200.001
1729800.001
1730400.0009
1731000.0009
1731500.0009
1732100.0008
1732700.0008
1733300.0008
1733900.0007
1734400.0007
1735000.0006
1735600.0006
1736200.0006
1736800.0005
1737300.0005
1737900.0005
1738500.0005
1739100.0004
1739700.0004
1740200.0004
1740800.0003
1741400.0003
1742000.0003
1742600.0003
1743100.0002
1743700.0002
1744300.0002
1744900.0002
1745500.0002
1746000.0001
1746600.0001
1747200.0001
1747800.0001
1748400.0001
1748900.0001
1749500.0001
1750100.0001
1750700.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1550C b/scopesim/data/svo/JWST/MIRI.F1550C new file mode 100644 index 00000000..fa921731 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1550C @@ -0,0 +1,879 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1491200.00028657
149185.680.00088887107
149251.360.0014911721
149317.040.0020934732
149382.710.0026957787
149448.390.003299955
149514.070.0039286105
149579.750.0046578785
149645.430.005585546
149711.110.0067253676
149776.780.0079893968
149842.460.0092897628
149908.140.010594119
149973.820.011905905
150039.50.013285404
150105.180.014894724
150170.850.016894363
150236.530.019257035
150302.210.021802703
150367.890.024392539
150433.570.026985696
150499.250.029579986
150564.920.032237481
150630.60.035365939
150696.280.039902104
150761.960.04659242
150827.640.05509317
150893.320.064408961
150958.990.073893961
151024.670.083388226
151090.350.092882495
151156.030.10237676
151221.710.11187103
151287.390.12136509
151353.070.13084611
151418.740.1402269
151484.420.14930184
151550.10.15790039
151615.780.16609161
151681.460.17409592
151747.140.18206045
151812.810.19002269
151878.490.19798493
151944.170.20594564
152009.850.21384013
152075.530.22128307
152141.210.22744993
152206.880.23175182
152272.560.2345549
152338.240.2367165
152403.920.23875017
152469.60.24072464
152535.280.24246635
152600.950.24372798
152666.630.24445499
152732.310.24485552
152797.990.24515543
152863.670.24544348
152929.350.24573138
152995.030.24601929
153060.70.24630719
153126.380.24659638
153192.060.24690914
153257.740.24733597
153323.420.24801697
153389.10.2490012
153454.770.25018418
153520.450.25143563
153586.130.25271025
153651.810.25402964
153717.490.25542023
153783.170.25687313
153848.840.25835539
153914.520.25984413
153980.20.26133327
154045.880.26282241
154111.560.26431156
154177.240.2658007
154242.910.26728985
154308.590.26877899
154374.270.27026813
154439.950.27175728
154505.630.27324572
154571.310.27472441
154636.980.27616149
154702.660.27751421
154768.340.27877439
154834.020.27997874
154899.70.28115615
154965.380.28226239
155031.060.28317245
155096.730.28379545
155162.410.28418743
155228.090.28448039
155293.770.28475412
155359.450.28502693
155425.130.28529975
155490.80.28557223
155556.480.28583381
155622.160.28602896
155687.840.28604974
155753.520.28583074
155819.20.2854303
155884.870.28495746
155950.550.28447191
156016.230.28398397
156081.910.28346949
156147.590.28284276
156213.270.28198974
156278.940.28088986
156344.620.27964248
156410.30.27835089
156475.980.27705436
156541.660.27575778
156607.340.2744612
156673.020.27316462
156738.690.27186803
156804.370.27057145
156870.050.26927487
156935.730.26797829
157001.410.26668171
157067.090.26538512
157132.760.26408843
157198.440.26278263
157264.120.26140076
157329.80.25977435
157395.480.25775031
157461.160.25537164
157526.830.25281775
157592.510.25014251
157658.190.24706757
157723.870.24311189
157789.550.23810967
157855.230.23242449
157920.90.22651126
157986.580.2205675
158052.260.21462319
158117.940.20867888
158183.620.20273457
158249.30.19679025
158314.970.19084452
158380.650.18487145
158446.330.17876388
158512.010.17235254
158577.690.16557431
158643.370.1585524
158709.050.15144719
158774.720.14433038
158840.40.13721333
158906.080.13009629
158971.760.12297924
159037.440.11586219
159103.120.10874515
159168.790.1016281
159234.470.094511055
159300.150.087394009
159365.830.080276962
159431.510.073159991
159497.190.066057454
159562.860.059108938
159628.540.052728358
159694.220.04737624
159759.90.043039619
159825.580.039248856
159891.260.035601214
159956.930.031966202
160022.610.028331461
160088.290.024714049
160153.970.021241891
160219.650.018237587
160285.330.015995053
160351.010.014432853
160416.680.013198554
160482.360.012038838
160548.040.010884085
160613.720.0097293372
160679.40.0085747461
160745.080.0074288734
160810.750.0063478029
160876.430.005460075
160942.110.0048678015
161007.790.0045235008
161073.470.0042906619
161139.150.0040809142
161204.820.0038724247
161270.50.0036639358
161336.180.0034554468
161401.860.0032469578
161467.540.0030384688
161533.220.0028299798
161598.890.0026214908
161664.570.0024130019
161730.250.0022045129
161795.930.0019960239
161861.610.0017875349
161927.290.0015790459
161992.960.0013705569
162058.640.001162068
162124.320.00095357898
1621900.00074509
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F1800W b/scopesim/data/svo/JWST/MIRI.F1800W new file mode 100644 index 00000000..27789bee --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F1800W @@ -0,0 +1,4218 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1503000.0001
1503600.0001
1504200.0001
1504800.0001
1505300.0001
1505900.0001
1506500.0001
1507100.0001
1507700.0001
1508200.0001
1508800.0001
1509400.0002
1510000.0002
1510600.0002
1511100.0002
1511700.0002
1512300.0002
1512900.0002
1513500.0002
1514000.0002
1514600.0002
1515200.0002
1515800.0002
1516400.0002
1516900.0002
1517500.0002
1518100.0002
1518700.0002
1519300.0002
1519800.0002
1520400.0001
1521000.0001
1521600.0001
1522200.0001
1522700.0001
1523300.0001
1523900.0001
1524500.0001
1525100.0001
1525600.0001
1526200.0001
1526800.0001
1527400.0001
1528000.0001
1528500.0001
1529100.0001
1529700.0001
1530300.0001
1530900.0001
1531400.0001
1532000.0001
1532600.0001
1533200.0002
1533800.0002
1534300.0002
1534900.0002
1535500.0002
1536100.0001
1536700.0001
1537200.0001
1537800.0001
1538400.0001
1539000.0001
1539600.0001
1540100.0001
1540700.0001
1541300.0001
1541900.0001
1542500.0001
1543000.0001
1543600.0001
1544200.0001
1544800.0001
1545400.0001
1545900.0001
1546500.0001
1547100.0001
1547700.0001
1548300.0001
1548800.0001
1549400.0001
1550000.0001
1550600.0001
1551200.0001
1551700.0001
1552300.0001
1552900.0001
1553500.0001
1554100.0001
1554600.0001
1555200.0001
1555800.0001
1556400.0001
1557000.0001
1557500.0001
1558100.0001
1558700.0001
1559300.0001
1559900.0001
1560400.0002
1561000.0002
1561600.0002
1562200.0002
1562800.0002
1563300.0002
1563900.0002
1564500.0003
1565100.0003
1565700.0003
1566200.0003
1566800.0003
1567400.0004
1568000.0004
1568600.0004
1569100.0005
1569700.0005
1570300.0005
1570900.0005
1571500.0006
1572000.0006
1572600.0006
1573200.0006
1573800.0007
1574400.0007
1574900.0007
1575500.0007
1576100.0007
1576700.0008
1577300.0008
1577800.0008
1578400.0008
1579000.0008
1579600.0009
1580200.0009
1580700.0009
1581300.0009
1581900.0009
1582500.001
1583100.001
1583600.001
1584200.0011
1584800.0011
1585400.0011
1586000.0012
1586500.0012
1587100.0012
1587700.0013
1588300.0013
1588900.0014
1589400.0014
1590000.0015
1590600.0016
1591200.0016
1591800.0017
1592300.0018
1592900.0018
1593500.0019
1594100.002
1594700.0021
1595200.0021
1595800.0022
1596400.0023
1597000.0024
1597600.0025
1598100.0026
1598700.0027
1599300.0028
1599900.0029
1600500.003
1601000.0031
1601600.0032
1602200.0034
1602800.0035
1603400.0037
1603900.0038
1604500.004
1605100.0041
1605700.0043
1606300.0045
1606800.0047
1607400.0049
1608000.0051
1608600.0053
1609200.0056
1609700.0058
1610300.0061
1610900.0064
1611500.0066
1612100.0069
1612600.0073
1613200.0076
1613800.008
1614400.0083
1615000.0087
1615500.0091
1616100.0095
1616700.01
1617300.0105
1617900.0109
1618400.0115
1619000.012
1619600.0126
1620200.0132
1620800.0139
1621300.0145
1621900.0152
1622500.016
1623100.0168
1623700.0176
1624200.0184
1624800.0194
1625400.0204
1626000.0213
1626600.0225
1627100.0236
1627700.0248
1628300.0261
1628900.0275
1629500.0289
1630000.0303
1630600.0319
1631200.0336
1631800.0353
1632400.0371
1632900.0391
1633500.0411
1634100.0432
1634700.0456
1635300.0479
1635800.0503
1636400.053
1637000.0558
1637600.0586
1638200.0616
1638700.0649
1639300.0682
1639900.0715
1640500.0753
1641100.0791
1641600.083
1642200.0871
1642800.0915
1643400.0959
1644000.1003
1644500.1052
1645100.1101
1645700.1151
1646300.1202
1646900.1256
1647400.131
1648000.1364
1648600.1422
1649200.1479
1649800.1537
1650300.1596
1650900.1657
1651500.1717
1652100.1778
1652700.1839
1653200.1901
1653800.1963
1654400.2024
1655000.2085
1655600.2146
1656100.2207
1656700.2266
1657300.2325
1657900.2384
1658500.2441
1659000.2497
1659600.2552
1660200.2606
1660800.2657
1661400.2707
1661900.2758
1662500.2803
1663100.2847
1663700.2891
1664300.2933
1664800.297
1665400.3008
1666000.3045
1666600.3076
1667200.3107
1667700.3137
1668300.3164
1668900.3188
1669500.3212
1670100.3236
1670600.3254
1671200.3272
1671800.329
1672400.3305
1673000.3318
1673500.3331
1674100.3343
1674700.3352
1675300.3361
1675900.3369
1676400.3376
1677000.3382
1677600.3388
1678200.3393
1678800.3397
1679300.34
1679900.3404
1680500.3406
1681100.3409
1681700.3411
1682200.3413
1682800.3414
1683400.3416
1684000.3417
1684600.3419
1685100.342
1685700.3421
1686300.3423
1686900.3424
1687500.3425
1688000.3426
1688600.3427
1689200.3429
1689800.343
1690400.3431
1690900.3433
1691500.3434
1692100.3436
1692700.3437
1693300.3438
1693800.344
1694400.3441
1695000.3443
1695600.3444
1696200.3446
1696700.3447
1697300.3449
1697900.345
1698500.3452
1699100.3454
1699600.3455
1700200.3457
1700800.3457
1701400.3457
1702000.3458
1702500.3458
1703100.3459
1703700.3459
1704300.346
1704900.3461
1705400.3461
1706000.3462
1706600.3463
1707200.3464
1707800.3465
1708300.3466
1708900.3467
1709500.3468
1710100.3468
1710700.3469
1711200.347
1711800.3471
1712400.3472
1713000.3473
1713600.3474
1714100.3475
1714700.3476
1715300.3477
1715900.3477
1716500.3478
1717000.3479
1717600.348
1718200.348
1718800.3481
1719400.3481
1719900.3482
1720500.3482
1721100.3483
1721700.3483
1722300.3483
1722800.3484
1723400.3484
1724000.3484
1724600.3484
1725200.3485
1725700.3485
1726300.3485
1726900.3486
1727500.3486
1728100.3486
1728600.3487
1729200.3488
1729800.3488
1730400.3489
1731000.349
1731500.3491
1732100.3491
1732700.3492
1733300.3493
1733900.3494
1734400.3494
1735000.3495
1735600.3496
1736200.3496
1736800.3497
1737300.3497
1737900.3498
1738500.3498
1739100.3498
1739700.3498
1740200.3498
1740800.3498
1741400.3498
1742000.3498
1742600.3497
1743100.3497
1743700.3496
1744300.3496
1744900.3495
1745500.3495
1746000.3494
1746600.3493
1747200.3493
1747800.3492
1748400.3492
1748900.3491
1749500.3491
1750100.349
1750700.3489
1751300.3488
1751800.3487
1752400.3486
1753000.3485
1753600.3484
1754200.3483
1754700.3483
1755300.3482
1755900.3481
1756500.348
1757100.3479
1757600.3479
1758200.3478
1758800.3477
1759400.3477
1760000.3476
1760500.3475
1761100.3475
1761700.3474
1762300.3473
1762900.3472
1763400.3472
1764000.3471
1764600.347
1765200.347
1765800.3469
1766300.3468
1766900.3467
1767500.3467
1768100.3466
1768700.3465
1769200.3464
1769800.3464
1770400.3463
1771000.3462
1771600.3462
1772100.3461
1772700.346
1773300.3459
1773900.3459
1774500.3458
1775000.3457
1775600.3456
1776200.3456
1776800.3455
1777400.3454
1777900.3453
1778500.3452
1779100.3452
1779700.3451
1780300.345
1780800.3449
1781400.3448
1782000.3447
1782600.3446
1783200.3445
1783700.3444
1784300.3443
1784900.3442
1785500.3441
1786100.344
1786600.3439
1787200.3438
1787800.3437
1788400.3435
1789000.3434
1789500.3433
1790100.3432
1790700.3431
1791300.343
1791900.3428
1792400.3427
1793000.3426
1793600.3425
1794200.3423
1794800.3422
1795300.3421
1795900.342
1796500.3418
1797100.3417
1797700.3416
1798200.3415
1798800.3413
1799400.3412
1800000.3411
1800600.3411
1801100.3411
1801700.3411
1802300.3411
1802900.3411
1803500.3411
1804000.3411
1804600.3411
1805200.3411
1805800.3411
1806400.3411
1806900.3411
1807500.3412
1808100.3412
1808700.3412
1809300.3412
1809800.3412
1810400.3412
1811000.3413
1811600.3413
1812200.3413
1812700.3413
1813300.3414
1813900.3414
1814500.3414
1815100.3415
1815600.3415
1816200.3415
1816800.3416
1817400.3416
1818000.3416
1818500.3417
1819100.3417
1819700.3417
1820300.3417
1820900.3418
1821400.3418
1822000.3418
1822600.3418
1823200.3419
1823800.3419
1824300.3419
1824900.342
1825500.342
1826100.342
1826700.3421
1827200.3421
1827800.3421
1828400.3422
1829000.3422
1829600.3423
1830100.3423
1830700.3424
1831300.3424
1831900.3425
1832500.3426
1833000.3426
1833600.3427
1834200.3428
1834800.3428
1835400.3429
1835900.343
1836500.3431
1837100.3431
1837700.3432
1838300.3433
1838800.3434
1839400.3434
1840000.3435
1840600.3436
1841200.3437
1841700.3437
1842300.3438
1842900.3439
1843500.344
1844100.344
1844600.3441
1845200.3441
1845800.3442
1846400.3442
1847000.3443
1847500.3443
1848100.3443
1848700.3443
1849300.3444
1849900.3444
1850400.3442
1851000.3439
1851600.3436
1852200.3433
1852800.343
1853300.3427
1853900.3424
1854500.3421
1855100.3418
1855700.3415
1856200.3411
1856800.3408
1857400.3404
1858000.3401
1858600.3397
1859100.3394
1859700.339
1860300.3387
1860900.3383
1861500.338
1862000.3376
1862600.3372
1863200.3369
1863800.3365
1864400.3361
1864900.3358
1865500.3354
1866100.335
1866700.3346
1867300.3342
1867800.3339
1868400.3335
1869000.3331
1869600.3327
1870200.3323
1870700.3319
1871300.3315
1871900.3311
1872500.3308
1873100.3304
1873600.33
1874200.3296
1874800.3292
1875400.3288
1876000.3284
1876500.328
1877100.3277
1877700.3273
1878300.3269
1878900.3265
1879400.3261
1880000.3257
1880600.3253
1881200.325
1881800.3246
1882300.3242
1882900.3238
1883500.3234
1884100.3231
1884700.3227
1885200.3223
1885800.3219
1886400.3216
1887000.3212
1887600.3209
1888100.3205
1888700.3202
1889300.3199
1889900.3196
1890500.3193
1891000.319
1891600.3187
1892200.3184
1892800.3182
1893400.3179
1893900.3177
1894500.3175
1895100.3173
1895700.317
1896300.3169
1896800.3167
1897400.3165
1898000.3163
1898600.3162
1899200.3161
1899700.3159
1900300.3159
1900900.3159
1901500.316
1902100.316
1902600.316
1903200.3161
1903800.3161
1904400.3161
1905000.3161
1905500.3161
1906100.3161
1906700.3161
1907300.3161
1907900.3161
1908400.316
1909000.3159
1909600.3158
1910200.3157
1910800.3155
1911300.3154
1911900.3152
1912500.315
1913100.3148
1913700.3145
1914200.3142
1914800.3139
1915400.3135
1916000.3132
1916600.3127
1917100.3122
1917700.3118
1918300.3112
1918900.3106
1919500.3099
1920000.3093
1920600.3085
1921200.3077
1921800.3069
1922400.306
1922900.3049
1923500.3039
1924100.3029
1924700.3016
1925300.3004
1925800.2991
1926400.2977
1927000.2962
1927600.2946
1928200.293
1928700.2912
1929300.2894
1929900.2876
1930500.2856
1931100.2835
1931600.2814
1932200.2792
1932800.2768
1933400.2744
1934000.272
1934500.2694
1935100.2667
1935700.264
1936300.2612
1936900.2582
1937400.2552
1938000.2523
1938600.249
1939200.2458
1939800.2426
1940300.2392
1940900.2357
1941500.2322
1942100.2286
1942700.2249
1943200.2212
1943800.2176
1944400.2137
1945000.2099
1945600.206
1946100.2021
1946700.1981
1947300.1942
1947900.1903
1948500.1863
1949000.1823
1949600.1783
1950200.1743
1950800.1705
1951400.1666
1951900.1628
1952500.159
1953100.1552
1953700.1514
1954300.1476
1954800.144
1955400.1403
1956000.1367
1956600.1331
1957200.1296
1957700.1261
1958300.1227
1958900.1193
1959500.116
1960100.1127
1960600.1095
1961200.1064
1961800.1032
1962400.1002
1963000.0973
1963500.0944
1964100.0915
1964700.0888
1965300.0861
1965900.0834
1966400.0809
1967000.0784
1967600.076
1968200.0736
1968800.0714
1969300.0692
1969900.0669
1970500.0649
1971100.0629
1971700.061
1972200.0591
1972800.0573
1973400.0555
1974000.0537
1974600.0521
1975100.0505
1975700.0489
1976300.0474
1976900.0459
1977500.0445
1978000.043
1978600.0417
1979200.0404
1979800.0391
1980400.0378
1980900.0366
1981500.0354
1982100.0343
1982700.0332
1983300.0321
1983800.031
1984400.03
1985000.029
1985600.0281
1986200.0271
1986700.0263
1987300.0254
1987900.0245
1988500.0238
1989100.023
1989600.0223
1990200.0216
1990800.021
1991400.0204
1992000.0197
1992500.0192
1993100.0187
1993700.0181
1994300.0177
1994900.0172
1995400.0168
1996000.0163
1996600.016
1997200.0156
1997800.0152
1998300.0149
1998900.0145
1999500.0142
2000100.0139
2000700.0136
2001200.0133
2001800.013
2002400.0127
2003000.0124
2003600.0121
2004100.0118
2004700.0115
2005300.0113
2005900.011
2006500.0107
2007000.0104
2007600.0102
2008200.0099
2008800.0096
2009400.0094
2009900.0091
2010500.0089
2011100.0086
2011700.0083
2012300.0081
2012800.0079
2013400.0076
2014000.0074
2014600.0072
2015200.0069
2015700.0067
2016300.0065
2016900.0063
2017500.0061
2018100.006
2018600.0058
2019200.0056
2019800.0054
2020400.0053
2021000.0051
2021500.005
2022100.0048
2022700.0047
2023300.0046
2023900.0044
2024400.0043
2025000.0042
2025600.0041
2026200.0039
2026800.0038
2027300.0037
2027900.0036
2028500.0035
2029100.0033
2029700.0032
2030200.0031
2030800.003
2031400.0029
2032000.0028
2032600.0027
2033100.0026
2033700.0025
2034300.0024
2034900.0023
2035500.0023
2036000.0022
2036600.0021
2037200.002
2037800.0019
2038400.0019
2038900.0018
2039500.0017
2040100.0017
2040700.0016
2041300.0016
2041800.0015
2042400.0015
2043000.0014
2043600.0014
2044200.0014
2044700.0014
2045300.0013
2045900.0013
2046500.0013
2047100.0013
2047600.0013
2048200.0012
2048800.0012
2049400.0012
2050000.0012
2050500.0012
2051100.0012
2051700.0012
2052300.0012
2052900.0012
2053400.0012
2054000.0012
2054600.0012
2055200.0012
2055800.0012
2056300.0012
2056900.0012
2057500.0012
2058100.0012
2058700.0011
2059200.0011
2059800.0011
2060400.0011
2061000.0011
2061600.0011
2062100.001
2062700.001
2063300.001
2063900.001
2064500.0009
2065000.0009
2065600.0009
2066200.0008
2066800.0008
2067400.0008
2067900.0007
2068500.0007
2069100.0007
2069700.0006
2070300.0006
2070800.0006
2071400.0005
2072000.0005
2072600.0005
2073200.0004
2073700.0004
2074300.0004
2074900.0004
2075500.0003
2076100.0003
2076600.0003
2077200.0003
2077800.0002
2078400.0002
2079000.0002
2079500.0002
2080100.0002
2080700.0001
2081300.0001
2081900.0001
2082400.0001
2083000.0001
2083600.0001
2084200.0001
2084800.0001
2085300.0001
2085900.0001
2086500.0001
2087100.0001
2087700.0001
2088200.0001
2088800.0001
2089400.0001
2090000.0001
2090600.0001
2091100.0001
2091700.0001
2092300.0001
2092900.0001
2093500.0001
2094000.0001
2094600.0001
2095200.0001
2095800.0001
2096400.0001
2096900.0001
2097500.0001
2098100.0001
2098700.0001
2099300.0001
2099800.0001
2100400.0001
2101000.0001
2101600.0001
2102200.0001
2102700.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F2100W b/scopesim/data/svo/JWST/MIRI.F2100W new file mode 100644 index 00000000..976229f6 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F2100W @@ -0,0 +1,5898 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1714100.0001
1714700.0001
1715300.0001
1715900.0001
1716500.0001
1717000.0001
1717600.0001
1718200.0001
1718800.0001
1719400.0002
1719900.0002
1720500.0002
1721100.0002
1721700.0002
1722300.0002
1722800.0002
1723400.0003
1724000.0003
1724600.0003
1725200.0003
1725700.0003
1726300.0003
1726900.0003
1727500.0003
1728100.0004
1728600.0004
1729200.0004
1729800.0004
1730400.0004
1731000.0003
1731500.0003
1732100.0003
1732700.0003
1733300.0003
1733900.0003
1734400.0003
1735000.0003
1735600.0003
1736200.0003
1736800.0003
1737300.0003
1737900.0003
1738500.0003
1739100.0003
1739700.0002
1740200.0002
1740800.0002
1741400.0002
1742000.0002
1742600.0002
1743100.0002
1743700.0002
1744300.0002
1744900.0002
1745500.0002
1746000.0002
1746600.0003
1747200.0003
1747800.0003
1748400.0003
1748900.0003
1749500.0003
1750100.0003
1750700.0003
1751300.0003
1751800.0004
1752400.0004
1753000.0004
1753600.0004
1754200.0005
1754700.0005
1755300.0005
1755900.0006
1756500.0006
1757100.0007
1757600.0007
1758200.0008
1758800.0008
1759400.0008
1760000.0009
1760500.0009
1761100.001
1761700.001
1762300.0011
1762900.0011
1763400.0012
1764000.0012
1764600.0012
1765200.0013
1765800.0013
1766300.0013
1766900.0014
1767500.0014
1768100.0014
1768700.0014
1769200.0014
1769800.0015
1770400.0015
1771000.0015
1771600.0015
1772100.0015
1772700.0016
1773300.0016
1773900.0016
1774500.0016
1775000.0017
1775600.0017
1776200.0017
1776800.0017
1777400.0018
1777900.0018
1778500.0019
1779100.0019
1779700.002
1780300.002
1780800.0021
1781400.0022
1782000.0022
1782600.0023
1783200.0024
1783700.0025
1784300.0025
1784900.0026
1785500.0027
1786100.0028
1786600.003
1787200.0031
1787800.0032
1788400.0033
1789000.0034
1789500.0036
1790100.0037
1790700.0038
1791300.004
1791900.0041
1792400.0043
1793000.0044
1793600.0046
1794200.0047
1794800.0049
1795300.0051
1795900.0052
1796500.0054
1797100.0056
1797700.0058
1798200.006
1798800.0062
1799400.0064
1800000.0067
1800600.0069
1801100.0072
1801700.0074
1802300.0077
1802900.008
1803500.0083
1804000.0086
1804600.0089
1805200.0092
1805800.0096
1806400.0099
1806900.0103
1807500.0107
1808100.0111
1808700.0116
1809300.0121
1809800.0126
1810400.0131
1811000.0136
1811600.0142
1812200.0148
1812700.0154
1813300.0161
1813900.0167
1814500.0175
1815100.0182
1815600.019
1816200.0198
1816800.0207
1817400.0216
1818000.0224
1818500.0235
1819100.0245
1819700.0255
1820300.0266
1820900.0278
1821400.029
1822000.0302
1822600.0316
1823200.0329
1823800.0343
1824300.0358
1824900.0373
1825500.0389
1826100.0405
1826700.0423
1827200.044
1827800.0458
1828400.0478
1829000.0498
1829600.0518
1830100.0539
1830700.0561
1831300.0584
1831900.0607
1832500.0632
1833000.0658
1833600.0684
1834200.071
1834800.0739
1835400.0768
1835900.0797
1836500.0828
1837100.086
1837700.0893
1838300.0926
1838800.0961
1839400.0996
1840000.1031
1840600.107
1841200.1108
1841700.1146
1842300.1186
1842900.1226
1843500.1267
1844100.1308
1844600.1351
1845200.1394
1845800.1437
1846400.1481
1847000.1525
1847500.157
1848100.1614
1848700.166
1849300.1705
1849900.175
1850400.1795
1851000.184
1851600.1884
1852200.1928
1852800.1972
1853300.2015
1853900.2058
1854500.2101
1855100.2143
1855700.2185
1856200.2227
1856800.2267
1857400.2306
1858000.2346
1858600.2383
1859100.242
1859700.2458
1860300.2493
1860900.2526
1861500.256
1862000.2593
1862600.2623
1863200.2653
1863800.2683
1864400.2711
1864900.2737
1865500.2763
1866100.2789
1866700.2811
1867300.2833
1867800.2856
1868400.2876
1869000.2894
1869600.2913
1870200.2931
1870700.2946
1871300.2961
1871900.2977
1872500.299
1873100.3002
1873600.3014
1874200.3025
1874800.3034
1875400.3043
1876000.3053
1876500.3059
1877100.3066
1877700.3073
1878300.3078
1878900.3082
1879400.3086
1880000.309
1880600.3093
1881200.3095
1881800.3097
1882300.3098
1882900.3099
1883500.3099
1884100.3099
1884700.3099
1885200.3098
1885800.3098
1886400.3096
1887000.3095
1887600.3093
1888100.3092
1888700.309
1889300.3089
1889900.3087
1890500.3086
1891000.3084
1891600.3082
1892200.3081
1892800.3079
1893400.3078
1893900.3076
1894500.3075
1895100.3074
1895700.3073
1896300.3072
1896800.3071
1897400.307
1898000.3068
1898600.3067
1899200.3066
1899700.3065
1900300.3065
1900900.3065
1901500.3065
1902100.3065
1902600.3065
1903200.3065
1903800.3065
1904400.3064
1905000.3063
1905500.3063
1906100.3062
1906700.306
1907300.3059
1907900.3058
1908400.3056
1909000.3054
1909600.3052
1910200.305
1910800.3047
1911300.3045
1911900.3043
1912500.304
1913100.3037
1913700.3035
1914200.3032
1914800.3029
1915400.3027
1916000.3024
1916600.3021
1917100.3018
1917700.3016
1918300.3013
1918900.3011
1919500.3008
1920000.3006
1920600.3004
1921200.3002
1921800.3
1922400.2998
1922900.2996
1923500.2995
1924100.2993
1924700.2992
1925300.299
1925800.2989
1926400.2988
1927000.2987
1927600.2986
1928200.2985
1928700.2984
1929300.2983
1929900.2983
1930500.2982
1931100.2981
1931600.298
1932200.2979
1932800.2978
1933400.2978
1934000.2977
1934500.2975
1935100.2974
1935700.2973
1936300.2972
1936900.2971
1937400.2969
1938000.2968
1938600.2966
1939200.2964
1939800.2962
1940300.296
1940900.2958
1941500.2956
1942100.2954
1942700.2952
1943200.2949
1943800.2947
1944400.2945
1945000.2942
1945600.294
1946100.2937
1946700.2934
1947300.2932
1947900.2929
1948500.2927
1949000.2924
1949600.2922
1950200.292
1950800.2919
1951400.2918
1951900.2917
1952500.2916
1953100.2915
1953700.2914
1954300.2913
1954800.2913
1955400.2912
1956000.2911
1956600.2911
1957200.291
1957700.291
1958300.2909
1958900.2909
1959500.2908
1960100.2908
1960600.2908
1961200.2908
1961800.2908
1962400.2908
1963000.2908
1963500.2908
1964100.2908
1964700.2908
1965300.2909
1965900.2909
1966400.2909
1967000.291
1967600.291
1968200.291
1968800.2911
1969300.2911
1969900.2912
1970500.2912
1971100.2913
1971700.2913
1972200.2914
1972800.2915
1973400.2915
1974000.2916
1974600.2917
1975100.2917
1975700.2918
1976300.2919
1976900.292
1977500.2921
1978000.2923
1978600.2924
1979200.2926
1979800.2927
1980400.2929
1980900.2931
1981500.2933
1982100.2936
1982700.2938
1983300.2941
1983800.2943
1984400.2946
1985000.2949
1985600.2952
1986200.2955
1986700.2959
1987300.2962
1987900.2965
1988500.2969
1989100.2973
1989600.2976
1990200.298
1990800.2983
1991400.2987
1992000.299
1992500.2994
1993100.2997
1993700.3
1994300.3004
1994900.3007
1995400.301
1996000.3013
1996600.3016
1997200.3019
1997800.3022
1998300.3024
1998900.3027
1999500.303
2000100.3032
2000700.3035
2001200.3037
2001800.304
2002400.3042
2003000.3044
2003600.3046
2004100.3049
2004700.3051
2005300.3053
2005900.3055
2006500.3057
2007000.3059
2007600.3061
2008200.3063
2008800.3065
2009400.3067
2009900.3069
2010500.3071
2011100.3073
2011700.3075
2012300.3076
2012800.3078
2013400.308
2014000.3081
2014600.3083
2015200.3085
2015700.3086
2016300.3088
2016900.3089
2017500.3091
2018100.3092
2018600.3094
2019200.3095
2019800.3097
2020400.3099
2021000.31
2021500.3102
2022100.3104
2022700.3105
2023300.3107
2023900.3109
2024400.3111
2025000.3113
2025600.3115
2026200.3117
2026800.3119
2027300.3121
2027900.3123
2028500.3125
2029100.3127
2029700.3129
2030200.3131
2030800.3133
2031400.3135
2032000.3137
2032600.3139
2033100.3141
2033700.3142
2034300.3144
2034900.3146
2035500.3148
2036000.3149
2036600.3151
2037200.3152
2037800.3153
2038400.3155
2038900.3156
2039500.3157
2040100.3158
2040700.3159
2041300.3159
2041800.316
2042400.3161
2043000.3161
2043600.3162
2044200.3162
2044700.3163
2045300.3163
2045900.3164
2046500.3164
2047100.3164
2047600.3164
2048200.3164
2048800.3165
2049400.3165
2050000.3165
2050500.3162
2051100.3159
2051700.3157
2052300.3154
2052900.3151
2053400.3149
2054000.3146
2054600.3143
2055200.3141
2055800.3138
2056300.3135
2056900.3133
2057500.313
2058100.3128
2058700.3125
2059200.3123
2059800.3121
2060400.3118
2061000.3116
2061600.3114
2062100.3111
2062700.3109
2063300.3107
2063900.3105
2064500.3103
2065000.31
2065600.3098
2066200.3096
2066800.3094
2067400.3092
2067900.3089
2068500.3087
2069100.3085
2069700.3082
2070300.308
2070800.3078
2071400.3075
2072000.3073
2072600.307
2073200.3067
2073700.3065
2074300.3062
2074900.3059
2075500.3057
2076100.3054
2076600.3051
2077200.3048
2077800.3045
2078400.3042
2079000.3038
2079500.3035
2080100.3032
2080700.3029
2081300.3025
2081900.3022
2082400.3018
2083000.3015
2083600.3011
2084200.3008
2084800.3004
2085300.3
2085900.2997
2086500.2993
2087100.2989
2087700.2985
2088200.2982
2088800.2978
2089400.2974
2090000.297
2090600.2966
2091100.2962
2091700.2958
2092300.2953
2092900.2949
2093500.2945
2094000.2941
2094600.2936
2095200.2932
2095800.2928
2096400.2924
2096900.2919
2097500.2915
2098100.291
2098700.2906
2099300.2902
2099800.2897
2100400.2896
2101000.2896
2101600.2896
2102200.2896
2102700.2896
2103300.2897
2103900.2897
2104500.2897
2105100.2898
2105600.2899
2106200.29
2106800.2901
2107400.2902
2108000.2904
2108500.2905
2109100.2907
2109700.2909
2110300.2911
2110900.2913
2111400.2916
2112000.2918
2112600.2921
2113200.2923
2113800.2926
2114300.2929
2114900.2932
2115500.2935
2116100.2937
2116700.294
2117200.2943
2117800.2946
2118400.2949
2119000.2952
2119600.2955
2120100.2958
2120700.2961
2121300.2964
2121900.2967
2122500.2969
2123000.2972
2123600.2975
2124200.2978
2124800.2981
2125400.2983
2125900.2986
2126500.2989
2127100.2992
2127700.2994
2128300.2997
2128800.3
2129400.3003
2130000.3006
2130600.3009
2131200.3012
2131700.3015
2132300.3018
2132900.3022
2133500.3025
2134100.3028
2134600.3031
2135200.3035
2135800.3038
2136400.3041
2137000.3044
2137500.3048
2138100.3051
2138700.3054
2139300.3058
2139900.3061
2140400.3064
2141000.3067
2141600.307
2142200.3074
2142800.3077
2143300.308
2143900.3083
2144500.3086
2145100.3088
2145700.3091
2146200.3094
2146800.3097
2147400.31
2148000.3102
2148600.3105
2149100.3107
2149700.311
2150300.3111
2150900.3112
2151500.3112
2152000.3112
2152600.3112
2153200.3112
2153800.3113
2154400.3113
2154900.3113
2155500.3112
2156100.3112
2156700.3112
2157300.3112
2157800.3112
2158400.3111
2159000.3111
2159600.311
2160200.3109
2160700.3109
2161300.3108
2161900.3107
2162500.3106
2163100.3105
2163600.3104
2164200.3103
2164800.3102
2165400.3101
2166000.3101
2166500.3099
2167100.3098
2167700.3097
2168300.3096
2168900.3095
2169400.3095
2170000.3094
2170600.3093
2171200.3092
2171800.3092
2172300.3091
2172900.3091
2173500.3091
2174100.3091
2174700.3091
2175200.3091
2175800.3091
2176400.3092
2177000.3092
2177600.3093
2178100.3094
2178700.3095
2179300.3096
2179900.3097
2180500.3098
2181000.3099
2181600.31
2182200.3102
2182800.3103
2183400.3104
2183900.3106
2184500.3107
2185100.3108
2185700.3109
2186300.311
2186800.3112
2187400.3113
2188000.3114
2188600.3114
2189200.3115
2189700.3116
2190300.3116
2190900.3117
2191500.3117
2192100.3118
2192600.3118
2193200.3118
2193800.3118
2194400.3118
2195000.3118
2195500.3117
2196100.3117
2196700.3117
2197300.3116
2197900.3116
2198400.3116
2199000.3115
2199600.3115
2200200.3114
2200800.3113
2201300.3111
2201900.311
2202500.3109
2203100.3107
2203700.3106
2204200.3105
2204800.3103
2205400.3102
2206000.3101
2206600.31
2207100.3098
2207700.3097
2208300.3095
2208900.3094
2209500.3092
2210000.3091
2210600.3089
2211200.3088
2211800.3086
2212400.3084
2212900.3082
2213500.3081
2214100.3079
2214700.3077
2215300.3075
2215800.3073
2216400.3071
2217000.3069
2217600.3066
2218200.3064
2218700.3062
2219300.306
2219900.3058
2220500.3055
2221100.3053
2221600.3051
2222200.3048
2222800.3046
2223400.3044
2224000.3041
2224500.3039
2225100.3037
2225700.3035
2226300.3032
2226900.303
2227400.3028
2228000.3026
2228600.3024
2229200.3022
2229800.302
2230300.3018
2230900.3016
2231500.3014
2232100.3012
2232700.3011
2233200.3009
2233800.3007
2234400.3005
2235000.3004
2235600.3002
2236100.3
2236700.2999
2237300.2997
2237900.2995
2238500.2994
2239000.2992
2239600.2991
2240200.2989
2240800.2988
2241400.2986
2241900.2985
2242500.2984
2243100.2982
2243700.2981
2244300.298
2244800.2978
2245400.2977
2246000.2976
2246600.2975
2247200.2974
2247700.2972
2248300.2971
2248900.297
2249500.297
2250100.2969
2250600.2968
2251200.2967
2251800.2966
2252400.2965
2253000.2965
2253500.2964
2254100.2963
2254700.2962
2255300.2962
2255900.2961
2256400.2961
2257000.296
2257600.2959
2258200.2958
2258800.2958
2259300.2957
2259900.2956
2260500.2955
2261100.2954
2261700.2953
2262200.2951
2262800.295
2263400.2948
2264000.2947
2264600.2945
2265100.2942
2265700.294
2266300.2938
2266900.2935
2267500.2933
2268000.293
2268600.2926
2269200.2922
2269800.2919
2270400.2915
2270900.291
2271500.2906
2272100.2901
2272700.2895
2273300.289
2273800.2884
2274400.2878
2275000.2871
2275600.2864
2276200.2857
2276700.2849
2277300.2841
2277900.2833
2278500.2824
2279100.2815
2279600.2806
2280200.2797
2280800.2786
2281400.2776
2282000.2766
2282500.2754
2283100.2742
2283700.2731
2284300.2719
2284900.2706
2285400.2693
2286000.268
2286600.2666
2287200.2652
2287800.2639
2288300.2624
2288900.2609
2289500.2594
2290100.2578
2290700.2562
2291200.2546
2291800.2529
2292400.2512
2293000.2495
2293600.2477
2294100.2459
2294700.2441
2295300.2422
2295900.2404
2296500.2384
2297000.2364
2297600.2344
2298200.2324
2298800.2303
2299400.2282
2299900.2261
2300500.2239
2301100.2216
2301700.2194
2302300.2171
2302800.2147
2303400.2123
2304000.21
2304600.2075
2305200.2051
2305700.2027
2306300.2002
2306900.1977
2307500.1952
2308100.1926
2308600.1901
2309200.1875
2309800.185
2310400.1824
2311000.1798
2311500.1773
2312100.1747
2312700.1721
2313300.1695
2313900.167
2314400.1644
2315000.1618
2315600.1593
2316200.1568
2316800.1543
2317300.1518
2317900.1493
2318500.1468
2319100.1444
2319700.1419
2320200.1395
2320800.1372
2321400.1348
2322000.1324
2322600.1301
2323100.1279
2323700.1256
2324300.1233
2324900.1211
2325500.1189
2326000.1168
2326600.1146
2327200.1125
2327800.1104
2328400.1083
2328900.1063
2329500.1043
2330100.1023
2330700.1003
2331300.0984
2331800.0964
2332400.0945
2333000.0926
2333600.0908
2334200.0889
2334700.0871
2335300.0854
2335900.0836
2336500.0818
2337100.0801
2337600.0784
2338200.0768
2338800.0751
2339400.0735
2340000.0719
2340500.0704
2341100.0688
2341700.0673
2342300.0658
2342900.0643
2343400.0629
2344000.0615
2344600.0601
2345200.0588
2345800.0574
2346300.0561
2346900.0549
2347500.0536
2348100.0524
2348700.0513
2349200.0501
2349800.049
2350400.0479
2351000.0469
2351600.0459
2352100.0449
2352700.044
2353300.0431
2353900.0422
2354500.0413
2355000.0405
2355600.0396
2356200.0389
2356800.0381
2357400.0374
2357900.0367
2358500.036
2359100.0353
2359700.0346
2360300.034
2360800.0334
2361400.0327
2362000.0321
2362600.0315
2363200.031
2363700.0304
2364300.0298
2364900.0293
2365500.0287
2366100.0282
2366600.0276
2367200.0271
2367800.0265
2368400.026
2369000.0255
2369500.0249
2370100.0244
2370700.0239
2371300.0233
2371900.0228
2372400.0223
2373000.0217
2373600.0212
2374200.0207
2374800.0202
2375300.0196
2375900.0191
2376500.0186
2377100.0182
2377700.0177
2378200.0172
2378800.0167
2379400.0163
2380000.0158
2380600.0154
2381100.015
2381700.0146
2382300.0142
2382900.0138
2383500.0135
2384000.0131
2384600.0128
2385200.0125
2385800.0122
2386400.0119
2386900.0116
2387500.0114
2388100.0111
2388700.0109
2389300.0107
2389800.0104
2390400.0102
2391000.01
2391600.0099
2392200.0097
2392700.0095
2393300.0093
2393900.0092
2394500.009
2395100.0089
2395600.0087
2396200.0086
2396800.0085
2397400.0083
2398000.0082
2398500.0081
2399100.0079
2399700.0078
2400300.0077
2400900.0076
2401400.0074
2402000.0073
2402600.0072
2403200.0071
2403800.0069
2404300.0068
2404900.0067
2405500.0066
2406100.0065
2406700.0064
2407200.0063
2407800.0061
2408400.006
2409000.0059
2409600.0058
2410100.0057
2410700.0056
2411300.0055
2411900.0055
2412500.0054
2413000.0053
2413600.0052
2414200.0051
2414800.005
2415400.0049
2415900.0049
2416500.0048
2417100.0047
2417700.0047
2418300.0046
2418800.0045
2419400.0045
2420000.0044
2420600.0044
2421200.0043
2421700.0043
2422300.0042
2422900.0042
2423500.0041
2424100.0041
2424600.004
2425200.004
2425800.0039
2426400.0039
2427000.0039
2427500.0038
2428100.0038
2428700.0038
2429300.0037
2429900.0037
2430400.0037
2431000.0036
2431600.0036
2432200.0036
2432800.0035
2433300.0035
2433900.0035
2434500.0035
2435100.0034
2435700.0034
2436200.0034
2436800.0033
2437400.0033
2438000.0033
2438600.0033
2439100.0032
2439700.0032
2440300.0032
2440900.0031
2441500.0031
2442000.0031
2442600.003
2443200.003
2443800.003
2444400.003
2444900.0029
2445500.0029
2446100.0029
2446700.0028
2447300.0028
2447800.0028
2448400.0027
2449000.0027
2449600.0027
2450200.0026
2450700.0026
2451300.0026
2451900.0026
2452500.0025
2453100.0025
2453600.0025
2454200.0024
2454800.0024
2455400.0024
2456000.0023
2456500.0023
2457100.0022
2457700.0022
2458300.0022
2458900.0021
2459400.0021
2460000.0021
2460600.002
2461200.002
2461800.002
2462300.0019
2462900.0019
2463500.0019
2464100.0018
2464700.0018
2465200.0017
2465800.0017
2466400.0017
2467000.0016
2467600.0016
2468100.0015
2468700.0015
2469300.0015
2469900.0014
2470500.0014
2471000.0014
2471600.0013
2472200.0013
2472800.0012
2473400.0012
2473900.0012
2474500.0011
2475100.0011
2475700.001
2476300.001
2476800.0009
2477400.0009
2478000.0009
2478600.0008
2479200.0008
2479700.0007
2480300.0007
2480900.0007
2481500.0006
2482100.0006
2482600.0005
2483200.0005
2483800.0005
2484400.0004
2485000.0004
2485500.0004
2486100.0003
2486700.0003
2487300.0003
2487900.0003
2488400.0002
2489000.0002
2489600.0002
2490200.0002
2490800.0002
2491300.0001
2491900.0001
2492500.0001
2493100.0001
2493700.0001
2494200.0001
2494800.0001
2495400.0001
2496000.0001
2496600.0002
2497100.0002
2497700.0002
2498300.0002
2498900.0002
2499500.0002
2500000.0002
2500600.0003
2501200.0003
2501800.0003
2502400.0003
2502900.0004
2503500.0004
2504100.0004
2504700.0004
2505300.0004
2505800.0005
2506400.0005
2507000.0005
2507600.0005
2508200.0005
2508700.0006
2509300.0006
2509900.0006
2510500.0006
2511100.0006
2511600.0006
2512200.0006
2512800.0006
2513400.0006
2514000.0006
2514500.0006
2515100.0006
2515700.0006
2516300.0006
2516900.0006
2517400.0006
2518000.0006
2518600.0006
2519200.0005
2519800.0005
2520300.0005
2520900.0005
2521500.0005
2522100.0005
2522700.0005
2523200.0005
2523800.0005
2524400.0004
2525000.0004
2525600.0004
2526100.0004
2526700.0004
2527300.0004
2527900.0004
2528500.0004
2529000.0004
2529600.0004
2530200.0004
2530800.0004
2531400.0004
2531900.0004
2532500.0004
2533100.0004
2533700.0004
2534300.0004
2534800.0004
2535400.0004
2536000.0004
2536600.0004
2537200.0004
2537700.0004
2538300.0004
2538900.0004
2539500.0003
2540100.0003
2540600.0003
2541200.0003
2541800.0003
2542400.0003
2543000.0003
2543500.0003
2544100.0003
2544700.0003
2545300.0003
2545900.0003
2546400.0003
2547000.0003
2547600.0003
2548200.0003
2548800.0003
2549300.0002
2549900.0002
2550500.0002
2551100.0002
2551700.0002
2552200.0002
2552800.0002
2553400.0002
2554000.0001
2554600.0001
2555100.0001
2555700.0001
2556300.0001
2556900.0001
2557500.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F2300C b/scopesim/data/svo/JWST/MIRI.F2300C new file mode 100644 index 00000000..65a42281 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F2300C @@ -0,0 +1,879 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1916500.00074509
192013.220.0008194366
192376.430.0008937832
192739.650.00096812981
193102.860.0010424764
193466.080.001116823
193829.30.0011911696
194192.510.0012655162
194555.730.0013398628
194918.940.0014142813
195282.160.0014951035
195645.380.0016314529
196008.590.0019501684
196371.810.0025703868
196735.030.0034637886
197098.240.004490946
197461.460.0055491624
197824.670.0066110721
198187.890.0076958509
198551.110.0088807633
198914.320.010272933
199277.540.011904518
199640.750.013759846
200003.970.015956275
200367.190.018696827
200730.40.022068412
201093.620.026197377
201456.830.031377756
201820.050.037705204
202183.270.045030033
202546.480.053353796
202909.70.062673011
203272.910.072649129
203636.130.082940865
203999.350.093587013
204362.560.10478652
204725.780.11650292
205088.990.12847912
205452.210.14045851
205815.430.15210386
206178.640.16291086
206541.860.17261436
206905.080.18144262
207268.290.18964103
207631.510.19714908
207994.720.20385409
208357.940.2096493
208721.160.21435021
209084.370.21793062
209447.590.22067238
209810.80.22298479
210174.020.2251784
210537.240.22737951
210900.450.22959676
211263.670.23181503
211626.880.23400327
211990.10.23608105
212353.320.23796032
212716.530.23964485
213079.750.24122538
213442.960.24277884
213806.180.24432971
214169.40.24586726
214532.610.2473064
214895.830.24845237
215259.050.24915204
215622.260.24949338
215985.480.24973516
216348.690.25007623
216711.910.25055676
217075.130.25111649
217438.340.25167899
217801.560.25217527
218164.770.25255673
218527.990.25283293
218891.210.25305694
219254.420.2532665
219617.640.25345131
219980.850.25354531
220344.070.25347049
220707.290.25322475
221070.50.2528846
221433.720.25251886
221796.930.25215134
222160.150.25178625
222523.370.25142557
222886.580.25106643
223249.80.25067992
223613.020.250186
223976.230.24949879
224339.450.24862281
224702.660.24764662
225065.880.24664426
225429.10.24563665
225792.310.24461828
226155.530.243581
226518.740.24252555
226881.960.24146059
227245.180.24039323
227608.390.23932568
227971.610.2382599
228334.820.23721618
228698.040.2362609
229061.260.23547674
229424.470.23487242
229787.690.23437149
230150.90.23390012
230514.120.23343179
230877.340.2329635
231240.550.23249536
231603.770.23202861
231966.980.23156642
232330.20.2311118
232693.420.23066405
233056.630.23021968
233419.850.22977609
233783.070.22933256
234146.280.22888995
234509.50.22846092
234872.710.22809112
235235.930.22784344
235599.150.22773174
235962.360.22770309
236325.580.22770004
236688.790.22769986
237052.010.22769525
237415.230.22766336
237778.440.22755988
238141.660.22735799
238504.870.22708169
238868.090.22677403
239231.310.22642852
239594.520.2259219
239957.740.22505214
240320.950.22374443
240684.170.22214687
241047.390.22045072
241410.60.2187409
241773.820.21702508
242137.040.21525797
242500.250.21331928
242863.470.21109282
243226.680.20860208
243589.90.20597999
243953.120.20332521
244316.330.20063104
244679.550.19773709
245042.760.19436185
245405.980.19035331
245769.20.18578638
246132.410.18071076
246495.630.17509868
246858.840.16899748
247222.060.16239193
247585.280.15513905
247948.490.14727227
248311.710.13907494
248674.920.13080377
249038.140.12258247
249401.360.11447685
249764.570.10649686
250127.790.098591579
250491.010.090710316
250854.220.082863978
251217.440.075175643
251580.650.067841209
251943.870.060931263
252307.090.054305157
252670.30.047844305
253033.520.041733994
253396.730.036371605
253759.950.031897259
254123.170.028008797
254486.380.024387747
254849.60.021079832
255212.810.018316797
255576.030.016115335
255939.250.014231037
256302.460.012455219
256665.680.010799628
257028.890.0094147782
257392.110.0083777174
257755.330.0075864967
258118.540.0068858332
258481.760.0061993697
258844.970.005516806
259208.190.004862312
259571.410.0042956375
259934.620.0038685895
260297.840.0035634002
260661.060.0033154617
261024.270.0030801148
261387.490.0028455498
261750.70.0026109856
262113.920.0023764213
262477.140.0021418571
262840.350.0019072928
263203.570.0016727285
263566.780.0014381643
2639300.0012036
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F2550W b/scopesim/data/svo/JWST/MIRI.F2550W new file mode 100644 index 00000000..5c8cbd98 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F2550W @@ -0,0 +1,6006 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2140400.0001
2141000.0001
2141600.0001
2142200.0001
2142800.0001
2143300.0001
2143900.0002
2144500.0002
2145100.0002
2145700.0002
2146200.0002
2146800.0003
2147400.0003
2148000.0003
2148600.0003
2149100.0003
2149700.0003
2150300.0004
2150900.0004
2151500.0004
2152000.0004
2152600.0004
2153200.0004
2153800.0004
2154400.0004
2154900.0004
2155500.0004
2156100.0004
2156700.0004
2157300.0004
2157800.0004
2158400.0004
2159000.0004
2159600.0004
2160200.0004
2160700.0004
2161300.0004
2161900.0004
2162500.0004
2163100.0004
2163600.0003
2164200.0003
2164800.0003
2165400.0003
2166000.0003
2166500.0003
2167100.0003
2167700.0003
2168300.0003
2168900.0003
2169400.0003
2170000.0003
2170600.0003
2171200.0003
2171800.0003
2172300.0003
2172900.0003
2173500.0003
2174100.0003
2174700.0003
2175200.0003
2175800.0003
2176400.0003
2177000.0003
2177600.0003
2178100.0003
2178700.0003
2179300.0003
2179900.0004
2180500.0004
2181000.0004
2181600.0004
2182200.0004
2182800.0004
2183400.0004
2183900.0005
2184500.0005
2185100.0005
2185700.0005
2186300.0005
2186800.0006
2187400.0006
2188000.0006
2188600.0006
2189200.0007
2189700.0007
2190300.0007
2190900.0007
2191500.0008
2192100.0008
2192600.0008
2193200.0008
2193800.0009
2194400.0009
2195000.0009
2195500.001
2196100.001
2196700.001
2197300.001
2197900.0011
2198400.0011
2199000.0011
2199600.0012
2200200.0012
2200800.0012
2201300.0012
2201900.0013
2202500.0013
2203100.0013
2203700.0013
2204200.0013
2204800.0014
2205400.0014
2206000.0014
2206600.0014
2207100.0014
2207700.0014
2208300.0015
2208900.0015
2209500.0015
2210000.0015
2210600.0015
2211200.0015
2211800.0015
2212400.0015
2212900.0015
2213500.0015
2214100.0015
2214700.0015
2215300.0015
2215800.0015
2216400.0015
2217000.0015
2217600.0015
2218200.0016
2218700.0016
2219300.0016
2219900.0016
2220500.0016
2221100.0016
2221600.0016
2222200.0016
2222800.0016
2223400.0016
2224000.0017
2224500.0017
2225100.0017
2225700.0017
2226300.0017
2226900.0018
2227400.0018
2228000.0018
2228600.0019
2229200.0019
2229800.0019
2230300.002
2230900.002
2231500.0021
2232100.0021
2232700.0022
2233200.0023
2233800.0023
2234400.0024
2235000.0025
2235600.0025
2236100.0026
2236700.0027
2237300.0028
2237900.0029
2238500.0029
2239000.003
2239600.0031
2240200.0032
2240800.0033
2241400.0034
2241900.0036
2242500.0037
2243100.0038
2243700.0039
2244300.004
2244800.0041
2245400.0042
2246000.0044
2246600.0045
2247200.0046
2247700.0047
2248300.0048
2248900.005
2249500.0051
2250100.0052
2250600.0053
2251200.0055
2251800.0056
2252400.0057
2253000.0058
2253500.006
2254100.0061
2254700.0062
2255300.0063
2255900.0065
2256400.0066
2257000.0067
2257600.0069
2258200.007
2258800.0071
2259300.0073
2259900.0074
2260500.0075
2261100.0077
2261700.0078
2262200.008
2262800.0081
2263400.0083
2264000.0085
2264600.0087
2265100.0088
2265700.009
2266300.0092
2266900.0094
2267500.0096
2268000.0098
2268600.0101
2269200.0103
2269800.0105
2270400.0108
2270900.0111
2271500.0113
2272100.0116
2272700.0119
2273300.0122
2273800.0125
2274400.0129
2275000.0132
2275600.0135
2276200.0139
2276700.0143
2277300.0147
2277900.015
2278500.0155
2279100.0159
2279600.0163
2280200.0167
2280800.0172
2281400.0176
2282000.0181
2282500.0186
2283100.0191
2283700.0196
2284300.0201
2284900.0206
2285400.0212
2286000.0217
2286600.0223
2287200.0228
2287800.0234
2288300.024
2288900.0246
2289500.0252
2290100.0258
2290700.0265
2291200.0272
2291800.0278
2292400.0285
2293000.0292
2293600.0299
2294100.0306
2294700.0314
2295300.0321
2295900.0329
2296500.0337
2297000.0345
2297600.0353
2298200.0361
2298800.037
2299400.0378
2299900.0387
2300500.0396
2301100.0405
2301700.0414
2302300.0424
2302800.0434
2303400.0444
2304000.0454
2304600.0465
2305200.0476
2305700.0486
2306300.0498
2306900.0509
2307500.0521
2308100.0533
2308600.0545
2309200.0558
2309800.057
2310400.0584
2311000.0597
2311500.0611
2312100.0624
2312700.0639
2313300.0653
2313900.0668
2314400.0683
2315000.0698
2315600.0713
2316200.0729
2316800.0745
2317300.0761
2317900.0777
2318500.0794
2319100.081
2319700.0827
2320200.0844
2320800.0861
2321400.0879
2322000.0896
2322600.0914
2323100.0932
2323700.0949
2324300.0967
2324900.0985
2325500.1003
2326000.1022
2326600.104
2327200.1058
2327800.1077
2328400.1095
2328900.1114
2329500.1132
2330100.1151
2330700.1169
2331300.1188
2331800.1207
2332400.1225
2333000.1244
2333600.1263
2334200.1281
2334700.13
2335300.1319
2335900.1337
2336500.1356
2337100.1374
2337600.1393
2338200.1411
2338800.1429
2339400.1448
2340000.1466
2340500.1484
2341100.1502
2341700.152
2342300.1537
2342900.1555
2343400.1573
2344000.159
2344600.1607
2345200.1624
2345800.1641
2346300.1658
2346900.1674
2347500.169
2348100.1707
2348700.1722
2349200.1738
2349800.1754
2350400.1769
2351000.1785
2351600.1801
2352100.1816
2352700.1831
2353300.1846
2353900.1861
2354500.1875
2355000.1889
2355600.1903
2356200.1916
2356800.1929
2357400.1942
2357900.1955
2358500.1967
2359100.1978
2359700.199
2360300.2002
2360800.2012
2361400.2023
2362000.2034
2362600.2044
2363200.2053
2363700.2063
2364300.2072
2364900.2081
2365500.209
2366100.2099
2366600.2107
2367200.2115
2367800.2123
2368400.213
2369000.2137
2369500.2144
2370100.2151
2370700.2158
2371300.2164
2371900.217
2372400.2176
2373000.2182
2373600.2188
2374200.2194
2374800.2199
2375300.2204
2375900.2209
2376500.2214
2377100.2218
2377700.2223
2378200.2227
2378800.2232
2379400.2236
2380000.224
2380600.2244
2381100.2247
2381700.2251
2382300.2254
2382900.2258
2383500.2261
2384000.2264
2384600.2267
2385200.227
2385800.2273
2386400.2276
2386900.2279
2387500.2281
2388100.2284
2388700.2286
2389300.2288
2389800.2291
2390400.2293
2391000.2295
2391600.2297
2392200.2299
2392700.2301
2393300.2302
2393900.2304
2394500.2306
2395100.2307
2395600.2309
2396200.2311
2396800.2312
2397400.2313
2398000.2315
2398500.2316
2399100.2317
2399700.2319
2400300.2319
2400900.2318
2401400.2317
2402000.2317
2402600.2316
2403200.2315
2403800.2314
2404300.2313
2404900.2312
2405500.2311
2406100.231
2406700.2309
2407200.2308
2407800.2307
2408400.2306
2409000.2305
2409600.2304
2410100.2303
2410700.2302
2411300.2301
2411900.23
2412500.2299
2413000.2298
2413600.2297
2414200.2296
2414800.2295
2415400.2293
2415900.2292
2416500.2291
2417100.229
2417700.2289
2418300.2287
2418800.2286
2419400.2285
2420000.2284
2420600.2282
2421200.2281
2421700.2279
2422300.2278
2422900.2277
2423500.2275
2424100.2274
2424600.2273
2425200.2271
2425800.227
2426400.2268
2427000.2267
2427500.2265
2428100.2264
2428700.2263
2429300.2261
2429900.226
2430400.2258
2431000.2257
2431600.2255
2432200.2254
2432800.2252
2433300.2251
2433900.225
2434500.2248
2435100.2247
2435700.2245
2436200.2244
2436800.2242
2437400.2241
2438000.224
2438600.2238
2439100.2237
2439700.2236
2440300.2234
2440900.2233
2441500.2232
2442000.223
2442600.2229
2443200.2228
2443800.2226
2444400.2225
2444900.2224
2445500.2222
2446100.2221
2446700.222
2447300.2219
2447800.2217
2448400.2216
2449000.2215
2449600.2214
2450200.2212
2450700.2211
2451300.221
2451900.2209
2452500.2207
2453100.2206
2453600.2205
2454200.2204
2454800.2203
2455400.2201
2456000.22
2456500.2199
2457100.2198
2457700.2196
2458300.2195
2458900.2194
2459400.2193
2460000.2191
2460600.219
2461200.2189
2461800.2187
2462300.2186
2462900.2185
2463500.2183
2464100.2182
2464700.218
2465200.2179
2465800.2178
2466400.2176
2467000.2175
2467600.2173
2468100.2172
2468700.217
2469300.2169
2469900.2167
2470500.2165
2471000.2164
2471600.2162
2472200.2161
2472800.2159
2473400.2157
2473900.2156
2474500.2154
2475100.2152
2475700.2151
2476300.2149
2476800.2147
2477400.2145
2478000.2144
2478600.2142
2479200.214
2479700.2138
2480300.2136
2480900.2135
2481500.2133
2482100.2131
2482600.2129
2483200.2127
2483800.2125
2484400.2123
2485000.2122
2485500.212
2486100.2118
2486700.2116
2487300.2114
2487900.2112
2488400.211
2489000.2108
2489600.2106
2490200.2104
2490800.2102
2491300.21
2491900.2098
2492500.2096
2493100.2094
2493700.2092
2494200.209
2494800.2088
2495400.2085
2496000.2083
2496600.2081
2497100.2079
2497700.2077
2498300.2075
2498900.2073
2499500.2071
2500000.2068
2500600.2067
2501200.2065
2501800.2063
2502400.2061
2502900.2059
2503500.2057
2504100.2056
2504700.2054
2505300.2052
2505800.205
2506400.2048
2507000.2047
2507600.2045
2508200.2043
2508700.2041
2509300.2039
2509900.2037
2510500.2036
2511100.2034
2511600.2032
2512200.203
2512800.2029
2513400.2027
2514000.2025
2514500.2023
2515100.2022
2515700.202
2516300.2018
2516900.2016
2517400.2015
2518000.2013
2518600.2011
2519200.201
2519800.2008
2520300.2006
2520900.2005
2521500.2003
2522100.2001
2522700.2
2523200.1998
2523800.1996
2524400.1995
2525000.1993
2525600.1991
2526100.199
2526700.1988
2527300.1986
2527900.1985
2528500.1983
2529000.1981
2529600.1979
2530200.1978
2530800.1976
2531400.1974
2531900.1973
2532500.1971
2533100.1969
2533700.1967
2534300.1965
2534800.1964
2535400.1962
2536000.196
2536600.1958
2537200.1957
2537700.1955
2538300.1953
2538900.1951
2539500.195
2540100.1948
2540600.1946
2541200.1944
2541800.1942
2542400.1941
2543000.1939
2543500.1937
2544100.1935
2544700.1934
2545300.1932
2545900.193
2546400.1928
2547000.1927
2547600.1925
2548200.1923
2548800.1922
2549300.192
2549900.1918
2550500.1916
2551100.1913
2551700.191
2552200.1908
2552800.1905
2553400.1902
2554000.19
2554600.1897
2555100.1894
2555700.1892
2556300.1889
2556900.1886
2557500.1884
2558000.1881
2558600.1878
2559200.1876
2559800.1873
2560400.187
2560900.1868
2561500.1865
2562100.1862
2562700.186
2563300.1857
2563800.1854
2564400.1852
2565000.1849
2565600.1846
2566200.1844
2566700.1841
2567300.1838
2567900.1836
2568500.1833
2569100.183
2569600.1828
2570200.1825
2570800.1822
2571400.1819
2572000.1817
2572500.1814
2573100.1811
2573700.1809
2574300.1806
2574900.1803
2575400.18
2576000.1798
2576600.1795
2577200.1792
2577800.1789
2578300.1786
2578900.1784
2579500.1781
2580100.1778
2580700.1775
2581200.1772
2581800.1769
2582400.1767
2583000.1764
2583600.1761
2584100.1758
2584700.1755
2585300.1752
2585900.1749
2586500.1746
2587000.1743
2587600.174
2588200.1737
2588800.1734
2589400.1731
2589900.1728
2590500.1725
2591100.1722
2591700.1719
2592300.1716
2592800.1713
2593400.1709
2594000.1706
2594600.1703
2595200.17
2595700.1696
2596300.1693
2596900.169
2597500.1686
2598100.1683
2598600.168
2599200.1676
2599800.1673
2600400.1668
2601000.1664
2601500.1659
2602100.1655
2602700.165
2603300.1645
2603900.1641
2604400.1636
2605000.1631
2605600.1627
2606200.1622
2606800.1617
2607300.1612
2607900.1607
2608500.1602
2609100.1598
2609700.1593
2610200.1588
2610800.1583
2611400.1578
2612000.1573
2612600.1568
2613100.1563
2613700.1558
2614300.1553
2614900.1548
2615500.1543
2616000.1538
2616600.1533
2617200.1528
2617800.1523
2618400.1518
2618900.1513
2619500.1508
2620100.1503
2620700.1498
2621300.1493
2621800.1488
2622400.1483
2623000.1478
2623600.1473
2624200.1468
2624700.1463
2625300.1458
2625900.1453
2626500.1448
2627100.1444
2627600.1439
2628200.1434
2628800.1429
2629400.1425
2630000.142
2630500.1415
2631100.141
2631700.1406
2632300.1401
2632900.1397
2633400.1392
2634000.1388
2634600.1383
2635200.1379
2635800.1374
2636300.137
2636900.1365
2637500.1361
2638100.1357
2638700.1352
2639200.1348
2639800.1344
2640400.134
2641000.1336
2641600.1331
2642100.1327
2642700.1323
2643300.1319
2643900.1315
2644500.1311
2645000.1307
2645600.1303
2646200.1299
2646800.1295
2647400.1291
2647900.1287
2648500.1283
2649100.1279
2649700.1275
2650300.1272
2650800.1269
2651400.1267
2652000.1264
2652600.1261
2653200.1258
2653700.1255
2654300.1253
2654900.125
2655500.1247
2656100.1245
2656600.1242
2657200.1239
2657800.1236
2658400.1234
2659000.1231
2659500.1228
2660100.1225
2660700.1223
2661300.122
2661900.1217
2662400.1215
2663000.1212
2663600.1209
2664200.1206
2664800.1203
2665300.12
2665900.1198
2666500.1195
2667100.1192
2667700.1189
2668200.1186
2668800.1183
2669400.118
2670000.1177
2670600.1174
2671100.1171
2671700.1168
2672300.1165
2672900.1162
2673500.1159
2674000.1155
2674600.1152
2675200.1149
2675800.1146
2676400.1143
2676900.1139
2677500.1136
2678100.1133
2678700.1129
2679300.1126
2679800.1122
2680400.1119
2681000.1116
2681600.1112
2682200.1109
2682700.1105
2683300.1102
2683900.1098
2684500.1095
2685100.1092
2685600.1088
2686200.1085
2686800.1081
2687400.1078
2688000.1074
2688500.1071
2689100.1068
2689700.1064
2690300.1061
2690900.1057
2691400.1054
2692000.1051
2692600.1048
2693200.1045
2693800.1041
2694300.1038
2694900.1035
2695500.1032
2696100.1029
2696700.1026
2697200.1023
2697800.102
2698400.1017
2699000.1014
2699600.1011
2700100.1009
2700700.1007
2701300.1005
2701900.1002
2702500.1
2703000.0998
2703600.0996
2704200.0994
2704800.0992
2705400.099
2705900.0988
2706500.0987
2707100.0985
2707700.0983
2708300.0981
2708800.0979
2709400.0978
2710000.0976
2710600.0974
2711200.0972
2711700.0971
2712300.0969
2712900.0967
2713500.0966
2714100.0964
2714600.0962
2715200.0961
2715800.0959
2716400.0958
2717000.0956
2717500.0954
2718100.0953
2718700.0951
2719300.095
2719900.0948
2720400.0946
2721000.0945
2721600.0943
2722200.0942
2722800.094
2723300.0938
2723900.0937
2724500.0935
2725100.0934
2725700.0932
2726200.093
2726800.0929
2727400.0927
2728000.0926
2728600.0924
2729100.0922
2729700.0921
2730300.0919
2730900.0917
2731500.0916
2732000.0914
2732600.0913
2733200.0911
2733800.0909
2734400.0908
2734900.0906
2735500.0904
2736100.0903
2736700.0901
2737300.0899
2737800.0897
2738400.0896
2739000.0894
2739600.0892
2740200.0891
2740700.0889
2741300.0887
2741900.0885
2742500.0883
2743100.0882
2743600.088
2744200.0878
2744800.0876
2745400.0875
2746000.0873
2746500.0871
2747100.0869
2747700.0867
2748300.0865
2748900.0864
2749400.0862
2750000.086
2750600.0856
2751200.0853
2751800.085
2752300.0846
2752900.0843
2753500.0839
2754100.0836
2754700.0833
2755200.0829
2755800.0826
2756400.0822
2757000.0819
2757600.0816
2758100.0812
2758700.0809
2759300.0805
2759900.0802
2760500.0799
2761000.0795
2761600.0792
2762200.0789
2762800.0785
2763400.0782
2763900.0778
2764500.0775
2765100.0772
2765700.0768
2766300.0765
2766800.0762
2767400.0758
2768000.0755
2768600.0752
2769200.0748
2769700.0745
2770300.0742
2770900.0739
2771500.0735
2772100.0732
2772600.0729
2773200.0725
2773800.0722
2774400.0719
2775000.0716
2775500.0712
2776100.0709
2776700.0706
2777300.0702
2777900.0699
2778400.0696
2779000.0693
2779600.0689
2780200.0686
2780800.0683
2781300.068
2781900.0676
2782500.0673
2783100.067
2783700.0667
2784200.0663
2784800.066
2785400.0657
2786000.0654
2786600.065
2787100.0647
2787700.0644
2788300.064
2788900.0637
2789500.0634
2790000.0631
2790600.0627
2791200.0624
2791800.0621
2792400.0617
2792900.0614
2793500.0611
2794100.0607
2794700.0604
2795300.0601
2795800.0598
2796400.0594
2797000.0591
2797600.0588
2798200.0584
2798700.0581
2799300.0578
2799900.0574
2800500.0572
2801100.0569
2801600.0567
2802200.0565
2802800.0562
2803400.056
2804000.0557
2804500.0555
2805100.0553
2805700.055
2806300.0548
2806900.0545
2807400.0543
2808000.0541
2808600.0538
2809200.0536
2809800.0533
2810300.0531
2810900.0529
2811500.0526
2812100.0524
2812700.0521
2813200.0519
2813800.0517
2814400.0514
2815000.0512
2815600.0509
2816100.0507
2816700.0505
2817300.0502
2817900.05
2818500.0497
2819000.0495
2819600.0493
2820200.049
2820800.0488
2821400.0485
2821900.0483
2822500.048
2823100.0478
2823700.0476
2824300.0473
2824800.0471
2825400.0468
2826000.0466
2826600.0463
2827200.0461
2827700.0459
2828300.0456
2828900.0454
2829500.0451
2830100.0449
2830600.0446
2831200.0444
2831800.0442
2832400.0439
2833000.0437
2833500.0434
2834100.0432
2834700.0429
2835300.0427
2835900.0424
2836400.0422
2837000.0419
2837600.0417
2838200.0414
2838800.0412
2839300.0409
2839900.0407
2840500.0404
2841100.0402
2841700.0399
2842200.0397
2842800.0394
2843400.0392
2844000.0389
2844600.0387
2845100.0384
2845700.0382
2846300.0379
2846900.0377
2847500.0374
2848000.0372
2848600.0369
2849200.0367
2849800.0364
2850400.0363
2850900.0362
2851500.0362
2852100.0361
2852700.0361
2853300.036
2853800.0359
2854400.0359
2855000.0358
2855600.0358
2856200.0357
2856700.0357
2857300.0356
2857900.0355
2858500.0355
2859100.0354
2859600.0354
2860200.0353
2860800.0352
2861400.0352
2862000.0351
2862500.0351
2863100.035
2863700.0349
2864300.0349
2864900.0348
2865400.0348
2866000.0347
2866600.0347
2867200.0346
2867800.0345
2868300.0345
2868900.0344
2869500.0344
2870100.0343
2870700.0342
2871200.0342
2871800.0341
2872400.0341
2873000.034
2873600.0339
2874100.0339
2874700.0338
2875300.0338
2875900.0337
2876500.0336
2877000.0336
2877600.0335
2878200.0335
2878800.0334
2879400.0333
2879900.0333
2880500.0332
2881100.0332
2881700.0331
2882300.0331
2882800.033
2883400.0329
2884000.0329
2884600.0328
2885200.0328
2885700.0327
2886300.0326
2886900.0326
2887500.0325
2888100.0325
2888600.0324
2889200.0324
2889800.0323
2890400.0322
2891000.0322
2891500.0321
2892100.0321
2892700.032
2893300.0319
2893900.0319
2894400.0318
2895000.0318
2895600.0317
2896200.0316
2896800.0316
2897300.0315
2897900.0315
2898500.0314
2899100.0313
2899700.0313
2900200.0312
2900800.031
2901400.0308
2902000.0307
2902600.0305
2903100.0303
2903700.0302
2904300.03
2904900.0298
2905500.0297
2906000.0295
2906600.0293
2907200.0291
2907800.029
2908400.0288
2908900.0286
2909500.0285
2910100.0283
2910700.0281
2911300.0279
2911800.0278
2912400.0276
2913000.0274
2913600.0272
2914200.0271
2914700.0269
2915300.0267
2915900.0265
2916500.0264
2917100.0262
2917600.026
2918200.0258
2918800.0257
2919400.0255
2920000.0253
2920500.0251
2921100.0249
2921700.0248
2922300.0246
2922900.0244
2923400.0242
2924000.024
2924600.0239
2925200.0237
2925800.0235
2926300.0233
2926900.0231
2927500.0229
2928100.0228
2928700.0226
2929200.0224
2929800.0222
2930400.022
2931000.0218
2931600.0216
2932100.0215
2932700.0213
2933300.0211
2933900.0209
2934500.0207
2935000.0205
2935600.0203
2936200.0201
2936800.02
2937400.0198
2937900.0196
2938500.0194
2939100.0192
2939700.019
2940300.0188
2940800.0186
2941400.0184
2942000.0183
2942600.0181
2943200.0179
2943700.0177
2944300.0175
2944900.0173
2945500.0171
2946100.017
2946600.0168
2947200.0166
2947800.0164
2948400.0162
2949000.016
2949500.0158
2950100.0157
2950700.0156
2951300.0154
2951900.0153
2952400.0152
2953000.0151
2953600.015
2954200.0149
2954800.0148
2955300.0146
2955900.0145
2956500.0144
2957100.0143
2957700.0142
2958200.0141
2958800.014
2959400.0139
2960000.0138
2960600.0136
2961100.0135
2961700.0134
2962300.0133
2962900.0132
2963500.0131
2964000.013
2964600.0129
2965200.0128
2965800.0127
2966400.0126
2966900.0125
2967500.0124
2968100.0123
2968700.0122
2969300.0121
2969800.012
2970400.0119
2971000.0118
2971600.0117
2972200.0116
2972700.0115
2973300.0114
2973900.0113
2974500.0112
2975100.0111
2975600.011
2976200.0109
2976800.0108
2977400.0107
2978000.0106
2978500.0105
2979100.0104
2979700.0103
2980300.0102
2980900.0102
2981400.0101
2982000.01
2982600.0099
2983200.0098
2983800.0097
2984300.0096
2984900.0095
2985500.0094
2986100.0093
2986700.0092
2987200.0091
2987800.0091
2988400.009
2989000.0089
2989600.0088
2990100.0087
2990700.0086
2991300.0085
2991900.0084
2992500.0083
2993000.0082
2993600.0082
2994200.0081
2994800.008
2995400.0079
2995900.0078
2996500.0077
2997100.0076
2997700.0075
2998300.0075
2998800.0074
2999400.0073
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F560W b/scopesim/data/svo/JWST/MIRI.F560W new file mode 100644 index 00000000..4f2eb0cf --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F560W @@ -0,0 +1,1422 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
475300.0001
475800.0001
476400.0001
477000.0001
477600.0001
478200.0001
478700.0001
479300.0001
479900.0001
480500.0002
481100.0002
481600.0003
482200.0003
482800.0004
483400.0005
484000.0006
484500.0009
485100.0011
485700.0014
486300.0017
486900.0022
487400.0026
488000.0031
488600.0035
489200.004
489800.0044
490300.0047
490900.005
491500.0053
492100.0056
492700.006
493200.0064
493800.0068
494400.0075
495000.0083
495600.0092
496100.0103
496700.0121
497300.0139
497900.0158
498500.0194
499000.0234
499600.0274
500200.0332
500800.0421
501400.0511
501900.0601
502500.0764
503100.0935
503700.1107
504300.1302
504800.1525
505400.1749
506000.1974
506600.2123
507200.2273
507700.2424
508300.2507
508900.2536
509500.2565
510100.2589
510600.2568
511200.2547
511800.2525
512400.2505
513000.2486
513500.2467
514100.2452
514700.2453
515300.2454
515900.2455
516400.2476
517000.2503
517600.253
518200.2562
518800.2605
519300.2648
519900.2692
520500.2726
521100.276
521700.2794
522200.2815
522800.2817
523400.282
524000.2823
524600.2796
525100.2767
525700.2738
526300.2704
526900.2664
527500.2625
528000.2585
528600.2551
529200.2518
529800.2484
530400.2459
530900.2439
531500.242
532100.2404
532700.2407
533300.241
533800.2413
534400.2431
535000.2454
535600.2478
536200.2503
536700.2534
537300.2564
537900.2595
538500.2634
539100.2674
539600.2714
540200.2756
540800.28
541400.2844
542000.2889
542500.2901
543100.2911
543700.292
544300.2923
544900.292
545400.2916
546000.2911
546600.2886
547200.286
547800.2834
548300.2803
548900.2768
549500.2732
550100.27
550700.2683
551200.2667
551800.2651
552400.2646
553000.2646
553600.2646
554100.2653
554700.2682
555300.2711
555900.274
556500.2787
557000.2838
557600.2889
558200.2936
558800.2976
559400.3016
559900.3056
560500.3096
561100.3135
561700.3175
562300.3207
562800.323
563400.3254
564000.3277
564600.3258
565200.324
565700.3221
566300.3203
566900.3185
567500.3167
568100.315
568600.3133
569200.3117
569800.3101
570400.3101
571000.311
571500.3118
572100.3127
572700.3133
573300.314
573900.3147
574400.3166
575000.3189
575600.3212
576200.3233
576800.325
577300.3267
577900.3283
578500.3291
579100.3298
579700.3305
580200.3321
580800.335
581400.3378
582000.3407
582600.3399
583100.3389
583700.3379
584300.3375
584900.3378
585500.3381
586000.3385
586600.3395
587200.3405
587800.3416
588400.3401
588900.3372
589500.3343
590100.3314
590700.3285
591300.3255
591800.3225
592400.3218
593000.3218
593600.3219
594200.3211
594700.3181
595300.315
595900.3119
596500.3121
597100.3131
597600.314
598200.315
598800.3161
599400.3171
600000.3182
600500.3202
601100.3222
601700.3243
602300.3266
602900.3291
603400.3317
604000.3341
604600.3349
605200.3356
605800.3363
606300.3355
606900.3338
607500.3321
608100.33
608700.3257
609200.3215
609800.3173
610400.312
611000.3062
611600.3004
612100.293
612700.2806
613300.2682
613900.2558
614500.241
615000.2257
615600.2103
616200.1946
616800.1784
617400.1622
617900.1459
618500.1321
619100.1186
619700.105
620300.0936
620800.0848
621400.0761
622000.0673
622600.0618
623200.0563
623700.0509
624300.0466
624900.0433
625500.0401
626100.0369
626600.0349
627200.0329
627800.0309
628400.0293
629000.028
629500.0266
630100.0253
630700.0242
631300.023
631900.0219
632400.0207
633000.0195
633600.0183
634200.017
634800.0156
635300.0142
635900.0128
636500.0115
637100.0103
637700.0091
638200.0081
638800.0072
639400.0064
640000.0055
640600.005
641100.0045
641700.0039
642300.0035
642900.0031
643500.0027
644000.0024
644600.0022
645200.002
645800.0018
646400.0016
646900.0015
647500.0014
648100.0013
648700.0012
649300.0012
649800.0011
650400.0011
651000.001
651600.001
652200.0009
652700.0009
653300.0009
653900.0008
654500.0008
655100.0008
655600.0008
656200.0008
656800.0008
657400.0007
658000.0007
658500.0007
659100.0007
659700.0007
660300.0007
660900.0006
661400.0006
662000.0005
662600.0005
663200.0005
663800.0004
664300.0004
664900.0003
665500.0003
666100.0003
666700.0002
667200.0002
667800.0001
668400.0001
669000.0001
669600.0001
+
+
diff --git a/scopesim/data/svo/JWST/MIRI.F770W b/scopesim/data/svo/JWST/MIRI.F770W new file mode 100644 index 00000000..f991a8c2 --- /dev/null +++ b/scopesim/data/svo/JWST/MIRI.F770W @@ -0,0 +1,2234 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
620800.0001
621400.0001
622000.0001
622600.0001
623200.0002
623700.0002
624300.0003
624900.0005
625500.0007
626100.0009
626600.0008
627200.0007
627800.0007
628400.0006
629000.0005
629500.0004
630100.0003
630700.0002
631300.0002
631900.0001
632400.0001
633000.0001
633600.0001
634200.0001
634800.0001
635300.0001
635900.0002
636500.0002
637100.0002
637700.0002
638200.0002
638800.0002
639400.0003
640000.0003
640600.0004
641100.0004
641700.0005
642300.0005
642900.0007
643500.0008
644000.001
644600.0013
645200.0015
645800.0018
646400.0025
646900.0033
647500.0041
648100.0052
648700.0079
649300.0105
649800.0131
650400.0194
651000.0272
651600.0349
652200.0455
652700.0637
653300.0818
653900.0999
654500.1192
655100.1388
655600.1584
656200.1734
656800.1812
657400.1889
658000.1966
658500.2024
659100.2081
659700.2137
660300.2222
660900.2337
661400.2452
662000.2568
662600.2707
663200.2847
663800.2986
664300.3053
664900.3069
665500.3085
666100.3095
666700.3073
667200.305
667800.3027
668400.2983
669000.293
669600.2876
670100.2832
670700.2817
671300.2802
671900.2787
672500.2792
673000.2802
673600.2813
674200.284
674800.2899
675400.2958
675900.3017
676500.3102
677100.319
677700.3277
678300.3349
678800.3403
679400.3457
680000.351
680600.3536
681200.3562
681700.3588
682300.3594
682900.3584
683500.3574
684100.3565
684600.3569
685200.3573
685800.3576
686400.3543
687000.3491
687500.3439
688100.3394
688700.3377
689300.3359
689900.3342
690400.3331
691000.3322
691600.3314
692200.3309
692800.3314
693300.3319
693900.3324
694500.3345
695100.3368
695700.3391
696200.3406
696800.3406
697400.3407
698000.3408
698600.3419
699100.343
699700.3441
700300.3455
700900.3473
701500.3491
702000.3509
702600.3538
703200.3566
703800.3594
704400.3612
704900.3623
705500.3635
706100.3645
706700.3654
707300.3663
707800.3671
708400.3681
709000.3691
709600.37
710200.3709
710700.3713
711300.3718
711900.3723
712500.372
713100.3716
713600.3712
714200.3708
714800.3704
715400.37
716000.3696
716500.3683
717100.367
717700.3656
718300.3649
718900.365
719400.3651
720000.3652
720600.3658
721200.3664
721800.3671
722300.368
722900.3691
723500.3702
724100.3713
724700.373
725200.3747
725800.3764
726400.3776
727000.3787
727600.3798
728100.3804
728700.3796
729300.3787
729900.3779
730500.3768
731000.3756
731600.3744
732200.3733
732800.3724
733400.3714
733900.3705
734500.3686
735100.3665
735700.3645
736300.3632
736800.3627
737400.3622
738000.3617
738600.3623
739200.3629
739700.3635
740300.3647
740900.3662
741500.3678
742100.3695
742600.3716
743200.3738
743800.3759
744400.3783
745000.3809
745500.3834
746100.3855
746700.3862
747300.3869
747900.3876
748400.3872
749000.3864
749600.3857
750200.3847
750800.3833
751300.3819
751900.3805
752500.3786
753100.3766
753700.3746
754200.3727
754800.371
755400.3693
756000.3676
756600.3666
757100.3656
757700.3646
758300.364
758900.3637
759500.3634
760000.3632
760600.364
761200.3647
761800.3654
762400.3665
762900.3679
763500.3692
764100.3706
764700.3723
765300.3739
765800.3756
766400.3772
767000.3787
767600.3802
768200.3816
768700.3827
769300.3839
769900.385
770500.3856
771100.3861
771600.3865
772200.3869
772800.387
773400.3871
774000.3872
774500.3873
775100.3874
775700.3874
776300.3874
776900.3874
777400.3874
778000.3874
778600.3875
779200.3876
779800.3878
780300.388
780900.3883
781500.3887
782100.389
782700.3893
783200.3896
783800.3899
784400.3901
785000.3903
785600.3905
786100.3905
786700.3902
787300.3899
787900.3897
788500.3891
789000.3885
789600.3879
790200.3872
790800.3864
791400.3856
791900.3848
792500.3842
793100.3836
793700.383
794300.3826
794800.3824
795400.3822
796000.382
796600.3823
797200.3826
797700.3829
798300.3836
798900.3844
799500.3853
800100.3862
800600.3873
801200.3883
801800.3894
802400.3905
803000.3915
803500.3926
804100.3936
804700.3943
805300.395
805900.3958
806400.3962
807000.3964
807600.3967
808200.3968
808800.3965
809300.3963
809900.396
810500.3954
811100.3948
811700.3941
812200.3934
812800.3927
813400.3919
814000.3912
814600.3906
815100.39
815700.3894
816300.389
816900.3887
817500.3885
818000.3883
818600.3884
819200.3886
819800.3888
820400.3891
820900.3896
821500.39
822100.3905
822700.391
823300.3915
823800.392
824400.3924
825000.3928
825600.3931
826200.3934
826700.3933
827300.3933
827900.3932
828500.3928
829100.3923
829600.3918
830200.3911
830800.3903
831400.3895
832000.3886
832500.3876
833100.3866
833700.3855
834300.3845
834900.3836
835400.3828
836000.3819
836600.3813
837200.3806
837800.38
838300.3796
838900.3794
839500.3791
840100.3789
840700.3791
841200.3793
841800.3795
842400.3799
843000.3804
843600.3809
844100.3815
844700.382
845300.3826
845900.3832
846500.3837
847000.3843
847600.3848
848200.3853
848800.3856
849400.3859
849900.3862
850500.3861
851100.3858
851700.3856
852300.3852
852800.3847
853400.3841
854000.3836
854600.3827
855200.3818
855700.3809
856300.3799
856900.3788
857500.3776
858100.3765
858600.3749
859200.3733
859800.3718
860400.3694
861000.3666
861500.3638
862100.3602
862700.3532
863300.3462
863900.3392
864400.3273
865000.3137
865600.3002
866200.2847
866800.2648
867300.2449
867900.225
868500.2035
869100.1818
869700.1601
870200.1402
870800.1228
871400.1054
872000.0881
872600.0764
873100.0649
873700.0535
874300.0448
874900.0386
875500.0324
876000.0264
876600.0231
877200.0198
877800.0165
878400.0141
878900.0123
879500.0104
880100.0087
880700.0077
881300.0067
881800.0057
882400.005
883000.0045
883600.0039
884200.0034
884700.0031
885300.0027
885900.0024
886500.0021
887100.0019
887600.0017
888200.0016
888800.0014
889400.0013
890000.0012
890500.0011
891100.001
891700.0009
892300.0008
892900.0008
893400.0007
894000.0006
894600.0006
895200.0006
895800.0005
896300.0005
896900.0005
897500.0004
898100.0004
898700.0004
899200.0004
899800.0004
900400.0004
901000.0004
901600.0003
902100.0003
902700.0003
903300.0003
903900.0003
904500.0003
905000.0003
905600.0003
906200.0003
906800.0003
907400.0003
907900.0003
908500.0003
909100.0003
909700.0003
910300.0003
910800.0003
911400.0003
912000.0003
912600.0003
913200.0003
913700.0003
914300.0003
914900.0003
915500.0003
916100.0003
916600.0003
917200.0003
917800.0003
918400.0003
919000.0002
919500.0002
920100.0002
920700.0002
921300.0002
921900.0002
922400.0002
923000.0002
923600.0002
924200.0001
924800.0001
925300.0001
925900.0001
926500.0001
927100.0001
927700.0001
928200.0001
928800.0001
929400.0001
930000.0001
930600.0001
931100.0001
931700.0001
932300.0001
932900.0001
+
+
diff --git a/scopesim/data/svo/JWST/NIRCam.F164N b/scopesim/data/svo/JWST/NIRCam.F164N new file mode 100644 index 00000000..06d19218 --- /dev/null +++ b/scopesim/data/svo/JWST/NIRCam.F164N @@ -0,0 +1,366 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
160940.000131894
161040.000180643
161140.000282778
161240.000391389
161340.000634029
161440.00103662
161540.00181898
161640.00297595
161740.00487449
161840.00817524
161940.0107449
162040.0130522
162140.0152163
162240.0186037
162340.0208216
162440.0202447
162540.024827
162640.0285572
162740.0354254
162840.0371807
162940.0474915
163040.0600472
163140.071285
163240.0916878
163340.119545
163440.160767
163540.213657
163640.272929
163740.336978
163840.370779
163940.397567
164040.420973
164140.420406
164240.419744
164340.417256
164440.421542
164540.43078
164640.424106
164740.416873
164840.417405
164940.382757
165040.362442
165140.317987
165240.27084
165340.210229
165440.1666
165540.132709
165640.100947
165740.0825025
165840.0666722
165940.0567399
166040.0506122
166140.0435872
166240.0349235
166340.0296522
166440.0297128
166540.0249716
166640.0218161
166740.0181107
166840.0132569
166940.0106076
167040.00709955
167140.00499041
167240.00297306
167340.00183477
167440.00111767
167540.000633319
167640.000433937
167740.000283229
167840.000214783
167940.000149246
168040.00011478
+
+
diff --git a/scopesim/data/svo/None/None.None b/scopesim/data/svo/None/None.None new file mode 100644 index 00000000..e1be7238 --- /dev/null +++ b/scopesim/data/svo/None/None.None @@ -0,0 +1,6 @@ + + + + Filter not found: + + diff --git a/scopesim/data/svo/Paranal/HAWKI.BrGamma b/scopesim/data/svo/Paranal/HAWKI.BrGamma new file mode 100644 index 00000000..3ad3eca7 --- /dev/null +++ b/scopesim/data/svo/Paranal/HAWKI.BrGamma @@ -0,0 +1,1201 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
21333.0000000.004147
21335.0000000.004303
21337.0000000.004615
21339.0000000.004818
21341.0000000.005069
21343.0000000.005312
21345.0000000.005594
21347.0000000.005856
21349.0000000.006234
21351.0000000.006482
21353.0000000.006848
21355.0000000.007186
21357.0000000.007610
21359.0000000.008010
21361.0000000.008331
21363.0000000.008921
21365.0000000.009263
21367.0000000.009856
21369.0000000.010333
21371.0000000.011010
21373.0000000.011450
21375.0000000.012244
21377.0000000.012803
21379.0000000.013646
21381.0000000.014368
21383.0000000.015142
21385.0000000.016033
21387.0000000.016862
21389.0000000.017846
21391.0000000.018809
21392.0000000.019996
21394.0000000.020969
21396.0000000.022497
21398.0000000.023463
21400.0000000.025118
21402.0000000.026410
21404.0000000.028103
21406.0000000.029683
21408.0000000.031326
21410.0000000.033244
21412.0000000.035319
21414.0000000.037291
21416.0000000.039179
21418.0000000.042016
21420.0000000.044022
21422.0000000.047261
21424.0000000.049426
21426.0000000.053194
21428.0000000.055901
21430.0000000.059717
21432.0000000.063189
21434.0000000.066764
21436.0000000.070903
21438.0000000.074930
21440.0000000.079785
21442.0000000.083845
21444.0000000.089784
21446.0000000.094738
21448.0000000.101344
21450.0000000.105935
21452.0000000.113605
21454.0000000.118856
21456.0000000.127116
21458.0000000.134391
21460.0000000.141683
21462.0000000.150761
21464.0000000.158281
21466.0000000.167958
21468.0000000.176522
21470.0000000.186665
21472.0000000.196503
21474.0000000.208449
21476.0000000.216963
21478.0000000.230808
21480.0000000.241182
21482.0000000.255301
21484.0000000.266601
21486.0000000.279975
21488.0000000.293556
21490.0000000.306570
21492.0000000.321088
21494.0000000.334426
21496.0000000.350075
21498.0000000.363590
21500.0000000.380839
21502.0000000.392615
21504.0000000.410926
21506.0000000.423932
21508.0000000.441589
21510.0000000.454611
21512.0000000.471894
21514.0000000.486678
21516.0000000.502529
21518.0000000.516856
21520.0000000.529093
21522.0000000.546319
21524.0000000.557696
21526.0000000.573076
21528.0000000.584660
21530.0000000.599276
21532.0000000.610006
21534.0000000.624421
21536.0000000.633487
21538.0000000.646350
21540.0000000.656572
21542.0000000.666639
21544.0000000.676764
21546.0000000.683381
21548.0000000.692862
21550.0000000.700933
21552.0000000.707363
21554.0000000.714072
21556.0000000.721431
21558.0000000.725499
21560.0000000.731990
21562.0000000.736140
21564.0000000.740308
21566.0000000.744822
21568.0000000.748274
21570.0000000.750733
21572.0000000.754101
21574.0000000.756680
21576.0000000.758792
21578.0000000.761391
21580.0000000.762141
21582.0000000.764264
21584.0000000.765534
21586.0000000.766426
21588.0000000.767880
21590.0000000.768515
21592.0000000.768632
21593.0000000.770313
21595.0000000.770079
21597.0000000.770522
21599.0000000.771238
21601.0000000.771137
21603.0000000.771767
21605.0000000.772066
21607.0000000.771587
21609.0000000.772385
21611.0000000.771888
21613.0000000.771373
21615.0000000.772308
21617.0000000.771814
21619.0000000.771475
21621.0000000.772041
21623.0000000.771255
21625.0000000.771203
21627.0000000.771561
21629.0000000.770553
21631.0000000.771251
21633.0000000.770714
21635.0000000.770320
21637.0000000.770202
21639.0000000.769715
21641.0000000.768739
21643.0000000.769286
21645.0000000.768403
21647.0000000.768078
21649.0000000.767979
21651.0000000.766797
21653.0000000.766850
21655.0000000.765944
21657.0000000.765113
21659.0000000.765133
21661.0000000.764303
21663.0000000.763401
21665.0000000.763397
21667.0000000.762091
21669.0000000.761801
21671.0000000.761523
21673.0000000.760189
21675.0000000.760164
21677.0000000.759708
21679.0000000.758084
21681.0000000.758476
21683.0000000.757288
21685.0000000.756440
21687.0000000.756910
21689.0000000.755798
21691.0000000.755326
21693.0000000.755592
21695.0000000.754236
21697.0000000.754408
21699.0000000.753959
21701.0000000.752903
21703.0000000.753567
21705.0000000.753038
21707.0000000.751971
21709.0000000.752394
21711.0000000.751368
21713.0000000.750838
21715.0000000.751040
21717.0000000.750079
21719.0000000.749660
21721.0000000.748966
21723.0000000.747082
21725.0000000.747017
21727.0000000.745463
21729.0000000.743484
21731.0000000.742208
21733.0000000.739519
21735.0000000.737245
21737.0000000.734105
21739.0000000.730565
21741.0000000.726783
21743.0000000.723367
21745.0000000.716977
21747.0000000.713041
21749.0000000.705961
21751.0000000.699239
21753.0000000.691262
21755.0000000.683650
21757.0000000.673718
21759.0000000.665214
21761.0000000.654643
21763.0000000.642579
21765.0000000.631809
21767.0000000.617200
21769.0000000.606233
21771.0000000.589374
21773.0000000.575998
21775.0000000.558442
21777.0000000.545132
21779.0000000.525910
21781.0000000.510366
21783.0000000.490931
21785.0000000.473998
21787.0000000.455817
21789.0000000.436656
21791.0000000.418785
21792.0000000.399963
21794.0000000.384725
21796.0000000.363436
21798.0000000.349133
21800.0000000.327860
21802.0000000.314732
21804.0000000.294103
21806.0000000.280043
21808.0000000.262414
21810.0000000.248188
21812.0000000.234025
21814.0000000.219769
21816.0000000.206921
21818.0000000.193091
21820.0000000.182977
21822.0000000.169707
21824.0000000.160058
21826.0000000.148675
21828.0000000.141291
21830.0000000.130468
21832.0000000.122776
21834.0000000.113750
21836.0000000.106997
21838.0000000.099569
21840.0000000.093075
21842.0000000.086870
21844.0000000.081254
21846.0000000.076780
21848.0000000.071174
21850.0000000.067307
21852.0000000.062376
21854.0000000.059258
21856.0000000.054849
21858.0000000.051762
21860.0000000.047929
21862.0000000.045537
21864.0000000.042536
21866.0000000.039895
21868.0000000.037533
21870.0000000.035444
21872.0000000.033446
21874.0000000.031284
21876.0000000.029629
21878.0000000.027690
21880.0000000.026512
21882.0000000.024723
21884.0000000.023662
21886.0000000.022066
21888.0000000.021061
21890.0000000.019718
+
+
diff --git a/scopesim/data/svo/Paranal/HAWKI.H b/scopesim/data/svo/Paranal/HAWKI.H new file mode 100644 index 00000000..654f84f1 --- /dev/null +++ b/scopesim/data/svo/Paranal/HAWKI.H @@ -0,0 +1,838 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
14378.0000000.004994
14398.0000000.006640
14418.0000000.008514
14438.0000000.010554
14458.0000000.012593
14478.0000000.014697
14498.0000000.016686
14518.0000000.019144
14538.0000000.022437
14558.0000000.026732
14578.0000000.032751
14598.0000000.041536
14618.0000000.054456
14638.0000000.074068
14658.0000000.104524
14678.0000000.150133
14698.0000000.220954
14718.0000000.323059
14738.0000000.461990
14758.0000000.621894
14778.0000000.751326
14798.0000000.824902
14818.0000000.845005
14838.0000000.842003
14858.0000000.834871
14878.0000000.834423
14898.0000000.844546
14918.0000000.861081
14938.0000000.881592
14958.0000000.902703
14978.0000000.919243
14997.0000000.931876
15017.0000000.940316
15037.0000000.943021
15057.0000000.944249
15077.0000000.944128
15097.0000000.943154
15117.0000000.944593
15137.0000000.946183
15157.0000000.948625
15177.0000000.952316
15197.0000000.955746
15217.0000000.959126
15237.0000000.962587
15257.0000000.963830
15277.0000000.965099
15297.0000000.965801
15317.0000000.964395
15337.0000000.964085
15357.0000000.961942
15377.0000000.960000
15397.0000000.959276
15417.0000000.957333
15437.0000000.956268
15457.0000000.956353
15477.0000000.955460
15497.0000000.956540
15517.0000000.957712
15537.0000000.958374
15557.0000000.960769
15577.0000000.961994
15597.0000000.963214
15617.0000000.965203
15637.0000000.966082
15656.0000000.966764
15676.0000000.968081
15696.0000000.967474
15716.0000000.967154
15736.0000000.967107
15756.0000000.966346
15776.0000000.966074
15796.0000000.965008
15816.0000000.963678
15836.0000000.963472
15856.0000000.961824
15876.0000000.960194
15896.0000000.959843
15916.0000000.957956
15936.0000000.957013
15956.0000000.956304
15976.0000000.954790
15996.0000000.954297
16016.0000000.954133
16036.0000000.953268
16056.0000000.954520
16076.0000000.953975
16096.0000000.954777
16116.0000000.955970
16136.0000000.956074
16156.0000000.957099
16176.0000000.958312
16196.0000000.958374
16216.0000000.959823
16236.0000000.960852
16256.0000000.961100
16276.0000000.962814
16296.0000000.963380
16315.0000000.964168
16335.0000000.966634
16355.0000000.966338
16375.0000000.968870
16395.0000000.969977
16415.0000000.970651
16435.0000000.972120
16455.0000000.972628
16475.0000000.972787
16495.0000000.974081
16515.0000000.972854
16535.0000000.972736
16555.0000000.973275
16575.0000000.972301
16595.0000000.972420
16615.0000000.973083
16635.0000000.972758
16655.0000000.974728
16675.0000000.975217
16695.0000000.975398
16715.0000000.978211
16735.0000000.978322
16755.0000000.978675
16775.0000000.979219
16795.0000000.978557
16815.0000000.977723
16835.0000000.976788
16855.0000000.975428
16875.0000000.973713
16895.0000000.971836
16915.0000000.970356
16935.0000000.970214
16955.0000000.969617
16975.0000000.969272
16994.0000000.971117
17014.0000000.970929
17034.0000000.971987
17054.0000000.971615
17074.0000000.973748
17094.0000000.971844
17114.0000000.970978
17134.0000000.967534
17154.0000000.966338
17174.0000000.963961
17194.0000000.960441
17214.0000000.960105
17234.0000000.958228
17254.0000000.958900
17274.0000000.960583
17294.0000000.962274
17314.0000000.965334
17334.0000000.967427
17354.0000000.969701
17374.0000000.970847
17394.0000000.969017
17414.0000000.962944
17434.0000000.954504
17454.0000000.939966
17474.0000000.921408
17494.0000000.898307
17514.0000000.868642
17534.0000000.832880
17554.0000000.790588
17574.0000000.737578
17594.0000000.675419
17614.0000000.603859
17634.0000000.525071
17653.0000000.445657
17673.0000000.370385
17693.0000000.301455
17713.0000000.242252
17733.0000000.193777
17753.0000000.154336
17773.0000000.123751
17793.0000000.099358
17813.0000000.080568
17833.0000000.066145
17853.0000000.054916
17873.0000000.045957
17893.0000000.038780
17913.0000000.032634
17933.0000000.028219
17953.0000000.024335
17973.0000000.021120
17993.0000000.018337
18013.0000000.015988
18033.0000000.013782
18053.0000000.011891
18073.0000000.010115
18093.0000000.008542
18113.0000000.007161
18133.0000000.005828
18153.0000000.004847
+
+
diff --git a/scopesim/data/svo/Paranal/HAWKI.J b/scopesim/data/svo/Paranal/HAWKI.J new file mode 100644 index 00000000..bcf61e21 --- /dev/null +++ b/scopesim/data/svo/Paranal/HAWKI.J @@ -0,0 +1,506 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
11548.0000000.004621
11568.0000000.006696
11588.0000000.010186
11608.0000000.016351
11628.0000000.026577
11648.0000000.043353
11668.0000000.070081
11688.0000000.106126
11708.0000000.145287
11728.0000000.186310
11748.0000000.228539
11768.0000000.280026
11788.0000000.348784
11808.0000000.438124
11828.0000000.545488
11848.0000000.660083
11868.0000000.760599
11888.0000000.823830
11908.0000000.849901
11928.0000000.856239
11948.0000000.853973
11968.0000000.853758
11988.0000000.853958
12008.0000000.857961
12028.0000000.859049
12048.0000000.859065
12068.0000000.857812
12088.0000000.854598
12108.0000000.853703
12128.0000000.852623
12148.0000000.853872
12168.0000000.856055
12188.0000000.858607
12208.0000000.862291
12228.0000000.863022
12248.0000000.865358
12268.0000000.865480
12288.0000000.865402
12308.0000000.866461
12328.0000000.866194
12348.0000000.868303
12368.0000000.869155
12388.0000000.871349
12408.0000000.873483
12428.0000000.874854
12448.0000000.877489
12468.0000000.878191
12488.0000000.880491
12507.0000000.881644
12527.0000000.882715
12547.0000000.884421
12567.0000000.884324
12587.0000000.885940
12607.0000000.884855
12627.0000000.885018
12647.0000000.884646
12667.0000000.883445
12687.0000000.884199
12707.0000000.883589
12727.0000000.884857
12747.0000000.886152
12767.0000000.887772
12787.0000000.889586
12807.0000000.890210
12827.0000000.891896
12847.0000000.891075
12867.0000000.890905
12887.0000000.890552
12907.0000000.888575
12927.0000000.888365
12947.0000000.887603
12967.0000000.887970
12987.0000000.889696
13007.0000000.891269
13027.0000000.894192
13047.0000000.896915
13067.0000000.901091
13087.0000000.903709
13107.0000000.905891
13127.0000000.907781
13147.0000000.907624
13167.0000000.907675
13187.0000000.906567
13207.0000000.905381
13227.0000000.902544
13247.0000000.894521
13267.0000000.875101
13287.0000000.830993
13307.0000000.747881
13327.0000000.627842
13347.0000000.489092
13367.0000000.356914
13387.0000000.248533
13407.0000000.169984
13427.0000000.115609
13447.0000000.080132
13467.0000000.056430
13487.0000000.040515
13506.0000000.029863
13526.0000000.022533
13546.0000000.017259
13566.0000000.013567
13586.0000000.010704
13606.0000000.008659
13626.0000000.007053
13646.0000000.005779
13666.0000000.004737
+
+
diff --git a/scopesim/data/svo/Paranal/HAWKI.Ks b/scopesim/data/svo/Paranal/HAWKI.Ks new file mode 100644 index 00000000..83122f8d --- /dev/null +++ b/scopesim/data/svo/Paranal/HAWKI.Ks @@ -0,0 +1,1014 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
19244.0000000.004092
19264.0000000.004719
19284.0000000.005363
19303.0000000.005971
19323.0000000.006650
19343.0000000.007400
19363.0000000.008185
19383.0000000.009123
19403.0000000.010084
19423.0000000.011361
19443.0000000.012872
19463.0000000.014803
19482.0000000.016989
19502.0000000.019718
19522.0000000.023170
19542.0000000.027843
19562.0000000.033511
19582.0000000.040535
19602.0000000.049724
19622.0000000.061381
19641.0000000.076299
19661.0000000.095620
19681.0000000.119920
19701.0000000.151441
19721.0000000.188898
19741.0000000.233436
19761.0000000.283781
19781.0000000.335879
19800.0000000.387428
19820.0000000.436250
19840.0000000.480822
19860.0000000.515266
19880.0000000.544181
19900.0000000.567621
19920.0000000.587735
19940.0000000.605451
19960.0000000.622213
19979.0000000.639393
19999.0000000.655671
20019.0000000.672747
20039.0000000.690064
20059.0000000.705886
20079.0000000.721667
20099.0000000.735400
20119.0000000.747657
20138.0000000.757275
20158.0000000.764611
20178.0000000.770151
20198.0000000.772692
20218.0000000.774471
20238.0000000.774904
20258.0000000.773802
20278.0000000.772770
20297.0000000.771374
20317.0000000.770816
20337.0000000.769840
20357.0000000.769821
20377.0000000.770729
20397.0000000.772116
20417.0000000.774129
20437.0000000.777027
20457.0000000.779965
20476.0000000.783401
20496.0000000.786676
20516.0000000.790208
20536.0000000.793924
20556.0000000.796736
20576.0000000.799705
20596.0000000.801859
20616.0000000.803399
20635.0000000.805139
20655.0000000.805537
20675.0000000.805883
20695.0000000.806335
20715.0000000.805885
20735.0000000.805576
20755.0000000.805038
20775.0000000.804727
20794.0000000.804133
20814.0000000.803998
20834.0000000.804295
20854.0000000.804219
20874.0000000.805041
20894.0000000.805836
20914.0000000.806782
20934.0000000.808434
20954.0000000.809909
20973.0000000.811714
20993.0000000.813773
21013.0000000.815366
21033.0000000.817463
21053.0000000.819240
21073.0000000.820868
21093.0000000.822257
21113.0000000.823537
21132.0000000.824653
21152.0000000.825138
21172.0000000.825841
21192.0000000.826139
21212.0000000.825767
21232.0000000.825670
21252.0000000.825048
21272.0000000.824093
21291.0000000.823366
21311.0000000.822455
21331.0000000.821660
21351.0000000.820357
21371.0000000.819444
21391.0000000.818331
21411.0000000.817576
21431.0000000.816831
21451.0000000.816213
21470.0000000.815788
21490.0000000.815617
21510.0000000.815571
21530.0000000.816045
21550.0000000.816148
21570.0000000.816919
21590.0000000.817598
21610.0000000.818230
21629.0000000.819752
21649.0000000.820894
21669.0000000.822492
21689.0000000.823297
21709.0000000.825110
21729.0000000.826640
21749.0000000.827869
21769.0000000.829224
21788.0000000.830143
21808.0000000.831485
21828.0000000.832080
21848.0000000.832791
21868.0000000.833866
21888.0000000.834211
21908.0000000.834641
21928.0000000.835547
21948.0000000.835783
21967.0000000.836970
21987.0000000.836947
22007.0000000.838148
22027.0000000.838697
22047.0000000.839203
22067.0000000.839969
22087.0000000.840589
22107.0000000.841150
22126.0000000.841549
22146.0000000.841638
22166.0000000.842445
22186.0000000.842636
22206.0000000.843223
22226.0000000.843759
22246.0000000.843869
22266.0000000.844823
22285.0000000.844729
22305.0000000.845598
22325.0000000.846154
22345.0000000.846594
22365.0000000.847138
22385.0000000.847915
22405.0000000.848186
22425.0000000.848552
22445.0000000.848987
22464.0000000.849377
22484.0000000.849617
22504.0000000.849636
22524.0000000.849992
22544.0000000.849781
22564.0000000.849623
22584.0000000.849220
22604.0000000.849069
22623.0000000.848822
22643.0000000.847899
22663.0000000.847239
22683.0000000.846086
22703.0000000.844456
22723.0000000.842642
22743.0000000.840222
22763.0000000.836502
22782.0000000.832160
22802.0000000.824891
22822.0000000.816848
22842.0000000.805276
22862.0000000.790971
22882.0000000.772614
22902.0000000.750201
22922.0000000.723509
22942.0000000.692577
22961.0000000.655112
22981.0000000.613860
23001.0000000.570899
23021.0000000.526108
23041.0000000.479929
23061.0000000.434709
23081.0000000.389649
23101.0000000.346600
23120.0000000.305818
23140.0000000.269378
23160.0000000.236474
23180.0000000.206357
23200.0000000.180523
23220.0000000.157756
23240.0000000.138264
23260.0000000.121272
23279.0000000.105898
23299.0000000.092828
23319.0000000.081272
23339.0000000.071141
23359.0000000.062715
23379.0000000.054966
23399.0000000.048328
23419.0000000.042917
23439.0000000.038122
23458.0000000.033789
23478.0000000.030085
23498.0000000.026816
23518.0000000.024026
23538.0000000.021635
23558.0000000.019397
23578.0000000.017481
23598.0000000.015782
23617.0000000.014202
23637.0000000.012930
23657.0000000.011737
23677.0000000.010634
23697.0000000.009654
23717.0000000.008782
23737.0000000.008009
23757.0000000.007305
23776.0000000.006740
23796.0000000.006113
23816.0000000.005585
23836.0000000.005160
23856.0000000.004714
23876.0000000.004274
+
+
diff --git a/scopesim/data/svo/Paranal/NACO.Ks b/scopesim/data/svo/Paranal/NACO.Ks new file mode 100644 index 00000000..3d381ae1 --- /dev/null +++ b/scopesim/data/svo/Paranal/NACO.Ks @@ -0,0 +1,186 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Instrument + + + Observational facility + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
19000.0000000.020000
19200.0000000.030000
19400.0000000.100000
19600.0000000.350000
19800.0000000.600000
20000.0000000.640000
20200.0000000.660000
20400.0000000.670000
20600.0000000.680000
20800.0000000.680000
21000.0000000.690000
21200.0000000.690000
21400.0000000.690000
21600.0000000.690000
21800.0000000.700000
22000.0000000.690000
22200.0000000.680000
22400.0000000.680000
22600.0000000.660000
22800.0000000.640000
23000.0000000.630000
23200.0000000.500000
23400.0000000.190000
23600.0000000.050000
23800.0000000.020000
24000.0000000.010000
24200.0000000.010000
+
+
diff --git a/scopesim/data/svo/SLOAN/SDSS.rprime_filter b/scopesim/data/svo/SLOAN/SDSS.rprime_filter new file mode 100644 index 00000000..39766bfd --- /dev/null +++ b/scopesim/data/svo/SLOAN/SDSS.rprime_filter @@ -0,0 +1,8108 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
53430.000109
53440.000122
53450.000136
53460.000150
53470.000165
53480.000181
53490.000197
53500.000214
53510.000232
53520.000250
53530.000269
53540.000290
53550.000313
53560.000337
53570.000363
53580.000392
53590.000424
53600.000458
53610.000495
53620.000536
53630.000580
53640.000628
53650.000679
53660.000734
53670.000792
53680.000855
53690.000921
53700.000992
53710.001067
53720.001147
53730.001231
53740.001321
53750.001417
53760.001519
53770.001628
53780.001744
53790.001868
53800.001999
53810.002139
53820.002287
53830.002446
53840.002614
53850.002793
53860.002984
53870.003187
53880.003403
53890.003633
53900.003876
53910.004134
53920.004408
53930.004698
53940.005005
53950.005330
53960.005673
53970.006036
53980.006419
53990.006823
54000.007248
54010.007696
54020.008167
54030.008662
54040.009183
54050.009729
54060.010302
54070.010903
54080.011532
54090.012191
54100.012880
54110.013600
54120.014352
54130.015137
54140.015955
54150.016807
54160.017695
54170.018618
54180.019578
54190.020575
54200.021610
54210.022684
54220.023798
54230.024953
54240.026149
54250.027387
54260.028668
54270.029993
54280.031363
54290.032778
54300.034240
54310.035749
54320.037305
54330.038908
54340.040559
54350.042258
54360.044006
54370.045801
54380.047645
54390.049538
54400.051480
54410.053471
54420.055511
54430.057599
54440.059737
54450.061923
54460.064158
54470.066441
54480.068773
54490.071152
54500.073580
54510.076056
54520.078580
54530.081151
54540.083771
54550.086439
54560.089155
54570.091919
54580.094731
54590.097592
54600.100500
54610.103456
54620.106460
54630.109508
54640.112601
54650.115736
54660.118912
54670.122128
54680.125382
54690.128673
54700.132000
54710.135361
54720.138758
54730.142192
54740.145665
54750.149178
54760.152733
54770.156331
54780.159974
54790.163663
54800.167400
54810.171186
54820.175022
54830.178907
54840.182842
54850.186827
54860.190861
54870.194946
54880.199080
54890.203265
54900.207500
54910.211785
54920.216117
54930.220493
54940.224911
54950.229366
54960.233856
54970.238377
54980.242927
54990.247502
55000.252100
55010.256717
55020.261355
55030.266014
55040.270694
55050.275398
55060.280126
55070.284879
55080.289659
55090.294465
55100.299300
55110.304164
55120.309057
55130.313980
55140.318933
55150.323916
55160.328931
55170.333976
55180.339052
55190.344160
55200.349300
55210.354471
55220.359670
55230.364892
55240.370132
55250.375386
55260.380649
55270.385916
55280.391184
55290.396447
55300.401700
55310.406940
55320.412165
55330.417374
55340.422566
55350.427740
55360.432895
55370.438029
55380.443142
55390.448233
55400.453300
55410.458343
55420.463359
55430.468349
55440.473310
55450.478241
55460.483140
55470.488008
55480.492841
55490.497639
55500.502400
55510.507123
55520.511804
55530.516440
55540.521026
55550.525560
55560.530037
55570.534453
55580.538804
55590.543088
55600.547300
55610.551437
55620.555499
55630.559487
55640.563402
55650.567245
55660.571016
55670.574716
55680.578346
55690.581907
55700.585400
55710.588825
55720.592185
55730.595483
55740.598719
55750.601898
55760.605020
55770.608090
55780.611108
55790.614077
55800.617000
55810.619878
55820.622713
55830.625503
55840.628249
55850.630952
55860.633610
55870.636223
55880.638793
55890.641319
55900.643800
55910.646238
55920.648634
55930.650993
55940.653317
55950.655609
55960.657872
55970.660110
55980.662325
55990.664521
56000.666700
56010.668866
56020.671020
56030.673164
56040.675299
56050.677426
56060.679548
56070.681664
56080.683777
56090.685889
56100.688000
56110.690112
56120.692225
56130.694340
56140.696456
56150.698574
56160.700694
56170.702816
56180.704941
56190.707069
56200.709200
56210.711334
56220.713473
56230.715617
56240.717768
56250.719928
56260.722098
56270.724279
56280.726472
56290.728678
56300.730900
56310.733137
56320.735390
56330.737656
56340.739935
56350.742225
56360.744525
56370.746834
56380.749150
56390.751472
56400.753800
56410.756131
56420.758465
56430.760801
56440.763137
56450.765472
56460.767805
56470.770136
56480.772463
56490.774784
56500.777100
56510.779408
56520.781708
56530.783997
56540.786274
56550.788538
56560.790786
56570.793018
56580.795232
56590.797427
56600.799600
56610.801750
56620.803876
56630.805973
56640.808042
56650.810078
56660.812080
56670.814045
56680.815972
56690.817858
56700.819700
56710.821497
56720.823249
56730.824956
56740.826619
56750.828239
56760.829815
56770.831349
56780.832841
56790.834291
56800.835700
56810.837069
56820.838396
56830.839683
56840.840928
56850.842130
56860.843291
56870.844408
56880.845483
56890.846513
56900.847500
56910.848443
56920.849341
56930.850196
56940.851008
56950.851777
56960.852505
56970.853190
56980.853834
56990.854437
57000.855000
57010.855523
57020.856008
57030.856458
57040.856874
57050.857260
57060.857616
57070.857946
57080.858252
57090.858536
57100.858800
57110.859046
57120.859276
57130.859492
57140.859694
57150.859884
57160.860063
57170.860233
57180.860394
57190.860550
57200.860700
57210.860846
57220.860991
57230.861135
57240.861281
57250.861431
57260.861586
57270.861749
57280.861921
57290.862104
57300.862300
57310.862511
57320.862736
57330.862977
57340.863233
57350.863505
57360.863792
57370.864095
57380.864414
57390.864749
57400.865100
57410.865468
57420.865853
57430.866256
57440.866680
57450.867124
57460.867591
57470.868080
57480.868594
57490.869134
57500.869700
57510.870294
57520.870915
57530.871565
57540.872242
57550.872948
57560.873682
57570.874444
57580.875234
57590.876053
57600.876900
57610.877775
57620.878677
57630.879603
57640.880552
57650.881521
57660.882508
57670.883512
57680.884530
57690.885560
57700.886600
57710.887648
57720.888704
57730.889766
57740.890833
57750.891905
57760.892981
57770.894059
57780.895139
57790.896219
57800.897300
57810.898380
57820.899458
57830.900535
57840.901610
57850.902683
57860.903753
57870.904820
57880.905884
57890.906944
57900.908000
57910.909052
57920.910096
57930.911132
57940.912155
57950.913164
57960.914156
57970.915128
57980.916077
57990.917002
58000.917900
58010.918768
58020.919606
58030.920413
58040.921190
58050.921936
58060.922652
58070.923336
58080.923989
58090.924610
58100.925200
58110.925758
58120.926285
58130.926782
58140.927250
58150.927690
58160.928103
58170.928489
58180.928850
58190.929187
58200.929500
58210.929790
58220.930058
58230.930301
58240.930521
58250.930715
58260.930885
58270.931029
58280.931146
58290.931237
58300.931300
58310.931336
58320.931344
58330.931325
58340.931280
58350.931210
58360.931116
58370.930996
58380.930854
58390.930688
58400.930500
58410.930291
58420.930063
58430.929821
58440.929567
58450.929305
58460.929039
58470.928772
58480.928508
58490.928249
58500.928000
58510.927763
58520.927538
58530.927325
58540.927123
58550.926931
58560.926748
58570.926575
58580.926409
58590.926251
58600.926100
58610.925955
58620.925817
58630.925686
58640.925562
58650.925446
58660.925338
58670.925240
58680.925150
58690.925070
58700.925000
58710.924941
58720.924894
58730.924862
58740.924845
58750.924847
58760.924870
58770.924914
58780.924983
58790.925077
58800.925200
58810.925352
58820.925532
58830.925739
58840.925971
58850.926226
58860.926504
58870.926801
58880.927118
58890.927451
58900.927800
58910.928163
58920.928539
58930.928929
58940.929332
58950.929747
58960.930174
58970.930614
58980.931065
58990.931527
59000.932000
59010.932484
59020.932978
59030.933483
59040.933998
59050.934523
59060.935058
59070.935604
59080.936159
59090.936725
59100.937300
59110.937885
59120.938477
59130.939074
59140.939673
59150.940274
59160.940872
59170.941466
59180.942054
59190.942632
59200.943200
59210.943754
59220.944295
59230.944822
59240.945335
59250.945833
59260.946317
59270.946785
59280.947239
59290.947677
59300.948100
59310.948507
59320.948897
59330.949269
59340.949623
59350.949957
59360.950271
59370.950563
59380.950832
59390.951078
59400.951300
59410.951496
59420.951667
59430.951810
59440.951926
59450.952013
59460.952072
59470.952100
59480.952098
59490.952065
59500.952000
59510.951902
59520.951773
59530.951612
59540.951422
59550.951202
59560.950954
59570.950679
59580.950378
59590.950051
59600.949700
59610.949325
59620.948927
59630.948505
59640.948060
59650.947591
59660.947100
59670.946584
59680.946046
59690.945485
59700.944900
59710.944293
59720.943664
59730.943016
59740.942351
59750.941670
59760.940976
59770.940270
59780.939554
59790.938830
59800.938100
59810.937366
59820.936628
59830.935888
59840.935146
59850.934403
59860.933659
59870.932917
59880.932175
59890.931436
59900.930700
59910.929967
59920.929239
59930.928515
59940.927796
59950.927082
59960.926373
59970.925670
59980.924973
59990.924283
60000.923600
60010.922924
60020.922257
60030.921600
60040.920954
60050.920321
60060.919702
60070.919100
60080.918514
60090.917947
60100.917400
60110.916874
60120.916370
60130.915887
60140.915425
60150.914985
60160.914565
60170.914167
60180.913790
60190.913435
60200.913100
60210.912786
60220.912495
60230.912225
60240.911978
60250.911753
60260.911553
60270.911377
60280.911226
60290.911100
60300.911000
60310.910926
60320.910879
60330.910857
60340.910860
60350.910889
60360.910943
60370.911021
60380.911124
60390.911250
60400.911400
60410.911574
60420.911770
60430.911991
60440.912235
60450.912503
60460.912794
60470.913110
60480.913449
60490.913812
60500.914200
60510.914612
60520.915046
60530.915502
60540.915979
60550.916475
60560.916989
60570.917520
60580.918066
60590.918627
60600.919200
60610.919785
60620.920382
60630.920989
60640.921607
60650.922234
60660.922871
60670.923516
60680.924170
60690.924831
60700.925500
60710.926175
60720.926857
60730.927545
60740.928239
60750.928938
60760.929642
60770.930350
60780.931063
60790.931780
60800.932500
60810.933224
60820.933950
60830.934678
60840.935409
60850.936140
60860.936872
60870.937605
60880.938338
60890.939069
60900.939800
60910.940529
60920.941256
60930.941979
60940.942699
60950.943415
60960.944125
60970.944829
60980.945527
60990.946218
61000.946900
61010.947574
61020.948239
61030.948894
61040.949540
61050.950177
61060.950803
61070.951418
61080.952023
61090.952617
61100.953200
61110.953771
61120.954330
61130.954876
61140.955409
61150.955928
61160.956433
61170.956924
61180.957399
61190.957857
61200.958300
61210.958726
61220.959136
61230.959532
61240.959914
61250.960284
61260.960644
61270.960994
61280.961336
61290.961671
61300.962000
61310.962324
61320.962644
61330.962959
61340.963268
61350.963572
61360.963870
61370.964162
61380.964448
61390.964727
61400.965000
61410.965266
61420.965523
61430.965773
61440.966012
61450.966241
61460.966459
61470.966665
61480.966857
61490.967036
61500.967200
61510.967349
61520.967483
61530.967604
61540.967713
61550.967813
61560.967903
61570.967985
61580.968061
61590.968133
61600.968200
61610.968265
61620.968328
61630.968389
61640.968449
61650.968508
61660.968566
61670.968624
61680.968682
61690.968741
61700.968800
61710.968860
61720.968919
61730.968977
61740.969031
61750.969081
61760.969123
61770.969158
61780.969184
61790.969198
61800.969200
61810.969188
61820.969164
61830.969129
61840.969085
61850.969032
61860.968973
61870.968909
61880.968841
61890.968771
61900.968700
61910.968630
61920.968560
61930.968491
61940.968422
61950.968353
61960.968284
61970.968214
61980.968144
61990.968072
62000.968000
62010.967926
62020.967851
62030.967773
62040.967691
62050.967606
62060.967517
62070.967422
62080.967321
62090.967214
62100.967100
62110.966978
62120.966848
62130.966710
62140.966564
62150.966409
62160.966246
62170.966073
62180.965892
62190.965701
62200.965500
62210.965290
62220.965071
62230.964844
62240.964610
62250.964369
62260.964123
62270.963872
62280.963617
62290.963360
62300.963100
62310.962839
62320.962577
62330.962314
62340.962051
62350.961789
62360.961528
62370.961268
62380.961010
62390.960754
62400.960500
62410.960249
62420.960001
62430.959754
62440.959508
62450.959261
62460.959014
62470.958765
62480.958513
62490.958259
62500.958000
62510.957737
62520.957469
62530.957197
62540.956920
62550.956641
62560.956358
62570.956072
62580.955784
62590.955493
62600.955200
62610.954906
62620.954611
62630.954317
62640.954026
62650.953738
62660.953455
62670.953178
62680.952909
62690.952650
62700.952400
62710.952162
62720.951934
62730.951717
62740.951508
62750.951308
62760.951115
62770.950929
62780.950748
62790.950572
62800.950400
62810.950231
62820.950067
62830.949907
62840.949753
62850.949606
62860.949466
62870.949335
62880.949213
62890.949101
62900.949000
62910.948911
62920.948834
62930.948768
62940.948713
62950.948669
62960.948635
62970.948612
62980.948598
62990.948594
63000.948600
63010.948615
63020.948638
63030.948670
63040.948710
63050.948757
63060.948812
63070.948874
63080.948943
63090.949019
63100.949100
63110.949187
63120.949282
63130.949384
63140.949494
63150.949615
63160.949746
63170.949890
63180.950046
63190.950215
63200.950400
63210.950600
63220.950815
63230.951042
63240.951282
63250.951533
63260.951792
63270.952060
63280.952335
63290.952615
63300.952900
63310.953188
63320.953478
63330.953772
63340.954068
63350.954367
63360.954668
63370.954973
63380.955279
63390.955588
63400.955900
63410.956214
63420.956531
63430.956850
63440.957173
63450.957500
63460.957831
63470.958166
63480.958505
63490.958850
63500.959200
63510.959555
63520.959915
63530.960278
63540.960642
63550.961007
63560.961372
63570.961735
63580.962095
63590.962450
63600.962800
63610.963143
63620.963479
63630.963806
63640.964124
63650.964432
63660.964730
63670.965016
63680.965291
63690.965552
63700.965800
63710.966034
63720.966255
63730.966466
63740.966668
63750.966863
63760.967053
63770.967240
63780.967426
63790.967612
63800.967800
63810.967992
63820.968187
63830.968384
63840.968581
63850.968777
63860.968971
63870.969161
63880.969347
63890.969527
63900.969700
63910.969864
63920.970020
63930.970166
63940.970303
63950.970430
63960.970546
63970.970651
63980.970746
63990.970829
64000.970900
64010.970959
64020.971007
64030.971044
64040.971072
64050.971092
64060.971105
64070.971111
64080.971111
64090.971107
64100.971100
64110.971090
64120.971077
64130.971062
64140.971045
64150.971026
64160.971005
64170.970981
64180.970956
64190.970929
64200.970900
64210.970869
64220.970837
64230.970803
64240.970767
64250.970729
64260.970688
64270.970645
64280.970600
64290.970551
64300.970500
64310.970446
64320.970389
64330.970331
64340.970270
64350.970209
64360.970147
64370.970084
64380.970022
64390.969960
64400.969900
64410.969841
64420.969784
64430.969728
64440.969675
64450.969623
64460.969574
64470.969527
64480.969482
64490.969440
64500.969400
64510.969363
64520.969330
64530.969299
64540.969272
64550.969249
64560.969230
64570.969216
64580.969205
64590.969200
64600.969200
64610.969205
64620.969216
64630.969232
64640.969253
64650.969280
64660.969313
64670.969351
64680.969395
64690.969445
64700.969500
64710.969561
64720.969627
64730.969699
64740.969774
64750.969854
64760.969938
64770.970024
64780.970114
64790.970206
64800.970300
64810.970396
64820.970492
64830.970591
64840.970690
64850.970790
64860.970891
64870.970993
64880.971095
64890.971197
64900.971300
64910.971403
64920.971506
64930.971610
64940.971715
64950.971823
64960.971932
64970.972044
64980.972159
64990.972277
65000.972400
65010.972527
65020.972657
65030.972792
65040.972929
65050.973069
65060.973212
65070.973357
65080.973503
65090.973651
65100.973800
65110.973949
65120.974097
65130.974244
65140.974387
65150.974525
65160.974657
65170.974782
65180.974898
65190.975005
65200.975100
65210.975183
65220.975255
65230.975318
65240.975372
65250.975419
65260.975460
65270.975498
65280.975533
65290.975566
65300.975600
65310.975635
65320.975671
65330.975706
65340.975741
65350.975775
65360.975807
65370.975836
65380.975862
65390.975883
65400.975900
65410.975911
65420.975915
65430.975912
65440.975901
65450.975880
65460.975849
65470.975806
65480.975751
65490.975683
65500.975600
65510.975503
65520.975392
65530.975271
65540.975141
65550.975004
65560.974864
65570.974721
65580.974577
65590.974437
65600.974300
65610.974169
65620.974043
65630.973921
65640.973799
65650.973677
65660.973553
65670.973425
65680.973291
65690.973150
65700.973000
65710.972839
65720.972669
65730.972491
65740.972304
65750.972112
65760.971915
65770.971714
65780.971510
65790.971305
65800.971100
65810.970895
65820.970692
65830.970489
65840.970287
65850.970087
65860.969887
65870.969688
65880.969491
65890.969295
65900.969100
65910.968906
65920.968714
65930.968522
65940.968332
65950.968142
65960.967953
65970.967764
65980.967576
65990.967388
66000.967200
66010.967012
66020.966825
66030.966639
66040.966455
66050.966272
66060.966091
66070.965913
66080.965738
66090.965567
66100.965400
66110.965237
66120.965078
66130.964923
66140.964771
66150.964621
66160.964474
66170.964329
66180.964185
66190.964042
66200.963900
66210.963758
66220.963618
66230.963483
66240.963353
66250.963230
66260.963117
66270.963016
66280.962928
66290.962856
66300.962800
66310.962763
66320.962743
66330.962739
66340.962748
66350.962770
66360.962802
66370.962843
66380.962891
66390.962944
66400.963000
66410.963058
66420.963118
66430.963179
66440.963240
66450.963301
66460.963363
66470.963424
66480.963484
66490.963543
66500.963600
66510.963656
66520.963711
66530.963767
66540.963825
66550.963887
66560.963954
66570.964027
66580.964109
66590.964199
66600.964300
66610.964413
66620.964535
66630.964667
66640.964806
66650.964950
66660.965099
66670.965250
66680.965401
66690.965552
66700.965700
66710.965845
66720.965987
66730.966127
66740.966268
66750.966411
66760.966557
66770.966707
66780.966864
66790.967027
66800.967200
66810.967383
66820.967574
66830.967774
66840.967981
66850.968193
66860.968410
66870.968630
66880.968853
66890.969076
66900.969300
66910.969523
66920.969744
66930.969963
66940.970179
66950.970393
66960.970603
66970.970809
66980.971011
66990.971208
67000.971400
67010.971586
67020.971767
67030.971944
67040.972116
67050.972285
67060.972451
67070.972615
67080.972778
67090.972939
67100.973100
67110.973261
67120.973421
67130.973580
67140.973737
67150.973892
67160.974043
67170.974190
67180.974332
67190.974469
67200.974600
67210.974724
67220.974842
67230.974954
67240.975060
67250.975161
67260.975257
67270.975348
67280.975436
67290.975520
67300.975600
67310.975677
67320.975752
67330.975822
67340.975889
67350.975953
67360.976011
67370.976066
67380.976116
67390.976160
67400.976200
67410.976234
67420.976263
67430.976286
67440.976304
67450.976317
67460.976324
67470.976326
67480.976322
67490.976314
67500.976300
67510.976281
67520.976257
67530.976228
67540.976194
67550.976156
67560.976113
67570.976066
67580.976015
67590.975959
67600.975900
67610.975837
67620.975771
67630.975702
67640.975631
67650.975559
67660.975486
67670.975413
67680.975341
67690.975270
67700.975200
67710.975132
67720.975066
67730.974999
67740.974930
67750.974858
67760.974781
67770.974698
67780.974608
67790.974509
67800.974400
67810.974280
67820.974149
67830.974008
67840.973857
67850.973698
67860.973531
67870.973357
67880.973177
67890.972991
67900.972800
67910.972605
67920.972405
67930.972200
67940.971990
67950.971775
67960.971553
67970.971325
67980.971091
67990.970849
68000.970600
68010.970343
68020.970077
68030.969801
68040.969514
68050.969216
68060.968903
68070.968577
68080.968235
68090.967876
68100.967500
68110.967105
68120.966691
68130.966257
68140.965802
68150.965326
68160.964827
68170.964306
68180.963762
68190.963193
68200.962600
68210.961981
68220.961337
68230.960667
68240.959969
68250.959245
68260.958493
68270.957713
68280.956904
68290.956067
68300.955200
68310.954303
68320.953374
68330.952410
68340.951410
68350.950370
68360.949289
68370.948163
68380.946992
68390.945771
68400.944500
68410.943175
68420.941797
68430.940362
68440.938872
68450.937325
68460.935719
68470.934055
68480.932331
68490.930546
68500.928700
68510.926791
68520.924820
68530.922786
68540.920690
68550.918531
68560.916309
68570.914026
68580.911680
68590.909271
68600.906800
68610.904266
68620.901668
68630.899003
68640.896270
68650.893465
68660.890587
68670.887634
68680.884603
68690.881492
68700.878300
68710.875024
68720.871661
68730.868210
68740.864668
68750.861034
68760.857306
68770.853480
68780.849555
68790.845529
68800.841400
68810.837166
68820.832830
68830.828396
68840.823867
68850.819247
68860.814539
68870.809747
68880.804874
68890.799924
68900.794900
68910.789806
68920.784641
68930.779406
68940.774102
68950.768727
68960.763282
68970.757767
68980.752181
68990.746526
69000.740800
69010.735004
69020.729141
69030.723210
69040.717215
69050.711158
69060.705040
69070.698864
69080.692630
69090.686342
69100.680000
69110.673608
69120.667170
69130.660690
69140.654175
69150.647628
69160.641055
69170.634461
69180.627850
69190.621228
69200.614600
69210.607970
69220.601338
69230.594706
69240.588074
69250.581442
69260.574811
69270.568181
69280.561552
69290.554925
69300.548300
69310.541678
69320.535060
69330.528446
69340.521839
69350.515240
69360.508649
69370.502069
69380.495500
69390.488943
69400.482400
69410.475873
69420.469364
69430.462880
69440.456423
69450.449998
69460.443609
69470.437261
69480.430957
69490.424702
69500.418500
69510.412355
69520.406267
69530.400238
69540.394267
69550.388356
69560.382504
69570.376712
69580.370980
69590.365310
69600.359700
69610.354152
69620.348665
69630.343239
69640.337873
69650.332566
69660.327318
69670.322127
69680.316995
69690.311919
69700.306900
69710.301937
69720.297030
69730.292180
69740.287389
69750.282656
69760.277983
69770.273370
69780.268818
69790.264328
69800.259900
69810.255536
69820.251234
69830.246997
69840.242822
69850.238710
69860.234662
69870.230677
69880.226755
69890.222896
69900.219100
69910.215367
69920.211695
69930.208082
69940.204527
69950.201027
69960.197582
69970.194188
69980.190844
69990.187549
70000.184300
70010.181096
70020.177937
70030.174823
70040.171753
70050.168730
70060.165752
70070.162820
70080.159933
70090.157094
70100.154300
70110.151553
70120.148853
70130.146198
70140.143590
70150.141028
70160.138512
70170.136041
70180.133615
70190.131235
70200.128900
70210.126610
70220.124363
70230.122158
70240.119994
70250.117870
70260.115785
70270.113736
70280.111723
70290.109745
70300.107800
70310.105887
70320.104006
70330.102156
70340.100337
70350.098550
70360.096793
70370.095067
70380.093371
70390.091706
70400.090070
70410.088464
70420.086887
70430.085340
70440.083822
70450.082332
70460.080870
70470.079436
70480.078030
70490.076651
70500.075300
70510.073975
70520.072676
70530.071403
70540.070153
70550.068927
70560.067722
70570.066540
70580.065377
70590.064234
70600.063110
70610.062004
70620.060915
70630.059844
70640.058792
70650.057757
70660.056741
70670.055743
70680.054763
70690.053802
70700.052860
70710.051936
70720.051031
70730.050143
70740.049273
70750.048420
70760.047583
70770.046762
70780.045956
70790.045166
70800.044390
70810.043628
70820.042880
70830.042146
70840.041424
70850.040715
70860.040019
70870.039334
70880.038662
70890.038000
70900.037350
70910.036710
70920.036082
70930.035463
70940.034856
70950.034259
70960.033672
70970.033096
70980.032530
70990.031975
71000.031430
71010.030895
71020.030371
71030.029857
71040.029352
71050.028857
71060.028371
71070.027895
71080.027428
71090.026970
71100.026520
71110.026079
71120.025646
71130.025222
71140.024805
71150.024396
71160.023994
71170.023600
71180.023213
71190.022833
71200.022460
71210.022093
71220.021733
71230.021379
71240.021030
71250.020688
71260.020352
71270.020021
71280.019695
71290.019375
71300.019060
71310.018750
71320.018445
71330.018145
71340.017850
71350.017560
71360.017275
71370.016996
71380.016722
71390.016453
71400.016190
71410.015932
71420.015679
71430.015432
71440.015189
71450.014950
71460.014716
71470.014486
71480.014261
71490.014039
71500.013820
71510.013605
71520.013393
71530.013184
71540.012979
71550.012776
71560.012577
71570.012381
71580.012188
71590.011997
71600.011810
71610.011625
71620.011444
71630.011265
71640.011089
71650.010916
71660.010747
71670.010580
71680.010417
71690.010257
71700.010100
71710.009947
71720.009796
71730.009649
71740.009505
71750.009364
71760.009226
71770.009090
71780.008957
71790.008826
71800.008698
71810.008572
71820.008448
71830.008326
71840.008207
71850.008089
71860.007973
71870.007858
71880.007745
71890.007633
71900.007523
71910.007414
71920.007306
71930.007200
71940.007095
71950.006992
71960.006890
71970.006790
71980.006691
71990.006595
72000.006500
72010.006407
72020.006316
72030.006227
72040.006140
72050.006054
72060.005970
72070.005887
72080.005806
72090.005725
72100.005646
72110.005568
72120.005491
72130.005415
72140.005340
72150.005266
72160.005193
72170.005121
72180.005051
72190.004981
72200.004913
72210.004846
72220.004780
72230.004715
72240.004651
72250.004589
72260.004527
72270.004466
72280.004406
72290.004347
72300.004288
72310.004230
72320.004173
72330.004117
72340.004061
72350.004006
72360.003951
72370.003897
72380.003843
72390.003790
72400.003738
72410.003686
72420.003635
72430.003584
72440.003534
72450.003484
72460.003436
72470.003388
72480.003341
72490.003295
72500.003250
72510.003206
72520.003163
72530.003121
72540.003080
72550.003040
72560.003001
72570.002962
72580.002925
72590.002889
72600.002853
72610.002818
72620.002784
72630.002751
72640.002718
72650.002686
72660.002655
72670.002624
72680.002593
72690.002563
72700.002533
72710.002503
72720.002474
72730.002445
72740.002416
72750.002387
72760.002358
72770.002329
72780.002301
72790.002272
72800.002243
72810.002214
72820.002185
72830.002157
72840.002128
72850.002100
72860.002072
72870.002045
72880.002019
72890.001993
72900.001968
72910.001944
72920.001921
72930.001899
72940.001877
72950.001856
72960.001836
72970.001815
72980.001795
72990.001775
73000.001755
73010.001735
73020.001714
73030.001694
73040.001674
73050.001654
73060.001634
73070.001614
73080.001594
73090.001575
73100.001556
73110.001538
73120.001520
73130.001502
73140.001485
73150.001468
73160.001451
73170.001435
73180.001420
73190.001404
73200.001389
73210.001374
73220.001360
73230.001345
73240.001331
73250.001317
73260.001304
73270.001290
73280.001277
73290.001264
73300.001251
73310.001238
73320.001226
73330.001213
73340.001201
73350.001189
73360.001177
73370.001165
73380.001153
73390.001141
73400.001129
73410.001117
73420.001105
73430.001094
73440.001082
73450.001070
73460.001057
73470.001045
73480.001033
73490.001020
73500.001007
+
+
diff --git a/scopesim/data/svo/SLOAN/SDSS.z b/scopesim/data/svo/SLOAN/SDSS.z new file mode 100644 index 00000000..09c699e9 --- /dev/null +++ b/scopesim/data/svo/SLOAN/SDSS.z @@ -0,0 +1,640 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7730.00.0000000000
7755.00.0000000000
7780.00.0001000000
7805.00.0001000000
7830.00.0001000000
7855.00.0002000000
7880.00.0002000000
7905.00.0003000000
7930.00.0005000000
7955.00.0007000000
7980.00.0011000000
8005.00.0017000000
8030.00.0027000000
8055.00.0040000000
8080.00.0057000000
8105.00.0079000000
8130.00.0106000000
8155.00.0139000000
8180.00.0178000000
8205.00.0222000000
8230.00.0271000000
8255.00.0324000000
8280.00.0382000000
8305.00.0446000000
8330.00.0511000000
8355.00.0564000000
8380.00.0603000000
8405.00.0637000000
8430.00.0667000000
8455.00.0694000000
8480.00.0717000000
8505.00.0736000000
8530.00.0752000000
8555.00.0765000000
8580.00.0775000000
8605.00.0782000000
8630.00.0786000000
8655.00.0787000000
8680.00.0785000000
8705.00.0780000000
8730.00.0772000000
8755.00.0763000000
8780.00.0751000000
8805.00.0738000000
8830.00.0723000000
8855.00.0708000000
8880.00.0693000000
8905.00.0674000000
8930.00.0632000000
8955.00.0581000000
8980.00.0543000000
9005.00.0526000000
9030.00.0523000000
9055.00.0522000000
9080.00.0512000000
9105.00.0496000000
9130.00.0481000000
9155.00.0473000000
9180.00.0476000000
9205.00.0482000000
9230.00.0476000000
9255.00.0447000000
9280.00.0391000000
9305.00.0329000000
9330.00.0283000000
9355.00.0264000000
9380.00.0271000000
9405.00.0283000000
9430.00.0275000000
9455.00.0254000000
9480.00.0252000000
9505.00.0256000000
9530.00.0246000000
9555.00.0244000000
9580.00.0252000000
9605.00.0258000000
9630.00.0265000000
9655.00.0274000000
9680.00.0279000000
9705.00.0271000000
9730.00.0252000000
9755.00.0236000000
9780.00.0227000000
9805.00.0222000000
9830.00.0216000000
9855.00.0208000000
9880.00.0196000000
9905.00.0183000000
9930.00.0171000000
9955.00.0160000000
9980.00.0149000000
10005.00.0138000000
10030.00.0128000000
10055.00.0118000000
10080.00.0108000000
10105.00.0099000000
10130.00.0091000000
10155.00.0083000000
10180.00.0075000000
10205.00.0068000000
10230.00.0061000000
10255.00.0055000000
10280.00.0050000000
10305.00.0045000000
10330.00.0041000000
10355.00.0037000000
10380.00.0033000000
10405.00.0030000000
10430.00.0027000000
10455.00.0025000000
10480.00.0023000000
10505.00.0021000000
10530.00.0019000000
10555.00.0018000000
10580.00.0017000000
10605.00.0016000000
10630.00.0015000000
10655.00.0014000000
10680.00.0013000000
10705.00.0012000000
10730.00.0011000000
10755.00.0010000000
10780.00.0009000000
10805.00.0008000000
10830.00.0008000000
10855.00.0007000000
10880.00.0006000000
10905.00.0006000000
10930.00.0006000000
10955.00.0005000000
10980.00.0005000000
11005.00.0004000000
11030.00.0004000000
11055.00.0003000000
11080.00.0003000000
11105.00.0002000000
11130.00.0002000000
11155.00.0001000000
11180.00.0001000000
11205.00.0000000000
11230.00.0000000000
+
+
diff --git a/scopesim/data/svo/SLOAN/SDSS.zprime_filter b/scopesim/data/svo/SLOAN/SDSS.zprime_filter new file mode 100644 index 00000000..068bf932 --- /dev/null +++ b/scopesim/data/svo/SLOAN/SDSS.zprime_filter @@ -0,0 +1,22653 @@ + + + + + + + + + + + + Photometric system + + + Detector type. 0:Energy counter, 1:Photon counter. + + + + Observational facility + + + + + + Transmission components + + + Reference wavelength. Defined as the same than the pivot wavelength. + + + Mean wavelength. Defined as integ[x*filter(x) dx]/integ[filter(x) dx] + + + Effective wavelength. Defined as integ[x*filter(x)*vega(x) dx]/integ[filter(x)*vega(x) dx] + + + Minimum filter wavelength. Defined as the first lambda value with a transmission at least 1% of maximum transmission + + + Maximum filter wavelength. Defined as the last lambda value with a transmission at least 1% of maximum transmission + + + Effective width. Defined as integ[x*filter(x) dx].\nEquivalent to the horizontal size of a rectangle with height equal to maximum transmission and with the same area that the one covered by the filter transmission curve. + + + Central wavelength. Defined as the central wavelength between the two points defining FWMH + + + Peak wavelength. Defined as sqrt{integ[x*filter(x) dx]/integ[filter(x) dx/x]} + + + Peak wavelength. Defined as the lambda value with larger transmission + + + Photon distribution based effective wavelength. Defined as integ[x^2*filter(x)*vega(x) dx]/integ[x*filter(x)*vega(x) dx] + + + Full width at half maximum. Defined as the difference between the two wavelengths for which filter transmission is half maximum + + + Sun flux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
78570.000183
78580.000188
78590.000193
78600.000198
78610.000203
78620.000209
78630.000214
78640.000220
78650.000226
78660.000232
78670.000238
78680.000245
78690.000252
78700.000259
78710.000266
78720.000274
78730.000282
78740.000289
78750.000297
78760.000305
78770.000313
78780.000321
78790.000328
78800.000336
78810.000343
78820.000351
78830.000358
78840.000365
78850.000372
78860.000380
78870.000387
78880.000395
78890.000403
78900.000412
78910.000421
78920.000431
78930.000441
78940.000451
78950.000462
78960.000473
78970.000484
78980.000496
78990.000507
79000.000519
79010.000531
79020.000543
79030.000555
79040.000567
79050.000579
79060.000591
79070.000604
79080.000616
79090.000628
79100.000641
79110.000654
79120.000666
79130.000679
79140.000693
79150.000706
79160.000720
79170.000734
79180.000748
79190.000763
79200.000778
79210.000794
79220.000810
79230.000827
79240.000844
79250.000862
79260.000880
79270.000899
79280.000919
79290.000940
79300.000961
79310.000983
79320.001006
79330.001030
79340.001054
79350.001080
79360.001106
79370.001133
79380.001162
79390.001191
79400.001221
79410.001252
79420.001284
79430.001317
79440.001350
79450.001384
79460.001418
79470.001453
79480.001487
79490.001522
79500.001556
79510.001590
79520.001624
79530.001657
79540.001691
79550.001726
79560.001760
79570.001796
79580.001832
79590.001869
79600.001907
79610.001947
79620.001987
79630.002029
79640.002072
79650.002116
79660.002161
79670.002207
79680.002254
79690.002302
79700.002350
79710.002399
79720.002449
79730.002499
79740.002551
79750.002604
79760.002657
79770.002712
79780.002768
79790.002825
79800.002884
79810.002944
79820.003006
79830.003069
79840.003134
79850.003200
79860.003268
79870.003337
79880.003408
79890.003481
79900.003555
79910.003631
79920.003708
79930.003787
79940.003867
79950.003949
79960.004032
79970.004117
79980.004203
79990.004290
80000.004379
80010.004469
80020.004561
80030.004653
80040.004748
80050.004843
80060.004940
80070.005038
80080.005138
80090.005239
80100.005341
80110.005445
80120.005550
80130.005657
80140.005766
80150.005877
80160.005990
80170.006106
80180.006224
80190.006346
80200.006470
80210.006597
80220.006728
80230.006862
80240.006998
80250.007138
80260.007280
80270.007424
80280.007572
80290.007722
80300.007874
80310.008029
80320.008186
80330.008345
80340.008507
80350.008672
80360.008839
80370.009009
80380.009182
80390.009358
80400.009537
80410.009719
80420.009904
80430.010093
80440.010285
80450.010481
80460.010681
80470.010884
80480.011092
80490.011304
80500.011520
80510.011741
80520.011965
80530.012194
80540.012427
80550.012664
80560.012905
80570.013149
80580.013396
80590.013646
80600.013900
80610.014156
80620.014416
80630.014679
80640.014945
80650.015215
80660.015489
80670.015768
80680.016050
80690.016338
80700.016630
80710.016927
80720.017230
80730.017537
80740.017850
80750.018168
80760.018492
80770.018821
80780.019155
80790.019495
80800.019840
80810.020191
80820.020548
80830.020910
80840.021278
80850.021653
80860.022033
80870.022420
80880.022814
80890.023214
80900.023620
80910.024033
80920.024453
80930.024880
80940.025314
80950.025754
80960.026202
80970.026656
80980.027117
80990.027585
81000.028060
81010.028542
81020.029031
81030.029527
81040.030030
81050.030540
81060.031058
81070.031582
81080.032114
81090.032653
81100.033200
81110.033754
81120.034316
81130.034885
81140.035461
81150.036045
81160.036637
81170.037236
81180.037843
81190.038458
81200.039080
81210.039710
81220.040348
81230.040994
81240.041647
81250.042308
81260.042977
81270.043654
81280.044338
81290.045030
81300.045730
81310.046438
81320.047154
81330.047879
81340.048613
81350.049356
81360.050111
81370.050876
81380.051652
81390.052440
81400.053240
81410.054053
81420.054879
81430.055717
81440.056567
81450.057430
81460.058304
81470.059191
81480.060089
81490.060999
81500.061920
81510.062852
81520.063796
81530.064749
81540.065713
81550.066687
81560.067670
81570.068662
81580.069663
81590.070673
81600.071690
81610.072715
81620.073748
81630.074790
81640.075840
81650.076900
81660.077969
81670.079048
81680.080138
81690.081238
81700.082350
81710.083473
81720.084607
81730.085753
81740.086909
81750.088076
81760.089253
81770.090440
81780.091637
81790.092844
81800.094060
81810.095285
81820.096520
81830.097765
81840.099020
81850.100287
81860.101565
81870.102854
81880.104157
81890.105472
81900.106800
81910.108142
81920.109498
81930.110867
81940.112249
81950.113644
81960.115051
81970.116470
81980.117902
81990.119345
82000.120800
82010.122266
82020.123743
82030.125230
82040.126727
82050.128234
82060.129750
82070.131275
82080.132809
82090.134350
82100.135900
82110.137457
82120.139022
82130.140596
82140.142179
82150.143771
82160.145374
82170.146988
82180.148613
82190.150250
82200.151900
82210.153563
82220.155239
82230.156928
82240.158630
82250.160344
82260.162071
82270.163810
82280.165561
82290.167325
82300.169100
82310.170887
82320.172685
82330.174494
82340.176313
82350.178141
82360.179978
82370.181823
82380.183675
82390.185534
82400.187400
82410.189271
82420.191149
82430.193032
82440.194922
82450.196818
82460.198720
82470.200630
82480.202546
82490.204469
82500.206400
82510.208338
82520.210284
82530.212239
82540.214203
82550.216176
82560.218159
82570.220152
82580.222157
82590.224172
82600.226200
82610.228240
82620.230291
82630.232353
82640.234424
82650.236504
82660.238591
82670.240686
82680.242786
82690.244891
82700.247000
82710.249112
82720.251227
82730.253344
82740.255463
82750.257584
82760.259706
82770.261829
82780.263952
82790.266076
82800.268200
82810.270323
82820.272442
82830.274552
82840.276652
82850.278736
82860.280801
82870.282844
82880.284861
82890.286847
82900.288800
82910.290717
82920.292602
82930.294461
82940.296299
82950.298122
82960.299935
82970.301744
82980.303554
82990.305371
83000.307200
83010.309046
83020.310913
83030.312801
83040.314713
83050.316651
83060.318617
83070.320613
83080.322640
83090.324702
83100.326800
83110.328935
83120.331104
83130.333302
83140.335527
83150.337774
83160.340039
83170.342318
83180.344607
83190.346903
83200.349200
83210.351496
83220.353791
83230.356083
83240.358375
83250.360665
83260.362954
83270.365241
83280.367528
83290.369814
83300.372100
83310.374385
83320.376668
83330.378947
83340.381222
83350.383491
83360.385753
83370.388006
83380.390249
83390.392481
83400.394700
83410.396905
83420.399100
83430.401286
83440.403466
83450.405644
83460.407823
83470.410005
83480.412193
83490.414390
83500.416600
83510.418824
83520.421063
83530.423317
83540.425586
83550.427869
83560.430166
83570.432479
83580.434805
83590.437145
83600.439500
83610.441868
83620.444245
83630.446626
83640.449006
83650.451381
83660.453745
83670.456094
83680.458423
83690.460726
83700.463000
83710.465241
83720.467452
83730.469638
83740.471805
83750.473959
83760.476104
83770.478245
83780.480388
83790.482538
83800.484700
83810.486879
83820.489073
83830.491284
83840.493508
83850.495746
83860.497997
83870.500258
83880.502530
83890.504811
83900.507100
83910.509396
83920.511695
83930.513995
83940.516291
83950.518581
83960.520859
83970.523124
83980.525372
83990.527598
84000.529800
84010.531975
84020.534126
84030.536256
84040.538369
84050.540469
84060.542559
84070.544644
84080.546726
84090.548810
84100.550900
84110.552998
84120.555102
84130.557211
84140.559321
84150.561432
84160.563540
84170.565643
84180.567739
84190.569825
84200.571900
84210.573961
84220.576007
84230.578038
84240.580054
84250.582054
84260.584037
84270.586004
84280.587954
84290.589886
84300.591800
84310.593696
84320.595578
84330.597450
84340.599315
84350.601178
84360.603043
84370.604913
84380.606794
84390.608688
84400.610600
84410.612533
84420.614483
84430.616447
84440.618419
84450.620397
84460.622374
84470.624348
84480.626313
84490.628265
84500.630200
84510.632114
84520.634007
84530.635877
84540.637724
84550.639548
84560.641348
84570.643124
84580.644874
84590.646600
84600.648300
84610.649975
84620.651629
84630.653268
84640.654898
84650.656524
84660.658153
84670.659789
84680.661438
84690.663107
84700.664800
84710.666522
84720.668270
84730.670040
84740.671828
84750.673630
84760.675441
84770.677258
84780.679076
84790.680892
84800.682700
84810.684497
84820.686281
84830.688048
84840.689795
84850.691519
84860.693218
84870.694888
84880.696527
84890.698132
84900.699700
84910.701229
84920.702724
84930.704190
84940.705633
84950.707057
84960.708469
84970.709874
84980.711277
84990.712684
85000.714100
85010.715530
85020.716973
85030.718427
85040.719892
85050.721365
85060.722844
85070.724329
85080.725818
85090.727309
85100.728800
85110.730290
85120.731775
85130.733253
85140.734720
85150.736172
85160.737607
85170.739020
85180.740409
85190.741770
85200.743100
85210.744397
85220.745665
85230.746909
85240.748134
85250.749347
85260.750551
85270.751754
85280.752959
85290.754173
85300.755400
85310.756645
85320.757907
85330.759183
85340.760470
85350.761766
85360.763070
85370.764377
85380.765686
85390.766995
85400.768300
85410.769600
85420.770892
85430.772176
85440.773450
85450.774712
85460.775962
85470.777197
85480.778416
85490.779617
85500.780800
85510.781963
85520.783110
85530.784243
85540.785367
85550.786484
85560.787598
85570.788714
85580.789834
85590.790961
85600.792100
85610.793253
85620.794418
85630.795594
85640.796777
85650.797965
85660.799156
85670.800347
85680.801537
85690.802722
85700.803900
85710.805069
85720.806226
85730.807370
85740.808498
85750.809607
85760.810696
85770.811762
85780.812802
85790.813816
85800.814800
85810.815753
85820.816680
85830.817584
85840.818471
85850.819345
85860.820212
85870.821076
85880.821942
85890.822815
85900.823700
85910.824600
85920.825515
85930.826442
85940.827380
85950.828325
85960.829277
85970.830232
85980.831189
85990.832146
86000.833100
86010.834049
86020.834992
86030.835925
86040.836846
86050.837754
86060.838645
86070.839518
86080.840369
86090.841197
86100.842000
86110.842776
86120.843529
86130.844263
86140.844984
86150.845697
86160.846405
86170.847115
86180.847831
86190.848558
86200.849300
86210.850062
86220.850843
86230.851641
86240.852456
86250.853285
86260.854127
86270.854982
86280.855846
86290.856719
86300.857600
86310.858486
86320.859375
86330.860261
86340.861142
86350.862014
86360.862873
86370.863715
86380.864536
86390.865332
86400.866100
86410.866837
86420.867545
86430.868226
86440.868884
86450.869521
86460.870141
86470.870746
86480.871339
86490.871922
86500.872500
86510.873074
86520.873647
86530.874220
86540.874795
86550.875375
86560.875961
86570.876554
86580.877157
86590.877772
86600.878400
86610.879042
86620.879696
86630.880358
86640.881024
86650.881691
86660.882354
86670.883010
86680.883656
86690.884287
86700.884900
86710.885492
86720.886064
86730.886615
86740.887148
86750.887662
86760.888160
86770.888642
86780.889108
86790.889561
86800.890000
86810.890428
86820.890846
86830.891260
86840.891672
86850.892085
86860.892504
86870.892931
86880.893371
86890.893826
86900.894300
86910.894796
86920.895311
86930.895843
86940.896390
86950.896947
86960.897512
86970.898083
86980.898657
86990.899230
87000.899800
87010.900364
87020.900921
87030.901470
87040.902010
87050.902540
87060.903058
87070.903565
87080.904058
87090.904536
87100.905000
87110.905448
87120.905883
87130.906308
87140.906728
87150.907144
87160.907561
87170.907982
87180.908409
87190.908848
87200.909300
87210.909768
87220.910249
87230.910738
87240.911230
87250.911721
87260.912207
87270.912682
87280.913143
87290.913583
87300.914000
87310.914389
87320.914753
87330.915094
87340.915416
87350.915720
87360.916012
87370.916292
87380.916565
87390.916833
87400.917100
87410.917368
87420.917641
87430.917922
87440.918215
87450.918522
87460.918848
87470.919195
87480.919567
87490.919968
87500.920400
87510.920865
87520.921358
87530.921871
87540.922397
87550.922928
87560.923456
87570.923975
87580.924477
87590.924955
87600.925400
87610.925808
87620.926181
87630.926522
87640.926837
87650.927130
87660.927404
87670.927663
87680.927913
87690.928157
87700.928400
87710.928645
87720.928894
87730.929151
87740.929416
87750.929691
87760.929980
87770.930283
87780.930602
87790.930941
87800.931300
87810.931680
87820.932077
87830.932482
87840.932890
87850.933293
87860.933684
87870.934058
87880.934406
87890.934722
87900.935000
87910.935234
87920.935429
87930.935591
87940.935725
87950.935838
87960.935936
87970.936026
87980.936112
87990.936201
88000.936300
88010.936413
88020.936543
88030.936690
88040.936856
88050.937042
88060.937248
88070.937476
88080.937726
88090.938001
88100.938300
88110.938624
88120.938967
88130.939322
88140.939684
88150.940044
88160.940397
88170.940736
88180.941054
88190.941344
88200.941600
88210.941817
88220.941998
88230.942149
88240.942275
88250.942381
88260.942473
88270.942555
88280.942633
88290.942713
88300.942800
88310.942898
88320.943010
88330.943137
88340.943281
88350.943444
88360.943628
88370.943833
88380.944063
88390.944318
88400.944600
88410.944910
88420.945241
88430.945587
88440.945939
88450.946292
88460.946637
88470.946968
88480.947277
88490.947557
88500.947800
88510.948002
88520.948164
88530.948292
88540.948390
88550.948462
88560.948514
88570.948549
88580.948572
88590.948587
88600.948600
88610.948614
88620.948633
88630.948662
88640.948702
88650.948758
88660.948834
88670.948932
88680.949057
88690.949212
88700.949400
88710.949624
88720.949879
88730.950158
88740.950457
88750.950768
88760.951086
88770.951404
88780.951716
88790.952017
88800.952300
88810.952560
88820.952797
88830.953010
88840.953202
88850.953370
88860.953518
88870.953644
88880.953749
88890.953835
88900.953900
88910.953947
88920.953979
88930.954002
88940.954020
88950.954038
88960.954061
88970.954094
88980.954141
88990.954208
89000.954300
89010.954420
89020.954565
89030.954732
89040.954917
89050.955116
89060.955327
89070.955544
89080.955764
89090.955984
89100.956200
89110.956408
89120.956607
89130.956796
89140.956972
89150.957135
89160.957283
89170.957415
89180.957529
89190.957625
89200.957700
89210.957755
89220.957792
89230.957817
89240.957833
89250.957845
89260.957857
89270.957875
89280.957901
89290.957942
89300.958000
89310.958080
89320.958180
89330.958299
89340.958435
89350.958585
89360.958749
89370.958925
89380.959109
89390.959302
89400.959500
89410.959702
89420.959904
89430.960105
89440.960301
89450.960488
89460.960665
89470.960827
89480.960972
89490.961098
89500.961200
89510.961278
89520.961333
89530.961371
89540.961396
89550.961412
89560.961422
89570.961432
89580.961446
89590.961467
89600.961500
89610.961548
89620.961610
89630.961683
89640.961765
89650.961853
89660.961944
89670.962038
89680.962129
89690.962218
89700.962300
89710.962374
89720.962442
89730.962503
89740.962561
89750.962615
89760.962669
89770.962723
89780.962778
89790.962837
89800.962900
89810.962969
89820.963043
89830.963121
89840.963202
89850.963286
89860.963370
89870.963455
89880.963539
89890.963621
89900.963700
89910.963776
89920.963847
89930.963914
89940.963975
89950.964030
89960.964079
89970.964121
89980.964155
89990.964182
90000.964200
90010.964210
90020.964214
90030.964217
90040.964221
90050.964232
90060.964252
90070.964285
90080.964335
90090.964405
90100.964500
90110.964621
90120.964765
90130.964926
90140.965100
90150.965280
90160.965462
90170.965640
90180.965809
90190.965964
90200.966100
90210.966212
90220.966301
90230.966368
90240.966417
90250.966447
90260.966462
90270.966463
90280.966452
90290.966430
90300.966400
90310.966363
90320.966323
90330.966283
90340.966247
90350.966218
90360.966199
90370.966195
90380.966208
90390.966242
90400.966300
90410.966385
90420.966493
90430.966618
90440.966758
90450.966905
90460.967057
90470.967207
90480.967350
90490.967483
90500.967600
90510.967697
90520.967776
90530.967838
90540.967887
90550.967923
90560.967949
90570.967968
90580.967981
90590.967991
90600.968000
90610.968010
90620.968023
90630.968039
90640.968062
90650.968091
90660.968129
90670.968178
90680.968238
90690.968312
90700.968400
90710.968504
90720.968620
90730.968746
90740.968878
90750.969013
90760.969146
90770.969275
90780.969396
90790.969505
90800.969600
90810.969677
90820.969737
90830.969782
90840.969814
90850.969833
90860.969841
90870.969841
90880.969833
90890.969819
90900.969800
90910.969779
90920.969757
90930.969736
90940.969718
90950.969706
90960.969702
90970.969707
90980.969723
90990.969754
91000.969800
91010.969863
91020.969941
91030.970031
91040.970128
91050.970230
91060.970334
91070.970436
91080.970534
91090.970622
91100.970700
91110.970763
91120.970812
91130.970847
91140.970867
91150.970873
91160.970865
91170.970844
91180.970809
91190.970761
91200.970700
91210.970627
91220.970544
91230.970456
91240.970366
91250.970278
91260.970196
91270.970123
91280.970064
91290.970022
91300.970000
91310.970002
91320.970025
91330.970068
91340.970128
91350.970202
91360.970288
91370.970384
91380.970486
91390.970592
91400.970700
91410.970808
91420.970913
91430.971017
91440.971117
91450.971213
91460.971304
91470.971389
91480.971467
91490.971538
91500.971600
91510.971654
91520.971700
91530.971743
91540.971782
91550.971822
91560.971864
91570.971910
91580.971964
91590.972026
91600.972100
91610.972187
91620.972284
91630.972389
91640.972500
91650.972612
91660.972723
91670.972831
91680.972931
91690.973022
91700.973100
91710.973163
91720.973211
91730.973244
91740.973263
91750.973267
91760.973259
91770.973238
91780.973204
91790.973158
91800.973100
91810.973032
91820.972955
91830.972873
91840.972789
91850.972705
91860.972625
91870.972552
91880.972488
91890.972436
91900.972400
91910.972381
91920.972379
91930.972391
91940.972415
91950.972449
91960.972491
91970.972539
91980.972592
91990.972646
92000.972700
92010.972752
92020.972801
92030.972847
92040.972888
92050.972924
92060.972954
92070.972977
92080.972993
92090.973001
92100.973000
92110.972990
92120.972972
92130.972949
92140.972922
92150.972893
92160.972865
92170.972840
92180.972819
92190.972805
92200.972800
92210.972805
92220.972821
92230.972846
92240.972882
92250.972928
92260.972984
92270.973049
92280.973124
92290.973207
92300.973300
92310.973401
92320.973508
92330.973617
92340.973726
92350.973831
92360.973930
92370.974020
92380.974097
92390.974158
92400.974200
92410.974222
92420.974225
92430.974213
92440.974190
92450.974159
92460.974123
92470.974086
92480.974050
92490.974021
92500.974000
92510.973991
92520.973994
92530.974009
92540.974034
92550.974071
92560.974118
92570.974174
92580.974241
92590.974316
92600.974400
92610.974492
92620.974589
92630.974689
92640.974788
92650.974883
92660.974972
92670.975051
92680.975117
92690.975168
92700.975200
92710.975211
92720.975204
92730.975180
92740.975143
92750.975096
92760.975041
92770.974981
92780.974919
92790.974858
92800.974800
92810.974748
92820.974704
92830.974668
92840.974640
92850.974622
92860.974614
92870.974617
92880.974632
92890.974659
92900.974700
92910.974754
92920.974819
92930.974892
92940.974967
92950.975043
92960.975115
92970.975181
92980.975236
92990.975277
93000.975300
93010.975303
93020.975289
93030.975259
93040.975218
93050.975169
93060.975113
93070.975056
93080.974999
93090.974946
93100.974900
93110.974864
93120.974838
93130.974824
93140.974822
93150.974833
93160.974857
93170.974895
93180.974948
93190.975016
93200.975100
93210.975200
93220.975314
93230.975437
93240.975568
93250.975701
93260.975834
93270.975964
93280.976087
93290.976200
93300.976300
93310.976383
93320.976450
93330.976500
93340.976534
93350.976551
93360.976552
93370.976538
93380.976508
93390.976461
93400.976400
93410.976324
93420.976236
93430.976141
93440.976043
93450.975944
93460.975851
93470.975766
93480.975693
93490.975636
93500.975600
93510.975587
93520.975595
93530.975622
93540.975665
93550.975721
93560.975787
93570.975861
93580.975940
93590.976020
93600.976100
93610.976176
93620.976248
93630.976313
93640.976372
93650.976421
93660.976461
93670.976490
93680.976507
93690.976511
93700.976500
93710.976474
93720.976436
93730.976388
93740.976336
93750.976281
93760.976228
93770.976180
93780.976140
93790.976112
93800.976100
93810.976105
93820.976127
93830.976163
93840.976210
93850.976267
93860.976330
93870.976397
93880.976466
93890.976535
93900.976600
93910.976660
93920.976714
93930.976761
93940.976799
93950.976827
93960.976846
93970.976854
93980.976849
93990.976832
94000.976800
94010.976754
94020.976698
94030.976633
94040.976566
94050.976499
94060.976435
94070.976380
94080.976337
94090.976309
94100.976300
94110.976313
94120.976346
94130.976395
94140.976457
94150.976528
94160.976605
94170.976684
94180.976762
94190.976835
94200.976900
94210.976954
94220.976996
94230.977026
94240.977045
94250.977051
94260.977045
94270.977028
94280.976997
94290.976955
94300.976900
94310.976833
94320.976757
94330.976675
94340.976590
94350.976505
94360.976424
94370.976349
94380.976285
94390.976234
94400.976200
94410.976185
94420.976187
94430.976205
94440.976236
94450.976280
94460.976333
94470.976393
94480.976459
94490.976529
94500.976600
94510.976671
94520.976740
94530.976807
94540.976869
94550.976927
94560.976978
94570.977023
94580.977058
94590.977085
94600.977100
94610.977104
94620.977099
94630.977087
94640.977069
94650.977050
94660.977031
94670.977013
94680.977001
94690.976996
94700.977000
94710.977015
94720.977042
94730.977077
94740.977121
94750.977173
94760.977230
94770.977293
94780.977360
94790.977429
94800.977500
94810.977571
94820.977641
94830.977707
94840.977768
94850.977821
94860.977864
94870.977896
94880.977914
94890.977916
94900.977900
94910.977865
94920.977814
94930.977749
94940.977675
94950.977593
94960.977508
94970.977423
94980.977341
94990.977266
95000.977200
95010.977147
95020.977106
95030.977077
95040.977061
95050.977057
95060.977064
95070.977082
95080.977111
95090.977150
95100.977200
95110.977259
95120.977326
95130.977397
95140.977471
95150.977543
95160.977612
95170.977675
95180.977729
95190.977772
95200.977800
95210.977813
95220.977811
95230.977798
95240.977776
95250.977747
95260.977715
95270.977681
95280.977649
95290.977621
95300.977600
95310.977588
95320.977584
95330.977588
95340.977601
95350.977620
95360.977645
95370.977677
95380.977713
95390.977755
95400.977800
95410.977849
95420.977899
95430.977948
95440.977995
95450.978037
95460.978072
95470.978098
95480.978112
95490.978114
95500.978100
95510.978069
95520.978024
95530.977968
95540.977903
95550.977832
95560.977759
95570.977686
95580.977617
95590.977554
95600.977500
95610.977458
95620.977427
95630.977407
95640.977397
95650.977396
95660.977404
95670.977418
95680.977440
95690.977467
95700.977500
95710.977537
95720.977576
95730.977617
95740.977657
95750.977695
95760.977730
95770.977759
95780.977782
95790.977796
95800.977800
95810.977793
95820.977778
95830.977755
95840.977728
95850.977699
95860.977669
95870.977642
95880.977620
95890.977606
95900.977600
95910.977606
95920.977622
95930.977648
95940.977682
95950.977724
95960.977771
95970.977824
95980.977880
95990.977939
96000.978000
96010.978061
96020.978121
96030.978179
96040.978233
96050.978282
96060.978325
96070.978359
96080.978384
96090.978398
96100.978400
96110.978389
96120.978367
96130.978336
96140.978300
96150.978260
96160.978219
96170.978181
96180.978146
96190.978118
96200.978100
96210.978093
96220.978097
96230.978111
96240.978134
96250.978165
96260.978203
96270.978246
96280.978294
96290.978346
96300.978400
96310.978456
96320.978512
96330.978567
96340.978619
96350.978667
96360.978710
96370.978746
96380.978774
96390.978792
96400.978800
96410.978796
96420.978781
96430.978757
96440.978727
96450.978691
96460.978652
96470.978612
96480.978572
96490.978534
96500.978500
96510.978471
96520.978449
96530.978432
96540.978422
96550.978418
96560.978420
96570.978430
96580.978446
96590.978469
96600.978500
96610.978538
96620.978581
96630.978628
96640.978676
96650.978725
96660.978771
96670.978814
96680.978851
96690.978880
96700.978900
96710.978909
96720.978908
96730.978898
96740.978881
96750.978858
96760.978830
96770.978799
96780.978766
96790.978733
96800.978700
96810.978669
96820.978642
96830.978619
96840.978603
96850.978593
96860.978593
96870.978601
96880.978621
96890.978654
96900.978700
96910.978760
96920.978832
96930.978912
96940.978996
96950.979081
96960.979164
96970.979241
96980.979308
96990.979362
97000.979400
97010.979419
97020.979420
97030.979407
97040.979381
97050.979344
97060.979301
97070.979252
97080.979201
97090.979149
97100.979100
97110.979055
97120.979016
97130.978981
97140.978952
97150.978929
97160.978911
97170.978899
97180.978893
97190.978894
97200.978900
97210.978913
97220.978931
97230.978953
97240.978977
97250.979002
97260.979028
97270.979051
97280.979072
97290.979089
97300.979100
97310.979105
97320.979103
97330.979097
97340.979087
97350.979074
97360.979059
97370.979043
97380.979027
97390.979013
97400.979000
97410.978990
97420.978984
97430.978982
97440.978984
97450.978990
97460.979001
97470.979017
97480.979039
97490.979066
97500.979100
97510.979140
97520.979185
97530.979232
97540.979281
97550.979329
97560.979375
97570.979417
97580.979453
97590.979481
97600.979500
97610.979508
97620.979506
97630.979496
97640.979478
97650.979455
97660.979428
97670.979397
97680.979365
97690.979332
97700.979300
97710.979270
97720.979244
97730.979221
97740.979202
97750.979187
97760.979177
97770.979173
97780.979175
97790.979184
97800.979200
97810.979223
97820.979253
97830.979286
97840.979322
97850.979360
97860.979396
97870.979430
97880.979460
97890.979484
97900.979500
97910.979508
97920.979507
97930.979501
97940.979489
97950.979474
97960.979458
97970.979440
97980.979424
97990.979410
98000.979400
98010.979395
98020.979395
98030.979399
98040.979407
98050.979418
98060.979431
98070.979447
98080.979464
98090.979482
98100.979500
98110.979518
98120.979537
98130.979555
98140.979574
98150.979593
98160.979613
98170.979633
98180.979654
98190.979677
98200.979700
98210.979725
98220.979750
98230.979775
98240.979800
98250.979823
98260.979845
98270.979864
98280.979880
98290.979892
98300.979900
98310.979903
98320.979902
98330.979897
98340.979889
98350.979878
98360.979864
98370.979849
98380.979833
98390.979817
98400.979800
98410.979784
98420.979769
98430.979754
98440.979741
98450.979730
98460.979719
98470.979711
98480.979705
98490.979701
98500.979700
98510.979701
98520.979704
98530.979709
98540.979713
98550.979717
98560.979720
98570.979720
98580.979717
98590.979711
98600.979700
98610.979684
98620.979664
98630.979643
98640.979622
98650.979602
98660.979587
98670.979577
98680.979575
98690.979582
98700.979600
98710.979631
98720.979672
98730.979722
98740.979777
98750.979836
98760.979896
98770.979955
98780.980010
98790.980059
98800.980100
98810.980130
98820.980151
98830.980163
98840.980168
98850.980166
98860.980159
98870.980147
98880.980133
98890.980117
98900.980100
98910.980083
98920.980068
98930.980055
98940.980045
98950.980039
98960.980038
98970.980042
98980.980054
98990.980073
99000.980100
99010.980136
99020.980180
99030.980228
99040.980279
99050.980329
99060.980378
99070.980421
99080.980458
99090.980485
99100.980500
99110.980502
99120.980491
99130.980468
99140.980435
99150.980394
99160.980345
99170.980290
99180.980230
99190.980166
99200.980100
99210.980033
99220.979968
99230.979905
99240.979847
99250.979795
99260.979752
99270.979719
99280.979698
99290.979691
99300.979700
99310.979726
99320.979767
99330.979819
99340.979882
99350.979951
99360.980024
99370.980098
99380.980170
99390.980239
99400.980300
99410.980352
99420.980394
99430.980427
99440.980451
99450.980465
99460.980470
99470.980465
99480.980452
99490.980431
99500.980400
99510.980361
99520.980316
99530.980267
99540.980216
99550.980166
99560.980118
99570.980075
99580.980040
99590.980014
99600.980000
99610.979999
99620.980011
99630.980032
99640.980062
99650.980098
99660.980138
99670.980180
99680.980222
99690.980263
99700.980300
99710.980332
99720.980358
99730.980379
99740.980395
99750.980407
99760.980413
99770.980416
99780.980414
99790.980409
99800.980400
99810.980388
99820.980373
99830.980357
99840.980341
99850.980326
99860.980313
99870.980303
99880.980296
99890.980295
99900.980300
99910.980312
99920.980330
99930.980353
99940.980382
99950.980413
99960.980448
99970.980485
99980.980523
99990.980562
100000.980600
100010.980637
100020.980671
100030.980701
100040.980726
100050.980745
100060.980756
100070.980758
100080.980751
100090.980732
100100.980700
100110.980655
100120.980600
100130.980539
100140.980473
100150.980408
100160.980346
100170.980290
100180.980245
100190.980214
100200.980200
100210.980205
100220.980228
100230.980266
100240.980316
100250.980374
100260.980439
100270.980507
100280.980575
100290.980640
100300.980700
100310.980752
100320.980796
100330.980832
100340.980861
100350.980882
100360.980898
100370.980907
100380.980910
100390.980907
100400.980900
100410.980888
100420.980873
100430.980856
100440.980838
100450.980821
100460.980807
100470.980796
100480.980790
100490.980791
100500.980800
100510.980818
100520.980843
100530.980874
100540.980908
100550.980945
100560.980983
100570.981019
100580.981051
100590.981079
100600.981100
100610.981113
100620.981118
100630.981116
100640.981109
100650.981097
100660.981081
100670.981063
100680.981043
100690.981021
100700.981000
100710.980980
100720.980962
100730.980946
100740.980935
100750.980928
100760.980927
100770.980933
100780.980947
100790.980969
100800.981000
100810.981041
100820.981090
100830.981143
100840.981198
100850.981252
100860.981302
100870.981344
100880.981377
100890.981396
100900.981400
100910.981386
100920.981356
100930.981313
100940.981260
100950.981201
100960.981137
100970.981072
100980.981009
100990.980951
101000.980900
101010.980860
101020.980829
101030.980809
101040.980798
101050.980795
101060.980801
101070.980815
101080.980837
101090.980865
101100.980900
101110.980941
101120.980986
101130.981034
101140.981083
101150.981131
101160.981176
101170.981218
101180.981253
101190.981281
101200.981300
101210.981308
101220.981307
101230.981297
101240.981280
101250.981257
101260.981229
101270.981199
101280.981166
101290.981133
101300.981100
101310.981069
101320.981041
101330.981016
101340.980995
101350.980980
101360.980969
101370.980966
101380.980969
101390.980980
101400.981000
101410.981029
101420.981065
101430.981107
101440.981153
101450.981200
101460.981248
101470.981293
101480.981335
101490.981371
101500.981400
101510.981420
101520.981431
101530.981434
101540.981430
101550.981419
101560.981403
101570.981383
101580.981358
101590.981330
101600.981300
101610.981268
101620.981236
101630.981205
101640.981175
101650.981148
101660.981126
101670.981108
101680.981098
101690.981094
101700.981100
101710.981115
101720.981138
101730.981168
101740.981202
101750.981238
101760.981276
101770.981313
101780.981347
101790.981377
101800.981400
101810.981416
101820.981424
101830.981426
101840.981421
101850.981411
101860.981396
101870.981377
101880.981354
101890.981328
101900.981300
101910.981270
101920.981239
101930.981207
101940.981174
101950.981142
101960.981111
101970.981080
101980.981051
101990.981024
102000.981000
102010.980978
102020.980960
102030.980944
102040.980931
102050.980920
102060.980911
102070.980906
102080.980902
102090.980900
102100.980900
102110.980902
102120.980905
102130.980909
102140.980913
102150.980916
102160.980918
102170.980918
102180.980915
102190.980909
102200.980900
102210.980887
102220.980870
102230.980852
102240.980834
102250.980817
102260.980803
102270.980793
102280.980788
102290.980790
102300.980800
102310.980819
102320.980847
102330.980882
102340.980922
102350.980966
102360.981013
102370.981061
102380.981109
102390.981156
102400.981200
102410.981240
102420.981276
102430.981308
102440.981335
102450.981358
102460.981376
102470.981389
102480.981398
102490.981401
102500.981400
102510.981394
102520.981384
102530.981371
102540.981356
102550.981341
102560.981327
102570.981314
102580.981305
102590.981300
102600.981300
102610.981306
102620.981318
102630.981335
102640.981355
102650.981378
102660.981403
102670.981429
102680.981454
102690.981478
102700.981500
102710.981519
102720.981535
102730.981549
102740.981561
102750.981570
102760.981578
102770.981585
102780.981591
102790.981596
102800.981600
102810.981604
102820.981608
102830.981611
102840.981614
102850.981615
102860.981616
102870.981615
102880.981612
102890.981607
102900.981600
102910.981591
102920.981580
102930.981568
102940.981556
102950.981543
102960.981531
102970.981520
102980.981511
102990.981504
103000.981500
103010.981499
103020.981501
103030.981504
103040.981508
103050.981512
103060.981515
103070.981516
103080.981515
103090.981510
103100.981500
103110.981485
103120.981466
103130.981444
103140.981420
103150.981396
103160.981371
103170.981348
103180.981328
103190.981312
103200.981300
103210.981294
103220.981294
103230.981298
103240.981307
103250.981318
103260.981332
103270.981348
103280.981365
103290.981383
103300.981400
103310.981416
103320.981431
103330.981445
103340.981458
103350.981469
103360.981478
103370.981486
103380.981493
103390.981497
103400.981500
103410.981501
103420.981500
103430.981499
103440.981497
103450.981494
103460.981493
103470.981492
103480.981493
103490.981495
103500.981500
103510.981508
103520.981517
103530.981529
103540.981541
103550.981554
103560.981566
103570.981578
103580.981588
103590.981595
103600.981600
103610.981602
103620.981600
103630.981595
103640.981588
103650.981578
103660.981566
103670.981552
103680.981536
103690.981519
103700.981500
103710.981481
103720.981460
103730.981439
103740.981418
103750.981397
103760.981376
103770.981356
103780.981336
103790.981318
103800.981300
103810.981284
103820.981269
103830.981256
103840.981244
103850.981234
103860.981224
103870.981216
103880.981210
103890.981204
103900.981200
103910.981197
103920.981195
103930.981194
103940.981194
103950.981194
103960.981195
103970.981196
103980.981197
103990.981199
104000.981200
104010.981201
104020.981203
104030.981206
104040.981210
104050.981216
104060.981225
104070.981237
104080.981254
104090.981274
104100.981300
104110.981331
104120.981367
104130.981406
104140.981448
104150.981492
104160.981536
104170.981580
104180.981623
104190.981663
104200.981700
104210.981733
104220.981761
104230.981785
104240.981804
104250.981817
104260.981825
104270.981828
104280.981825
104290.981815
104300.981800
104310.981778
104320.981752
104330.981721
104340.981687
104350.981652
104360.981617
104370.981583
104380.981552
104390.981523
104400.981500
104410.981482
104420.981470
104430.981463
104440.981460
104450.981461
104460.981465
104470.981471
104480.981479
104490.981489
104500.981500
104510.981511
104520.981521
104530.981531
104540.981538
104550.981543
104560.981544
104570.981541
104580.981533
104590.981520
104600.981500
104610.981473
104620.981441
104630.981404
104640.981362
104650.981319
104660.981273
104670.981228
104680.981183
104690.981140
104700.981100
104710.981064
104720.981033
104730.981006
104740.980985
104750.980970
104760.980962
104770.980960
104780.980965
104790.980979
104800.981000
104810.981030
104820.981066
104830.981108
104840.981153
104850.981200
104860.981247
104870.981292
104880.981334
104890.981370
104900.981400
104910.981421
104920.981435
104930.981442
104940.981444
104950.981441
104960.981435
104970.981427
104980.981418
104990.981408
105000.981400
105010.981393
105020.981389
105030.981385
105040.981384
105050.981384
105060.981385
105070.981388
105080.981391
105090.981395
105100.981400
105110.981405
105120.981411
105130.981416
105140.981420
105150.981423
105160.981424
105170.981422
105180.981418
105190.981411
105200.981400
105210.981385
105220.981367
105230.981346
105240.981323
105250.981300
105260.981277
105270.981254
105280.981233
105290.981215
105300.981200
105310.981189
105320.981182
105330.981180
105340.981183
105350.981190
105360.981201
105370.981218
105380.981240
105390.981267
105400.981300
105410.981338
105420.981380
105430.981424
105440.981471
105450.981517
105460.981561
105470.981604
105480.981642
105490.981674
105500.981700
105510.981718
105520.981728
105530.981732
105540.981728
105550.981719
105560.981704
105570.981684
105580.981660
105590.981632
105600.981600
105610.981566
105620.981530
105630.981493
105640.981456
105650.981421
105660.981388
105670.981358
105680.981333
105690.981313
105700.981300
105710.981294
105720.981294
105730.981300
105740.981310
105750.981324
105760.981339
105770.981355
105780.981372
105790.981387
105800.981400
105810.981410
105820.981417
105830.981421
105840.981423
105850.981422
105860.981420
105870.981417
105880.981412
105890.981406
105900.981400
105910.981394
105920.981387
105930.981382
105940.981378
105950.981375
105960.981374
105970.981376
105980.981380
105990.981388
106000.981400
106010.981416
106020.981435
106030.981456
106040.981480
106050.981503
106060.981527
106070.981549
106080.981569
106090.981587
106100.981600
106110.981609
106120.981613
106130.981613
106140.981608
106150.981600
106160.981587
106170.981571
106180.981551
106190.981527
106200.981500
106210.981470
106220.981438
106230.981404
106240.981370
106250.981336
106260.981303
106270.981272
106280.981244
106290.981220
106300.981200
106310.981186
106320.981176
106330.981171
106340.981169
106350.981170
106360.981174
106370.981180
106380.981186
106390.981193
106400.981200
106410.981206
106420.981211
106430.981213
106440.981212
106450.981208
106460.981198
106470.981184
106480.981163
106490.981135
106500.981100
106510.981057
106520.981007
106530.980952
106540.980895
106550.980836
106560.980779
106570.980725
106580.980676
106590.980634
106600.980600
106610.980577
106620.980563
106630.980558
106640.980562
106650.980572
106660.980589
106670.980611
106680.980637
106690.980667
106700.980700
106710.980735
106720.980770
106730.980806
106740.980842
106750.980876
106760.980908
106770.980937
106780.980963
106790.980984
106800.981000
106810.981010
106820.981016
106830.981018
106840.981016
106850.981013
106860.981008
106870.981004
106880.981000
106890.980999
106900.981000
106910.981005
106920.981014
106930.981026
106940.981042
106950.981061
106960.981083
106970.981108
106980.981136
106990.981167
107000.981200
107010.981236
107020.981272
107030.981308
107040.981341
107050.981370
107060.981394
107070.981410
107080.981418
107090.981415
107100.981400
107110.981372
107120.981332
107130.981283
107140.981224
107150.981160
107160.981090
107170.981018
107180.980944
107190.980871
107200.980800
107210.980733
107220.980671
107230.980613
107240.980562
107250.980516
107260.980478
107270.980446
107280.980422
107290.980407
107300.980400
107310.980402
107320.980412
107330.980429
107340.980451
107350.980475
107360.980502
107370.980530
107380.980556
107390.980580
107400.980600
107410.980615
107420.980625
107430.980631
107440.980633
107450.980632
107460.980628
107470.980623
107480.980616
107490.980608
107500.980600
107510.980592
107520.980585
107530.980579
107540.980574
107550.980572
107560.980571
107570.980573
107580.980579
107590.980587
107600.980600
107610.980617
107620.980636
107630.980659
107640.980682
107650.980706
107660.980730
107670.980752
107680.980771
107690.980788
107700.980800
107710.980807
107720.980810
107730.980807
107740.980801
107750.980791
107760.980778
107770.980762
107780.980744
107790.980723
107800.980700
107810.980676
107820.980651
107830.980626
107840.980602
107850.980578
107860.980557
107870.980537
107880.980521
107890.980509
107900.980500
107910.980496
107920.980497
107930.980501
107940.980509
107950.980520
107960.980533
107970.980548
107980.980565
107990.980582
108000.980600
108010.980618
108020.980635
108030.980651
108040.980666
108050.980679
108060.980689
108070.980697
108080.980702
108090.980703
108100.980700
108110.980693
108120.980682
108130.980667
108140.980649
108150.980628
108160.980605
108170.980580
108180.980554
108190.980527
108200.980500
108210.980473
108220.980446
108230.980420
108240.980395
108250.980372
108260.980351
108270.980333
108280.980318
108290.980307
108300.980300
108310.980297
108320.980298
108330.980301
108340.980305
108350.980310
108360.980314
108370.980316
108380.980315
108390.980310
108400.980300
108410.980284
108420.980263
108430.980238
108440.980209
108450.980177
108460.980142
108470.980107
108480.980071
108490.980035
108500.980000
108510.979967
108520.979936
108530.979908
108540.979882
108550.979859
108560.979839
108570.979823
108580.979811
108590.979804
108600.979800
108610.979801
108620.979806
108630.979815
108640.979825
108650.979838
108660.979851
108670.979865
108680.979878
108690.979890
108700.979900
108710.979907
108720.979912
108730.979915
108740.979915
108750.979915
108760.979913
108770.979910
108780.979907
108790.979903
108800.979900
108810.979897
108820.979894
108830.979890
108840.979885
108850.979879
108860.979870
108870.979858
108880.979843
108890.979824
108900.979800
108910.979772
108920.979739
108930.979702
108940.979663
108950.979621
108960.979577
108970.979533
108980.979488
108990.979443
109000.979400
109010.979358
109020.979318
109030.979281
109040.979246
109050.979213
109060.979184
109070.979157
109080.979134
109090.979115
109100.979100
109110.979089
109120.979082
109130.979078
109140.979076
109150.979077
109160.979080
109170.979084
109180.979089
109190.979095
109200.979100
109210.979105
109220.979110
109230.979115
109240.979121
109250.979129
109260.979138
109270.979149
109280.979163
109290.979180
109300.979200
109310.979224
109320.979252
109330.979281
109340.979313
109350.979346
109360.979379
109370.979412
109380.979443
109390.979473
109400.979500
109410.979524
109420.979545
109430.979562
109440.979576
109450.979588
109460.979596
109470.979601
109480.979604
109490.979603
109500.979600
109510.979594
109520.979586
109530.979576
109540.979566
109550.979554
109560.979542
109570.979530
109580.979519
109590.979508
109600.979500
109610.979493
109620.979488
109630.979483
109640.979479
109650.979473
109660.979465
109670.979454
109680.979441
109690.979423
109700.979400
109710.979372
109720.979339
109730.979302
109740.979261
109750.979219
109760.979174
109770.979130
109780.979085
109790.979042
109800.979000
109810.978961
109820.978925
109830.978893
109840.978865
109850.978841
109860.978821
109870.978807
109880.978799
109890.978796
109900.978800
109910.978810
109920.978826
109930.978846
109940.978869
109950.978894
109960.978919
109970.978944
109980.978966
109990.978985
110000.979000
110010.979009
110020.979013
110030.979012
110040.979007
110050.978997
110060.978983
110070.978967
110080.978947
110090.978925
110100.978900
110110.978874
110120.978847
110130.978820
110140.978793
110150.978768
110160.978746
110170.978728
110180.978713
110190.978704
110200.978700
110210.978703
110220.978711
110230.978724
110240.978738
110250.978754
110260.978770
110270.978784
110280.978794
110290.978800
110300.978800
110310.978793
110320.978779
110330.978758
110340.978733
110350.978702
110360.978667
110370.978629
110380.978588
110390.978545
110400.978500
110410.978455
110420.978410
110430.978366
110440.978325
110450.978288
110460.978256
110470.978230
110480.978211
110490.978201
110500.978200
110510.978209
110520.978228
110530.978253
110540.978285
110550.978320
110560.978358
110570.978397
110580.978434
110590.978469
110600.978500
110610.978525
110620.978544
110630.978558
110640.978565
110650.978568
110660.978565
110670.978556
110680.978543
110690.978524
110700.978500
110710.978472
110720.978440
110730.978405
110740.978369
110750.978334
110760.978299
110770.978268
110780.978240
110790.978217
110800.978200
110810.978190
110820.978187
110830.978190
110840.978198
110850.978210
110860.978225
110870.978242
110880.978261
110890.978281
110900.978300
110910.978318
110920.978335
110930.978349
110940.978359
110950.978365
110960.978365
110970.978360
110980.978348
110990.978328
111000.978300
111010.978263
111020.978218
111030.978168
111040.978114
111050.978057
111060.978000
111070.977944
111080.977890
111090.977842
111100.977800
111110.977766
111120.977740
111130.977722
111140.977711
111150.977708
111160.977712
111170.977724
111180.977742
111190.977768
111200.977800
111210.977838
111220.977882
111230.977928
111240.977976
111250.978024
111260.978069
111270.978112
111280.978149
111290.978179
111300.978200
111310.978212
111320.978214
111330.978207
111340.978193
111350.978173
111360.978146
111370.978115
111380.978079
111390.978041
111400.978000
111410.977958
111420.977915
111430.977871
111440.977828
111450.977786
111460.977744
111470.977704
111480.977667
111490.977632
111500.977600
111510.977572
111520.977546
111530.977524
111540.977504
111550.977485
111560.977467
111570.977451
111580.977434
111590.977417
111600.977400
111610.977381
111620.977362
111630.977342
111640.977321
111650.977300
111660.977279
111670.977258
111680.977238
111690.977218
111700.977200
111710.977183
111720.977167
111730.977153
111740.977140
111750.977129
111760.977119
111770.977111
111780.977105
111790.977102
111800.977100
111810.977100
111820.977103
111830.977108
111840.977115
111850.977124
111860.977135
111870.977148
111880.977163
111890.977181
111900.977200
111910.977221
111920.977244
111930.977268
111940.977291
111950.977314
111960.977336
111970.977356
111980.977374
111990.977389
112000.977400
112010.977407
112020.977410
112030.977408
112040.977403
112050.977394
112060.977382
112070.977366
112080.977347
112090.977325
112100.977300
112110.977273
112120.977243
112130.977214
112140.977186
112150.977159
112160.977136
112170.977117
112180.977104
112190.977098
112200.977100
112210.977111
112220.977129
112230.977152
112240.977179
112250.977207
112260.977234
112270.977259
112280.977280
112290.977294
112300.977300
112310.977296
112320.977283
112330.977262
112340.977234
112350.977201
112360.977164
112370.977124
112380.977083
112390.977041
112400.977000
112410.976961
112420.976924
112430.976889
112440.976856
112450.976825
112460.976796
112470.976770
112480.976744
112490.976721
112500.976700
112510.976680
112520.976662
112530.976645
112540.976627
112550.976610
112560.976592
112570.976572
112580.976551
112590.976527
112600.976500
112610.976470
112620.976437
112630.976401
112640.976363
112650.976323
112660.976281
112670.976237
112680.976192
112690.976146
112700.976100
112710.976054
112720.976008
112730.975964
112740.975923
112750.975886
112760.975855
112770.975829
112780.975811
112790.975801
112800.975800
112810.975809
112820.975828
112830.975853
112840.975884
112850.975919
112860.975957
112870.975996
112880.976033
112890.976069
112900.976100
112910.976126
112920.976147
112930.976161
112940.976170
112950.976174
112960.976171
112970.976162
112980.976148
112990.976127
113000.976100
113010.976067
113020.976029
113030.975988
113040.975944
113050.975899
113060.975854
113070.975810
113080.975769
113090.975732
113100.975700
113110.975674
113120.975654
113130.975638
113140.975627
113150.975619
113160.975613
113170.975609
113180.975606
113190.975603
113200.975600
113210.975595
113220.975589
113230.975582
113240.975573
113250.975564
113260.975553
113270.975541
113280.975528
113290.975515
113300.975500
113310.975485
113320.975468
113330.975451
113340.975433
113350.975414
113360.975394
113370.975372
113380.975349
113390.975325
113400.975300
113410.975273
113420.975246
113430.975219
113440.975193
113450.975169
113460.975147
113470.975128
113480.975114
113490.975104
113500.975100
113510.975102
113520.975109
113530.975121
113540.975134
113550.975150
113560.975165
113570.975179
113580.975190
113590.975197
113600.975200
113610.975196
113620.975186
113630.975170
113640.975148
113650.975121
113660.975087
113670.975048
113680.975004
113690.974955
113700.974900
113710.974841
113720.974778
113730.974715
113740.974652
113750.974593
113760.974537
113770.974488
113780.974448
113790.974418
113800.974400
113810.974396
113820.974403
113830.974420
113840.974444
113850.974472
113860.974503
113870.974533
113880.974561
113890.974584
113900.974600
113910.974607
113920.974605
113930.974595
113940.974579
113950.974557
113960.974531
113970.974501
113980.974468
113990.974434
114000.974400
114010.974366
114020.974333
114030.974300
114040.974268
114050.974237
114060.974207
114070.974179
114080.974151
114090.974125
114100.974100
114110.974077
114120.974055
114130.974034
114140.974014
114150.973994
114160.973975
114170.973957
114180.973938
114190.973919
114200.973900
114210.973880
114220.973860
114230.973840
114240.973819
114250.973798
114260.973778
114270.973757
114280.973738
114290.973719
114300.973700
114310.973683
114320.973666
114330.973651
114340.973637
114350.973626
114360.973616
114370.973608
114380.973603
114390.973600
114400.973600
114410.973603
114420.973609
114430.973617
114440.973626
114450.973637
114460.973650
114470.973662
114480.973675
114490.973688
114500.973700
114510.973711
114520.973721
114530.973729
114540.973734
114550.973737
114560.973737
114570.973734
114580.973727
114590.973716
114600.973700
114610.973680
114620.973655
114630.973627
114640.973596
114650.973564
114660.973530
114670.973496
114680.973463
114690.973430
114700.973400
114710.973372
114720.973347
114730.973324
114740.973303
114750.973283
114760.973265
114770.973248
114780.973232
114790.973216
114800.973200
114810.973184
114820.973168
114830.973152
114840.973134
114850.973116
114860.973096
114870.973075
114880.973052
114890.973027
114900.973000
114910.972971
114920.972939
114930.972907
114940.972874
114950.972841
114960.972809
114970.972778
114980.972749
114990.972723
115000.972700
115010.972681
115020.972666
115030.972655
115040.972648
115050.972645
115060.972647
115070.972653
115080.972664
115090.972680
115100.972700
115110.972725
115120.972753
115130.972785
115140.972818
115150.972852
115160.972886
115170.972919
115180.972949
115190.972977
115200.973000
115210.973018
115220.973032
115230.973041
115240.973045
115250.973046
115260.973043
115270.973036
115280.973027
115290.973015
115300.973000
115310.972983
115320.972965
115330.972945
115340.972924
115350.972903
115360.972881
115370.972860
115380.972839
115390.972819
115400.972800
115410.972783
115420.972767
115430.972751
115440.972736
115450.972719
115460.972701
115470.972681
115480.972657
115490.972631
115500.972600
115510.972565
115520.972526
115530.972484
115540.972441
115550.972397
115560.972353
115570.972310
115580.972270
115590.972233
115600.972200
115610.972172
115620.972150
115630.972132
115640.972118
115650.972108
115660.972101
115670.972097
115680.972096
115690.972097
115700.972100
115710.972104
115720.972109
115730.972115
115740.972119
115750.972123
115760.972125
115770.972124
115780.972120
115790.972112
115800.972100
115810.972083
115820.972061
115830.972036
115840.972007
115850.971976
115860.971942
115870.971907
115880.971872
115890.971836
115900.971800
115910.971765
115920.971732
115930.971701
115940.971673
115950.971649
115960.971628
115970.971612
115980.971602
115990.971598
116000.971600
116010.971609
116020.971625
116030.971644
116040.971668
116050.971693
116060.971718
116070.971743
116080.971766
116090.971785
116100.971800
116110.971809
116120.971812
116130.971810
116140.971804
116150.971794
116160.971780
116170.971763
116180.971744
116190.971723
116200.971700
116210.971676
116220.971652
116230.971626
116240.971599
116250.971570
116260.971540
116270.971508
116280.971474
116290.971438
116300.971400
116310.971359
116320.971317
116330.971274
116340.971230
116350.971187
116360.971145
116370.971104
116380.971066
116390.971031
116400.971000
116410.970973
116420.970950
116430.970932
116440.970917
116450.970906
116460.970899
116470.970895
116480.970894
116490.970895
116500.970900
116510.970907
116520.970915
116530.970924
116540.970932
116550.970938
116560.970941
116570.970939
116580.970933
116590.970920
116600.970900
116610.970871
116620.970835
116630.970793
116640.970745
116650.970693
116660.970637
116670.970578
116680.970519
116690.970459
116700.970400
116710.970343
116720.970288
116730.970235
116740.970187
116750.970142
116760.970102
116770.970067
116780.970038
116790.970016
116800.970000
116810.969992
116820.969990
116830.969994
116840.970002
116850.970014
116860.970030
116870.970047
116880.970065
116890.970083
116900.970100
116910.970116
116920.970129
116930.970139
116940.970147
116950.970150
116960.970150
116970.970146
116980.970136
116990.970121
117000.970100
117010.970073
117020.970042
117030.970007
117040.969971
117050.969934
117060.969899
117070.969866
117080.969838
117090.969815
117100.969800
117110.969793
117120.969794
117130.969800
117140.969811
117150.969826
117160.969842
117170.969859
117180.969876
117190.969889
117200.969900
117210.969906
117220.969907
117230.969904
117240.969898
117250.969888
117260.969875
117270.969859
117280.969841
117290.969821
117300.969800
117310.969778
117320.969755
117330.969732
117340.969709
117350.969686
117360.969665
117370.969646
117380.969628
117390.969612
117400.969600
117410.969590
117420.969583
117430.969578
117440.969572
117450.969567
117460.969560
117470.969550
117480.969538
117490.969521
117500.969500
117510.969473
117520.969440
117530.969401
117540.969358
117550.969309
117560.969256
117570.969198
117580.969136
117590.969070
117600.969000
117610.968927
117620.968851
117630.968775
117640.968698
117650.968622
117660.968548
117670.968478
117680.968413
117690.968353
117700.968300
117710.968255
117720.968217
117730.968186
117740.968160
117750.968141
117760.968126
117770.968115
117780.968107
117790.968103
117800.968100
117810.968099
117820.968099
117830.968100
117840.968101
117850.968103
117860.968104
117870.968105
117880.968105
117890.968103
117900.968100
117910.968095
117920.968088
117930.968080
117940.968071
117950.968061
117960.968049
117970.968037
117980.968025
117990.968013
118000.968000
118010.967988
118020.967976
118030.967964
118040.967953
118050.967943
118060.967933
118070.967923
118080.967915
118090.967907
118100.967900
118110.967894
118120.967888
118130.967883
118140.967877
118150.967869
118160.967861
118170.967850
118180.967836
118190.967820
118200.967800
118210.967776
118220.967749
118230.967719
118240.967688
118250.967655
118260.967622
118270.967589
118280.967557
118290.967528
118300.967500
118310.967475
118320.967454
118330.967434
118340.967415
118350.967397
118360.967380
118370.967362
118380.967343
118390.967323
118400.967300
118410.967275
118420.967247
118430.967218
118440.967187
118450.967155
118460.967123
118470.967091
118480.967059
118490.967029
118500.967000
118510.966973
118520.966948
118530.966924
118540.966902
118550.966882
118560.966863
118570.966846
118580.966829
118590.966814
118600.966800
118610.966787
118620.966774
118630.966763
118640.966752
118650.966742
118660.966732
118670.966723
118680.966715
118690.966707
118700.966700
118710.966693
118720.966686
118730.966679
118740.966672
118750.966663
118760.966654
118770.966643
118780.966631
118790.966617
118800.966600
118810.966581
118820.966560
118830.966538
118840.966515
118850.966492
118860.966470
118870.966449
118880.966430
118890.966413
118900.966400
118910.966390
118920.966383
118930.966378
118940.966373
118950.966368
118960.966362
118970.966353
118980.966340
118990.966323
119000.966300
119010.966271
119020.966236
119030.966196
119040.966154
119050.966109
119060.966064
119070.966019
119080.965976
119090.965936
119100.965900
119110.965869
119120.965842
119130.965819
119140.965799
119150.965782
119160.965765
119170.965750
119180.965734
119190.965718
119200.965700
119210.965680
119220.965657
119230.965633
119240.965606
119250.965577
119260.965545
119270.965512
119280.965477
119290.965439
119300.965400
119310.965359
119320.965317
119330.965276
119340.965236
119350.965199
119360.965167
119370.965139
119380.965118
119390.965105
119400.965100
119410.965105
119420.965118
119430.965137
119440.965161
119450.965188
119460.965216
119470.965243
119480.965267
119490.965287
119500.965300
119510.965306
119520.965304
119530.965296
119540.965281
119550.965261
119560.965236
119570.965207
119580.965174
119590.965138
119600.965100
119610.965060
119620.965020
119630.964980
119640.964942
119650.964906
119660.964874
119670.964846
119680.964824
119690.964808
119700.964800
119710.964800
119720.964807
119730.964819
119740.964835
119750.964852
119760.964869
119770.964884
119780.964895
119790.964901
119800.964900
119810.964890
119820.964872
119830.964848
119840.964819
119850.964785
119860.964749
119870.964711
119880.964673
119890.964635
119900.964600
119910.964568
119920.964539
119930.964513
119940.964490
119950.964469
119960.964451
119970.964436
119980.964422
119990.964410
120000.964400
120010.964392
120020.964384
120030.964377
120040.964370
120050.964363
120060.964354
120070.964344
120080.964332
120090.964318
120100.964300
120110.964279
120120.964255
120130.964228
120140.964199
120150.964168
120160.964136
120170.964102
120180.964068
120190.964034
120200.964000
120210.963967
120220.963934
120230.963902
120240.963871
120250.963841
120260.963811
120270.963782
120280.963754
120290.963727
120300.963700
120310.963674
120320.963650
120330.963629
120340.963610
120350.963595
120360.963584
120370.963579
120380.963579
120390.963586
120400.963600
120410.963622
120420.963650
120430.963683
120440.963718
120450.963755
120460.963792
120470.963826
120480.963857
120490.963882
120500.963900
120510.963910
120520.963911
120530.963904
120540.963891
120550.963871
120560.963846
120570.963816
120580.963781
120590.963742
120600.963700
120610.963656
120620.963610
120630.963563
120640.963517
120650.963472
120660.963429
120670.963390
120680.963354
120690.963324
120700.963300
120710.963283
120720.963271
120730.963263
120740.963258
120750.963254
120760.963250
120770.963244
120780.963234
120790.963220
120800.963200
120810.963173
120820.963139
120830.963100
120840.963057
120850.963013
120860.962967
120870.962921
120880.962877
120890.962836
120900.962800
120910.962769
120920.962742
120930.962720
120940.962701
120950.962683
120960.962668
120970.962652
120980.962636
120990.962619
121000.962600
121010.962578
121020.962553
121030.962526
121040.962497
121050.962466
121060.962434
121070.962401
121080.962368
121090.962334
121100.962300
121110.962267
121120.962234
121130.962201
121140.962170
121150.962139
121160.962109
121170.962080
121180.962052
121190.962025
121200.962000
121210.961976
121220.961953
121230.961932
121240.961911
121250.961891
121260.961872
121270.961854
121280.961836
121290.961818
121300.961800
121310.961782
121320.961765
121330.961749
121340.961734
121350.961721
121360.961710
121370.961702
121380.961697
121390.961697
121400.961700
121410.961708
121420.961720
121430.961733
121440.961749
121450.961764
121460.961778
121470.961790
121480.961798
121490.961802
121500.961800
121510.961791
121520.961776
121530.961755
121540.961729
121550.961699
121560.961664
121570.961627
121580.961586
121590.961544
121600.961500
121610.961455
121620.961410
121630.961365
121640.961321
121650.961278
121660.961237
121670.961198
121680.961162
121690.961129
121700.961100
121710.961075
121720.961055
121730.961037
121740.961024
121750.961014
121760.961006
121770.961002
121780.960999
121790.960999
121800.961000
121810.961003
121820.961006
121830.961010
121840.961014
121850.961017
121860.961018
121870.961018
121880.961015
121890.961009
121900.961000
121910.960987
121920.960970
121930.960950
121940.960929
121950.960906
121960.960883
121970.960860
121980.960838
121990.960818
122000.960800
122010.960785
122020.960773
122030.960763
122040.960754
122050.960746
122060.960739
122070.960731
122080.960722
122090.960712
122100.960700
122110.960685
122120.960668
122130.960650
122140.960630
122150.960608
122160.960586
122170.960564
122180.960542
122190.960521
122200.960500
122210.960481
122220.960462
122230.960444
122240.960426
122250.960408
122260.960389
122270.960369
122280.960348
122290.960325
122300.960300
122310.960272
122320.960243
122330.960212
122340.960180
122350.960148
122360.960115
122370.960084
122380.960054
122390.960026
122400.960000
122410.959977
122420.959957
122430.959940
122440.959925
122450.959914
122460.959905
122470.959900
122480.959897
122490.959897
122500.959900
122510.959906
122520.959913
122530.959921
122540.959928
122550.959934
122560.959937
122570.959936
122580.959931
122590.959919
122600.959900
122610.959873
122620.959839
122630.959798
122640.959751
122650.959700
122660.959645
122670.959586
122680.959525
122690.959463
122700.959400
122710.959337
122720.959276
122730.959216
122740.959158
122750.959103
122760.959052
122770.959006
122780.958965
122790.958929
122800.958900
122810.958878
122820.958862
122830.958850
122840.958842
122850.958837
122860.958832
122870.958828
122880.958821
122890.958813
122900.958800
122910.958783
122920.958761
122930.958735
122940.958706
122950.958674
122960.958641
122970.958606
122980.958571
122990.958535
123000.958500
123010.958466
123020.958434
123030.958404
123040.958377
123050.958353
123060.958333
123070.958317
123080.958306
123090.958300
123100.958300
123110.958306
123120.958317
123130.958331
123140.958347
123150.958364
123160.958379
123170.958392
123180.958401
123190.958404
123200.958400
123210.958388
123220.958369
123230.958343
123240.958313
123250.958279
123260.958243
123270.958206
123280.958169
123290.958133
123300.958100
123310.958071
123320.958045
123330.958022
123340.958001
123350.957982
123360.957965
123370.957949
123380.957933
123390.957917
123400.957900
123410.957882
123420.957864
123430.957844
123440.957824
123450.957804
123460.957783
123470.957762
123480.957741
123490.957720
123500.957700
123510.957680
123520.957661
123530.957641
123540.957622
123550.957603
123560.957584
123570.957564
123580.957543
123590.957522
123600.957500
123610.957477
123620.957453
123630.957430
123640.957406
123650.957384
123660.957363
123670.957343
123680.957326
123690.957311
123700.957300
123710.957292
123720.957286
123730.957282
123740.957278
123750.957274
123760.957267
123770.957258
123780.957244
123790.957225
123800.957200
123810.957168
123820.957129
123830.957085
123840.957036
123850.956984
123860.956929
123870.956872
123880.956814
123890.956756
123900.956700
123910.956645
123920.956593
123930.956544
123940.956497
123950.956454
123960.956414
123970.956379
123980.956348
123990.956321
124000.956300
124010.956284
124020.956273
124030.956266
124040.956263
124050.956264
124060.956267
124070.956273
124080.956281
124090.956290
124100.956300
124110.956310
124120.956321
124130.956330
124140.956337
124150.956341
124160.956343
124170.956340
124180.956333
124190.956319
124200.956300
124210.956274
124220.956242
124230.956205
124240.956164
124250.956120
124260.956075
124270.956030
124280.955984
124290.955941
124300.955900
124310.955863
124320.955828
124330.955797
124340.955767
124350.955739
124360.955712
124370.955685
124380.955658
124390.955630
124400.955600
124410.955568
124420.955536
124430.955502
124440.955468
124450.955435
124460.955403
124470.955373
124480.955345
124490.955321
124500.955300
124510.955284
124520.955271
124530.955261
124540.955253
124550.955246
124560.955239
124570.955232
124580.955224
124590.955213
124600.955200
124610.955183
124620.955163
124630.955141
124640.955117
124650.955094
124660.955071
124670.955049
124680.955029
124690.955013
124700.955000
124710.954992
124720.954988
124730.954987
124740.954988
124750.954991
124760.954995
124770.954998
124780.955001
124790.955002
124800.955000
124810.954995
124820.954986
124830.954974
124840.954959
124850.954941
124860.954919
124870.954894
124880.954866
124890.954834
124900.954800
124910.954763
124920.954723
124930.954682
124940.954639
124950.954596
124960.954554
124970.954512
124980.954472
124990.954435
125000.954400
125010.954369
125020.954341
125030.954316
125040.954294
125050.954274
125060.954257
125070.954241
125080.954226
125090.954213
125100.954200
125110.954188
125120.954176
125130.954165
125140.954154
125150.954143
125160.954134
125170.954124
125180.954116
125190.954108
125200.954100
125210.954093
125220.954086
125230.954079
125240.954072
125250.954064
125260.954055
125270.954044
125280.954032
125290.954017
125300.954000
125310.953980
125320.953957
125330.953932
125340.953905
125350.953875
125360.953843
125370.953810
125380.953775
125390.953738
125400.953700
125410.953661
125420.953621
125430.953580
125440.953539
125450.953498
125460.953457
125470.953417
125480.953377
125490.953338
125500.953300
125510.953264
125520.953229
125530.953196
125540.953163
125550.953133
125560.953104
125570.953076
125580.953049
125590.953024
125600.953000
125610.952977
125620.952956
125630.952935
125640.952915
125650.952896
125660.952877
125670.952858
125680.952839
125690.952819
125700.952800
125710.952780
125720.952760
125730.952739
125740.952718
125750.952697
125760.952677
125770.952657
125780.952637
125790.952618
125800.952600
125810.952583
125820.952566
125830.952550
125840.952533
125850.952515
125860.952497
125870.952476
125880.952453
125890.952428
125900.952400
125910.952368
125920.952334
125930.952296
125940.952257
125950.952216
125960.952173
125970.952130
125980.952086
125990.952043
126000.952000
126010.951958
126020.951917
126030.951879
126040.951843
126050.951809
126060.951779
126070.951753
126080.951730
126090.951713
126100.951700
126110.951693
126120.951690
126130.951690
126140.951693
126150.951697
126160.951702
126170.951705
126180.951707
126190.951705
126200.951700
126210.951690
126220.951674
126230.951655
126240.951630
126250.951602
126260.951569
126270.951532
126280.951491
126290.951447
126300.951400
126310.951349
126320.951297
126330.951243
126340.951188
126350.951134
126360.951081
126370.951030
126380.950983
126390.950939
126400.950900
126410.950867
126420.950838
126430.950814
126440.950793
126450.950775
126460.950759
126470.950744
126480.950730
126490.950716
126500.950700
126510.950683
126520.950664
126530.950645
126540.950624
126550.950603
126560.950582
126570.950561
126580.950540
126590.950519
126600.950500
126610.950482
126620.950465
126630.950450
126640.950436
126650.950425
126660.950415
126670.950408
126680.950403
126690.950400
126700.950400
126710.950402
126720.950407
126730.950412
126740.950418
126750.950422
126760.950425
126770.950425
126780.950422
126790.950414
126800.950400
126810.950380
126820.950356
126830.950327
126840.950295
126850.950261
126860.950226
126870.950191
126880.950158
126890.950127
126900.950100
126910.950077
126920.950058
126930.950041
126940.950026
126950.950010
126960.949994
126970.949977
126980.949956
126990.949930
127000.949900
127010.949864
127020.949822
127030.949775
127040.949725
127050.949673
127060.949618
127070.949563
127080.949507
127090.949453
127100.949400
127110.949350
127120.949302
127130.949258
127140.949215
127150.949174
127160.949136
127170.949100
127180.949065
127190.949032
127200.949000
127210.948970
127220.948941
127230.948914
127240.948890
127250.948867
127260.948848
127270.948831
127280.948817
127290.948807
127300.948800
127310.948797
127320.948797
127330.948799
127340.948803
127350.948807
127360.948810
127370.948812
127380.948811
127390.948808
127400.948800
127410.948787
127420.948770
127430.948749
127440.948723
127450.948694
127460.948661
127470.948625
127480.948586
127490.948544
127500.948500
127510.948454
127520.948407
127530.948360
127540.948313
127550.948268
127560.948226
127570.948187
127580.948152
127590.948123
127600.948100
127610.948084
127620.948073
127630.948068
127640.948068
127650.948070
127660.948075
127670.948082
127680.948089
127690.948095
127700.948100
127710.948103
127720.948103
127730.948101
127740.948096
127750.948088
127760.948077
127770.948062
127780.948045
127790.948024
127800.948000
127810.947972
127820.947941
127830.947906
127840.947869
127850.947829
127860.947787
127870.947743
127880.947697
127890.947649
127900.947600
127910.947550
127920.947500
127930.947451
127940.947403
127950.947358
127960.947316
127970.947278
127980.947246
127990.947219
128000.947200
128010.947188
128020.947182
128030.947182
128040.947185
128050.947190
128060.947196
128070.947201
128080.947204
128090.947205
128100.947200
128110.947190
128120.947174
128130.947152
128140.947126
128150.947096
128160.947063
128170.947026
128180.946986
128190.946944
128200.946900
128210.946855
128220.946809
128230.946764
128240.946719
128250.946675
128260.946633
128270.946594
128280.946559
128290.946527
128300.946500
128310.946478
128320.946460
128330.946447
128340.946436
128350.946428
128360.946422
128370.946417
128380.946412
128390.946406
128400.946400
128410.946392
128420.946382
128430.946369
128440.946354
128450.946336
128460.946316
128470.946292
128480.946265
128490.946234
128500.946200
128510.946162
128520.946120
128530.946077
128540.946033
128550.945988
128560.945945
128570.945903
128580.945865
128590.945830
128600.945800
128610.945776
128620.945757
128630.945742
128640.945731
128650.945723
128660.945717
128670.945712
128680.945709
128690.945705
128700.945700
128710.945694
128720.945686
128730.945675
128740.945662
128750.945645
128760.945625
128770.945601
128780.945572
128790.945539
128800.945500
128810.945456
128820.945407
128830.945355
128840.945300
128850.945245
128860.945191
128870.945138
128880.945087
128890.945041
128900.945000
128910.944965
128920.944936
128930.944911
128940.944891
128950.944873
128960.944858
128970.944844
128980.944830
128990.944816
129000.944800
129010.944782
129020.944763
129030.944743
129040.944721
129050.944699
129060.944678
129070.944656
129080.944636
129090.944617
129100.944600
129110.944585
129120.944572
129130.944561
129140.944551
129150.944542
129160.944533
129170.944525
129180.944517
129190.944509
129200.944500
129210.944490
129220.944479
129230.944466
129240.944451
129250.944434
129260.944414
129270.944391
129280.944365
129290.944335
129300.944300
129310.944261
129320.944218
129330.944172
129340.944123
129350.944071
129360.944018
129370.943964
129380.943909
129390.943854
129400.943800
129410.943747
129420.943696
129430.943646
129440.943600
129450.943556
129460.943516
129470.943480
129480.943448
129490.943421
129500.943400
129510.943384
129520.943373
129530.943365
129540.943359
129550.943354
129560.943349
129570.943342
129580.943333
129590.943319
129600.943300
129610.943275
129620.943244
129630.943209
129640.943169
129650.943127
129660.943082
129670.943036
129680.942990
129690.942944
129700.942900
129710.942858
129720.942818
129730.942781
129740.942746
129750.942714
129760.942685
129770.942659
129780.942636
129790.942616
129800.942600
129810.942587
129820.942577
129830.942569
129840.942561
129850.942555
129860.942548
129870.942539
129880.942529
129890.942516
129900.942500
129910.942480
129920.942456
129930.942429
129940.942399
129950.942367
129960.942334
129970.942301
129980.942267
129990.942233
130000.942200
130010.942168
130020.942138
130030.942108
130040.942079
130050.942051
130060.942022
130070.941993
130080.941963
130090.941932
130100.941900
130110.941866
130120.941831
130130.941795
130140.941757
130150.941717
130160.941676
130170.941634
130180.941591
130190.941546
130200.941500
130210.941453
130220.941405
130230.941355
130240.941306
130250.941255
130260.941204
130270.941153
130280.941102
130290.941051
130300.941000
130310.940949
130320.940900
130330.940852
130340.940806
130350.940762
130360.940721
130370.940684
130380.940651
130390.940623
130400.940600
130410.940582
130420.940569
130430.940560
130440.940552
130450.940547
130460.940541
130470.940535
130480.940527
130490.940515
130500.940500
130510.940480
130520.940455
130530.940427
130540.940397
130550.940364
130560.940330
130570.940296
130580.940262
130590.940230
130600.940200
130610.940172
130620.940147
130630.940125
130640.940104
130650.940085
130660.940067
130670.940049
130680.940033
130690.940017
130700.940000
130710.939983
130720.939966
130730.939948
130740.939929
130750.939910
130760.939890
130770.939869
130780.939847
130790.939824
130800.939800
130810.939775
130820.939749
130830.939721
130840.939693
130850.939664
130860.939633
130870.939601
130880.939569
130890.939535
130900.939500
130910.939464
130920.939427
130930.939389
130940.939351
130950.939311
130960.939270
130970.939229
130980.939187
130990.939144
131000.939100
131010.939056
131020.939012
131030.938969
131040.938929
131050.938892
131060.938860
131070.938834
131080.938814
131090.938803
131100.938800
131110.938807
131120.938821
131130.938840
131140.938861
131150.938883
131160.938902
131170.938915
131180.938921
131190.938917
131200.938900
131210.938869
131220.938824
131230.938767
131240.938701
131250.938627
131260.938546
131270.938462
131280.938375
131290.938287
131300.938200
131310.938116
131320.938036
131330.937962
131340.937895
131350.937835
131360.937785
131370.937745
131380.937716
131390.937701
131400.937700
131410.937714
131420.937739
131430.937774
131440.937815
131450.937858
131460.937901
131470.937939
131480.937971
131490.937992
131500.938000
131510.937992
131520.937968
131530.937931
131540.937881
131550.937820
131560.937750
131570.937671
131580.937585
131590.937495
131600.937400
131610.937303
131620.937206
131630.937111
131640.937020
131650.936937
131660.936862
131670.936799
131680.936749
131690.936715
131700.936700
131710.936704
131720.936726
131730.936761
131740.936806
131750.936858
131760.936913
131770.936969
131780.937021
131790.937066
131800.937100
131810.937121
131820.937129
131830.937125
131840.937109
131850.937081
131860.937043
131870.936996
131880.936939
131890.936873
131900.936800
131910.936720
131920.936635
131930.936549
131940.936463
131950.936379
131960.936302
131970.936233
131980.936174
131990.936129
132000.936100
132010.936088
132020.936093
132030.936110
132040.936139
132050.936176
132060.936219
132070.936265
132080.936313
132090.936358
132100.936400
132110.936435
132120.936463
132130.936482
132140.936492
132150.936492
132160.936480
132170.936456
132180.936418
132190.936367
132200.936300
132210.936218
132220.936123
132230.936019
132240.935908
132250.935795
132260.935682
132270.935573
132280.935470
132290.935378
132300.935300
132310.935238
132320.935191
132330.935158
132340.935138
132350.935129
132360.935129
132370.935138
132380.935154
132390.935175
132400.935200
132410.935227
132420.935255
132430.935283
132440.935307
132450.935327
132460.935341
132470.935347
132480.935343
132490.935328
132500.935300
132510.935258
132520.935203
132530.935138
132540.935065
132550.934987
132560.934907
132570.934825
132580.934745
132590.934669
132600.934600
132610.934539
132620.934487
132630.934444
132640.934410
132650.934385
132660.934370
132670.934363
132680.934366
132690.934378
132700.934400
132710.934431
132720.934469
132730.934511
132740.934554
132750.934597
132760.934635
132770.934668
132780.934691
132790.934703
132800.934700
132810.934681
132820.934647
132830.934601
132840.934544
132850.934478
132860.934406
132870.934331
132880.934253
132890.934175
132900.934100
132910.934029
132920.933962
132930.933901
132940.933843
132950.933791
132960.933743
132970.933700
132980.933662
132990.933628
133000.933600
133010.933576
133020.933557
133030.933540
133040.933524
133050.933509
133060.933493
133070.933476
133080.933455
133090.933430
133100.933400
133110.933364
133120.933322
133130.933276
133140.933226
133150.933173
133160.933119
133170.933063
133180.933008
133190.932953
133200.932900
133210.932850
133220.932803
133230.932759
133240.932720
133250.932686
133260.932656
133270.932633
133280.932615
133290.932604
133300.932600
133310.932603
133320.932613
133330.932626
133340.932642
133350.932659
133360.932676
133370.932690
133380.932699
133390.932703
133400.932700
133410.932688
133420.932667
133430.932640
133440.932605
133450.932564
133460.932519
133470.932468
133480.932415
133490.932358
133500.932300
133510.932240
133520.932181
133530.932121
133540.932064
133550.932008
133560.931956
133570.931909
133580.931866
133590.931830
133600.931800
133610.931778
133620.931762
133630.931751
133640.931745
133650.931740
133660.931736
133670.931731
133680.931725
133690.931715
133700.931700
133710.931679
133720.931653
133730.931622
133740.931586
133750.931545
133760.931501
133770.931454
133780.931405
133790.931353
133800.931300
133810.931246
133820.931191
133830.931136
133840.931082
133850.931029
133860.930978
133870.930929
133880.930882
133890.930839
133900.930800
133910.930765
133920.930734
133930.930707
133940.930684
133950.930663
133960.930646
133970.930631
133980.930619
133990.930609
134000.930600
134010.930593
134020.930587
134030.930581
134040.930574
134050.930567
134060.930559
134070.930549
134080.930536
134090.930520
134100.930500
134110.930476
134120.930449
134130.930419
134140.930388
134150.930355
134160.930321
134170.930288
134180.930257
134190.930227
134200.930200
134210.930176
134220.930155
134230.930136
134240.930119
134250.930101
134260.930084
134270.930066
134280.930047
134290.930025
134300.930000
134310.929972
134320.929941
134330.929908
134340.929874
134350.929840
134360.929806
134370.929775
134380.929746
134390.929721
134400.929700
134410.929684
134420.929673
134430.929664
134440.929658
134450.929653
134460.929647
134470.929640
134480.929631
134490.929618
134500.929600
134510.929577
134520.929548
134530.929515
134540.929477
134550.929437
134560.929393
134570.929347
134580.929299
134590.929250
134600.929200
134610.929150
134620.929101
134630.929053
134640.929007
134650.928963
134660.928922
134670.928885
134680.928852
134690.928823
134700.928800
134710.928782
134720.928769
134730.928757
134740.928747
134750.928735
134760.928721
134770.928702
134780.928676
134790.928643
134800.928600
134810.928546
134820.928482
134830.928410
134840.928330
134850.928246
134860.928158
134870.928068
134880.927977
134890.927887
134900.927800
134910.927717
134920.927639
134930.927567
134940.927501
134950.927443
134960.927394
134970.927354
134980.927325
134990.927306
135000.927300
+
+
diff --git a/scopesim/effects/ter_curves_utils.py b/scopesim/effects/ter_curves_utils.py index 5199b060..bc1cc0b5 100644 --- a/scopesim/effects/ter_curves_utils.py +++ b/scopesim/effects/ter_curves_utils.py @@ -1,4 +1,5 @@ import logging +from pathlib import Path import numpy as np from astropy import units as u @@ -40,6 +41,8 @@ "BrGamma": "Gemini/NIRI.BrG-G0218", } +PATH_HERE = Path(__file__).parent +PATH_SVO_DATA = PATH_HERE.parent / "data" / "svo" def get_filter_effective_wavelength(filter_name): if isinstance(filter_name, str): @@ -85,7 +88,13 @@ def download_svo_filter(filter_name, return_style="synphot", """ url = f"http://svo2.cab.inta-csic.es/theory/fps3/fps.php?ID={filter_name}" - path = download_file(url, cache=True) + path = find_file( + filter_name, + path=[PATH_SVO_DATA], + silent=True, + ) + if not path: + path = download_file(url, cache=True) try: tbl = Table.read(path, format='votable') @@ -147,7 +156,14 @@ def download_svo_filter_list(observatory, instrument, short_names=False, """ base_url = f"http://svo2.cab.inta-csic.es/theory/fps3/fps.php?" url = base_url + f"Facility={observatory}&Instrument={instrument}" - path = download_file(url, cache=True) + fn = f"{observatory}/{instrument}" + path = find_file( + fn, + path=[PATH_SVO_DATA], + silent=True, + ) + if not path: + path = download_file(url, cache=True) tbl = Table.read(path, format='votable') names = list(tbl["filterID"]) diff --git a/scopesim/optics/optical_train.py b/scopesim/optics/optical_train.py index b9be61fb..73cbac6c 100644 --- a/scopesim/optics/optical_train.py +++ b/scopesim/optics/optical_train.py @@ -1,3 +1,4 @@ +import copy import os import sys from copy import deepcopy @@ -101,15 +102,16 @@ def load(self, user_commands): Parameters ---------- - user_commands : UserCommands + user_commands : UserCommands or str """ if isinstance(user_commands, str): user_commands = UserCommands(use_instrument=user_commands) - - if not isinstance(user_commands, UserCommands): - raise ValueError("user_commands must be a UserCommands object: " + elif isinstance(user_commands, UserCommands): + user_commands = copy.deepcopy(user_commands) + else: + raise ValueError("user_commands must be a UserCommands or str object: " "{}".format(type(user_commands))) self.cmds = user_commands diff --git a/scopesim/version.py b/scopesim/version.py index 96b57786..0a6d7c81 100644 --- a/scopesim/version.py +++ b/scopesim/version.py @@ -1,6 +1,14 @@ -version = '0.5.5' -date = '2023-03-08 18:00:00 GMT' +version = '0.5.6' +date = '2023-03-13 16:00:00 GMT' yaml_descriptions = """ +- version : 0.5.6 + date : 2023-03-13 + comment : Hotfix to include minimal set of SVO data + changes : + - Run notebooks in CI #183 + - Add SVO data because SVO is down #185 + - Fix OpticalTrain shared cmds attribute and fix docstring #186 + - version : 0.5.5 date : 2023-03-08 comment : Hotfix for header keyword generators