Skip to content

Commit 6bd6ab9

Browse files
authored
Merge pull request #1329 from rzellem/issue_1125
Issue 1125: Include AAVSO comparison stars as default during initialization file construction for Colab
2 parents 32995d7 + 7daaa8f commit 6bd6ab9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exotic/api/colab.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,13 @@ def make_inits_file(planetary_params, image_dir, output_dir, first_image, targ_c
370370
"Observing Notes": "%s",
371371
372372
"Plate Solution? (y/n)": "y",
373-
"Align Images? (y/n)": "y",
373+
"Add Comparison Stars from AAVSO? (y/n)": "y",
374374
375375
"Target Star X & Y Pixel": %s,
376-
"Comparison Star(s) X & Y Pixel": %s
376+
"Comparison Star(s) X & Y Pixel": %s,
377+
378+
"Demosaic Format": null,
379+
"Demosaic Output": null
377380
},
378381
"optional_info": {
379382
"Pixel Scale (Ex: 5.21 arcsecs/pixel)": null,

0 commit comments

Comments
 (0)