mlafarga/raccoon

gto output name

Closed this issue · 2 comments

Please change this line

filout = os.path.join(args.dirout, os.path.basename(os.path.splitext(obs)[0]) + '_ccf.dat')

to:

filout = os.path.join(args.dirout, args.obj + '.' + os.path.basename(os.path.splitext(obs)[0]) + '.ccf.dat')

Done!

I see (90cd3ae). Thanks.