TapColumn

class astroquery.utils.tap.TapColumn[source]

Bases: object

TAP 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
get_data_type()[source]

Returns the TAP column data type

Returns:The TAP column data type
get_description()[source]

Returns the TAP column description

Returns:The TAP column description
get_flag()[source]

Returns the TAP column flag (TAP+)

Returns:The TAP column flag
get_name()[source]

Returns the TAP column name

Returns:The TAP column name
get_ucd()[source]

Returns the TAP column ucd

Returns:The TAP column ucd
get_unit()[source]

Returns the TAP column unit

Returns:The TAP column unit
get_utype()[source]

Returns the TAP column utype

Returns:The TAP column utype
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_name(name)[source]

Sets the TAP column name

Parameters:

name : str, mandatory

TAP column name

set_ucd(ucd)[source]

Sets the TAP column ucd

Parameters:

description : str, mandatory

TAP column ucd

set_unit(unit)[source]

Sets the TAP column unit

Parameters:

description : str, mandatory

TAP column unit

set_utype(utype)[source]

Sets the TAP column utype

Parameters:

description : str, mandatory

TAP column utype