IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36379


Ignore:
Timestamp:
Dec 10, 2013, 3:37:39 PM (13 years ago)
Author:
watersc1
Message:

rawcheck.pl script for cluster wide scanning. Update to skycell_jpeg.pl to not make masks and to do exposure time scaling.

Location:
tags/ipp-20130712/ippScripts
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippScripts/Build.PL

    r35308 r36379  
    115115        scripts/nightly_science.pl
    116116        scripts/lossy_compress_imfile.pl
     117        scripts/rawcheck.pl
    117118        scripts/ipp_apply_burntool.pl
    118119        scripts/ipp_apply_burntool_single.pl
  • tags/ipp-20130712/ippScripts/MANIFEST

    r34800 r36379  
    3939scripts/nightly_science.pl
    4040scripts/lossy_compress_imfile.pl
     41scripts/rawcheck.pl
    4142scripts/ipp_apply_burntool.pl
    4243scripts/ipp_apply_burntool_single.pl
  • tags/ipp-20130712/ippScripts/scripts/skycell_jpeg.pl

    r35855 r36379  
    271271
    272272    my %products = ('image' => "PPSTACK.UNCONV",
    273                     'mask'  => "PPSTACK.UNCONV.MASK",
     273#                   'mask'  => "PPSTACK.UNCONV.MASK",
    274274                    'variance' => "PPSTACK.UNCONV.VARIANCE",
    275275                    'exp'   => "PPSTACK.UNCONV.EXP",
     
    327327                $command .= " -Di BIN1 1 -Di BIN2 1 ";
    328328            }
    329 #           elsif ($key eq 'image') {
    330 #               $command .= " -masks $tangents{$projection_cell}{mask}{NAME} ";
    331 #           }
    332 #           elsif ($key eq 'mask') {
    333 #               next; # This should be made with the images.
    334 #           }
    335             else {
    336                 # Append the image list to other objects, in case the WCS information is unpopulated
    337                 $command .= " -wcsref $tangents{$projection_cell}{image}{NAME} ";
    338             }
     329            elsif ($key eq 'image') {
     330                $command .= " -exptimeOrder 1 ";
     331            }
     332            elsif ($key eq 'variance') {
     333                $command .= " -exptimeOrder 2 ";
     334            }
     335            # Append the image list to other objects, in case the WCS information is unpopulated
     336            $command .= " -wcsref $tangents{$projection_cell}{image}{NAME} ";
     337
    339338            if ($tangents{$projection_cell}{$key}{N} > 0) {
    340339                print "$command\n";
Note: See TracChangeset for help on using the changeset viewer.