Commit graph

1,784 commits

Author SHA1 Message Date
Jan Christoph Terasa
072d943192 step_config: Pulse once on all pixels to clear memory to avoid SEUs.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4969 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 14:04:19 +00:00
Jan Christoph Terasa
698ae6fcc5 step_dps.py: Ignore zero multiplicity hits.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4968 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 13:51:19 +00:00
Jan Christoph Terasa
191cf9d36b step.l3: Write multiplicities for single pixel hits.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4967 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 13:50:41 +00:00
Jan Christoph Terasa
c20cbcbfde step_ppss.py: Apply r4965 to small pixels, too.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4966 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 10:31:34 +00:00
Jan Christoph Terasa
88aff37e75 step_ppss.py: Reduced min_dt to zero.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4965 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 10:30:42 +00:00
Jan Christoph Terasa
04dbb72643 step_ppss.py: Don't send deadtimes to ICU every second, use ICU_cadence.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4964 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 09:11:20 +00:00
Jan Christoph Terasa
8d149a076d step_dps.py
Fixed wrong usage of csum=5 (hint: it's not 5 seconds...)
    Added tmod argument to data products to avoid sending additional telemetry


git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4963 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 07:26:35 +00:00
Jan Christoph Terasa
0bf6cb09a4 solomsgclass.py: data_product() argument tmod accepts MOUDLI-type strings.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4962 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 07:25:17 +00:00
Jan Christoph Terasa
a7637c7952 step_stream_config: Updated step_stream_config.py to use updated step_small_l3.py
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4961 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 07:08:19 +00:00
Jan Christoph Terasa
cd9e9f5bb7 step_dps.py: Create only one .defs file containing both large and small pixel SCI defs.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4960 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 07:01:25 +00:00
Jan Christoph Terasa
ad854419cf step_ppss.py: Remove L3 guards around DPS calls.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4959 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 06:48:24 +00:00
Jan Christoph Terasa
c48206919d step_config: Updated step_config.py to use updated step_small_l3.py
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4958 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 06:47:36 +00:00
Jan Christoph Terasa
ef1791aec0 step.l3: Fixed bug in handling of wrong pixel sizes for hits on IX1.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4957 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 06:38:00 +00:00
Jan Christoph Terasa
b546834153 Makefile: Added explicit rules for step which also build small pixel config in one go.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4956 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 06:36:30 +00:00
Jan Christoph Terasa
a8f73d216b step.l3: Use L3 conditional assembly instructions for generating small pixel L3 trigger.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4955 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 05:48:48 +00:00
Jan Christoph Terasa
7062410506 l3.py: Fixed some bugs in conditional assembler directives.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4954 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-07 05:47:24 +00:00
Stephan I. Böttcher
9311d7b6fc L3 assembler:
implement conditional assembly
	  .if EXPR
	  .ifdef NAME
	  .ifndef NAME
	  .elseif EXPR
	  .else
	  .endif
	Add operator ! logical not.
	Rename commandline option -I to -D
	Warn if a -DNAME=VALUE is redefined, unless -DNAME:=VALUE
	-DNAME defaults to VALUE=1


git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4953 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-06 21:08:08 +00:00
Jan Christoph Terasa
b24baed765 step_dps.py: Adapt clear command to clear all used memory again.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4952 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-06 13:20:46 +00:00
Jan Christoph Terasa
55901c18a8 step_dps.py: Removed debug data products.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4944 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 13:41:22 +00:00
Jan Christoph Terasa
07d049875e step_dps.py: IX0: electron channel, IX1: proton channel.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4943 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 13:40:25 +00:00
Jan Christoph Terasa
11e1fa8a0a step_dps.py: Clear only actually used histogram memory to reduce deadtime due to L3 guard.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4942 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 12:50:34 +00:00
Jan Grunau
16f0f71183 Added y-projection to HET dps table for AB coincidence test
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4941 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 12:14:33 +00:00
Jan Grunau
3479a925d8 HET DPS table for AB tests
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4940 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 12:01:49 +00:00
Jan Grunau
0e566dfd03 Parameter chages in HET L3 trigger, added Exception handling in l3pipe
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4939 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 12:00:37 +00:00
Jan Grunau
e839cbafc5 HET L3 trigger with major rewrites
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4938 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-04 08:52:13 +00:00
Jan Christoph Terasa
cbc83fb2ea step_config: Clear L3 reg and L3 mem at bootup.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4937 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-03 14:35:55 +00:00
Jan Christoph Terasa
b13700ac36 step_stream_ppss.py: Normalize ppss_tables at the end.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4933 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 14:30:11 +00:00
Jan Christoph Terasa
22453727d8 step_stream_config.py: Added config file for streaming mode without DPS.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4932 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 14:14:06 +00:00
Jan Christoph Terasa
5c726ccf52 step_stream_ppss.py: Derive stream_ppss directly from main ppss, drop all DPS and enable streaming.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4931 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 14:11:20 +00:00
Jan Christoph Terasa
880261ca24 step_ppss.py: Added labels to DPS-clear to make it findable. Removed unused insertion slots.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4930 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 14:07:35 +00:00
Jan Christoph Terasa
9e0ce3848d ppss_table.py: Added remove() and isub() methods to ppss_table to remove entries.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4929 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 14:06:34 +00:00
Jan Christoph Terasa
340467ee91 step_ppss.py: Added PPSS tabel with L3 guards to avoid histogram bug.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4927 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 13:18:01 +00:00
Jan Christoph Terasa
670736a2b7 ppss_table.py: Added twin_slack option to science() method.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4926 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-02 13:15:34 +00:00
Stephan I. Böttcher
7f29badd17 solomsg: add print_verilog()
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4924 bc5caf13-1734-44f8-af43-603852e9ee25
2016-03-01 10:33:07 +00:00
Stephan I. Böttcher
5f169af64d ppss_table: remove nonsence about twin in disable_l3
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4922 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:44:43 +00:00
Stephan I. Böttcher
e338fa5c2b ppss_table: remove nonsence about twin in disable_l3
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4921 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:38:56 +00:00
Stephan I. Böttcher
625d60a579 ppss_table: add optional disable_l3 to .science()
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4920 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:34:52 +00:00
Stephan I. Böttcher
71d29d5c63 ppss_table: revert -c 4917
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4919 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:30:56 +00:00
Jan Christoph Terasa
1e0eaad6d8 Revert parts of r4917 which do not affect ppss_table.py
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4918 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:08:35 +00:00
Jan Christoph Terasa
4f5d132a54 ppss_table.py: Added option to science() method to toggle l3_enable during DPS processing.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4917 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 17:03:31 +00:00
Stephan I. Böttcher
9130f3a164 hetet_ppss: fix syntax error in ICU HK counter readout
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4916 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-28 16:18:10 +00:00
Jan Christoph Terasa
f38be234a2 Reverted 4913.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4915 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-25 14:00:38 +00:00
Jan Christoph Terasa
7c58638393 step_dps.py: Generate output filenames from own filename.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4913 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-25 13:02:46 +00:00
Jan Christoph Terasa
6b9d838311 step_dps.py: csum parameter in sci_prod is optional.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4912 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-25 12:33:31 +00:00
Jan Christoph Terasa
fd937ed67f Reverted test settings of conf and thresholds.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4911 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-25 12:15:06 +00:00
Jan Christoph Terasa
4359be04c8 step_ppss.py: Added thres and test_reg helper functions.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4910 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-25 12:00:12 +00:00
Jan Christoph Terasa
7293a7ce40 step_ppss: Optimized timing of IX reconfiguration. IX registers are telemetered (to ground) every 600s, directly after that registers are re-written. HK/Config deadtime is only 2000µs.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4909 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-24 14:22:47 +00:00
Lauri Panitzsch
a2080a7377 step_test_ppss.py: Accept triggers on all pixels.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4908 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-22 17:17:47 +00:00
Jan Christoph Terasa
2643e9bcda ixmsg.py: get_hk() can omit temperature readout.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4907 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-22 16:23:23 +00:00
Jan Christoph Terasa
150797dbda step_ppss.py: Remove unnecessary gap from IX analog reset.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@4906 bc5caf13-1734-44f8-af43-603852e9ee25
2016-02-22 16:18:21 +00:00