Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
anaismoller committed Oct 28, 2024
1 parent b4e5baa commit 7843343
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 46 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ To reproduce the Dark Energy Survey analyses use commit `fcf8584b64974ef7a238eac

To reproduce Fink analyses until 2024 use commit `fcf8584b64974ef7a238eac718e01be4ed637a1d` and check [Fink's github](https://github.com/astrolabsoftware/fink-science).

## Build docs <a name="docs"></a>
### Build docs <a name="docs"></a>

cd docs && make clean && make html && cd ..
firefox docs/_build/html/index.html


### ADACS
This package has been updated to a recent pytorch through the [ADACS Merit allocation program](https://adacs.org.au/merit-allocation-program) 2023-2024.
2 changes: 1 addition & 1 deletion docs/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Visualization Parameters
Argument Type Help
=============================== ============ ==========================================================
--explore_lightcurves bool Plot a random selection of lightcurves
--plot_lcs bool Plot a random selection of lightcurves predictions
--plot_lcs bool Plot a random selection of lightcurves predictions
--plot_prediction_distribution bool Plot lcs and the histogram of probability for each class
=============================== ============ ==========================================================

Expand Down
4 changes: 2 additions & 2 deletions docs/data/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ e.g. ``--redshift_label REDSHIFT_FINAL``.

8. Use a different sntype label
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The default sntype label is ``SNTYPE``. If you want to use your own label, you'll need to specify it.
The default sntype label is ``SNTYPE``. If you want to use your own label, you'll need to specify it and provide it in the `HEAD` file.

.. code-block:: bash
snn make_data --dump_dir <path/to/save/database/> --raw_dir <path/to/raw/data/> --sntype_var <your/label>
e.g. ``--redshift_label SIM_SNTYPE``.
e.g. ``--sntype_var MYTYPE``.

9. Mask photometry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/visualization/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Below is a sample plot:

.. image:: preds_variational.png


Beware: only MC Dropout (variational) and Bayes by Backprop (bayesian) models have this feature.

Predictions from multiple models
-------------------------------------------
Expand Down
41 changes: 0 additions & 41 deletions run_yml.py

This file was deleted.

0 comments on commit 7843343

Please sign in to comment.