danfeldman90 / EDGE

Espaillat Disk Group Extraordinaires: Tools & Manuals
MIT License
0 stars 3 forks source link

Print out model to a text file #6

Closed danfeldman90 closed 9 years ago

danfeldman90 commented 9 years ago

Print out model components and total to a text file with job name nomenclature as the name of the file.

cespaillat commented 9 years ago

components: wavelength, total, photosphere, walls (depending on flags), outer disk

label columns in first line

filename - object_001.dat

add flag to multiply walls by a factor given

danfeldman90 commented 9 years ago

Functionality added to calc_total method in TTS_Model. If you want to save the components into a .dat file, you add the keyword 'save=1' to the function call (without quotes). Similarly, if you want to multiply the inner wall by some value, set the keyword altinh=# and it will do so. Currently does not support outer wall multiplication for PTD.