Skip to content

Implementation of PLD method for light-curve modeling

Notifications You must be signed in to change notification settings

rychallener/ZEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZEN

Zen Eliminates Noise

This is an implementation of Drake Deming's Pixel-Level Decorrelation (PLD).

Team Members:

To clone the repo:

  git clone --recursive https://github.com/rychallener/ZEN zen

You have to compile the MCcubed package:

  cd zen
  cd mccubed
  make
  cd ..

Edit zen.cfg to your liking. At the very least, you need to specify the location of the files to be read (poetdir, cent, phot) and execute with

  zen.py <eventname> zen.cfg

where eventname is the event code (e.g. wa029bs11).

About

Implementation of PLD method for light-curve modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages