Dorado Documentation Overview

(Digitized Observatory Resources for Automated Data Operations)

Overview

Made at YorkObservatory Powered by Astropy Badge Documentation Status Last Commit GitHub issues GitHub release (latest by date including pre-releases) PyPI - Status PyPI PyPI - Format PyPI - License PyPI - Downloads

DORADO

Digitized Observatory Resources for Automated Data Operations (DORADO) is a python based expansion of astropy (and affiliated packages) that aims to be a simple and common framework for data reduction tailored for life at the Allan I. Carswell Observatory at York university, Toronto, Ontario, Canada

☣⚠ DORADO is in beta ⚠☣

DORADO is in beta and as such is highly experimental and still a work in progress. While still in active development DORADO may still be used and experimented with; but a stable channel will not be created until DORADO enters a stable phase in the future.

Use of DORADO while in beta will not result in any risk to your computer or hardware, but may affect stability of software that are written with DORADO or the quality of data that is produced using DORADO.

During the beta, documentation and code commenting may be subpar as many things will being changing regularly with new code being written and rewritten and in-line testing appearing temporarily.

Getting started with dorado:

For help getting started see: Getting Started

Getting Started

Core

Reader

Ceres

Target

Dorphot

Timeseries

Graphing

Putting it Together

Installation

Install dorado by running: pip install dorado.

Note

The dorado project on PyPI .

Examples

In the near future examples, tutorials, and pre-made use scripts will be located here. The first release of Dorado should ship with an example pipeline and data formatting tutorial.

Reference/API

dorado Package

Functions

test(**kwargs)

Run the tests for the package.

Classes

Ceres([filters, data, bias, time, datestr])

The Ceres class encapsulates a set of astronomical data from a single night of observation.

Fournax(name[, epoch, period])

The Fournax class extends the TOI target class to provide a consistent simple, yet robust interface to targets with regular or semi-regular photometric variability for the purposes of lightcurve/timeseries fourier analysis.

Stack(data[, flat, filter, times, ...])

The Stack class encapsulates correlated stacks of image objects and their associated data.

Target(name)

The TOI class represents an astronomical target of interest (TOI) and handles the targets relevent attributes.

aicoPhot()

aico_reader()

dracoPhot([limit_Mag, search_bounds])

timeSeries(times, flux[, name, exptimes, x, ...])

The timeSeries

Class Inheritance Diagram

digraph inheritancecc782bf67f { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Ceres" [URL="../../api/dorado.Ceres.html#dorado.Ceres",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The Ceres class encapsulates a set of astronomical data from a single night of observation."]; "Fournax" [URL="../../api/dorado.Fournax.html#dorado.Fournax",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The Fournax class extends the TOI target class to provide a consistent simple, yet robust interface to targets with regular or semi-regular photometric variability for the purposes of lightcurve/timeseries fourier analysis. "]; "Target" -> "Fournax" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Stack" [URL="../../api/dorado.Stack.html#dorado.Stack",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The Stack class encapsulates correlated stacks of image objects and their associated data."]; "Target" [URL="../../api/dorado.Target.html#dorado.Target",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The TOI class represents an astronomical target of interest (TOI) and handles the targets relevent attributes."]; "aicoPhot" [URL="../../api/dorado.aicoPhot.html#dorado.aicoPhot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "aico_reader" [URL="../../api/dorado.core.aico_reader.html#dorado.core.aico_reader",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "dracoPhot" [URL="../../api/dorado.dracoPhot.html#dorado.dracoPhot",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "timeSeries" [URL="../../api/dorado.timeSeries.html#dorado.timeSeries",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The timeSeries"]; }

Contribute

We love contributions! dorado is open source, built on open source, and we’d love to have you hang out in our community.

Imposter syndrome disclaimer: We want your help. No, really.

There may be a little voice inside your head that is telling you that you’re not ready to be an open source contributor; that your skills aren’t nearly good enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at all, you can contribute code to open source. Contributing to open source projects is a fantastic way to advance one’s coding skills. Writing perfect code isn’t the measure of a good developer (that would disqualify all of us!); it’s trying to create something, making mistakes, and learning from those mistakes. That’s how we all improve, and we are happy to help others learn.

Being an open source contributor doesn’t just mean writing code, either. You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process). Some of these contributions may be the most valuable to the project as a whole, because you’re coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.

Note

This disclaimer was originally written by Adrienne Lowe for a PyCon talk, and was adapted by dorado based on its use in the README file for the MetPy project.

Support/Contact

If you have any questions or would like to contribute to DORADO, please contact @mucephie at <mucephie@my.yorku.ca>. If you are interested in the Allan I. Carswell observatory at York university, you can find more information at our website.

License

This project is Copyright (c) Mucephie and licensed under the terms of the BSD 3-Clause license. This package is based upon the Astropy package template which is licensed under the BSD 3-clause license. See the licenses folder for more information.