msimet / Stile

Stile: the Systematics Tests In Lensing pipeline
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Add public S-Cam data for unit tests in LSST/HSC pipeline interface #25

Open HironaoMiyatake opened 10 years ago

HironaoMiyatake commented 10 years ago

We cannot use HSC data since it is not public. Instead, we want to add HSC pipeline products of some public S-Cam data.

HironaoMiyatake commented 10 years ago

I got a pipeline product for a single chip of S-Cam. How do we have it in Stile, probably under data/SUPA? Just having a source catalog is fine, or do we want the same directory structure as the pipeline output and some registry so that we can run from, e.g., StileCCDNoTract.py?

rmandelb commented 10 years ago

I think we want the full directory structure, so we can use it for unit testing of various stile routines.

HironaoMiyatake commented 10 years ago

I've added data from Suprime-Cam; visit=126932 and ccd=5 under tests/test_data/suprime-cam. See branch #25. This has a full directory structure. To run Stile on this data,

export SUPRIME_DATA_DIR=[place_of_stile]/tests/test_data/suprime-cam
bin/StileCCDNoTract.py $SUPRIME_DATA_DIR --id visit=126932 ccd=5 --rerun test:[rerun_of_stile_tests]

. I have to run and will not be available this week. Please feel free to merge this into branch #7 or leave it for another PR.