I was able to run runDecamTest.sh and obtained validating outputs as follows:
5019 sources in ccd: 10
|
5283 sources in ccd: 11
|
5192 sources in ccd: 12
|
5395 sources in ccd: 13
|
5171 sources in ccd: 14
|
5831 sources in ccd: 15
|
5726 sources in ccd: 16
|
5209 sources in ccd: 17
|
5428 sources in ccd: 18
|
48254 total sources in reference visit.
|
Visits : [{'filter': 'z', 'ccdnum': 10, 'visit': 176846}] 1104 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 11, 'visit': 176846}] 1198 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 12, 'visit': 176846}] 1211 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 13, 'visit': 176846}] 503 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 14, 'visit': 176846}] 1008 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 15, 'visit': 176846}] 1710 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 16, 'visit': 176846}] 1961 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 17, 'visit': 176846}] 2006 matches found
|
Visits : [{'filter': 'z', 'ccdnum': 18, 'visit': 176846}] 1808 matches found
|
Median value of the astrometric scatter - all magnitudes: 116.269301336 mas
|
Astrometric scatter (median) - mag < 21.0 : 63.7 mas
|
Median astrometric scatter 63.7 mas is larger than reference : 25.0 mas
|
I don't understand the purpose of defaultData in checkAstrometry.py. Is it necessary there? If so, please provide docstring. Also, its parameter 'repo' is not used. isExtended in checkAstrometry.py is also missing docstring.
Please rewrite and clean up the commit history before merging. Many commits can be squashed, e.g.,
- Rename files to camelCase convention.
- Rename 'main' -> 'run'
- Updated README with DECam validation.
- Run validation on CCDs 10-18; expect >10000 matches.
- Update Cfht->Decam in runDecamTest example
- Fix whitespace and script to pass flake8+shellcode
- Add obs_decam to list of pre-requisites
Also see my last comment. I might have missed things, but you get the idea.
Beyond the scope of this ticket, I see many measurement warnings like this:
processCcdDecam.measurement WARNING: Error in base_Variance.measure on record 75950977596788670: The center is outside the Footprint of the source record
|
Is this expected?
Test done and successful. Need to find a place for the `valid_cosmos.py` code to live.