Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Apr 29, 2024
1 parent 7f8efb0 commit 4cb87b0
Show file tree
Hide file tree
Showing 8 changed files with 150 additions and 162 deletions.
Binary file modified docs/assets/example1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions docs/components.md~

This file was deleted.

2 changes: 1 addition & 1 deletion docs/components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
@gp :- coords(dom) c3(dom, fwhm=300, log_a=-1) "w l t 'Voigt-1'"
@gp :- coords(dom) c3(dom, fwhm=300, log_a= 0) "w l t 'Voigt+0'"
@gp :- coords(dom) c3(dom, fwhm=300, log_a= 1) "w l t 'Voigt+1'"
@gp :- coords(dom) c3(dom, fwhm=300, log_a= 2) &quot;w l t &#39;Voigt+2&#39; dt 2&quot;</code></pre><p><img src="../assets/lineprofiles.png" alt/></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« QSFit</a><a class="docs-footer-nextpage" href="../recipes/">Recipes »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Wednesday 27 March 2024 14:48">Wednesday 27 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
@gp :- coords(dom) c3(dom, fwhm=300, log_a= 2) &quot;w l t &#39;Voigt+2&#39; dt 2&quot;</code></pre><p><img src="../assets/lineprofiles.png" alt/></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« QSFit</a><a class="docs-footer-nextpage" href="../recipes/">Recipes »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Monday 29 April 2024 17:07">Monday 29 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
271 changes: 142 additions & 129 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/objects.inv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sphinx inventory version 2
# Project: QSFit.jl
# Version: 0.1.0
# Version: 0.2.0
# The remainder of this file is compressed using zlib.
x����N�0 ��y�HpӮ) !������-Fi�ɺ����-7��b;�ot;8H�����R>�<b�O\�q�'���9 z��ߩ�ܞ�z��� �K�c��Z*Q��l����hb��iF���`��5���=T�@9h�x��f�P��!+L�TUo�ZV��+=4Ȍ��mx�Hٓ����M&�3��~�|� 9�����}�@!x�:R��UL��O�Զ�����S7Y��{XV�H��Ot�*ڨ�-�?z$�G�;x'����p�_�Ko�>�Q۬`g��S�)�_� M�<�
Expand Down
1 change: 0 additions & 1 deletion docs/recipes.md~

This file was deleted.

16 changes: 5 additions & 11 deletions docs/recipes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,10 @@

filename = download(&quot;http://dr10.sdss3.org/sas/dr10/sdss/spectro/redux/26/spectra/0752/spec-0752-52251-0323.fits&quot;)
spec = Spectrum(Val(:SDSS_DR10), filename)
recipe = Recipe(LineFit)
recipe.redshift = 0.3806
recipe.Av = missing
recipe.wavelength_range = [4532.52088596136, 5254.15348271789]
recipe.line_profiles = :gauss
recipe.lines = [
LineDescriptor(4864.68, NarrowLine, BroadLine)
LineDescriptor(5009.03, ForbiddenLine)
]

recipe = Recipe(LineFit, redshift=0.3806)
recipe.wavelength_range = [4610.1157888384, 5130.00163811462]
add_line!(recipe, QSFit.ATL.UnidentifiedTransition(4866.45), NarrowLine,BroadLine)
add_line!(recipe, QSFit.ATL.UnidentifiedTransition(5008.98), ForbiddenLine)
res = analyze(recipe, spec)</code></pre><h3 id="Type1"><a class="docs-heading-anchor" href="#Type1"><code>Type1</code></a><a id="Type1-1"></a><a class="docs-heading-anchor-permalink" href="#Type1" title="Permalink"></a></h3><p>Automatic spectral analysis of Type1 AGN and QSO at redshifts &lt;~ 2.1. Example:</p><pre><code class="nohighlight hljs">using QSFit, QSFit.QSORecipes
filename = download(&quot;http://dr10.sdss3.org/sas/dr10/sdss/spectro/redux/26/spectra/0752/spec-0752-52251-0323.fits&quot;)
spec = Spectrum(Val(:SDSS_DR10), filename)
Expand Down Expand Up @@ -67,4 +61,4 @@
resid.mzer.config.ftol = 1.e-6
model = resid.meval.model
return GModelFit.minimize!(resid)
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../components/">« Components</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Wednesday 27 March 2024 14:48">Wednesday 27 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../components/">« Components</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Monday 29 April 2024 17:07">Monday 29 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion docs/search_index.js

Large diffs are not rendered by default.

0 comments on commit 4cb87b0

Please sign in to comment.