IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2008, 2:25:10 PM (17 years ago)
Author:
bills
Message:

turn off destreaking of mask and weight images for now for speed

File:
1 edited

Legend:

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

    r20705 r20732  
    131131if ($skycell_args) {
    132132    my $command = "$magictool -magic_id $magic_id -diffskyfile $skycell_args";
     133    $command .= " -class_id $class_id" if $class_id;
    133134    $command .= " -dbname $dbname" if defined $dbname;
    134135    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    176177    $command .= " -recovery $recoverydir" if defined $recoverydir;
    177178    $command .= " -astrom $astrom" if defined $astrom;
    178     $command .= " -mask $mask" if defined $mask;
    179     $command .= " -weight $weight" if defined $weight;
     179    # skip mask and weight images for now
     180#    $command .= " -mask $mask" if defined $mask;
     181#    $command .= " -weight $weight" if defined $weight;
    180182    $command .= " -skycelllist $skycell_list" if defined $skycell_list;
    181183    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.