Changes between Version 41 and Version 42 of AIPS


Ignore:
Timestamp:
09/15/06 16:15:07 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AIPS

    v41 v42  
    331331
    332332=== Physical creation of disk/data areas: ===
     333A following simple script can be used to create the
     334AIPS data folders:
     335{{{
     336#!/bin/bash
     337printf "Name of Aips Host:"
     338read AIPS_HOST
     339COUNTER=1
     340while [ $COUNTER -lt 34 ];do
     341        mkdir ${AIPS_HOST}_$COUNTER
     342        touch ./${AIPS_HOST}_$COUNTER/SPACE
     343        let COUNTER=COUNTER+1
     344done
     345}}}
    333346
    334347The share folder /opt/aips/current/DA00/DATA requires links to all of the CW data folders: