SBNSoftware / sbndcode

10 stars 43 forks source link

Compute asicchan from FEMBCh and fill the field in ChanInfo #452

Closed tomjunk closed 2 months ago

tomjunk commented 3 months ago

I had put in a field called "asicchan" in the ChanInfo struct but forgot to fill it. It can be computed from FEMBCh. asic is just FEMBCh / 16. No one has complained yet, but it's best not to leave the field uninitialized.

yangtj207 commented 2 months ago

Looks good. Approved.