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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scenery>
<Metric kind = "KerrBL">
<Spin> 0.52 </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>
|