Changes between Initial Version and Version 1 of Ticket #264


Ignore:
Timestamp:
03/29/12 15:26:33 (12 years ago)
Author:
Malte Marquarding
Comment:

This is fixed in skydip. Let me know if there are anothers. As a tip

from asap import rcParams

rcParams["verbose"] = False
# now I am quiet
rcParams["verbose"] = True

will silence the "logging" output. You can wrap code you want to be silence into this. This flag is automatically set to False if you run from script. . When run under asap (ipython) it is True (fixed separate issue).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #264

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #264 – Description

    initial v1  
    1 
    21At the moment when one runes utilities such as skydip(), the routine prints Tsys values for each row. In the case of skydip(), one then has to scroll back up and look for the fitted parameters to the fit(s). is it possible to mute output of scan.get_tsys() ?