BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 34 forks source link

Clean up the usage of make_ast_xy_list #777

Closed galaxyumi closed 1 year ago

galaxyumi commented 1 year ago

Although there is an option for placing input ASTs over a region based on a customized filter combination, the make_ast_xy_list.py always place input ASTs in the full filter coverage area. I made the customized filter combination option effective. I also modified a few associated files to make codes cleaner by removing redundant argument/keyword in a function and by removing the part where magnitude information is used. The BEAST uses 'RATE' in the rest of its work flow.

karllark commented 1 year ago

The test failures are fixed in a previous PR.