# Last edited on 2010-05-05 21:25:49 by stolfilocal DATASETS := \ spdome \ sbabel \ cbramp \ psface \ OTHER_DATASETS := \ medsin \ sbramp \ psfali \ psfraf \ cbabel \ METHODS := \ frankchell.FC \ leastsquar.UP \ = \ alphasurfa.AS \ energymini.EM \ = \ affinetran.AT \ mestimator.ME \ = \ mscl000200.MS OTHER_METHODS := \ alphapaths.AP \ mscl001000.MS:1K \ mscl004000.MS:4K .PHONY: do-tables do-povs # all: do-tables do-povs all: do-tables # all: debug do-povs: ( cd povs && ${MAKE} all ) do-tables: tabs/tbl-rms.tex tabs/tbl-rms.tex: data make-error-table.sh Makefile @echo "=== table: time =========================" make-error-table.sh \ -size 256 \ -reference DME \ -methods ${METHODS} \ -datasets ${DATASETS} \ > tabs/tbl-rms.tex cat tabs/tbl-rms.tex