IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2013, 9:36:35 AM (13 years ago)
Author:
eugene
Message:

merged changes from trunk

Location:
branches/eam_branches/ipp-20130419
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419

    • Property svn:mergeinfo changed
      /trunk (added)merged: 35423
  • branches/eam_branches/ipp-20130419/ippScripts/scripts/minidvodb_premerge.pl

    r35306 r35436  
    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.