Changes between Version 2 and Version 3 of diff_fixits
- Timestamp:
- Sep 15, 2010, 9:27:21 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
diff_fixits
v2 v3 1 The text in the box at the bottom of this page gives a somewhat detailed description of how to fix faults due to damaged files. 2 1 3 2 4 {{{ … … 22 24 Yep it's garbage. 23 25 24 To regenerate the file execute the new script that I am going to finish and add to the tools directory. 25 (Or perhaps I will build the feature into warp_skycell.pl) 26 To regenerate the file execute the script in the tools directory. 26 27 27 perl runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --no-update28 perl $path_to_ipp_src/tools/runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --redirect-output 28 29 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.)31 30 32 31 Unfortunately runwarpskycell.pl fails because input chips not found. … … 92 91 93 92 It worked. It would be nice to fix this bug. 93 94 95 If the skycell continues to fault the script rundiffskyfile may be used to fix the problem. 96 97 This script requires that the component have a fault in the database. 98 First turn off diff in stdscience because we are going to revert the fault. 99 100 perl $path_to_ipp_src/tools/rundiffskyfile.pl --diff_id 76373 --skycell_id skycell.1460.009 --redirect-output --update 101 102 --update tells the script to revert the fault, run the program, and update the database. If this parameter is not supplied 103 the images will be made but the database will not be updated. 94 104 }}}
