Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Mar 27, 2024
1 parent ad4a1da commit 7f8efb0
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 8 deletions.
Binary file added docs/assets/balmercont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/hostgalaxy_ilbert09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/hostgalaxy_swire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ironopt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ironuv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/lineprofiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sbpl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 49 additions & 1 deletion docs/components/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
res = analyze(recipe, spec)

# Display best fit parameter values:
show(res.bestfit)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Timestamp: 2024-03-27T14:22:43.150
show(res.bestfit)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Timestamp: 2024-03-27T14:48:13.941

Spectrum: My SDSS source
resol.: 2000.000
Expand Down Expand Up @@ -144,7 +144,7 @@
Re-run fit...
<span class="sgr32">Fit results:</span> #data: 3309, #free pars: 70, red. fit stat.: 1.2012, Status: <span class="sgr32">OK </span>

Total elapsed time: 1.1745800971984863 s
Total elapsed time: 1.0766470432281494 s
<span class="sgr32">Components:
</span><span class="sgr94"></span></span><span class="sgr94">────────────────────┬─────────────────────┬───────┬─────────────┬───────────┬───────────┬───────────┬─────────╮</span>
<span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Component </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Type </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> #Free </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Eval. count </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Min </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Max </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> Mean </span></span></span><span class="sgr94"></span><span class="sgr94"><span class="sgr7"><span class="sgr1"> NaN/Inf </span></span></span><span class="sgr94"></span>
Expand Down Expand Up @@ -330,4 +330,4 @@
<span class="sgr94"></span><span class="sgr90"> </span><span class="sgr94"></span><span class="sgr90"> </span><span class="sgr94"></span><span class="sgr90"> voff </span><span class="sgr94"></span><span class="sgr90"> -Inf:Inf </span><span class="sgr94"></span><span class="sgr90"> 0 </span><span class="sgr94"></span><span class="sgr90"> (fixed) </span><span class="sgr94"></span><span class="sgr90"> </span><span class="sgr94"></span><span class="sgr90"> </span><span class="sgr94"></span>
<span class="sgr94">╰───────────────────┴─────────────────────┴────────┴─────────────────┴───────────┴───────────┴───────────┴──────────────────────────────────╯</span></code></pre><p>The best fit model can be displayed using either <a href="https://gcalderone.github.io/Gnuplot.jl/stable/index.html">Gnuplot.jl</a> (to open a plot window):</p><pre><code class="language-julia hljs">using Gnuplot
@gp res yrange=[0, 0.25]</code></pre><p><img src="assets/example1.png" alt/></p><p>or <a href="https://github.com/lnicastro/GModelFitViewer.jl">GModelFitViewer.jl</a> (to display the plot in a browser):</p><pre><code class="language-julia hljs">using GModelFitViewer
viewer(res)</code></pre></article><nav class="docs-footer"><a class="docs-footer-nextpage" 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:22">Wednesday 27 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
viewer(res)</code></pre></article><nav class="docs-footer"><a class="docs-footer-nextpage" 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>
3 changes: 1 addition & 2 deletions docs/objects.inv
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Project: QSFit.jl
# Version: 0.1.0
# The remainder of this file is compressed using zlib.
x����
�0 ��}��^���щ x��j%Rӱf�=����P�-���ӆ��+)&���3��fN��?���%��C�ƪBK%v�Wj �g����4��3;t�5�Vq���JDS��:�~�� 2�N�=d{+1���:�?ѝ��w59�ĺ�i������ ���5㥷�S�Fm��8g�<����{�&��ނ+c����Xϱ�
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
2 changes: 1 addition & 1 deletion docs/recipes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,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:22">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.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>
Loading

0 comments on commit 7f8efb0

Please sign in to comment.