seds

This is the table used to describe ionizing SEDs which need to sum up more than 2 elementary SEDS.

In the table "tab", if the field "atm_cmd" is set to "sed_db", the ionizing sed is obtained by looking for all the entries in the "seds" table where "seds.sed_name" = "atm.atm_file".

The others fields in "seds" are the same than in the "tab" table.

+-----------+-------------+------+-----+---------+----------------+

| Field | Type | Null | Key | Default | Extra |

+-----------+-------------+------+-----+---------+----------------+

| N | bigint(20) | NO | PRI | NULL | auto_increment |

| ref | varchar(40) | NO | MUL | | |

| sed_name | varchar(40) | NO | MUL | | |

| atm_cmd | varchar(60) | NO | | | |

| atm_file | varchar(40) | NO | | | |

| atm1 | double | YES | | NULL | |

| atm2 | double | YES | | NULL | |

| atm3 | double | YES | | NULL | |

| lumi_unit | varchar(40) | NO | | | |

| lumi | double | YES | | NULL | |

+-----------+-------------+------+-----+---------+----------------+