Skip to content

Commit

Permalink
Header Correct Command Line (#374)
Browse files Browse the repository at this point in the history
* Header Correct Command Line

This implements the new file that corrects a fits file header to include everything that is needed for the rest of the analysis with this package.

* Update Header Correct Function Call

Updates the function that gets called when using the `header_correct` script

* Follow File Name Change

Change in the filename needs to be reflected here as well.
  • Loading branch information
kjkoeller authored Aug 18, 2024
1 parent 55a87c0 commit bcd7ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ select = E101,E111,E112,E113,E221,E222,E223,E224,E225,E241,E242,E251,E271,E272,E
console_scripts =
EclipsingBinaries = EclipsingBinaries.menu:main
EB_pipeline = EclipsingBinaries.pipeline:monitor_directory
EB_HCorr = EclipsingBinaries.headerCorrect:header_correct


[flake8]
Expand Down

0 comments on commit bcd7ea1

Please sign in to comment.