A VO publication of LAMOST DR6. Our contact on the data provider side was Dongwei, dongweifan@qq.com. Note: for the next data release, split up LRS and MRS; they're really two different data collections. Test set ======== stilts tpipe in=data/MRS-catalogue.fits.gz cmd="head 30" out=sample.fits gzip sample.fits and install to data/MRS-catalogue.fits.gz on the test system stilts tpipe in=data/LRS-catalogue.fits.gz cmd="head 30" out=sample.fits gzip sample.fits and install to data/LRS-catalogue.fits.gz on the test system python3 bin/pulldata.py Getting this stuff ================== We've pulled the data by HTTP from the remote side; the scripts are in bin. The first step was to obtain the catalogues: curl -o data/MRS-catalogue.fits.gz http://dr6.lamost.org/v2/catdl?name=dr6_med_v2_MRS.fits.gz curl -o data/LRS-catalogue.fits.gz http://dr6.lamost.org/v2/catdl?name=dr6_low_v2_LRS.fits.gz Then we've pulled all the spectra via HTTP (sigh): python3 bin/pulldata.py