Changeset 389 in ETALON for SPESO


Ignore:
Timestamp:
Mar 21, 2016, 8:05:17 PM (8 years ago)
Author:
malovyts
Message:

replaced links to the matlab scripts to the SVN_DIR variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/makefile_day

    r312 r389  
    2626$(DAYINFOHTML): $(DAYINFO)
    2727                echo Summarizing the daily information
    28                 matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),all_data_summary(),exit"  < /dev/null
     28                matlab -nodisplay -r "addpath('$(SVN_DIR)'),all_data_summary(),exit"  < /dev/null
    2929                ln -f $(HTMLDIR)/$(DATEDIR)/info_daily_$(DATEDIR).html $(DAYINFOHTML)
    3030
     
    3232                echo Summarizing the FULL daily information
    3333                echo Datedir $(DATEDIR)
    34                 matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),analyse_day('$(DATEDIR)',1),exit"  < /dev/null
     34                matlab -nodisplay -r "addpath('$(SVN_DIR)'),analyse_day('$(DATEDIR)',1),exit"  < /dev/null
    3535
    3636
     
    4444                  echo Modified dependencies $?
    4545                  $(SVN_DIR)/check_wrong_files.sh $(DATEDIR)
    46                   matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),analyse_day('$(DATEDIR)',1),exit" < /dev/null
     46                  matlab -nodisplay -r "addpath('$(SVN_DIR)'),analyse_day('$(DATEDIR)',1),exit" < /dev/null
    4747
    4848$(ROOTDAYINFO): $(DAYINFO) ../$(DATEDIR)_scope
     
    5252%.shotInfo: %_ch2.csv.gz
    5353                  echo $< to $@
    54                   matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),analyse_shot_from_name('$<',1),exit"  < /dev/null
     54                  matlab -nodisplay -r "addpath('$(SVN_DIR)'),analyse_shot_from_name('$<',1),exit"  < /dev/null
    5555
    5656%.shotInfo: %_image.png
    5757                  echo $< to $@
    58                   matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),analyse_shot_from_name('$<',1),exit"  < /dev/null
     58                  matlab -nodisplay -r "addpath('$(SVN_DIR)'),analyse_shot_from_name('$<',1),exit"  < /dev/null
    5959
    6060%.shotFullInfo: %.shotInfo $(INFOFILE)
    6161                  echo $< to $@ dependencies: $^ 
    62                   matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),addinfo2shot('$<'),exit"  < /dev/null
     62                  matlab -nodisplay -r "addpath('$(SVN_DIR)'),addinfo2shot('$<'),exit"  < /dev/null
    6363
    6464%.read_beam_info:%.txt_beam_info
    6565                  echo $< to $@
    66                   matlab -nodisplay -r "addpath('/users/sera/delerue/svn/ETALON/SPESO/ana2015/'),read_mambo_file('$<'),exit"  < /dev/null
     66                  matlab -nodisplay -r "addpath('$(SVN_DIR)'),read_mambo_file('$<'),exit"  < /dev/null
    6767
    6868delete_infofile:
Note: See TracChangeset for help on using the changeset viewer.