Skip to content

Commit

Permalink
Creating the effective area function in Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
joyvelasquez committed Aug 14, 2023
1 parent 348f089 commit a6c247a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xrtpy/response/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ def ccd_wavelength(self) -> u.angstrom:
class EffectiveArea:
"""Class for calculating the effective area."""

# Add Obs. date.

# Add a requirement when effective area is call.The observation date is required; it is not required for the Channel
# observation_date = "2007-09-22T22:59:59"

Expand Down

0 comments on commit a6c247a

Please sign in to comment.