! @(#)wavelet.ctx 17.1.1.1 (ES0-DMD) 01/25/02 17:21:03 !=========================================================================== ! Copyright (C) 1995 European Southern Observatory (ESO) ! ! This program is free software; you can redistribute it and/or ! modify it under the terms of the GNU General Public License as ! published by the Free Software Foundation; either version 2 of ! the License, or (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public ! License along with this program; if not, write to the Free ! Software Foundation, Inc., 675 Massachusetss Ave, Cambridge, ! MA 02139, USA. ! ! Corresponding concerning ESO-MIDAS should be addressed as follows: ! Internet e-mail: midas@eso.org ! Postal address: European Southern Observatory ! Data Management Division ! Karl-Schwarzschild-Strasse 2 ! D 85748 Garching bei Muenchen ! GERMANY !=========================================================================== ! ! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ !.INDENTIFICATION:wavelet.ctx !.PURPOSE: Context for wavelet sofware !.AUTHOR: J.Luc STARCK ! ! -------------------------------------------------------------- ! *** indicate origin !HELP = contrib ! ! Create the IMRES commands ! ! display version of application package ! ************************ commands **************************** ! ! define origin of context !HELP = contrib ! CREATE/COMMAND TRANSF/WAVE @c wa_transf CREATE/COMMAND RECONS/WAVE @c wa_recons CREATE/COMMAND HEADER/WAVE @c wa_head CREATE/COMMAND INFO/WAVE @c wa_info CREATE/COMMAND ENTER/WAVE @c wa_entr CREATE/COMMAND EXTRAC/WAVE @c wa_extr CREATE/COMMAND FILTER/WAVE @c wa_filtr CREATE/COMMAND VISUAL/WAVE @c wa_visu CREATE/COMMAND VISUAL/CUBE @c wa_cube CREATE/COMMAND VISUAL/CONT @c wa_contour CREATE/COMMAND VISUAL/SYNT @c wa_synt CREATE/COMMAND VISUAL/PLAN @c wa_planes CREATE/COMMAND VISUAL/PERS @c wa_pers CREATE/COMMAND COMPAR/WAVE @c wa_cmpima CREATE/COMMAND PLOT/SNR @c wa_pltsnr CREATE/COMMAND PLOT/COR @c wa_pltcorr CREATE/COMMAND LUCY/WAVE @c wa_lucy CREATE/COMMAND GRAD/WAVE @c wa_grad CREATE/COMMAND CITTERT/WAVE @c wa_cittert CREATE/COMMAND DIRECT/WAVE @c wa_direct CREATE/COMMAND TUTORIAL/WAVE @c wa_tutor CREATE/COMMAND TRAN1D/WAVE @c wa_tran1d CREATE/COMMAND REC1D/WAVE @c wa_rec1d WRITE/OUT ******** WAVELET application package version 1.0 enabled ********** WRITE/OUT commands available: WRITE/OUT WRITE/OUT "TRANSF/WAVE creates the wavelet transform of an image" WRITE/OUT "RECONS/WAVE reconstructs an image from its wavelet transform" WRITE/OUT "HEADER/WAVE gives information about a wavelet transform" WRITE/OUT "INFO/WAVE gives information about each scale of a wavelet transform" WRITE/OUT "EXTRA/WAVE creates an image from a scale of the wavelet transform" WRITE/OUT "ENTER/WAVE replaces a scale of a wavelet transform by an image" WRITE/OUT "FILTER/WAVE filters an image by using the wavelet transform" WRITE/OUT "VISUAL/WAVE visualizes a wavelet transform" WRITE/OUT "VISUAL/CUBE visualizes a wavelet transform in a cube" WRITE/OUT "VISUAL/CONT visualizes the contour of a wavelet transform" WRITE/OUT "VISUAL/SYNT creates a visualization image from a wavelet transform" WRITE/OUT "VISUAL/PLAN displays each scale of the wavelet transform in a window" WRITE/OUT "VISUAL/PERS visualizes in perpsective a wavelet transform" WRITE/OUT "COMPAR/WAVE compares two images in the wavelet space" WRITE/OUT "PLOT/SNR plots the signal to noise ratio table resulting from the comparison" WRITE/OUT "PLOT/COR plots the correlation resulting from the comparison" WRITE/OUT "LUCY/WAVE deconvolution by the Lucy's algorithm with " WRITE/OUT " a regularization in the wavelet space" WRITE/OUT "GRAD/WAVE deconvolution by the one-step gradient method with " WRITE/OUT " a regularization in the wavelet space" WRITE/OUT "CITTERT/WAVE deconvolution by Van Cittert method with " WRITE/OUT " a regularization in the wavelet space" WRITE/OUT "DIRECT/WAVE deconvolution by a non-iterative algorithm " WRITE/OUT " a regularization is done in the wavelet space" WRITE/OUT "TRAN1D/WAVE one dimensional wavelet transform " WRITE/OUT "REC1D/WAVE one dimensional wavelet reconstruction " WRITE/OUT "TUTORIAL/WAVE shows the visualisation of the wavelet transform" WRITE/OUT "of the galaxy NGC2997."