Allocate/load STARTABLE

create_startable,starids Allocate STARTABLE, initialize star IDs.
read_catalogs Read catalogs corresponding to CCC identifier.
get_startable,starids Compound procedure to allocate and read.

Example: get_startable,['FKV0193','BSC1412','HDN198217']. Remember that the catalog identifier (e.g. HDN) determines which catalog is to be accessed for that particular star. See next section for routines to rename stars and inquire cross indices.

list_star,star_id$<$_char$>$

Print currently loaded information on star to screen. Star is identified by catalog and number, e.g. BSC1708, FKV0193. For more options, see part on STARBASE.
get_startable
Create startable and fill with catalog information for stars listed in scantable. Note that in this mode (i.e. without parameter), the procedure will prepare the table specifically for use by CHAMELEON. This involves getting the stellar positions from the Hipparcos catalog, diameters from diameters.bsc, and colors from the bright star catalog. If a list of stars is specified, just the catalog data available in the specified catalogs is loaded.
rename_starids,from-to$<$_char$>$
Rename stars, e.g. from FKV designation to BSC designation, in which case from-to would be `fkv-bsc'.