Target¶
-
class
astroplan.Target(name=None, ra=None, dec=None, marker=None)[source]¶ Bases:
objectAbstract base class for target objects.
This is an abstract base class – you can’t instantiate examples of this class, but must work with one of its subclasses such as
FixedTargetorNonFixedTarget.Defines a single observation target.
Parameters: name : str, optional
ra : WHAT TYPE IS ra ?
dec : WHAT TYPE IS dec ?
marker : str, optional
User-defined markers to differentiate between different types of targets (e.g., guides, high-priority, etc.).
Attributes Summary
decDeclination. raRight ascension. Attributes Documentation
-
dec¶ Declination.
-
ra¶ Right ascension.
-