From 4643e1c413c1275c0d154e6986ed92827b33a868 Mon Sep 17 00:00:00 2001 From: Matteo Baratto <75221958+teob97@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:16:19 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcf0da4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Pointing Recontruction (Model) Maps +PRMaps.jl is a set of function to generate maps of the observed signal by the [LSPE/Strip](https://lspe.roma1.infn.it/strip.html) telescope given an input map of the entire sky. +The scanning strategy of the telescope is aviable [here](https://lspestrip.github.io/Stripeline.jl/latest/scanning/). + +However, the main purpose of PRMaps.jl is the introduction of systematic errors on the configuration angles of the telescope (see [here](https://lspestrip.github.io/Stripeline.jl/latest/prm/) for more details). +In this way it is possible to create maps affected by an intrinsic error and compare them with the ideal ones. + +All the maps are represented by [HealpixMaps](https://github.com/ziotom78/Healpix.jl). + +## Documentation +A simple documentation is aviable [here](https://teob97.github.io/PRMaps.jl/dev/). + +## License +Stripeline is released under the MIT license.