Changeset 240


Ignore:
Timestamp:
01/21/05 12:28:57 (19 years ago)
Author:
kil064
Message:

add set_instrument

set_fluxunit
b_operate
gain_el
opacity
convert_flux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r226 r240  
    219219            set_freqframe   - set the frame info for the Spectral Axis
    220220                              (e.g. 'LSRK')
     221            set_instrument  - set the instrument name
     222            set_fluxunit    - set the brightness flux unit
    221223            create_mask     - return an mask in the current unit
    222224                              for the given region. The specified regions
     
    235237                              averaged spectrum.
    236238        quotient            - return the on/off quotient
     239        b_operate           - simple mathematical operations on two scan tables
    237240        scale               - returns a scan scaled by a given factor
    238241        add                 - returns a scan with given value added
     
    240243        smooth              - return the spectrally smoothed scan
    241244        poly_baseline       - fit a polynomial baseline to all Beams/IFs/Pols
     245        gain_el             - apply gain-elevation correction
     246        opacity             - apply opacity correction
     247        convert_flux        - convert to and from Jy and Kelvin brightness units
    242248
    243249        fitter
Note: See TracChangeset for help on using the changeset viewer.