IndividualGroupRow# class IndividualGroupRow[source]# Bases: object Columns of the DACE data we extract for the rest of the processing name: str# Spectrum name without path and extension group: int# Group index stacking_length: float64# Number of days used for stacking dbin: float64# dbin to shift the binning (0.5 for solar data) __init__(name, group, stacking_length, dbin)#