- added third monitor to AMOR
- prepared monitor writing for SANS - created a separate powder diffractometer simulation - updated histogram memory code to read SANS gummi monitor packets - updated histogram memory to read third single detector = TOF-monitor
This commit is contained in:
@@ -261,8 +261,12 @@
|
||||
Lwl_hdr_daq_mask = LWL_HDR_NRL_MASK;
|
||||
Lwl_hdr_daq_soll = 0;
|
||||
}else if (strcmp (INST, "FOCUS") == 0) {
|
||||
/*
|
||||
Lwl_hdr_daq_mask = LWL_HDR_NRL_MASK | LWL_HDR_SYNC2_MASK;
|
||||
Lwl_hdr_daq_soll = 0;
|
||||
*/
|
||||
Lwl_hdr_daq_mask = 0x00f00000;
|
||||
Lwl_hdr_daq_soll = 0x00200000;
|
||||
printf ("%s: Instrument = \"%s\"\n", Tsk_name[0], "FOCUS");
|
||||
}else if (strcmp (INST, "HRPT") == 0) {
|
||||
printf ("%s: Instrument = \"%s\"\n", Tsk_name[0], "HRPT");
|
||||
|
||||
Reference in New Issue
Block a user