Skip to content

Commit

Permalink
Merge pull request #1330 from rzellem/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rzellem authored Oct 17, 2024
2 parents 85b6c1e + 2fc206c commit fbb9516
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions exotic/api/colab.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,13 @@ def make_inits_file(planetary_params, image_dir, output_dir, first_image, targ_c
"Observing Notes": "%s",
"Plate Solution? (y/n)": "y",
"Align Images? (y/n)": "y",
"Add Comparison Stars from AAVSO? (y/n)": "y",
"Target Star X & Y Pixel": %s,
"Comparison Star(s) X & Y Pixel": %s
"Comparison Star(s) X & Y Pixel": %s,
"Demosaic Format": null,
"Demosaic Output": null
},
"optional_info": {
"Pixel Scale (Ex: 5.21 arcsecs/pixel)": null,
Expand Down
5 changes: 4 additions & 1 deletion exotic/exotic.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,10 @@ def get_planetary_parameters(candplanetbool, userpdict, pdict=None):
"Star Metallicity Negative Uncertainty ([FE/H])",
"Star Surface Gravity (log(g))",
"Star Surface Gravity Positive Uncertainty (log(g))",
"Star Surface Gravity Negative Uncertainty (log(g))"]
"Star Surface Gravity Negative Uncertainty (log(g))",
"Star Distance (pc)",
"Star Proper Motion RA (mas/yr)",
"Star Proper Motion DEC (mas/yr)"]

# Conversion between hours to degrees if user entered ra and dec
if userpdict['ra'] is None:
Expand Down
2 changes: 1 addition & 1 deletion exotic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.2.0'
__version__ = '4.2.1'

0 comments on commit fbb9516

Please sign in to comment.