--------------------------
> Added a new command line input parameter for
providing the object name. Originally the object
name was grabbed solely from the FITS header, but
not all FITS files will have an object entry. The
object name is required, however, for grabbing the
corresping RA and Dec from the star.dat file.
Judi Provencal recommended adding a command line
option. The new command line option is -o, or
--object. By default this option is set to None,
in which case the header is used.
> Changed activation and deactivation functionality
of the Garbage and Zoom rectangle selectors.
Originally, once activated with the "g" or "z"
input keys, they would remain active until
deactivated using the same input keys. This would
lead to some confusion during use, as it was often
easy to forget one selector was activated which
then blocked activation of the other selector.
Now, each selector is automatically deactivated
after use, though it can still be manually
deactivated if, once a user activates it, they
realize they don't want to use it.
> Added a Reverse Garbage Selector which, when you
draw a box, will delete all of the points OUTSIDE
of the box rather than inside the box. This
feature can be activated and deactivated using
the "r" keyboard input.