F(x) ADAFs With Extras Input¶
Please see F(x) Table for the basics on f(x) nodes.
The main base class for adaf f(x) nodes is called ADAFWrapper. It gives
access to the variables self.in_adaf and self.out_adaf which are of the
type adaf.File so you will need to use the ADAF API.
- 
class node_adaf_function_selector.FunctionSelectorADAFsWithExtras(*args, **kwargs)[source]¶
- Apply functions to a list of ADAFs. Also passes an extra auxiliary list of Tables to the functions. - Inputs: - port1 : Datasource
- Path to Python file with scripted functions. 
- extra : Tables
- Extra Tables with eg. specification data. 
- port2 : Tables
- Tables with data to apply functions to. 
 - Outputs: - port3 : Tables
- Tables with the results from the applied functions 
 - Configuration: - Clean output
- If disabled the incoming data will be copied to the output before running the nodes. 
- Put results in common outputs : checkbox
- Use this checkbox if you want to gather all the results generated from an incoming Table into a common output. This requires that the results will all have the same length. An exception will be raised if the lengths of the outgoing results differ. It is used only when clean output is active. Otherwise it will be disabled and can be considered as checked. 
- Select functions
- Choose one or many of the listed functions to run. 
- Enable pass-through
- If disabled only selected functions are run. Enable this to override the functions selection and run all functions in the python file. 
 - Ref. nodes: