Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
__pycache__
# Virtual environments
venv/
.venv/
env/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Data/output files
*.png
*.pdf
*.txt
*.fits

# IDE
.vscode/
.idea/

# OS
.DS_Store
51 changes: 51 additions & 0 deletions Mathieu/.ipynb_checkpoints/Naamloos-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "1496602e",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"test mathieu\n"
]
}
],
"source": [
"print(\"test mathieu\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e994c94a",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
633 changes: 633 additions & 0 deletions Mathieu/.ipynb_checkpoints/PLOTP41a-checkpoint.ipynb

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions Mathieu/Naamloos.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "ef0ff304",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"test mathieu\n"
]
}
],
"source": [
"print(\"test mathieu\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "02a8af37",
"metadata": {},
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'healpy'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[2], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mhealpy\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mhp\u001b[39;00m\n\u001b[1;32m 2\u001b[0m \u001b[38;5;28mprint\u001b[39m(hp\u001b[38;5;241m.\u001b[39m__version__)\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'healpy'"
]
}
],
"source": [
"import healpy as hp\n",
"print(hp.__version__)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "890ae9f0",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
633 changes: 633 additions & 0 deletions Mathieu/PLOTP41a.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# schNell

test
schNell is a very lightweight python module that can be used to compute basic map-level noise properties for generic networks of gravitational wave interferometers. This includes primarily the noise power spectrum "N_ell", but also other things, such as antenna patterns, overlap functions, inverse variance maps etc.

## Installation
Expand Down
35 changes: 35 additions & 0 deletions Tiemo/.ipynb_checkpoints/Test-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "4ec0a6c4",
"metadata": {},
"outputs": [],
"source": [
"print(\"Test\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
56 changes: 56 additions & 0 deletions Tiemo/Test.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "4ec0a6c4",
"metadata": {
"id": "4ec0a6c4",
"outputId": "8d87e220-198c-4fa8-c351-064053e00a78",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Test\n",
"colab testje\n"
]
}
],
"source": [
"print(\"Test\")\n",
"\n",
"\n",
"print(\"colab testje\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"colab": {
"provenance": []
}
},
"nbformat": 4,
"nbformat_minor": 5
}
930 changes: 930 additions & 0 deletions examples/.ipynb_checkpoints/Nell_example-checkpoint.ipynb

Large diffs are not rendered by default.

171 changes: 64 additions & 107 deletions examples/Nell_example.ipynb

Large diffs are not rendered by default.

Loading