-
Notifications
You must be signed in to change notification settings - Fork 120
3D disk galaxy models #782
Copy link
Copy link
Closed
Labels
base classesRelated to GSObject, Image, or other base GalSim classesRelated to GSObject, Image, or other base GalSim classesfeature requestRequest for a new feature in GalSimRequest for a new feature in GalSim
Milestone
Metadata
Metadata
Assignees
Labels
base classesRelated to GSObject, Image, or other base GalSim classesRelated to GSObject, Image, or other base GalSim classesfeature requestRequest for a new feature in GalSimRequest for a new feature in GalSim
Type
Fields
Give feedbackNo fields configured for issues without a type.
For some Euclid simulations, the group at Oxford (Lance Miller, Niraj Welikala) has been building 3D bulge+disk galaxies. The bulge can be represented by GalSim already, but the 3D disk cannot be. They model it as a disk of finite thickness when viewed edge-on, with a sech^2(z) surface brightness distribution as observed for real edge-on galaxies (the radial part of the profile is indeed exponential as you move along the disk at fixed z, so it's the sech^2(z) aspect that would be new to GalSim). Initially they did this via photon-shooting but they recently began representing it using DFTs. Lance has offered some C code that could be used to implement the 3D disk models in GalSim. He does not plan to implement it in GalSim himself.
Unlike many of our profiles, the input parameter would be the disk inclination, with the ellipticity being a derived parameter. I'm mentioning this not as a problem, but rather as an interesting feature.
Any thoughts, questions, concerns, etc.?