~ubuntu-branches/ubuntu/vivid/gyoto/vivid

« back to all changes in this revision

Viewing changes to doc/examples/example-thin-disk-minkowski-cartesian.xml

  • Committer: Package Import Robot
  • Author(s): Thibaut Paumard
  • Date: 2014-10-21 14:21:10 UTC
  • mfrom: (8.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20141021142110-1u2odjj2r0hvdh5g
Tags: 0.2.3-1
* New upstream release
* Move to debian-astro team

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<Scenery>
 
3
 
 
4
  An optically thin, geometrically thin disk in Keplerian rotation,
 
5
  viewed in flat Minkowski space-time. Computation is done using
 
6
  Cartesian coordinates.
 
7
 
 
8
  <Metric kind = "Minkowski">
 
9
    <Keplerian/>
 
10
  </Metric>
 
11
 
 
12
  <Screen>
 
13
    <Position> 1000. 93.91 0. 34.36 </Position>
 
14
    <Time unit="geometrical_time"> 1000. </Time>
 
15
    <FieldOfView> 0.314159265358979323846264338327950288419716 </FieldOfView>
 
16
    <Resolution> 32 </Resolution>
 
17
  </Screen>
 
18
 
 
19
  <Astrobj kind = "ThinDisk">
 
20
    <InnerRadius> 3. </InnerRadius>
 
21
    <OpticallyThin/>
 
22
  </Astrobj>
 
23
 
 
24
  <MinimumTime> 0. </MinimumTime>
 
25
</Scenery>