Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename to testdata_jointcal Tickets/dm 8556 #5

Merged
merged 2 commits into from
Dec 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jointcal validation data
========================
jointcal test data
==================

This repository contains data to validate the performance of the [jointcal](http://github.com/lsst/jointcal) product.
This repository contains data to test the performance of the [jointcal](http://github.com/lsst/jointcal) product.

Individual sets of testing data should be placed in their own directories, as butler-accessible repositories. They can then be loaded in testing code via the butler and the catalogs fed to jointcal.

Expand All @@ -22,7 +22,7 @@ Astrometry index catalogs corresponding to the twinkles1 data.
cfht
----

Source catalogs, metadata from the validation_data_cfht repository plus a skyMap. The following directories were copied from validation_data_cfht:
Source catalogs, metadata from the `validation_data_cfht` repository plus a skyMap. The following directories were copied from validation_data_cfht:

* data/ -> cfht/
* astrometry_net_data/ -> cfht_and_index/
Expand Down Expand Up @@ -52,6 +52,36 @@ cfht_and_index

Astrometry index catalogs corresponding to the cfht data.

decam
-----

Source catalogs, metadata, and zeroed+compressed images derived from `validation_data_decam`, processed with a recent version of the stack so that they have fully-filled out VisitInfo (afw post-`tickets/DM-8052` merge: git hash 22f008f).

The `bkgd/`, `icMatch/`, and `icSrc/` directories were deleted from the visit sub-directories and the calexps were processed via the included `compress_jointcal_decam_test_data.py` to remove the pixel-level data and gzip compress them to make their size reasonable. I saved a skyMap to `deepCoadds/`, generated by running:

```
makeDiscreteSkyMap.py cfht --output data/deepCoadd --id visit=0176837^0176846 --configfile makeSkyMapConfig.py
```

and this makeSkyMapConfig.py:


```
config.skyMap.projection='TAN'

# dimensions of inner region of patches (x,y pixels)
config.skyMap.patchInnerDimensions=[4000, 4000]

# nominal pixel scale (arcsec/pixel)
config.skyMap.pixelScale=0.263
```

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

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


Git LFS
-------

Expand Down
1 change: 1 addition & 0 deletions ups/validation_data_jointcal.table
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setupRequired(obs_lsstSim)
setupRequired(obs_cfht)
setupRequired(obs_decam)