| Version 1 (modified by , 9 years ago) ( diff ) |
|---|
DR2 Wiki
DVO/cmf/smf level
IppToPsps Notes
Batch Progress
* last updated 9/27/2017 *
| batch type | dvo/cmf/smf status | schema status | ipptopsps ready? | batches expected | batches made | comments | |
| IN | |||||||
| FW | duplicates in poles, needs gene | done | yes | 997k (need exact number) | 85% (need exact number) | ||
| P2 | done | done | yes | 374446 | 374272 | needs cleanup - had missing smf files | |
| OB | need new dvo cal | changes | no (changes) | ||||
| ST | need new dvo cal | ||||||
| FO | ?? | ||||||
| FG | need to build master dvodb | ||||||
| DF | not for dr2 | ||||||
| DO | not for dr2 | ||||||
PSPS database checks
specific for Conrad
specific for Conrad/Bernie
- batch row count checks for stacks
select (uniquePspsSTid/1000000000) , count(*) from StackObjectThin group by (uniquePspsSTid/1000000000) select (uniquePspsSTid/1000000000) , count(*) from StackObjectThinAttributes group by (uniquePspsSTid/1000000000) select (uniquePspsSTid/1000000000) , count(*) from StackApFlx group by (uniquePspsSTid/1000000000) select (uniquePspsSTid/1000000000) , count(*) from StackApFlxExGalUnc group by (uniquePspsSTid/1000000000) select (uniquePspsSTid/1000000000) , count(*) from StackApFlxExGalCon6 group by (uniquePspsSTid/1000000000) select (uniquePspsSTid/1000000000) , count(*) from StackApFlxExGalCon8 group by (uniquePspsSTid/1000000000)
- batch row count checks for forced warps
- ForcedWarpMeta -- need to think about this, it's a small table, should be easy to verify.
- ForcedWarpToImage -- need to to think about this, it's a small table, should be easy to verify.
These queries will effectively make a list of 'batchid', and rows in each batch, for each of these tables. HAF needs to make a master list of what we expect. It's easy to join in topcat, and correlate batchid with ra/dec area of sky, it will be possible to make plots to verify coverage.
select (uniquePspsFWid/1000000000) , count(*) from ForcedWarpMeasurement group by (uniquePspsFWid/1000000000) select (uniquePspsFWid/1000000000) , count(*) from ForcedWarpMasked group by (uniquePspsFWid/1000000000) select (uniquePspsFWid/1000000000) , count(*) from ForcedWarpExtended group by (uniquePspsFWid/1000000000) select (uniquePspsFWid/1000000000) , count(*) from ForcedWarpLensing group by (uniquePspsFWid/1000000000)
Note:
See TracWiki
for help on using the wiki.
