diff --git a/pylot/core/read/data.py b/pylot/core/read/data.py index 07002e0f..1640a764 100644 --- a/pylot/core/read/data.py +++ b/pylot/core/read/data.py @@ -247,6 +247,9 @@ class GenericDataStructure(object): expandList.append('*%s' % self.getFieldValue('suffix')) return os.path.join(*expandList) + def getCatalogName(self): + return os.path.join(self.getFieldValue('root'), 'catalog.qml') + class PilotDataStructure(GenericDataStructure): '''