lsst.pipe.tasks  21.0.0-80-g62ad60b1+450980b591
Classes | Functions
lsst.pipe.tasks.ingest Namespace Reference

Classes

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

Functions

def fakeContext ()
 
def assertCanCopy (fromPath, toPath)
 

Function Documentation

◆ assertCanCopy()

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 650 of file ingest.py.

◆ fakeContext()

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 272 of file ingest.py.