There is a newer version of the record available.

Published April 15, 2020 | Version 0.4
Software Open

Converter software to calibrate and super-resolve solar magnetograms

  • 1. SouthWest Research Institute
  • 2. George Mason University
  • 3. University of Oxford
  • 4. Trinity College Dublin
  • 5. Center for Mathematics and Computer Science (CWI)
  • 6. Stanford University
  • 7. Ecole Polytechnique
  • 8. Element AI

Description

Currently only working on magnetograms taken by the Michelson Doppler Imager (MDI) on board the Solar and Heliospheric Observatory (SoHO) or the Global Oscillation Network Group (GONG). Output magnetograms have the resolution and systematics of magnetograms taken by the Helioseismic and Magnetic Imager (HMI) on board the Solar Dynamics Observatory (SDO).

 

New Fits Keywords

The converter magnetogram contains the following added keywords:

'instrume': Old value is retained, but with the appended '-2HMI_HR' suffix.

'date-conv': UTC date of conversion.

'nn-model': Name of neural network architecture.

'loss': Loss parameters.

'converter_doi': DOI pointing to this converter's repository

 

Usage Arguments

Required

'--instrument': Input instrument. Currently only 'gong' and 'mdi' are valid choices.

'--data_path': Folder containing the files to be converted.

'--destination': Destination of the super-resolved magnetograms.

Optional

'--add_noise': Variance of the gaussian noise (in gauss) to be added to the output magnetogram. By default no noise is added. For noise similar to HMI use 4.7.

'--plot': Make a plot of the output magnetogram.

'--overwrite': Flag to overwrite files in output folder. Files are not overwritten by default.

'--use_patches': Run inference on magnetogram patches instead of the default full disk inference.

'--zero_outside': Padd outside the solar disk using zeros. Default np.nan.

'--no_rescale': Don't rescale the magnetogram before running inference. By default the magnetogram is rotated and scaled to a standard plate scale that is a multiple of HMI's mean plate scale of 0.504273/pixel.

 

Example:

python convert2HMI.py --instrument mdi --data_path /tmp/gong/input --destination /tmp/gong/output --use_patches --overwrite --plot

Files

amunozj/magnetograph_2HMI_converter-0.4.zip

Files (7.7 MB)

Name Size Download all
md5:d0b229c188726e1f15828f7c0c71bc35
7.7 MB Preview Download

Additional details