IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18087


Ignore:
Timestamp:
Jun 11, 2008, 3:35:27 PM (18 years ago)
Author:
eugene
Message:

some commented-out verbosity

File:
1 edited

Legend:

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

    r17663 r18087  
    3232    and defined $camera;
    3333
     34$touch = 0 unless (defined $touch);
     35
    3436$ipprc->define_camera($camera);
    3537
    36 #print "$filerule\n";
    37 #print "$basename\n";
    38 #print "$camera\n";
    39 #print "$class_id\n";
     38# print "$filerule\n";
     39# print "$basename\n";
     40# print "$camera\n";
     41# print "$class_id\n";
    4042
    4143my $filename = $ipprc->filename($filerule, $basename, $class_id);
    42 #print "$filename\n";
     44# print "$filename\n";
     45# print "touch: $touch\n";
    4346
    4447my $realname = $ipprc->file_resolve( $filename, $touch );
Note: See TracChangeset for help on using the changeset viewer.