jiwoncpark / aracle

Predictive model of solar magnetic flux emergence using deep learning
MIT License
1 stars 1 forks source link

Improve docstring for data generator #2

Open jiwoncpark opened 5 years ago

jiwoncpark commented 5 years ago

The directory structure we have in mind is helio-ai ---data/ ------generate_Y_segmented_maps.py ------generate_Y_annotations.py ------data_utils/ ---------download_sharp_data.py ---------visualize_data.py where generate_Y_segmented_maps.py will import modules from download_sharp_data.py.

jiwoncpark commented 5 years ago

We're varying 3 main things in the dataset: whether X/Y are cropped (yes or no), how the AR shape is parameterized (circle, ellipse, bitmap), and the resolution (256 vs. 512). So we name output directories like Y_masks_uncropped_circle_res256.