Package | Description |
---|---|
fact | |
fact.calibrationservice | |
fact.cleaning | |
fact.container | |
fact.datacorrection | |
fact.features |
In here we collect processors that produce features from the Telescope data.
|
fact.features.muon | |
fact.features.source | |
fact.io |
This package contains classes which provide IO functionality
Usually they take some sort of Data provided by the FACT-Telescope and put out a Stream of __Data items__.
|
fact.pixelsets | |
fact.TriggerEmulation |
Modifier and Type | Method and Description |
---|---|
static ArrayList<PixelSet> |
Utils.breadthFirstSearch(PixelSet showerPixel)
Finds all unconnected sets of pixel in the showerPixel List and returns a
list of lists.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<PixelSet> |
Utils.breadthFirstSearch(PixelSet showerPixel)
Finds all unconnected sets of pixel in the showerPixel List and returns a
list of lists.
|
Modifier and Type | Field and Description |
---|---|
PixelSet |
HardwareConfiguration.badPixels |
static PixelSet |
ConstantCalibService.biasPatch272 |
static PixelSet |
ConstantCalibService.biasPatch38 |
static PixelSet |
ConstantCalibService.brokenDrsBoard20142015 |
static PixelSet |
ConstantCalibService.crazyPixels |
static PixelSet |
ConstantCalibService.deadPixels |
PixelSet |
HardwareConfiguration.notUsablePixels |
static PixelSet |
ConstantCalibService.twinPixels |
Modifier and Type | Method and Description |
---|---|
PixelSet |
ConstantCalibService.getBadPixels(ZonedDateTime eventTimeStamp) |
PixelSet |
CalibrationService.getBadPixels(ZonedDateTime eventTimeStamp)
Returns an array, listing the chids of the bad pixels for the given event time stamp
|
PixelSet |
ConstantCalibService.getNotUsablePixels(ZonedDateTime eventTimeStamp) |
PixelSet |
CalibrationService.getNotUsablePixels(ZonedDateTime eventTimeStamp)
Returns an array, listing the chids of the pixels not usable for cleaning for the given event time stamp
|
Modifier and Type | Field and Description |
---|---|
protected PixelSet |
BasicCleaning.notUsablePixelSet |
Modifier and Type | Method and Description |
---|---|
PixelSet |
BasicCleaning.addCorePixel(PixelSet showerPixel,
double[] photonCharge,
double corePixelThreshold,
ZonedDateTime eventTimeStamp)
Add all pixel with a weight > corePixelThreshold to the showerpixel list.
|
PixelSet |
BasicCleaning.addNeighboringPixels(PixelSet showerPixel,
double[] photonCharge,
double neighborPixelThreshold,
ZonedDateTime eventTimeStamp)
add all neighboring pixels of the core pixels, with a weight > neighborPixelThreshold to the showerpixellist
|
PixelSet |
TwoLevelTimeMedian.applyTimeMedianCleaning(PixelSet showerPixel,
double[] arrivalTime,
double timeThreshold)
Remove pixels with a difference in the arrivalTime to the median of the arrivalTimes of all pixels, larger than the timeLimit
|
PixelSet |
TwoLevelTimeNeighbor.applyTimeNeighborCleaning(PixelSet showerPixel,
double[] arrivalTime,
double timeThreshold,
int minNumberOfNeighborPixel)
Remove pixels with less than minNumberOfNeighborPixel neighboring shower pixel,
which arrival time differs more than the timeThreshold from the current pixel
|
PixelSet |
BasicCleaning.removeSmallCluster(PixelSet showerPixel,
int minNumberOfPixel)
Remove all clusters of pixels with less than minNumberOfPixel pixels in the cluster
|
PixelSet |
BasicCleaning.removeStarIslands(PixelSet showerPixel,
CameraCoordinate starPosition,
PixelSet starSet,
double starRadiusInCamera,
org.slf4j.Logger log)
Remove pixel clusters which contains only pixels around a star
|
Modifier and Type | Method and Description |
---|---|
PixelSet |
BasicCleaning.addCorePixel(PixelSet showerPixel,
double[] photonCharge,
double corePixelThreshold,
ZonedDateTime eventTimeStamp)
Add all pixel with a weight > corePixelThreshold to the showerpixel list.
|
void |
BasicCleaning.addLevelToDataItem(PixelSet showerPixel,
String name,
stream.Data item) |
PixelSet |
BasicCleaning.addNeighboringPixels(PixelSet showerPixel,
double[] photonCharge,
double neighborPixelThreshold,
ZonedDateTime eventTimeStamp)
add all neighboring pixels of the core pixels, with a weight > neighborPixelThreshold to the showerpixellist
|
PixelSet |
TwoLevelTimeMedian.applyTimeMedianCleaning(PixelSet showerPixel,
double[] arrivalTime,
double timeThreshold)
Remove pixels with a difference in the arrivalTime to the median of the arrivalTimes of all pixels, larger than the timeLimit
|
PixelSet |
TwoLevelTimeNeighbor.applyTimeNeighborCleaning(PixelSet showerPixel,
double[] arrivalTime,
double timeThreshold,
int minNumberOfNeighborPixel)
Remove pixels with less than minNumberOfNeighborPixel neighboring shower pixel,
which arrival time differs more than the timeThreshold from the current pixel
|
PixelSet |
BasicCleaning.removeSmallCluster(PixelSet showerPixel,
int minNumberOfPixel)
Remove all clusters of pixels with less than minNumberOfPixel pixels in the cluster
|
PixelSet |
BasicCleaning.removeStarIslands(PixelSet showerPixel,
CameraCoordinate starPosition,
PixelSet starSet,
double starRadiusInCamera,
org.slf4j.Logger log)
Remove pixel clusters which contains only pixels around a star
|
Modifier and Type | Method and Description |
---|---|
static PixelSet |
PixelSet.fromBooleanArray(boolean[] mask)
Create a PixelSet from a boolean mask of length N_PIXELS
|
static PixelSet |
PixelSet.fromCHIDs(int[] chidArray)
Create a PixelSet from an integer array containing the chids of
the pixels to be added to the set.
|
Modifier and Type | Method and Description |
---|---|
double[] |
InterpolateTimeSeries.interpolateTimeSeries(double[] data,
PixelSet badPixelSet) |
Modifier and Type | Method and Description |
---|---|
double |
Size.calculateSize(PixelSet pixelSet,
double[] weight)
Get the size of the shower.
|
Constructor and Description |
---|
GaussianNegLogLikelihood(double[] photoncharge,
PixelSet pixelSet,
double[] pixel_x,
double[] pixel_y) |
Modifier and Type | Method and Description |
---|---|
PixelSet |
PixelSetForStarPosition.calculateStarPixelSet(stream.Data item)
generates the pixel set with star pixels to be put to the data item
|
Modifier and Type | Method and Description |
---|---|
PixelSet |
JSONWriter.PixelSetAdapter.read(com.google.gson.stream.JsonReader jsonReader) |
Modifier and Type | Method and Description |
---|---|
void |
JSONWriter.PixelSetAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PixelSet pixelSet) |
Modifier and Type | Method and Description |
---|---|
PixelSet |
Invert.createFullCameraSet(int npix) |
Modifier and Type | Method and Description |
---|---|
double[] |
SumUpPatches.sumPixelsOfPatch(double[][] pixel_data,
int patch,
PixelSet invalid_pixels)
sum up all pixels of a given patch
|
Copyright © 2019. All rights reserved.