* Added sorting to plot_uv.py to make plots in sensible baseline order.
* Edited script documentation for plot_map.py
* Changed "-a" in scripting.py so that "-a 0,1,2" includes only baselines that
involve these antennas without autos (i.e. 0_1,0_2,1_2), rather than all
baselines that involve any of the antennas. Listing 1 antenna will
include all baselines involving that antenna.
* Fixed combine_freqs.py to work with new numpy masked arrays.
* Made fitmdl.py have a --sim_auto parameter that rejects auto-correlations
by default. This makes fitmdl.py work more nicely with '-a' change above.