; BDFLIST ;--------------------------------------------------------------- ;! script access to obit task ASDMList to list contents of ASDM data ;# INFORMATION UV VLA ;----------------------------------------------------------------------- ;; Copyright (C) 2010 ;; 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 ;----------------------------------------------------------------------- BDFLIST LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC BDFLIST: Stand-alone script to list contents of EVLA ASDM data ---------------------------------------------------------------- BDFLIST Type: Stand-alone service program Use: BDFLIST is a script that will read an EVLA ASDM/BDF format data area and list its contents in a log file and on your terminal. It does this by invoking a task in the obit software package written by Bill Cotton. That package must be available on your system and the script ObitTalk must be in your path. If you do not have obit, it may be obtained from www.nrao.edu and should install fairly easily. BDFLIST is a script that is run at the command line (i.e., outside of AIPS). It will ask you a few essential questions. They are: 1. "BDF dir-path :" Give the full path name to the directory containing the ASDM and BDF data. These data may be obtained from the NRAO archive. 2. "AIPS usrnumb :" Give the AIPS user number you wish to use for these data. This is required for some reason. BDFLIST will list the contents of your ASDM area. This will allow you to see what is there and to determine the "configuration number" which you need to give to BDF2AIPS in order to translate your ASDM/BDF format EVLA data into AIPS. Each configuration is fully described and then all scans in the data set are listed giving scan number, source name, time range, configuration number, and intent. BDFLIST will write a log file and a run file in your /tmp area with the time included in the name. This file is echoed to the screen as BDFLIST finishes and will remain in /tmp until it is automatically deleted by the operating system.