Difference between revisions of "MAS"

From MCEWiki
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[ Version history ]]
+
{{Related|MAS}}
 
 
 
== Overview ==
 
== Overview ==
  
 
"MAS" is meant to refer primarily to the lowest levels of the control software, including the PCI card driver, command line utilities, and basic python modules.
 
"MAS" is meant to refer primarily to the lowest levels of the control software, including the PCI card driver, command line utilities, and basic python modules.
  
For information on higher-level programs, such as the auto-tuning codes, please see [[ Array setup programs ]].
+
For information on higher-level programs, such as the auto-tuning codes, please see [[MCE script]].
  
 
== Usage ==
 
== Usage ==
Line 14: Line 13:
 
** [[maslog]]
 
** [[maslog]]
 
** [[dsp_cmd]]
 
** [[dsp_cmd]]
** [[ MAS Command line how-to ]]
 
  
 
* Special applications
 
* Special applications
Line 22: Line 20:
  
 
* Utilities
 
* Utilities
 +
** [[mas_param]]
 +
** [[mas_var]]
 +
:These two utilities may be compiled separately from the rest of MAS, even on systems (ie. MacOS X) which are unable to run the control software.  See [[Mas param#Building_mas_param_on_MacOS_X|Building <tt>mas_param</tt> on MacOS X]] for instructions.
  
 
* MAS configuration
 
* MAS configuration
Line 28: Line 29:
 
** [[ mas.cfg ]]
 
** [[ mas.cfg ]]
 
** [[ MAS array_id and array_list | array_id and array_list ]]
 
** [[ MAS array_id and array_list | array_id and array_list ]]
 +
** [[Environmental variables]]
  
 
* MAS file formats
 
* MAS file formats
Line 42: Line 44:
  
 
* Help
 
* Help
** [[ MCE: Helper programs ]]
+
** [[MCE script utilities]], useful debugging programs
** [[ MAS Cheat Sheet ]]
 
 
** [[ MCE Recovery During Acquisition ]]
 
** [[ MCE Recovery During Acquisition ]]
  
Line 49: Line 50:
  
 
* [[ MAS Bug List ]]
 
* [[ MAS Bug List ]]
* [[ MAS to-do ]]
 
 
* [[ MAS feature requests ]]
 
* [[ MAS feature requests ]]
  
Line 56: Line 56:
 
* [[ MAS PC requirements and initial setup | PC requirements and initial setup]]
 
* [[ MAS PC requirements and initial setup | PC requirements and initial setup]]
 
* [[ MAS OS setup | OS setup]]
 
* [[ MAS OS setup | OS setup]]
 +
* [[Multicard MAS]], running MAS on a system with multiple fibre cards
 
* [[ MAS user setup ]]
 
* [[ MAS user setup ]]
 
* [[ MAS kernel patch compilation | kernel patch compilation]]
 
* [[ MAS kernel patch compilation | kernel patch compilation]]
* [[ MAS svn repository | SVN repository]]
+
* [[ Code repositories ]]
 
* [[ Hardware goodlist/badlist ]]
 
* [[ Hardware goodlist/badlist ]]
  
Line 64: Line 65:
  
 
* [[ MAS malfunction diagnosis | diagnosis ]]
 
* [[ MAS malfunction diagnosis | diagnosis ]]
 +
 +
[[Category:MAS| ]]

Latest revision as of 19:20, 16 November 2021

Related topics:

Overview

"MAS" is meant to refer primarily to the lowest levels of the control software, including the PCI card driver, command line utilities, and basic python modules.

For information on higher-level programs, such as the auto-tuning codes, please see MCE script.

Usage

These two utilities may be compiled separately from the rest of MAS, even on systems (ie. MacOS X) which are unable to run the control software. See Building mas_param on MacOS X for instructions.

Development

Installation / configuration

Trouble-shooting