[daip] AIPS error message

Eric Greisen egreisen at nrao.edu
Fri Oct 5 17:13:06 EDT 2007


Bryan Butler writes:

 > i'm trying to do a loop over 3288 values, and get a very strange error 
 > message.  the loop is:
 > 
 > for i=1:3288;getn i;outfil='fits:karen_aipsfile.'!!char(i);typ outfil;end
 > 
 > and the error message, after 404 times through the loop, is:
 > 
 > AIPS 1: BLEW TEMP C!
 > 
 > any idea what this means?
 > 

Sure - each string operation of the sort you are doing uses up space
in a temporary array which is quite possibly also used by other
things.  There is a command called CLRTEMP which you can issue which
resets that pointer but might also lose the loop counter or
something.

We have procs for this sort of thing:

run wrtprocs

defines

fitdisk
wrtdisk
readisk

You probably want wrtdisk.

Eric




More information about the Daip mailing list