Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clear sky detection module #165

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

clear sky detection module #165

wants to merge 2 commits into from

Conversation

giray98
Copy link
Collaborator

@giray98 giray98 commented Aug 14, 2024

Created a new class called "clear sky detection" mimicking dilation module. Not complete yet but main functionalities are there...

self.dh = data_handler
self.dilation = Dilation(data_handler, **config) # Create an instance of Dilation
self.cake = self.dilation.signal_dil # Get the 'cake' from the Dilation instance
self.Q98 = data_handler.Q98 # Assuming 'Q98' is still stored in data_handler
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this is a standard attribute of the data handler

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are mentioning the fact that 98th percentile is not in data handler, yes I am aware. Otherwise I will check from Dilation object on how to use data handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants