Skip to content

lowderchris/CHORTLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHORTLE

Coronal Hole Observer and Regional Tracker for Long-term Examination

DOI

Overview

Manifesting as regions of decreased emission in extreme ultraviolet (EUV) and x-ray wavelengths, coronal holes are the observational signatures of the roots of open solar magnetic field. Coronal plasma within these regions is free to flow outward along open magnetic field lines, resulting in reduced density and emission. Identifying and characterizing these coronal hole regions provides useful insights into their connection with open magnetic field, their evolution over the solar cycle, and impacts on space weather as a source of fast solar wind. The Coronal Hole Observer and Regional Tracker for Long-term Examination (CHORTLE) provides an automated and adaptive tool for coronal hole detection, using an intensity thresholding technique combined with a consideration of enclosed magnetic flux. Utilizing EUV data from a variety of sources including SOHO/EIT, SDO/AIA, and STEREO/EUVI A&B, coverage stretches back from solar cycle 23 to present, with multi-instrument merged observations providing enhanced polar and far-side coverage where available. Coronal hole depth maps are generated at a variety of cadences, ranging from instantaneous snapshots to aggregate maps over solar rotation time scales. These maps are further assembled to provide coronal hole latitudinal distributions and enclosed open magnetic flux measurements over the span of solar cycles, yielding both a description of coronal hole evolutionary patterns and a long-term set of data for comparison with both models and observations.

A previous incarnation of this code, GACHD (Lowder et al. 2014, Lowder et al. 2017), was developed and tested. This is a rewritten and revamped version of this code, written to utilize Python and SunPy.

Goals

  • Automated and adaptive coronal hole detection
  • Input from multiple data sources, including SOHO/EIT, SDO/AIA, and STEREO/EUVI A&B
  • Simple input - provide a CR number, and CHORTLE will do the rest!
  • Merging and bridging these datasets to cover solar cycles 23 and 24
  • Tracking of coronal hole features to provide statistics on lifetimes and evolution

Usage

Begin by modifying config.cfg to specify data and output directories.

Next, to run CHORTLE on a set of Carrington rotations:

import numpy as np
from chortle import chortle, genprof

crlist = np.arange(2193,2269)

for cr in crlist:
    chortle(cr)

genprof(crlist[0], crlist[-1])

Once processing has been completed, selected time-latitude coronal hole profiles can be plotted with the included plt-chprof.py script.

About

Coronal Hole Observer and Regional Tracker for Long-term Examination

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages