Skip to content
/ Sim2Obs Public

Prepare the data to run simulating radiation transfer SKIRT

License

Notifications You must be signed in to change notification settings

wx-ys/Sim2Obs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

sim2obs is a python package for preparing simulation data for SKIRT and processing the output data.

Under Construction

Code Structure: simtobs.py: a class that collects all modules and functions.

  • grabsim: file IO for processing different simulation data.
  • runskirt: according to the parameters file, provide the .ski template and set the .ski file parameters.
  • ...

Current progress:

  • grabsim, one file IO: (Read_AnastrisTNG), roughly completed
  • runskirt, roughly completed
  • mock, filter, visualization ... future work

Usage

from sim2obs import simtobs
simio = simtobs.Sim2Obs('SIM2OBS.ini') 
simio.pre_init()
simio.pre_skirt()

See examples for more details,

Maintainers

@wx-ys.

License

MIT © Shuai Lu

Acknowledgments

About

Prepare the data to run simulating radiation transfer SKIRT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published