lsst-ts / ts_phosim

High-Level Module to Perturb the PhoSim
GNU General Public License v3.0
0 stars 1 forks source link

Tickets/dm 26825 #45

Closed teweitsai closed 3 years ago

teweitsai commented 3 years ago

The tag version sims_w_2020_38 of scientific pipeline (+ sims package) is used in this test. To run the image simulation, use bin.src/imgCloseLoop.py. Use the -h argument to see the detailed information. In my tests, I used the following command for the eimage:

python bin.src/imgCloseLoop.py --inst lsstfam --numOfProc 5 --boresightDeg 0.03 -0.02 --skyFile tests/testData/sky/skyLsstFam.txt --eimage

For the amplifier image, I used:

python bin.src/imgCloseLoop.py --inst lsstfam --numOfProc 25 --boresightDeg 0.03 -0.02 --skyFile tests/testData/sky/skyLsstFam.txt

It is noted that the argument of --boresightDeg is not required. If you do not assign this one, the default (0, 0) will be used. I used this argument in my test to decrease my test cases. The data size of eimage and amplifier images are ~16G and ~248 G individually. Before the test, please make sure you have the enough disk space.