jaywadekar commited on
Commit
215eca5
·
1 Parent(s): ba88389

Changing from gwIAS to gwfast

Browse files
Files changed (2) hide show
  1. app.py +5 -5
  2. urls.txt +10 -20
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 [gwIAS](https://github.com/JayWadekar/gwIAS-HM) gravitational wave search pipeline."
44
- greetingsmessage = "Hi, I'm the gwIAS Bot, I'm here to assist you with the search pipeline."
45
  example_questions = [
46
- "Can you give me the code for calculating coherent score?",
47
- "Which module in the code is used for collecting coincident triggers?",
48
- "How are template banks constructed?"
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/JayWadekar/gwIAS-HM/tree/main
2
- https://github.com/JayWadekar/gwIAS-HM/tree/main/Pipeline
3
- https://github.com/JayWadekar/gwIAS-HM/blob/main/README.md
4
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/ML_modules.py
5
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/coherent_score_hm_search.py
6
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/coherent_score_mz_fast.py
7
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/coincidence_HM.py
8
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/data_operations.py
9
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/download_data.py
10
- https://github.com/JayWadekar/gwIAS-HM/blob/main/Pipeline/gw_detect_file.py
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