Stripeline User's Manual

An implementation of a simulation/data analysis pipeline for the LSPE/STRIP instrument.

To install Stripeline, start Julia and type the following command:

using Pkg
Pkg.add(PackageSpec(url="https://github.com/lspestrip/Stripeline"))

To run the test suite, type the following command:

using Pkg; Pkg.test("Stripeline")

In this manual, we will often assume that Stripeline has been imported using the following commands:

import Stripeline
const Sl = Stripeline

In this way, we can call functions like genpointings using the syntax Sl.genpointings, instead of the longer Stripeline.genpointings.

Documentation

The documentation was built using Documenter.jl.

Documentation built 2024-04-04T18:04:59.636 with Julia 1.6.7.

Index