-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f7d030
commit d5b93f5
Showing
6 changed files
with
3,691 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# decam_ddf_tools / extragalactic_fields / science_with_objects | ||
|
||
Tools for analyzing the non-public databases at NERSC, for the DECam DDF extragalactic fields' data, COSMOS and ELAIS. | ||
|
||
Recall: | ||
|
||
* "object" refers to a single detection in a difference image | ||
* "candidate" refers to associated detections at a given sky location | ||
|
||
|
||
## Modules: | ||
|
||
decam_utils.py : Useful functions for exploring our data. Currently contains: | ||
* plotlc(), a function that makes a lightcurve for a chosen candidate | ||
* rm_dupes(), a function that removes duplicate rows from arrays | ||
* pull_exptimes(), a function that updates fnm_exptime.txt | ||
|
||
|
||
## Notebooks (In Progress) | ||
|
||
### SNIasearch.ipynb | ||
|
||
### SNsearch.ipynb | ||
|
||
### fastrisers.ipynb | ||
|
||
**Inputs/Outputs**<br> | ||
* uses decam_utils.py |
Oops, something went wrong.