sunpy

Search and download solar data using the Fido interface.

19|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill sunpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sunpy
Source: https://github.com/tondevrel/scientific-agent-skills/tree/main/skills/sunpy
Command: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill sunpy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides specialized tools for solar physicists to search, download, analyze, and visualize solar data, overcoming the complexities of solar coordinate systems and data formats.

Core Features & Use Cases

  • Data Acquisition: Search and download solar data from various archives using the Fido interface.
  • Image Analysis: Process and visualize 2D solar images (e.g., EUV, magnetograms) using the Map object.
  • Coordinate Transformations: Handle complex solar coordinate systems (Helioprojective, Heliographic).
  • Use Case: Analyze a series of AIA images to track the evolution of a solar flare, including coordinate transformations and differential rotation corrections.

Quick Start

Use the sunpy skill to search for AIA images from June 7th, 2011, between 06:30 and 06:35 UTC at a wavelength of 171 angstroms.

Frequently Asked Questions about sunpy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and download solar physics data from astronomical archives?

You can search and download solar physics data from various archives using the Fido interface, which provides a unified way to query and retrieve solar datasets. It simplifies acquiring specific solar phenomena records.

What's the best way to process and visualize 2D solar images like EUV and magnetograms?

To process and visualize 2D solar images like EUV and magnetograms, use the Map object. It enables detailed image analysis and visualization of solar data, handling specialized formats automatically.

How do I handle solar coordinate transformations for Helioprojective and Heliographic frames?

Solar coordinate transformations for Helioprojective and Heliographic frames are handled natively. The skill manages these complex solar-specific coordinate systems and integrates with Astropy for robust astronomical calculations.

Can I track the evolution of a solar flare using AIA image series?

Yes, you can track solar flare evolution using a series of AIA images. The workflow supports analyzing image sequences, applying differential rotation corrections, and performing necessary coordinate transformations.

Do I need Astropy to perform astronomical calculations for heliophysics data analysis?

Astropy is integrated directly into the skill to provide robust astronomical calculations for heliophysics data analysis. This integration ensures accurate handling of solar physics computations and coordinate frames.

Why do solar physics data formats require specialized image processing tools?

Solar physics data formats require specialized image processing tools because they involve complex solar coordinate systems and unique 2D data structures like magnetograms. Standard astronomical tools often lack these solar-specific capabilities.