Open meganmansfield opened 5 years ago
One more general note, for those of you that have been working on this code: I made some edits to the function find_groups to allow it to work with a user-defined directory instead of just for the one specific hot spot case or whatever. However, now when I run through the code, I can't seem to get it to work for the quadrant model case. In step 1 of the cleaned script (generate lightcurves with starry) it is working and making lightcurves from a planet map with 4 quadrants of different spectra. However, in step 4 (use k means clustering to find groups) it looks like it's still operating on the spectra from the hot spot model? I'm guessing I just misplaced a word somewhere so it's still looking at the old directory for some reason, but for the life of me I can't find it. Can any of you guys figure out what's wrong? Or maybe just try running the quadrant model section (Section II) and see what happens?
Hey everyone, I've been making progress on this task and have a few remaining questions. First, the in-progress updated jupyter notebook is titled master_cleaned.ipynb. Most of it is complete, but here are my remaining questions: