Hi all, I am using TopasV6 from Bruker and honestly I am novice in launch mode. As we have to handle large numbers of synchrotron data, I am learning to do sequentials. Still struggle a lot, but at least some simple things work now.
I wonder if there is a possibility to have written out a backup file (inp?) with refined parameters for each scan, at the moment I am using
Backup_INP
out_file = Concat(String(INP_File), ".INP")
#list File_Name Temperature {
00-Al2O3_HT.raw 30
01-Al2O3_HT.raw 50
02-Al2O3_HT.raw 100
(...)
prm !te =Temperature(Run_Number);:1000 '
macro filename { File_Name(Run_Number) }
but here I only get a backup for the first inp file I start with and the inp for the refinement for the last one. I would like to have something with refinement parameters in the INP format for every scan done. I have also tried to add:
system_before_save_OUT { copy INPFILE##.inp INPFILE####RUNNUMBER####ident##.inp }
(put it in agter Backup_INP)
but I saw no real action.
Maybe someone can give me a hand?
Thanx
Günther