Exploring Solar Observational Data with Python

Exploring Solar Observational Data with Python

Professional Development

5 Qs

quiz-placeholder

Similar activities

Organs

Organs

6th Grade - Professional Development

10 Qs

Project Supreme Kick Off

Project Supreme Kick Off

Professional Development

10 Qs

Food and Digestion

Food and Digestion

4th Grade - Professional Development

10 Qs

Lesson 6 - Managed Services Machine Learning

Lesson 6 - Managed Services Machine Learning

Professional Development

10 Qs

C-ZAD Quiz

C-ZAD Quiz

Professional Development

9 Qs

Let us have a review!

Let us have a review!

Professional Development

10 Qs

Classification of Microorganisms - MicroCore Review Center

Classification of Microorganisms - MicroCore Review Center

University - Professional Development

10 Qs

Labour and Fetal Asphyxia

Labour and Fetal Asphyxia

Professional Development

10 Qs

Exploring Solar Observational Data with Python

Exploring Solar Observational Data with Python

Assessment

Quiz

Science

Professional Development

Medium

Created by

斤欠 斤欠

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

REORDER QUESTION

1 min • 10 pts

What is the order of the Sun’s atmospheric layers from the innermost to the outermost?

photosphere

chromosphere

corona

2.

DRAG AND DROP QUESTION

2 mins • 10 pts

SunPy primarily provides tools for handling and visualizing two types of data: images and time series. For image data, you can use the​ (a)   object to read, process, and visually explore the data. For time series data, the ​ (b)   object is used. Both of these objects can be further customized with the ​ (c)   library to adjust details such as titles, XY axis ranges, colors, and more.

Map
Matplotlib
TimeSeries

3.

DRAG AND DROP QUESTION

2 mins • 10 pts

  1. 1. The ​ (a)   module offers preloaded example files for easy teaching demos and quick functionality tests in SunPy.

  1. 2. The ​ (b)   module is used to define the search criteria for different data attributes.

  1. 3. The ​ (c)   module provides functionality for converting and calculating physical units commonly used in astronomy.

sunpy.data.sample
sunpy.net.attrs
astropy.units
fido.search
fido.fetch

4.

MATH RESPONSE QUESTION

1 min • 10 pts

How many nanometers are equivalent to 171 angstroms?

Mathematical Equivalence

OFF

5.

FILL IN THE BLANK QUESTION

2 mins • 10 pts

How would you write the code if you want to display the observation date of the map_object?

print(???_???.????)