spacetelescope / synphot_refactor

Synthetic photometry using Astropy
http://synphot.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
39 stars 25 forks source link

Copy commissioning tests from Assembla and strip out XXXTAB dependencies. #36

Closed pllim closed 10 years ago

pllim commented 11 years ago

Rough overview from @chanley:

  1. What is the difference between http://trac.assembla.com/astrolib/browser/trunk/pysynphot/commissioning and http://trac.assembla.com/astrolib/browser/trunk/pysynphot/test ?
  2. Copy relevant tests over and rename them to test_xxx.py.
  3. Generate test input data by making composite throughputs based on OBSMODE to remove dependency on COMPTAB and GRAPHTAB.
  4. Configure Pandokia.
  5. Run tests to compare against old Synphot results.
pllim commented 11 years ago

@vglaidler answered Question 1:

The commissioning tests are HST-based tests that were used as part of the process of commissioning pysynphot against synphot: http://stsdas.stsci.edu/tsr/2009_01/commissioning_report.html .

I would port only the primary test directory, not the commissioning tests.

pllim commented 11 years ago

Note to self -- These tests are a subset of tests in http://github.com/spacetelescope/stsynphot repo. Need to move the relevant ones over.

pllim commented 11 years ago

Update: Pandokia should only run in stsynphot, not in astropy.synphot.

pllim commented 10 years ago

See spacetelescope/stsynphot#12