Skip to content
Snippets Groups Projects
Commit 3267b7cc authored by gpirola's avatar gpirola
Browse files

Changed after the modification on event_processing.py to allow the use of one...

Changed after the modification on event_processing.py to allow the use of one single RF for the energy estimation and the setting of the weight on the training sample to "none"
parent 88407e58
No related merge requests found
......@@ -10,6 +10,8 @@ import argparse
import pandas as pd
from astropy import units as u
from astropy.time import Time
import sys
sys.path.append('/home/gpirola/ctasoft/magic-cta-pipe/')
from event_processing import EnergyEstimatorPandas, DirectionEstimatorPandas, EventClassifierPandas
from utils import transform_to_radec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment