| 65 | | This stage also defines the pairs for differencing, using the object and comment fields to organize the pairs as is done in nightly science. If a pair is found, the associated `pair_id` fields point at the `chip_id` of the companion exposure, and the `pairwise` flag is set to true. If a pair is not found, `pair_id` is left as NULL, `pairwise` is set to false, and `private` is set to true. This ensures that the difference against the quickstack will not be used by other `lapRun`s. |
| | 65 | This stage also defines the pairs for differencing, using the object and comment fields to organize the pairs as is done in nightly science. If a pair is found, the associated `pair_id` fields point at the `chip_id` of the companion exposure, and the `pairwise` flag is set to true. If a pair is not found, `pair_id` is left as NULL, `pairwise` is set to false, and `private` is set to true. This ensures that the difference against the quickstack will not be used by other `lapRun`s. After queuing the chipRuns, `lapRun.state` is set to `run` to signal that processing has begun, but has not yet finished. |