IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of Psps_MD_PV2_120214


Ignore:
Timestamp:
Dec 3, 2014, 2:43:09 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Psps_MD_PV2_120214

    v3 v4  
    1010select top 100000 ra, dec, primaryF from stackDetectionFull order by newid()
    1111select top 100000 ra, dec, batchid from Object order by newid()
     12select batchid, count(*)  from StackDetectionFull join StackMeta on StackDetectionFull.StackMetaID = StackMeta.StackMetaID group by batchid
     13select batchid, count(objid)  from Detection join ImageMeta on Detection.imageID = ImageMeta.imageID join FrameMeta on FrameMeta.frameID = imageMeta.frameID group by batchid
     14select batchId, count(*) from Object group by batchID;
    1215
    1316}}}