Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Matt Craig edited this page Jan 28, 2016 · 3 revisions

Roadmap

Go here for editing for now: https://docs.google.com/document/d/1dey3VRDZJdIRP7NfXwqRejlTp7RxrFc9skXHZ49-mb4/edit?usp=sharing

This repository contains software that does three things related to point source:

  • Image viewer with:
    • Overlay catalog
    • Show photometry settings
    • Choose photometry settings
    • Adjust settings based on seeing
  • Perform photometry in python
    • Use sep and/or photutils to do the actual low-level photometry.
    • Given a list of sources in one image, match that list across several images.
    • Implement a way to a find good comparison stars. (see lemon and oscaar)
    • Perform differential photometry (several methods of doing this, e.g. Howell, )
    • Good way to visualize multiple nights of data.
  • Period finding/variable type identification
    • Lomb-Scargle (gatspy)
    • Model-fitting of data (pre-whitening, etc)
    • Maybe identify type of variable? (upsilon)
Clone this wiki locally