This file is indexed.

/usr/share/doc/libstarlink-ast-doc/node120.html is in libstarlink-ast-doc 8.6.2+dfsg-2.

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
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Coordinate System Networks (FrameSets)</TITLE>
<META NAME="description" CONTENT="Coordinate System Networks (FrameSets)">
<META NAME="keywords" CONTENT="sun211">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="sun211.css">

<LINK REL="next" HREF="node131.html">
<LINK REL="previous" HREF="node113.html">
<LINK REL="up" HREF="sun211.html">
<LINK REL="next" HREF="node121.html">
</HEAD>

<BODY >

<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html1672"
  HREF="node121.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html1670"
  HREF="sun211.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html1664"
  HREF="node119.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html1673"
  HREF="node121.html">The FrameSet Model</A>
<B> Up:</B> <A NAME="tex2html1671"
  HREF="sun211.html">sun211</A>
<B> Previous:</B> <A NAME="tex2html1665"
  HREF="node119.html">The Choice of Alignment</A>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION000130000000000000000"></A><A NAME="ss:framesets"></A>
<BR>
Coordinate System Networks (FrameSets)
</H1>

<P>
We saw in &#167;<A HREF="node113.html#ss:introducingconversion">12</A> how astConvertastConvert could be
used to find a MappingMapping that inter-relates a pair of coordinate systems
represented by Frames. There is a limitation to this, however, in that
it can only be applied to coordinate systems that are inter-related by
suitable conventions. In the case of celestial coordinates, the
relevant conventions are standards set out by the International
Astronomical Union, and others, that define what these coordinate
systems mean. In practice, however, the relationships between many
other coordinate systems are also of practical importance.

<P>
Consider, for example, the focal plane of a telescope upon which an
image of the sky is falling. We could measure positions in this focal
plane in millimetres or, if there were a detector system such as a CCD
present, we could count pixels. We could also use celestial
coordinates of many different kinds. All of these systems are
equivalent in their effectiveness at specifying positions in the focal
plane, but some are more convenient than others for particular
purposes.

<P>
Although we could, in principle, convert between all of these focal
plane coordinate systems, there is no pre-defined convention for doing
so. This is because the conversions required depend on where the
telescope is pointing and how the CCD is mounted in the focal
plane. Clearly, knowledge about this cannot be built into the AST
library and must be supplied in some other way. Note that this is
exactly the same problem as we met in &#167;<A HREF="node83.html#ss:framedomains">7.12</A> when
discussing the DomainDomain attribute--<SPAN  CLASS="textit">i.e.</SPAN> coordinate systems that
apply to different physical domains require that extra information be
supplied before we can convert between them.

<P>
What we need, therefore, is a general way to describe how coordinate
systems are inter-related, so that when there is no convention already
in place, we can define our own. We can then look forward to
converting, say, from pixels into galactic coordinates and <SPAN  CLASS="textit">vice
versa.</SPAN>  In AST, the FrameSetFrameSet class provides this capability.

<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL CLASS="ChildLinks">
<LI><A NAME="tex2html1674"
  HREF="node121.html">The FrameSet Model</A>
<LI><A NAME="tex2html1675"
  HREF="node122.html">Creating a FrameSet</A>
<LI><A NAME="tex2html1676"
  HREF="node123.html">Adding New Frames to a FrameSet</A>
<LI><A NAME="tex2html1677"
  HREF="node124.html">The Base and Current Frames</A>
<LI><A NAME="tex2html1678"
  HREF="node125.html">Referring to the Base and Current Frames</A>
<LI><A NAME="tex2html1679"
  HREF="node126.html">Using a FrameSet as a Mapping</A>
<LI><A NAME="tex2html1680"
  HREF="node127.html">Extracting a Mapping from a FrameSet</A>
<LI><A NAME="tex2html1681"
  HREF="node128.html">Using a FrameSet as a Frame</A>
<LI><A NAME="tex2html1682"
  HREF="node129.html">Extracting a Frame from a FrameSet</A>
<LI><A NAME="tex2html1683"
  HREF="node130.html">Removing a Frame from a FrameSet</A>
</UL>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation"><HR>
<!--Navigation Panel-->
<A NAME="tex2html1672"
  HREF="node121.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html1670"
  HREF="sun211.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html1664"
  HREF="node119.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html1673"
  HREF="node121.html">The FrameSet Model</A>
<B> Up:</B> <A NAME="tex2html1671"
  HREF="sun211.html">sun211</A>
<B> Previous:</B> <A NAME="tex2html1665"
  HREF="node119.html">The Choice of Alignment</A></DIV>
<!--End of Navigation Panel-->

</BODY>
</HTML>