| | 25 | {{{automate_stacks.pl --date YYYY-MM-DD --check_registration}}} |
| | 26 | |
| | 27 | Confirm that registration is complete, and all needed exposures are available. If exposures are missing (due to an incomplete download or registration error), they are listed along with a note stating whether they are important to the automation or not. |
| | 28 | |
| | 29 | {{{automate_stacks.pl --date YYYY-MM-DD --check_chips}}} |
| | 30 | {{{automate_stacks.pl --date YYYY-MM-DD --queue_chips}}} |
| | 31 | |
| | 32 | The first checks the chips to see if they're ready to be queued (confirms that burntool has finished for all exposures), and the second issues the appropriate chiptool commands. |
| | 33 | |
| | 34 | {{{automate_stacks.pl --date YYYY-MM-DD --check_stacks}}} |
| | 35 | {{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks}}} |
| | 36 | {{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks --force_stack_count}}} |
| | 37 | |
| | 38 | Similar to the chip mode options, check the number of warps against the input exposures to determine if all the warps for a stack are finished, and queue them if so. The --force_stack_count allows this counting to be skipped if an exposure is known to have a uncorrectable error. |
| | 39 | |
| | 40 | Both chip and stack mode options support the --this_target_only and --this_filter_only which allow a specific target or filter to be queued without checking the rest. This is safe because previously queued runs will not be duplicated. |