queso_cluster.loaders.event#

file:

queso_cluster/loaders/event.py

lang:

python

synopsis:

author:

Sarah Riley <academic@sriley.dev>

Classes#

eventRunner

Detail

Module Contents#

class eventRunner(fname, eventIndx, runIndx)[source]#

Detail

Parameters:
  • fname (str) – File path of the eventManager.yml

  • eventIndx (list) – integer for the order of the event in the eventManager.yml

  • runIndx (int) – integer for the order of the runner in the eventManager.yml

property QSConfig#
property blueEdge#

int containing the index for the beginning of the spectral window used for clustering

property clusterConfig#
property datasetID#
property directoryDate#

The datestring directory

property directoryFlavor#
property flavor#
property instrument#
property lineCenter#

The index for a center position in the window. This may coinside with the line center of the spectrum

property lineContinuum#

The index of the continuum for the spectrum. This may be used for normalization

property lineTheme#
property normConfig#
property overwrite#
property redEdge#

int containing the index for the end of the spectral window used for clustering

property residual#
property runnerConfig#
property timeFrames#