Exploring Solar Observational Data with Python

Exploring Solar Observational Data with Python

Professional Development

5 Qs

quiz-placeholder

Similar activities

science weather vs climate

science weather vs climate

Professional Development

10 Qs

Science Fusion Weather and Climate

Science Fusion Weather and Climate

Professional Development

10 Qs

Weather and Climate Basic Concept

Weather and Climate Basic Concept

Professional Development

10 Qs

Internship day 8

Internship day 8

Professional Development

5 Qs

Test

Test

Professional Development

2 Qs

319 IDE

319 IDE

Professional Development

9 Qs

Google Earth Engine 3.0 Quiz | Day 2

Google Earth Engine 3.0 Quiz | Day 2

University - Professional Development

10 Qs

The Power of Python Programming

The Power of Python Programming

KG - Professional Development

7 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(???_???.????)