Versions in this module Expand all Collapse all v3 v3.4.233 Dec 15, 2023 v3.4.232 Dec 13, 2023 Changes in this version + type AutoShareConfigItem struct + Editors *protos.UserGroupList + Sharer string + Viewers *protos.UserGroupList + type BeamLocation struct + GeomCorr float32 + IJ map[int32]BeamLocationProj + X float32 + Y float32 + Z float32 + type BeamLocationByPMC map[int32]BeamLocation + type BeamLocationProj struct + I float32 + J float32 + type DetectorSample struct + Meta MetaData + Spectrum []int64 + func (d DetectorSample) ToString() string + type DetectorSampleByPMC map[int32][]DetectorSample + type FileMetaData struct + DriveID int32 + Instrument string + PMCOffset int32 + RTT string + SCLK int32 + SOL string + Site string + SiteID int32 + Target string + TargetID string + Title string + type HousekeepingData struct + Data map[int32][]MetaValue + Header []string + PerPMCHeaderIdxs map[int32][]int32 + type ImageMeta struct + FileName string + LEDs string + PMC int32 + ProdType string + type MatchedAlignedImageMeta struct + AlignedBeamPMC int32 + MatchedImageFullPath string + MatchedImageName string + XOffset float32 + XScale float32 + YOffset float32 + YScale float32 + type MetaData map[string]MetaValue + func (a MetaData) ToString() string + type MetaValue struct + DataType protos.Experiment_MetaDataType + FValue float32 + IValue int32 + SValue string + func FloatMetaValue(f float32) MetaValue + func IntMetaValue(i int32) MetaValue + func StringMetaValue(s string) MetaValue + type OutputData struct + BulkQuantFile string + CreatorUserId string + DISCOImages []ImageMeta + DatasetID string + DefaultContextImage string + DetectorConfig string + HousekeepingHeaders []string + Instrument protos.ScanInstrument + MatchedAlignedImages []MatchedAlignedImageMeta + Meta FileMetaData + PerPMCData map[int32]*PMCData + PseudoRanges []PseudoIntensityRange + RGBUImages []ImageMeta + Sources []FileMetaData + func (o *OutputData) EnsurePMC(pmc int32) + func (o *OutputData) SetPMCData(beams BeamLocationByPMC, hk HousekeepingData, spectra DetectorSampleByPMC, ...) + type PMCData struct + Beam *BeamLocation + ContextImageDst string + ContextImageSrc string + DetectorSpectra []DetectorSample + Housekeeping []MetaValue + HousekeepingHeaderIdxs []int32 + PseudoIntensities []float32 + SourceRTT string + type PseudoIntensities map[int32][]float32 + type PseudoIntensityRange struct + End int + Name string + Start int Other modules containing this package github.com/pixlise/core/v4