LSSTDESC / WLMassMap

DESC utility for weak lensing mass-mapping
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Implement a utility for converting HSC images & detection to MEDS format #2

Closed mdschneider closed 4 years ago

mdschneider commented 7 years ago

MEDS is a multi-epoch image stamp format developed within DES that interfaces well with some existing shape measurement pipelines.

esheldon commented 7 years ago

I put an example HSC MEDS file here:

http://www.cosmo.bnl.gov/www/esheldon/hsc-meds-examples/

to read it, install fitsio if you don't have it already

pip install fitsio

Also install the meds reader. The meds library isn't in pip, so git clone it and install. https://github.com/esheldon/meds

python setup.py install
esheldon commented 7 years ago

Note there are a number of open issues for the medsdm MEDS maker, see the issue page

https://github.com/esheldon/medsdm/issues

EiffL commented 4 years ago

this is outdated