| 1 | Note -- need to clean up HTML encoded entities. -- Joe |
| 2 | |
| 3 | == Target Location == |
| 4 | |
| 5 | Target location, by which is meant the spatial location of the target |
| 6 | region of imaged or pointed observations on or around the Sun or in |
| 7 | the heliosphere, has not yet been built into any VSO query models, |
| 8 | although it is a fairly natural selection criterion for observations |
| 9 | with a restricted field of view. It may suffice to specify a simple |
| 10 | uniform description, although the multi-dimensionality of space makes |
| 11 | this harder than one for time. For two-dimensional image data we assume |
| 12 | a bounding circle as the simplest model. For this model it is sufficient |
| 13 | to specify the center location and radius of the bounding circle. |
| 14 | Most real image data are actually described by a bounding rectangle, |
| 15 | but this requires specifying at least five parameters (''e.g.'' |
| 16 | the coordinates of opposite corners and a position angle). |
| 17 | |
| 18 | |
| 19 | ==== Observation_Center_West ==== |
| 20 | |
| 21 | |
| 22 | type: ''number''[[BR]] |
| 23 | unit: ''arc-second''[[BR]] |
| 24 | FITS keyword: ''CENT_WST'' |
| 25 | |
| 26 | ==== Observation_Center_North ==== |
| 27 | |
| 28 | |
| 29 | type: ''number''[[BR]] |
| 30 | unit: ''arc-second''[[BR]] |
| 31 | FITS keyword: ''CENT_NRT'' |
| 32 | |
| 33 | A pair of coordinates specifying the location of the center of the |
| 34 | image data circle with respect to the Earth-Sun line at the nominal |
| 35 | Observation_Time. This origin is close to the center of |
| 36 | the apparent solar image for Earth-based or near-Earth observers, but |
| 37 | not necessarily for deep space observations. The North coordinate |
| 38 | is measured in the direction of the Carrington axis (RA 286 °13, |
| 39 | δ 63°.87 J2000.0), and the West coordinate in the direction |
| 40 | of solar rotation. |
| 41 | |
| 42 | |
| 43 | ==== Bounding_Radius ==== |
| 44 | |
| 45 | |
| 46 | type: ''number''[[BR]] |
| 47 | unit: ''arc-second''[[BR]] |
| 48 | FITS keyword: ''R_BOUND''[[BR]] |
| 49 | |
| 50 | The radius of the bounding circle about the Observation_Center. |
| 51 | For the VSO Data Model the bounding circle is to be understood as either |
| 52 | the maximum inscribed circle in the bounding data rectangle (polygon), |
| 53 | or the minimum circumscribed circle, depending on whether the query is |
| 54 | for included data (presumably the normal default) or excluded data, |
| 55 | respectively. |