[daip] Re: Hanging file

Patrick P. Murphy pmurphy at NRAO.EDU
Tue Nov 21 13:24:27 EST 2000


On Mon, 20 Nov 2000 14:50:08 -0700, Eric Greisen
   <egreisen at cv3.cv.nrao.edu> said: 

> Robert B. Phillips writes:
>> AIPS 1:    1   15 RCAS-APR99  .UVCVEL.    1 UV 28-SEP-2000 16:21:12
>> >zap
>> AIPS 1: ZOPEN: FILE DA01:CBD01S001.00F;      NOT FOUND
>> AIPS 1: NO DESTROY

> First 
> cd $DA01
> ls -l *D01S*
> rm any files you do find.

I'd be a little more specific; if you are using AIPS usernumber 15 (00F in
extended hex), then you need to instead:

  ls -l *D01S*.00F\;

(note the backslash to escape the semicolon; most shells treat a ";" as a
command separator).  This restricts the file selection to your catalog
only. 

> mv CAD000000.00f\; CAD.00f.save

Not that it's likely to be of any use, but this should be:

  mv CAD000000.00F\; CAD.00F.save

(the first "00F" needs an uppercase "F", not lowercase).

> RUN RECAT

Yup, that's the ticket.  Make sure you do this from the Unix command line.
There is a RECAT verb inside AIPS that is almost totally unrelated.

				- Pat
-- 
  Patrick P. Murphy, Ph.D.            Division Head, Charlottesville Computing
  (804) 296-0372, 296-0236                National Radio Astronomy Observatory
  Home: http://www.chien-noir.com/      Work: http://www.cv.nrao.edu/~pmurphy/
   "Linux is Inevitable."  "Why?"  "Because it's alive!" - John MadDog Hall



More information about the Daip mailing list