Skip to content

Commit

Permalink
fixing linter complains
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmejia committed Nov 27, 2024
1 parent e9ff962 commit 6b98fa0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/lvmdrp/functions/fluxCalMethod.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import os
import numpy as np
from scipy import interpolate
from scipy import stats

from astropy.stats import biweight_location, biweight_scale
from astropy.table import Table
Expand All @@ -26,12 +25,6 @@

description = "provides flux calibration tasks"

__all__ = [
"createSensFunction_drp",
"createSensFunction2_drp",
"quickFluxCalibration_drp",
"correctTelluric_drp",
]

def apply_fluxcal(in_rss: str, out_fframe: str, method: str = 'STD', display_plots: bool = False):
"""applies flux calibration to spectrograph-combined data
Expand Down

0 comments on commit 6b98fa0

Please sign in to comment.