Lauren Chambers
Lauren Chambers
As has been discussed with @eteq, @mwcraig, @kelle, this PR includes four notebooks and supplemental materials for the `photutils` tutorial that I had been developing on [eteq/csi-stsci-notebooks](https://github.com/eteq/csi-stsci-notebooks). We determined it...
The way that EDB data downloads were downloaded in #415 seems to not be working on the development server. This might be a simple permissions error, which would hopefully be...
Integrate our existing logging module into the web app, to document what goes on. Not too sure of the specifics for how we would best implement this, but: https://www.owasp.org/index.php/Top_10-2017_A10-Insufficient_Logging%26Monitoring
Unless I'm missing something, it seems as though the [ACS Subject Tables](https://www.census.gov/acs/www/data/data-tables-and-tools/subject-tables/) are not available through the Census Reporter site. I have no sense for how difficult it would be...
The documentation for [how to scrape datasets](https://github.com/datactive/bigbang/blob/62be195b791e84e7a26ff3f761093ada642f21bb/docs/datasets/mailinglists.rst#L16) shows that you can use either `collect-mail --url` or `collect-mail --file` when scraping IETF mailing lists, but only `collect-mail --file` when scraping W3C/3GPP/IEEE/etc...
A new web scraper we would like to develop would (1) determine whether government websites have a terms of service/privacy policy page, and (2) evaluate how good that page is....
Kevin Volk has noticed that there is no option to select FGS2 when simulating FGS PSFs through the GUI.
Currently, the simulator is looking for NIRCam, NIRISS, and FGS reference files in both of the following directories (and maybe others?): - `/ifs/jwst/wit/nircam/nircam_simulator_data/` - `/ifs/jwst/wit/niriss/nircam_ramp_simulation_files/` Standardizing how reference files are...
I ended up parametrizing the tests within `test_apt_interface` anyway in order to better debug things in #214, so I figured I might as well just submit a PR. Changes in...
Shannon recently taught me how to [parametrize tests with pytest](https://docs.pytest.org/en/latest/fixture.html#fixture-parametrize), where you can pass the same test a list of different parameters to be run. I think the `test_complete_input_generation()` test...