-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |