No project description provided
Project description
TAPE (Timeseries Analysis & Processing Engine)
The Time series Analysis and Processing Engine (TAPE) is a framework for distributed time series analysis which enables the user to scale their algorithms to large datasets, created to work towards the goal of making LSST time series analysis accessible. It allows for efficient and scalable evaluation of algorithms on time domain data through built-in fitting and analysis methods as well as support for user-provided algorithms. TAPE supports ingestion of multiple time series formats, enabling easy access to both LSST time series objects and data from other astronomical surveys.
In short term we are working on two main goals of the project:
- Enable efficient and scalable evaluation of algorithms on time-domain data
- Enable ease of access to time-domain data in LSST
This is a LINCC Frameworks project - find more information about LINCC Frameworks here.
To learn about the usage of the package, consult the Documentation.
Installation
TAPE is available to install with pip, using the "lf-tape" package name:
pip install lf-tape
Getting started - for developers
Download code and install dependencies in a conda environment. Run unit tests at the end as a verification that the packages are properly installed.
$ conda create -n seriesenv python=3.11
$ conda activate seriesenv
$ git clone https://github.com/lincc-frameworks/tape
$ cd tape/
$ pip install .
$ pip install .[dev] # it may be necessary to use `pip install .'[dev]'` (with single quotes) depending on your machine.
$ pip install pytest
$ pytest
Acknowledgements
LINCC Frameworks is supported by Schmidt Futures, a philanthropic initiative founded by Eric and Wendy Schmidt, as part of the Virtual Institute of Astrophysics (VIA).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.