File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ The functionality of `~ctapipe.io.DL2EventLoader` can be mimicked with the follo
3939 This also introduces a helper function `~ctapipe.coordinates.altaz_to_nominal `
4040to convert columns of alt/az coordinates to FOV coordinates in the
4141`~ctapipe.coordinates.NominalFrame `, which works with the
42- `~ctapipe.io .FeatureGenerator `.
42+ `~ctapipe.core .FeatureGenerator `.
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ class EventPreprocessor(Component):
3434 `~ctapipe.core.FeatureGenerator` and set the ``features`` property of this
3535 class with the columns you to retain in the output table.
3636
37- In the `~ctapipe.core.FeatureGenerator`` used internally, you have access to several
38- additional functions useful for DL2 processing:
37+ In the `~ctapipe.core.FeatureGenerator` used internally, you have access to
38+ several additional functions useful for DL2 processing:
3939
40- - `~astropy.coordinates.angular_separation`
41- - `~ctapipe.coordinates.altaz_to_nominal`
40+ - `~astropy.coordinates.angular_separation`
41+ - `~ctapipe.coordinates.altaz_to_nominal`
4242 """
4343
4444 energy_reconstructor = traits .Unicode (
@@ -177,7 +177,7 @@ def _get_predefined_quality_criteria(self) -> list[tuple]:
177177 raise NotImplementedError (f"unsupported feature_set: { self .feature_set } " )
178178
179179 @default ("features" )
180- def default_features (self ):
180+ def _features (self ):
181181 """Set the columns to output, for a given FeatureSet."""
182182 if self .feature_set == PreprocessorFeatureSet .dl2_irf :
183183 return [
You can’t perform that action at this time.
0 commit comments