Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# This sets the reference catalog name for Gen2. 

2for refObjLoader in (config.calibrate.astromRefObjLoader, 

3 config.calibrate.photoRefObjLoader, 

4 config.charImage.refObjLoader, 

5 ): 

6 refObjLoader.ref_dataset_name = "sdss_demo_ref_cat" 

7 

8# This sets up the reference catalog for Gen3. 

9# Note that in Gen3, we've stopped pretending (which is what Gen2 does, 

10# for backwards compatibility) that charImage uses a reference catalog. 

11config.calibrate.connections.astromRefCat = "sdss_demo_ref_cat" 

12config.calibrate.connections.photoRefCat = "sdss_demo_ref_cat" 

13 

14config.calibrate.photoCal.photoCatName = "sdss_demo_ref_cat" 

15 

16# This config switches off Sky Sources generation 

17# required to ensure that reference catalogs match generated catalogs 

18config.calibrate.doSkySources = False