-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate some utils functionality from the variable_stars notebook into the utils package #82
Comments
@beckynevin Yep I will take a look at the notebook and leave me notes here |
I know you said you weren't done cleaning up the functions and so this might already be on your radar, but the |
Otherwise looks good |
I'm working on this now - do you know what gc.collect() does? I know it's the garbage collector but do we need to assign it and then run some sort of additional removal like |
I'm also wondering, do we actually need a |
It looks like the only thing
I'm honestly not sure, but my gut feel is that calling |
Moving a conversation @ericdrosas87 and I have been having on slack to here - Essentially, the issue is that we have all of these plotting utilities that we'd like to migrate to utils.py. However, there's an experimental WCS option to many of these utilities. Our solution for now (suggested by @ericdrosas87 ):
|
@ericdrosas87 I'm not quite done polishing the functions that will need to move to utilities, so I could use some help if you wanted to glance over them and make suggestions for things I/we could change to bring them in line with what is currently in utils.py. My current working branch is variable_stars and the notebook is variable_stars_becky.ipynb. The relevant functions are towards the bottom of the notebook:
get_cutout_image
andmake_calexp_fig
andremove_figure
. Of course, if you think these don't need to be in utils and can stay here, I'm also open to having that discussion.This is all taking place in the variable_stars branch, and I think it would be best to migrate the utilities before we merge this branch with main.
The text was updated successfully, but these errors were encountered: