profile_C6.sh 646 Bytes
Newer Older
1
2
3
4
#!/bin/bash

date

5
6
7
8
9
10
python -m cProfile -o C6_profiler_test.pstats /share/home/fangyuedong/new_sim/csst-simulation/run_sim.py \
    --config_file config_50sqdeg.yaml \
    --catalog C6_50sqdeg \
    -c /share/home/fangyuedong/new_sim/csst-simulation/config
    # --config_file config_fgs.yaml \
    # --catalog FGS_Catalog \
11
12
    # -c /share/home/fangyuedong/csst-simulation/config

13
14
15
16
    # --config_file config_C6.yaml \
    # --catalog C6_Catalog \
    # -c /share/home/fangyuedong/csst-simulation/config

17
18
    # --config_file test_fd_C6.yaml \
    # --catalog fd_test_C6 \
19
20
    # --config_file config_C6_test_wcs.yaml \
    # --catalog wcs_test_C6 \