-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodels_frequency_expansion_0.00050_x3.sh
53 lines (45 loc) · 3.5 KB
/
models_frequency_expansion_0.00050_x3.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# cp ./llda_train_input/alma_band_6_full.dat .
# python ./scripts/frequency_expander.py alma_band_6_full.dat 3 0.00050
# mv alma_band_6_full_expanded.dat ./llda_train_input/alma_band_6_full_expanded_00050_x3.dat
# rm alma_band_6_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/alma_band_6_full_expanded_00050_x3.dat > ./llda_train_input/alma_band_6_full_expanded_00050_x3_features.dat
cp ./llda_train_input/alma_band_7_full.dat .
python ./scripts/frequency_expander.py alma_band_7_full.dat 3 0.00050
mv alma_band_7_full_expanded.dat ./llda_train_input/alma_band_7_full_expanded_00050_x3.dat
rm alma_band_7_full.dat
python ./scripts/get_vocabulary.py ./llda_train_input/alma_band_7_full_expanded_00050_x3.dat > ./llda_train_input/alma_band_7_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/hot_cores_full.dat .
# python ./scripts/frequency_expander.py hot_cores_full.dat 3 0.00050
# mv hot_cores_full_expanded.dat ./llda_train_input/hot_cores_full_expanded_00050_x3.dat
# rm hot_cores_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/hot_cores_full_expanded_00050_x3.dat > ./llda_train_input/hot_cores_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/agb_ppn_pn_full.dat .
# python ./scripts/frequency_expander.py agb_ppn_pn_full.dat 3 0.00050
# mv agb_ppn_pn_full_expanded.dat ./llda_train_input/agb_ppn_pn_full_expanded_00050_x3.dat
# rm agb_ppn_pn_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/agb_ppn_pn_full_expanded_00050_x3.dat > ./llda_train_input/agb_ppn_pn_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/dark_clouds_full.dat .
# python ./scripts/frequency_expander.py dark_clouds_full.dat 3 0.00050
# mv dark_clouds_full_expanded.dat ./llda_train_input/dark_clouds_full_expanded_00050_x3.dat
# rm dark_clouds_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/dark_clouds_full_expanded_00050_x3.dat > ./llda_train_input/dark_clouds_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/diffuse_clouds_full.dat .
# python ./scripts/frequency_expander.py diffuse_clouds_full.dat 3 0.00050
# mv diffuse_clouds_full_expanded.dat ./llda_train_input/diffuse_clouds_full_expanded_00050_x3.dat
# rm diffuse_clouds_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/diffuse_clouds_full_expanded_00050_x3.dat > ./llda_train_input/diffuse_clouds_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/extragalactic_full.dat .
# python ./scripts/frequency_expander.py extragalactic_full.dat 3 0.00050
# mv extragalactic_full_expanded.dat ./llda_train_input/extragalactic_full_expanded_00050_x3.dat
# rm extragalactic_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/extragalactic_full_expanded_00050_x3.dat > ./llda_train_input/extragalactic_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/comets_full.dat .
# python ./scripts/frequency_expander.py comets_full.dat 3 0.00050
# mv comets_full_expanded.dat ./llda_train_input/comets_full_expanded_00050_x3.dat
# rm comets_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/comets_full_expanded_00050_x3.dat > ./llda_train_input/comets_full_expanded_00050_x3_features.dat
# cp ./llda_train_input/planetary_full.dat .
# python ./scripts/frequency_expander.py planetary_full.dat 3 0.00050
# mv planetary_full_expanded.dat ./llda_train_input/planetary_full_expanded_00050_x3.dat
# rm planetary_full.dat
# python ./scripts/get_vocabulary.py ./llda_train_input/planetary_full_expanded_00050_x3.dat > ./llda_train_input/planetary_full_expanded_00050_x3_features.dat