IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24343


Ignore:
Timestamp:
Jun 5, 2009, 12:54:04 PM (17 years ago)
Author:
Paul Price
Message:

Removing debugging statements.

File:
1 edited

Legend:

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

    r24342 r24343  
    9797my $numBad = 0;                 # Number of bad sources
    9898my $radius_scale = $radius / ($mag_min - $mag_max + 1.0); # Scaling for radius
    99 print "Scaling: $mag_min --> $mag_max ==> $radius_scale\n";
    10099for (my $i = 0; $i < $numRows; $i++) {
    101100    my $col;                    # Colour to use
     
    111110    $r -= ($$mag[$i] - $mag_min) * $radius_scale if defined $mag_radius;
    112111    print $coordFile "image; circle(" . ($$x[$i] + 1) . ',' . ($$y[$i] + 1) . ",$r) \# color = $col\n";
    113     print "image; circle(" . ($$x[$i] + 1) . ',' . ($$y[$i] + 1) . ",$r) \# color = $col\n";
    114112}
    115113close $coordFile;
Note: See TracChangeset for help on using the changeset viewer.