2
2
Code which enables users to apply a trained XGBoost model to
3
3
IRAC exoplanet or brown dwarf staring mode data
4
4
5
- #Summary
5
+ # Summary
6
6
The main systematic in high precision photometry with Spitzer IRAC is
7
7
the intrapixel response function. We see variations in the fluxes in
8
8
light curves due to the combination of under-sampling with small
@@ -25,26 +25,26 @@ This code only works on ch2 IRAC data (4.5microns) where the data is
25
25
observed on the sweet spot pixel (pixel 15, 15 of the subarray or same
26
26
pixel observed in full array)
27
27
28
- #Requirements
28
+ # Requirements
29
29
This code requires IDL, python, and jupyter notebooks
30
30
31
- IDL
32
- pmap_correct - download here: https://irachpp.spitzer.caltech.edu/page/contrib
33
- included here -
34
- box_centroider, dewrap2, fpa1t2, fpa2t2, get_centroids,
31
+ IDL
32
+ - pmap_correct - download here: https://irachpp.spitzer.caltech.edu/page/contrib
33
+ - included here -
34
+ - box_centroider, dewrap2, fpa1t2, fpa2t2, get_centroids,
35
35
phot_exoplanet_csv
36
36
37
37
Python
38
- batman
39
- exoparams
40
- sklearn
41
- astropy
42
- scipy
43
- pylab
44
- lmfit
45
- functools
38
+ - batman
39
+ - exoparams
40
+ - sklearn
41
+ - astropy
42
+ - scipy
43
+ - pylab
44
+ - lmfit
45
+ - functools
46
46
47
- #What is Included (and what does it do)
47
+ # What is Included (and what does it do)
48
48
- apply_ML_IRAC.ipynb is the main python code to apply model to science
49
49
data
50
50
- phot_exoplanet_csv.pro is the main IDL code to do photometry
53
53
- XO3* .csv files are the photometry files for the 10 XO3 observations
54
54
55
55
56
- #How to use this code
56
+ # How to use this code
57
+
57
58
0 . Download the pmap_correct.pro code and associated pmap files from the SSC
58
59
website (they are too large to include with this github repository)
59
60
@@ -75,7 +76,8 @@ website (they are too large to include with this github repository)
75
76
directory location, observation name, and planet name of the dataset in the top
76
77
cell of the notebook.
77
78
78
- 4 . Further refinements:
79
+ 4 . Further refinements:
80
+
79
81
a) Included here are two models which both are able to remove
80
82
systematics (two .pkl files). They are different and require
81
83
different feature sets, but both can be accomodated with the csv
0 commit comments