Skip to content

Releases: kjkoeller/EclipsingBinaries

O-C Calculation and Plotting

22 Dec 07:44
9587187
Compare
Choose a tag to compare

In this update:

New program called OC_plot.py and this program calculates O-C values from already determined Times of Minimum (ToM) given TESS data only at this time. The next update of this specific program will determine the O-C values for the Ball State University Observatory (BSUO).

Given these O-C and their errors, this program plots an O-C graph while differentiating between primary and secondary (i.e. different markings for each on the plot itself). The program will overlay any number of polynomial fits that the user would like and create a residual plot using the largest polynomial value entered overlaid on top of just the primary eclipses.

The program outputs ToM, eclipse number, O-C, and O-C error into a single file that the user can reference later if needed.

AIJ Night Filter Fix

09 Dec 19:46
925ad4f
Compare
Choose a tag to compare

In this update:

This fixes a major issue with the AIJ night filters that requested the user to enter an output file after each file path was entered. This defeated the purpose of this program. There was also a minor issue with this program where if the column length was 4 the if statement for this crashed the program because there was a missing parameter in the Boolean logic.

APASS AIJ Error Fix

01 Dec 19:52
90ac01c
Compare
Choose a tag to compare

In this release:

An error was found in the APASS_AIJ_comparison_selector.py file where if the final list of potential comparison stars was empty, the program would crash. The old method attempted to remedy this with an if statement but this was the main cause of the crash. Now if the that same list is empty, it will output a print statement saying that there were no comparison stars found between APASS and AIJ.

Science Image Overlay

25 Nov 16:23
87f3d0c
Compare
Choose a tag to compare

This release adds the ability to overlay a science image with potential comparison stars and AIJ generated comparison stars to gather the corresponding APASS magnitudes for Johnson B, V, and Cousins R filters.

BJD to HJD Conversion

17 Nov 19:12
1f61af7
Compare
Choose a tag to compare

This update takes the TESS BJD_TDB and converts that time into HJD and outputs both times into the header of the FFI's incase a user needs either values.

IRAF Reduction

10 Nov 15:10
b0ae2fb
Compare
Choose a tag to compare

This release adds the ability to reduce science images from the Ball State University Observatory (BSUO) but currently only reduces the calibration frames but will soon reduce the science images as well in the next couple of releases.

More Minor Updates

04 Nov 20:17
ca7bdad
Compare
Choose a tag to compare

This includes some more minor comment updates to hopefully further help the user determine which output files are going to actually be used verse which ones are just nice to have in case of calculation confirmation.

Minor Updates

04 Nov 19:53
1b596d8
Compare
Choose a tag to compare

Minor rearrangement updates to AIJ comparison selector code for ease of use.

TESS Night Filters Closing

03 Nov 18:01
81f3c82
Compare
Choose a tag to compare

Forgot to update the TESS Night Filters file to allow the user to close the program. Same exact method as the AIJ version but inserted into TESS

Allowing Inter-Program Closing

03 Nov 17:52
ecd4416
Compare
Choose a tag to compare

This update allows the user to close programs after typing in the number from the main menu to return to that main menu in the case of selecting the wrong number.