| 13 | 13 | * Step 2: investigate the state of diffs: {{{ nightly_science.pl --debug --verbose --queue_diffs --date 2014-02-24 }}} This command does not actually execute any commands, but does the full logic check to see what's up. The interesting line is: {{{ diff_queue: Number of input warps to make diffs is not even for target OSS and object ps1_14_1783! 4 : I should declare an exposure to be qualityy. }}}, which despite the spelling error, points out that object ps1_14_1783 has 5 warps, and so it needs to exclude one (because diffs require an even number of exposures). However, this is done based on exp_id (for historical reasons), which kicks out the visit 1 instance. |