ccdproc.combine currently accepts list or str, not numpy.ndarray.
I guess it is also quite common to have the filename as numpy.ndarray format, e.g., if I read a file named "file.list" using numpy.loadtxt.
So I want to ask whether there's any reason for accepting only list or str, not numpy.ndarray.
ccdproc.combinecurrently acceptslistorstr, notnumpy.ndarray.I guess it is also quite common to have the filename as
numpy.ndarrayformat, e.g., if I read a file named "file.list" usingnumpy.loadtxt.So I want to ask whether there's any reason for accepting only
listorstr, notnumpy.ndarray.