drift.pipeline.pipeline

Functions

fixpath(path)

Fix up path (expanding variables etc.)

Classes

PipelineManager()

Manage and run the pipeline.

class drift.pipeline.pipeline.PipelineManager

Bases: Reader

Manage and run the pipeline.

timestream_directory

Directory that the timestream is stored in.

Type:

string

product_directory

Directory that the analysis products are stored in.

Type:

string

output_directory

Directory to store timestream outputs in.

Type:

string

generate_modes

Calculate m-modes and svd-modes.

Type:

boolean

generate_klmodes

Calculate KL-modes?

Type:

boolean

generate_powerspectra

Estimate powerspectra?

Type:

boolean

klmodes

List of KL-filters to apply [‘klname1’, ‘klname2’, …]

Type:

list

powerspectra

List of powerspectra to apply. Requires entries to be dicts like [ { ‘psname’ : ‘ps1’, ‘klname’ : ‘dk’}, …]

Type:

list

generate()

Generate pipeline outputs.

run()

Generate pipeline outputs.

drift.pipeline.pipeline.fixpath(path)

Fix up path (expanding variables etc.)