Bruce Lites , January 22, 2009, Last Revision April 9, 2015

SOT/SP LEVEL2 Data Description


The SOT/SP level2 data are outputs from "inversions" using the HAO "MERLIN" inversion code developed under the Community Spectro-polarimetric Analysis Center (CSAC) initiative (http://www.csac.hao.ucar.edu/) at the National Center for Atmospheric Research, Boulder, Colorado, USA.

SOME BASIC INFORMATION ABOUT MERLIN

MERLIN is a flexible code that may be used on data from a variety of sources. It performs a least-squares fitting of the Stokes profiles using the Milne-Eddington atmospheric approximation that allows for a linear variation of the source function along the line-of-sight, but holds the magnetic field vector, line strength, Doppler shift, line broadening, magnetic fill fraction (or scattered light fraction) constant along the line-of-sight. The Levenberg-Marquardt algorithm least-squares fitting is preceeded by an estimate of global initial values for [field strength, Doppler shift, and magnetic fill fraction] based upon the genetic algorithm. The other fit parameters are initialized with simpler procedures.

MERLIN APPLICATION TO HINODE SOT/SP DATA

Routine inversions are performed on Hinode SOT/SP with the following characteristics: (Refer to the MERLIN documentation for more information about these parameters).

LEVEL2 DATA STRUCTURE

Following Hinode program guidelines, the MERLIN inversion results for Hinode SOT/SP data are available in extended FITS binary form. They may be downloaded via commands that may be cut-and-pasted into an SSW session, for example:

SSWIDL> sotsp_stks2index,'20061201_032125',index,data,/LEVEL2
where "index" is the fits header, and "data" is the data array [NX,NY,36]
There are 36 parameters output from the inversion. The descriptions of these parameters may be had by the SSW command, e.g.:
SSWIDL> more,get_infox(index,'xcen,ycen,fitstags,ftype,cunit1')
resulting in the following output that indicates the order of the parameters:

    2.3891 -160.5100 SFLD Magnetic Field Gauss
    2.3891 -160.5100 SPSI Magnetic Field Inclination Degrees
    2.3891 -160.5100 SAZM Magnetic Field Azimuth Degrees
    2.3891 -160.5100 SCEN1 Doppler Shift of 630.15nm km/s, + to red
    2.3891 -160.5100 SCEN2 Doppler Shift of 630.25nm km/s, + to red 
    2.3891 -160.5100 SDOP Doppler Width mA
    2.3891 -160.5100 SETA0 SETA0 Line opacity relative to continuum 
    2.3891 -160.5100 SDMP Damping Parameter
    2.3891 -160.5100 SBZERO Source Function, data units
    2.3891 -160.5100 SB1MU Source Function Gradient, data units
    2.3891 -160.5100 VMAC Macroturbulence km/s
    2.3891 -160.5100 SALPHA Stray Light Fraction
    2.3891 -160.5100 SDELTA Stray Light Shift km/s, to red
    2.3891 -160.5100 SFLD_ERR Magnetic Field Error
    2.3891 -160.5100 SPSI_ERR Magnetic Field Inclination Error
    2.3891 -160.5100 SAZM_ERR Magnetic Field Azimuth Error
    2.3891 -160.5100 SCEN1_ERR Doppler Shift of 630.15nm Error
    2.3891 -160.5100 SCEN2_ERR Doppler Shift of 630.25nm Error
    2.3891 -160.5100 SDOP_ERR Doppler Width Error
    2.3891 -160.5100 SETA0_ERR Line Strength Error
    2.3891 -160.5100 SDMP_ERR Damping Parameter Error
    2.3891 -160.5100 SBZERO_ERR Source Function Error
    2.3891 -160.5100 SB1MU_ERR Source Function Gradient Error
    2.3891 -160.5100 VMAC_ERR Macroturbulence Error
    2.3891 -160.5100 SALPHA_ERR Stray Light Fraction Error
    2.3891 -160.5100 SDELTA_ERR Stray Light Shift Error
    2.3891 -160.5100 CHISQ_I Chi-Squared for Stokes I
    2.3891 -160.5100 CHISQ_Q Chi-Squared for Stokes Q
    2.3891 -160.5100 CHISQ_U Chi-Squared for Stokes U
    2.3891 -160.5100 CHISQ_V Chi-Squared for Stokes V
    2.3891 -160.5100 CHISQ_TOT Total Chi-Squared [I, Q, U & V]
    2.3891 -160.5100 ICONT Continuum Intensity Data Number
    2.3891 -160.5100 NET_POL Polarization Degree
    2.3891 -160.5100 STOKESV Magnitude of Stokes V Percent
    2.3891 -160.5100 RCONV Final Status of Inversion Value
    2.3891 -160.5100 NITER Number of Iterations Iterations

lites@ucar.edu