If you use the -d flag, when looking for created files (e.g. _mbias) the pipeline looks for the redux folder where the proc table is located, which leads to errors. It should direct to the directory where the pipeline was instantiated from (which is where /redux lives). The files it looks for is datadir/KOAID_mbias.fits, when it should look for cwd/redux/KOAID_mbias.fits, where datadir is the directory with the raw data inside, and cwd is the current working directory.
If you use the -d flag, when looking for created files (e.g. _mbias) the pipeline looks for the redux folder where the proc table is located, which leads to errors. It should direct to the directory where the pipeline was instantiated from (which is where /redux lives). The files it looks for is
datadir/KOAID_mbias.fits
, when it should look forcwd/redux/KOAID_mbias.fits
, wheredatadir
is the directory with the raw data inside, andcwd
is the current working directory.