diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:06:55 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-09 19:06:55 (GMT) |
commit | 01e0ebfe59d9028b0246ec4a549bd7528ada94eb (patch) | |
tree | a6c5b54db03177a1c8f3e7fb531990dfbc7bae39 /ast/ast_tester/teststc_eg9 | |
parent | d64cf9c0bd23e752867b149be636d1bbd4501cf4 (diff) | |
download | blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.zip blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.gz blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.bz2 |
update ast 8.6.2
Diffstat (limited to 'ast/ast_tester/teststc_eg9')
-rw-r--r-- | ast/ast_tester/teststc_eg9 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/ast/ast_tester/teststc_eg9 b/ast/ast_tester/teststc_eg9 new file mode 100644 index 0000000..195adb7 --- /dev/null +++ b/ast/ast_tester/teststc_eg9 @@ -0,0 +1,49 @@ +<STCResourceProfile xmlns="http://www.ivoa.net/xml/STC/stc-v1.20.xsd"> + <AstroCoordSystem ID="ICRS-TT-CXO"> + <TimeFrame> + <Name>Time</Name> + <TimeScale>TCB</TimeScale> + <TOPOCENTER/> + </TimeFrame> + <SpaceFrame> + <Name>Space</Name> + <ICRS/> + <TOPOCENTER/> + <SPHERICAL coord_naxes="2"/> + </SpaceFrame> + <SpectralFrame> + <Name>Energy</Name> + <TOPOCENTER/> + </SpectralFrame> + </AstroCoordSystem> + <AstroCoords coord_system_id="ICRS-TT-CXO"> + <Time unit="s"> + <Name>Time</Name> + <Error>0.0001</Error> + </Time> + <Position2D unit="arcsec"> + <Name>Position</Name> + <Error2> + 1.0 1.0 + </Error2> + </Position2D> + <Spectral unit="keV"> + <Name>Energy</Name> + <Error>0.1</Error> + </Spectral> + </AstroCoords> + <AstroCoordArea ID="AllSky-CXO" coord_system_id="ICRS-TT-CXO"> + <TimeInterval> + <StopTime> + <ISOTime>1999-06-23T16:00:00</ISOTime> + </StopTime> + </TimeInterval> + <Region> + <reg:AllSky fill_factor="0.02"/> + </Region> + <SpectralInterval unit="keV"> + <LoLimit>0.12</LoLimit> + <HiLimit>10.0</HiLimit> + </SpectralInterval> + </AstroCoordArea> +</STCResourceProfile> |