Changes between Version 42 and Version 43 of AIPS
- Timestamp:
- 09/15/06 16:16:29 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AIPS
v42 v43 331 331 332 332 === Physical creation of disk/data areas: === 333 Afollowing simple script can be used to create the333 The following simple script can be used to create the 334 334 AIPS data folders: 335 335 {{{ … … 343 343 let COUNTER=COUNTER+1 344 344 done 345 346 347 * Each created data folder must contain a 'SPACE' (created using: touch SPACE) file for it 348 to be available as a disk; **the aips data folders should be created in the /scratch/aips/data folder. 349 345 350 }}} 346 351 … … 349 354 for foo in /scratch/aips/data/*;do ln -s $foo /opt/aips/current/DA00/DATA/$(basename $foo);done 350 355 }}} 351 Each created data folder must contain a 'SPACE' (created using: touch SPACE) file for it352 to be available as a disk; **the aips data folders should be created in the /scratch/aips/data folder.353 356 354 357 {{{
