Skip to content

Commit

Permalink
Add gaia refcat for HSC test data
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Feb 9, 2017
1 parent 1ede07a commit 5e51d6e
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/757888.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/757890.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/757891.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758336.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758337.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758338.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758339.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758349.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758350.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758351.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758592.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758593.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758594.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758595.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758605.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758606.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/758607.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/794688.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/795008.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/795009.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/795011.fits
Git LFS file not shown
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/795520.fits
Git LFS file not shown
10 changes: 10 additions & 0 deletions hsc/ref_cats/gaia/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='gaia'

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

config.indexer.name='HTM'
3 changes: 3 additions & 0 deletions hsc/ref_cats/gaia/master_schema.fits
Git LFS file not shown

0 comments on commit 5e51d6e

Please sign in to comment.