Skip to content

Conversation

@DanGass
Copy link
Contributor

@DanGass DanGass commented Jul 16, 2025

Changed the data prep function to check and split both flares and active regions for positive and negative data, split into 4 categories. F - positive case, flare occurs after run. N - negative case, no flare after run. 1 - no flares during run. 2 - flares during run.

Added padding function to ensure all frame sizes the same.

Copy link
Contributor

@samaloney samaloney left a comment

Choose a reason for hiding this comment

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

Looks pretty good, just some minor comments and need tests for the functions at least.

"""
selection = []
for type in types:
subtable = table[table["category"] == type]
Copy link
Contributor

Choose a reason for hiding this comment

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

Since the input just an astroy table this columns name should be parameter also need some tests.

@samaloney samaloney merged commit 2c5d3d2 into ARCAFF:main Aug 13, 2025
16 of 17 checks passed
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