IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of LAP_Czar


Ignore:
Timestamp:
Oct 11, 2011, 4:12:02 PM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP_Czar

    v1 v1  
     1= LAP Czaring =
     2
     3== Overall czaring sequence ==
     4
     5 * Check the current runs: `laptool -listrun -seq_id 8 -state run`
     6   * If everything was recently registered, or has a defined stack association id, it's probably ok.
     7   * If a run is old, or looks stuck, look at the exposures:  `laptool -exposures -lap_id LLL`
     8     * Is something stuck because of a fault? Revert it.
     9     * Is something failing after a revert? It probably has a corrupt file, check the log and fix it.
     10     * Is something weird? If you can't figure out why exposure X is holding things up, kick it out so we can move on: `laptool -updateexp -lap_id LLL -exp_id XXX -set_data_state drop`
     11
     12== Examples ==
     13
     14After calling `laptool -exposures -lap_id 1230 -simple`:
     15
     16{{{
     17 1230 RINGS.V3 skycell.1405 r.00000 run 2011-10-11T01:58:46.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 97873 307033 307034 F T T full full 0 60 283612 full 0 1 267013 full 270040 full 12 71 219206 174035 cleaned 2 59
     18}}}
     19
     20This is fine. It was generated from an update call, and so that's why the diffRun.state is cleaned, but the other states are full. 
     21
     22{{{
     23 1230 RINGS.V3 skycell.1405 r.00000 run 2011-10-11T01:58:46.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 97902 307036 307035 F T T to_magic update 0 60 283614 full 0 1 267017 full 270044 update 10 72 -1 174036 cleaned 4 60
     24}}}
     25
     26This is also ok.  It's another exposure being updated, but is waiting on the chip stage to finish updating.  The lapExp.data_state value of "to_magic" denotes that LAP is waiting for this to destreak the warp stage.
     27
     28{{{
     29 1230 RINGS.V3 skycell.1405 r.00000 run 2011-10-11T01:58:46.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 98666 319194 319195 F T T full full 0 60 296302 full 0 1 279553 full 281037 full 7 68 225586 178478 full 4 61
     30}}}
     31
     32This exposure was first processed as part of this lapRun, and has completely finished regular processing.  There should be no problems with this exposure.
     33
     34{{{
     35 1230 RINGS.V3 skycell.1405 r.00000 run 2011-10-11T01:58:46.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 101218 307039 9223372036854775807 T F T to_diff full 0 60 283617 full 0 1 267018 full 270045 full 10 71 0 9223372036854775807  0 0
     36}}}
     37
     38This exposure does not have a pair, and so the private bit is set to TRUE, and the pairwise bit is set to FALSE.  Since we have not made any stacks yet, this exposure is waiting for that.  Since it is likely to span multiple projection cells, it may not get a diff as part of this lapRun.  In this case, it will have lapExp.data_state set to 'drop' when the lapRun reaches the diff check.
     39
     40{{{
     41 1241 RINGS.V3 skycell.1586 r.00000 run 2011-10-11T15:26:03.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 97951 319256 319258 F T T to_diff full 0 60 296359 full 0 1 279618 full 281149 full 6 67 0 9223372036854775807  0 0
     42}}}
     43
     44Regular pairwise diff.  It's waiting on other data so the stacks can be made, and once that's done, will do the diff.
     45
     46{{{
     47 1241 RINGS.V3 skycell.1586 r.00000 run 2011-10-11T15:26:03.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 97976 319461 319462 F T T new new 0 0 9223372036854775807  0 0 9223372036854775807  9223372036854775807  0 0 9223372036854775807 9223372036854775807  0 0
     48}}}
     49
     50Regular new exposure.  No processing has been done yet, but there shouldn't be any problems with it.
     51
     52{{{
     53 1241 RINGS.V3 skycell.1586 r.00000 run 2011-10-11T15:26:03.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 98678 319235 319233 F T T exists full 0 60 296343 full 0 1 279655 full 281187 full 4 68 0 9223372036854775807  0 0
     54}}}
     55
     56Similarly, this is an exposure that was already largely processed as part of another lapRun.
     57
     58{{{
     59 1209 RINGS.V3 skycell.1408 g.00000 run 2011-10-10T13:55:40.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 384906 314005 314002 F T T drop cleaned 0 60 291112 full 1 1 9223372036854775807  9223372036854372036854775807  0 0
     60}}}
     61
     62This exposure was dropped from further processing because it has a bad quality value at the camera stage (probably a problem with the astrometry).
     63
     64{{{
     65 1230 RINGS.V3 skycell.1405 r.00000 run 2011-10-11T01:58:46.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 209356 307042 307045 F T T to_magic error_cleaned 0 60 283621 full 0 1 267023 full 270050 update 13 75 -1 174042 cleaned 3 62
     66}}}
     67
     68The chip processing for this exposure wasn't fully cleaned, and due to a peculiarity with the update code, it wasn't fully updated.  This can be fixed by calling chiptool:
     69{{{
     70chiptool -updateprocessedimfile -set_state cleaned -chip_id 307042 -class_id XY46
     71chiptool -updaterun -set_state cleaned -chip_id 307042
     72chiptool -setimfiletoupdate -chip_id 307042 -set_label LAP.ThreePi.20110809
     73}}}
     74
     75{{{
     761222 RINGS.V3 skycell.1494 i.00000 run 2011-10-10T17:49:40.000000 0 LAP.ThreePi.20110809 LAP.ThreePi 208760 306559 306557 F T T to_magic update 0 60 282803 full 0 1 266222 full 269249 update 7 71 -1 173576 cleaned 5 64
     77}}}