Changes between Version 41 and Version 42 of AIPS
- Timestamp:
- 09/15/06 16:15:07 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AIPS
v41 v42 331 331 332 332 === Physical creation of disk/data areas: === 333 A following simple script can be used to create the 334 AIPS data folders: 335 {{{ 336 #!/bin/bash 337 printf "Name of Aips Host:" 338 read AIPS_HOST 339 COUNTER=1 340 while [ $COUNTER -lt 34 ];do 341 mkdir ${AIPS_HOST}_$COUNTER 342 touch ./${AIPS_HOST}_$COUNTER/SPACE 343 let COUNTER=COUNTER+1 344 done 345 }}} 333 346 334 347 The share folder /opt/aips/current/DA00/DATA requires links to all of the CW data folders:
