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
Stripeline.DEM_Q1_RANK
Stripeline.DEM_Q2_RANK
Stripeline.DEM_U1_RANK
Stripeline.DEM_U2_RANK
Stripeline.PWR_Q1_RANK
Stripeline.PWR_Q2_RANK
Stripeline.PWR_U1_RANK
Stripeline.PWR_U2_RANK
Stripeline.STOKES_I_RANK
Stripeline.STOKES_Q_RANK
Stripeline.STOKES_U_RANK
Stripeline.TENERIFE_HEIGHT_M
Stripeline.TENERIFE_LATITUDE_DEG
Stripeline.TENERIFE_LONGITUDE_DEG
Stripeline.ADC
Stripeline.BandshapeInfo
Stripeline.ConfigAngles
Stripeline.Detector
Stripeline.Horn
Stripeline.InstrumentDB
Stripeline.NoiseFitParams
Stripeline.NoiseTemperatureInfo
Stripeline.SpectrumInfo
Stripeline.StokesTod
Stripeline.StripTod
Stripeline.configuration_angles
Stripeline.adc_filter
Stripeline.adc_inv_response
Stripeline.adc_response
Stripeline.allocate_tod
Stripeline.bandpass
Stripeline.bandshape
Stripeline.baseline2map_mpi
Stripeline.defaultdbfolder
Stripeline.deltat_to_deltatrj
Stripeline.deltatrj_to_deltat
Stripeline.demq1
Stripeline.demq2
Stripeline.demu1
Stripeline.demu2
Stripeline.destripe
Stripeline.detector
Stripeline.eastdir
Stripeline.fillnoise!
Stripeline.fknee_hz
Stripeline.genpointings
Stripeline.groundtoearth
Stripeline.noise_k2_hz
Stripeline.northdir
Stripeline.oof_noise_k2_hz
Stripeline.optimized_adc
Stripeline.parsedetdict
Stripeline.parsefpdict
Stripeline.polarizationangle
Stripeline.pwrq1
Stripeline.pwrq2
Stripeline.pwru1
Stripeline.pwru2
Stripeline.sensitivity_tant
Stripeline.spectrum
Stripeline.stokes
Stripeline.stokesi
Stripeline.stokesq
Stripeline.stokesu
Stripeline.t_to_trj
Stripeline.telescopetoground
Stripeline.timetorotang
Stripeline.tnoise
Stripeline.tod2map_mpi
Stripeline.trj_to_t
Stripeline.white_noise_k2_hz