Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Feb 16, 2024
1 parent 32edd45 commit 3b9534d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/osa/scripts/data_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,6 @@ def main(dates_file: Path = None, start_time: int = 10, end_time: int = 18):
log.setLevel(logging.INFO)

list_of_dates = get_list_of_dates(dates_file)
# with open('DVR/PixelSel/time_limit.csv', mode='r', newline='') as file:
# reader = csv.reader(file)
# header = next(reader)
# for row in reader:
# date = row[0]
# run = int(row[1])
for date in list_of_dates:
log.info(f"Applying pixel selection for date {date}")
apply_pixel_selection(date, start_time, end_time)
Expand Down

0 comments on commit 3b9534d

Please sign in to comment.