andycasey / original-oracle

oracle, the suppository of all wisdom
MIT License
2 stars 0 forks source link

Line list format for SI #3

Open andycasey opened 10 years ago

andycasey commented 10 years ago

Maria, I know we went through this quickly before you left, but could you remind me of the ASCII formatting for the SI line list. I can only remember/infer what some of the columns are and soon @jlin0504 will be adjusting the line list to test with HERMES spectra.

Here's what the ASCII line list looks like:

Andrews-MacBook-Pro-2:linedata arc$ head master_line.asc 
  2010.974   0.0300  2.0  3.0   0.1  -3.3800   0.0000   0.0000 -31.1250   0.0000   0.0000         2    uv6   3P   1G  KP   STD   14  0  1
  2016.512   0.9150  4.0  4.0   0.1   0.0000   0.0000   0.0000 -30.4110   0.0000   0.0000         6   uv84  a5F   5P       UNS   26  0  1
  2041.490   0.5700  2.5  1.5   0.1  -1.1080   0.0000   0.0000 -31.7340   0.0000   0.0000         2   uv11   2F   3P  KP   STD   22  0  2
  2054.540   0.5700  3.5  2.5   0.1  -0.9600   0.0000   0.0000 -31.7410   0.0000   0.0000         2   uv11   2F   5F  KP   STD   22  0  2
  2054.828   4.1300  2.0  1.0   0.1   0.0000   0.0000   0.0000 -99.0000   0.0000   0.0000        14          5S   3P       JKR   14  0  1
  2058.136   0.7800  2.0  1.0   0.1  -1.0300   0.0000   0.0000 -30.7920   0.0000   0.0000         2   uv52   1D   5P  KP   STD   14  0  1
  2061.192   4.1300  2.0  2.0   0.1   0.0000   0.0000   0.0000 -99.0000   0.0000   0.0000        14          5S   2D       JKR   14  0  1
  2065.516   4.1300  2.0  3.0   0.1   0.0000   0.0000   0.0000 -99.0000   0.0000   0.0000        14          5S   2D       JKR   14  0  1
  2084.117   0.0000  4.0  3.0   0.1  -0.7900   0.0000   0.0000 -30.6060   0.0000   0.0000         2   uv33  a5D   2D  BH   AOM   26  0  1
  2084.467   0.7800  2.0  3.0   0.1  -2.1200   0.0000   0.0000 -30.8410   0.0000   0.0000         2   uv50   1D   5P  KP   STD   14  0  1

Could you let us know what all of the column names are, and which of them are absolutely used by SI?

Thanks

mariabergemann commented 10 years ago

wavelength, excitation potential, J(low), J(up),XX,log(gf),xx,xx,log(c6),xx,xx,542, noname, xx, xx, JL, NEW, atom, xx, ion

wavelength in angstrem excitation potential in eV

you don’t need to worry about xx values for now, just set them to a dummy value

How are you going to modify the linelist, Jane? by hand?

Maria

On 4 Sep 2014, at 13:32, Andy Casey notifications@github.com wrote:

Maria, I know we went through this quickly before you left, but could you remind me of the ASCII formatting for the SI line list. I can only remember/infer what some of the columns are and soon @jlin0504 will be adjusting the line list to test with HERMES spectra.

Here's what the ASCII line list looks like:

Andrews-MacBook-Pro-2:linedata arc$ head master_line.asc 2010.974 0.0300 2.0 3.0 0.1 -3.3800 0.0000 0.0000 -31.1250 0.0000 0.0000 2 uv6 3P 1G KP STD 14 0 1 2016.512 0.9150 4.0 4.0 0.1 0.0000 0.0000 0.0000 -30.4110 0.0000 0.0000 6 uv84 a5F 5P UNS 26 0 1 2041.490 0.5700 2.5 1.5 0.1 -1.1080 0.0000 0.0000 -31.7340 0.0000 0.0000 2 uv11 2F 3P KP STD 22 0 2 2054.540 0.5700 3.5 2.5 0.1 -0.9600 0.0000 0.0000 -31.7410 0.0000 0.0000 2 uv11 2F 5F KP STD 22 0 2 2054.828 4.1300 2.0 1.0 0.1 0.0000 0.0000 0.0000 -99.0000 0.0000 0.0000 14 5S 3P JKR 14 0 1 2058.136 0.7800 2.0 1.0 0.1 -1.0300 0.0000 0.0000 -30.7920 0.0000 0.0000 2 uv52 1D 5P KP STD 14 0 1 2061.192 4.1300 2.0 2.0 0.1 0.0000 0.0000 0.0000 -99.0000 0.0000 0.0000 14 5S 2D JKR 14 0 1 2065.516 4.1300 2.0 3.0 0.1 0.0000 0.0000 0.0000 -99.0000 0.0000 0.0000 14 5S 2D JKR 14 0 1 2084.117 0.0000 4.0 3.0 0.1 -0.7900 0.0000 0.0000 -30.6060 0.0000 0.0000 2 uv33 a5D 2D BH AOM 26 0 1 2084.467 0.7800 2.0 3.0 0.1 -2.1200 0.0000 0.0000 -30.8410 0.0000 0.0000 2 uv50 1D 5P KP STD 14 0 1 Could you let us know what all of the column names are, and which of them are absolutely used by SI?

Thanks

— Reply to this email directly or view it on GitHub.

andycasey commented 10 years ago

Hi @mariabergemann,

I have written some code to transform the ASCII line list data to binary and vice-versa. For the moment I have referenced the column names as "xxN" for the unknown/dummy column names. You can see it here: https://github.com/andycasey/oracle/blob/478ba4f2649d351512e7555fc859d8cef9068f6e/oracle/si/io.py#L43-46

Could you advise as to what I should call these columns? Once the column names are known we can close this issue.