Changes between Initial Version and Version 1 of NegativeBandpassFlagging


Ignore:
Timestamp:
04/20/07 11:05:26 (17 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NegativeBandpassFlagging

    v1 v1  
     1== Correct for negative values in the MOPS bandpass ==
     2
     3Go to this page  source:trunk/plugins/vanvleck_flag.py and click on one of the links at the bottom '''Download in other formats'''
     4
     5
     6To enable the functionality you have two options.
     7
     8
     9a)
     10{{{
     11cat vanvleck_flag.py >> ~/.asap/asapuserfuncs.py
     12}}}
     13This will make it available automatically.
     14
     15b)
     16
     17copy the script somewhere.
     18
     19Then each time you start asap or at the top of and asap script.
     20{{{
     21execfile("sommewhere/vanvleck_flag.py")
     22}}}
     23Usage:
     24{{{
     25s = scantable("my_dodgey_MOPS_file.rpf")
     26s.vanvleck_flag() # with an an optional level  below which to flag ( default 5.0)
     27}}}
     28This is applied to the data "insitu"
     29
     30Hopefully this problem will be rectified by Warwick in time for the next observing season.