IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of diff_fixits


Ignore:
Timestamp:
Sep 15, 2010, 9:27:21 AM (16 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • diff_fixits

    v2 v3  
     1The 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
    13
    24{{{
     
    2224Yep it's garbage.
    2325
    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)
     26To regenerate the file execute the script in the tools directory.
    2627
    27     perl runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --no-update
     28    perl $path_to_ipp_src/tools/runwarpskycell.pl --warp_id 90720 --skycell_id skycell.1194.140 --redirect-output
    2829
    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.)
    3130
    3231Unfortunately runwarpskycell.pl fails because input chips not found.
     
    9291
    9392It worked. It would be nice to fix this bug.
     93
     94
     95If the skycell continues to fault the script rundiffskyfile may be used to fix the problem.
     96
     97This script requires that the component have a fault in the database.
     98First 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
     103the images will be made but the database will not be updated.
    94104}}}