Skip to content

Commit

Permalink
FINK data descriptions, refs, etc.
Browse files Browse the repository at this point in the history
Added descriptions for some of the FINK data. Updated parent readme, adding myself and a couple of tidbits.
  • Loading branch information
ColinOrionChandler committed Sep 27, 2024
1 parent 9663a4a commit 9e76e78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ Active object photometric models, tools, and test cases for LSST Data Brokers.

## /data

Test cases to be used to validate activity models. Example comet light curves, real or imagined.
Test cases to be used to validate activity models. Example comet light curves, real or imagined.

## /models

Photometric models designed for active object analysis, especially useful for simple, possibly interactive, tools.

## History

This repository was created as part of a project at the 2024 LSST Solar System Science Collaboration Readiness Sprint.
This repository was created as part of a project at the 2024 LSST Solar System Science Collaboration Readiness Sprint (Oxford, UK).

## Contributors
- Fraser Gillan
- Carrie Holt
- Mike Kelley
- Colin Orion Chandler


## References
Expand Down
10 changes: 6 additions & 4 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Each `.csv` file includes the following columns:
- **aper_arcsec**: Aperture size (arcseconds)
- **mag**: Observed magnitude
- **mag_err**: Magnitude uncertainty
- **filter**: Telescope filter used
- **filter**: Telescope filter used
- **query_datetime (optional)**: date/time queries (e.g., JPL, FINK) were done

## Example Lightcurves

Expand All @@ -27,15 +28,16 @@ Each `.csv` file includes the following columns:
The filenames follow the format: `<objname>_<surveyname>.csv`

- **Typical Jupiter-Family Comet (JFC)**: [`19P_ATLAS.csv`](./19P_ATLAS.csv)
- **Outburst Events**: [`46P_ZTF.csv`](./46P_ZTF.csv)
- **Outburst Events**: [`46P_ZTF.csv`](./46P_ZTF.csv), [`46P_ZTF_FINK.csv`](./46P_ZTF_FINK.csv)
- **Seasonal Effects**: [`67P_ATLAS.csv`](./67P_ATLAS.csv)
- **High Signal-to-Noise Ratio (SNR)**: [`104P_ATLAS.csv`](./104P_ATLAS.csv)
- **Solar Conjunction and Multiple Apparitions**: [`117P_ATLAS.csv`](./117P_ATLAS.csv)
- **Low SNR**: [`179P_ATLAS.csv`](./179P_ATLAS.csv)
- **Nucleus Detection**: [`459P_ATLAS.csv`](./459P_ATLAS.csv)
- **Typical Long-Period Comet (LPC)**: [`C2021S3_LOOK.csv`](./C2021S3_LOOK.csv)
- **Fading Event**: [`C2021Y1_LOOK.csv`](./C2021Y1_LOOK.csv)
- **Unique Case (Gault)**: [`Gault_ZTF.csv`](./Gault_ZTF.csv)
- **Unique Case (Gault)**: [`Gault_ZTF.csv`](./Gault_ZTF.csv), [`Gault_ZTF_FINK.csv`](./Gault_ZTF_FINK.csv)
- **Outbursting Active Asteroid**: ['2016UU121_ZTF_FINK.csv'](./2016UU121_ZTF_FINK.csv)

## Data Sources

Expand All @@ -45,4 +47,4 @@ The data presented in this repository comes from the following publications:
- Kelley et al., 2021 (ZTF - 46P)
- Holt et al., 2024 (LOOK)
- Gillan et al., *in prep* (ATLAS)

- Chandler et al., 2024a (2016 UU121), 2024b (TailNet0, *in prep*)

0 comments on commit 9e76e78

Please sign in to comment.