Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node481.html
Дата изменения: Fri Feb 23 14:03:09 1996 Дата индексирования: Tue Oct 2 19:01:55 2012 Кодировка: Поисковые слова: meteor shower |
The method described above is recommended because it is quick and usually efficient. However an alternative method is available which enables you to process images of lower quality than required by DEFINE/ECHELLE and generally returns more accurate results. The price to be paid however is a higher demand for CPU time. The algorithm accepts frame which can be mildly contaminated by particle hits, bad columns, order gaps due to absorption lines, as found in FLAT or STD. If the frame is of very low quality for the order definition, as it may be the case for a science frame, an initial cleaning is required.
The algorithm assumes that:
The method is enabled by the parameter:
SET/ECHELLE DEFMTD=HOUGH
The command can run in a fully automatic mode if all three parameters NBORDI, WIDTHI, THRESI are set to zero. To enforce the detection of a given number of orders, set the value of NBORDI. If the frame has a low contrast or if some areas of the interorder background are brighter than faint orders in the image, it may be useful to set WIDTHI. Given hw the half width of the orders and io the mean interorder distance, the optimal value of WIDTHI is in the range ]hw,io - hw[. The threshold THRESI is normally estimated for each order independently. However the value can be enforced by giving a non null value to THRESI.
See also the help file of the commands DEFINE/HOUGH and HOUGH/ECHELLE for more details about the possibilities of this method.
If the image is overscanned, that is includes unsensitive areas in its lower and upper parts, it is better to avoid this areas by use of the command SCAN/ECHELLE.
The best way to use this command is to start with null value for all three parameters NBORDI, WIDTHI, THRESI. For example:
INIT/ECHELLE
SET/ECHELLE DEFMTD=HOUGH ORDREF= ... (order reference frame)
SCAN/ECHELLE ORDREF CURSOR
DEFINE/HOUGH
The successive steps are the following:
HOUGH/ECHELLE middummi P5=NMV
The result of the cluster detection is a table middummr.tbl containing slope, intercept, fwhm and peak value of the detected orders. To enforce the behaviour of cluster detection, set the parameter WIDTHI to a value big enough to remove correctly the detected features.
LOAD middummi scale=... cuts=...
SELECT/TABLE order all
LOAD/TAB order :X :Y :ORDER
or
LOAD/TAB order :X :Y
Descriptors START and STEP of middummi must be equal to 1.,1. This step can be controlled by the parameter THRESI.