3. The TASOC Data Validation module

https://github.com/tasoc/dataval/actions/workflows/tests.yml/badge.svg?branch=devel https://img.shields.io/codecov/c/github/tasoc/dataval/devel Hits-of-Code license

This module provides the data-validation setup for the TESS Asteroseismic Science Operations Center (TASOC) pipeline.

The code is available through our GitHub organization (https://github.com/tasoc/dataval) and full documentation for this code can be found on https://tasoc.dk/code/.

3.1. Installation instructions

  • Start by making sure that you have Git Large File Storage (LFS) installed. You can verify that is installed by running the command:

    >>> git lfs version
    
  • Go to the directory where you want the Python code to be installed and simply download it or clone it via git as:

    >>> git clone https://github.com/tasoc/dataval.git .
    
  • All dependencies can be installed using the following command. It is recommended to do this in a dedicated virtualenv or similar:

    >>> pip install -r requirements.txt
    

3.2. How to run tests

You can test your installation by going to the root directory where you cloned the repository and run the command:

>>> pytest

3.3. Running the data validation

Soon to come…


3.4. Module Overview

3.5. Command-line Utilities