read_image_trace_file#
- pylira.utils.io.read_image_trace_file(filename, format='ascii')[source]#
Read LIRA image trace file
- Parameters:
- filenamestr or Path
File name.
- format{“ascii”, “fits”}
Table format
- Returns:
- trace
ndarray
Three dimensional numpy array of the shape (niter, ny, nx) representing the trace of the output image.
- trace