//*********************************************************************************
// interface jephem.astro.sky.StarCatalogs
// Software released under the General Public License (version 2 or later), available at
// http://www.gnu.org/copyleft/gpl.html
//*********************************************************************************
package jephem.astro.sky;
/******************************************************************************
Interface containing constants to identify star catalogs used in JEphem.
@author Thierry Graff.
@history may 02 2002 : Creation
@todo
*********************************************************************************/
public interface StarCatalogs{
//=================================================================================
// PUBLIC CONSTANTS
//=================================================================================
/** Represents the Bright Star Catalogue, 5th Revised Ed. (Preliminary Version). */
public static final int BSC5 = 0;
} //end interface StarCatalogs