#!/bin/bash
python ../align_events.py --events $1/events_rectified.h5 --output $1/events_aligned.h5 --homography $1/alignment_results/$2.txt
    
