Ignore:
Timestamp:
09/08/09 18:47:19 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1424

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: Added 'verify' parameter for asapmath.calps, asapmath.calnod, asapmath.calfs, and scantable.auto_quotient

Test Programs: do calibration using sdaverage with verify=True

Put in Release Notes: Yes

Module(s): task sdaverage and sdcal

Description: Describe your changes here...

I have added verify parameter to verify calibration result.
If verify=True, methods plot pre- and post-calibration spectra and asks user
to be acceptable calibration or not.
If not, calibration will not be applied.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/scantable.py

    r1629 r1631  
    18161816        s._add_history("set_sourcetype", varlist)
    18171817
    1818     def auto_quotient(self, preserve=True, mode='paired'):
     1818    def auto_quotient(self, preserve=True, mode='paired', verify=False):
    18191819        """
    18201820        This function allows to build quotients automatically.
    1821         It assumes the observation to have the same numer of
     1821        It assumes the observation to have the same number of
    18221822        "ons" and "offs"
    18231823        Parameters:
Note: See TracChangeset for help on using the changeset viewer.