Erica Sawczynec
Erica Sawczynec
My CCG app was approved as well so I tried authenticating using the information from that app with: auth = CCGAuth( client_id="my_client_id", client_secret="my_client_secret", user="my_user") client = Client(auth) but I get...
Okay good to know! I wasn't sure if it was related to me setting up my app wrong, I might just try to run the CCG Auth again tomorrow to...
Okay the CCG Authentication method seems to work this morning! Thank you all so much for your help. I still cannot get the JWT Auth to work, maybe it is...
Hi @kailashlimba1997, I generated a new app in the box developer console specifically for the CCG method. Under the configuration tab, I selected the app + enterprise access option for...
HI @kailashlimba1997, Did you add your client ID, client secret, and user ID from your CCG Auth application (between the "" placeholders in the code I wrote above)?
The temporary solution I found was to use something like `axins1 = axes.inset_axes([0.05, 0.7, 0.1, 0.2], transform = axes.transAxes)` to make an inset axis in a specific place and then...
@ManonMarchand Thank you for the SIMBAD example! I've never used the tap search function before since query_objects has always worked for me up until now so this is super helpful...
I spent some time this afternoon looking into this and it seems like the `Irsa.query_region` function in 4.7 builds a TAP query based on input coordinates (which I guess come...