Coverage for tests/data/cfht_minimal/ref_cats/sdss-dr9-fink-v5b/config.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.2.1, created at 2023-03-12 03:54 -0700

1import lsst.meas.algorithms.ingestIndexReferenceTask 

2assert type(config)==lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig, 'config is of type %s.%s instead of lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig' % (type(config).__module__, type(config).__name__) 

3# String to pass to the butler to retrieve persisted files. 

4config.ref_dataset_name='sdss' 

5 

6# Depth of the HTM tree to make. Default is depth=7 which gives 

7# ~ 0.3 sq. deg. per trixel. 

8config.indexer['HTM'].depth=7 

9 

10config.indexer.name='HTM'