some more work on startup handler

This commit is contained in:
nemu
2008-04-03 08:49:29 +00:00
parent 83c2a0cbd3
commit 5fc7e14f3f
5 changed files with 324 additions and 32 deletions

35
src/musrfit_startup.xml Normal file
View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<musrfit xmlns="http://nemu.web.psi.ch/musrfit">
<comment>
$Id$
Defines default settings for the musrfit package
</comment>
<data_path name="/mnt/data/nemu/his"/>
<data_path name="/mnt/data/nemu/wkm"/>
<root_settings>
<marker_list>
<!-- Root marker numbers -->
<marker>24</marker>
<marker>25</marker>
<marker>26</marker>
<marker>27</marker>
<marker>28</marker>
<marker>29</marker>
<marker>30</marker>
<marker>20</marker>
<marker>21</marker>
<marker>22</marker>
<marker>23</marker>
<marker>2</marker>
<marker>3</marker>
<marker>5</marker>
</marker_list>
<color_list>
<!-- Color as RGB coded string -->
<color>0,0,0</color>
<color>255,0,0</color>
<color>0,255,0</color>
<color>0,0,255</color>
</color_list>
</root_settings>
</musrfit>