| 142 | | The master list of items to be processed comes from the gpc1 {{{addRun}}} table, which lists all items currently merged into the DVO database we are using. From this list, {{{queue.py}}} subtracts items that have already been successfully loaded to the datastore already, as well as items that have routinely failed to process, and queues up the remainder. |
| | 142 | For stacks and single-frame detections, the master list of items to be processed comes from the gpc1 {{{addRun}}} table, which lists all items currently merged into the DVO database we are using. From this list, {{{queue.py}}} subtracts items that have already been successfully loaded to the datastore already, as well as items that have routinely failed to process, and queues up the remainder. For object batches, the DVO database is queries for individual regions that fall within the box. So: |
| | 143 | |
| | 144 | || '''Batch type''' || '''unique identifier''' || |
| | 145 | || P2 || cam_id from gpc1 database || |
| | 146 | || ST || stack_id from gpc1 database || |
| | 147 | || OB || INDEX from SkyTable.DAT file in DVO database || |