Skip to content

Commit

Permalink
Merge pull request #17 from lsst/tickets/DM-11395
Browse files Browse the repository at this point in the history
DM-11395: Update testdata_jointcal refcats to new Indexed format
  • Loading branch information
parejkoj committed Feb 1, 2019
2 parents bdc2990 + c9b2a29 commit 3d781f3
Show file tree
Hide file tree
Showing 68 changed files with 162 additions and 2,967 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ Individual sets of testing data should be placed in their own directories, as bu

The directories contained in this repository are listed below, with a description of their contents.

The `cfht`, `decam`, and `hsc` directories each contain a `ref_cats/` directory which contains the `sdss-dr9-fink-v5b` reference catalog in indexed HTM format. These directories were copied from their respective `validation_data_*/` repositories' `ref_cats/` directory.

twinkles1
---------

Twinkles is a synthetic survey produced for the Dark Energy Science Collaboration's first data challenge. The intent with Twinkles is to test detection and analysis of type Ia SNe and strongly lensed quasars. Stars, galaxies and solar system objects were drawn from the LSST universe model. In addition to the standard universe, higher than natural rates of both type Ia SNe and lensed quasar systems were planted in the images. This repository includes one chip for the first 10 r-band visits in a deep drilling field (all observations are on the same night). See [here](https://github.com/DarkEnergyScienceCollaboration/Twinkles/blob/master/doc/Design.md) for a more complete description of the full survey.

The calexps contained in this repository are identically zero and compressed and are only included for their metadata to build the `calexp_md` and VisitInfo. If you want to use the twinkles images, please see the link above for details.

twinkles1_and_index
-------------------

Astrometry index catalogs corresponding to the twinkles1 data.

cfht
----

Expand All @@ -42,17 +39,11 @@ config.skyMap.patchInnerDimensions=[4000, 4000]
config.skyMap.pixelScale=0.185
```

cfht_and_index
--------------

Astrometry index catalogs corresponding to the cfht data.


cfht_minimal
------------

Useful for debugging photometry code. A "minimal" catalog extracted from cfht (see above), containing 2 ccds with 2 sources each.
Two sources in one catalog have a refcat match (using the `cfht_and_index/` reference catalog), and one source is matched between the catalogs.
Two sources in one catalog have a refcat match (using the `cfht` `sdss-dr9-fink-v5b` reference catalog), and one source is matched between the catalogs.
Contains `ccd=12` with (0-indexed) `rows=336,337` of `visit=850587` and `rows=139,140` for `visit=849375`.
In jointcal, the photometry fit will contain 3 valid measuredStars, 2 fittedStars, and 2 refStars.

Expand Down Expand Up @@ -80,11 +71,6 @@ config.skyMap.patchInnerDimensions=[4000, 4000]
config.skyMap.pixelScale=0.263
```

decam_and_index
---------------

Astrometry index catalogs corresponding to the decam data, copied from `validation_data_decam/astrometry_net_data/`.

hsc
---

Expand Down Expand Up @@ -123,12 +109,6 @@ hsc/00*/HSC-?/corr/BKGD-*
hsc/00*/HSC-?/corr/ICEXP*
```

hsc_and_index
-------------

Astrometry index catalogs corresponding to the decam data, copied from `validation_data_hsc/astrometry_net_data/`.


Git LFS
-------

Expand Down
3 changes: 3 additions & 0 deletions cfht/ref_cats/sdss-dr9-fink-v5b/225814.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions cfht/ref_cats/sdss-dr9-fink-v5b/225822.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions cfht/ref_cats/sdss-dr9-fink-v5b/225823.fits
Git LFS file not shown
10 changes: 10 additions & 0 deletions cfht/ref_cats/sdss-dr9-fink-v5b/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import lsst.meas.algorithms.ingestIndexReferenceTask
assert type(config)==lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig, 'config is of type %s.%s instead of lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig' % (type(config).__module__, type(config).__name__)
# String to pass to the butler to retrieve persisted files.
config.ref_dataset_name='sdss'

# Depth of the HTM tree to make. Default is depth=7 which gives
# ~ 0.3 sq. deg. per trixel.
config.indexer['HTM'].depth=7

config.indexer.name='HTM'
3 changes: 3 additions & 0 deletions cfht/ref_cats/sdss-dr9-fink-v5b/master_schema.fits
Git LFS file not shown
1 change: 0 additions & 1 deletion cfht_and_index/README.txt

This file was deleted.

0 comments on commit 3d781f3

Please sign in to comment.