beast icon indicating copy to clipboard operation
beast copied to clipboard

AST header of input files generated by the BEAST

Open e-sacchi opened this issue 3 years ago • 5 comments

The BEAST generates input AST files in a format tailored to dolphot, but with an extra line for the header which actually dolphot doesn't require. I think this should either be mentioned in the docs or removed.

e-sacchi avatar Oct 15 '21 15:10 e-sacchi

Can you be more specific of the line in question? Maybe provide an example.

karllark avatar Oct 15 '21 17:10 karllark

The output file from python -m beast.tools.run.make_ast_inputs beast_settings.txt looks like this:

Screenshot 2021-10-18 at 16 11 44

The first line needs to be removed before passing the file to dolphot.

e-sacchi avatar Oct 18 '21 14:10 e-sacchi

Would it work if the 1st line started with a comment character (like #)? Would be nice to have a bit of header info for this file.

karllark avatar Oct 18 '21 17:10 karllark

Yes, I understand (and agree). I think I tried with the #, but I'll double check...

e-sacchi avatar Oct 19 '21 09:10 e-sacchi

Great. Thanks.

karllark avatar Oct 21 '21 16:10 karllark