tlpipe.timestream.map_making¶
Initialize telescope array, average the timestream and do the map-making.
Inheritance diagram¶
Functions
average(a[, axis, weights, returned]) |
Return the weighted average of array over the given axis. |
eigh(a[, b, lower, eigvals_only, ...]) |
Solve an ordinary or generalized eigenvalue problem for a complex Hermitian or real symmetric matrix. |
output_path(path[, relative, mkdir, iteration]) |
Normalize the given output path. |
unique(ar[, return_index, return_inverse, ...]) |
Find the unique elements of an array. |
Classes
MapMaking([parameter_file_or_dict, feedback]) |
Initialize telescope array, average the timestream and do the map-making. |
Timestream([files, mode, start, stop, ...]) |
Container class for the timestream data. |