[ascl:2403.010]
FitCov: Fitted Covariance generation
Trusov, Svyatoslav;
Zarrouk, Pauline;
Cole, Shaun;
Norberg, Peder;
Zhao, Cheng;
Aguilar, Jessica Nicole;
Ahlen, Steven;
Brooks, David;
de la Macorra, Axel;
Doel, Peter;
Font-Ribera, Andreu;
Honscheid, Klaus;
Kisner, Theodore;
Landriau, Martin;
Magneville, Christophe;
Miquel, Ramon;
Nie, Jundan;
Poppett, Claire;
Schubnell, Michael;
Tarlé, Gregory;
Zhou, Zhimin
FitCov estimates the covariance of two-point correlation functions in a way that requires fewer mocks than the standard mock-based covariance. Rather than using an analytically fixed correction to some terms that enter the jackknife covariance matrix, the code fits the correction to a mock-based covariance obtained from a small number of mocks. The fitted jackknife covariance remains unbiased, an improvement over other methods, performs well both in terms of precision (unbiased constraints) and accuracy (similar uncertainties), and requires significant less computational power. In addition, FitCov can be easily implemented on top of the standard jackknife covariance computation.
[ascl:2307.022]
TOAST: Time Ordered Astrophysics Scalable Tools
The TOAST software framework simulates and processes timestream data collected by telescopes. The framework can distribute data among many processes and perform operations on the local pieces of the data, and has generic operators for common processing tasks such as filtering, pointing expansion, and map-making. In addition to offering I/O for a limited set of formats, it provides well-defined interfaces for adding custom I/O classes and processing operators. TOAST is written in C++ with a public Python interface, and contains utilities for controlling the runtime environment, logging, timing, streamed random number generation, quaternion operations, FFTs, and special function evaluation.
[ascl:1512.002]
GetData: A filesystem-based, column-oriented database format for time-ordered binary data
The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based, column-oriented database format for time-ordered binary data. Dirfiles provide a fast, simple format for storing and reading data, suitable for both quicklook and analysis pipelines. GetData provides a C API and bindings exist for various other languages. GetData is distributed under the terms of the GNU Lesser General Public License.