; DETIME ;--------------------------------------------------------------- ;! specifies a time interval for an operation (destroy, batch) ;# ADVERB GENERAL ;----------------------------------------------------------------------- ;; Copyright (C) 1995, 2009, 2020 ;; 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 ;----------------------------------------------------------------------- DETIME LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- DETIME Type: Adverb (scalar) Use: To specify a time interval. Units from seconds to years are used by various processes. Verbs: ALLDEST.......Delete a group or all of a users data files. Delete only files last accessed more than DETIME days ago. DELAY.........Verb to pause AIPS for DETIME seconds. SUBMIT........Verb which submits a batch work file to the job queue. Delays the start of the job by DETIME hours. Tasks: AIPSC.........AIPS main program for testing and queuing batch jobs. DETIME gives the job start delay in hours. BSMAP.........Images weak sources with closure phases. DETIME gives the vector averaging time in minutes. DEFLG.........Edits data based on decorrelation over channels and time. DETIME is the minimu time interval with no data causing the task to start a new average. DISKU.........Shows disk use by one or all users. Lists only files older than DETIME days. EDITA.........Interactive TV task to edit uv data based on TY/SY/SN/CL tables. DETIME is the interval in minutes constituting a break in the data. EDITR.........Interactive baseline-oriented visibility editor using the TV. DETIME is the interval in minutes constituting a break in the data. GSTAR.........Task to read a Guide Star (UK) table and create an ST table. DETIME is a code for the output star epoch. NOBAT.........Task to lock lower priority users out of the AP. DETIME is the length of time in minutes to run. OFLAG.........Uses on-line flag table information to write a flag table. the flag times are expanded by DETIME seconds. OTFBS.........Translates on-the-fly continuum SDD format to AIPS UV file. DETIME in days is added to data being concatenated. OTFUV.........Translates on-the-fly single-dish SDD format to AIPS UV file. DETIME in days is added to data being concatenated. PLAYR.........Task to load one or two images and play with them on the TV. The task will quit after DETIME seconds with no activity, RLDLY.........Fringe fit data to determine antenna R-L delay difference. DETIME in seconds is the data integration time. SNEDT.........Interactive SN/CL/TY/SY table editor using the TV. DETIME in minutes is the interval regarded as a break. VLANT.........Applies VLA/EVLA antenna position corrections from OPs files. Changes more than DETIME years after the observation are not included. WETHR.........Plots selected contents of WX tables, flags data based on WX. Flags generated have times expanded by DETIME minutes. ----------------------------------------------------------------