Ignore:
Timestamp:
04/08/05 15:00:19 (19 years ago)
Author:
mar637
Message:

fix for asap0003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r558 r582  
    5959        preserve:      you can preserve (default) the continuum or
    6060                       remove it.  The equations used are
    61                           preserve - Output = Tref * (sig/ref) - Tref
    62                           remove   - Output = Tref * (sig/ref) - Tsig
     61                          preserve:  Output = Toff * (on/off) - Toff
     62                          remove:    Output = Toff * (on/off) - Ton
    6363    """
    6464    varlist = vars()
Note: See TracChangeset for help on using the changeset viewer.