| | 1 | |
| | 2 | == Things Bill Sweeney noticed perusing the database using PSI == |
| | 3 | |
| | 4 | Much more to come. |
| | 5 | ------------------------------------------------ |
| | 6 | |
| | 7 | StackObjectView a Join of ObjectThin StackObjectThin and StackObjectAttributes |
| | 8 | ------------------------------------------------------------------------------- |
| | 9 | |
| | 10 | projection and skycellID are taken from ObjectThin and thus is the value |
| | 11 | for the primary stack detection. This causes it the same value |
| | 12 | for all detections for the object even though they come from distinct skycells |
| | 13 | (distinct stacks). |
| | 14 | |
| | 15 | This will be confusing I think. We proabably want to take the values from |
| | 16 | StackObjectThin. |
| | 17 | |
| | 18 | --------- |
| | 19 | |
| | 20 | ForcedMeanObjectView.qualityFlag does not have the expected range of values. |
| | 21 | Looks like it is objInfoFlag range. |
| | 22 | Also objInfoFlag is always equal to dataRelease which is probably related. |
| | 23 | |