| 358 | | |
| 359 | | |
| 360 | | |
| 361 | | |
| 362 | | |
| 363 | | |
| | 358 | === pause === |
| | 359 | |
| | 360 | (march 12) |
| | 361 | |
| | 362 | we had a pause at this point: we discovered duplicate cam/skycals were being ingested. This was fixed (there were 3 bugs required to trigger this): |
| | 363 | |
| | 364 | 1. addstar.pro is safe and doesn't load duplicates now |
| | 365 | 2. addstar will quit with an error code if it detects that you try to addstar an exposure that already exists |
| | 366 | 3. addtool will quit with an error code if you try to addprocessedexp an already processed one |
| | 367 | |
| | 368 | This prevents future problems. What about the old ones? They all have duplicates, those are removed by delstar. The delstar command was added to minidvodb_premerge.pl (this is the script that prepares a minidvodb to be ready for merging), and all the prior minidvodbs in state 'merge' were set back so that they all have minidvodb_premerge.pl rerun on them (this removes the duplicates). |
| | 369 | |
| | 370 | all things are proceeding now. |
| | 371 | |
| | 372 | === slice 22 === |
| | 373 | (march 13) |
| | 374 | |
| | 375 | |
| | 376 | queue cam: |
| | 377 | {{{ |
| | 378 | addtool -pretend -definebyquery -label LAP.ThreePi.20120706 -set_dvodb LAP.20120706 -set_minidvodb_group LAP.slice22.part2.cam -set_minidvodb -set_label LAP.slice22.part2.cam -stage cam -uncensored -ra_min 330 -ra_max 360 -decl_min -35 -decl_max 20 -dbname gpc1 -simple | wc |
| | 379 | }}} |
| | 380 | {{{ |
| | 381 | addtool -pretend -definebyquery -label LAP.ThreePi.20120706 -set_dvodb LAP.20120706 -set_minidvodb_group LAP.slice22.cam -set_minidvodb -set_label LAP.slice22.cam -stage cam -uncensored -ra_min 330 -ra_max 360 -decl_min 20 -decl_max 75 -dbname gpc1 -simple | wc |
| | 382 | }}} |
| | 383 | skycal stage: |
| | 384 | {{{ |
| | 385 | addtool -pretend -definebyquery -label LAP.ThreePi.20120706 -set_dvodb LAP.20120706 -set_minidvodb_group LAP.slice22.part2.skycal -set_minidvodb -set_label LAP.slice22.part2.skycal -stage skycal -uncensored -ra_min 330 -ra_max 360 -dec_min -35 -dec_max 20 -dbname gpc1 -simple | wc |
| | 386 | }}} |
| | 387 | {{{ |
| | 388 | addtool -pretend -definebyquery -label LAP.ThreePi.20120706 -set_dvodb LAP.20120706 -set_minidvodb_group LAP.slice22.skycal -set_minidvodb -set_label LAP.slice22.skycal -stage skycal -uncensored -ra_min 320 -ra_max 360 -dec_min 20 -dec_max 75 -dbname gpc1 -simple | wc |
| | 389 | }}} |
| | 390 | |
| | 391 | |
| | 392 | |
| | 393 | |