-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lamppost model #181
Comments
So I guess we'd require an additional option in the file- if power law radiation is specified then we'd add something like
and if that equals one then add somewhere the parameter
And then simply put isotropic X-ray photons as a point source at that height? |
Had a quick look at the code and this is dead easy so I'll quickly code it. Is it something that should just go in domain2? It occurs to me it might be sensible to run a current AGN model with it and so put it in dev then merge into domain2? Out current X-ray source has an interesting "feature" whereby the X-ray source is weaker at low inclinations because photons are intercepted by the disk.... |
Yes, this should go in domain2 |
Ok will do. I'm going to run a QSO model with it just to check if it affects the ionization state, say. |
This could probably do with testing, but is now merged into domain2 via pull request #184 |
For reflection models we need to have a lamp post source model. Presumably we want this to be described by a position above and below the disk, as is the case for the xion model
https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelXion.html
in xspec
Presumably we want the lamp-post fo be symmetric above and below the accretion disk and to replace (as an option) our currently model which has the boundary layer radiation arising from the surface of the "star".
The text was updated successfully, but these errors were encountered: