CatalogStore
Index
Properties
Accessors
Methods
- addCatalog
- clearCatalogPlotsByComponentId
- clearCatalogPlotsByFileId
- clearCatalogPlotsByWidgetId
- clearImageCoordsData
- closeAssociatedCatalog
- convertToImageCoordinate
- getAssociatedIdByWidgetId
- getCatalogFileNames
- getCatalogWidgetStore
- getFrameIdByCatalogId
- getFrameMinMaxPoints
- getImageIdByCatalog
- removeCatalog
- resetActiveCatalogFile
- setCatalogPlots
- updateCatalogProfiles
- updateImageAssociatedCatalogId
Properties
catalogCounts
catalogPlots
catalogProfileStores
catalogProfiles
catalogWidgets
imageAssociatedCatalogId
Accessors
activeCatalogFiles
- Returns number[]
catalogGLData
- Returns Map<number, CatalogOverlayCoords>
visibleCatalogFiles
- Returns Map<FrameStore, number[]>
staticInstance
- Returns CatalogStore
Methods
addCatalog
- Parameters- fileId: number
- size: number
 - Returns void
clearCatalogPlotsByComponentId
- Parameters- componentId: string
 - Returns void
clearCatalogPlotsByFileId
- Parameters- fileId: number
 - Returns void
clearCatalogPlotsByWidgetId
- Parameters- widgetId: string
 - Returns void
clearImageCoordsData
- Parameters- fileId: number
 - Returns void
closeAssociatedCatalog
- Parameters- imageFileId: number
 - Returns void
convertToImageCoordinate
- Parameters- fileId: number
- xData: number[]
- yData: number[]
- wcsInfo: FrameSet
- xUnit: string
- yUnit: string
- catalogFrame: CatalogSystemType
- subsetEndIndex: number
- subsetDataSize: number
 - Returns void
getAssociatedIdByWidgetId
- Parameters- catalogPlotWidgetId: string
 - Returns { catalogFileId: number; catalogPlotComponentId: string }- catalogFileId: number
- catalogPlotComponentId: string
 
getCatalogFileNames
- Parameters- fileIds: number[]
 - Returns Map<number, string>
getCatalogWidgetStore
- Parameters- fileId: number
 - Returns CatalogWidgetStore
getFrameIdByCatalogId
- Parameters- catalogId: number
 - Returns number
getFrameMinMaxPoints
- Parameters- frameId: number
 - Returns { maxX: number; maxY: number; minX: number; minY: number }- maxX: number
- maxY: number
- minX: number
- minY: number
 
getImageIdByCatalog
- Parameters- catalogFileId: number
 - Returns number
removeCatalog
- Parameters- fileId: number
- optionalcatalogComponentId: string
 - Returns void
resetActiveCatalogFile
- Parameters- imageFileId: number
 - Returns void
setCatalogPlots
- Parameters- componentId: string
- fileId: number
- widgetId: string
 - Returns void
updateCatalogProfiles
- Parameters- catalogFileId: number
 - Returns void
updateImageAssociatedCatalogId
- Parameters- activeFrameIndex: number
- associatedCatalogFiles: number[]
 - Returns void