IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38647


Ignore:
Timestamp:
Jul 28, 2015, 3:14:50 PM (11 years ago)
Author:
watersc1
Message:

Fix for that one label which explains the orphan problem I didn't understand before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/stsci_disks/p0_large.pl

    r38646 r38647  
    129129            }
    130130            if ($#{ $uris } == -1) { # true orphan
     131                if ($key =~ /ecliptic/) {
     132                    $key =~ s%/00hr%:00hr%;
     133                    $neb->replicate($key);
     134                    print "#replicate $key\n";
     135                }
    131136                $found = -1;
    132137            }
Note: See TracChangeset for help on using the changeset viewer.