If you want to obtain the BST TH light curve, you set th_mode option as 1. The deadtime correction are not currently supported (dt_cor=no).
hxdmkbstlc input_name=ae903005010hxd_1_bst01_uf.evt.gz \ outroot=ae903005010hxd_1_bst01 \ tpu_board=-1 th_mode=1 dt_cor=no energy_mode=-1
If you want to obtain the BST PH light curve, you need to set th_mode option as 0. You also have to specify the energy range with min_channel and max_channel.
hxdmkbstlc input_name=ae903005010hxd_1_bst01_uf.evt.gz \ outroot=ae903005010hxd_1_bst01 tpu_board=-1 th_mode=0 energy_mode=1 min_channel=2 max_channel=54 dt_cor=yes