Exploring Solar Observational Data with Python

Exploring Solar Observational Data with Python

Professional Development

5 Qs

quiz-placeholder

Similar activities

Advanced Property Modeling

Advanced Property Modeling

Professional Development

10 Qs

Mine your business!

Mine your business!

University - Professional Development

10 Qs

Introduction to Desktop Software

Introduction to Desktop Software

University - Professional Development

10 Qs

FinalSpark

FinalSpark

Professional Development

4 Qs

GEOGLOWS Overview 2024

GEOGLOWS Overview 2024

Professional Development

7 Qs

PowerBI

PowerBI

Professional Development

10 Qs

Temperature, Humidity, Precipitation, Weather vs Climate

Temperature, Humidity, Precipitation, Weather vs Climate

Professional Development

10 Qs

Weather Versus Climate

Weather Versus Climate

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