IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24172


Ignore:
Timestamp:
May 13, 2009, 12:13:31 PM (17 years ago)
Author:
Paul Price
Message:

Whoops, the flag in diffRun is 'bothways'.

Location:
branches/pap_magic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTasks/diff.pro

    r24171 r24172  
    146146    book getword diffSkyfile $pageName skycell_id -var SKYCELL_ID
    147147    book getword diffSkyfile $pageName camera -var CAMERA
    148     book getword diffSkyfile $pageName inverse -var INVERSE
     148    book getword diffSkyfile $pageName bothways -var BOTHWAYS
    149149    book getword diffSkyfile $pageName workdir -var WORKDIR_TEMPLATE
    150150    book getword diffSkyfile $pageName dbname -var DBNAME
     
    165165
    166166    $run = diff_skycell.pl --threads @MAX_THREADS@ --diff_id $DIFF_ID --skycell_id $SKYCELL_ID --diff_skyfile_id $DIFF_SKYFILE_ID --outroot $outroot --redirect-output
    167     if ($INVERSE > 1)
     167    if ($BOTHWAYS > 1)
    168168       $run = $run --inverse
    169169    end
  • branches/pap_magic/ippTools/share/difftool_todiffskyfile.sql

    r24171 r24172  
    1010    diffRun.label,
    1111    diffRun.state,
    12     diffRun.inverse
     12    diffRun.bothways
    1313FROM diffRun
    1414JOIN diffInputSkyfile USING(diff_id)
Note: See TracChangeset for help on using the changeset viewer.