IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28570


Ignore:
Timestamp:
Jul 1, 2010, 11:06:57 AM (16 years ago)
Author:
Paul Price
Message:

Explicitly turn off photometry for update mode --- it leads to 'bad quality' flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r28569 r28570  
    301301    if ($run_state eq "new") {
    302302        $command .= " -photometry";
     303    } else {
     304        $command .= " -Db PHOTOMETRY FALSE";
    303305    }
    304306    $command .= " -inverse" if $inverse;
Note: See TracChangeset for help on using the changeset viewer.