IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37761


Ignore:
Timestamp:
Dec 18, 2014, 3:56:15 PM (12 years ago)
Author:
watersc1
Message:

I think this will fix the bad targetting on stsci for chip stage
products. I'm unhappy that I can't find a better solution, but if the
template can have or not have the .0, and if the host can have or not
have the .V, I don't see a general solution to the substring
substitution problem other than what I'm doing here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTasks/pantasks.pro

    r37082 r37761  
    573573    strsub $template @HOST@ $host -var $varname
    574574  end
     575
     576    strsub $$varname .0.0/ .0/ -var $varname
     577    strsub $$varname .1.0/ .1/ -var $varname
     578    strsub $$varname .2.0/ .2/ -var $varname
    575579end
    576580
Note: See TracChangeset for help on using the changeset viewer.