IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35423


Ignore:
Timestamp:
Apr 22, 2013, 10:44:39 AM (13 years ago)
Author:
heather
Message:

adds delstar function to minidvodb_premerge

File:
1 edited

Legend:

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

    r35306 r35423  
    129129            # relphot only takes lower case gpc1
    130130            my $relphot_camera = lc($camera);
    131             my $command  = "$relphot -averages -update";
    132             $command .= " -D CAMERA $relphot_camera";
    133             $command .= " -D CATDIR $minidvodb";
     131            #my $command  = "$relphot -averages -update";
     132            #$command .= " -D CAMERA $relphot_camera";
     133            #$command .= " -D CATDIR $minidvodb";
     134            #this is a friday hack
     135            my $command = "echo skipping relphot";
    134136            print "$command\n";
    135137            my $mjd_relphot_start = DateTime->now->mjd;   # MJD of starting script
Note: See TracChangeset for help on using the changeset viewer.