Documentation ¶
Overview ¶
Example (GetByLowestSCLK) ¶
files := []string{ "PS__0866_0743796726_000RFS__04200003036943412155___J01_2582.MSA", "PS__0865_0743764558_000RFS__04200003036943410004___J01.CSV", "PS__0866_0743796726_000RFS__04200003036943412155___J01_2462.MSA", "PS__0866_0743796726_000RFS__04200003036943412155___J01.CSV", "PS__0866_0743796726_000RFS__04200003036943412155___J01_2154.MSA", } fileMetas := gdsfilename.GetLatestFileVersions(files, &logger.NullLogger{}) fmt.Println(getByLowestSCLK(fileMetas))
Output: PS__0865_0743764558_000RFS__04200003036943410004___J01.CSV
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectPIXLFMStructure ¶
Types ¶
type PIXLFM ¶
type PIXLFM struct {
// contains filtered or unexported fields
}
func (PIXLFM) Import ¶
func (p PIXLFM) Import(importPath string, pseudoIntensityRangesPath string, datasetIDExpected string, log logger.ILogger) (*dataConvertModels.OutputData, string, error)
func (*PIXLFM) SetOverrides ¶
func (p *PIXLFM) SetOverrides(instrument protos.ScanInstrument, detector string)
Click to show internal directories.
Click to hide internal directories.