Skip to content

Commit f4e3abf

Browse files
Add credits and revert to make_client() for CI
1 parent 2d42ead commit f4e3abf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tutorials/firefly/OpenUniverse2024Preview_Firefly.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Clearly, the simulated Roman coadd has higher spatial resolution than the Rubin
375375
### Launch and initialize Firefly
376376

377377
```{code-cell} ipython3
378-
fc = FireflyClient.make_lab_client()
378+
fc = FireflyClient.make_client()
379379
380380
fc.reinit_viewer() #to clean the state, if this cell ran earlier
381381
```
@@ -731,3 +731,13 @@ More info about this method: https://caltech-ipac.github.io/firefly_client/api/f
731731
fc.set_stretch(plot_id=coadd_ff_id_roman_3color, stype='sigma', algorithm='squared',
732732
band='ALL', lower_value=-2, upper_value=10)
733733
```
734+
735+
***
736+
737+
## About This Notebook
738+
739+
**Author:** Jaladh Singhal and Vandana Desai in conjunction with the IRSA Team
740+
741+
**Updated:** 2024-12-18
742+
743+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

0 commit comments

Comments
 (0)