Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
The bias value can be a single value, in which case the entire data array in the sdrecord is offset by one value. It can also be an array of values if the user wishes to apply different offsets to each polarization. The length of the offset array in this case must equal the number of polarizations in the sdrecord.
scan | scan | ||
Allowed: | SDRecord | ||
Default: | no default | ||
offset | bias level to add | ||
Allowed: | float or array of floats | ||
Default: | no default |
- scan := d.getc(2) - biasedscan := d.scanbias(scan,0.5); - d.plotscan(biasedscan) - biasedscan_b := d.scanbias(scan,[0.5,-0.5]); - d.plotscan(biasedscan_b)