0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Oct 15, 2024 — Oct 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement additional tests; apply some refactoring More... over 17 years ago
Added the names of the methods that implement each of the described tests, and some further thoughts on how to do the comparisons. More... over 17 years ago
Modified to rely on testutil.LogTestCase functionality of r6744; also removed absolute value from logged discrepancy values. (The abs is still applied in the test however.) More... over 17 years ago
Changed comparisons from abs(1-test/ref) to abs( (test-ref)/ref), and changed array comparisons to operate only on points where ref==0 in order to make the comparisons work properly in the presence of nan and inf. (However, this will ignore cases where ref==0 and test!=0, which is unfortunate; have to think about that.) More... over 17 years ago
Improved name handling, smarter gencases.py More... over 17 years ago
Added commissioning tests More... over 17 years ago
Testplan: clarified waveset issue More... over 17 years ago
Added testplan for using ETC RT cases More... over 17 years ago
Updating build plan More... over 17 years ago
Extinction.py: added .citation attribute to Ebmvx objects, which closes #96. Added static class method Ebmvx.options() that prints the supported reddening laws & their citations. Modified stubbed-out Gal2 and Gal3 classes to raise NotImplementedError. More... over 17 years ago
More pysynphot build planning. More... over 17 years ago
Continued pysynphot build & release planning. More... over 17 years ago
Continued pysynphot build & release planning. More... over 17 years ago
Adding documents outlining current and future pysynphot capabilities More... over 17 years ago
Remove hardcoded filenames in tests (oops). More... over 17 years ago
Removed unsupported tokens 'hi','cat','grid',and 'ebmv' from spparser.py. More... over 17 years ago
Fixed bug in filename construction of runtests.py; replaced pysynphot revstring info by the versioninfo.dat string, and moved all version info into the pysyn_summary file. More... over 17 years ago
$host is not a good name because iraf uses that for a thing not related to the host name; therefore the test script breaks when run interactively More... over 17 years ago
include host name in log file name (to prevent races) More... over 17 years ago
customize to new environment More... over 17 years ago
initial import More... over 17 years ago
More test reorganization: removed lib/tickettest.py after moving some still-relevant test cases into ui_test and wavecat_tests. More... over 17 years ago
Really added a local copy of testutil.py (from stsci_python.pytools). More... over 17 years ago
Replaced import statement for testutil More... over 17 years ago
Reorganizing test directory so that all tests look in a local data/ directory for their data files; removed dependence on PYSYN_USERDATA to run tests. Also added a local copy of testutil.py (from stsci_python.pytools). More... over 17 years ago
Fixes ETC error when input spectrum has zero amplitude. More... over 17 years ago
Import Observation class into UI More... over 17 years ago
Fixes ETC error when input spectrum has zero amplitude. More... over 17 years ago
#86: FileSourceSpectrum and ArraySourceSpectrum constructors were modified to overwrite negative flux values in an input spectrum with zeros (unless the fluxunits are magnitudes, or unless a new keepneg=True flag was set). Corresponding tests were added (ticket86.py, runtests.py). Discovered & fixed a bug in units.py: magnitude units now have .isMag=True. Modified ui_test.TabularCase to use abmag units, since its fluxes resemble magnitudes more closely than photlams. More... over 17 years ago
"python setup.py prep" will save the version information; later, the install will use that saved information. Use this when generating a source distribution. More... over 17 years ago