Giter Site home page Giter Site logo

lcplot's Introduction

lcplot

lcplot – a program to plot light curves of variable stars

About

lcplot is a command-line program that plots light curves of variable stars using data from the American Association of Variable Star Observers (AAVSO).

lcplot is written in Perl 5. Apart from the Perl executable, lcplot also needs the Perl modules DateTime, Astro::Time, and LWP::Simple, and gnuplot as plotting engine.

USAGE

To plot visual estimates and V band observations for a star during the last N days use:

lcplot.pl STAR CONSTELLATION NDAYS

To optionally highlight observations done by OBSERVER.

lcplot.pl STAR CONSTELLATION NDAYS OBSERVER

where OBSERVER is the AAVSO observer code

In both cases the result is a PNG file with the plot.

EXAMPLE:

This will plot the last 200 days of observations for khi Cygni, without highlighting any observer:

lcplot.pl khi Cyg 200

It will produce a PNG image with name "Cyg-khi.png".

If we add to the same line an AAVSO observer code, for example, "OBS":

lcplot.pl khi Cyg 200 OBS

It will higlight observations contributed by observer OBS using blue crosses.

lcplot's People

Contributors

dhdeangelis avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.