In the current release, the automatic triggering of occupancy refinement within aB_autorefine doesn't work. This can be fixed by setting
aB_autorefine aB_autorefine_OrderINITST="INI TST" ...
on the command-line. You could also create a file in $BDG_home/autoBUSTER/bin/linux64/ and/or $BDG_home/autoBUSTER/bin/darwin/:
echo "aB_autorefine_OrderINITST=\"INI TST\"" >> $BDG_home/autoBUSTER/bin/linux64/.autoBUSTER
for a global overwrite.
In the current release, some plots are missing after refine. The plots that are missing are: R.png and LLG.png that shows the progression of R-values and log(Likelihood) with refinement cycle number. This can be fixed by setting
refine BusterCreatePlots_Opttag_OnlyCombos="no" ...
on the command-line. You could also create a file in $BDG_home/autoBUSTER/bin/linux64/ and/or $BDG_home/autoBUSTER/bin/darwin/:
echo "BusterCreatePlots_Opttag_OnlyCombos=\"no\"" >> $BDG_home/autoBUSTER/bin/linux64/.autoBUSTER
for a global overwrite.