When running:
runMatchFakes.py /datasets/hsc/repo/rerun/private/sreed/synPipeCoaddDetections/ 9813 -f HSC-Z -o /scratch/sr525/synPipe/matchedFakesAll -c /scratch/sr525/synPipe/src_0_radec_Z.fits
on multiBandDriver outputs I get the error:
Doing patch 10,10
skipping {'tract': 9813, 'patch': '10,10', 'filter': 'HSC-Z'}
No match returns!
Traceback (most recent call last):
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/afw/14.0-28-g7de3051c8/python/lsst/afw/table/base/baseContinued.py", line 339, in _getattr_
return getattr(self.table, name)
AttributeError: 'lsst.afw.table.source.source.SourceTable' object has no attribute 'get'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/synpipe/master-g5b975e8f94+16/python/lsst/synpipe/matchFakes.py", line 409, in getAstroTable
data=src.get(nameKey)))
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/afw/14.0-28-g7de3051c8/python/lsst/afw/table/base/baseContinued.py", line 341, in _getattr_
return getattr(self.columns, name)
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/afw/14.0-28-g7de3051c8/python/lsst/afw/table/base/baseContinued.py", line 111, in __getColumns
self._columns = self._getColumnView()
lsst.pex.exceptions.wrappers.RuntimeError:
File "include/lsst/afw/table/BaseColumnView.h", line 200, in static lsst::afw::table::BaseColumnView lsst::afw::table::BaseColumnView::make(const std::shared_ptr<lsst::afw::table::BaseTable>&, InputIterator, InputIterator) [with InputIterator = lsst::afw::table::CatalogIterator<__gnu_cxx::__normal_iterator<const std::shared_ptr<lsst::afw::table::SourceRecord>*, std::vector<std::shared_ptr<lsst::afw::table::SourceRecord>, std::allocator<std::shared_ptr<lsst::afw::table::SourceRecord> > > > >]
Record data is not contiguous in memory. {0}
lsst::pex::exceptions::RuntimeError: 'Record data is not contiguous in memory.'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/synpipe/master-g5b975e8f94+16/bin/runMatchFakes.py", line 69, in <module>
raCol=args.raCol, decCol=args.decCol)
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/synpipe/master-g5b975e8f94+16/python/lsst/synpipe/matchFakes.py", line 593, in returnMatchTable
astroTable = getAstroTable(slist, mags=True)
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/synpipe/master-g5b975e8f94+16/python/lsst/synpipe/matchFakes.py", line 410, in getAstroTable
except lsst.pex.exceptions.LsstException:
AttributeError: module 'lsst.pex.exceptions' has no attribute 'LsstException'
This does not occur if --ccd is specified.
Here is a first pass at the documentation. I can put it in whatever format is best to get the information out once you have looked it over. Let me know if you have any problems.