File: example-moving-star-CS.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 (45 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download | duplicates (7)
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
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scenery>

  <Metric kind = "ChernSimons">
    <Spin> 0. </Spin>
    <DzetaCS> 0.5 </DzetaCS>
  </Metric>

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

    By using a cleverly pre-computed mask, on can avoid computing
    pixels that are known to be black. The path is normally either
    absolute or relative to the XML file, but it is interpreted as
    relative to the working directory if prefixed with "`pwd`/" :
    <Mask>`pwd`/example-startrace.fits</Mask>

  </Screen>

  <Astrobj kind = "Star">
    <Radius> 2. </Radius>
    <Velocity> 0. 0. 0.037037 </Velocity>
    <Position> 600. 9. 1.5707999999999999741 0 </Position>
    <Spectrum kind="BlackBody">
      <Temperature> 6000 </Temperature>
    </Spectrum>
    <Opacity kind="PowerLaw">
      <Exponent> 0 </Exponent>
      <Constant> 0.1 </Constant>
    </Opacity>
    <RMax> 50. </RMax>
    <OpticallyThin/>
  </Astrobj>

  <Quantities>Spectrum</Quantities>

  <NThreads> 2 </NThreads>

  <MinimumTime> 0. </MinimumTime>

</Scenery>