lsst.pipe.tasks  13.0-51-g46e0a8d+3
 All Classes Namespaces Files Functions Variables Groups Pages
Classes | Functions
lsst.pipe.tasks.ingest Namespace Reference

Classes

class  IngestArgumentParser
 
class  ParseConfig
 
class  ParseTask
 
class  RegisterConfig
 
class  RegistryContext
 
class  RegisterTask
 
class  IngestConfig
 
class  IngestTask
 

Functions

def fakeContext
 
def assertCanCopy
 

Function Documentation

def lsst.pipe.tasks.ingest.assertCanCopy (   fromPath,
  toPath 
)
Can I copy a file?  Raise an exception is space constraints not met.

@param fromPath    Path from which the file is being copied
@param toPath      Path to which the file is being copied

Definition at line 529 of file ingest.py.

def lsst.pipe.tasks.ingest.fakeContext ( )
A context manager that doesn't provide any context

Useful for dry runs where we don't want to actually do anything real.

Definition at line 254 of file ingest.py.