/usr/share/doc/gyoto/examples/example-fixed-star.xml is in gyoto 1.0.2-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 46 47 48 49 50 51 52 53 54 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scenery>
<Metric kind = "KerrBL">
<Spin> 0. </Spin>
<Mass unit="sunmass"> 4e6 </Mass>
</Metric>
<Screen>
<Distance unit="kpc"> 8 </Distance>
<Time unit="yr"> 30e3 </Time>
<FieldOfView unit="microas"> 150 </FieldOfView>
Note: "microas" can be written "µas" in UTF-8 locales. We use the
ASCII version here as automated systems are not always configured
with a UTF-8 locales by default.
<Inclination unit="degree"> 90 </Inclination>
"degree" can be written "°" in UTF-8 locales.
<PALN> 0 </PALN>
<Argument> 0 </Argument>
<Resolution> 32 </Resolution>
</Screen>
<Astrobj kind = "FixedStar">
<Radius> 12 </Radius>
<Position> 0 0 0 </Position>
<UseGenericImpact/>
<Spectrum kind="PowerLaw">
<Exponent> 0 </Exponent>
<Constant> 0.001 </Constant>
</Spectrum>
<Opacity kind="PowerLaw">
<Exponent> 0 </Exponent>
<Constant> 0.01 </Constant>
</Opacity>
<OpticallyThin/>
</Astrobj>
<Delta> 1e0 </Delta>
<MinimumTime> 0. </MinimumTime>
<Quantities>
Intensity
</Quantities>
One can also specify a unit (if Gyoto was compiled with --with-udunits):
Intensity[mJy/pix²]
Intensity[mJy/µas²]
Intensity[J.m-2.s-1.sr-1.Hz-1]
Intensity[erg.cm-2.s-1.sr-1.Hz-1]
Intensity[mJy.sr-1]
Intensity[Jy.sr-1]
The subscript "²" requires a UTF-8 locale. A normal "2" can be used instead.
<NProcesses>12</NProcesses>
</Scenery>
|