Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Proper handling the input of polychromatic spectrum #6

Closed
slizzered opened this issue Jul 9, 2014 · 2 comments
Closed

Proper handling the input of polychromatic spectrum #6

slizzered opened this issue Jul 9, 2014 · 2 comments

Comments

@slizzered
Copy link
Contributor

Current situation: (problems are bold)
Absorption (A) and Emission (E) intensities of the medium are given as vectors over a fixed range. The value are assumed to be equidistant inside the range.
The starting wavelength and the ending wavelength are hardcoded.
These intensity distributions are then sampled with a hardcoded sampling resolution.

Proposed solution:

  • Assume both A and E are given for the same wavelength range
  • Assume both A and E are sampled at the same wavelengths
  • one vector to describe the sampling positions on the x-axis (wavelength)
  • one vector for each A and E, to describe the intensities on the positions of the x-axis
  • resample the distributions to ensure equidistant values and a sufficiently high resolution
  • make the resolution a command line parameter (even better: find it automagically)
@slizzered
Copy link
Contributor Author

yay closed!

@slizzered slizzered reopened this Sep 12, 2014
@slizzered
Copy link
Contributor Author

will remain open, until merged to master (milestone 1.5)

@slizzered slizzered modified the milestones: 1.1 - Leaving the burrow, 1.5 - extended features Jan 13, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant