Ignore:
Timestamp:
May 26, 2021, 4:56:17 PM (3 years ago)
Author:
musat
Message:

Corrections pour la realisation et l'acceleration des cartes des multi-atlas
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/install_multi_atlas.sh

    r3882 r3915  
    160160chmod +x job_multi.sh
    161161
    162 #### script pour creer les atlas
     162#### scripts pour creer les atlas
    163163rm -f atlas.sh
    164164cat entete.sh >| atlas.sh
     
    166166chmod +x atlas.sh
    167167\mv atlas.sh atlas/.
     168###
     169rm -f make_atlas.sh
     170cat entete.sh >| make_atlas.sh
     171cat Utils/make_atlas0.sh >> make_atlas.sh
     172chmod +x make_atlas.sh
     173\mv make_atlas.sh atlas/.
     174
    168175cp Utils/lmdz_SE0.py tmp0.py
    169176sed -e s:ROOT_SIM_DIR:$ROOT_SIM_DIR:g tmp0.py > tmp.py
Note: See TracChangeset for help on using the changeset viewer.