Skip to content

Commit 3b241c9

Browse files
authored
Merge pull request #1 from Max1284/feat/gaia-calibration
feat: add Gaia DR3 query and calibration
2 parents 714ba41 + f3e4763 commit 3b241c9

12 files changed

Lines changed: 26609 additions & 15640 deletions

examples/Basic use.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
],
549549
"metadata": {
550550
"kernelspec": {
551-
"display_name": "mphot",
551+
"display_name": "astronomy",
552552
"language": "python",
553553
"name": "python3"
554554
},
@@ -562,7 +562,7 @@
562562
"name": "python",
563563
"nbconvert_exporter": "python",
564564
"pygments_lexer": "ipython3",
565-
"version": "3.11.9"
565+
"version": "3.11.11"
566566
}
567567
},
568568
"nbformat": 4,

src/mphot/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display_results,
33
generate_system_response,
44
get_precision,
5+
get_precision_gaia,
56
integration_time,
67
interpolate_dfs,
78
)

0 commit comments

Comments
 (0)