Hi all,
I was following the LSST pipeline tutorial
https://pipelines.lsst.io/getting-started/data-setup.html
and had a problem when I tried to ingest the git-cloned HSC raw image files to Butler DATA directory with messages like
ingest WARN: Failed to ingest file /home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits:
File “src/fits.cc”, line 1427, in lsst::afw::fits::Fits::Fits(const string&, const string&, int)
cfitsio error: error reading from FITS file (108) : Opening file ‘/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits’ with mode ‘r’
cfitsio error stack:
Error reading data buffer from file:
/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits
ffopen could not interpret primary array header of file:
/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits
{0}
lsst::afw::fits::FitsError: 'cfitsio error: error reading from FITS file (108) : Opening file ‘/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits’ with mode ‘r’
cfitsio error stack:
Error reading data buffer from file:
/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits
ffopen could not interpret primary array header of file:
/home/lsst/mnt/testdata_ci_hsc/raw/HSCA90401142.fits
’
Any comments would be appreciated, thanks!
Duho from South Korea