Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alercebroker/usecases
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioreyes committed Aug 5, 2020
2 parents 9f60b32 + e2288c8 commit e6db1ea
Show file tree
Hide file tree
Showing 28 changed files with 79,939 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="http://alerce.science/wp-content/uploads/2017/08/CM-768x302.png" width="300">
<img src="alerce_logo_rgb_01.png" width="300">

See more information about the ALeRCE broker, including its frontend, in [http://alerce.science/](http://alerce.science/)

Expand All @@ -19,7 +19,11 @@ ALeRCE aims to facilitate the study of stationary (non--moving) variable and tra

## This repository

In this repository we show how to access the ALeRCE ZTF database, focused on different science cases. You can find several introductory jupyter notebooks in the [notebooks](https://github.com/alercebroker/usecases/tree/master/notebooks) directory, which connect to the database, query some tables and does some processing and visualization of the data. If you would like to beta test this please note that ALeRCE is still under development, with very simple taxonomy and classification models. Please report any problems to francisco dot forster at gmail dot com.
In this repository we show how to access the ALeRCE ZTF database, focused on different science cases. You can find several introductory jupyter notebooks in the [notebooks](https://github.com/alercebroker/usecases/tree/master/notebooks) directory, which connect to the database, query some tables and does some processing and visualization of the data. If you would like to beta test this please note that ALeRCE is still under development, with very simple taxonomy and classification models.

***LSST PCW 2020: note that we are undergoing major changes in our database design and we are beta releasing some notebooks which use this new API, which is much richer than our stable version. These notebooks have the "newDB" string on them.***

Please report any problems to francisco dot forster at gmail dot com.

## How can I contribute?

Expand Down
Binary file added alerce_logo_rgb_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions alercereaduser_v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"params" : {
"dbname" : "new_pipeline_ts",
"user" : "alerceread",
"host": "13.58.88.2",
"password" : "alerce2020"
}
}
Loading

0 comments on commit e6db1ea

Please sign in to comment.