Git Product home page Git Product logo

Comments (2)

jlustigy avatar jlustigy commented on June 26, 2024

Thanks @hippke – This is a great point! The jitter seen in the last figure in that example (pasted below) does indeed come from the naive/non-optimal placement of the grid:

notebooks_degrading_a_spectrum_22_0

By default, the photon count rate calculation determines the wavelength grid from the min and max wavelengths (Telescope.lammin and Telescope.lammax) and the spectral resolving power (Telescope.resolution) that the user provides. However, the user can optionally provide the wavelength and delta-wavelength grids by setting Telescope.lam and Telescope.dlam before performing the noise calculations.

Within this simpler example, you are absolutely right, the optimal grid placement and average albedo could be found by iterating the minimum wavelength over a grid that spans the width of the wavelength interval at the oxygen A-band. Then the optimal grid solution could be manually passed into subsequent S/N calculations, using the method I described above.

I would be happy to add this calculation and discussion to this example if you think others would find it useful!

from coronagraph.

jlustigy avatar jlustigy commented on June 26, 2024

Just to follow up on this, I updated this example in the docs to address this comment. The bottom line is that the above curve can indeed be smoothed by optimizing the placement of the wavelength grid:
notebooks_degrading_a_spectrum_24_0
Thanks @hippke for pointing this out!

from coronagraph.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.