public class StarsInFOV extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
AuxiliaryService |
auxService |
double |
maxMagnitude |
String |
outputKey |
String |
timeStampKey |
| Constructor and Description |
|---|
StarsInFOV() |
| Modifier and Type | Method and Description |
|---|---|
stream.Data |
process(stream.Data item)
This process finds stars in the field of view and adds them to the data item
|
@Parameter(required=true,
description="Output key for the resulting CameraCoordinate[] of star positions")
public String outputKey
@Service(description="Name of the service that provides aux files") public AuxiliaryService auxService
@Parameter(description="The key containing the event timestamp") public String timeStampKey
@Parameter(description="Maximum magnitude to consider") public double maxMagnitude
Copyright © 2019. All rights reserved.