[daip] (no subject)

Eric Greisen egreisen at nrao.edu
Tue Dec 2 17:01:56 EST 2003


Crystal Brogan writes:
 > 
 > I am trying to load the following files from disk into AIPS using FILLM.
 > This data is from one long run over the course of four days. Because of
 > the different dates/ but consecutive xp numbers I can't convince FILLM to
 > read anything except for the first file.
 > 
 > AH707_B000825.xp1
 > AH707_B000826.xp2
 > AH707_B000826.xp3
 > AH707_B000827.xp4
 > AH707_B000827.xp5
 > AH707_B000827.xp6
 > AH707_B000827.xp7
 > AH707_B000827.xp8
 > AH707_B000828.xp9
 > 
 > What is the proper syntax in this case, or should i just 
 > rename them without the date in the file name?
 > 
To read multiple disk files, FILLM requires them all to have the same
name except for the appended file number.  You can make link files:

ln -s AH707_B000825.xp1 file_1
ln -s AH707_B000826.xp2 file_2

etc

ERic Greisen




More information about the Daip mailing list