IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20602


Ignore:
Timestamp:
Nov 9, 2008, 12:05:39 AM (18 years ago)
Author:
Paul Price
Message:

Only remove comments that take the entire line (otherwise we miss the colour info).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ds9_regions_mask.pl

    r20600 r20602  
    2121open $output, "> $masks";
    2222while (<$input>) {
    23     s/\#.*//;                   # Comments
     23    s/^\#.*//;                   # Comments
    2424    next unless /\S+/;          # Blank line
    2525    if (/^global.*color=(\S+)/) {
Note: See TracChangeset for help on using the changeset viewer.