BecExpConfig

BecExpConfig#

class BecExpConfig#

Bases: MmParameter

BecExpConfig stores machine/global configuration for BecExp.

These entries represent deployment-level configuration such as file paths, database targets, color maps, and control app name, which are mirrored into BecExpSetting via a join on IsLocalTest.

Schema (columns, types, defaults):

Column

Type

Default

IsLocalTest

logical

0

CiceroLogOrigin

string

XXX

ParentPath

string

XXX

DataPrefix

string

run

DataFormat

string

.tif

IsAutoDelete

logical

0

DatabaseName

string

experiment

DatabaseTableName

string

main

DataGroupSize

double

3

IsAutoAcquire

logical

1

OdColormap

doubleMatrix

[0,0,0]

AtomName

string

Lithium7

ImagingStageList

stringMatrix

[LF,HF,NI]

ControlAppName

string

BecControl

Foreign keys:

(none)

Join conditions:

(used by BecExpSetting, not defined here)

Flags:

Property

Value

IsIncludeDefaultEntry

false

IsFirstColumnUnique

true

IsTriggerJoinOnRight

false

IsTriggerJoinOnLeft

false

Constructor Summary
BecExpConfig()#
Method Summary
defineSchema()#