IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20113


Ignore:
Timestamp:
Oct 13, 2008, 2:24:18 PM (18 years ago)
Author:
bills
Message:

minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/test/test_lookup.pl

    r18988 r20113  
    5353}
    5454
     55$class_id = "null" if !defined($class_id);
     56
    5557my $results = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id,
    5658            $x, $y, $mjd_min, $mjd_max, $filter, $verbose);
     
    6769    print "\tweight: $i->{weight}\n" if $i->{weight};
    6870    print "\tastrom: $i->{astrom}\n" if $i->{astrom};
     71    if ($img_type ne "stack") {
     72        print "\tcamera: $i->{camera}\n";
     73        print "\texp_id: $i->{exp_id}\n";
     74        print "\texp_name: $i->{exp_name}\n";
     75    }
    6976}
    7077
Note: See TracChangeset for help on using the changeset viewer.