Exploring Solar Observational Data with Python

Exploring Solar Observational Data with Python

Professional Development

5 Qs

quiz-placeholder

Similar activities

Weather and Climate Differences

Weather and Climate Differences

Professional Development

10 Qs

Temperature and Precipitation Maps and Climate

Temperature and Precipitation Maps and Climate

Professional Development

10 Qs

ILA module 18

ILA module 18

Professional Development

10 Qs

Key Partner Event - Honeywell Security

Key Partner Event - Honeywell Security

Professional Development

8 Qs

FSW:CH07.T01 -  Design Pattern

FSW:CH07.T01 - Design Pattern

University - Professional Development

9 Qs

Where In The Physical Science Is That?!

Where In The Physical Science Is That?!

Professional Development

7 Qs

Odprta znanost odpira UM, 15. 3. 2023

Odprta znanost odpira UM, 15. 3. 2023

Professional Development

6 Qs

Weather and Climate Basic Concept

Weather and Climate Basic Concept

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?

corona

chromosphere

photosphere

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