IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of BillsSAS39ViewNotes


Ignore:
Timestamp:
Sep 1, 2015, 11:59:50 AM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BillsSAS39ViewNotes

    v1 v1  
     1Bill's comments on the SAS 39 views
     2
     3StackObjectView is a join of three tables:     ObjectThin
     4    StackObjectThin
     5    StackObjectAttributes
     6
     7Includes all columns from ObjectThin except for batchID.
     8A few (bookkeeping) columns are dropped from StackObjectThin
     9From StackObjectAttributes columns that are duplicates from the thin men are dropped.
     10
     11Mostly looks fine except for the projectionID skycellId issue that I mentioned in my wiki page
     12That is the projectionID and skyCellID do not match the xStackMetaIDs
     13
     14I suggest change the view to incude the values from StackObjectThin instead 
     15and it would be useful to add StackObjectThin.primaryDetection and StackObjectThin.bestDetection
     16
     17At a higher level, given the ambiguity do ObjectThin projectionID & skycellID make sense?
     18Perhaps they should be called primaryProjectionID, primarySkyCellID ?
     19
     20If that change were made to the schema then we could include both in StackObjectView, but I
     21don't see what value that would add.
     22