| Match best PhotoObjs to sectors. |
| A PhotoObj should only appear once in this list because any ra,dec should belong to a unique sector |
| Index Type | Key or Field List |
| primary key | objid, regionID |
| foreign key | PhotoObjAll(objID) |
| foreign key | Sector(regionID) |
| covering unique index | regionID, objid |