openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pysynphot
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Oct 15, 2024 — Oct 15, 2025
Showing page 28 of 35
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Implement additional tests; apply some refactoring
laidler
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.
laidler
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.)
laidler
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.)
laidler
More...
over 17 years ago
Improved name handling, smarter gencases.py
laidler
More...
over 17 years ago
Added commissioning tests
laidler
More...
over 17 years ago
Testplan: clarified waveset issue
laidler
More...
over 17 years ago
Added testplan for using ETC RT cases
laidler
More...
over 17 years ago
Updating build plan
laidler
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.
laidler
More...
over 17 years ago
More pysynphot build planning.
laidler
More...
over 17 years ago
Continued pysynphot build & release planning.
laidler
More...
over 17 years ago
Continued pysynphot build & release planning.
laidler
More...
over 17 years ago
Adding documents outlining current and future pysynphot capabilities
laidler
More...
over 17 years ago
Remove hardcoded filenames in tests (oops).
laidler
More...
over 17 years ago
Removed unsupported tokens 'hi','cat','grid',and 'ebmv' from spparser.py.
laidler
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.
laidler
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
sienkiew
More...
over 17 years ago
include host name in log file name (to prevent races)
sienkiew
More...
over 17 years ago
customize to new environment
sienkiew
More...
over 17 years ago
initial import
sienkiew
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.
laidler
More...
over 17 years ago
Really added a local copy of testutil.py (from stsci_python.pytools).
laidler
More...
over 17 years ago
Replaced import statement for testutil
laidler
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).
laidler
More...
over 17 years ago
Fixes ETC error when input spectrum has zero amplitude.
busko
More...
over 17 years ago
Import Observation class into UI
laidler
More...
over 17 years ago
Fixes ETC error when input spectrum has zero amplitude.
busko
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.
laidler
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.
sienkiew
More...
over 17 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
33
34
35
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree