; MF2ST ;--------------------------------------------------------------- ;! Task to generate an ST ext. file from Model Fit ext. file ;# TASK PLOT EXT-APPL ;----------------------------------------------------------------------- ;; Copyright (C) 1995 ;; Associated Universities, Inc. Washington DC, USA. ;; ;; 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 Massachusetts Ave, Cambridge, ;; MA 02139, USA. ;; ;; Correspondence concerning AIPS should be addressed as follows: ;; Internet email: aipsmail@nrao.edu. ;; Postal address: AIPS Project Office ;; National Radio Astronomy Observatory ;; 520 Edgemont Road ;; Charlottesville, VA 22903-2475 USA ;----------------------------------------------------------------------- ;--------------------------------------------------------------- MF2ST LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC MF2ST: Task to convert Model Fit table entries to STars table USERID -32000.0 32000.0 User ID. 0 => current user 32000 => any user. INNAME Image name(name). INCLASS Image name(class). INSEQ 0.0 9999.0 Image name(seq. #). 0=>high INDISK Disk drive #. 0=>any INVERS 0.0 46655.0 Model Fit version number OUTVERS 0.0 46655.0 STar file version number. FLUX 0.0 Minimum component flux CTYPE 0.0 100.0 Star symbol(s) to use ---------------------------------------------------------------- MF2ST Type: Task Use: MF2ST reads a model fit extension file produced by SAD containing component positions and makes an ST extension file. Plot programs can then use this file to plot symbols at the indicated positions. Adverbs: USERID......The ID of the owner of the image. 0 => current user. 32000 => any user. INNAME......Image name (name). Standard defaults. INCLASS.....Image name (class). Standard defaults. INSEQ.......Image name (seq. #). 0 => highest. INDISK......Disk unit #. 0 => any. INVERS......Version number of MF (model fit) file to be translated to the ST file. OUTVERS.....Version number of ST (star position) file to be created. 0 => highest+1. FLUX........Include only components having I flux >= FLUX. CTYPE.......(1) Star symbol number to use when plotting (2) Maximum number of MF components to include 0 => all (3,4) If CTYPE(4) > CTYPE(3), then use star symbols 0 to CTYPE(1) over the component flux range CTYPE(3) to CTYPE(4). < CTYPE(3) use 0, > CTYPE(4) use CTYPE(1). Types supported are 0: Cross 10: Five pointed star 1: Ellipse 11: Star of David 2: Box 12: Seven pointed star 3: Triangle 13: Eight pointed star 4: Diamond 14: Nine pointed star 5: Pentagon 15: Ten pointed star 6: Hexagon 16: 11 pointed star 7: Septagon 17: 12 pointed star 8: Octagon 18: 13 pointed star 9: Nine-gon 19: 14 pointed star 20: Cross with gap >20: Ellipse ---------------------------------------------------------------- ----------------------------------------------------------------