TapColumn¶
-
class
astroquery.utils.tap.TapColumn[source]¶ Bases:
objectTAP column object
Constructor
Methods Summary
get_array_size()Returns the TAP column data array size get_data_type()Returns the TAP column data type get_description()Returns the TAP column description get_flag()Returns the TAP column flag (TAP+) get_name()Returns the TAP column name get_ucd()Returns the TAP column ucd get_unit()Returns the TAP column unit get_utype()Returns the TAP column utype set_array_size(arraySize)Sets the TAP column data array size set_data_type(dataType)Sets the TAP column data type set_description(description)Sets the TAP column description set_flag(flag)Sets the TAP column flag (TAP+) set_name(name)Sets the TAP column name set_ucd(ucd)Sets the TAP column ucd set_unit(unit)Sets the TAP column unit set_utype(utype)Sets the TAP column utype Methods Documentation
-
get_array_size()[source]¶ Returns the TAP column data array size
Returns: The TAP column data array size
-
set_array_size(arraySize)[source]¶ Sets the TAP column data array size
Parameters: description : str, mandatory
TAP column data array size
-
set_data_type(dataType)[source]¶ Sets the TAP column data type
Parameters: description : str, mandatory
TAP column data type
-
set_description(description)[source]¶ Sets the TAP column description
Parameters: description : str, mandatory
TAP column description
-
set_flag(flag)[source]¶ Sets the TAP column flag (TAP+)
Parameters: description : str, mandatory
TAP column flag
-
set_ucd(ucd)[source]¶ Sets the TAP column ucd
Parameters: description : str, mandatory
TAP column ucd
-