We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__call__
We have some components in ctapipe, which are in principle callables and offer only one real interface, which is to call them:
Possible examples are:
CameraCalibrator.calibrate()
CameraDL1Calibrator.calibrate()
CameraDL0Reducer.reduce()
ChargeExtractor.extract_charge()
DataVolumeReducer.reduce_waveforms()
WaveformCleaner.apply()
IntensityFitter.fit()
Reconstructor.predict()
In #1022 Max thankfully starting tidying this up. This issue is just a reminder for us to tidy the rest up as well.
The text was updated successfully, but these errors were encountered:
watsonjj
No branches or pull requests
We have some components in ctapipe, which are in principle callables and offer only one real interface, which is to call them:
Possible examples are:
CameraCalibrator.calibrate()
CameraDL1Calibrator.calibrate()
CameraDL0Reducer.reduce()
ChargeExtractor.extract_charge()
DataVolumeReducer.reduce_waveforms()
WaveformCleaner.apply()
IntensityFitter.fit()
Reconstructor.predict()
In #1022 Max thankfully starting tidying this up. This issue is just a reminder for us to tidy the rest up as well.
The text was updated successfully, but these errors were encountered: