lsst.obs.base  20.0.0-24-g0eb5a41+1
Classes | Functions | Variables
lsst.obs.base.gen2to3.rootRepoConverter Namespace Reference

Classes

class  RootRepoConverter
 

Functions

def getDataPaths (dataRefs)
 

Variables

dictionary SKYMAP_DATASET_TYPES
 

Function Documentation

◆ getDataPaths()

def lsst.obs.base.gen2to3.rootRepoConverter.getDataPaths (   dataRefs)
Strip HDU identifiers from paths and return a unique set of paths.

Parameters
----------
dataRefs : `lsst.daf.persistence.ButlerDataRef`
    The gen2 datarefs to strip "[HDU]" values from.

Returns
-------
paths : `set` [`str`]
    The unique file paths without appended "[HDU]".

Definition at line 42 of file rootRepoConverter.py.

Variable Documentation

◆ SKYMAP_DATASET_TYPES

dictionary lsst.obs.base.gen2to3.rootRepoConverter.SKYMAP_DATASET_TYPES
Initial value:
1 = {
2  coaddName: f"{coaddName}Coadd_skyMap" for coaddName in ("deep", "goodSeeing", "dcr")
3 }

Definition at line 34 of file rootRepoConverter.py.