Solar and Heliospheric Observatory

Multi tool use
|
Esta página ou secção não cita fontes confiáveis e independentes, o que compromete sua credibilidade (desde julho de 2012). Por favor, adicione referências e insira-as corretamente no texto ou no rodapé. Conteúdo sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|
|
Este artigo ou seção é sobre uma missão espacial atualmente em curso. A informação apresentada pode mudar com frequência. Não adicione especulações, nem texto sem referência a fontes confiáveis. (data da marcação: 06 de janeiro de 2019; editado pela última vez em 17 de dezembro de 2013)
|

|
|

|
Propriedades
|
Massa
|
1850 kg
|
Missão
|
Destino
|
Sol
|
A Solar and Heliospheric Observatory (SOHO) é uma sonda espacial não-tripulada da Agência Espacial Europeia (ESA) e da NASA. Foi lançada em dezembro de 1995, com a finalidade de estudar o Sol.
Apesar dos inúmeros problemas que a sonda tem passado e de ter em muito ultrapassado sua vida útil inicial, a sonda continua operando, enviando para a Terra informações sobre a atividade do Sol.
Instrumentos |
A sonda SOHO transporta 12 intrumentos principais, cada um capaz de realizar observações independentes do Sol. São eles:
- Global Oscillations at Low Frequencies (GOLF)
- Variability of Solar Irradiance (VIRGO)
- Michelson Doppler Imager (MDI)
- Solar UV Measurement of Emitted radiation (SUMER)
- Coronial Diagnostic Spectrometer (CDS)
- Extreme UV Imaging Telescope (EIT)
- UV Coronagraph and Spectrometer (UVCS)
- Large Angle Spectrometer Coronagraph (LASCO)
- Solar Wind Anisotropies (SWAN)
- Charge, Element, Isotope Analysis (CELIAS)
- Suprathermal & Energetic Particle Analyser (COSTEP)
- Energetic Particle Analyser (ERNE)
Ligações externas |
Site da ESA sobre a sonda Soho (em inglês)
Ultimas imagens obtidas pela sonda (em inglês)
Missões para o Sol |
Orbitadores |
Programa Pioneer (Pioneer 5, 6, 7, 8, 9) · Programa Hélios (1, 2) · Ulysses · Yohkoh · GGS WIND · SOHO · ACE · TRACE · RHESSI · Hinode · STEREO · SDO · PICARD · Parker
|
 |
Retorno de amostras |
Genesis
|
Futuro |
Solar Orbiter · Solar Sentinels
|
Canceladas |
Pioneer H
|
Negrito itálico: Missões ativas
|
Sondas do Sistema Solar do século XXI |
Sondas espaciais ativas |
- ACE
- Akatsuki
- ARTEMIS
- Chang'e 2
- Chang'e 5-T1
- Dawn
- DSCOVR
- ExoMars TGO
- IKAROS
- InSight
- Hayabusa 2
- Juno
- Kepler
- LRO
- Mars Express
- 2001 Mars Odyssey
- Mars Orbiter Mission
- MAVEN
MER
- MRO
MSL
- New Horizons
- OSIRIS-REx
- Parker
- SOHO
- STEREO
- Voyager 1
- Voyager 2
- WIND
|
Missões concluídas após 2000 (por ano de conclusão)
|
NEAR Shoemaker (2001)
Deep Space 1 (2001)
Pioneer 10 (2003)
Galileo (2003)
Nozomi (2003)
Genesis (2004)
Huygens (2005)
Mars Global Surveyor (2006)
Phoenix (2008)
Chang'e 1 (2009)
Ulysses (2009)
Chandrayaan-1 (2009)
LCROSS (2009)
SELENE (2009)
Hayabusa (2010)
Spirit (2010)
Stardust (2011)
GRAIL (2012)
Deep Impact (2013)
LADEE (2014)
Venus Express (2015)
MESSENGER (2015)
- Chang'e 3
Yutu (2015)
Rosetta (2016)
Cassini (2017)
LISA Pathfinder (2017)
|
hGkgK8r
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...