diff --git a/_sources/moddoc_core.rst.txt b/_sources/moddoc_core.rst.txt
index 47ac40a6..00a73ca8 100644
--- a/_sources/moddoc_core.rst.txt
+++ b/_sources/moddoc_core.rst.txt
@@ -2255,7 +2255,7 @@ Collection of timestreams indexed by logical detector ID
``G3TimestreamMap( (G3TimestreamMap)arg2)``
- ``G3TimestreamMap( (StringVector)keys, (object)data [, (G3Time)start= [, (G3Time)stop= [, (G3TimestreamUnits)units=spt3g.core.G3TimestreamUnits.None [, (int)compression_level=0 [, (bool)copy_data=True]]]]])`` :
+ ``G3TimestreamMap( (StringVector)keys, (object)data [, (G3Time)start= [, (G3Time)stop= [, (G3TimestreamUnits)units=spt3g.core.G3TimestreamUnits.None [, (int)compression_level=0 [, (bool)copy_data=True]]]]])`` :
Create a timestream map from a numpy array or other numeric python iterable. Each row of the 2D input array will correspond to a single timestream, with the key set to the correspondingly-indexed entry of . If is True (default), the data will be copied into the output data structure. If False, the timestream map will provide a view into the given numpy array.
``G3TimestreamMap( (list)arg2)`` :
diff --git a/moddoc_core.html b/moddoc_core.html
index 50b6b282..6422fba9 100644
--- a/moddoc_core.html
+++ b/moddoc_core.html
@@ -1557,7 +1557,7 @@ Frame Objects in spt3g.core
G3TimestreamMap( (G3TimestreamMap)arg2)
-G3TimestreamMap( (StringVector)keys, (object)data [, (G3Time)start=<spt3g.core.G3Time object at 0x7f19b0455150> [, (G3Time)stop=<spt3g.core.G3Time object at 0x7f19b04551c0> [, (G3TimestreamUnits)units=spt3g.core.G3TimestreamUnits.None [, (int)compression_level=0 [, (bool)copy_data=True]]]]])
:Create a timestream map from a numpy array or other numeric python iterable. Each row of the 2D input array will correspond to a single timestream, with the key set to the correspondingly-indexed entry of <keys>. If <copy_data> is True (default), the data will be copied into the output data structure. If False, the timestream map will provide a view into the given numpy array.
+G3TimestreamMap( (StringVector)keys, (object)data [, (G3Time)start=<spt3g.core.G3Time object at 0x7f23c0cc5150> [, (G3Time)stop=<spt3g.core.G3Time object at 0x7f23c0cc51c0> [, (G3TimestreamUnits)units=spt3g.core.G3TimestreamUnits.None [, (int)compression_level=0 [, (bool)copy_data=True]]]]])
:Create a timestream map from a numpy array or other numeric python iterable. Each row of the 2D input array will correspond to a single timestream, with the key set to the correspondingly-indexed entry of <keys>. If <copy_data> is True (default), the data will be copied into the output data structure. If False, the timestream map will provide a view into the given numpy array.
G3TimestreamMap( (list)arg2)
:Initialize with keys and values from a Python dictionary: {‘key’:’value’}
diff --git a/searchindex.js b/searchindex.js
index 72eebeba..6c05bb55 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"(Im)mutability of frame objects": [[14, "im-mutability-of-frame-objects"]], "Adding Python code": [[1, "adding-python-code"]], "Adding a C++ executable": [[1, "adding-a-c-executable"]], "Adding a C++ library": [[1, "adding-a-c-library"]], "Adding a Project": [[1, "adding-a-project"]], "Adding tests": [[1, "adding-tests"]], "Advanced Techniques: Buffering Data": [[14, "advanced-techniques-buffering-data"]], "Argument Errors": [[2, "argument-errors"]], "Auto-documentation": [[0, null]], "Autodocumentation of modules": [[14, "autodocumentation-of-modules"]], "Available units": [[18, "available-units"]], "Blobs": [[4, "blobs"]], "Bolometer Data": [[3, "bolometer-data"]], "Build System": [[1, null]], "Building Timestreams": [[3, "building-timestreams"]], "C++ Style Guide": [[17, "c-style-guide"]], "C++ Tests": [[1, "c-tests"]], "CMake Overview": [[1, "cmake-overview"]], "Caching Previous Data": [[14, "caching-previous-data"]], "Calibration": [[5, "calibration"]], "Callable Objects as Functions": [[14, "callable-objects-as-functions"]], "Coding Style": [[17, "coding-style"]], "Collecting data to a NetCDF file": [[3, "collecting-data-to-a-netcdf-file"]], "Common Problems": [[2, null]], "Compilation": [[16, "compilation"]], "Connecting to a Remote Reader": [[15, "connecting-to-a-remote-reader"]], "Contents": [[3, "contents"], [5, "contents"], [14, "contents"], [15, "contents"], [16, "contents"]], "Converting to different units": [[18, "converting-to-different-units"]], "Core Tools": [[3, "core-tools"]], "Data Acquisition": [[3, null]], "Data Structures": [[3, "data-structures"]], "Debugging Code": [[16, "debugging-code"]], "Defining a quantity with units": [[18, "defining-a-quantity-with-units"]], "Detector Pointing": [[12, "detector-pointing"]], "DfMux": [[3, "dfmux"]], "DfMuxCollator": [[3, "dfmuxcollator"]], "EndProcessing": [[5, "endprocessing"]], "Error Message Decryption": [[2, "error-message-decryption"]], "File Format": [[4, "file-format"]], "File Format Conversions": [[12, "file-format-conversions"]], "File IO": [[4, null]], "Flat Sky Map Manipulation": [[12, "flat-sky-map-manipulation"]], "Flat Sky Map Projections": [[12, "flat-sky-map-projections"]], "Frame Accumulation": [[13, "frame-accumulation"]], "Frame IO Parallelization": [[13, "frame-io-parallelization"]], "Frame Objects": [[16, "frame-objects"]], "Frame Objects in spt3g.calibration": [[8, "frame-objects-in-spt3g-calibration"]], "Frame Objects in spt3g.core": [[9, "frame-objects-in-spt3g-core"]], "Frame Objects in spt3g.dfmux": [[10, "frame-objects-in-spt3g-dfmux"]], "Frame Objects in spt3g.gcp": [[11, "frame-objects-in-spt3g-gcp"]], "Frame Objects in spt3g.maps": [[12, "frame-objects-in-spt3g-maps"]], "Frame Structure on Disk": [[4, "frame-structure-on-disk"]], "Frames": [[5, null], [16, "frames"]], "Functioning as a Streaming Server": [[15, "functioning-as-a-streaming-server"]], "Functions in spt3g.calibration": [[8, "functions-in-spt3g-calibration"]], "Functions in spt3g.core": [[9, "functions-in-spt3g-core"]], "Functions in spt3g.dfmux": [[10, "functions-in-spt3g-dfmux"]], "Functions in spt3g.gcp": [[11, "functions-in-spt3g-gcp"]], "Functions in spt3g.maps": [[12, "functions-in-spt3g-maps"]], "G3EventBuilder": [[3, "g3eventbuilder"]], "G3File": [[4, "g3file"]], "G3MultiFileWriter": [[4, "g3multifilewriter"]], "G3NetworkSender": [[15, "g3networksender"]], "G3PipelineInfo": [[14, "g3pipelineinfo"]], "G3Reader": [[4, "g3reader"]], "G3TriggeredBuilder": [[3, "g3triggeredbuilder"]], "G3Writer": [[4, "g3writer"]], "GcpSlow": [[5, "gcpslow"]], "General Manuals": [[6, "general-manuals"]], "Getting it documented": [[0, "getting-it-documented"]], "Git": [[17, "git"]], "Handling Dependencies on NERSC": [[16, "handling-dependencies-on-nersc"]], "Handling Dependencies on the Open Science Grid": [[16, "handling-dependencies-on-the-open-science-grid"]], "Housekeeping": [[5, "housekeeping"]], "Housekeeping Data": [[3, "housekeeping-data"]], "How to Install": [[16, "how-to-install"]], "IO": [[16, "io"]], "Indexing": [[12, "indexing"]], "Installation": [[16, "installation"]], "Installation with Pip": [[16, "installation-with-pip"]], "Installing Dependencies on a Personal System": [[16, "installing-dependencies-on-a-personal-system"]], "Interface to TOAST": [[13, "interface-to-toast"]], "Legacy Boards": [[3, "legacy-boards"]], "Logging": [[7, null]], "Map": [[5, "map"]], "Map Attributes": [[12, "map-attributes"]], "Map Frames and Pipelines": [[12, "map-frames-and-pipelines"]], "Map Interpolation": [[12, "map-interpolation"]], "Map Pointing": [[12, "map-pointing"]], "Map Weights": [[12, "map-weights"]], "Mask Memory Usage": [[12, "mask-memory-usage"]], "Masking": [[12, "masking"]], "Misbehaving Compilers": [[2, "misbehaving-compilers"]], "Miscellany": [[4, "miscellany"]], "Mixing C++ and Python": [[1, "mixing-c-and-python"]], "Modules": [[14, null], [16, "id1"]], "Modules in spt3g.calibration": [[8, "modules-in-spt3g-calibration"]], "Modules in spt3g.core": [[9, "modules-in-spt3g-core"]], "Modules in spt3g.dfmux": [[10, "modules-in-spt3g-dfmux"]], "Modules in spt3g.gcp": [[11, "modules-in-spt3g-gcp"]], "Modules in spt3g.maps": [[12, "modules-in-spt3g-maps"]], "Modules in spt3g.mpi": [[13, "modules-in-spt3g-mpi"]], "Network Streaming": [[15, null]], "Observation": [[5, "observation"]], "Overview": [[16, "overview"]], "Per-module documentation": [[6, "per-module-documentation"]], "Pipeline Segments": [[14, "pipeline-segments"]], "Pipeline.Add": [[14, "pipeline-add"]], "Pipeline.Run": [[14, "pipeline-run"]], "PipelineInfo": [[5, "pipelineinfo"]], "Pipelines": [[14, "pipelines"], [16, "pipelines"]], "Pointing Quaternions": [[12, "pointing-quaternions"]], "Python Modules as Functions": [[14, "python-modules-as-functions"]], "Python Style Guide": [[17, "python-style-guide"]], "Python Tests": [[1, "python-tests"]], "Quick Start": [[16, null]], "Return values from Python modules": [[14, "return-values-from-python-modules"]], "Rotation Quaternions": [[12, "rotation-quaternions"]], "SCTP": [[3, "sctp"]], "SPT3G Software": [[6, null]], "SVN": [[17, "svn"]], "Scan": [[5, "scan"]], "Setting Log Levels": [[7, "setting-log-levels"]], "Setting Values of a FlatSkyMap": [[2, "setting-values-of-a-flatskymap"]], "Sparsity": [[12, "sparsity"]], "Statistics": [[12, "statistics"]], "Style Guide": [[17, null]], "The Wiring Map": [[3, "the-wiring-map"]], "The first module": [[14, "the-first-module"]], "Throttling output data": [[15, "throttling-output-data"]], "Timepoint": [[5, "timepoint"]], "UDP": [[3, "udp"]], "Units": [[16, "units"], [18, null]], "Using G3Reader Over the Network": [[15, "using-g3reader-over-the-network"]], "Using Logging from C++": [[7, "using-logging-from-c"]], "Using Logging from Python": [[7, "using-logging-from-python"]], "Version Control Hygiene": [[17, "version-control-hygiene"]], "Viewing the docs": [[0, "viewing-the-docs"]], "Wiring": [[5, "wiring"]], "Writing a module in C++": [[14, "writing-a-module-in-c"]], "Writing a module in Python": [[14, "writing-a-module-in-python"]], "calibration": [[8, null]], "core": [[9, null]], "dfmux": [[10, null]], "gcp": [[11, null]], "ledgerman": [[3, "ledgerman"]], "maps": [[12, null]], "mpi": [[13, null]], "spt3g.calibration.BolometerProperties": [[8, "spt3g-calibration-bolometerproperties"]], "spt3g.calibration.BolometerPropertiesMap": [[8, "spt3g-calibration-bolometerpropertiesmap"]], "spt3g.calibration.PointingProperties": [[8, "spt3g-calibration-pointingproperties"]], "spt3g.calibration.PointingPropertiesMap": [[8, "spt3g-calibration-pointingpropertiesmap"]], "spt3g.core.G3Bool": [[9, "spt3g-core-g3bool"]], "spt3g.core.G3Double": [[9, "spt3g-core-g3double"]], "spt3g.core.G3FrameObject": [[9, "spt3g-core-g3frameobject"]], "spt3g.core.G3Int": [[9, "spt3g-core-g3int"]], "spt3g.core.G3MapDouble": [[9, "spt3g-core-g3mapdouble"]], "spt3g.core.G3MapFrameObject": [[9, "spt3g-core-g3mapframeobject"]], "spt3g.core.G3MapInt": [[9, "spt3g-core-g3mapint"]], "spt3g.core.G3MapMapDouble": [[9, "spt3g-core-g3mapmapdouble"]], "spt3g.core.G3MapQuat": [[9, "spt3g-core-g3mapquat"]], "spt3g.core.G3MapString": [[9, "spt3g-core-g3mapstring"]], "spt3g.core.G3MapVectorBool": [[9, "spt3g-core-g3mapvectorbool"]], "spt3g.core.G3MapVectorComplexDouble": [[9, "spt3g-core-g3mapvectorcomplexdouble"]], "spt3g.core.G3MapVectorDouble": [[9, "spt3g-core-g3mapvectordouble"]], "spt3g.core.G3MapVectorInt": [[9, "spt3g-core-g3mapvectorint"]], "spt3g.core.G3MapVectorQuat": [[9, "spt3g-core-g3mapvectorquat"]], "spt3g.core.G3MapVectorString": [[9, "spt3g-core-g3mapvectorstring"]], "spt3g.core.G3MapVectorTime": [[9, "spt3g-core-g3mapvectortime"]], "spt3g.core.G3MapVectorVectorString": [[9, "spt3g-core-g3mapvectorvectorstring"]], "spt3g.core.G3ModuleConfig": [[9, "spt3g-core-g3moduleconfig"]], "spt3g.core.G3PipelineInfo": [[9, "spt3g-core-g3pipelineinfo"]], "spt3g.core.G3Quat": [[9, "spt3g-core-g3quat"]], "spt3g.core.G3String": [[9, "spt3g-core-g3string"]], "spt3g.core.G3Time": [[9, "spt3g-core-g3time"]], "spt3g.core.G3TimesampleMap": [[9, "spt3g-core-g3timesamplemap"]], "spt3g.core.G3Timestream": [[9, "spt3g-core-g3timestream"]], "spt3g.core.G3TimestreamMap": [[9, "spt3g-core-g3timestreammap"]], "spt3g.core.G3TimestreamQuat": [[9, "spt3g-core-g3timestreamquat"]], "spt3g.core.G3VectorBool": [[9, "spt3g-core-g3vectorbool"]], "spt3g.core.G3VectorComplexDouble": [[9, "spt3g-core-g3vectorcomplexdouble"]], "spt3g.core.G3VectorDouble": [[9, "spt3g-core-g3vectordouble"]], "spt3g.core.G3VectorFrameObject": [[9, "spt3g-core-g3vectorframeobject"]], "spt3g.core.G3VectorInt": [[9, "spt3g-core-g3vectorint"]], "spt3g.core.G3VectorQuat": [[9, "spt3g-core-g3vectorquat"]], "spt3g.core.G3VectorString": [[9, "spt3g-core-g3vectorstring"]], "spt3g.core.G3VectorTime": [[9, "spt3g-core-g3vectortime"]], "spt3g.core.G3VectorUnsignedChar": [[9, "spt3g-core-g3vectorunsignedchar"]], "spt3g.core.G3VectorVectorString": [[9, "spt3g-core-g3vectorvectorstring"]], "spt3g.dfmux.DfMuxBoardSamples": [[10, "spt3g-dfmux-dfmuxboardsamples"]], "spt3g.dfmux.DfMuxChannelMapping": [[10, "spt3g-dfmux-dfmuxchannelmapping"]], "spt3g.dfmux.DfMuxHousekeepingMap": [[10, "spt3g-dfmux-dfmuxhousekeepingmap"]], "spt3g.dfmux.DfMuxMetaSample": [[10, "spt3g-dfmux-dfmuxmetasample"]], "spt3g.dfmux.DfMuxSample": [[10, "spt3g-dfmux-dfmuxsample"]], "spt3g.dfmux.DfMuxWiringMap": [[10, "spt3g-dfmux-dfmuxwiringmap"]], "spt3g.dfmux.HkBoardInfo": [[10, "spt3g-dfmux-hkboardinfo"]], "spt3g.dfmux.HkChannelInfo": [[10, "spt3g-dfmux-hkchannelinfo"]], "spt3g.dfmux.HkMezzanineInfo": [[10, "spt3g-dfmux-hkmezzanineinfo"]], "spt3g.dfmux.HkModuleInfo": [[10, "spt3g-dfmux-hkmoduleinfo"]], "spt3g.gcp.ACUStatus": [[11, "spt3g-gcp-acustatus"]], "spt3g.gcp.ACUStatusVector": [[11, "spt3g-gcp-acustatusvector"]], "spt3g.gcp.TrackerPointing": [[11, "spt3g-gcp-trackerpointing"]], "spt3g.gcp.TrackerStatus": [[11, "spt3g-gcp-trackerstatus"]], "spt3g.maps.FlatSkyMap": [[12, "spt3g-maps-flatskymap"]], "spt3g.maps.G3SkyMap": [[12, "spt3g-maps-g3skymap"]], "spt3g.maps.G3SkyMapMask": [[12, "spt3g-maps-g3skymapmask"]], "spt3g.maps.G3SkyMapWeights": [[12, "spt3g-maps-g3skymapweights"]], "spt3g.maps.HealpixSkyMap": [[12, "spt3g-maps-healpixskymap"]]}, "docnames": ["autodoc", "buildsystem", "commonissues", "dataacquisition", "fileio", "frames", "index", "logging", "moddoc_calibration", "moddoc_core", "moddoc_dfmux", "moddoc_gcp", "moddoc_maps", "moddoc_mpi", "modules", "networkstreaming", "quickstart", "styleguide", "units"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["autodoc.rst", "buildsystem.rst", "commonissues.rst", "dataacquisition.rst", "fileio.rst", "frames.rst", "index.rst", "logging.rst", "moddoc_calibration.rst", "moddoc_core.rst", "moddoc_dfmux.rst", "moddoc_gcp.rst", "moddoc_maps.rst", "moddoc_mpi.rst", "modules.rst", "networkstreaming.rst", "quickstart.rst", "styleguide.rst", "units.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18], "0": [1, 2, 3, 5, 8, 9, 10, 12, 14, 16, 17], "00": 4, "000": [9, 12], "000000000": 16, "001": [9, 12], "005": 12, "01": [4, 16], "010000000": 16, "02": 4, "02u": 4, "03u": 9, "05": 10, "07": 16, "0x7f19b0455150": 9, "0x7f19b04551c0": 9, "1": [3, 4, 5, 8, 9, 10, 11, 12, 14, 16], "10": [9, 10, 13, 15, 17], "100": [0, 17], "1000": [3, 10], "100d": 11, "1024": 4, "1048576": 9, "10th": 15, "11": [3, 16], "114": 12, "12": [16, 17], "128": [3, 4, 14], "128x": [3, 10], "130": 12, "1350": 12, "136": 3, "1400": 16, "14112": 12, "15": [5, 7, 17], "150": 12, "1500": 12, "150ghz": 12, "152": 12, "15200": 10, "15716": 12, "16": [3, 12], "168": 3, "1729": 16, "179": 12, "18": 5, "180": 12, "182": 12, "19": [1, 16], "190": 16, "192": 3, "1970": 3, "1d": [2, 12], "2": [3, 8, 9, 10, 12, 16, 17], "2015": 16, "2016": 14, "2018": 10, "2019": [5, 12, 16], "2022": 16, "21": 16, "22": [5, 16], "25": 12, "2700": 12, "2d": [2, 9, 12, 17], "3": [2, 3, 4, 9, 12, 16], "30": 7, "300": 16, "3000": 14, "305948248848263e": 10, "31": 16, "32": 4, "335969000": 5, "360": 12, "37": 16, "386": 16, "3g": [5, 11], "3x3": 12, "4": [1, 3, 12, 16, 17], "42": 5, "45": 12, "4536": 15, "48": 16, "4xn": 9, "5": [1, 9, 12, 14, 16, 17, 18], "50": [1, 12, 16, 17], "5000000000": 3, "50010": 11, "50011": 11, "50020": 11, "57": 12, "5978": 9, "6": [2, 9, 12, 16], "600": 11, "64": 16, "64x": 12, "7": [1, 3, 10, 12, 16], "72": 16, "749": 12, "75": 7, "783": 16, "79": 17, "8": [9, 16, 17], "80": 17, "8601": 9, "9": 12, "A": [1, 3, 4, 5, 7, 8, 10, 12, 13, 14, 16, 18], "As": [3, 4, 5, 7, 12, 14, 16], "At": [7, 12, 13, 14, 17], "But": 12, "By": [3, 7, 8, 12, 14, 15, 16], "For": [0, 1, 3, 4, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18], "If": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18], "In": [0, 3, 4, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17], "It": [1, 3, 4, 5, 8, 12, 14, 16], "No": [5, 7, 9, 10, 11, 12, 13], "On": [3, 16, 17], "Such": 12, "The": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18], "Then": 7, "There": [1, 3, 7, 13, 14, 16], "These": [3, 5, 12, 14, 16, 17], "To": [0, 1, 2, 3, 4, 9, 12, 14, 15, 16, 17], "Will": [8, 10, 12, 14], "__array_interface__": 12, "__call__": 14, "__getitem__": 2, "__init__": [1, 2, 14, 17], "__name__": 1, "__path__": 1, "__setitem__": 2, "_filenam": [5, 9, 11], "_i": 3, "_q": 3, "ab": [5, 9], "abbrevi": 18, "abil": 14, "abl": [12, 14], "abortafternfram": 9, "about": [3, 12, 14, 17], "abov": [1, 2, 3, 4, 5, 7, 12, 14, 15, 16], "abritrari": 14, "absent": [5, 12], "abstract": [3, 5], "accept": [12, 14], "access": [1, 4, 5, 12, 14, 16, 17, 18], "accomplish": 3, "account": 12, "accumul": [3, 6, 9, 10, 12, 14], "accur": 12, "accuraci": 12, "achiev": [3, 10, 13], "acquisit": [4, 5, 6, 10, 15], "acronym": 3, "across": [9, 12, 13], "act": [9, 14, 16], "activ": [3, 16], "actual": [14, 16], "acu": [5, 11], "acu_seq": 11, "acu_statu": 11, "acustatu": [5, 16], "acustatusvector": [5, 16], "ad": [2, 3, 5, 6, 9, 10, 12, 13, 14, 15, 17], "adapt": 14, "adc": 10, "add": [1, 2, 3, 4, 9, 10, 11, 12, 13, 15, 16], "add_execut": 1, "add_librari": 1, "add_spt3g_test": 1, "add_spt3g_test_program": 1, "addbenchdata": 11, "added_messag": 9, "addit": [3, 4, 8, 9, 10, 12, 14, 15, 16], "addition": [0, 14, 16], "addlocaltransrot": 12, "address": [3, 5, 10], "addtimingtopointingquat": 12, "adher": 17, "adjust": 12, "advanc": 6, "ae_0": 12, "ae_1": 12, "affect": [9, 12], "after": [0, 1, 3, 5, 9, 12, 13, 14, 16], "again": [9, 13, 14], "against": [1, 14], "ahead": [10, 11], "algorithm": [4, 12, 13, 16], "alias": [12, 18], "align": [9, 12, 17], "all": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "all_cap": 17, "all_hk": [3, 10], "allow": [1, 4, 9, 12, 14, 15, 16, 17], "almost": [3, 7, 16], "along": [5, 11, 12, 16, 17], "alpha": 12, "alpha_cent": 12, "alreadi": [12, 14], "also": [1, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16, 17], "altern": [8, 9, 12, 14, 16], "although": 12, "alwai": [1, 4, 7, 16], "amort": 14, "amount": [14, 16], "amp": [10, 18], "amper": 18, "amplitud": [3, 10], "an": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "anaconda": 16, "anal": 17, "analog": [3, 12], "analys": 12, "analysi": [3, 5, 6, 8, 14, 18], "ang_to_quat": 12, "angl": [8, 10, 12, 16, 18], "angle_per_mm": 10, "angle_to_pixel": 12, "angle_to_xi": 12, "angles_to_pixel": 12, "angular": [8, 12], "ani": [0, 1, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16], "aninput": 12, "anoth": [1, 4, 10, 12, 14, 16, 18], "antenna0": 5, "anyth": [1, 3, 14, 15, 16], "anywher": 14, "api": [6, 12, 16], "apod": [5, 17], "apod_mask": 17, "appear": [3, 4, 5, 8, 9, 10, 11, 14, 16], "appen": 12, "append": [1, 3, 4, 9, 11, 12, 14, 15, 16], "appli": [5, 7, 10, 11, 12, 14], "applic": 16, "apply_mask": 12, "apply_unit": 12, "apply_weight": 12, "apply_weights_t": 12, "applyweight": 12, "appreci": 17, "approach": 14, "appropri": [0, 2, 3, 8, 11, 12, 15, 16, 18], "approxim": 12, "apr": 16, "apt": 16, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "arbitrari": [1, 9, 12, 16], "arbitrarili": 4, "arc": 11, "arcextract": 11, "arcextractminim": 11, "arcextractor": 11, "arcfileread": 11, "architectur": [4, 14, 16], "archiv": [3, 4, 11], "archkextractor": 11, "arcmin": 18, "arcsec": 18, "area": [12, 17], "aren": [1, 16], "arg": 14, "arg1": [8, 9, 10, 11, 12], "arg2": [8, 9, 10, 11, 12], "arg3": [8, 9, 10, 12], "arg4": 12, "arg5": 12, "arg6": 12, "arg7": 12, "arg8": 12, "argmax": 12, "argmin": 12, "arguement": 2, "argument": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18], "argumenterror": 2, "argv": 3, "aris": 2, "arithmet": [9, 12], "arm64": 16, "around": 12, "arrai": [2, 3, 5, 9, 11, 12, 16], "array_clon": 12, "arriv": [3, 10], "as_0": 12, "as_1": 12, "asarrai": [2, 9, 12], "ascens": 12, "ask": [11, 16], "assembl": [3, 16], "assert": 1, "assign": [7, 12, 14], "associ": [1, 9, 11, 12], "assum": [10, 12], "astrophys": 16, "astropi": 12, "astut": 14, "asyncdatum": 3, "asynchron": 3, "attach": [3, 10, 16], "attempt": 2, "attent": [12, 14], "attowatt": 18, "attribut": [5, 6, 8, 9, 11, 14], "au": 18, "authomat": 0, "author": 17, "auto": [1, 6], "autodoc": 14, "autogener": 6, "automat": [0, 1, 5, 8, 14], "avail": [3, 6, 7, 16], "averag": [8, 10, 12], "avoid": [1, 9, 12, 14, 16, 17], "aw": 18, "awai": 14, "awar": [10, 12], "ax": 12, "axi": 12, "az": [8, 12], "az_0": 12, "az_command": 11, "az_kei": 12, "az_po": 11, "az_rat": 11, "az_rate_command": 11, "az_timestream": 12, "azel": 12, "azimuth": [5, 8, 12], "b": [1, 9, 12, 17], "back": [4, 12, 13, 14, 15, 17], "backend": 12, "background": 9, "backup": 15, "backward": 12, "bad": [7, 12], "bad_val": 1, "bake": 17, "balloon": 12, "band": [8, 12, 14], "band_str": 8, "band_to_str": 8, "band_to_valu": 8, "band_vstr": 8, "bandformat": 8, "bandwidth": 8, "bar": 7, "bare": 11, "base": [3, 4, 8, 9, 12, 14, 16], "bash": 16, "bash_profil": 16, "bashrc": 16, "basic": [5, 9, 13], "bear": 12, "becaus": [2, 12, 16], "becom": 14, "been": [0, 4, 5, 9, 11, 12, 16], "befor": [1, 8, 10, 11, 12, 14, 15, 16, 17], "began": 5, "begin": [3, 5, 9, 15, 17], "behav": [5, 12, 14, 16], "behavior": [3, 9, 14, 16], "behind": 15, "being": [1, 4, 5, 16], "below": [3, 5, 6, 7, 9, 11, 12, 14, 15, 16, 17], "bench": 11, "besid": 9, "best": [14, 16], "between": [3, 5, 6, 8, 9, 12, 13, 14, 16], "beyond": 12, "bia": [5, 10], "bilinear": 12, "bin": [1, 3, 12], "bin_edg": 12, "binari": [4, 9], "bind": [1, 9], "binner": 12, "bintablehdu": 12, "bit": [4, 9, 11, 12, 16], "block": [3, 9, 10, 12, 14], "board": [5, 7, 10, 16], "board_ip": 10, "board_seri": [10, 11], "board_slot": 10, "bodi": 1, "bold": 7, "bolo": [8, 10], "bolo_prop": 14, "bolo_properties_nam": 12, "boloband": 8, "bolomet": [5, 8, 10, 11, 12, 14, 16], "bolometerproperti": [5, 12, 14, 16], "bolometerpropertiesmap": [5, 10, 12, 14], "bolopropertiesutil": 8, "bool": [8, 9, 10, 11, 12], "boolean": [9, 10, 11, 12, 16], "boost": [1, 2, 16], "boost_librari": 1, "boresight": [8, 12], "boresightaz": [5, 12], "boresightdec": 12, "boresightel": [5, 12], "boresightgallat": 12, "boresightgallon": 12, "boresightra": 12, "both": [1, 2, 3, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18], "bottom": 6, "boundari": [3, 9, 12], "bp": 0, "bpm": 8, "bpm_name": 8, "bpmname": 8, "brace": 17, "branch": 14, "break": [3, 16], "brief": [5, 16, 17], "bright": 12, "broadcast": 9, "browseabl": 0, "bs_az_kei": 12, "bs_dec_kei": 12, "bs_el_kei": 12, "bs_ra_kei": 12, "buffer": [2, 4, 5, 6, 9, 12, 13, 15, 16], "buffers": 9, "bug": [2, 3], "build": [0, 6, 8, 13, 15, 16], "build_cal_fram": 8, "build_dir": 16, "build_project": 1, "buildbolopropertiesmap": 8, "builder": 3, "buildpointingproperti": 8, "built": [0, 1, 5, 16], "bumpt": 9, "bundl": 16, "byte": 9, "bzip2": 16, "c": [0, 2, 3, 4, 6, 9, 10, 12, 16, 18], "c_l": 17, "cach": [6, 12], "cache_frame_data": 14, "cal": [11, 14, 15], "calcul": 12, "caldict_entri": 11, "calfil": 11, "calfileread": 11, "calibr": [6, 9, 10, 11, 12, 13, 14, 15], "calibratefram": 11, "calibratevalu": 11, "calibration_fil": 11, "calibrator_kei": 14, "calibratoron": 5, "calibratorrespons": [5, 14], "calibratorresponsesn": [5, 14], "calkei": 14, "call": [1, 3, 7, 10, 12, 14, 15, 16], "callabl": [4, 9, 12, 16], "callback": 16, "callregistrarsfor": 1, "calsn": 14, "caltimestream": [5, 8, 10, 14], "caltimestreams150ghz": [8, 12], "caltimestreamsw172": 8, "came": [8, 14], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "cannot": [9, 12, 14, 16], "capitalizedword": 17, "care": [3, 8, 12, 16], "carefulli": 12, "carre": 12, "carrier": [3, 10], "carrier_amplitud": 10, "carrier_frequ": 10, "carrier_gain": 10, "carrier_phas": 10, "carrier_rail": 10, "cartesian": 8, "case": [1, 3, 4, 5, 8, 9, 12, 13, 14, 16, 17], "cast": [2, 9, 12], "cat": 4, "catch": 1, "caus": [1, 5, 8, 9, 10, 14], "causal": 14, "caution": 14, "caveat": 12, "cc": 16, "cd": [1, 16], "cea": 12, "cena": 8, "center": [8, 12], "center_frequ": 8, "centimet": 18, "cento": 16, "cereal": 4, "certain": [1, 9, 14, 16], "chain": 14, "chang": [3, 4, 5, 9, 10, 12, 14, 16, 17], "channel": [3, 5, 8, 9, 10, 11, 12, 16], "channel2q": 3, "channel_maps_from_pstr": 10, "channel_numb": 10, "chapter": 16, "charact": [5, 17], "check": [0, 1, 2, 9, 12, 16, 17], "checkalign": 9, "checkout": [16, 17], "checksum": 4, "chosen": 8, "chunk": 16, "ci": 17, "circl": 12, "clang": [2, 16], "class": [0, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17], "class_method": 17, "classmethod": 17, "clean": 5, "clear": [5, 8, 9, 10, 14, 15], "client": [9, 11, 15], "clone": [1, 12, 17], "close": [4, 9, 15], "closer": 12, "closest": 12, "clustertool": 16, "cm": 18, "cmake": [6, 16], "cmake_arg": 16, "cmake_build_parallel_level": 16, "cmake_build_typ": [1, 7], "cmake_current_source_dir": 1, "cmake_install_prefix": 16, "cmake_library_output_directori": 1, "cmakelist": 1, "cmb": [1, 17], "co": [9, 12, 17], "coad": [12, 13], "coadd": 12, "coadd_fram": 12, "coadd_map_fil": 12, "coadder": 12, "coaddmap": 12, "coarser": 14, "code": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 18], "coincid": 10, "collabor": 17, "collat": 12, "collation_toler": 10, "collect": [9, 10, 11, 14], "collect_on_start": 11, "collector": 3, "column": [12, 16], "com": [1, 17], "combin": [4, 8, 10, 12, 14, 16], "come": [3, 8, 12, 13, 14, 15], "comm_world": 13, "comma": 18, "command": [1, 3, 4, 16], "comment": 12, "commit": 17, "common": [5, 6, 7, 12, 13, 14, 16], "commonli": 1, "commun": [4, 13, 14, 15], "compact": 12, "compactifi": [9, 12], "compactmap": 12, "compar": 12, "comparison": 12, "compat": [9, 10, 12], "compatibl": 12, "compel": 14, "compil": [1, 3, 6, 7, 14], "compimagehdu": 12, "complain": 12, "complet": [3, 4, 10, 11, 14, 16], "complex": [4, 9, 12, 14, 16], "complex128": 9, "complic": 13, "compon": [1, 9, 12, 16], "composit": [5, 8], "compress": [3, 4, 9, 12, 16], "compression_level": 9, "comput": [3, 9, 12], "concaten": [4, 9], "concatenate_timestream": 9, "concept": 14, "conceptu": 16, "cond": 12, "conda": 16, "condit": [1, 5, 12, 14, 17], "conf": [3, 11], "configur": [3, 5, 7, 9, 10, 14, 15, 16], "conform": 17, "confus": 14, "congruent": [9, 12], "conjunct": 10, "connect": [3, 5, 9, 10, 11, 14], "connoisseur": 14, "consequ": 13, "consid": [1, 5, 9, 10, 13, 16, 17], "consist": [1, 8, 9, 17], "consol": [8, 9, 14], "consolid": 5, "const": [4, 14, 17], "constance_instance_vari": 17, "constant": [5, 8, 11, 12, 17, 18], "constant_valu": 17, "constitu": 8, "construct": [3, 9, 11, 12], "constructor": [3, 4, 8, 9, 10, 11, 12, 14], "consum": [3, 12, 15], "consumpt": 4, "contain": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17], "content": [0, 1, 11, 12, 13], "context": 4, "contigu": [9, 12, 16], "continu": [9, 12, 13, 14, 16, 17], "contrast": 12, "contribut": [1, 12], "control": [1, 6, 10, 11, 14, 16], "convei": 14, "conveni": [1, 14], "convent": [3, 12, 16, 17], "convers": [6, 9, 10], "convert": [6, 8, 9, 10, 11, 12, 17], "convert_azel_to_radec": 12, "convert_gal_to_radec": 12, "convert_radec_to_azel": 12, "convert_radec_to_g": 12, "converttimestreamunit": 10, "convolv": 12, "convolve_map": 12, "coord_ref": 12, "coord_si": 12, "coordin": [11, 12], "coordsysmodul": 12, "copi": [4, 5, 8, 9, 10, 12, 14, 17], "copy_data": [9, 12], "copy_weight": 12, "core": [0, 1, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 18], "correct": [1, 8, 14, 16], "correctli": [3, 16], "correl": 3, "correspond": [1, 3, 8, 9, 10, 12, 16], "correspondingli": 9, "cosin": 12, "cosmo": 12, "cosmologi": 16, "cost": 14, "could": [5, 7, 10, 14], "count": [4, 5, 9, 10], "counterpart": 4, "coupl": [8, 12], "cours": [5, 16, 18], "covari": 5, "coverag": [12, 16], "cpp": 1, "cpu": [4, 12, 13], "crate": 10, "crate_seri": 10, "crc32": 4, "creat": [3, 8, 9, 10, 11, 12, 14, 15, 16, 17], "create_g3_cal_fil": 11, "creation": 9, "critic": 3, "crop": 12, "cross": 3, "cryo": 11, "cryostat": 10, "cryostatu": 11, "ctest": 1, "current": [1, 3, 4, 5, 10, 12, 14, 15, 18], "curv": [10, 12], "cut": [12, 14], "cvmf": 16, "cxx": [1, 16], "cylindr": 12, "d": [4, 7, 8, 9, 10, 12, 16], "dac": 10, "dai": 18, "dan": [3, 10], "dan_accumulator_en": 10, "dan_feedback_en": 10, "dan_gain": 10, "dan_rail": 10, "dan_streaming_en": 10, "daq": [3, 11, 15], "daqwatchdog": 11, "data": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16], "databas": 11, "dataclass": 10, "dataframetyp": 9, "dataok": 11, "datastream": 3, "datatyp": 16, "daunt": 16, "dbuild_project": 1, "dcmake_install_prefix": 16, "dcmake_module_path": 16, "dd": 9, "ddof": 12, "ddthh": 9, "de_0": 12, "de_1": 12, "deal": 14, "debian": 16, "debug": [1, 7, 9, 12], "debug_start_func": 9, "debugg": 16, "dec": 12, "dec_0": 12, "dec_bottom": 12, "dec_timestream": 12, "dec_top": 12, "decim": 8, "declar": 1, "declin": 12, "decod": 3, "decompress": 4, "decor": [0, 14], "decreas": 7, "decrement": 10, "decrypt": 6, "decryptfeaturebit": 11, "deduplicatemetadata": 9, "deeper": 17, "deepest": 7, "def": [0, 14, 16, 17, 18], "default": [0, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "default_v": [8, 9, 10], "defin": [1, 5, 6, 10, 12, 14, 16, 17], "definit": [1, 4, 7, 8, 9, 10, 11, 12, 13, 17], "deflaggedtimestreams150ghz": 12, "deg": [12, 18], "degre": [16, 18], "delet": [9, 12, 14], "deliber": 14, "deliv": 3, "delta": 12, "delta_cent": 12, "demod": 10, "demod_frequ": 10, "demod_gain": 10, "demod_phas": 10, "demod_rail": 10, "demodul": [3, 10], "denot": [3, 13, 16], "dens": 12, "depend": [0, 1, 3, 5, 8, 13], "dequ": [7, 14], "deriv": [1, 5, 8, 10], "describ": [4, 5, 10, 12, 14], "descript": [5, 9, 10, 16], "deseri": [4, 14], "design": [1, 11, 14, 15, 16], "desir": [1, 9], "det": 12, "det1": 9, "det2": 9, "detail": [1, 5, 12, 16], "detect": [1, 10], "detector": [3, 5, 8, 9, 10, 16], "detector_weight": 12, "determin": 12, "detrend": 14, "dev": 16, "devel": 16, "develop": [13, 16], "dfml_hwm": 10, "dfmlhardwaremapinjector": 10, "dfmux": [1, 5, 6, 11, 16], "dfmuxboardsampl": 3, "dfmuxbuild": [3, 5, 10], "dfmuxchannelmap": 16, "dfmuxcol": [5, 10], "dfmuxcollector": 3, "dfmuxhousekeep": [3, 5, 10, 16], "dfmuxhousekeepingmap": [3, 5, 16], "dfmuxmetasampl": [3, 5], "dfmuxsampl": 3, "dfmuxwiringmap": [3, 5], "dict": [8, 9, 10, 11, 12, 14], "dictionari": [3, 5, 8, 9, 10, 11, 12, 14, 15, 16], "did": 2, "diff": [14, 17], "differ": [2, 4, 5, 6, 10, 12, 14, 16, 17], "digest": 5, "dimens": 12, "dimension": 12, "direct": [12, 17], "directli": [1, 5, 10, 12, 16], "directori": [0, 1, 3, 4, 9, 16], "disabl": [3, 7, 14, 16], "disambigu": 2, "disc": 12, "discard": [3, 12], "discontin": 12, "discov": 14, "disk": [5, 9, 12, 13, 14, 16], "disrupt": 15, "distanc": 12, "distinct": 12, "distribut": [9, 13], "divid": 18, "divide_on": [4, 9], "divis": 4, "do": [1, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18], "do_bad_transform": 12, "do_some_th": 17, "do_th": 17, "doc": [6, 9, 10, 11, 12], "docst": 17, "docstr": [14, 17], "document": [5, 10, 12, 13, 14, 16, 17], "doe": [1, 5, 7, 8, 10, 12, 13, 14, 16], "doesn": 14, "domain": 12, "don": [7, 8, 12, 14, 16], "done": [1, 3, 7, 8, 9, 12, 16, 17], "dootherstuff": 16, "dosometh": 4, "dostuff": 16, "dostuffwithfivescan": 14, "dot": 9, "doubl": [9, 12, 16, 17], "doublevector": 12, "down": [12, 14, 18], "downgrad": 12, "downsampl": 9, "dpython_execut": 16, "drawn": 12, "driven": 3, "driver": [1, 16], "drop": [8, 9, 12, 14, 15], "drop_empti": 8, "drop_input_fram": 12, "drop_original_fram": 8, "drop_timepoint": 10, "droporphanmetadata": 9, "ds9": 12, "ds_0": 12, "ds_1": 12, "dscp": 3, "dtype": 9, "due": [4, 12], "dump": [4, 9, 16], "dure": [1, 5, 8, 10, 14, 16], "dvariabl": 1, "dwith_bzip2": 16, "e": [0, 1, 3, 4, 5, 8, 9, 10, 12, 14, 16, 17, 18], "each": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17], "earlier": [3, 4, 14], "earth": 12, "earthloc": 12, "eas": 3, "easi": [5, 14], "easier": [13, 14, 16], "easili": 14, "ed": 12, "edg": 12, "edit": [11, 16], "editor": 17, "effect": [12, 14, 15], "effici": [5, 8, 9, 12], "either": [1, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16], "el": 12, "el_0": 12, "el_command": 11, "el_kei": 12, "el_po": 11, "el_rat": 11, "el_rate_command": 11, "el_timestream": 12, "elaps": 9, "element": [3, 5, 9, 10, 12, 16], "elev": [5, 12], "ell": 14, "ellips": 12, "elnod": 11, "els": [7, 8, 9, 10, 14, 16], "elsewher": 16, "emit": [4, 5, 7, 8, 9, 10, 12, 14], "emploi": [4, 5, 10], "empti": [3, 5, 8, 9, 10, 12, 14], "emul": 9, "en": 12, "enabl": [3, 9, 10, 12], "enclos": 14, "encod": [10, 12], "encoder_off_i": 11, "encoder_off_x": 11, "encount": [2, 3, 8], "encourag": 17, "end": [1, 3, 4, 5, 8, 9, 10, 12, 13, 15, 16, 17, 18], "end_coord_si": 12, "endian": 4, "endprocess": [6, 12], "enough": 13, "ensur": [0, 1, 8, 11, 12, 14, 16], "ensure_equ": 1, "entir": [1, 2, 12, 14, 15, 16], "entri": [2, 5, 8, 9, 12], "enum": 12, "env": [0, 3, 16], "environ": 16, "eof": 9, "epoch": [3, 9], "eq_trans_kei": 12, "equal": [1, 12], "equatori": 12, "equatorialtogalacticpoint": 12, "equatorialtogalactictransrot": 12, "equival": [4, 9, 11, 12, 13, 14, 16], "error": [1, 3, 6, 9, 12, 14], "error_on_zero": 12, "especi": 17, "esqu": 12, "establish": 15, "estim": 12, "etc": [3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16], "ethernet": 3, "euclidean": 9, "eval": 16, "evalu": [1, 10, 11, 13], "even": [4, 9, 14, 16], "event": [3, 15], "eventhead": [3, 5, 16], "eventu": [3, 8], "ever": 7, "everi": [1, 3, 4, 8, 9, 10, 12, 14, 15, 16], "everyth": [1, 7, 9, 16], "exact": [4, 14, 16], "exactli": [1, 4, 14], "examin": [12, 16, 17], "exampl": [1, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18], "exampleproject": 14, "exce": 9, "except": [1, 5, 7, 8, 9, 10, 11, 12, 13, 14], "excess": 14, "exchang": 15, "exclud": 12, "execut": [2, 14], "execute_process": 1, "exhaust": 5, "exist": [1, 8, 10, 11, 12, 14, 16, 17], "exit": [1, 15], "expand": 16, "expect": [3, 8, 10, 12, 15], "expend": 4, "expens": 1, "experi": 11, "experiment": [13, 16], "expiri": 9, "explain": 16, "explicit": 12, "explodebolometerproperti": 8, "explor": 16, "export": [0, 14, 16], "export_g3modul": [0, 14], "expos": 18, "express": [1, 12, 14], "extend": [9, 11, 12], "extens": [12, 16], "extern": 15, "extra": [11, 12, 16], "extra_dict": 11, "extract": [8, 11, 12], "extract_band_str": 8, "extract_band_valu": 8, "extract_patch": 12, "extractmap": 12, "extrem": 3, "f": [11, 18], "fabric": 8, "facil": [3, 15], "facilit": 14, "fact": 14, "factor": [10, 12, 17], "fail": 1, "failur": 1, "fairli": 17, "fake": [10, 12, 14], "fall": 15, "fals": [1, 4, 8, 9, 10, 11, 12, 14, 16], "famili": 7, "familiar": 16, "faq": 2, "fast": [5, 9], "faster": [1, 10, 15], "featur": [1, 11, 12, 14], "feed": [12, 13], "feedback": 10, "feel": [2, 11], "few": [1, 3, 5, 12, 13, 14, 16], "fft": 17, "fft2": 17, "fftw": 16, "fiducial_detector": 8, "field": [3, 4, 5, 9, 11], "file": [0, 1, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17], "file1": 4, "file2": 4, "filenam": [3, 4, 9, 10, 11, 12, 14, 15, 16], "files_to_commit": 17, "fill": [4, 12, 13], "fillcoordtransrot": 12, "filter": [10, 12, 14, 16], "filteredtimestream": 14, "filtereventsonsamesquid": 2, "filtermask": 12, "final": [5, 8, 9], "find": [1, 12], "fine": 12, "finish": 15, "finit": 12, "fir": 10, "fir_stag": 10, "fire": 7, "firewarden": 7, "firmwar": [3, 10], "firmware_nam": 10, "firmware_vers": 10, "first": [1, 3, 4, 8, 9, 10, 12, 13, 16], "fit": [8, 12], "fitsio": 12, "five": [8, 14, 16], "fix": [1, 3, 10, 15], "fixedlengthscan": [3, 10], "fk5": 12, "flac": [3, 9, 16], "flac_compress": 10, "flag": [5, 11, 14, 16], "flag_kei": 14, "flagsomestuff": 14, "flamste": 12, "flat": 6, "flat_map": 12, "flat_pol": 12, "flatsky_to_healpix": 12, "flatskymap": [6, 17], "flatten": 12, "flatten_pol": 12, "flattenpol": 12, "flexibl": [1, 9], "flip": 12, "float": [3, 5, 8, 9, 10, 11, 12, 17], "float64": 9, "flow": [1, 4, 14, 17], "flux": [5, 8, 10], "focal": 8, "focus": 10, "follow": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18], "foo": 7, "foot": 18, "forc": 16, "form": [1, 3, 4, 5, 8, 9, 12, 15], "format": [0, 6, 7, 8, 9, 11, 13, 15, 16, 17], "former": 12, "forward": 17, "found": [8, 9, 10, 12, 16], "four": [4, 17], "fourth": 14, "fr": [11, 12, 16], "fraction": [5, 9, 10, 12], "fragil": [5, 9, 11, 12], "frame": [3, 6, 7, 15], "frame1": 4, "frame2": 4, "frame_decim": [9, 15], "framekei": 14, "frameout": 3, "frametypevector": 9, "framework": [3, 4, 6, 7, 14], "free": [5, 11], "freebsd": [3, 16], "freq": 12, "frequenc": [3, 8, 10, 12, 18], "frequent": [1, 16], "fresh": 16, "freshman": 18, "friend": 12, "from": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16], "from_unit": 10, "fsn": 1, "ft": 18, "ft_to_map": 17, "full": [1, 9, 12, 14, 16], "fulli": [1, 14], "fullski": 12, "function": [0, 1, 2, 3, 4, 5, 6, 7, 13, 16, 17, 18], "function_nam": 17, "functor": 9, "further": [1, 5, 12], "futur": [12, 13, 15], "g": [1, 4, 5, 8, 9, 10, 12, 14, 16, 17, 18], "g3": [4, 9, 11, 12, 14, 16], "g3bool": [5, 16], "g3data": 14, "g3eventbuild": 9, "g3file": [6, 16], "g3frame": [1, 4, 9, 12, 14, 16], "g3frameobject": [5, 8, 16], "g3frameptr": [7, 14], "g3frametyp": [4, 5, 9, 12, 14, 15], "g3infinitesourc": 9, "g3int": [5, 7, 14], "g3intptr": 14, "g3loglevel": 7, "g3map": 16, "g3mapdoubl": [5, 12], "g3mapframeobject": 5, "g3mapint": 8, "g3mapstr": 16, "g3mapvectordoubl": 16, "g3mapvectorint": 12, "g3mapvectorstr": 5, "g3modul": [0, 5, 7, 9, 14], "g3moduleconfig": 14, "g3moduleregistr": 1, "g3multifilewrit": [6, 9], "g3networkreceiv": 9, "g3networksend": [6, 9], "g3pipelin": [3, 4, 5, 9, 13, 14, 16], "g3pipelineinfo": 5, "g3reader": [5, 6, 9, 12, 13, 14, 16], "g3skymap": [2, 5, 16], "g3skymapweight": 5, "g3string": [5, 12, 16], "g3test": 1, "g3throttlednetworksend": [9, 15], "g3time": [3, 5], "g3timestream": [3, 5, 10, 12, 14, 16], "g3timestreammap": [5, 8, 12, 14, 16], "g3timestreamquat": 12, "g3timestreamunit": [9, 10, 12], "g3unit": [8, 12, 16, 17, 18], "g3vector": 16, "g3vectordoubl": 16, "g3vectorquat": 12, "g3vectorstr": [5, 16], "g3writer": [5, 6, 9, 16], "gain": [10, 11], "galact": 12, "gap": 9, "gb": 4, "gcc": 16, "gcp": [1, 3, 5, 6, 9, 16], "gcp_cal_fil": 11, "gcpbolodatate": 11, "gcpdatate": 11, "gcpfeaturebit": [5, 11, 16], "gcphousekeepingte": 11, "gcpmuxdatadecod": 11, "gcpsignalledhousekeep": 11, "gcpslow": 6, "gener": [0, 1, 3, 5, 9, 10, 12, 13, 14, 16, 17], "generatefakehardwaremap": 10, "geodes": 12, "get": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16], "get_band_unit": 8, "get_boresight_rotator_timestream": 12, "get_fft_scale_fac": 17, "get_fk5_j2000_to_gal_quat": 12, "get_interp_v": 12, "get_interp_valu": 12, "get_map_hist": 12, "get_map_id": 12, "get_map_mo": 12, "get_origin_rot": 12, "get_origin_rotator_timestream": 12, "get_ra_dec_map": 12, "get_ra_dec_mask": 12, "get_rot_ang": 12, "get_timestream_unit_convers": 10, "get_transform_quat": 12, "getfileformatstr": 9, "ghz": [8, 12, 18], "git": 1, "github": [1, 16, 17], "give": [1, 5, 10, 12, 14, 16], "given": [1, 3, 5, 8, 9, 10, 11, 12, 15, 16, 18], "glat": 12, "glat_timestream": 12, "global": [5, 7, 8, 17], "glon": 12, "glon_timestream": 12, "gnu": 16, "go": [3, 9, 14, 17], "goal": 3, "goe": [10, 14, 16], "good": [5, 7, 17], "gotten": 12, "grab": 16, "grabstuff": 16, "grain": 12, "granularilti": 14, "great": 14, "greater": 9, "grid": 12, "group": [1, 14], "grow": 10, "growth": 15, "gsl": 16, "guid": 6, "guidelin": 17, "gz": [4, 9], "gzip": [4, 9], "gzip_1": 12, "gzip_2": 12, "h": [1, 9, 12, 14, 18], "h5": 7, "ha": [0, 1, 2, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16], "had": [12, 14], "half": 12, "hand": [6, 8, 11], "handi": [1, 9], "handl": [2, 10, 11], "happen": [4, 12, 14, 15], "hard": [11, 17], "hardcod": 14, "hardwar": [3, 8, 10], "hardwaremaptool": 10, "has_kei": [8, 9, 10], "have": [1, 2, 3, 4, 5, 7, 9, 12, 14, 15, 16, 17, 18], "hcompress_1": 12, "hdr": 12, "hdu": 12, "head": 16, "header": [1, 4, 10, 12, 16], "healpi": 12, "healpix": 12, "healpix_map": 12, "healpix_to_flatski": 12, "height": 12, "help": [14, 16], "helper": 13, "hemispher": 12, "here": [1, 2, 5, 10, 12, 14, 16], "hh": 9, "high": [5, 9, 12, 14], "higher": 12, "highli": 17, "histogram": 12, "hit": [10, 12, 17], "hitsbinn": 12, "hk": [3, 10, 11], "hkmap": [3, 10], "hold": [1, 5, 16], "hole": 12, "hood": [12, 18], "hook": 9, "horiz_mount_i": 11, "horiz_mount_x": 11, "horiz_off_i": 11, "horiz_off_x": 11, "horizon": 12, "horizont": [8, 12], "horsepow": 18, "host": [9, 14, 15, 16], "hostnam": [3, 9, 15], "hour": [8, 18], "hous": 10, "housekeep": [6, 10, 11, 15, 16], "housekeepingconsum": [3, 10], "housekeepingforbolo": [3, 10], "how": [5, 6, 7, 9, 10, 14, 17], "howev": [1, 4, 12, 16], "hp": [12, 18], "hpc": 13, "hpp": 1, "html": [0, 12], "http": [1, 3, 12, 17], "human": [7, 9], "hwm": [3, 10], "hygien": 6, "hz": [12, 16, 18], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "iau": 12, "ic": [5, 10], "iceboard": 3, "iceboard0136": 3, "id": [3, 5, 8, 9, 10, 11, 12], "idea": 17, "ident": [9, 12, 14, 15], "identifi": [5, 10, 12, 16], "idiom": [7, 16], "idlastro": 12, "ifft2": 17, "ignor": [8, 12, 14], "ignore_inf": 12, "ignore_missing_weight": 12, "ignore_nan": 12, "ignore_wir": 10, "ignore_zero": 12, "illeg": 14, "illustr": 14, "imag": 12, "imagehdu": 12, "immedi": [3, 4, 14, 16], "immut": [4, 14], "impact": 12, "imped": 10, "implement": [1, 2, 3, 12, 14, 16, 17], "implicit": 12, "implicitli": [5, 9, 12, 14], "import": [1, 12, 14, 15, 17], "impos": [12, 14], "improperli": 0, "improv": [12, 17], "in_control": 11, "in_map": 12, "inch": 18, "inclin": 3, "includ": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18], "include_unit": 8, "incom": 15, "inconsist": [12, 14], "increas": [1, 3, 7, 10, 12], "indent": 17, "independ": 4, "index": [3, 5, 6, 8, 9, 10, 14], "indexedspars": 12, "indexmod": [0, 14], "indic": [1, 3, 5, 7, 11, 12, 17], "individu": [1, 5, 6, 7, 10, 12, 14, 17], "ineffici": 12, "inf": 12, "infinit": 9, "influxdb": 11, "info": [11, 12, 17], "inform": [1, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16], "infrastructur": [1, 9], "ingredi": 16, "inherit": [0, 9, 14], "init": 14, "initi": [8, 9, 10, 12, 14, 17], "initializenumb": 1, "inject": [9, 10, 11, 12, 14], "injectdebug": [9, 16], "injectfram": 9, "injectmap": 12, "injectmapstub": 12, "inlin": 14, "input": [3, 4, 5, 7, 8, 9, 10, 12, 14, 15, 17], "input_fil": 12, "input_map_id": 12, "inputfil": 12, "inputmapid": 12, "insert": [3, 4, 5, 10, 11, 12, 14, 16], "insert_patch": 12, "insid": [1, 14, 16, 17], "inspect": [0, 6, 13, 14, 16], "instal": [1, 3, 6, 13, 17], "instanc": [4, 8, 9, 12, 14, 15, 16, 17], "instance_vari": 17, "instance_variable_": 17, "instancenam": 9, "instant": 15, "instanti": [3, 8, 9, 12, 14], "instead": [4, 9, 10, 12, 14, 15, 16], "instruct": 16, "instrument": [5, 12], "instrumentstatu": 5, "int": [1, 3, 8, 9, 10, 12, 17], "int64": 9, "intact": 12, "integ": [3, 8, 9, 10, 12], "integr": [4, 5], "intend": [5, 12, 17], "intens": 5, "intent": 5, "interact": [1, 4, 10, 11, 14], "interchang": 16, "interest": [1, 7, 14], "interfac": [1, 3, 6, 7, 9, 12, 14, 16], "interleav": [3, 5, 10], "intermedi": [4, 16], "intern": [5, 9, 12, 14], "interp": 12, "interpol": [6, 9], "interpos": 4, "interpret": [1, 15], "interv": [3, 10, 11], "interven": 9, "introspect": 14, "intvector": 10, "inv": 12, "invers": [8, 12, 17], "invert": 12, "invoc": 4, "invok": 16, "involv": 12, "io": [5, 6, 9, 12, 14, 15], "ip": [3, 5, 10], "ipc": 3, "ipv4": 3, "irig": [3, 9], "irregular": 9, "irrespect": 18, "is128x": 10, "isfinit": 12, "ish": [9, 10], "isinf": 12, "isn": 11, "isnan": 12, "iso": 9, "isoformat": 9, "isol": 1, "issu": [5, 11, 12], "item": [8, 9, 10], "iter": [4, 8, 9, 10, 11, 14], "iteritem": [8, 9, 10], "iterkei": [8, 9, 10], "itervalu": [8, 9, 10], "itinerari": 12, "its": [0, 1, 3, 4, 8, 9, 12, 14, 15, 16, 18], "itself": [12, 15], "j": 16, "j2000": 12, "j4": 16, "jan": 3, "jar": 17, "jn": 16, "join": 13, "just": [1, 3, 4, 10, 11, 12, 14, 16], "k": [8, 9, 10, 12, 18], "k_cmb": 10, "keep": [1, 12, 14, 16, 17], "keepconversionsforobserv": 10, "kei": [3, 4, 5, 7, 8, 9, 10, 11, 12, 14], "kelvin": 18, "kern": 3, "kernel": [3, 12], "keyerror": [8, 9, 10], "keystoignor": 8, "keyword": [2, 3, 12, 14], "kilomet": 18, "kind": [2, 14, 16], "knf": 17, "know": [1, 7, 12], "known": 12, "kst": 3, "kurtosi": 12, "kwarg": [12, 14], "lab": 5, "label": 1, "lambda": [4, 14], "lambert": 12, "languag": [1, 12, 16], "larg": [3, 4, 9, 12, 13, 14, 16], "larger": [12, 14, 15, 18], "last": [12, 14], "latch": 10, "late": 16, "latenc": 15, "later": [4, 8, 12, 14, 16], "latitud": 12, "latter": 12, "launchpad": 3, "layout": 4, "lazili": 4, "lead": [9, 14], "learn": 14, "least": [5, 12, 14, 16, 17], "leav": 14, "ledgerman": 6, "left": [5, 12, 16], "legaci": 10, "legacydfmuxcollector": 3, "legacyhousekeep": 10, "legacyhousekeepingconsum": 10, "len": [3, 9, 14], "length": [4, 9, 10, 18], "less": [1, 12], "let": [12, 16], "letter": 13, "level": [6, 9, 10, 12, 13, 14], "libboost": 16, "libfftw3": 16, "libflac": 16, "libgsl0": 16, "libnetcdf": 16, "librari": [3, 4, 5, 8, 12, 13, 14, 16, 17], "life": 4, "lightweight": 14, "like": [1, 2, 3, 4, 5, 8, 12, 14, 15, 16, 17], "likelihood": 13, "limit": [4, 7, 14, 15, 16], "line": [1, 4, 5, 7, 9, 12, 14, 16, 17], "link": [1, 15], "linsens_avg_l1": 11, "linsens_avg_l2": 11, "linsens_avg_r1": 11, "linsens_avg_r2": 11, "linux": [3, 16], "list": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 18], "listen": [3, 9, 10, 15], "live": 9, "ll": 0, "ln": 1, "load": [3, 11, 12, 16], "load_pybind": 1, "load_skymap_fit": 12, "local": [3, 12, 14, 16, 17], "localhost": 9, "localtoastronomicalpoint": 12, "locat": [12, 16], "log": 6, "log_": 7, "log_debug": 7, "log_error": 7, "log_fat": 7, "log_info": 7, "log_notic": 7, "log_trac": 7, "log_warn": 7, "logic": [8, 9, 10, 11, 12], "logo": 12, "long": [9, 17], "longer": [13, 16, 17], "longitud": 12, "look": [1, 3, 4, 12, 17], "loop": [16, 17], "loopgain": 10, "loss": [3, 12], "lossless": 12, "loudli": 12, "low": 12, "lower": [3, 4, 17], "m": [9, 12, 13, 18], "ma": 18, "mac": [3, 16, 17], "maco": 16, "macro": [0, 1, 7, 14, 17], "made": [5, 9, 12, 14], "magnitud": 8, "mai": [0, 1, 2, 3, 4, 5, 9, 10, 12, 14, 15, 16], "main": [2, 3, 4, 16], "maintain": [4, 12, 14, 15], "make": [0, 1, 3, 4, 5, 10, 12, 13, 14, 15, 16, 17], "make_point_source_mask": 12, "makefil": 1, "makemappolar": 12, "makemapspolar": 12, "makemapsunpolar": 12, "makemapunpolar": 12, "maker": [5, 12, 13], "man": 17, "manag": [1, 16], "mandatori": [1, 3, 14], "mani": [5, 8, 9, 12, 13, 14, 16], "manipul": [6, 14], "manual": [0, 2, 4, 10, 16], "map": [2, 6, 8, 9, 10, 11, 13, 14, 16, 17], "map1": 12, "map2": 12, "map_fram": 12, "map_id": 12, "map_in": 12, "map_modul": 12, "map_param": 12, "map_per_scan": 12, "map_stub": 12, "mapbinn": 12, "mapcoordrefer": 12, "mapmak": 12, "mapmockobserv": 12, "mappolconv": 12, "mappoltyp": 12, "mapproject": 12, "maps_in": 12, "maptodmask": 12, "maptodpoint": 12, "maputil": 12, "mark": [6, 14, 17], "mask": [5, 6, 10, 17], "mask1": 12, "mask2": 12, "mask3": 12, "maskedhighpassfilt": 14, "match": [1, 2, 3, 5, 8, 12], "math": [9, 18], "matrix": 12, "matter": [15, 17], "max": 12, "max_queue_s": [9, 15], "maximum": [3, 9, 13], "maxsockbuf": 3, "mayb": 12, "mb": [4, 14, 16], "mean": [12, 17], "meaning": 12, "meant": [5, 16, 18], "measur": [5, 8, 10], "mechan": [1, 3, 4, 10, 14, 15, 17], "median": [8, 12], "member": [3, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17], "memmap": 12, "memori": [2, 4, 9, 14, 15, 16], "mention": 14, "mercat": 12, "merg": [1, 8], "mergecalibrationfram": 8, "messag": [1, 3, 6, 7], "met": 9, "meta": 12, "metadata": [4, 5, 9, 13, 14, 15, 16], "meter": 18, "method": [3, 8, 9, 10, 11, 12, 14, 16, 17], "mezz": 10, "mezzanin": [3, 10], "mgmezz04": 10, "mhz": [8, 18], "microamp": 18, "microkelvin": 18, "micron": 18, "microsecond": [10, 18], "microvolt": 18, "microwatt": 18, "mid": 14, "middl": 8, "midwai": 3, "milliamp": 18, "millikelvin": 18, "millimet": 18, "millisecond": [16, 18], "millivolt": 18, "milliwatt": 18, "min": [12, 18], "mind": 16, "minim": [5, 12], "minimum": [11, 16], "minut": 18, "mirror": 7, "misbehav": 6, "miss": [3, 11, 12], "misspel": 2, "mix": [6, 15], "mjd": [9, 12], "mk": 18, "mkdir": [1, 16], "mkid": 10, "mm": [9, 18], "mn12345pq67": 13, "mn134pq7": 13, "mn25pq6": 13, "mock": 12, "mode": [3, 9, 12, 15], "model": 8, "modern": 14, "modif": [1, 14], "modifi": [8, 10, 12, 14, 16], "modnam": 9, "modprob": 3, "modul": [0, 1, 2, 3, 4, 5, 7, 15, 17], "module_numb": 10, "moment": [12, 16], "mon": 9, "monitor": [3, 15], "more": [1, 2, 3, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17], "most": [1, 3, 4, 5, 9, 12, 14, 15, 16, 17], "mostli": [8, 12], "motiv": 5, "move": [5, 10, 14, 15, 16], "mp": 17, "mpi": [6, 14], "mpi4pi": 13, "mpiaccumul": 13, "mpicomm": 13, "mpifileio": 13, "mpifileread": 13, "mpiframeparallel": 13, "mpiiodistributor": 13, "much": [1, 12, 15, 16], "mueller": 12, "muellermatrix": 12, "multicast": 3, "multipl": [1, 3, 4, 8, 9, 11, 12, 13, 14, 16, 18], "multipli": 12, "multiprocess": [5, 14], "must": [0, 1, 3, 8, 9, 12, 13, 14, 16, 17], "mux": [3, 5, 10], "mv": 18, "mw": 18, "my_test": 1, "myclass": 17, "mydata": 16, "mynewth": 1, "mynewthingexecut": 1, "mytest": 1, "n": [3, 9, 10, 12, 13, 16, 18], "n1": 17, "n2": 17, "n5": 1, "n7": 1, "n_frame": 9, "n_frames_to_read": 9, "n_io": 13, "n_sampl": 9, "n_serial": 9, "na": 18, "name": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "namespac": [1, 5, 8, 16, 18], "nan": [5, 12], "nanargmax": 12, "nanargmin": 12, "nanmax": 12, "nanmean": 12, "nanmedian": 12, "nanmin": 12, "nanoamp": 18, "nanokelvin": 18, "nanomet": 18, "nanosecond": 18, "nanowatt": 18, "nanstd": 12, "nansum": 12, "nanvar": 12, "nativ": [4, 11], "natur": 13, "naught": 16, "nb": [8, 12], "nblock": 10, "nc": 3, "ncall": 14, "nchannel": 10, "nco": 10, "nco_frequ": 10, "ndarrai": [12, 17], "ndim": 9, "nearest": 12, "nearli": 16, "necessari": [9, 12, 16], "necessarili": 12, "need": [0, 1, 3, 9, 12, 13, 14, 16, 17], "neg": 12, "neighbor": 12, "neither": 5, "nest": 12, "net": 3, "netcat": 15, "netcdf": [10, 16], "netcdfdump": [3, 10], "network": [3, 4, 6, 9], "neutral": 4, "never": 15, "new": [1, 3, 4, 5, 7, 9, 12, 14, 16, 17], "newer": [3, 16], "newkei": 12, "newth": 1, "newthingexec": 1, "next": [3, 10, 14, 15, 16], "nice": 1, "nk": 18, "nm": 18, "nmodul": 10, "node": 13, "nois": [3, 5, 11, 14], "noisyth": 7, "nomin": 8, "nominalbolometerproperti": [5, 8, 10], "non": [0, 1, 3, 5, 8, 9, 11, 12, 14, 15, 16, 17], "none": [8, 9, 10, 11, 12, 13, 14, 17], "nonetheless": [1, 17], "nonzero": 12, "nonzero_pixel": 12, "nor": 5, "norm": [9, 12], "normal": [10, 12, 13, 17], "north": 12, "notabl": [3, 5, 14, 16], "notch": 14, "note": [0, 1, 3, 9, 10, 11, 12, 14, 15, 16], "noth": 14, "notic": 14, "novemb": 10, "now": [11, 12, 14], "np": [12, 17], "npix_alloc": 12, "npix_nonzero": 12, "nsampl": 10, "nside": 12, "nth": [9, 15], "null": 12, "nuller": 10, "nuller_amplitud": 10, "nuller_gain": 10, "nuller_phas": 10, "nuller_rail": 10, "num": 1, "number": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "numberofcal": 14, "numer": [8, 9, 16, 18], "numpi": [2, 9, 12, 16, 17], "nw": 18, "nyquist": 12, "o": [3, 12, 16, 17], "oasi": 16, "obj": 12, "object": [0, 1, 3, 4, 5, 6, 13, 17], "observ": [4, 6, 8, 9, 10, 11, 12, 13, 16], "observationid": 11, "observationnumb": 5, "obtain": [3, 9, 10, 12, 16], "obvious": 17, "occur": [5, 10, 12, 13, 14, 15, 18], "odd": 12, "off": 14, "offlin": [8, 11], "offlineradecrot": 12, "offset": [8, 10, 11, 12, 16], "offset_az_kei": 12, "offset_dec_kei": 12, "offset_el_kei": 12, "offset_ra_kei": 12, "offsetboresightaz": 12, "offsetboresightel": 12, "offsetrot": 12, "offsets_to_quat": 12, "often": [3, 8, 10], "old": [5, 9, 11, 12, 16], "older": 12, "onc": [3, 4, 5, 9, 10, 11, 14, 16], "one": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18], "ones": [9, 16], "onli": [1, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "onlin": 11, "onlineboresightdec": 12, "onlineboresightra": 12, "onlinegalacticrot": 12, "onlineoffsetdec": 12, "onlineoffsetra": 12, "onlineradecrot": 12, "onto": [12, 14, 15], "onward": 14, "open": [3, 4, 7, 12, 14, 15, 17], "opensciencegrid": 16, "oper": [2, 4, 5, 9, 11, 12, 14, 15, 16], "oppos": 14, "optic": [8, 11], "optim": [1, 4, 14], "option": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16], "order": [1, 3, 4, 9, 10, 11, 12, 13, 14, 16], "org": [12, 16], "organ": 1, "orient": [8, 12], "origin": [4, 9, 10, 12, 14], "orthograph": 12, "osg": 16, "other": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "other_func": 1, "other_input": 17, "otherfilteredtimestream": 14, "otherwis": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16], "ouput": 12, "our": [2, 3], "out": [1, 7, 12, 14, 16, 17], "out_kei": 12, "out_map": 12, "out_map_mask": 12, "outfil": 9, "output": [0, 1, 3, 4, 7, 8, 9, 10, 12, 14, 17], "output_": 14, "output_fil": 12, "output_map": 12, "output_map_id": 12, "output_root": 8, "outsid": [4, 5, 12, 17], "outt": 14, "outtimestream": 14, "over": [3, 4, 6, 8, 9, 10, 12, 14, 16], "overflow": 12, "overhead": 12, "overlap": 12, "overload": 2, "overridden": [5, 9], "overview": [6, 10, 17], "overwrit": [9, 12, 14], "ovewritten": 12, "own": [1, 15], "p": 16, "packag": [3, 11, 12, 16], "packet": [3, 10], "pad": 12, "page": [0, 2, 6, 11, 17], "pager": 11, "pai": [12, 14], "pair": [8, 9, 10, 12, 14], "panic": 16, "paradox": [9, 14], "parallel": [6, 16], "paramet": [5, 7, 8, 9, 10, 12, 14, 15], "parent": [10, 12, 17], "parent_scop": 1, "parenthes": 14, "pariti": 12, "pars": 0, "parse_field": 11, "parsec": 18, "part": [1, 2, 5, 6, 8, 9, 10, 12, 14, 16, 18], "part_numb": 10, "partial": 12, "particular": [1, 3, 4, 7, 8, 9, 12, 14, 16, 17], "particulari": 10, "particularli": [1, 12, 14], "pass": [1, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18], "passiv": 3, "past": 14, "patch": 12, "path": [1, 3, 4, 9, 11, 12, 15, 16], "pathstr": 10, "pathstringforbolo": 10, "pattern": 14, "pb2": 10, "pc": 18, "pdb": 9, "peak": 10, "penalti": [2, 12], "peopl": [2, 17], "pep8": 17, "per": [3, 5, 10, 12], "perform": [1, 2, 4, 10, 12, 14], "perhap": 5, "period": [5, 13, 18], "periodichousekeepingcollector": [3, 10], "person": 17, "perspect": 14, "phase": 10, "phi": 10, "physic": [8, 16, 18], "physical_nam": 8, "physicalboloid": 8, "pickl": [5, 9, 16], "picokelvin": 18, "picowatt": 18, "piec": [13, 14], "ping": 11, "pipe": [3, 4, 9, 11, 12, 13, 14, 15, 16], "pipelin": [2, 3, 4, 5, 6, 9, 11, 13, 15], "pipelineinfo": [6, 14], "pipeseg": [0, 14], "pixel": [8, 12, 17], "pixel_id": 8, "pixel_to_angl": 12, "pixel_to_quat": 12, "pixel_to_xi": 12, "pixel_typ": 8, "pixels_to_angl": 12, "pixels_to_quat": 12, "pixelsand": 12, "pk": 18, "place": [1, 2, 3, 4, 8, 9, 12, 13, 14, 16], "plain": [5, 9, 16], "plane": [8, 12], "plate": 12, "platform": 16, "pleas": [2, 7, 9, 11, 14, 16, 17], "plio_1": 12, "plot": [3, 12], "point": [1, 3, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17], "pointer": [4, 14], "pointingoffseti": 8, "pointingoffsetx": 8, "pointlessli": 14, "poke": 16, "pol": 5, "pol_angl": 8, "pol_conv": 12, "pol_effici": 8, "pol_typ": 12, "polar": [5, 8, 12, 16], "polarizationangl": 8, "polarizationeffici": 8, "pole": [5, 12], "poli": [14, 16], "poll": [3, 9], "poly1": 14, "poly1filteredtimestream": 14, "polyfilt": 14, "polyfilteredtimestream": 12, "polynomi": 12, "poor": 1, "pop": [8, 9, 10], "popitem": [8, 9, 10], "popul": 12, "popular": [12, 14], "port": [9, 11, 15], "portabl": 4, "portion": 12, "posit": [2, 8, 9, 11, 12], "possibl": [1, 4, 8, 12, 13, 14, 16], "possibli": 8, "potenti": [7, 13, 14, 15], "power": [10, 12, 16, 18], "ppa": 3, "practic": [3, 12, 14], "praiseworthi": 16, "pre": [12, 14, 16], "preced": 14, "precis": 8, "predic": 1, "prefer": [14, 17, 18], "prefix": [1, 8, 12, 15, 16], "prepend": [0, 4, 9, 14], "preprocessor": 14, "presenc": [9, 14], "present": [1, 3, 5, 8, 10, 11, 12, 13, 14, 15], "preserv": [12, 14, 16], "prevent": [2, 4, 14], "previou": [5, 6, 9, 11, 12, 15, 16], "previous": 5, "prgenv": 16, "primari": [5, 16], "principl": 17, "print": [4, 7, 8, 9, 10, 14, 16, 18], "printf": [4, 7, 9], "printfram": 14, "printmuxtim": 16, "priori": 12, "privat": [7, 14, 17], "problem": [6, 7, 9], "proc": 3, "proce": 14, "process": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16], "processnewdata": 3, "produc": [1, 3, 5, 9, 12, 13, 14], "product": [5, 11, 16], "profil": [14, 16], "program": 1, "programmat": 5, "progress": 14, "proj": 12, "projbicep": 12, "projcylindricalequalarea": 12, "project": [0, 3, 6, 8, 16], "project_source_dir": 1, "projgnomon": 12, "projlambertazimuthalequalarea": 12, "projnon": 12, "projorthograph": 12, "projplatecarre": 12, "projsansonflamste": 12, "projstereograph": 12, "prone": 14, "proper": 9, "properli": [0, 4, 12], "properti": [1, 5, 8, 10, 12, 14], "property_list": 8, "protect": [4, 5], "protocol": [2, 16], "proven": 14, "provid": [1, 3, 5, 8, 9, 10, 12, 13, 14, 15, 16], "ptstatu": 11, "public": [6, 7, 14, 17], "pull": 17, "puls": 11, "pure": 3, "purpos": [5, 11, 16], "push": [14, 17], "push_back": 7, "push_pack": 14, "put": [7, 14, 16], "puzzl": 14, "pw": 18, "px_checksum_error_count": 11, "px_resync": 11, "px_resync_count": 11, "px_resync_timeout_count": 11, "px_timeout_count": 11, "py": [1, 3], "py3": 16, "pybind": [1, 14], "pydfmux": [3, 5, 10], "pydfmux_hwm": [3, 10], "pydfmuxbolometerpropertiesinjector": 10, "pydfmuxhardwaremapinjector": 3, "pydfmuxwiringmapinjector": 10, "pypi": 16, "python": [0, 2, 3, 4, 5, 6, 8, 9, 10, 12, 16, 18], "python3": 16, "python_librari": 1, "pythonpath": [0, 16], "q": [3, 5, 10, 12], "q_p": 12, "q_p_rot": 12, "q_r": 12, "qo": 3, "qq": 12, "qu": 12, "qualifi": 1, "qualiti": 11, "qualityof": 3, "quantiti": [5, 6, 8, 10, 12, 13, 16], "quantiz": 12, "quantize_level": 12, "quantum": 16, "quat": [9, 12], "quat_to_ang": 12, "quat_to_pixel": 12, "quat_to_xi": 12, "quaternion": 9, "quathelp": 12, "quats_to_pixel": 12, "queri": 3, "query_alpha_ellips": 12, "query_disc": 12, "queu": [9, 14], "queue": [3, 14], "quick": 6, "quickli": 16, "quot": 1, "r": [1, 18], "r_y": 12, "r_z": 12, "ra": 12, "ra0hdec": 12, "ra_0": 12, "ra_left": 12, "ra_right": 12, "ra_timestream": 12, "rad": 18, "radian": [16, 18], "radiu": 12, "rahour": 18, "rahr": 18, "rail": 10, "rais": [8, 9, 10, 12], "ram": 12, "rang": 12, "rankin": 18, "rapidli": 3, "rate": [3, 5, 9, 10, 16], "rather": [3, 7, 9, 10, 12, 13, 14, 15], "ratio": [12, 14], "rational": 14, "raw": [5, 8], "rawazelrot": 12, "rawboresightaz": [12, 16], "rawboresightel": [12, 16], "rawtimestream": 10, "rawtimestreams_i": [3, 5, 12, 16], "rawtimestreams_q": [3, 5, 16], "rcw38": [5, 8, 16], "rcw38fluxcalibr": 5, "re": [12, 14, 17], "reach": [1, 4], "read": [3, 4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17], "read_from_gcp": 11, "read_map": 12, "readabl": [1, 4, 9, 12, 17], "reader": [12, 14], "readm": 0, "readout": [3, 5, 10, 11], "readoutsystem": 5, "real": [8, 9, 10, 11, 15], "realli": [0, 7], "reason": [1, 12, 14, 16], "rebas": 17, "rebin": 12, "receiv": [3, 4, 11, 14, 15], "recent": [3, 4, 5, 8, 9, 10, 14, 15, 16], "recept": 5, "record": [5, 9, 11, 14, 16], "record_bolodata": 3, "record_obs_id": 12, "record_sampletim": 10, "recover": 7, "rectangl": 12, "rectangular": 12, "recur": [8, 10], "recurs": 12, "red": 7, "redeclar": 1, "reduc": 12, "reduct": [13, 15], "refer": [4, 9, 12, 14, 16, 17], "referenc": 12, "reflect": [14, 16], "refract": 11, "regex": 1, "region": 12, "regist": [5, 11], "regular": 1, "regularli": 4, "reject": 14, "rel": [8, 9, 12, 18], "relat": 14, "releas": 1, "relev": 11, "reli": [5, 16], "reliabl": 15, "remain": 12, "remaind": 5, "remeasur": 5, "remot": 9, "remov": [1, 5, 8, 9, 10, 12, 16], "remove_weight": 12, "remove_weights_t": 12, "removeweight": 12, "renam": [5, 9, 14], "repack": 9, "repeat": 5, "replac": [1, 3, 4, 9, 12, 13, 16, 17], "replic": 12, "replicatemap": 12, "repo": 16, "report": [3, 10, 11], "repositori": [0, 1, 3, 16, 17], "repr": 14, "repres": [5, 8, 12, 17, 18], "represent": [8, 9, 12], "reproduc": 14, "reproj": 12, "reproj_map": 12, "reproject": 12, "reprojectmap": 12, "request": 8, "requir": [3, 8, 9, 10, 11, 12, 14, 16], "rerun": 14, "reseri": [4, 14], "reshap": 12, "resist": 10, "reso_rad": 17, "resolut": [12, 17], "respect": [3, 12, 13], "respons": [3, 5, 8, 14], "restart_count": 11, "restitch": 13, "restor": [14, 16], "result": [0, 1, 3, 5, 9, 12, 13, 14, 16], "resum": 4, "retain": 4, "retriev": [3, 12], "return": [3, 4, 8, 9, 10, 12, 16, 17, 18], "returnv": 14, "revers": [3, 12], "revis": [10, 14], "rewrit": 11, "rewrite_source_from_feature_bit": 11, "rfrac_achiev": 10, "rhel": 16, "rice_1": 12, "rice_on": 12, "right": [5, 12, 14, 16], "ring": 12, "ringspars": 12, "rlatch": 10, "rm": 10, "rmem_max": 3, "rnormal": 10, "roll": 5, "root": [0, 1, 8, 16], "rout": [3, 10], "routin": [11, 12], "routing_typ": 10, "row": [9, 12], "rp_filter": 3, "rst": 0, "rule": [3, 5, 13, 14, 17], "run": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 15, 16, 17], "runnabl": 3, "runtimeerror": 7, "s4": [1, 17], "safe": 4, "same": [1, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "sampl": [3, 5, 9, 10, 12, 16], "sample_r": 9, "sanson": 12, "save": [12, 14], "save_skymap_fit": 12, "savemapfram": 12, "scalar": [3, 9, 10, 12, 16], "scale": [5, 12, 17, 18], "scale_fac": 17, "scan": [3, 4, 6, 7, 9, 10, 12, 13, 14, 15, 16], "scan_flag": 11, "scan_func_cache_data": 14, "scannumb": 5, "scantool": 10, "scheme": [4, 12], "scipi": 14, "scipt": 4, "scope": 7, "script": [1, 5, 8, 10, 14, 16], "scu_temp": 11, "second": [3, 5, 7, 9, 11, 12, 13, 14, 15, 16, 18], "section": [4, 7, 10, 14, 15, 17], "see": [2, 3, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17], "seek": 9, "seem": 3, "seen": [4, 5, 13], "segment": [5, 6, 9], "select": [7, 12], "self": [3, 10, 11, 14, 17], "semant": [2, 13, 14, 15, 16], "semicolon": 1, "semimajor": 12, "semiminor": 12, "send": [9, 11, 14, 15, 17], "sens": [12, 13, 14, 15], "sensor": 10, "sent": [9, 11, 15], "separ": [1, 5, 9, 10, 12, 14, 16, 17, 18], "seq": 4, "sequenc": [4, 5, 8, 9, 12, 13, 14, 16], "sequenti": 4, "seri": [6, 12], "serial": [3, 4, 5, 9, 10, 12, 14], "serializ": 9, "seriou": 7, "serv": [11, 15], "servic": 3, "session": [3, 9, 16], "set": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "set_band_format": 8, "set_log_level": 7, "set_log_level_for_unit": 7, "set_logg": 7, "setflaccompress": 9, "setpolconv": 12, "setup": 16, "seven": 7, "sever": [1, 8, 12, 13, 16], "sh": [0, 3, 16], "shallow": [8, 9, 10, 12], "shame": [9, 10, 11, 12], "shape": [9, 12, 17], "share": [1, 5, 9, 16], "shell": [0, 1, 3, 16], "shift": 9, "shift_ra": 12, "shim": 12, "ship": 16, "short": [3, 9, 16, 17], "should": [1, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 17], "show": [1, 9, 12], "shown": [1, 7], "side": [14, 16], "sigma": 5, "sign": 12, "signal": [3, 5, 11, 14], "signatur": 2, "signific": [12, 17], "significantli": 17, "sim": 11, "similar": [1, 7, 12, 14, 17], "simpest": 1, "simpl": [4, 12, 14, 16], "simplemod": [14, 16], "simplest": [1, 14, 15], "simpli": [1, 4, 16], "simul": [3, 5, 12], "simultan": 12, "sin": [12, 18], "sinc": [1, 3, 4, 5, 12, 14, 16], "singal": 14, "singl": [1, 3, 4, 5, 9, 10, 12, 14, 16, 17], "singledetectorboresightbinn": 12, "singledetectormapbinn": 12, "sinoffstuff": 18, "sinofstuff": 18, "sinusoid": 12, "situat": 12, "six": 12, "size": [3, 4, 9, 12, 16], "size_limit": [4, 9], "skew": 12, "skip": 12, "skipuncalibrat": 10, "sky": [2, 5, 6, 10, 16, 17], "skymap": 12, "sl": 16, "slack": 16, "slash": 14, "slice": [2, 12], "slight": 12, "slightli": [7, 14], "slot": [3, 10], "slow": 15, "slowli": 15, "small": [1, 12, 14], "smaller": 10, "smstub": 12, "snr": 14, "so": [1, 3, 4, 5, 7, 12, 13, 14, 16, 17], "socket": [3, 9, 15], "softwar": [0, 3, 4, 5, 7, 9, 10, 14, 15, 16, 18], "sole": 12, "solut": 2, "some": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18], "some_func": 1, "someon": 16, "someothertimestream": 14, "someth": [1, 7, 9, 14, 16], "sort": [9, 12], "sourc": [1, 3, 5, 6, 8, 10, 11, 12, 14, 15], "source_fil": 1, "sourcenam": [4, 5, 11, 16], "south": 5, "space": [12, 16, 17], "spars": 12, "sparsiti": 6, "special": [5, 14, 15, 16], "specif": [1, 6, 7, 8, 10, 16, 18], "specifi": [1, 3, 8, 9, 10, 12, 14, 16, 17], "spectra": 12, "spectrum": 12, "speed": [5, 16], "spent": 14, "sphere": 12, "split": [4, 8], "splitbyband": 8, "splitbypixeltyp": 8, "splitbyproperti": 8, "splitbywaf": 8, "splittimestreamsbyband": 8, "spt": [11, 12, 16], "spt3g": [0, 1, 14, 15, 16, 17], "spt3g_program": 1, "spt3g_python_modul": 1, "spt3g_softwar": [1, 16, 17], "sptpol": [5, 9, 10, 11], "sqrt": 17, "squar": 12, "squid": [3, 10], "squid_controller_pow": 10, "squid_controller_temperatur": 10, "squid_current_bia": 10, "squid_feedback": 10, "squid_flux_bia": 10, "squid_heat": 10, "squid_p2p": 10, "squid_stage1_offset": 10, "squid_stat": 10, "squid_transimped": 10, "src": 1, "srcdir": 1, "ss": 9, "stabl": 12, "stage": [10, 12, 14], "stall": 3, "standalon": [1, 12], "standard": [7, 8, 10, 12, 14, 15, 16, 17], "standardfilt": 14, "start": [3, 4, 5, 6, 7, 9, 12, 14, 15], "start_q": 12, "startup": 11, "state": [5, 10, 11, 12, 14, 15, 16], "statement": 1, "static": [4, 5, 14, 17], "statist": 6, "statu": [1, 5, 10, 11], "std": [2, 7, 12, 14], "step": [4, 5, 14, 15, 16], "stick": 17, "still": 12, "stitch": 13, "stoke": 12, "stokesvector": 12, "stop": [1, 7, 9, 12, 14, 16], "storag": 12, "store": [3, 4, 5, 6, 8, 9, 10, 12, 14, 16, 18], "store_weight_map": 12, "str": [8, 9, 10, 11, 12], "straight": 12, "strategi": 4, "stream": [3, 4, 5, 6, 9, 10, 14, 16], "streamer": [10, 15], "strict": [3, 5], "strictest": 14, "string": [4, 5, 8, 9, 10, 12, 14, 16], "stringvector": [9, 11], "strong": 4, "strongli": 13, "struct": 10, "structur": [9, 10, 12], "stub": 12, "stub_map": 12, "studi": 12, "stuff": 16, "style": [4, 5, 6, 9, 11, 12, 14], "sub": [8, 10, 12, 13], "subclass": [3, 12, 14, 16], "subcoordin": 12, "subdirectori": 1, "subdivid": 12, "subprocess": [3, 10, 14], "subsequ": [3, 10], "subset": [1, 4, 12], "substanti": [1, 10, 12], "substitut": 4, "substr": 8, "succesfulli": 2, "successfulli": 11, "sudden": 12, "suffici": [1, 12, 16], "suffix": 3, "suit": 1, "suitabl": 1, "sum": 12, "summar": [5, 17], "summari": [9, 16, 17], "super": 14, "suppli": [8, 12], "support": [3, 4, 9, 12, 16, 18], "suppos": 17, "suppress": 12, "sure": [0, 9, 13, 16], "surround": 12, "switch": [3, 12], "sy": 3, "symmetr": 12, "sync": [5, 11], "synchron": 3, "syntax": [1, 14], "sysctl": 3, "system": [3, 5, 6, 10, 11, 12, 13, 14, 15, 17, 18], "t": [1, 5, 7, 8, 9, 11, 12, 14, 16], "tab": 17, "tabl": [5, 12], "take": [1, 3, 4, 8, 9, 10, 11, 12, 14, 16, 18], "taken": [1, 5, 12], "tangent": 12, "target": [1, 16], "target_link_librari": 1, "task": [3, 9, 12, 16], "tb": 4, "tcmb": 12, "tcp": [9, 15], "techniqu": 6, "tediou": 14, "tee": 11, "telescop": [3, 5, 11, 12], "telescope_pressur": 11, "telescope_temp": 11, "tell": [0, 9], "temperatur": [10, 12, 18], "templat": 12, "ten": 15, "term": 12, "termin": [4, 17], "test": [12, 14, 16], "test1": 1, "test_foo": 1, "test_group": 1, "test_label": 1, "text": 2, "tf": 10, "than": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18], "the_numpy_array_you_are_assign": 2, "thefilenam": 16, "thei": [1, 3, 4, 5, 8, 10, 12, 14, 16, 17], "them": [0, 1, 2, 3, 12, 14, 15], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "thing": [5, 7, 8, 14], "thingsonfir": 7, "think": [12, 18], "third": 14, "those": [1, 5, 10, 12, 13, 14], "though": [2, 4, 5, 8, 12, 14, 16], "thousand": 18, "thread": [3, 9, 15], "three": [4, 12, 14, 16], "threshold": [9, 14], "throe": 7, "through": [3, 4, 5, 12, 13, 14, 15, 16], "throughout": [8, 12], "throughput": 9, "throw": [1, 7, 8, 10, 14], "thrown": 1, "thu": [13, 14], "tilt": [8, 12], "tiltangl": 8, "tiltha": 8, "tiltlat": 8, "tiltmag": 8, "tilts_i": 11, "tilts_x": 11, "time": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "timeconst": 5, "timeout": 9, "timepoint": [3, 4, 6, 9, 10, 11, 15], "timestamp": [3, 5, 9, 10, 14], "timestamp_port": 10, "timestream": [2, 5, 6, 8, 9, 10, 12, 13, 14, 16], "timestreamextens": 9, "timestreamweight": 5, "timing_ref": 12, "to_map": 12, "to_mask": 12, "to_unit": 10, "toast": 6, "toastfil": 13, "tod": [4, 12, 13], "tod_mask": 12, "tod_point": 12, "todpoint": 12, "todweight": 12, "togeth": [1, 9, 12, 13], "toler": 3, "too": 16, "tool": [1, 4, 5, 6, 11, 12, 14], "top": [6, 16], "topic": 16, "total": 12, "tq": 12, "trace": 14, "track": 14, "track_filenam": [5, 9, 11, 12], "tracker": [5, 11, 16], "trackerstatu": [5, 16], "trakerstatu": 5, "tran": 12, "transfer": 15, "transform": [5, 12, 17], "transform_store_kei": 12, "transient": [5, 15], "transimped": 10, "transit": 17, "translat": 1, "transmiss": 9, "transmit": 11, "transpar": 4, "transport": 3, "treat": [9, 12, 14], "tree": [0, 1, 5, 16, 17], "trigger": [3, 15], "trivial": 3, "true": [3, 4, 5, 8, 9, 10, 11, 12, 14, 16], "truli": 5, "trunk": 17, "truth": [9, 14], "try": [1, 11], "ts_interp_threshold": 9, "ts_lst": 9, "ts_rounding_error": 9, "tt": 12, "tu": 12, "tube": 11, "tune": [8, 10], "tupl": [3, 8, 9, 10, 12, 16], "turn": [3, 9, 11], "turnaround": [5, 16], "two": [1, 3, 9, 10, 12, 13, 14, 15, 16, 17], "txt": 1, "type": [0, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 15, 16, 17], "typic": [1, 3, 4, 5, 9, 12, 13, 14, 16], "typo": 2, "tz": 9, "u": [5, 12, 16, 18], "ua": 18, "ubuntu": [3, 16], "ufunc": 12, "uint64vector": 12, "uk": [12, 18], "un": 12, "unbound": 15, "unchang": 14, "uncondition": 11, "under": [3, 5, 12, 14, 16, 18], "underli": [9, 12], "underscor": 17, "understand": 1, "unfortun": 9, "unhelp": 2, "unidirect": 15, "unifi": 3, "uniform": 17, "uniformli": 14, "uninstal": 16, "unintention": 12, "uniqu": 12, "unit": [1, 5, 6, 7, 8, 9, 10, 11, 12, 14, 17], "unittransform": 10, "unitvalu": 11, "unix": [3, 9], "unless": [7, 9, 12, 14, 17], "unlik": [4, 14], "unload": 4, "unmodifi": 1, "unobserv": 12, "unordered_map": 2, "unpack": 11, "unpackacudata": 11, "unpackcryodata": 11, "unpackmuxdata": 11, "unpackptdata": 11, "unpacksptpolhkdata": 11, "unpacktrackerdata": 11, "unpacktrackerminim": 11, "unpacktrackerpointingdata": 11, "unpackweatherdata": 11, "unpickl": 16, "unpolar": [5, 12], "unrecover": 7, "unreleas": 3, "unreli": 15, "unseen": 12, "unset": 12, "unspecifi": 14, "until": [10, 14], "unus": 12, "unusu": 14, "unweight": 12, "up": [3, 5, 9, 10, 12, 14, 15, 16, 17], "updat": [3, 8, 9, 10, 11, 12, 17], "updatedb": 11, "updatelinearsensordelta": 11, "upon": 5, "upsid": 12, "url": [9, 14, 15], "us": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17], "use_bpm_point": 8, "use_data": 12, "use_extra_info": 11, "use_project": 1, "usefulfunc": 0, "user": [9, 12, 14, 16, 17, 18], "usr": 16, "usual": [1, 8, 10, 11, 12, 14, 16], "utc": 9, "util": [9, 12], "uu": 12, "uv": 18, "uw": 18, "v": [3, 5, 8, 9, 10, 16, 18], "v4": 16, "valid": [0, 3, 8, 12], "validatefram": 12, "validatemap": 12, "valu": [1, 3, 6, 7, 8, 9, 10, 11, 12, 17, 18], "valueerror": [8, 9], "var": 12, "variabl": [1, 9, 13, 16, 17], "variable_nam": 17, "varianc": 12, "variant": 12, "varieti": [0, 3, 9, 16], "variou": [5, 11, 12, 16], "vastli": 14, "vcs_branch": 9, "vcs_fullvers": 9, "vcs_githash": 9, "vcs_localdiff": 9, "vcs_revis": 9, "vcs_url": 9, "vcs_versionnam": 9, "ve": 16, "vector": [9, 12, 16], "veloc": 5, "verbos": [7, 11], "veri": [4, 12, 13, 14, 16], "versa": [8, 9], "version": [3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 16], "vertic": [8, 12], "via": 4, "vice": [8, 9], "view": [6, 9, 14], "violat": 17, "virtual": [3, 16], "visibl": [1, 14], "void": [7, 14, 17], "volt": 18, "voltag": [10, 18], "volum": 16, "w": [12, 18], "wa": [1, 8, 12, 14, 16], "wafer": 8, "wafer_id": 8, "wai": [1, 8, 12, 14, 17, 18], "wait": [1, 15], "want": [0, 1, 3, 7, 10, 12, 13, 14, 15, 16, 18], "wardfir": 7, "warn": [0, 3, 12], "watchdog": 11, "watt": [5, 18], "wc": 12, "we": [1, 5, 7, 12, 14, 16, 17, 18], "weakli": 13, "weather": 11, "weight": [5, 6], "weird": 0, "well": [0, 3, 4, 7, 11, 12, 14, 16, 17], "were": [2, 4, 5, 10, 14, 16], "what": [1, 5, 9, 10, 12, 14, 15, 17], "whatev": [8, 10, 12, 16], "wheel": 16, "when": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17], "where": [1, 5, 12, 13, 14, 16, 17, 18], "wherea": 12, "wherev": [8, 12], "whether": [5, 10, 12, 16, 18], "which": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16], "whichev": [3, 8], "while": [1, 5, 6, 7, 12, 14, 15, 16], "whole": 1, "whose": [1, 12, 16], "wide": 17, "width": [12, 17], "wire": [6, 9, 10, 11, 15], "wiringmap": [3, 5, 10], "wise": 12, "wish": [12, 14, 16], "with_bzip2": 16, "within": [5, 10, 12, 13, 14], "without": [1, 4, 8, 9, 12, 14, 16], "wonder": [16, 18], "word": [4, 17], "work": [1, 3, 5, 9, 12, 13, 14, 16, 18], "workflow": 16, "worri": [3, 12], "wors": 12, "would": [1, 3, 4, 9, 10, 12, 13, 14, 16, 18], "wpol": [5, 12], "wrap": [9, 14, 15], "wrapper": [5, 14], "writabl": 12, "write": [1, 3, 4, 6, 8, 9, 10, 11, 12, 16, 18], "write_map": 12, "writedb": 11, "writer": 4, "written": [1, 2, 3, 4, 8, 9, 12, 14, 17], "wrong": [2, 10], "wunpol": [5, 12], "x": [3, 5, 7, 12, 16, 17, 18], "x0": 12, "x86": 16, "x86_64": 16, "x_center": 12, "x_len": 12, "x_offset": 8, "x_re": 12, "xcode": 1, "xxx": 10, "xy_to_angl": 12, "xy_to_pixel": 12, "xy_to_quat": 12, "y": [9, 12, 17], "y0": 12, "y_center": 12, "y_len": 12, "y_offset": 8, "y_re": 12, "yaml": 3, "yet": [3, 4, 9, 12, 14], "yield": 14, "you": [0, 1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "your": [0, 1, 2, 3, 13, 14, 16, 17], "your_flat_sky_map": 2, "yourself": [14, 17], "yum": 16, "yymmdd": 9, "yymmdd_hhmmss": 9, "yyyi": 9, "yyyymmdd_hhmmss": 9, "z": 12, "zea": 12, "zero": [1, 9, 10, 12], "zero_inf": 12, "zero_nan": 12}, "titles": ["Auto-documentation", "Build System", "Common Problems", "Data Acquisition", "File IO", "Frames", "SPT3G Software", "Logging", "calibration", "core", "dfmux", "gcp", "maps", "mpi", "Modules", "Network Streaming", "Quick Start", "Style Guide", "Units"], "titleterms": {"The": [3, 14], "accumul": 13, "acquisit": 3, "acustatu": 11, "acustatusvector": 11, "ad": 1, "add": 14, "advanc": 14, "argument": 2, "attribut": 12, "auto": 0, "autodocument": 14, "avail": 18, "blob": 4, "board": 3, "bolomet": 3, "bolometerproperti": 8, "bolometerpropertiesmap": 8, "buffer": 14, "build": [1, 3], "c": [1, 7, 14, 17], "cach": 14, "calibr": [5, 8], "callabl": 14, "cmake": 1, "code": [1, 16, 17], "collect": 3, "common": 2, "compil": [2, 16], "connect": 15, "content": [3, 5, 14, 15, 16], "control": 17, "convers": 12, "convert": 18, "core": [3, 9], "data": [3, 14, 15], "debug": 16, "decrypt": 2, "defin": 18, "depend": 16, "detector": 12, "dfmux": [3, 10], "dfmuxboardsampl": 10, "dfmuxchannelmap": 10, "dfmuxcol": 3, "dfmuxhousekeepingmap": 10, "dfmuxmetasampl": 10, "dfmuxsampl": 10, "dfmuxwiringmap": 10, "differ": 18, "disk": 4, "doc": 0, "document": [0, 6], "endprocess": 5, "error": 2, "execut": 1, "file": [3, 4, 12], "first": 14, "flat": 12, "flatskymap": [2, 12], "format": [4, 12], "frame": [4, 5, 8, 9, 10, 11, 12, 13, 14, 16], "from": [7, 14], "function": [8, 9, 10, 11, 12, 14, 15], "g3bool": 9, "g3doubl": 9, "g3eventbuild": 3, "g3file": 4, "g3frameobject": 9, "g3int": 9, "g3mapdoubl": 9, "g3mapframeobject": 9, "g3mapint": 9, "g3mapmapdoubl": 9, "g3mapquat": 9, "g3mapstr": 9, "g3mapvectorbool": 9, "g3mapvectorcomplexdoubl": 9, "g3mapvectordoubl": 9, "g3mapvectorint": 9, "g3mapvectorquat": 9, "g3mapvectorstr": 9, "g3mapvectortim": 9, "g3mapvectorvectorstr": 9, "g3moduleconfig": 9, "g3multifilewrit": 4, "g3networksend": 15, "g3pipelineinfo": [9, 14], "g3quat": 9, "g3reader": [4, 15], "g3skymap": 12, "g3skymapmask": 12, "g3skymapweight": 12, "g3string": 9, "g3time": 9, "g3timesamplemap": 9, "g3timestream": 9, "g3timestreammap": 9, "g3timestreamquat": 9, "g3triggeredbuild": 3, "g3vectorbool": 9, "g3vectorcomplexdoubl": 9, "g3vectordoubl": 9, "g3vectorframeobject": 9, "g3vectorint": 9, "g3vectorquat": 9, "g3vectorstr": 9, "g3vectortim": 9, "g3vectorunsignedchar": 9, "g3vectorvectorstr": 9, "g3writer": 4, "gcp": 11, "gcpslow": 5, "gener": 6, "get": 0, "git": 17, "grid": 16, "guid": 17, "handl": 16, "healpixskymap": 12, "hkboardinfo": 10, "hkchannelinfo": 10, "hkmezzanineinfo": 10, "hkmoduleinfo": 10, "housekeep": [3, 5], "how": 16, "hygien": 17, "im": 14, "index": 12, "instal": 16, "interfac": 13, "interpol": 12, "io": [4, 13, 16], "ledgerman": 3, "legaci": 3, "level": 7, "librari": 1, "log": 7, "manipul": 12, "manual": 6, "map": [3, 5, 12], "mask": 12, "memori": 12, "messag": 2, "misbehav": 2, "miscellani": 4, "mix": 1, "modul": [6, 8, 9, 10, 11, 12, 13, 14, 16], "mpi": 13, "mutabl": 14, "nersc": 16, "netcdf": 3, "network": 15, "object": [8, 9, 10, 11, 12, 14, 16], "observ": 5, "open": 16, "output": 15, "over": 15, "overview": [1, 16], "parallel": 13, "per": 6, "person": 16, "pip": 16, "pipelin": [12, 14, 16], "pipelineinfo": 5, "point": 12, "pointingproperti": 8, "pointingpropertiesmap": 8, "previou": 14, "problem": 2, "project": [1, 12], "python": [1, 7, 14, 17], "quantiti": 18, "quaternion": 12, "quick": 16, "reader": 15, "remot": 15, "return": 14, "rotat": 12, "run": 14, "scan": 5, "scienc": 16, "sctp": 3, "segment": 14, "server": 15, "set": [2, 7], "sky": 12, "softwar": 6, "sparsiti": 12, "spt3g": [6, 8, 9, 10, 11, 12, 13], "start": 16, "statist": 12, "stream": 15, "structur": [3, 4], "style": 17, "svn": 17, "system": [1, 16], "techniqu": 14, "test": 1, "throttl": 15, "timepoint": 5, "timestream": 3, "toast": 13, "tool": 3, "trackerpoint": 11, "trackerstatu": 11, "udp": 3, "unit": [16, 18], "us": [7, 15], "usag": 12, "valu": [2, 14], "version": 17, "view": 0, "weight": 12, "wire": [3, 5], "write": 14}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"(Im)mutability of frame objects": [[14, "im-mutability-of-frame-objects"]], "Adding Python code": [[1, "adding-python-code"]], "Adding a C++ executable": [[1, "adding-a-c-executable"]], "Adding a C++ library": [[1, "adding-a-c-library"]], "Adding a Project": [[1, "adding-a-project"]], "Adding tests": [[1, "adding-tests"]], "Advanced Techniques: Buffering Data": [[14, "advanced-techniques-buffering-data"]], "Argument Errors": [[2, "argument-errors"]], "Auto-documentation": [[0, null]], "Autodocumentation of modules": [[14, "autodocumentation-of-modules"]], "Available units": [[18, "available-units"]], "Blobs": [[4, "blobs"]], "Bolometer Data": [[3, "bolometer-data"]], "Build System": [[1, null]], "Building Timestreams": [[3, "building-timestreams"]], "C++ Style Guide": [[17, "c-style-guide"]], "C++ Tests": [[1, "c-tests"]], "CMake Overview": [[1, "cmake-overview"]], "Caching Previous Data": [[14, "caching-previous-data"]], "Calibration": [[5, "calibration"]], "Callable Objects as Functions": [[14, "callable-objects-as-functions"]], "Coding Style": [[17, "coding-style"]], "Collecting data to a NetCDF file": [[3, "collecting-data-to-a-netcdf-file"]], "Common Problems": [[2, null]], "Compilation": [[16, "compilation"]], "Connecting to a Remote Reader": [[15, "connecting-to-a-remote-reader"]], "Contents": [[3, "contents"], [5, "contents"], [14, "contents"], [15, "contents"], [16, "contents"]], "Converting to different units": [[18, "converting-to-different-units"]], "Core Tools": [[3, "core-tools"]], "Data Acquisition": [[3, null]], "Data Structures": [[3, "data-structures"]], "Debugging Code": [[16, "debugging-code"]], "Defining a quantity with units": [[18, "defining-a-quantity-with-units"]], "Detector Pointing": [[12, "detector-pointing"]], "DfMux": [[3, "dfmux"]], "DfMuxCollator": [[3, "dfmuxcollator"]], "EndProcessing": [[5, "endprocessing"]], "Error Message Decryption": [[2, "error-message-decryption"]], "File Format": [[4, "file-format"]], "File Format Conversions": [[12, "file-format-conversions"]], "File IO": [[4, null]], "Flat Sky Map Manipulation": [[12, "flat-sky-map-manipulation"]], "Flat Sky Map Projections": [[12, "flat-sky-map-projections"]], "Frame Accumulation": [[13, "frame-accumulation"]], "Frame IO Parallelization": [[13, "frame-io-parallelization"]], "Frame Objects": [[16, "frame-objects"]], "Frame Objects in spt3g.calibration": [[8, "frame-objects-in-spt3g-calibration"]], "Frame Objects in spt3g.core": [[9, "frame-objects-in-spt3g-core"]], "Frame Objects in spt3g.dfmux": [[10, "frame-objects-in-spt3g-dfmux"]], "Frame Objects in spt3g.gcp": [[11, "frame-objects-in-spt3g-gcp"]], "Frame Objects in spt3g.maps": [[12, "frame-objects-in-spt3g-maps"]], "Frame Structure on Disk": [[4, "frame-structure-on-disk"]], "Frames": [[5, null], [16, "frames"]], "Functioning as a Streaming Server": [[15, "functioning-as-a-streaming-server"]], "Functions in spt3g.calibration": [[8, "functions-in-spt3g-calibration"]], "Functions in spt3g.core": [[9, "functions-in-spt3g-core"]], "Functions in spt3g.dfmux": [[10, "functions-in-spt3g-dfmux"]], "Functions in spt3g.gcp": [[11, "functions-in-spt3g-gcp"]], "Functions in spt3g.maps": [[12, "functions-in-spt3g-maps"]], "G3EventBuilder": [[3, "g3eventbuilder"]], "G3File": [[4, "g3file"]], "G3MultiFileWriter": [[4, "g3multifilewriter"]], "G3NetworkSender": [[15, "g3networksender"]], "G3PipelineInfo": [[14, "g3pipelineinfo"]], "G3Reader": [[4, "g3reader"]], "G3TriggeredBuilder": [[3, "g3triggeredbuilder"]], "G3Writer": [[4, "g3writer"]], "GcpSlow": [[5, "gcpslow"]], "General Manuals": [[6, "general-manuals"]], "Getting it documented": [[0, "getting-it-documented"]], "Git": [[17, "git"]], "Handling Dependencies on NERSC": [[16, "handling-dependencies-on-nersc"]], "Handling Dependencies on the Open Science Grid": [[16, "handling-dependencies-on-the-open-science-grid"]], "Housekeeping": [[5, "housekeeping"]], "Housekeeping Data": [[3, "housekeeping-data"]], "How to Install": [[16, "how-to-install"]], "IO": [[16, "io"]], "Indexing": [[12, "indexing"]], "Installation": [[16, "installation"]], "Installation with Pip": [[16, "installation-with-pip"]], "Installing Dependencies on a Personal System": [[16, "installing-dependencies-on-a-personal-system"]], "Interface to TOAST": [[13, "interface-to-toast"]], "Legacy Boards": [[3, "legacy-boards"]], "Logging": [[7, null]], "Map": [[5, "map"]], "Map Attributes": [[12, "map-attributes"]], "Map Frames and Pipelines": [[12, "map-frames-and-pipelines"]], "Map Interpolation": [[12, "map-interpolation"]], "Map Pointing": [[12, "map-pointing"]], "Map Weights": [[12, "map-weights"]], "Mask Memory Usage": [[12, "mask-memory-usage"]], "Masking": [[12, "masking"]], "Misbehaving Compilers": [[2, "misbehaving-compilers"]], "Miscellany": [[4, "miscellany"]], "Mixing C++ and Python": [[1, "mixing-c-and-python"]], "Modules": [[14, null], [16, "id1"]], "Modules in spt3g.calibration": [[8, "modules-in-spt3g-calibration"]], "Modules in spt3g.core": [[9, "modules-in-spt3g-core"]], "Modules in spt3g.dfmux": [[10, "modules-in-spt3g-dfmux"]], "Modules in spt3g.gcp": [[11, "modules-in-spt3g-gcp"]], "Modules in spt3g.maps": [[12, "modules-in-spt3g-maps"]], "Modules in spt3g.mpi": [[13, "modules-in-spt3g-mpi"]], "Network Streaming": [[15, null]], "Observation": [[5, "observation"]], "Overview": [[16, "overview"]], "Per-module documentation": [[6, "per-module-documentation"]], "Pipeline Segments": [[14, "pipeline-segments"]], "Pipeline.Add": [[14, "pipeline-add"]], "Pipeline.Run": [[14, "pipeline-run"]], "PipelineInfo": [[5, "pipelineinfo"]], "Pipelines": [[14, "pipelines"], [16, "pipelines"]], "Pointing Quaternions": [[12, "pointing-quaternions"]], "Python Modules as Functions": [[14, "python-modules-as-functions"]], "Python Style Guide": [[17, "python-style-guide"]], "Python Tests": [[1, "python-tests"]], "Quick Start": [[16, null]], "Return values from Python modules": [[14, "return-values-from-python-modules"]], "Rotation Quaternions": [[12, "rotation-quaternions"]], "SCTP": [[3, "sctp"]], "SPT3G Software": [[6, null]], "SVN": [[17, "svn"]], "Scan": [[5, "scan"]], "Setting Log Levels": [[7, "setting-log-levels"]], "Setting Values of a FlatSkyMap": [[2, "setting-values-of-a-flatskymap"]], "Sparsity": [[12, "sparsity"]], "Statistics": [[12, "statistics"]], "Style Guide": [[17, null]], "The Wiring Map": [[3, "the-wiring-map"]], "The first module": [[14, "the-first-module"]], "Throttling output data": [[15, "throttling-output-data"]], "Timepoint": [[5, "timepoint"]], "UDP": [[3, "udp"]], "Units": [[16, "units"], [18, null]], "Using G3Reader Over the Network": [[15, "using-g3reader-over-the-network"]], "Using Logging from C++": [[7, "using-logging-from-c"]], "Using Logging from Python": [[7, "using-logging-from-python"]], "Version Control Hygiene": [[17, "version-control-hygiene"]], "Viewing the docs": [[0, "viewing-the-docs"]], "Wiring": [[5, "wiring"]], "Writing a module in C++": [[14, "writing-a-module-in-c"]], "Writing a module in Python": [[14, "writing-a-module-in-python"]], "calibration": [[8, null]], "core": [[9, null]], "dfmux": [[10, null]], "gcp": [[11, null]], "ledgerman": [[3, "ledgerman"]], "maps": [[12, null]], "mpi": [[13, null]], "spt3g.calibration.BolometerProperties": [[8, "spt3g-calibration-bolometerproperties"]], "spt3g.calibration.BolometerPropertiesMap": [[8, "spt3g-calibration-bolometerpropertiesmap"]], "spt3g.calibration.PointingProperties": [[8, "spt3g-calibration-pointingproperties"]], "spt3g.calibration.PointingPropertiesMap": [[8, "spt3g-calibration-pointingpropertiesmap"]], "spt3g.core.G3Bool": [[9, "spt3g-core-g3bool"]], "spt3g.core.G3Double": [[9, "spt3g-core-g3double"]], "spt3g.core.G3FrameObject": [[9, "spt3g-core-g3frameobject"]], "spt3g.core.G3Int": [[9, "spt3g-core-g3int"]], "spt3g.core.G3MapDouble": [[9, "spt3g-core-g3mapdouble"]], "spt3g.core.G3MapFrameObject": [[9, "spt3g-core-g3mapframeobject"]], "spt3g.core.G3MapInt": [[9, "spt3g-core-g3mapint"]], "spt3g.core.G3MapMapDouble": [[9, "spt3g-core-g3mapmapdouble"]], "spt3g.core.G3MapQuat": [[9, "spt3g-core-g3mapquat"]], "spt3g.core.G3MapString": [[9, "spt3g-core-g3mapstring"]], "spt3g.core.G3MapVectorBool": [[9, "spt3g-core-g3mapvectorbool"]], "spt3g.core.G3MapVectorComplexDouble": [[9, "spt3g-core-g3mapvectorcomplexdouble"]], "spt3g.core.G3MapVectorDouble": [[9, "spt3g-core-g3mapvectordouble"]], "spt3g.core.G3MapVectorInt": [[9, "spt3g-core-g3mapvectorint"]], "spt3g.core.G3MapVectorQuat": [[9, "spt3g-core-g3mapvectorquat"]], "spt3g.core.G3MapVectorString": [[9, "spt3g-core-g3mapvectorstring"]], "spt3g.core.G3MapVectorTime": [[9, "spt3g-core-g3mapvectortime"]], "spt3g.core.G3MapVectorVectorString": [[9, "spt3g-core-g3mapvectorvectorstring"]], "spt3g.core.G3ModuleConfig": [[9, "spt3g-core-g3moduleconfig"]], "spt3g.core.G3PipelineInfo": [[9, "spt3g-core-g3pipelineinfo"]], "spt3g.core.G3Quat": [[9, "spt3g-core-g3quat"]], "spt3g.core.G3String": [[9, "spt3g-core-g3string"]], "spt3g.core.G3Time": [[9, "spt3g-core-g3time"]], "spt3g.core.G3TimesampleMap": [[9, "spt3g-core-g3timesamplemap"]], "spt3g.core.G3Timestream": [[9, "spt3g-core-g3timestream"]], "spt3g.core.G3TimestreamMap": [[9, "spt3g-core-g3timestreammap"]], "spt3g.core.G3TimestreamQuat": [[9, "spt3g-core-g3timestreamquat"]], "spt3g.core.G3VectorBool": [[9, "spt3g-core-g3vectorbool"]], "spt3g.core.G3VectorComplexDouble": [[9, "spt3g-core-g3vectorcomplexdouble"]], "spt3g.core.G3VectorDouble": [[9, "spt3g-core-g3vectordouble"]], "spt3g.core.G3VectorFrameObject": [[9, "spt3g-core-g3vectorframeobject"]], "spt3g.core.G3VectorInt": [[9, "spt3g-core-g3vectorint"]], "spt3g.core.G3VectorQuat": [[9, "spt3g-core-g3vectorquat"]], "spt3g.core.G3VectorString": [[9, "spt3g-core-g3vectorstring"]], "spt3g.core.G3VectorTime": [[9, "spt3g-core-g3vectortime"]], "spt3g.core.G3VectorUnsignedChar": [[9, "spt3g-core-g3vectorunsignedchar"]], "spt3g.core.G3VectorVectorString": [[9, "spt3g-core-g3vectorvectorstring"]], "spt3g.dfmux.DfMuxBoardSamples": [[10, "spt3g-dfmux-dfmuxboardsamples"]], "spt3g.dfmux.DfMuxChannelMapping": [[10, "spt3g-dfmux-dfmuxchannelmapping"]], "spt3g.dfmux.DfMuxHousekeepingMap": [[10, "spt3g-dfmux-dfmuxhousekeepingmap"]], "spt3g.dfmux.DfMuxMetaSample": [[10, "spt3g-dfmux-dfmuxmetasample"]], "spt3g.dfmux.DfMuxSample": [[10, "spt3g-dfmux-dfmuxsample"]], "spt3g.dfmux.DfMuxWiringMap": [[10, "spt3g-dfmux-dfmuxwiringmap"]], "spt3g.dfmux.HkBoardInfo": [[10, "spt3g-dfmux-hkboardinfo"]], "spt3g.dfmux.HkChannelInfo": [[10, "spt3g-dfmux-hkchannelinfo"]], "spt3g.dfmux.HkMezzanineInfo": [[10, "spt3g-dfmux-hkmezzanineinfo"]], "spt3g.dfmux.HkModuleInfo": [[10, "spt3g-dfmux-hkmoduleinfo"]], "spt3g.gcp.ACUStatus": [[11, "spt3g-gcp-acustatus"]], "spt3g.gcp.ACUStatusVector": [[11, "spt3g-gcp-acustatusvector"]], "spt3g.gcp.TrackerPointing": [[11, "spt3g-gcp-trackerpointing"]], "spt3g.gcp.TrackerStatus": [[11, "spt3g-gcp-trackerstatus"]], "spt3g.maps.FlatSkyMap": [[12, "spt3g-maps-flatskymap"]], "spt3g.maps.G3SkyMap": [[12, "spt3g-maps-g3skymap"]], "spt3g.maps.G3SkyMapMask": [[12, "spt3g-maps-g3skymapmask"]], "spt3g.maps.G3SkyMapWeights": [[12, "spt3g-maps-g3skymapweights"]], "spt3g.maps.HealpixSkyMap": [[12, "spt3g-maps-healpixskymap"]]}, "docnames": ["autodoc", "buildsystem", "commonissues", "dataacquisition", "fileio", "frames", "index", "logging", "moddoc_calibration", "moddoc_core", "moddoc_dfmux", "moddoc_gcp", "moddoc_maps", "moddoc_mpi", "modules", "networkstreaming", "quickstart", "styleguide", "units"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["autodoc.rst", "buildsystem.rst", "commonissues.rst", "dataacquisition.rst", "fileio.rst", "frames.rst", "index.rst", "logging.rst", "moddoc_calibration.rst", "moddoc_core.rst", "moddoc_dfmux.rst", "moddoc_gcp.rst", "moddoc_maps.rst", "moddoc_mpi.rst", "modules.rst", "networkstreaming.rst", "quickstart.rst", "styleguide.rst", "units.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18], "0": [1, 2, 3, 5, 8, 9, 10, 12, 14, 16, 17], "00": 4, "000": [9, 12], "000000000": 16, "001": [9, 12], "005": 12, "01": [4, 16], "010000000": 16, "02": 4, "02u": 4, "03u": 9, "05": 10, "07": 16, "0x7f23c0cc5150": 9, "0x7f23c0cc51c0": 9, "1": [3, 4, 5, 8, 9, 10, 11, 12, 14, 16], "10": [9, 10, 13, 15, 17], "100": [0, 17], "1000": [3, 10], "100d": 11, "1024": 4, "1048576": 9, "10th": 15, "11": [3, 16], "114": 12, "12": [16, 17], "128": [3, 4, 14], "128x": [3, 10], "130": 12, "1350": 12, "136": 3, "1400": 16, "14112": 12, "15": [5, 7, 17], "150": 12, "1500": 12, "150ghz": 12, "152": 12, "15200": 10, "15716": 12, "16": [3, 12], "168": 3, "1729": 16, "179": 12, "18": 5, "180": 12, "182": 12, "19": [1, 16], "190": 16, "192": 3, "1970": 3, "1d": [2, 12], "2": [3, 8, 9, 10, 12, 16, 17], "2015": 16, "2016": 14, "2018": 10, "2019": [5, 12, 16], "2022": 16, "21": 16, "22": [5, 16], "25": 12, "2700": 12, "2d": [2, 9, 12, 17], "3": [2, 3, 4, 9, 12, 16], "30": 7, "300": 16, "3000": 14, "305948248848263e": 10, "31": 16, "32": 4, "335969000": 5, "360": 12, "37": 16, "386": 16, "3g": [5, 11], "3x3": 12, "4": [1, 3, 12, 16, 17], "42": 5, "45": 12, "4536": 15, "48": 16, "4xn": 9, "5": [1, 9, 12, 14, 16, 17, 18], "50": [1, 12, 16, 17], "5000000000": 3, "50010": 11, "50011": 11, "50020": 11, "57": 12, "5978": 9, "6": [2, 9, 12, 16], "600": 11, "64": 16, "64x": 12, "7": [1, 3, 10, 12, 16], "72": 16, "749": 12, "75": 7, "783": 16, "79": 17, "8": [9, 16, 17], "80": 17, "8601": 9, "9": 12, "A": [1, 3, 4, 5, 7, 8, 10, 12, 13, 14, 16, 18], "As": [3, 4, 5, 7, 12, 14, 16], "At": [7, 12, 13, 14, 17], "But": 12, "By": [3, 7, 8, 12, 14, 15, 16], "For": [0, 1, 3, 4, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18], "If": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18], "In": [0, 3, 4, 5, 7, 8, 9, 10, 12, 14, 15, 16, 17], "It": [1, 3, 4, 5, 8, 12, 14, 16], "No": [5, 7, 9, 10, 11, 12, 13], "On": [3, 16, 17], "Such": 12, "The": [0, 1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18], "Then": 7, "There": [1, 3, 7, 13, 14, 16], "These": [3, 5, 12, 14, 16, 17], "To": [0, 1, 2, 3, 4, 9, 12, 14, 15, 16, 17], "Will": [8, 10, 12, 14], "__array_interface__": 12, "__call__": 14, "__getitem__": 2, "__init__": [1, 2, 14, 17], "__name__": 1, "__path__": 1, "__setitem__": 2, "_filenam": [5, 9, 11], "_i": 3, "_q": 3, "ab": [5, 9], "abbrevi": 18, "abil": 14, "abl": [12, 14], "abortafternfram": 9, "about": [3, 12, 14, 17], "abov": [1, 2, 3, 4, 5, 7, 12, 14, 15, 16], "abritrari": 14, "absent": [5, 12], "abstract": [3, 5], "accept": [12, 14], "access": [1, 4, 5, 12, 14, 16, 17, 18], "accomplish": 3, "account": 12, "accumul": [3, 6, 9, 10, 12, 14], "accur": 12, "accuraci": 12, "achiev": [3, 10, 13], "acquisit": [4, 5, 6, 10, 15], "acronym": 3, "across": [9, 12, 13], "act": [9, 14, 16], "activ": [3, 16], "actual": [14, 16], "acu": [5, 11], "acu_seq": 11, "acu_statu": 11, "acustatu": [5, 16], "acustatusvector": [5, 16], "ad": [2, 3, 5, 6, 9, 10, 12, 13, 14, 15, 17], "adapt": 14, "adc": 10, "add": [1, 2, 3, 4, 9, 10, 11, 12, 13, 15, 16], "add_execut": 1, "add_librari": 1, "add_spt3g_test": 1, "add_spt3g_test_program": 1, "addbenchdata": 11, "added_messag": 9, "addit": [3, 4, 8, 9, 10, 12, 14, 15, 16], "addition": [0, 14, 16], "addlocaltransrot": 12, "address": [3, 5, 10], "addtimingtopointingquat": 12, "adher": 17, "adjust": 12, "advanc": 6, "ae_0": 12, "ae_1": 12, "affect": [9, 12], "after": [0, 1, 3, 5, 9, 12, 13, 14, 16], "again": [9, 13, 14], "against": [1, 14], "ahead": [10, 11], "algorithm": [4, 12, 13, 16], "alias": [12, 18], "align": [9, 12, 17], "all": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "all_cap": 17, "all_hk": [3, 10], "allow": [1, 4, 9, 12, 14, 15, 16, 17], "almost": [3, 7, 16], "along": [5, 11, 12, 16, 17], "alpha": 12, "alpha_cent": 12, "alreadi": [12, 14], "also": [1, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16, 17], "altern": [8, 9, 12, 14, 16], "although": 12, "alwai": [1, 4, 7, 16], "amort": 14, "amount": [14, 16], "amp": [10, 18], "amper": 18, "amplitud": [3, 10], "an": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "anaconda": 16, "anal": 17, "analog": [3, 12], "analys": 12, "analysi": [3, 5, 6, 8, 14, 18], "ang_to_quat": 12, "angl": [8, 10, 12, 16, 18], "angle_per_mm": 10, "angle_to_pixel": 12, "angle_to_xi": 12, "angles_to_pixel": 12, "angular": [8, 12], "ani": [0, 1, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16], "aninput": 12, "anoth": [1, 4, 10, 12, 14, 16, 18], "antenna0": 5, "anyth": [1, 3, 14, 15, 16], "anywher": 14, "api": [6, 12, 16], "apod": [5, 17], "apod_mask": 17, "appear": [3, 4, 5, 8, 9, 10, 11, 14, 16], "appen": 12, "append": [1, 3, 4, 9, 11, 12, 14, 15, 16], "appli": [5, 7, 10, 11, 12, 14], "applic": 16, "apply_mask": 12, "apply_unit": 12, "apply_weight": 12, "apply_weights_t": 12, "applyweight": 12, "appreci": 17, "approach": 14, "appropri": [0, 2, 3, 8, 11, 12, 15, 16, 18], "approxim": 12, "apr": 16, "apt": 16, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "arbitrari": [1, 9, 12, 16], "arbitrarili": 4, "arc": 11, "arcextract": 11, "arcextractminim": 11, "arcextractor": 11, "arcfileread": 11, "architectur": [4, 14, 16], "archiv": [3, 4, 11], "archkextractor": 11, "arcmin": 18, "arcsec": 18, "area": [12, 17], "aren": [1, 16], "arg": 14, "arg1": [8, 9, 10, 11, 12], "arg2": [8, 9, 10, 11, 12], "arg3": [8, 9, 10, 12], "arg4": 12, "arg5": 12, "arg6": 12, "arg7": 12, "arg8": 12, "argmax": 12, "argmin": 12, "arguement": 2, "argument": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18], "argumenterror": 2, "argv": 3, "aris": 2, "arithmet": [9, 12], "arm64": 16, "around": 12, "arrai": [2, 3, 5, 9, 11, 12, 16], "array_clon": 12, "arriv": [3, 10], "as_0": 12, "as_1": 12, "asarrai": [2, 9, 12], "ascens": 12, "ask": [11, 16], "assembl": [3, 16], "assert": 1, "assign": [7, 12, 14], "associ": [1, 9, 11, 12], "assum": [10, 12], "astrophys": 16, "astropi": 12, "astut": 14, "asyncdatum": 3, "asynchron": 3, "attach": [3, 10, 16], "attempt": 2, "attent": [12, 14], "attowatt": 18, "attribut": [5, 6, 8, 9, 11, 14], "au": 18, "authomat": 0, "author": 17, "auto": [1, 6], "autodoc": 14, "autogener": 6, "automat": [0, 1, 5, 8, 14], "avail": [3, 6, 7, 16], "averag": [8, 10, 12], "avoid": [1, 9, 12, 14, 16, 17], "aw": 18, "awai": 14, "awar": [10, 12], "ax": 12, "axi": 12, "az": [8, 12], "az_0": 12, "az_command": 11, "az_kei": 12, "az_po": 11, "az_rat": 11, "az_rate_command": 11, "az_timestream": 12, "azel": 12, "azimuth": [5, 8, 12], "b": [1, 9, 12, 17], "back": [4, 12, 13, 14, 15, 17], "backend": 12, "background": 9, "backup": 15, "backward": 12, "bad": [7, 12], "bad_val": 1, "bake": 17, "balloon": 12, "band": [8, 12, 14], "band_str": 8, "band_to_str": 8, "band_to_valu": 8, "band_vstr": 8, "bandformat": 8, "bandwidth": 8, "bar": 7, "bare": 11, "base": [3, 4, 8, 9, 12, 14, 16], "bash": 16, "bash_profil": 16, "bashrc": 16, "basic": [5, 9, 13], "bear": 12, "becaus": [2, 12, 16], "becom": 14, "been": [0, 4, 5, 9, 11, 12, 16], "befor": [1, 8, 10, 11, 12, 14, 15, 16, 17], "began": 5, "begin": [3, 5, 9, 15, 17], "behav": [5, 12, 14, 16], "behavior": [3, 9, 14, 16], "behind": 15, "being": [1, 4, 5, 16], "below": [3, 5, 6, 7, 9, 11, 12, 14, 15, 16, 17], "bench": 11, "besid": 9, "best": [14, 16], "between": [3, 5, 6, 8, 9, 12, 13, 14, 16], "beyond": 12, "bia": [5, 10], "bilinear": 12, "bin": [1, 3, 12], "bin_edg": 12, "binari": [4, 9], "bind": [1, 9], "binner": 12, "bintablehdu": 12, "bit": [4, 9, 11, 12, 16], "block": [3, 9, 10, 12, 14], "board": [5, 7, 10, 16], "board_ip": 10, "board_seri": [10, 11], "board_slot": 10, "bodi": 1, "bold": 7, "bolo": [8, 10], "bolo_prop": 14, "bolo_properties_nam": 12, "boloband": 8, "bolomet": [5, 8, 10, 11, 12, 14, 16], "bolometerproperti": [5, 12, 14, 16], "bolometerpropertiesmap": [5, 10, 12, 14], "bolopropertiesutil": 8, "bool": [8, 9, 10, 11, 12], "boolean": [9, 10, 11, 12, 16], "boost": [1, 2, 16], "boost_librari": 1, "boresight": [8, 12], "boresightaz": [5, 12], "boresightdec": 12, "boresightel": [5, 12], "boresightgallat": 12, "boresightgallon": 12, "boresightra": 12, "both": [1, 2, 3, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18], "bottom": 6, "boundari": [3, 9, 12], "bp": 0, "bpm": 8, "bpm_name": 8, "bpmname": 8, "brace": 17, "branch": 14, "break": [3, 16], "brief": [5, 16, 17], "bright": 12, "broadcast": 9, "browseabl": 0, "bs_az_kei": 12, "bs_dec_kei": 12, "bs_el_kei": 12, "bs_ra_kei": 12, "buffer": [2, 4, 5, 6, 9, 12, 13, 15, 16], "buffers": 9, "bug": [2, 3], "build": [0, 6, 8, 13, 15, 16], "build_cal_fram": 8, "build_dir": 16, "build_project": 1, "buildbolopropertiesmap": 8, "builder": 3, "buildpointingproperti": 8, "built": [0, 1, 5, 16], "bumpt": 9, "bundl": 16, "byte": 9, "bzip2": 16, "c": [0, 2, 3, 4, 6, 9, 10, 12, 16, 18], "c_l": 17, "cach": [6, 12], "cache_frame_data": 14, "cal": [11, 14, 15], "calcul": 12, "caldict_entri": 11, "calfil": 11, "calfileread": 11, "calibr": [6, 9, 10, 11, 12, 13, 14, 15], "calibratefram": 11, "calibratevalu": 11, "calibration_fil": 11, "calibrator_kei": 14, "calibratoron": 5, "calibratorrespons": [5, 14], "calibratorresponsesn": [5, 14], "calkei": 14, "call": [1, 3, 7, 10, 12, 14, 15, 16], "callabl": [4, 9, 12, 16], "callback": 16, "callregistrarsfor": 1, "calsn": 14, "caltimestream": [5, 8, 10, 14], "caltimestreams150ghz": [8, 12], "caltimestreamsw172": 8, "came": [8, 14], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "cannot": [9, 12, 14, 16], "capitalizedword": 17, "care": [3, 8, 12, 16], "carefulli": 12, "carre": 12, "carrier": [3, 10], "carrier_amplitud": 10, "carrier_frequ": 10, "carrier_gain": 10, "carrier_phas": 10, "carrier_rail": 10, "cartesian": 8, "case": [1, 3, 4, 5, 8, 9, 12, 13, 14, 16, 17], "cast": [2, 9, 12], "cat": 4, "catch": 1, "caus": [1, 5, 8, 9, 10, 14], "causal": 14, "caution": 14, "caveat": 12, "cc": 16, "cd": [1, 16], "cea": 12, "cena": 8, "center": [8, 12], "center_frequ": 8, "centimet": 18, "cento": 16, "cereal": 4, "certain": [1, 9, 14, 16], "chain": 14, "chang": [3, 4, 5, 9, 10, 12, 14, 16, 17], "channel": [3, 5, 8, 9, 10, 11, 12, 16], "channel2q": 3, "channel_maps_from_pstr": 10, "channel_numb": 10, "chapter": 16, "charact": [5, 17], "check": [0, 1, 2, 9, 12, 16, 17], "checkalign": 9, "checkout": [16, 17], "checksum": 4, "chosen": 8, "chunk": 16, "ci": 17, "circl": 12, "clang": [2, 16], "class": [0, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17], "class_method": 17, "classmethod": 17, "clean": 5, "clear": [5, 8, 9, 10, 14, 15], "client": [9, 11, 15], "clone": [1, 12, 17], "close": [4, 9, 15], "closer": 12, "closest": 12, "clustertool": 16, "cm": 18, "cmake": [6, 16], "cmake_arg": 16, "cmake_build_parallel_level": 16, "cmake_build_typ": [1, 7], "cmake_current_source_dir": 1, "cmake_install_prefix": 16, "cmake_library_output_directori": 1, "cmakelist": 1, "cmb": [1, 17], "co": [9, 12, 17], "coad": [12, 13], "coadd": 12, "coadd_fram": 12, "coadd_map_fil": 12, "coadder": 12, "coaddmap": 12, "coarser": 14, "code": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 18], "coincid": 10, "collabor": 17, "collat": 12, "collation_toler": 10, "collect": [9, 10, 11, 14], "collect_on_start": 11, "collector": 3, "column": [12, 16], "com": [1, 17], "combin": [4, 8, 10, 12, 14, 16], "come": [3, 8, 12, 13, 14, 15], "comm_world": 13, "comma": 18, "command": [1, 3, 4, 16], "comment": 12, "commit": 17, "common": [5, 6, 7, 12, 13, 14, 16], "commonli": 1, "commun": [4, 13, 14, 15], "compact": 12, "compactifi": [9, 12], "compactmap": 12, "compar": 12, "comparison": 12, "compat": [9, 10, 12], "compatibl": 12, "compel": 14, "compil": [1, 3, 6, 7, 14], "compimagehdu": 12, "complain": 12, "complet": [3, 4, 10, 11, 14, 16], "complex": [4, 9, 12, 14, 16], "complex128": 9, "complic": 13, "compon": [1, 9, 12, 16], "composit": [5, 8], "compress": [3, 4, 9, 12, 16], "compression_level": 9, "comput": [3, 9, 12], "concaten": [4, 9], "concatenate_timestream": 9, "concept": 14, "conceptu": 16, "cond": 12, "conda": 16, "condit": [1, 5, 12, 14, 17], "conf": [3, 11], "configur": [3, 5, 7, 9, 10, 14, 15, 16], "conform": 17, "confus": 14, "congruent": [9, 12], "conjunct": 10, "connect": [3, 5, 9, 10, 11, 14], "connoisseur": 14, "consequ": 13, "consid": [1, 5, 9, 10, 13, 16, 17], "consist": [1, 8, 9, 17], "consol": [8, 9, 14], "consolid": 5, "const": [4, 14, 17], "constance_instance_vari": 17, "constant": [5, 8, 11, 12, 17, 18], "constant_valu": 17, "constitu": 8, "construct": [3, 9, 11, 12], "constructor": [3, 4, 8, 9, 10, 11, 12, 14], "consum": [3, 12, 15], "consumpt": 4, "contain": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17], "content": [0, 1, 11, 12, 13], "context": 4, "contigu": [9, 12, 16], "continu": [9, 12, 13, 14, 16, 17], "contrast": 12, "contribut": [1, 12], "control": [1, 6, 10, 11, 14, 16], "convei": 14, "conveni": [1, 14], "convent": [3, 12, 16, 17], "convers": [6, 9, 10], "convert": [6, 8, 9, 10, 11, 12, 17], "convert_azel_to_radec": 12, "convert_gal_to_radec": 12, "convert_radec_to_azel": 12, "convert_radec_to_g": 12, "converttimestreamunit": 10, "convolv": 12, "convolve_map": 12, "coord_ref": 12, "coord_si": 12, "coordin": [11, 12], "coordsysmodul": 12, "copi": [4, 5, 8, 9, 10, 12, 14, 17], "copy_data": [9, 12], "copy_weight": 12, "core": [0, 1, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 18], "correct": [1, 8, 14, 16], "correctli": [3, 16], "correl": 3, "correspond": [1, 3, 8, 9, 10, 12, 16], "correspondingli": 9, "cosin": 12, "cosmo": 12, "cosmologi": 16, "cost": 14, "could": [5, 7, 10, 14], "count": [4, 5, 9, 10], "counterpart": 4, "coupl": [8, 12], "cours": [5, 16, 18], "covari": 5, "coverag": [12, 16], "cpp": 1, "cpu": [4, 12, 13], "crate": 10, "crate_seri": 10, "crc32": 4, "creat": [3, 8, 9, 10, 11, 12, 14, 15, 16, 17], "create_g3_cal_fil": 11, "creation": 9, "critic": 3, "crop": 12, "cross": 3, "cryo": 11, "cryostat": 10, "cryostatu": 11, "ctest": 1, "current": [1, 3, 4, 5, 10, 12, 14, 15, 18], "curv": [10, 12], "cut": [12, 14], "cvmf": 16, "cxx": [1, 16], "cylindr": 12, "d": [4, 7, 8, 9, 10, 12, 16], "dac": 10, "dai": 18, "dan": [3, 10], "dan_accumulator_en": 10, "dan_feedback_en": 10, "dan_gain": 10, "dan_rail": 10, "dan_streaming_en": 10, "daq": [3, 11, 15], "daqwatchdog": 11, "data": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16], "databas": 11, "dataclass": 10, "dataframetyp": 9, "dataok": 11, "datastream": 3, "datatyp": 16, "daunt": 16, "dbuild_project": 1, "dcmake_install_prefix": 16, "dcmake_module_path": 16, "dd": 9, "ddof": 12, "ddthh": 9, "de_0": 12, "de_1": 12, "deal": 14, "debian": 16, "debug": [1, 7, 9, 12], "debug_start_func": 9, "debugg": 16, "dec": 12, "dec_0": 12, "dec_bottom": 12, "dec_timestream": 12, "dec_top": 12, "decim": 8, "declar": 1, "declin": 12, "decod": 3, "decompress": 4, "decor": [0, 14], "decreas": 7, "decrement": 10, "decrypt": 6, "decryptfeaturebit": 11, "deduplicatemetadata": 9, "deeper": 17, "deepest": 7, "def": [0, 14, 16, 17, 18], "default": [0, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "default_v": [8, 9, 10], "defin": [1, 5, 6, 10, 12, 14, 16, 17], "definit": [1, 4, 7, 8, 9, 10, 11, 12, 13, 17], "deflaggedtimestreams150ghz": 12, "deg": [12, 18], "degre": [16, 18], "delet": [9, 12, 14], "deliber": 14, "deliv": 3, "delta": 12, "delta_cent": 12, "demod": 10, "demod_frequ": 10, "demod_gain": 10, "demod_phas": 10, "demod_rail": 10, "demodul": [3, 10], "denot": [3, 13, 16], "dens": 12, "depend": [0, 1, 3, 5, 8, 13], "dequ": [7, 14], "deriv": [1, 5, 8, 10], "describ": [4, 5, 10, 12, 14], "descript": [5, 9, 10, 16], "deseri": [4, 14], "design": [1, 11, 14, 15, 16], "desir": [1, 9], "det": 12, "det1": 9, "det2": 9, "detail": [1, 5, 12, 16], "detect": [1, 10], "detector": [3, 5, 8, 9, 10, 16], "detector_weight": 12, "determin": 12, "detrend": 14, "dev": 16, "devel": 16, "develop": [13, 16], "dfml_hwm": 10, "dfmlhardwaremapinjector": 10, "dfmux": [1, 5, 6, 11, 16], "dfmuxboardsampl": 3, "dfmuxbuild": [3, 5, 10], "dfmuxchannelmap": 16, "dfmuxcol": [5, 10], "dfmuxcollector": 3, "dfmuxhousekeep": [3, 5, 10, 16], "dfmuxhousekeepingmap": [3, 5, 16], "dfmuxmetasampl": [3, 5], "dfmuxsampl": 3, "dfmuxwiringmap": [3, 5], "dict": [8, 9, 10, 11, 12, 14], "dictionari": [3, 5, 8, 9, 10, 11, 12, 14, 15, 16], "did": 2, "diff": [14, 17], "differ": [2, 4, 5, 6, 10, 12, 14, 16, 17], "digest": 5, "dimens": 12, "dimension": 12, "direct": [12, 17], "directli": [1, 5, 10, 12, 16], "directori": [0, 1, 3, 4, 9, 16], "disabl": [3, 7, 14, 16], "disambigu": 2, "disc": 12, "discard": [3, 12], "discontin": 12, "discov": 14, "disk": [5, 9, 12, 13, 14, 16], "disrupt": 15, "distanc": 12, "distinct": 12, "distribut": [9, 13], "divid": 18, "divide_on": [4, 9], "divis": 4, "do": [1, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18], "do_bad_transform": 12, "do_some_th": 17, "do_th": 17, "doc": [6, 9, 10, 11, 12], "docst": 17, "docstr": [14, 17], "document": [5, 10, 12, 13, 14, 16, 17], "doe": [1, 5, 7, 8, 10, 12, 13, 14, 16], "doesn": 14, "domain": 12, "don": [7, 8, 12, 14, 16], "done": [1, 3, 7, 8, 9, 12, 16, 17], "dootherstuff": 16, "dosometh": 4, "dostuff": 16, "dostuffwithfivescan": 14, "dot": 9, "doubl": [9, 12, 16, 17], "doublevector": 12, "down": [12, 14, 18], "downgrad": 12, "downsampl": 9, "dpython_execut": 16, "drawn": 12, "driven": 3, "driver": [1, 16], "drop": [8, 9, 12, 14, 15], "drop_empti": 8, "drop_input_fram": 12, "drop_original_fram": 8, "drop_timepoint": 10, "droporphanmetadata": 9, "ds9": 12, "ds_0": 12, "ds_1": 12, "dscp": 3, "dtype": 9, "due": [4, 12], "dump": [4, 9, 16], "dure": [1, 5, 8, 10, 14, 16], "dvariabl": 1, "dwith_bzip2": 16, "e": [0, 1, 3, 4, 5, 8, 9, 10, 12, 14, 16, 17, 18], "each": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17], "earlier": [3, 4, 14], "earth": 12, "earthloc": 12, "eas": 3, "easi": [5, 14], "easier": [13, 14, 16], "easili": 14, "ed": 12, "edg": 12, "edit": [11, 16], "editor": 17, "effect": [12, 14, 15], "effici": [5, 8, 9, 12], "either": [1, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16], "el": 12, "el_0": 12, "el_command": 11, "el_kei": 12, "el_po": 11, "el_rat": 11, "el_rate_command": 11, "el_timestream": 12, "elaps": 9, "element": [3, 5, 9, 10, 12, 16], "elev": [5, 12], "ell": 14, "ellips": 12, "elnod": 11, "els": [7, 8, 9, 10, 14, 16], "elsewher": 16, "emit": [4, 5, 7, 8, 9, 10, 12, 14], "emploi": [4, 5, 10], "empti": [3, 5, 8, 9, 10, 12, 14], "emul": 9, "en": 12, "enabl": [3, 9, 10, 12], "enclos": 14, "encod": [10, 12], "encoder_off_i": 11, "encoder_off_x": 11, "encount": [2, 3, 8], "encourag": 17, "end": [1, 3, 4, 5, 8, 9, 10, 12, 13, 15, 16, 17, 18], "end_coord_si": 12, "endian": 4, "endprocess": [6, 12], "enough": 13, "ensur": [0, 1, 8, 11, 12, 14, 16], "ensure_equ": 1, "entir": [1, 2, 12, 14, 15, 16], "entri": [2, 5, 8, 9, 12], "enum": 12, "env": [0, 3, 16], "environ": 16, "eof": 9, "epoch": [3, 9], "eq_trans_kei": 12, "equal": [1, 12], "equatori": 12, "equatorialtogalacticpoint": 12, "equatorialtogalactictransrot": 12, "equival": [4, 9, 11, 12, 13, 14, 16], "error": [1, 3, 6, 9, 12, 14], "error_on_zero": 12, "especi": 17, "esqu": 12, "establish": 15, "estim": 12, "etc": [3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16], "ethernet": 3, "euclidean": 9, "eval": 16, "evalu": [1, 10, 11, 13], "even": [4, 9, 14, 16], "event": [3, 15], "eventhead": [3, 5, 16], "eventu": [3, 8], "ever": 7, "everi": [1, 3, 4, 8, 9, 10, 12, 14, 15, 16], "everyth": [1, 7, 9, 16], "exact": [4, 14, 16], "exactli": [1, 4, 14], "examin": [12, 16, 17], "exampl": [1, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18], "exampleproject": 14, "exce": 9, "except": [1, 5, 7, 8, 9, 10, 11, 12, 13, 14], "excess": 14, "exchang": 15, "exclud": 12, "execut": [2, 14], "execute_process": 1, "exhaust": 5, "exist": [1, 8, 10, 11, 12, 14, 16, 17], "exit": [1, 15], "expand": 16, "expect": [3, 8, 10, 12, 15], "expend": 4, "expens": 1, "experi": 11, "experiment": [13, 16], "expiri": 9, "explain": 16, "explicit": 12, "explodebolometerproperti": 8, "explor": 16, "export": [0, 14, 16], "export_g3modul": [0, 14], "expos": 18, "express": [1, 12, 14], "extend": [9, 11, 12], "extens": [12, 16], "extern": 15, "extra": [11, 12, 16], "extra_dict": 11, "extract": [8, 11, 12], "extract_band_str": 8, "extract_band_valu": 8, "extract_patch": 12, "extractmap": 12, "extrem": 3, "f": [11, 18], "fabric": 8, "facil": [3, 15], "facilit": 14, "fact": 14, "factor": [10, 12, 17], "fail": 1, "failur": 1, "fairli": 17, "fake": [10, 12, 14], "fall": 15, "fals": [1, 4, 8, 9, 10, 11, 12, 14, 16], "famili": 7, "familiar": 16, "faq": 2, "fast": [5, 9], "faster": [1, 10, 15], "featur": [1, 11, 12, 14], "feed": [12, 13], "feedback": 10, "feel": [2, 11], "few": [1, 3, 5, 12, 13, 14, 16], "fft": 17, "fft2": 17, "fftw": 16, "fiducial_detector": 8, "field": [3, 4, 5, 9, 11], "file": [0, 1, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17], "file1": 4, "file2": 4, "filenam": [3, 4, 9, 10, 11, 12, 14, 15, 16], "files_to_commit": 17, "fill": [4, 12, 13], "fillcoordtransrot": 12, "filter": [10, 12, 14, 16], "filteredtimestream": 14, "filtereventsonsamesquid": 2, "filtermask": 12, "final": [5, 8, 9], "find": [1, 12], "fine": 12, "finish": 15, "finit": 12, "fir": 10, "fir_stag": 10, "fire": 7, "firewarden": 7, "firmwar": [3, 10], "firmware_nam": 10, "firmware_vers": 10, "first": [1, 3, 4, 8, 9, 10, 12, 13, 16], "fit": [8, 12], "fitsio": 12, "five": [8, 14, 16], "fix": [1, 3, 10, 15], "fixedlengthscan": [3, 10], "fk5": 12, "flac": [3, 9, 16], "flac_compress": 10, "flag": [5, 11, 14, 16], "flag_kei": 14, "flagsomestuff": 14, "flamste": 12, "flat": 6, "flat_map": 12, "flat_pol": 12, "flatsky_to_healpix": 12, "flatskymap": [6, 17], "flatten": 12, "flatten_pol": 12, "flattenpol": 12, "flexibl": [1, 9], "flip": 12, "float": [3, 5, 8, 9, 10, 11, 12, 17], "float64": 9, "flow": [1, 4, 14, 17], "flux": [5, 8, 10], "focal": 8, "focus": 10, "follow": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18], "foo": 7, "foot": 18, "forc": 16, "form": [1, 3, 4, 5, 8, 9, 12, 15], "format": [0, 6, 7, 8, 9, 11, 13, 15, 16, 17], "former": 12, "forward": 17, "found": [8, 9, 10, 12, 16], "four": [4, 17], "fourth": 14, "fr": [11, 12, 16], "fraction": [5, 9, 10, 12], "fragil": [5, 9, 11, 12], "frame": [3, 6, 7, 15], "frame1": 4, "frame2": 4, "frame_decim": [9, 15], "framekei": 14, "frameout": 3, "frametypevector": 9, "framework": [3, 4, 6, 7, 14], "free": [5, 11], "freebsd": [3, 16], "freq": 12, "frequenc": [3, 8, 10, 12, 18], "frequent": [1, 16], "fresh": 16, "freshman": 18, "friend": 12, "from": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 15, 16], "from_unit": 10, "fsn": 1, "ft": 18, "ft_to_map": 17, "full": [1, 9, 12, 14, 16], "fulli": [1, 14], "fullski": 12, "function": [0, 1, 2, 3, 4, 5, 6, 7, 13, 16, 17, 18], "function_nam": 17, "functor": 9, "further": [1, 5, 12], "futur": [12, 13, 15], "g": [1, 4, 5, 8, 9, 10, 12, 14, 16, 17, 18], "g3": [4, 9, 11, 12, 14, 16], "g3bool": [5, 16], "g3data": 14, "g3eventbuild": 9, "g3file": [6, 16], "g3frame": [1, 4, 9, 12, 14, 16], "g3frameobject": [5, 8, 16], "g3frameptr": [7, 14], "g3frametyp": [4, 5, 9, 12, 14, 15], "g3infinitesourc": 9, "g3int": [5, 7, 14], "g3intptr": 14, "g3loglevel": 7, "g3map": 16, "g3mapdoubl": [5, 12], "g3mapframeobject": 5, "g3mapint": 8, "g3mapstr": 16, "g3mapvectordoubl": 16, "g3mapvectorint": 12, "g3mapvectorstr": 5, "g3modul": [0, 5, 7, 9, 14], "g3moduleconfig": 14, "g3moduleregistr": 1, "g3multifilewrit": [6, 9], "g3networkreceiv": 9, "g3networksend": [6, 9], "g3pipelin": [3, 4, 5, 9, 13, 14, 16], "g3pipelineinfo": 5, "g3reader": [5, 6, 9, 12, 13, 14, 16], "g3skymap": [2, 5, 16], "g3skymapweight": 5, "g3string": [5, 12, 16], "g3test": 1, "g3throttlednetworksend": [9, 15], "g3time": [3, 5], "g3timestream": [3, 5, 10, 12, 14, 16], "g3timestreammap": [5, 8, 12, 14, 16], "g3timestreamquat": 12, "g3timestreamunit": [9, 10, 12], "g3unit": [8, 12, 16, 17, 18], "g3vector": 16, "g3vectordoubl": 16, "g3vectorquat": 12, "g3vectorstr": [5, 16], "g3writer": [5, 6, 9, 16], "gain": [10, 11], "galact": 12, "gap": 9, "gb": 4, "gcc": 16, "gcp": [1, 3, 5, 6, 9, 16], "gcp_cal_fil": 11, "gcpbolodatate": 11, "gcpdatate": 11, "gcpfeaturebit": [5, 11, 16], "gcphousekeepingte": 11, "gcpmuxdatadecod": 11, "gcpsignalledhousekeep": 11, "gcpslow": 6, "gener": [0, 1, 3, 5, 9, 10, 12, 13, 14, 16, 17], "generatefakehardwaremap": 10, "geodes": 12, "get": [1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16], "get_band_unit": 8, "get_boresight_rotator_timestream": 12, "get_fft_scale_fac": 17, "get_fk5_j2000_to_gal_quat": 12, "get_interp_v": 12, "get_interp_valu": 12, "get_map_hist": 12, "get_map_id": 12, "get_map_mo": 12, "get_origin_rot": 12, "get_origin_rotator_timestream": 12, "get_ra_dec_map": 12, "get_ra_dec_mask": 12, "get_rot_ang": 12, "get_timestream_unit_convers": 10, "get_transform_quat": 12, "getfileformatstr": 9, "ghz": [8, 12, 18], "git": 1, "github": [1, 16, 17], "give": [1, 5, 10, 12, 14, 16], "given": [1, 3, 5, 8, 9, 10, 11, 12, 15, 16, 18], "glat": 12, "glat_timestream": 12, "global": [5, 7, 8, 17], "glon": 12, "glon_timestream": 12, "gnu": 16, "go": [3, 9, 14, 17], "goal": 3, "goe": [10, 14, 16], "good": [5, 7, 17], "gotten": 12, "grab": 16, "grabstuff": 16, "grain": 12, "granularilti": 14, "great": 14, "greater": 9, "grid": 12, "group": [1, 14], "grow": 10, "growth": 15, "gsl": 16, "guid": 6, "guidelin": 17, "gz": [4, 9], "gzip": [4, 9], "gzip_1": 12, "gzip_2": 12, "h": [1, 9, 12, 14, 18], "h5": 7, "ha": [0, 1, 2, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16], "had": [12, 14], "half": 12, "hand": [6, 8, 11], "handi": [1, 9], "handl": [2, 10, 11], "happen": [4, 12, 14, 15], "hard": [11, 17], "hardcod": 14, "hardwar": [3, 8, 10], "hardwaremaptool": 10, "has_kei": [8, 9, 10], "have": [1, 2, 3, 4, 5, 7, 9, 12, 14, 15, 16, 17, 18], "hcompress_1": 12, "hdr": 12, "hdu": 12, "head": 16, "header": [1, 4, 10, 12, 16], "healpi": 12, "healpix": 12, "healpix_map": 12, "healpix_to_flatski": 12, "height": 12, "help": [14, 16], "helper": 13, "hemispher": 12, "here": [1, 2, 5, 10, 12, 14, 16], "hh": 9, "high": [5, 9, 12, 14], "higher": 12, "highli": 17, "histogram": 12, "hit": [10, 12, 17], "hitsbinn": 12, "hk": [3, 10, 11], "hkmap": [3, 10], "hold": [1, 5, 16], "hole": 12, "hood": [12, 18], "hook": 9, "horiz_mount_i": 11, "horiz_mount_x": 11, "horiz_off_i": 11, "horiz_off_x": 11, "horizon": 12, "horizont": [8, 12], "horsepow": 18, "host": [9, 14, 15, 16], "hostnam": [3, 9, 15], "hour": [8, 18], "hous": 10, "housekeep": [6, 10, 11, 15, 16], "housekeepingconsum": [3, 10], "housekeepingforbolo": [3, 10], "how": [5, 6, 7, 9, 10, 14, 17], "howev": [1, 4, 12, 16], "hp": [12, 18], "hpc": 13, "hpp": 1, "html": [0, 12], "http": [1, 3, 12, 17], "human": [7, 9], "hwm": [3, 10], "hygien": 6, "hz": [12, 16, 18], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "iau": 12, "ic": [5, 10], "iceboard": 3, "iceboard0136": 3, "id": [3, 5, 8, 9, 10, 11, 12], "idea": 17, "ident": [9, 12, 14, 15], "identifi": [5, 10, 12, 16], "idiom": [7, 16], "idlastro": 12, "ifft2": 17, "ignor": [8, 12, 14], "ignore_inf": 12, "ignore_missing_weight": 12, "ignore_nan": 12, "ignore_wir": 10, "ignore_zero": 12, "illeg": 14, "illustr": 14, "imag": 12, "imagehdu": 12, "immedi": [3, 4, 14, 16], "immut": [4, 14], "impact": 12, "imped": 10, "implement": [1, 2, 3, 12, 14, 16, 17], "implicit": 12, "implicitli": [5, 9, 12, 14], "import": [1, 12, 14, 15, 17], "impos": [12, 14], "improperli": 0, "improv": [12, 17], "in_control": 11, "in_map": 12, "inch": 18, "inclin": 3, "includ": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18], "include_unit": 8, "incom": 15, "inconsist": [12, 14], "increas": [1, 3, 7, 10, 12], "indent": 17, "independ": 4, "index": [3, 5, 6, 8, 9, 10, 14], "indexedspars": 12, "indexmod": [0, 14], "indic": [1, 3, 5, 7, 11, 12, 17], "individu": [1, 5, 6, 7, 10, 12, 14, 17], "ineffici": 12, "inf": 12, "infinit": 9, "influxdb": 11, "info": [11, 12, 17], "inform": [1, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16], "infrastructur": [1, 9], "ingredi": 16, "inherit": [0, 9, 14], "init": 14, "initi": [8, 9, 10, 12, 14, 17], "initializenumb": 1, "inject": [9, 10, 11, 12, 14], "injectdebug": [9, 16], "injectfram": 9, "injectmap": 12, "injectmapstub": 12, "inlin": 14, "input": [3, 4, 5, 7, 8, 9, 10, 12, 14, 15, 17], "input_fil": 12, "input_map_id": 12, "inputfil": 12, "inputmapid": 12, "insert": [3, 4, 5, 10, 11, 12, 14, 16], "insert_patch": 12, "insid": [1, 14, 16, 17], "inspect": [0, 6, 13, 14, 16], "instal": [1, 3, 6, 13, 17], "instanc": [4, 8, 9, 12, 14, 15, 16, 17], "instance_vari": 17, "instance_variable_": 17, "instancenam": 9, "instant": 15, "instanti": [3, 8, 9, 12, 14], "instead": [4, 9, 10, 12, 14, 15, 16], "instruct": 16, "instrument": [5, 12], "instrumentstatu": 5, "int": [1, 3, 8, 9, 10, 12, 17], "int64": 9, "intact": 12, "integ": [3, 8, 9, 10, 12], "integr": [4, 5], "intend": [5, 12, 17], "intens": 5, "intent": 5, "interact": [1, 4, 10, 11, 14], "interchang": 16, "interest": [1, 7, 14], "interfac": [1, 3, 6, 7, 9, 12, 14, 16], "interleav": [3, 5, 10], "intermedi": [4, 16], "intern": [5, 9, 12, 14], "interp": 12, "interpol": [6, 9], "interpos": 4, "interpret": [1, 15], "interv": [3, 10, 11], "interven": 9, "introspect": 14, "intvector": 10, "inv": 12, "invers": [8, 12, 17], "invert": 12, "invoc": 4, "invok": 16, "involv": 12, "io": [5, 6, 9, 12, 14, 15], "ip": [3, 5, 10], "ipc": 3, "ipv4": 3, "irig": [3, 9], "irregular": 9, "irrespect": 18, "is128x": 10, "isfinit": 12, "ish": [9, 10], "isinf": 12, "isn": 11, "isnan": 12, "iso": 9, "isoformat": 9, "isol": 1, "issu": [5, 11, 12], "item": [8, 9, 10], "iter": [4, 8, 9, 10, 11, 14], "iteritem": [8, 9, 10], "iterkei": [8, 9, 10], "itervalu": [8, 9, 10], "itinerari": 12, "its": [0, 1, 3, 4, 8, 9, 12, 14, 15, 16, 18], "itself": [12, 15], "j": 16, "j2000": 12, "j4": 16, "jan": 3, "jar": 17, "jn": 16, "join": 13, "just": [1, 3, 4, 10, 11, 12, 14, 16], "k": [8, 9, 10, 12, 18], "k_cmb": 10, "keep": [1, 12, 14, 16, 17], "keepconversionsforobserv": 10, "kei": [3, 4, 5, 7, 8, 9, 10, 11, 12, 14], "kelvin": 18, "kern": 3, "kernel": [3, 12], "keyerror": [8, 9, 10], "keystoignor": 8, "keyword": [2, 3, 12, 14], "kilomet": 18, "kind": [2, 14, 16], "knf": 17, "know": [1, 7, 12], "known": 12, "kst": 3, "kurtosi": 12, "kwarg": [12, 14], "lab": 5, "label": 1, "lambda": [4, 14], "lambert": 12, "languag": [1, 12, 16], "larg": [3, 4, 9, 12, 13, 14, 16], "larger": [12, 14, 15, 18], "last": [12, 14], "latch": 10, "late": 16, "latenc": 15, "later": [4, 8, 12, 14, 16], "latitud": 12, "latter": 12, "launchpad": 3, "layout": 4, "lazili": 4, "lead": [9, 14], "learn": 14, "least": [5, 12, 14, 16, 17], "leav": 14, "ledgerman": 6, "left": [5, 12, 16], "legaci": 10, "legacydfmuxcollector": 3, "legacyhousekeep": 10, "legacyhousekeepingconsum": 10, "len": [3, 9, 14], "length": [4, 9, 10, 18], "less": [1, 12], "let": [12, 16], "letter": 13, "level": [6, 9, 10, 12, 13, 14], "libboost": 16, "libfftw3": 16, "libflac": 16, "libgsl0": 16, "libnetcdf": 16, "librari": [3, 4, 5, 8, 12, 13, 14, 16, 17], "life": 4, "lightweight": 14, "like": [1, 2, 3, 4, 5, 8, 12, 14, 15, 16, 17], "likelihood": 13, "limit": [4, 7, 14, 15, 16], "line": [1, 4, 5, 7, 9, 12, 14, 16, 17], "link": [1, 15], "linsens_avg_l1": 11, "linsens_avg_l2": 11, "linsens_avg_r1": 11, "linsens_avg_r2": 11, "linux": [3, 16], "list": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 18], "listen": [3, 9, 10, 15], "live": 9, "ll": 0, "ln": 1, "load": [3, 11, 12, 16], "load_pybind": 1, "load_skymap_fit": 12, "local": [3, 12, 14, 16, 17], "localhost": 9, "localtoastronomicalpoint": 12, "locat": [12, 16], "log": 6, "log_": 7, "log_debug": 7, "log_error": 7, "log_fat": 7, "log_info": 7, "log_notic": 7, "log_trac": 7, "log_warn": 7, "logic": [8, 9, 10, 11, 12], "logo": 12, "long": [9, 17], "longer": [13, 16, 17], "longitud": 12, "look": [1, 3, 4, 12, 17], "loop": [16, 17], "loopgain": 10, "loss": [3, 12], "lossless": 12, "loudli": 12, "low": 12, "lower": [3, 4, 17], "m": [9, 12, 13, 18], "ma": 18, "mac": [3, 16, 17], "maco": 16, "macro": [0, 1, 7, 14, 17], "made": [5, 9, 12, 14], "magnitud": 8, "mai": [0, 1, 2, 3, 4, 5, 9, 10, 12, 14, 15, 16], "main": [2, 3, 4, 16], "maintain": [4, 12, 14, 15], "make": [0, 1, 3, 4, 5, 10, 12, 13, 14, 15, 16, 17], "make_point_source_mask": 12, "makefil": 1, "makemappolar": 12, "makemapspolar": 12, "makemapsunpolar": 12, "makemapunpolar": 12, "maker": [5, 12, 13], "man": 17, "manag": [1, 16], "mandatori": [1, 3, 14], "mani": [5, 8, 9, 12, 13, 14, 16], "manipul": [6, 14], "manual": [0, 2, 4, 10, 16], "map": [2, 6, 8, 9, 10, 11, 13, 14, 16, 17], "map1": 12, "map2": 12, "map_fram": 12, "map_id": 12, "map_in": 12, "map_modul": 12, "map_param": 12, "map_per_scan": 12, "map_stub": 12, "mapbinn": 12, "mapcoordrefer": 12, "mapmak": 12, "mapmockobserv": 12, "mappolconv": 12, "mappoltyp": 12, "mapproject": 12, "maps_in": 12, "maptodmask": 12, "maptodpoint": 12, "maputil": 12, "mark": [6, 14, 17], "mask": [5, 6, 10, 17], "mask1": 12, "mask2": 12, "mask3": 12, "maskedhighpassfilt": 14, "match": [1, 2, 3, 5, 8, 12], "math": [9, 18], "matrix": 12, "matter": [15, 17], "max": 12, "max_queue_s": [9, 15], "maximum": [3, 9, 13], "maxsockbuf": 3, "mayb": 12, "mb": [4, 14, 16], "mean": [12, 17], "meaning": 12, "meant": [5, 16, 18], "measur": [5, 8, 10], "mechan": [1, 3, 4, 10, 14, 15, 17], "median": [8, 12], "member": [3, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17], "memmap": 12, "memori": [2, 4, 9, 14, 15, 16], "mention": 14, "mercat": 12, "merg": [1, 8], "mergecalibrationfram": 8, "messag": [1, 3, 6, 7], "met": 9, "meta": 12, "metadata": [4, 5, 9, 13, 14, 15, 16], "meter": 18, "method": [3, 8, 9, 10, 11, 12, 14, 16, 17], "mezz": 10, "mezzanin": [3, 10], "mgmezz04": 10, "mhz": [8, 18], "microamp": 18, "microkelvin": 18, "micron": 18, "microsecond": [10, 18], "microvolt": 18, "microwatt": 18, "mid": 14, "middl": 8, "midwai": 3, "milliamp": 18, "millikelvin": 18, "millimet": 18, "millisecond": [16, 18], "millivolt": 18, "milliwatt": 18, "min": [12, 18], "mind": 16, "minim": [5, 12], "minimum": [11, 16], "minut": 18, "mirror": 7, "misbehav": 6, "miss": [3, 11, 12], "misspel": 2, "mix": [6, 15], "mjd": [9, 12], "mk": 18, "mkdir": [1, 16], "mkid": 10, "mm": [9, 18], "mn12345pq67": 13, "mn134pq7": 13, "mn25pq6": 13, "mock": 12, "mode": [3, 9, 12, 15], "model": 8, "modern": 14, "modif": [1, 14], "modifi": [8, 10, 12, 14, 16], "modnam": 9, "modprob": 3, "modul": [0, 1, 2, 3, 4, 5, 7, 15, 17], "module_numb": 10, "moment": [12, 16], "mon": 9, "monitor": [3, 15], "more": [1, 2, 3, 4, 6, 7, 8, 9, 12, 13, 14, 16, 17], "most": [1, 3, 4, 5, 9, 12, 14, 15, 16, 17], "mostli": [8, 12], "motiv": 5, "move": [5, 10, 14, 15, 16], "mp": 17, "mpi": [6, 14], "mpi4pi": 13, "mpiaccumul": 13, "mpicomm": 13, "mpifileio": 13, "mpifileread": 13, "mpiframeparallel": 13, "mpiiodistributor": 13, "much": [1, 12, 15, 16], "mueller": 12, "muellermatrix": 12, "multicast": 3, "multipl": [1, 3, 4, 8, 9, 11, 12, 13, 14, 16, 18], "multipli": 12, "multiprocess": [5, 14], "must": [0, 1, 3, 8, 9, 12, 13, 14, 16, 17], "mux": [3, 5, 10], "mv": 18, "mw": 18, "my_test": 1, "myclass": 17, "mydata": 16, "mynewth": 1, "mynewthingexecut": 1, "mytest": 1, "n": [3, 9, 10, 12, 13, 16, 18], "n1": 17, "n2": 17, "n5": 1, "n7": 1, "n_frame": 9, "n_frames_to_read": 9, "n_io": 13, "n_sampl": 9, "n_serial": 9, "na": 18, "name": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "namespac": [1, 5, 8, 16, 18], "nan": [5, 12], "nanargmax": 12, "nanargmin": 12, "nanmax": 12, "nanmean": 12, "nanmedian": 12, "nanmin": 12, "nanoamp": 18, "nanokelvin": 18, "nanomet": 18, "nanosecond": 18, "nanowatt": 18, "nanstd": 12, "nansum": 12, "nanvar": 12, "nativ": [4, 11], "natur": 13, "naught": 16, "nb": [8, 12], "nblock": 10, "nc": 3, "ncall": 14, "nchannel": 10, "nco": 10, "nco_frequ": 10, "ndarrai": [12, 17], "ndim": 9, "nearest": 12, "nearli": 16, "necessari": [9, 12, 16], "necessarili": 12, "need": [0, 1, 3, 9, 12, 13, 14, 16, 17], "neg": 12, "neighbor": 12, "neither": 5, "nest": 12, "net": 3, "netcat": 15, "netcdf": [10, 16], "netcdfdump": [3, 10], "network": [3, 4, 6, 9], "neutral": 4, "never": 15, "new": [1, 3, 4, 5, 7, 9, 12, 14, 16, 17], "newer": [3, 16], "newkei": 12, "newth": 1, "newthingexec": 1, "next": [3, 10, 14, 15, 16], "nice": 1, "nk": 18, "nm": 18, "nmodul": 10, "node": 13, "nois": [3, 5, 11, 14], "noisyth": 7, "nomin": 8, "nominalbolometerproperti": [5, 8, 10], "non": [0, 1, 3, 5, 8, 9, 11, 12, 14, 15, 16, 17], "none": [8, 9, 10, 11, 12, 13, 14, 17], "nonetheless": [1, 17], "nonzero": 12, "nonzero_pixel": 12, "nor": 5, "norm": [9, 12], "normal": [10, 12, 13, 17], "north": 12, "notabl": [3, 5, 14, 16], "notch": 14, "note": [0, 1, 3, 9, 10, 11, 12, 14, 15, 16], "noth": 14, "notic": 14, "novemb": 10, "now": [11, 12, 14], "np": [12, 17], "npix_alloc": 12, "npix_nonzero": 12, "nsampl": 10, "nside": 12, "nth": [9, 15], "null": 12, "nuller": 10, "nuller_amplitud": 10, "nuller_gain": 10, "nuller_phas": 10, "nuller_rail": 10, "num": 1, "number": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "numberofcal": 14, "numer": [8, 9, 16, 18], "numpi": [2, 9, 12, 16, 17], "nw": 18, "nyquist": 12, "o": [3, 12, 16, 17], "oasi": 16, "obj": 12, "object": [0, 1, 3, 4, 5, 6, 13, 17], "observ": [4, 6, 8, 9, 10, 11, 12, 13, 16], "observationid": 11, "observationnumb": 5, "obtain": [3, 9, 10, 12, 16], "obvious": 17, "occur": [5, 10, 12, 13, 14, 15, 18], "odd": 12, "off": 14, "offlin": [8, 11], "offlineradecrot": 12, "offset": [8, 10, 11, 12, 16], "offset_az_kei": 12, "offset_dec_kei": 12, "offset_el_kei": 12, "offset_ra_kei": 12, "offsetboresightaz": 12, "offsetboresightel": 12, "offsetrot": 12, "offsets_to_quat": 12, "often": [3, 8, 10], "old": [5, 9, 11, 12, 16], "older": 12, "onc": [3, 4, 5, 9, 10, 11, 14, 16], "one": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18], "ones": [9, 16], "onli": [1, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16], "onlin": 11, "onlineboresightdec": 12, "onlineboresightra": 12, "onlinegalacticrot": 12, "onlineoffsetdec": 12, "onlineoffsetra": 12, "onlineradecrot": 12, "onto": [12, 14, 15], "onward": 14, "open": [3, 4, 7, 12, 14, 15, 17], "opensciencegrid": 16, "oper": [2, 4, 5, 9, 11, 12, 14, 15, 16], "oppos": 14, "optic": [8, 11], "optim": [1, 4, 14], "option": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16], "order": [1, 3, 4, 9, 10, 11, 12, 13, 14, 16], "org": [12, 16], "organ": 1, "orient": [8, 12], "origin": [4, 9, 10, 12, 14], "orthograph": 12, "osg": 16, "other": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "other_func": 1, "other_input": 17, "otherfilteredtimestream": 14, "otherwis": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16], "ouput": 12, "our": [2, 3], "out": [1, 7, 12, 14, 16, 17], "out_kei": 12, "out_map": 12, "out_map_mask": 12, "outfil": 9, "output": [0, 1, 3, 4, 7, 8, 9, 10, 12, 14, 17], "output_": 14, "output_fil": 12, "output_map": 12, "output_map_id": 12, "output_root": 8, "outsid": [4, 5, 12, 17], "outt": 14, "outtimestream": 14, "over": [3, 4, 6, 8, 9, 10, 12, 14, 16], "overflow": 12, "overhead": 12, "overlap": 12, "overload": 2, "overridden": [5, 9], "overview": [6, 10, 17], "overwrit": [9, 12, 14], "ovewritten": 12, "own": [1, 15], "p": 16, "packag": [3, 11, 12, 16], "packet": [3, 10], "pad": 12, "page": [0, 2, 6, 11, 17], "pager": 11, "pai": [12, 14], "pair": [8, 9, 10, 12, 14], "panic": 16, "paradox": [9, 14], "parallel": [6, 16], "paramet": [5, 7, 8, 9, 10, 12, 14, 15], "parent": [10, 12, 17], "parent_scop": 1, "parenthes": 14, "pariti": 12, "pars": 0, "parse_field": 11, "parsec": 18, "part": [1, 2, 5, 6, 8, 9, 10, 12, 14, 16, 18], "part_numb": 10, "partial": 12, "particular": [1, 3, 4, 7, 8, 9, 12, 14, 16, 17], "particulari": 10, "particularli": [1, 12, 14], "pass": [1, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18], "passiv": 3, "past": 14, "patch": 12, "path": [1, 3, 4, 9, 11, 12, 15, 16], "pathstr": 10, "pathstringforbolo": 10, "pattern": 14, "pb2": 10, "pc": 18, "pdb": 9, "peak": 10, "penalti": [2, 12], "peopl": [2, 17], "pep8": 17, "per": [3, 5, 10, 12], "perform": [1, 2, 4, 10, 12, 14], "perhap": 5, "period": [5, 13, 18], "periodichousekeepingcollector": [3, 10], "person": 17, "perspect": 14, "phase": 10, "phi": 10, "physic": [8, 16, 18], "physical_nam": 8, "physicalboloid": 8, "pickl": [5, 9, 16], "picokelvin": 18, "picowatt": 18, "piec": [13, 14], "ping": 11, "pipe": [3, 4, 9, 11, 12, 13, 14, 15, 16], "pipelin": [2, 3, 4, 5, 6, 9, 11, 13, 15], "pipelineinfo": [6, 14], "pipeseg": [0, 14], "pixel": [8, 12, 17], "pixel_id": 8, "pixel_to_angl": 12, "pixel_to_quat": 12, "pixel_to_xi": 12, "pixel_typ": 8, "pixels_to_angl": 12, "pixels_to_quat": 12, "pixelsand": 12, "pk": 18, "place": [1, 2, 3, 4, 8, 9, 12, 13, 14, 16], "plain": [5, 9, 16], "plane": [8, 12], "plate": 12, "platform": 16, "pleas": [2, 7, 9, 11, 14, 16, 17], "plio_1": 12, "plot": [3, 12], "point": [1, 3, 4, 5, 6, 8, 9, 11, 14, 15, 16, 17], "pointer": [4, 14], "pointingoffseti": 8, "pointingoffsetx": 8, "pointlessli": 14, "poke": 16, "pol": 5, "pol_angl": 8, "pol_conv": 12, "pol_effici": 8, "pol_typ": 12, "polar": [5, 8, 12, 16], "polarizationangl": 8, "polarizationeffici": 8, "pole": [5, 12], "poli": [14, 16], "poll": [3, 9], "poly1": 14, "poly1filteredtimestream": 14, "polyfilt": 14, "polyfilteredtimestream": 12, "polynomi": 12, "poor": 1, "pop": [8, 9, 10], "popitem": [8, 9, 10], "popul": 12, "popular": [12, 14], "port": [9, 11, 15], "portabl": 4, "portion": 12, "posit": [2, 8, 9, 11, 12], "possibl": [1, 4, 8, 12, 13, 14, 16], "possibli": 8, "potenti": [7, 13, 14, 15], "power": [10, 12, 16, 18], "ppa": 3, "practic": [3, 12, 14], "praiseworthi": 16, "pre": [12, 14, 16], "preced": 14, "precis": 8, "predic": 1, "prefer": [14, 17, 18], "prefix": [1, 8, 12, 15, 16], "prepend": [0, 4, 9, 14], "preprocessor": 14, "presenc": [9, 14], "present": [1, 3, 5, 8, 10, 11, 12, 13, 14, 15], "preserv": [12, 14, 16], "prevent": [2, 4, 14], "previou": [5, 6, 9, 11, 12, 15, 16], "previous": 5, "prgenv": 16, "primari": [5, 16], "principl": 17, "print": [4, 7, 8, 9, 10, 14, 16, 18], "printf": [4, 7, 9], "printfram": 14, "printmuxtim": 16, "priori": 12, "privat": [7, 14, 17], "problem": [6, 7, 9], "proc": 3, "proce": 14, "process": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16], "processnewdata": 3, "produc": [1, 3, 5, 9, 12, 13, 14], "product": [5, 11, 16], "profil": [14, 16], "program": 1, "programmat": 5, "progress": 14, "proj": 12, "projbicep": 12, "projcylindricalequalarea": 12, "project": [0, 3, 6, 8, 16], "project_source_dir": 1, "projgnomon": 12, "projlambertazimuthalequalarea": 12, "projnon": 12, "projorthograph": 12, "projplatecarre": 12, "projsansonflamste": 12, "projstereograph": 12, "prone": 14, "proper": 9, "properli": [0, 4, 12], "properti": [1, 5, 8, 10, 12, 14], "property_list": 8, "protect": [4, 5], "protocol": [2, 16], "proven": 14, "provid": [1, 3, 5, 8, 9, 10, 12, 13, 14, 15, 16], "ptstatu": 11, "public": [6, 7, 14, 17], "pull": 17, "puls": 11, "pure": 3, "purpos": [5, 11, 16], "push": [14, 17], "push_back": 7, "push_pack": 14, "put": [7, 14, 16], "puzzl": 14, "pw": 18, "px_checksum_error_count": 11, "px_resync": 11, "px_resync_count": 11, "px_resync_timeout_count": 11, "px_timeout_count": 11, "py": [1, 3], "py3": 16, "pybind": [1, 14], "pydfmux": [3, 5, 10], "pydfmux_hwm": [3, 10], "pydfmuxbolometerpropertiesinjector": 10, "pydfmuxhardwaremapinjector": 3, "pydfmuxwiringmapinjector": 10, "pypi": 16, "python": [0, 2, 3, 4, 5, 6, 8, 9, 10, 12, 16, 18], "python3": 16, "python_librari": 1, "pythonpath": [0, 16], "q": [3, 5, 10, 12], "q_p": 12, "q_p_rot": 12, "q_r": 12, "qo": 3, "qq": 12, "qu": 12, "qualifi": 1, "qualiti": 11, "qualityof": 3, "quantiti": [5, 6, 8, 10, 12, 13, 16], "quantiz": 12, "quantize_level": 12, "quantum": 16, "quat": [9, 12], "quat_to_ang": 12, "quat_to_pixel": 12, "quat_to_xi": 12, "quaternion": 9, "quathelp": 12, "quats_to_pixel": 12, "queri": 3, "query_alpha_ellips": 12, "query_disc": 12, "queu": [9, 14], "queue": [3, 14], "quick": 6, "quickli": 16, "quot": 1, "r": [1, 18], "r_y": 12, "r_z": 12, "ra": 12, "ra0hdec": 12, "ra_0": 12, "ra_left": 12, "ra_right": 12, "ra_timestream": 12, "rad": 18, "radian": [16, 18], "radiu": 12, "rahour": 18, "rahr": 18, "rail": 10, "rais": [8, 9, 10, 12], "ram": 12, "rang": 12, "rankin": 18, "rapidli": 3, "rate": [3, 5, 9, 10, 16], "rather": [3, 7, 9, 10, 12, 13, 14, 15], "ratio": [12, 14], "rational": 14, "raw": [5, 8], "rawazelrot": 12, "rawboresightaz": [12, 16], "rawboresightel": [12, 16], "rawtimestream": 10, "rawtimestreams_i": [3, 5, 12, 16], "rawtimestreams_q": [3, 5, 16], "rcw38": [5, 8, 16], "rcw38fluxcalibr": 5, "re": [12, 14, 17], "reach": [1, 4], "read": [3, 4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17], "read_from_gcp": 11, "read_map": 12, "readabl": [1, 4, 9, 12, 17], "reader": [12, 14], "readm": 0, "readout": [3, 5, 10, 11], "readoutsystem": 5, "real": [8, 9, 10, 11, 15], "realli": [0, 7], "reason": [1, 12, 14, 16], "rebas": 17, "rebin": 12, "receiv": [3, 4, 11, 14, 15], "recent": [3, 4, 5, 8, 9, 10, 14, 15, 16], "recept": 5, "record": [5, 9, 11, 14, 16], "record_bolodata": 3, "record_obs_id": 12, "record_sampletim": 10, "recover": 7, "rectangl": 12, "rectangular": 12, "recur": [8, 10], "recurs": 12, "red": 7, "redeclar": 1, "reduc": 12, "reduct": [13, 15], "refer": [4, 9, 12, 14, 16, 17], "referenc": 12, "reflect": [14, 16], "refract": 11, "regex": 1, "region": 12, "regist": [5, 11], "regular": 1, "regularli": 4, "reject": 14, "rel": [8, 9, 12, 18], "relat": 14, "releas": 1, "relev": 11, "reli": [5, 16], "reliabl": 15, "remain": 12, "remaind": 5, "remeasur": 5, "remot": 9, "remov": [1, 5, 8, 9, 10, 12, 16], "remove_weight": 12, "remove_weights_t": 12, "removeweight": 12, "renam": [5, 9, 14], "repack": 9, "repeat": 5, "replac": [1, 3, 4, 9, 12, 13, 16, 17], "replic": 12, "replicatemap": 12, "repo": 16, "report": [3, 10, 11], "repositori": [0, 1, 3, 16, 17], "repr": 14, "repres": [5, 8, 12, 17, 18], "represent": [8, 9, 12], "reproduc": 14, "reproj": 12, "reproj_map": 12, "reproject": 12, "reprojectmap": 12, "request": 8, "requir": [3, 8, 9, 10, 11, 12, 14, 16], "rerun": 14, "reseri": [4, 14], "reshap": 12, "resist": 10, "reso_rad": 17, "resolut": [12, 17], "respect": [3, 12, 13], "respons": [3, 5, 8, 14], "restart_count": 11, "restitch": 13, "restor": [14, 16], "result": [0, 1, 3, 5, 9, 12, 13, 14, 16], "resum": 4, "retain": 4, "retriev": [3, 12], "return": [3, 4, 8, 9, 10, 12, 16, 17, 18], "returnv": 14, "revers": [3, 12], "revis": [10, 14], "rewrit": 11, "rewrite_source_from_feature_bit": 11, "rfrac_achiev": 10, "rhel": 16, "rice_1": 12, "rice_on": 12, "right": [5, 12, 14, 16], "ring": 12, "ringspars": 12, "rlatch": 10, "rm": 10, "rmem_max": 3, "rnormal": 10, "roll": 5, "root": [0, 1, 8, 16], "rout": [3, 10], "routin": [11, 12], "routing_typ": 10, "row": [9, 12], "rp_filter": 3, "rst": 0, "rule": [3, 5, 13, 14, 17], "run": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 15, 16, 17], "runnabl": 3, "runtimeerror": 7, "s4": [1, 17], "safe": 4, "same": [1, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17], "sampl": [3, 5, 9, 10, 12, 16], "sample_r": 9, "sanson": 12, "save": [12, 14], "save_skymap_fit": 12, "savemapfram": 12, "scalar": [3, 9, 10, 12, 16], "scale": [5, 12, 17, 18], "scale_fac": 17, "scan": [3, 4, 6, 7, 9, 10, 12, 13, 14, 15, 16], "scan_flag": 11, "scan_func_cache_data": 14, "scannumb": 5, "scantool": 10, "scheme": [4, 12], "scipi": 14, "scipt": 4, "scope": 7, "script": [1, 5, 8, 10, 14, 16], "scu_temp": 11, "second": [3, 5, 7, 9, 11, 12, 13, 14, 15, 16, 18], "section": [4, 7, 10, 14, 15, 17], "see": [2, 3, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17], "seek": 9, "seem": 3, "seen": [4, 5, 13], "segment": [5, 6, 9], "select": [7, 12], "self": [3, 10, 11, 14, 17], "semant": [2, 13, 14, 15, 16], "semicolon": 1, "semimajor": 12, "semiminor": 12, "send": [9, 11, 14, 15, 17], "sens": [12, 13, 14, 15], "sensor": 10, "sent": [9, 11, 15], "separ": [1, 5, 9, 10, 12, 14, 16, 17, 18], "seq": 4, "sequenc": [4, 5, 8, 9, 12, 13, 14, 16], "sequenti": 4, "seri": [6, 12], "serial": [3, 4, 5, 9, 10, 12, 14], "serializ": 9, "seriou": 7, "serv": [11, 15], "servic": 3, "session": [3, 9, 16], "set": [0, 1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "set_band_format": 8, "set_log_level": 7, "set_log_level_for_unit": 7, "set_logg": 7, "setflaccompress": 9, "setpolconv": 12, "setup": 16, "seven": 7, "sever": [1, 8, 12, 13, 16], "sh": [0, 3, 16], "shallow": [8, 9, 10, 12], "shame": [9, 10, 11, 12], "shape": [9, 12, 17], "share": [1, 5, 9, 16], "shell": [0, 1, 3, 16], "shift": 9, "shift_ra": 12, "shim": 12, "ship": 16, "short": [3, 9, 16, 17], "should": [1, 3, 4, 5, 8, 9, 11, 12, 13, 14, 15, 16, 17], "show": [1, 9, 12], "shown": [1, 7], "side": [14, 16], "sigma": 5, "sign": 12, "signal": [3, 5, 11, 14], "signatur": 2, "signific": [12, 17], "significantli": 17, "sim": 11, "similar": [1, 7, 12, 14, 17], "simpest": 1, "simpl": [4, 12, 14, 16], "simplemod": [14, 16], "simplest": [1, 14, 15], "simpli": [1, 4, 16], "simul": [3, 5, 12], "simultan": 12, "sin": [12, 18], "sinc": [1, 3, 4, 5, 12, 14, 16], "singal": 14, "singl": [1, 3, 4, 5, 9, 10, 12, 14, 16, 17], "singledetectorboresightbinn": 12, "singledetectormapbinn": 12, "sinoffstuff": 18, "sinofstuff": 18, "sinusoid": 12, "situat": 12, "six": 12, "size": [3, 4, 9, 12, 16], "size_limit": [4, 9], "skew": 12, "skip": 12, "skipuncalibrat": 10, "sky": [2, 5, 6, 10, 16, 17], "skymap": 12, "sl": 16, "slack": 16, "slash": 14, "slice": [2, 12], "slight": 12, "slightli": [7, 14], "slot": [3, 10], "slow": 15, "slowli": 15, "small": [1, 12, 14], "smaller": 10, "smstub": 12, "snr": 14, "so": [1, 3, 4, 5, 7, 12, 13, 14, 16, 17], "socket": [3, 9, 15], "softwar": [0, 3, 4, 5, 7, 9, 10, 14, 15, 16, 18], "sole": 12, "solut": 2, "some": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18], "some_func": 1, "someon": 16, "someothertimestream": 14, "someth": [1, 7, 9, 14, 16], "sort": [9, 12], "sourc": [1, 3, 5, 6, 8, 10, 11, 12, 14, 15], "source_fil": 1, "sourcenam": [4, 5, 11, 16], "south": 5, "space": [12, 16, 17], "spars": 12, "sparsiti": 6, "special": [5, 14, 15, 16], "specif": [1, 6, 7, 8, 10, 16, 18], "specifi": [1, 3, 8, 9, 10, 12, 14, 16, 17], "spectra": 12, "spectrum": 12, "speed": [5, 16], "spent": 14, "sphere": 12, "split": [4, 8], "splitbyband": 8, "splitbypixeltyp": 8, "splitbyproperti": 8, "splitbywaf": 8, "splittimestreamsbyband": 8, "spt": [11, 12, 16], "spt3g": [0, 1, 14, 15, 16, 17], "spt3g_program": 1, "spt3g_python_modul": 1, "spt3g_softwar": [1, 16, 17], "sptpol": [5, 9, 10, 11], "sqrt": 17, "squar": 12, "squid": [3, 10], "squid_controller_pow": 10, "squid_controller_temperatur": 10, "squid_current_bia": 10, "squid_feedback": 10, "squid_flux_bia": 10, "squid_heat": 10, "squid_p2p": 10, "squid_stage1_offset": 10, "squid_stat": 10, "squid_transimped": 10, "src": 1, "srcdir": 1, "ss": 9, "stabl": 12, "stage": [10, 12, 14], "stall": 3, "standalon": [1, 12], "standard": [7, 8, 10, 12, 14, 15, 16, 17], "standardfilt": 14, "start": [3, 4, 5, 6, 7, 9, 12, 14, 15], "start_q": 12, "startup": 11, "state": [5, 10, 11, 12, 14, 15, 16], "statement": 1, "static": [4, 5, 14, 17], "statist": 6, "statu": [1, 5, 10, 11], "std": [2, 7, 12, 14], "step": [4, 5, 14, 15, 16], "stick": 17, "still": 12, "stitch": 13, "stoke": 12, "stokesvector": 12, "stop": [1, 7, 9, 12, 14, 16], "storag": 12, "store": [3, 4, 5, 6, 8, 9, 10, 12, 14, 16, 18], "store_weight_map": 12, "str": [8, 9, 10, 11, 12], "straight": 12, "strategi": 4, "stream": [3, 4, 5, 6, 9, 10, 14, 16], "streamer": [10, 15], "strict": [3, 5], "strictest": 14, "string": [4, 5, 8, 9, 10, 12, 14, 16], "stringvector": [9, 11], "strong": 4, "strongli": 13, "struct": 10, "structur": [9, 10, 12], "stub": 12, "stub_map": 12, "studi": 12, "stuff": 16, "style": [4, 5, 6, 9, 11, 12, 14], "sub": [8, 10, 12, 13], "subclass": [3, 12, 14, 16], "subcoordin": 12, "subdirectori": 1, "subdivid": 12, "subprocess": [3, 10, 14], "subsequ": [3, 10], "subset": [1, 4, 12], "substanti": [1, 10, 12], "substitut": 4, "substr": 8, "succesfulli": 2, "successfulli": 11, "sudden": 12, "suffici": [1, 12, 16], "suffix": 3, "suit": 1, "suitabl": 1, "sum": 12, "summar": [5, 17], "summari": [9, 16, 17], "super": 14, "suppli": [8, 12], "support": [3, 4, 9, 12, 16, 18], "suppos": 17, "suppress": 12, "sure": [0, 9, 13, 16], "surround": 12, "switch": [3, 12], "sy": 3, "symmetr": 12, "sync": [5, 11], "synchron": 3, "syntax": [1, 14], "sysctl": 3, "system": [3, 5, 6, 10, 11, 12, 13, 14, 15, 17, 18], "t": [1, 5, 7, 8, 9, 11, 12, 14, 16], "tab": 17, "tabl": [5, 12], "take": [1, 3, 4, 8, 9, 10, 11, 12, 14, 16, 18], "taken": [1, 5, 12], "tangent": 12, "target": [1, 16], "target_link_librari": 1, "task": [3, 9, 12, 16], "tb": 4, "tcmb": 12, "tcp": [9, 15], "techniqu": 6, "tediou": 14, "tee": 11, "telescop": [3, 5, 11, 12], "telescope_pressur": 11, "telescope_temp": 11, "tell": [0, 9], "temperatur": [10, 12, 18], "templat": 12, "ten": 15, "term": 12, "termin": [4, 17], "test": [12, 14, 16], "test1": 1, "test_foo": 1, "test_group": 1, "test_label": 1, "text": 2, "tf": 10, "than": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18], "the_numpy_array_you_are_assign": 2, "thefilenam": 16, "thei": [1, 3, 4, 5, 8, 10, 12, 14, 16, 17], "them": [0, 1, 2, 3, 12, 14, 15], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "thing": [5, 7, 8, 14], "thingsonfir": 7, "think": [12, 18], "third": 14, "those": [1, 5, 10, 12, 13, 14], "though": [2, 4, 5, 8, 12, 14, 16], "thousand": 18, "thread": [3, 9, 15], "three": [4, 12, 14, 16], "threshold": [9, 14], "throe": 7, "through": [3, 4, 5, 12, 13, 14, 15, 16], "throughout": [8, 12], "throughput": 9, "throw": [1, 7, 8, 10, 14], "thrown": 1, "thu": [13, 14], "tilt": [8, 12], "tiltangl": 8, "tiltha": 8, "tiltlat": 8, "tiltmag": 8, "tilts_i": 11, "tilts_x": 11, "time": [1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18], "timeconst": 5, "timeout": 9, "timepoint": [3, 4, 6, 9, 10, 11, 15], "timestamp": [3, 5, 9, 10, 14], "timestamp_port": 10, "timestream": [2, 5, 6, 8, 9, 10, 12, 13, 14, 16], "timestreamextens": 9, "timestreamweight": 5, "timing_ref": 12, "to_map": 12, "to_mask": 12, "to_unit": 10, "toast": 6, "toastfil": 13, "tod": [4, 12, 13], "tod_mask": 12, "tod_point": 12, "todpoint": 12, "todweight": 12, "togeth": [1, 9, 12, 13], "toler": 3, "too": 16, "tool": [1, 4, 5, 6, 11, 12, 14], "top": [6, 16], "topic": 16, "total": 12, "tq": 12, "trace": 14, "track": 14, "track_filenam": [5, 9, 11, 12], "tracker": [5, 11, 16], "trackerstatu": [5, 16], "trakerstatu": 5, "tran": 12, "transfer": 15, "transform": [5, 12, 17], "transform_store_kei": 12, "transient": [5, 15], "transimped": 10, "transit": 17, "translat": 1, "transmiss": 9, "transmit": 11, "transpar": 4, "transport": 3, "treat": [9, 12, 14], "tree": [0, 1, 5, 16, 17], "trigger": [3, 15], "trivial": 3, "true": [3, 4, 5, 8, 9, 10, 11, 12, 14, 16], "truli": 5, "trunk": 17, "truth": [9, 14], "try": [1, 11], "ts_interp_threshold": 9, "ts_lst": 9, "ts_rounding_error": 9, "tt": 12, "tu": 12, "tube": 11, "tune": [8, 10], "tupl": [3, 8, 9, 10, 12, 16], "turn": [3, 9, 11], "turnaround": [5, 16], "two": [1, 3, 9, 10, 12, 13, 14, 15, 16, 17], "txt": 1, "type": [0, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 15, 16, 17], "typic": [1, 3, 4, 5, 9, 12, 13, 14, 16], "typo": 2, "tz": 9, "u": [5, 12, 16, 18], "ua": 18, "ubuntu": [3, 16], "ufunc": 12, "uint64vector": 12, "uk": [12, 18], "un": 12, "unbound": 15, "unchang": 14, "uncondition": 11, "under": [3, 5, 12, 14, 16, 18], "underli": [9, 12], "underscor": 17, "understand": 1, "unfortun": 9, "unhelp": 2, "unidirect": 15, "unifi": 3, "uniform": 17, "uniformli": 14, "uninstal": 16, "unintention": 12, "uniqu": 12, "unit": [1, 5, 6, 7, 8, 9, 10, 11, 12, 14, 17], "unittransform": 10, "unitvalu": 11, "unix": [3, 9], "unless": [7, 9, 12, 14, 17], "unlik": [4, 14], "unload": 4, "unmodifi": 1, "unobserv": 12, "unordered_map": 2, "unpack": 11, "unpackacudata": 11, "unpackcryodata": 11, "unpackmuxdata": 11, "unpackptdata": 11, "unpacksptpolhkdata": 11, "unpacktrackerdata": 11, "unpacktrackerminim": 11, "unpacktrackerpointingdata": 11, "unpackweatherdata": 11, "unpickl": 16, "unpolar": [5, 12], "unrecover": 7, "unreleas": 3, "unreli": 15, "unseen": 12, "unset": 12, "unspecifi": 14, "until": [10, 14], "unus": 12, "unusu": 14, "unweight": 12, "up": [3, 5, 9, 10, 12, 14, 15, 16, 17], "updat": [3, 8, 9, 10, 11, 12, 17], "updatedb": 11, "updatelinearsensordelta": 11, "upon": 5, "upsid": 12, "url": [9, 14, 15], "us": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17], "use_bpm_point": 8, "use_data": 12, "use_extra_info": 11, "use_project": 1, "usefulfunc": 0, "user": [9, 12, 14, 16, 17, 18], "usr": 16, "usual": [1, 8, 10, 11, 12, 14, 16], "utc": 9, "util": [9, 12], "uu": 12, "uv": 18, "uw": 18, "v": [3, 5, 8, 9, 10, 16, 18], "v4": 16, "valid": [0, 3, 8, 12], "validatefram": 12, "validatemap": 12, "valu": [1, 3, 6, 7, 8, 9, 10, 11, 12, 17, 18], "valueerror": [8, 9], "var": 12, "variabl": [1, 9, 13, 16, 17], "variable_nam": 17, "varianc": 12, "variant": 12, "varieti": [0, 3, 9, 16], "variou": [5, 11, 12, 16], "vastli": 14, "vcs_branch": 9, "vcs_fullvers": 9, "vcs_githash": 9, "vcs_localdiff": 9, "vcs_revis": 9, "vcs_url": 9, "vcs_versionnam": 9, "ve": 16, "vector": [9, 12, 16], "veloc": 5, "verbos": [7, 11], "veri": [4, 12, 13, 14, 16], "versa": [8, 9], "version": [3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 16], "vertic": [8, 12], "via": 4, "vice": [8, 9], "view": [6, 9, 14], "violat": 17, "virtual": [3, 16], "visibl": [1, 14], "void": [7, 14, 17], "volt": 18, "voltag": [10, 18], "volum": 16, "w": [12, 18], "wa": [1, 8, 12, 14, 16], "wafer": 8, "wafer_id": 8, "wai": [1, 8, 12, 14, 17, 18], "wait": [1, 15], "want": [0, 1, 3, 7, 10, 12, 13, 14, 15, 16, 18], "wardfir": 7, "warn": [0, 3, 12], "watchdog": 11, "watt": [5, 18], "wc": 12, "we": [1, 5, 7, 12, 14, 16, 17, 18], "weakli": 13, "weather": 11, "weight": [5, 6], "weird": 0, "well": [0, 3, 4, 7, 11, 12, 14, 16, 17], "were": [2, 4, 5, 10, 14, 16], "what": [1, 5, 9, 10, 12, 14, 15, 17], "whatev": [8, 10, 12, 16], "wheel": 16, "when": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17], "where": [1, 5, 12, 13, 14, 16, 17, 18], "wherea": 12, "wherev": [8, 12], "whether": [5, 10, 12, 16, 18], "which": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16], "whichev": [3, 8], "while": [1, 5, 6, 7, 12, 14, 15, 16], "whole": 1, "whose": [1, 12, 16], "wide": 17, "width": [12, 17], "wire": [6, 9, 10, 11, 15], "wiringmap": [3, 5, 10], "wise": 12, "wish": [12, 14, 16], "with_bzip2": 16, "within": [5, 10, 12, 13, 14], "without": [1, 4, 8, 9, 12, 14, 16], "wonder": [16, 18], "word": [4, 17], "work": [1, 3, 5, 9, 12, 13, 14, 16, 18], "workflow": 16, "worri": [3, 12], "wors": 12, "would": [1, 3, 4, 9, 10, 12, 13, 14, 16, 18], "wpol": [5, 12], "wrap": [9, 14, 15], "wrapper": [5, 14], "writabl": 12, "write": [1, 3, 4, 6, 8, 9, 10, 11, 12, 16, 18], "write_map": 12, "writedb": 11, "writer": 4, "written": [1, 2, 3, 4, 8, 9, 12, 14, 17], "wrong": [2, 10], "wunpol": [5, 12], "x": [3, 5, 7, 12, 16, 17, 18], "x0": 12, "x86": 16, "x86_64": 16, "x_center": 12, "x_len": 12, "x_offset": 8, "x_re": 12, "xcode": 1, "xxx": 10, "xy_to_angl": 12, "xy_to_pixel": 12, "xy_to_quat": 12, "y": [9, 12, 17], "y0": 12, "y_center": 12, "y_len": 12, "y_offset": 8, "y_re": 12, "yaml": 3, "yet": [3, 4, 9, 12, 14], "yield": 14, "you": [0, 1, 2, 3, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], "your": [0, 1, 2, 3, 13, 14, 16, 17], "your_flat_sky_map": 2, "yourself": [14, 17], "yum": 16, "yymmdd": 9, "yymmdd_hhmmss": 9, "yyyi": 9, "yyyymmdd_hhmmss": 9, "z": 12, "zea": 12, "zero": [1, 9, 10, 12], "zero_inf": 12, "zero_nan": 12}, "titles": ["Auto-documentation", "Build System", "Common Problems", "Data Acquisition", "File IO", "Frames", "SPT3G Software", "Logging", "calibration", "core", "dfmux", "gcp", "maps", "mpi", "Modules", "Network Streaming", "Quick Start", "Style Guide", "Units"], "titleterms": {"The": [3, 14], "accumul": 13, "acquisit": 3, "acustatu": 11, "acustatusvector": 11, "ad": 1, "add": 14, "advanc": 14, "argument": 2, "attribut": 12, "auto": 0, "autodocument": 14, "avail": 18, "blob": 4, "board": 3, "bolomet": 3, "bolometerproperti": 8, "bolometerpropertiesmap": 8, "buffer": 14, "build": [1, 3], "c": [1, 7, 14, 17], "cach": 14, "calibr": [5, 8], "callabl": 14, "cmake": 1, "code": [1, 16, 17], "collect": 3, "common": 2, "compil": [2, 16], "connect": 15, "content": [3, 5, 14, 15, 16], "control": 17, "convers": 12, "convert": 18, "core": [3, 9], "data": [3, 14, 15], "debug": 16, "decrypt": 2, "defin": 18, "depend": 16, "detector": 12, "dfmux": [3, 10], "dfmuxboardsampl": 10, "dfmuxchannelmap": 10, "dfmuxcol": 3, "dfmuxhousekeepingmap": 10, "dfmuxmetasampl": 10, "dfmuxsampl": 10, "dfmuxwiringmap": 10, "differ": 18, "disk": 4, "doc": 0, "document": [0, 6], "endprocess": 5, "error": 2, "execut": 1, "file": [3, 4, 12], "first": 14, "flat": 12, "flatskymap": [2, 12], "format": [4, 12], "frame": [4, 5, 8, 9, 10, 11, 12, 13, 14, 16], "from": [7, 14], "function": [8, 9, 10, 11, 12, 14, 15], "g3bool": 9, "g3doubl": 9, "g3eventbuild": 3, "g3file": 4, "g3frameobject": 9, "g3int": 9, "g3mapdoubl": 9, "g3mapframeobject": 9, "g3mapint": 9, "g3mapmapdoubl": 9, "g3mapquat": 9, "g3mapstr": 9, "g3mapvectorbool": 9, "g3mapvectorcomplexdoubl": 9, "g3mapvectordoubl": 9, "g3mapvectorint": 9, "g3mapvectorquat": 9, "g3mapvectorstr": 9, "g3mapvectortim": 9, "g3mapvectorvectorstr": 9, "g3moduleconfig": 9, "g3multifilewrit": 4, "g3networksend": 15, "g3pipelineinfo": [9, 14], "g3quat": 9, "g3reader": [4, 15], "g3skymap": 12, "g3skymapmask": 12, "g3skymapweight": 12, "g3string": 9, "g3time": 9, "g3timesamplemap": 9, "g3timestream": 9, "g3timestreammap": 9, "g3timestreamquat": 9, "g3triggeredbuild": 3, "g3vectorbool": 9, "g3vectorcomplexdoubl": 9, "g3vectordoubl": 9, "g3vectorframeobject": 9, "g3vectorint": 9, "g3vectorquat": 9, "g3vectorstr": 9, "g3vectortim": 9, "g3vectorunsignedchar": 9, "g3vectorvectorstr": 9, "g3writer": 4, "gcp": 11, "gcpslow": 5, "gener": 6, "get": 0, "git": 17, "grid": 16, "guid": 17, "handl": 16, "healpixskymap": 12, "hkboardinfo": 10, "hkchannelinfo": 10, "hkmezzanineinfo": 10, "hkmoduleinfo": 10, "housekeep": [3, 5], "how": 16, "hygien": 17, "im": 14, "index": 12, "instal": 16, "interfac": 13, "interpol": 12, "io": [4, 13, 16], "ledgerman": 3, "legaci": 3, "level": 7, "librari": 1, "log": 7, "manipul": 12, "manual": 6, "map": [3, 5, 12], "mask": 12, "memori": 12, "messag": 2, "misbehav": 2, "miscellani": 4, "mix": 1, "modul": [6, 8, 9, 10, 11, 12, 13, 14, 16], "mpi": 13, "mutabl": 14, "nersc": 16, "netcdf": 3, "network": 15, "object": [8, 9, 10, 11, 12, 14, 16], "observ": 5, "open": 16, "output": 15, "over": 15, "overview": [1, 16], "parallel": 13, "per": 6, "person": 16, "pip": 16, "pipelin": [12, 14, 16], "pipelineinfo": 5, "point": 12, "pointingproperti": 8, "pointingpropertiesmap": 8, "previou": 14, "problem": 2, "project": [1, 12], "python": [1, 7, 14, 17], "quantiti": 18, "quaternion": 12, "quick": 16, "reader": 15, "remot": 15, "return": 14, "rotat": 12, "run": 14, "scan": 5, "scienc": 16, "sctp": 3, "segment": 14, "server": 15, "set": [2, 7], "sky": 12, "softwar": 6, "sparsiti": 12, "spt3g": [6, 8, 9, 10, 11, 12, 13], "start": 16, "statist": 12, "stream": 15, "structur": [3, 4], "style": 17, "svn": 17, "system": [1, 16], "techniqu": 14, "test": 1, "throttl": 15, "timepoint": 5, "timestream": 3, "toast": 13, "tool": 3, "trackerpoint": 11, "trackerstatu": 11, "udp": 3, "unit": [16, 18], "us": [7, 15], "usag": 12, "valu": [2, 14], "version": 17, "view": 0, "weight": 12, "wire": [3, 5], "write": 14}})
\ No newline at end of file