CoRoT-6b
CoRoT-6b (previously named CoRoT-Exo-6b)[2] is an exoplanet that was reportedly discovered by the CoRoT mission team on February 2, 2009 orbiting the F type star CoRoT-6. It is located in the Ophiuchus constellation.
Size comparison of CoRoT-6b with Jupiter. | |
Discovery | |
---|---|
Discovered by | CoRoT mission |
Discovery site | Earth orbit |
Discovery date | February 2, 2009 |
Transit method | |
Orbital characteristics | |
0.0855 ± 0.0015 AU (12,790,000 ± 220,000 km)[1] | |
Eccentricity | < 0.1 |
8.887 d | |
Star | CoRoT-6 |
Physical characteristics | |
Mean radius | 1.166±0.035[1] RJ |
Mass | 2.96±0.34 MJ |
Temperature | 1000-1300 |
Properties and location
This planetary object is reported to be about 3.3 times the mass of the planet Jupiter and 1.17 times its size with an orbital period of 8.88 days.[1][3] It is a hot Jupiter with a temperature between 700 and 1000 °C.
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
References
- Fridlund, M.; et al. (2010). "Transiting exoplanets from the CoRoT space mission. IX. CoRoT-6b: a transiting 'hot Jupiter' planet in an 8.9d orbit around a low-metallicity star". Astronomy and Astrophysics. 512. A14. arXiv:1001.1426v1. Bibcode:2010A&A...512A..14F. doi:10.1051/0004-6361/200913767.
- J. Schneider (2009-03-10). "Change in CoRoT planets names". Exoplanets (Mailing list). Archived from the original on 2010-01-18. Retrieved 2009-03-19.
- H. Rauer, M. Fridlund (2009). "CoRoT's exoplanet harvest" (PDF). First CoRoT International Symposium. Archived from the original (PDF) on 2011-07-20. Retrieved 2009-07-08.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.