Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/7.1.0/doc/selectlib/node21.html
Дата изменения: Mon Jul 9 00:08:51 2007
Дата индексирования: Sat Dec 22 12:05:56 2007
Кодировка:

Поисковые слова: туманность андромеды
In-operator XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


selectlib (selectlib-4.69) [xmmsas_20070708_1801-7.1.0]

region-filter Description Selected-function Home Index

Meta Index / Home Page / Description


In-operator

The in-operator is available in three distinct forms
  1. arith IN intervals
    This tests whether the value to which the arithmetic expression arith evaluates lies within at least one among a list of intervals with numeric boundaries. The interval list is either a single interval or a comma separated list of interval specifications. The following table provides an overview of the available intervals types (x stands for the value of arith above):
    interval specification alternative expression meaning
    : or (:] or [:) or (:) true $-\infty<x<+\infty$
    val or [val] val == x $x=val$
    val: or [val:] or [val:) val <= x $val<=x<+\infty$
    (val:] or (val:) val < x $val<x<+\infty$
    :val or [:val] or (:val] val >= x $-\infty<x<=val$
    [:val) or (:val) val > x $-\infty<x<val$
    lo:hi or [lo:hi] lo <= x && hi >= x $lo<=x<=hi$
    (lo:hi] lo < x && hi >= x $lo<x<=hi$
    [lo:hi) lo <= x && hi > x $lo<=x<hi$
    (lo:hi) lo < x && hi > x $lo<x<hi$
    An example of a valid value-in-interval expression which yields true is:

       3.1415 in :-10,[1:3),3.1,[3.14:3.19),[4:]

  2. arith in gti(gtitable)
    This is equivalent to the expression

       gti(gtitable, arith)

  3. (arith1, arith2) in filter(...)
    where filter is either region or mask or any of the region selection functions. The form is equivalent to

       filter(..., arith1, arith2)
    for instance

       (RAWX, RAWY) in circle(100, 120, 10) == circle(100, 120, 10, RAWX, RAWY)
    always evaluates to true.
  4. vector in filter(...)
    where filter is a three dimensional region selection function and vector is a vector for the inclusion test.


region-filter Description Selected-function Home Index

XMM-Newton SOC/SSC -- 2007-07-08