Skip to content

A Python package for simulating on-sky telescope data acquisition and forecasting scanning performance.

Notifications You must be signed in to change notification settings

KristinChengWu/mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapping

Documentation Status

mapping is a Python software package for simulating on-sky data acquisition and forecasting scanning performance. The mapping package allows for tools that:

  • Configuring camera instruments with user-defined and/or pre-defined detector arrays.
  • Representing different scan patterns in terms of its offsets as well as its telescope motion.
  • Determining optimal times for observing a particular source.

While default options are specific to PrimeCam and the Fred Young Submillimetre Telescope (FYST), the package can also be used for other telescopes and cameras.

See the full documentation here:

https://mapping-fyst.readthedocs.io/en/latest/

To interact with the tutorial notebooks without installation, you can use this:

https://mybinder.org/v2/gh/KristinChengWu/mapping/HEAD

Below are Overleaf reports of our investigations.

Installation

For local installations, you can install the latest version

pip install git+https://github.com/KristinChengWu/mapping.git#egg=mapping

or upgrade an existing version.

pip install -U git+https://github.com/KristinChengWu/mapping.git#egg=mapping

For use in Docker or other self-contained python projects use the following line in the requirements.txt file:

-e git+https://github.com/KristinChengWu/mapping.git#egg=mapping

About

A Python package for simulating on-sky telescope data acquisition and forecasting scanning performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages