GithubHelp home page GithubHelp logo

keno / celeste.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeff-regier/celeste.jl

1.0 3.0 0.0 7 MB

Scalable inference for a generative model of astronomical images

License: Other

Makefile 1.12% Ruby 0.07% Shell 0.98% Python 2.67% Julia 95.16%

celeste.jl's Introduction

Celeste.jl

Build Status Coverage Status

Celeste.jl finds and characterizes stars and galaxies in astronomical images. It implements variational inference for the generative model described in

Jeffrey Regier, Andrew Miller, Jon McAuliffe, Ryan Adams, Matt Hoffman, Dustin Lang, David Schlegel, and Prabhat. “Celeste: Variational inference for a generative model of astronomical images”. In: Proceedings of the 32nd International Conference on Machine Learning (ICML). 2015.

Usage

The main entry point is bin/celeste.jl. Run celeste.jl --help for detailed usage information.

Note that in the score mode, the script requires data downloaded from the CasJobs Stripe82 database in a given RA, Dec range. Here's an example query in the RA, Dec range [0, 1], [0, 1]:

select
  objid, rerun, run, camcol, field, flags,
  ra, dec, probpsf,
  psfmag_u, psfmag_g, psfmag_r, psfmag_i, psfmag_z,
  devmag_u, devmag_g, devmag_r, devmag_i, devmag_z,
  expmag_u, expmag_g, expmag_r, expmag_i, expmag_z,
  fracdev_r,
  devab_r, expab_r,
  devphi_r, expphi_r,
  devrad_r, exprad_r
into mydb.s82_0_1_0_1
from stripe82.photoobj
where
  run in (106, 206) and
  ra between 0. and 1. and
  dec between 0. and 1.

Then download the mydb.s82_0_1_0_1 table as a FITS file.

When scoring, one must use RUN, CAMCOL, FIELD combinations that are entirely within the RA, Dec range selected above. To find such fields, run the following query:

select distinct run, camcol, field
from dr8.frame
where
  rerun = 301 and
  ramin > 0 and ramax < 1 and
  decmin > 0 and decmax < 1
order by run

License

Celeste.jl is free software, licensed under version 2.0 of the Apache License.

celeste.jl's People

Contributors

andreasnoack avatar andymiller avatar gostevehoward avatar jeff-regier avatar jrevels avatar kbarbary avatar kpamnany avatar rgiordan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.