Skip to main content
Version: 4.1.0

SpectralProfileStore

Index

Constructors

constructor

  • new SpectralProfileStore(fileId?: number, regionId?: number): SpectralProfileStore
  • Parameters

    • fileId: number = 0
    • regionId: number = 0

    Returns SpectralProfileStore

Properties

readonlyfileId

fileId: number

profiles

profiles: Map<string, ObservableMap<StatsType, ProcessedSpectralProfile>>

readonlyregionId

regionId: number

Methods

publicgetProfile

  • getProfile(coordinate: string, statsType: StatsType): ProcessedSpectralProfile
  • Parameters

    • coordinate: string
    • statsType: StatsType

    Returns ProcessedSpectralProfile

resetProfilesProgress

  • resetProfilesProgress(): void
  • Returns void

setProfile

  • setProfile(profile: ProcessedSpectralProfile): void
  • Parameters

    • profile: ProcessedSpectralProfile

    Returns void