get_lightcurves(filename,length)

Function that creates a list of lightcurve images as numpy arrays, from a chosen dataset.

filename: filename or path to .csv dataset.

length: number of datapoints from the file to take lightcurves from (cannot exceed the total number of datapoints).