Changeset 20602
- Timestamp:
- Nov 9, 2008, 12:05:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/tools/ds9_regions_mask.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ds9_regions_mask.pl
r20600 r20602 21 21 open $output, "> $masks"; 22 22 while (<$input>) { 23 s/ \#.*//; # Comments23 s/^\#.*//; # Comments 24 24 next unless /\S+/; # Blank line 25 25 if (/^global.*color=(\S+)/) {
Note:
See TracChangeset
for help on using the changeset viewer.
