sbm.SignalFields.build_linear_system#
- SignalFields.build_linear_system(fields: list)[source]#
Build the information to solve the linear system of map-making This method has to be called before
ScanFields.map_make()
method.- Parameters:
fields (list) – list of coupled fields, its element must be
Field
instance