Spaces:
Sleeping
Sleeping
Commit
·
215eca5
1
Parent(s):
ba88389
Changing from gwIAS to gwfast
Browse files
app.py
CHANGED
|
@@ -40,12 +40,12 @@ def handle_prompt(message, history):
|
|
| 40 |
if __name__ == "__main__":
|
| 41 |
|
| 42 |
# Predefined messages and examples
|
| 43 |
-
description = "AI powered assistant to help with [
|
| 44 |
-
greetingsmessage = "Hi, I'm the
|
| 45 |
example_questions = [
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"How
|
| 49 |
]
|
| 50 |
|
| 51 |
# Define customized Gradio chatbot
|
|
|
|
| 40 |
if __name__ == "__main__":
|
| 41 |
|
| 42 |
# Predefined messages and examples
|
| 43 |
+
description = "AI powered assistant to help with [gwfast](https://github.com/CosmoStatGW/gwfast) gravitational wave search pipeline."
|
| 44 |
+
greetingsmessage = "Hi, I'm the gwfast Bot, I'm here to assist you with the fisher matrix pipeline."
|
| 45 |
example_questions = [
|
| 46 |
+
"How can I calculate the fisher matrix?",
|
| 47 |
+
"What waveforms are available in gwfast?",
|
| 48 |
+
"How is derivative of waveforms calculated?"
|
| 49 |
]
|
| 50 |
|
| 51 |
# Define customized Gradio chatbot
|
urls.txt
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
-
https://github.com/
|
| 2 |
-
https://github.com/
|
| 3 |
-
https://github.com/
|
| 4 |
-
https://github.com/
|
| 5 |
-
https://github.com/
|
| 6 |
-
https://github.com/
|
| 7 |
-
https://github.com/
|
| 8 |
-
https://github.com/
|
| 9 |
-
https://github.com/
|
| 10 |
-
https://github.com/
|
| 11 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/params.py
|
| 12 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/python_utils.py
|
| 13 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/ranking_HM.py
|
| 14 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/readligo.py
|
| 15 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/template_bank_generator_HM.py
|
| 16 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/template_bank_params_O3a_HM.py
|
| 17 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/triggering_on_cluster.py
|
| 18 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/triggers_single_detector_HM.py
|
| 19 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/utils.py
|
| 20 |
-
https://github.com/JayWadekar/gwIAS-HM/blob/main/Tutorial_notebooks/4.Trig_Coin_on_cluster.ipynb
|
|
|
|
| 1 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/notebooks/gwfast_tutorial.ipynb
|
| 2 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/notebooks/new_features_tutorial.ipynb
|
| 3 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/notebooks/Stochastic_tutorial.ipynb
|
| 4 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/fisherTools.py
|
| 5 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/gwfastGlobals.py
|
| 6 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/gwfastUtils.py
|
| 7 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/network.py
|
| 8 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/signal.py
|
| 9 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/waveforms.py
|
| 10 |
+
https://github.com/CosmoStatGW/gwfast/blob/master/gwfast/stochastic/stochasticTools.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|