pixlem

package
v4.42.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Example (TimeToTestSol)
t, err := time.Parse("2006-002T15:04:05", "2019-180T11:02:31")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2024-318T13:42:47")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2017-068T13:42:47")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2017-001T00:00:00")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2017-000T00:00:00")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2020-400T00:00:00")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))

t, err = time.Parse("2006-002T15:04:05", "2014-020T00:00:00")
fmt.Printf("%v|%v\n", err, timeToTestSol(t))
Output:

<nil>|C180
<nil>|H318
<nil>|A068
<nil>|A001
parsing time "2017-000T00:00:00": day-of-year out of range|????
parsing time "2020-400T00:00:00": day-of-year out of range|????
<nil>|????

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PIXLEM

type PIXLEM struct {
}

func (PIXLEM) Import

func (p PIXLEM) Import(importPath string, pseudoIntensityRangesPath string, datasetIDExpected string, log logger.ILogger) (*dataConvertModels.OutputData, string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL