File: example-torus-PythonKerrBL.xml

package info (click to toggle)
gyoto 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,444 kB
  • sloc: cpp: 42,330; sh: 4,512; python: 3,436; xml: 2,865; makefile: 691; ansic: 346
file content (36 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scenery>

  <Metric kind = "Python">
    <Module>gyoto_sample_metrics</Module>
    <Class>KerrBL</Class>
    <Keplerian/>
    <Spin>0.5</Spin>
  </Metric>

  <Screen>
    <Position> 1000. 100. 0.78 0. </Position>
    <Time unit="geometrical_time"> 1000. </Time>
    <FieldOfView> 0.15 </FieldOfView>
    <Resolution> 32 </Resolution>
    <Spectrometer kind="wave" nsamples="1"> 2.0e-6 2.4e-6 </Spectrometer>
  </Screen>

  <Astrobj kind = "Torus">
    <LargeRadius> 3.5 </LargeRadius>
    <SmallRadius> 0.5 </SmallRadius>
    <Spectrum kind="PowerLaw">
      <Exponent> 0. </Exponent>
      <Constant> 1. </Constant>
    </Spectrum>
    <Opacity kind="PowerLaw">
      <Exponent> 0. </Exponent>
      <Constant> 1e-10 </Constant>
    </Opacity>
    <OpticallyThin/>
    <RMax> 20. </RMax>
  </Astrobj>

  <Quantities>BinSpectrum</Quantities>

</Scenery>