Skip to content

sondosmohsen/InterPython_Workshop_Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LcAnalyzer

Continuous Integration build in GitHub Actions

Purpose

LcAnalyzer is a package written in Python that allows you to inspect light curves.

Main features

Here are some key features of LcAnalyzer:

  • Reading CSV and Pickle files;
  • Giving the list of unique objects present in the data;
  • Selecting observations of a given star in a given bands;

Prerequisites

LcAnalyzer requires the following Python packages:

  • Pandas - makes use of Pandas's data types and statistical functions
  • Matplotlib - uses Matplotlib to generate statistical plots

The following optional packages are required to run LcAnalyzer's unit tests:

  • pytest - LcAnalyzer's unit tests are written using pytest
  • pytest-cov - Adds test coverage stats to unit testing

About

A template of software project for the Intermediate Python for Astronomical Software Development workshop

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 93.5%
  • Python 6.5%