Class UncertaintiesProvider

java.lang.Object
gaiasky.data.group.UncertaintiesProvider
All Implemented Interfaces:
IParticleGroupDataProvider

public class UncertaintiesProvider
extends java.lang.Object
implements IParticleGroupDataProvider
  • Constructor Summary

    Constructors
    Constructor Description
    UncertaintiesProvider()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<IParticleRecord> loadData​(java.io.InputStream is, double factor)
    Loads the data applying a factor.
    java.util.List<IParticleRecord> loadData​(java.lang.String file)
    Loads the data as it is.
    java.util.List<IParticleRecord> loadData​(java.lang.String file, double factor)
    Loads the data applying a factor.
    java.util.List<IParticleRecord> loadDataMapped​(java.lang.String file, double factor)
    Loads the data applying a factor using a memory mapped file for improved speed.
    void setFileNumberCap​(int cap)
    Sets a cap on the number of files to load.
    void setStarNumberCap​(int cap)
    Sets the maximum number of stars to be processed per file.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UncertaintiesProvider

      public UncertaintiesProvider()
  • Method Details