Changes between Version 1 and Version 2 of diff_fixits
- Timestamp:
- Sep 7, 2010, 10:00:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
diff_fixits
v1 v2 1 1 2 2 {{{ 3 We have 2 diff faults today. Let's fix them. 3 We have 2 diff faults today September 7, 2010. Let's fix them. The techniques described here can 4 be used for other stages. 4 5 5 6 *************************************** … … 19 20 error reading compressed byte stream from binary table 20 21 21 Yep it's toast.22 Yep it's garbage. 22 23 23 24 To regenerate the file execute the new script that I am going to finish and add to the tools directory. … … 26 27 perl runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --no-update 27 28 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 )29 We use --no-update because we don't want to update the database (The warpRun is full. The warpSkyfile is in the database. 30 We just want to fix the bits.) 30 31 31 Unfortunately runwarpskycell fails because input chips not found.32 Unfortunately runwarpskycell.pl fails because input chips not found. 32 33 33 This is sweetspot data from early August being diffed against the stacks.34 This is SweetSpot data from early August being diffed against the stacks. 34 35 35 36 To find out why the data can't be found use … … 37 38 chiptool -processedimfile -chip_id 121251 -class_id xy52 38 39 39 to findthe state of one of the required inputs.40 to list the state of one of the required inputs. 40 41 41 42 We find chipRun has been cleaned (The data was previously processed as warp warp diffs. We've been … … 55 56 Since we'll clean the data soon why bother. 56 57 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. 58 Wait for updates to complete. 5 minutes or so. Check with 59 chiptool -listrun -chip_id 121251 60 to see that the state is full. 62 61 63 62 Then run the runwarpupdate.pl script. Success … … 67 66 68 67 A few minutes later the diff is complete 68 69 Now we can go clean up the chips 70 chiptool -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id 121251 69 71 70 72 *****************************************
