IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of diff_fixits


Ignore:
Timestamp:
Sep 7, 2010, 10:00:22 AM (16 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • diff_fixits

    v1 v2  
    11
    22{{{
    3 We have 2 diff faults today. Let's fix them.
     3We have 2 diff faults today September 7, 2010. Let's fix them. The techniques described here can
     4be used for other stages.
    45
    56***************************************
     
    1920    error reading compressed byte stream from binary table
    2021
    21 Yep it's toast.
     22Yep it's garbage.
    2223
    2324To regenerate the file execute the new script that I am going to finish and add to the tools directory.
     
    2627    perl runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --no-update
    2728
    28 no-update because we don't want to update the database (The warpRun is full. The warpSkyfile is in the database.
    29 We just want to fix the bits)
     29We use --no-update because we don't want to update the database (The warpRun is full. The warpSkyfile is in the database.
     30We just want to fix the bits.)
    3031
    31 Unfortunately runwarpskycell fails because input chips not found.
     32Unfortunately runwarpskycell.pl fails because input chips not found.
    3233
    33 This is sweetspot data from early August being diffed against the stacks.
     34This is SweetSpot data from early August being diffed against the stacks.
    3435
    3536To find out why the data can't be found use
     
    3738    chiptool -processedimfile -chip_id 121251 -class_id xy52
    3839
    39 to find the state of one of the required inputs.
     40to list the state of one of the required inputs.
    4041
    4142We find chipRun has been cleaned (The data was previously processed as warp warp diffs. We've been
     
    5556Since we'll clean the data soon why bother.
    5657
    57 Since magicked == -1 destreaking is necessary for the warps to run so
    58 
    59        magicdstool -updaterun -set_state new -set_label update -magic_ds_id 215998
    60 
    61 Wait for updates to complete. 5 minutes or so.
     58Wait for updates to complete. 5 minutes or so. Check with
     59       chiptool -listrun -chip_id 121251
     60to see that the state is full.
    6261
    6362Then run the runwarpupdate.pl script. Success
     
    6766
    6867A few minutes later the diff is complete
     68
     69Now we can go clean up the chips
     70   chiptool -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 121251
    6971
    7072*****************************************