Closed mfixstsci closed 4 years ago
In the exoctk app, for the sanity of the exomast folks, we need to allow them to set the verbose
argument to False
to not clog up the logs. @jaymedina do you think you can implement those changes on the exoctk end?
@mfixstsci yep, I can do that. thanks!
Edit: I just remembered, we are using an old version of JWST GTVT for ExoCTK because there was an issue running the most recent version. I can't remember what the issue was because it was back in December, but I think it had to do with astroquery? Was this issue fixed?
@jaymedina I believe so? Do you have a link to the github issue by chance?
Adding choice for users to get verbose output from the app or the command line interface. Related to #38 . Default option is
True
to not change the default behavior of the tool but now the option inget_table
exists as well as the command line argument--no_verbose
to silence output.