tardis-sn / tardis

TARDIS - Temperature And Radiative Diffusion In Supernovae
https://tardis-sn.github.io/tardis
199 stars 404 forks source link

Atomic Database project specifications #242

Closed wkerzendorf closed 7 years ago

wkerzendorf commented 9 years ago

The development of the Atomic Database happens in github.com/tardis-sn/cassis

As an explanation, the atomic databases contains two big tables: (1) a table for levels in atoms (2) a table of lines that connect these levels.

These are the specifications for the PR for the Atomic database:

The further development for the atomic database throughout the summer

wkerzendorf commented 9 years ago

@pfrcks @dumindux @Mnw2212 @aadilh @mohit-agarwal you all have done PRs for this project. These are the specific instructions for the PR and for the summer

wkerzendorf commented 9 years ago

let me know if some of the things are unclear

pfrcks commented 9 years ago

@wkerzendorf What about the lines 2-32 are they to be parsed or stored too, or should they be overlooked?

wkerzendorf commented 9 years ago

for now we ignore them.

pfrcks commented 9 years ago

@wkerzendorf From line number 1803, the dataset seems of another format. Do we have to store that too using pandas. If so is the 6th column from line 1803 onwards still g Lande' ?

pfrcks commented 9 years ago

@wkerzendorf https://github.com/tardis-sn/cassis/pull/10 Implemented what you asked for please check

mayureshnw commented 9 years ago

@wkerzendorf I think I failed to understand the third point mentioned in the issue. The third point being :

Could you please give a little more detail on what do you mean by lines file and levels file ? Thank You

pfrcks commented 9 years ago

@Mnw2212 The levels file is the one that you extracted using pandas.Add a primary key to it(Can be simple Integer.) The lines file is an empty file(as of now) with two columns upper_id and lower_id. Now you have to link both the files. Add upper_id and lower_id as foreign keys as both reference the primary key of levels.

I guess that was pretty much it. Right @wkerzendorf ?

wkerzendorf commented 9 years ago

@Mnw2212 @pfrcks that's roughly right.

mrahul17 commented 9 years ago

@wkerzendorf Please see the PR at https://github.com/tardis-sn/cassis/pull/11

MayankVachher commented 9 years ago

Shouldn't it be line 38, the location of the fixed format table?

unoebauer commented 8 years ago

This seems still very relevant, despite the lack of activity since March. GSoC 16, @wkerzendorf, @ssim, @chvogl?

unoebauer commented 7 years ago

Closing this one since we have a dedicated TEP and the CARSUS (@mishinma) project.