Skip to content

Commit d1a22e0

Browse files
author
meihuisu
committed
new disto
1 parent ae0078d commit d1a22e0

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed
0 Bytes
Binary file not shown.

dist/ucvm_plotting-0.0.6.tar.gz

34.5 KB
Binary file not shown.

tests/test_plot_cross_section_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plot_cross_section.py -s 0 -h ${HSTEP} -d density -c ${MODEL} -a sd -o ${LABEL_V
2121
./ucvm_cross_section2csv_line.py ${LABEL_VP}_data.bin ${LABEL_VP}_meta.json
2222

2323
## generate data only
24-
plot_cross_section.py -S -s 0 -h ${HSTEP}.4 -d all -c ${MODEL} -a sd -o ${LABEL_ALL}_all.png -i ${UCVM_INSTALL_PATH} -v ${VSTEP} -b${Lat1},${Lon1}, -u ${Lat2},${Lon2} -e 5000
24+
plot_cross_section.py -S -s 0 -h ${HSTEP} -d all -c ${MODEL} -a sd -o ${LABEL_ALL}_all.png -i ${UCVM_INSTALL_PATH} -v ${VSTEP} -b${Lat1},${Lon1}, -u ${Lat2},${Lon2} -e 5000
2525
./ucvm_cross_section2csv_all.py ${LABEL_ALL}_vp_data.bin ${LABEL_ALL}_vp_meta.json ${LABEL_ALL}_vs_data.bin ${LABEL_ALL}_vs_meta.json ${LABEL_ALL}_density_data.bin ${LABEL_ALL}_density_meta.json
2626

2727
### run on docker container

unpack-dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
## for moho
55
#
66
#sudo pip3 install dist/ucvm_plotting-0.0.6.tar.gz
7-
sudo ~/anaconda3/bin/pip3 install --user dist/ucvm_plotting-0.0.6.tar.gz
8-
#pip3 install --user dist/ucvm_plotting-0.0.6.tar.gz
7+
pip3 install --user dist/ucvm_plotting-0.0.6.tar.gz
98
#
109
#/usr/local/share/anaconda3/bin/pip

0 commit comments

Comments
 (0)