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

« back to all changes in this revision

Viewing changes to .pc/no-utf8/doc/examples/example-fixed-star.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
 
  <Metric kind = "KerrBL">
5
 
    <Spin> 0. </Spin>
6
 
    <Mass unit="sunmass"> 4e6 </Mass>
7
 
  </Metric>
8
 
 
9
 
  <Screen>
10
 
    <Distance unit="kpc" dmax="1e6"> 8 </Distance>
11
 
    <Time unit="yr"> 30e3 </Time>
12
 
    <FieldOfView unit="µas"> 150 </FieldOfView>
13
 
    <Inclination unit="°"> 90 </Inclination>
14
 
    <PALN> 0 </PALN>
15
 
    <Argument> 0 </Argument>
16
 
    <Resolution> 32 </Resolution>
17
 
  </Screen>
18
 
 
19
 
  <Astrobj kind = "FixedStar">
20
 
    <Radius> 12 </Radius>
21
 
    <Position> 0 0 0 </Position>
22
 
    <UseGenericImpact/>
23
 
    <Spectrum kind="PowerLaw">
24
 
      <Exponent> 0 </Exponent>
25
 
      <Constant> 0.001 </Constant>
26
 
    </Spectrum>
27
 
    <Opacity kind="PowerLaw">
28
 
      <Exponent> 0 </Exponent>
29
 
      <Constant> 0.01 </Constant>
30
 
    </Opacity>
31
 
    <OpticallyThin/>
32
 
  </Astrobj>
33
 
 
34
 
  <Delta> 1e0 </Delta>
35
 
  <MinimumTime> 0. </MinimumTime>
36
 
  <Quantities>
37
 
    Intensity
38
 
  </Quantities>
39
 
  One can also specify a unit (if Gyoto was compiled with --with-udunits):
40
 
    Intensity[mJy/pix²]
41
 
    Intensity[mJy/µas²]
42
 
    Intensity[J.m-2.s-1.sr-1.Hz-1]
43
 
    Intensity[erg.cm-2.s-1.sr-1.Hz-1]
44
 
    Intensity[mJy.sr-1]
45
 
    Intensity[Jy.sr-1]
46
 
 
47
 
</Scenery>