FOXES / data

Commit History

chore: add trained weights using Git LFS
c8c4766

griffingoodwin04 commited on

refactiring rest of code base and adding checkpoints
dc04e07

griffingoodwin04 commited on

foxes-lite update... made for easy inference and evaluation.... removed data preprocessing and downloading pipeline pieces.
434126c

griffingoodwin04 commited on

Fixed normalization of timestamp names
00bc3f2

griffingoodwin04 commited on

Refactor pipeline configuration and update data processing scripts
19c57f4

griffingoodwin04 commited on

made changes to directory locations... removed some unnecessary files
df2b9b4

griffingoodwin04 commited on

Update requirements and configuration files; added new dependencies and modified paths for data processing. Adjusted model parameters and batch sizes for training and inference, including simultaneous flare movie generation logic.
d485ef2

griffingoodwin04 commited on

cleaning up the code base significantly
9ebf203

griffingoodwin04 commited on

Various bug fixes and changes to all codes
aace018

griffingoodwin04 commited on

enhance data splitting functionality.
c37258f

griffingoodwin04 commited on

made evaluation easier by adding auto eval... makes configs on its own...
3727dc5

griffingoodwin04 commited on

made data pipeline for data processing in process_data_pipeline.py
045c875

griffingoodwin04 commited on

Update data processing scripts to use new combined directory structure; adjust validation and training splits, enhance loss calculation with updated parameters, and modify configuration files for improved model training and evaluation.
e5d7b15

griffingoodwin04 commited on

made it easier to change directories for data alignment
5fa9c4a

griffingoodwin04 commited on

Refactor GOES data processing to optimize loading and preparation; implement batch processing for efficient timestamp handling and create a lookup table for improved data retrieval.
992b819

griffingoodwin04 commited on

Improved aligning code so that it loops through the aia data and finds associated data for most recent goes instrument
d20abfb

griffingoodwin04 commited on

Enhance SXRDataProcessor with improved file processing feedback and error handling; added progress tracking for satellite data loading and detailed summary output upon completion.
fadfdfa

griffingoodwin04 commited on

Update file paths in data processing scripts and enhance error handling;
a20d050

griffingoodwin04 commited on

enhance FlareDownloadProcessor with dynamic max_workers and improved sampling intervals; modify inference_config.yaml for batch size and checkpoint path adjustments.
4884108

griffingoodwin04 commited on

Implement a script to check downloaded data gap for SDO/AIA FITS files.
8613ebc

alisonjmarch commited on

Updated splitting function so now it can do SXR and AIA individually... it can also repartition an already partioned folder... updated the megs models to include warm restarts, weight decay, and adaptive weights
a7436eb

griffingoodwin04 commited on