Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fits reader #64

Merged
merged 13 commits into from Jun 28, 2016
Merged

add fits reader #64

merged 13 commits into from Jun 28, 2016

Conversation

SimonKrughoff
Copy link
Contributor

No description provided.

A few PEP8 tweaks, plus remove linefeeds from a config field doc
string and standardize the indentation for one block of code.
Use standard alias for numpy and move the import
to the standard location
Change TextReaderTask._DefaultName to 'catalogReader'
a name sufficiently generic to be used by variant readers.
Add a new catalog reader FitsReaderTask and associated config
to read catalogs from FITS files.
Add a test for the new task in a new test file
tests/testIndexReference.py (which presently on has the one test)
Apply autopep8, remove unused imports,
and stop setting unused variables.
import numpy -> import numpy as np
import testFindAstrometryNetDataDir ->
    from . import testFindAstrometryNetDataDir
standardize grouping of imports


class MyMemoryTestCase(lsst.utils.tests.MemoryTestCase):
pass
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it legal to have a memory test that just passes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename TextReaderTask/Config to ReadTextCatalogTask/Config
Rename FitsReaderTask/Config to ReadFitsCatalogTask/Config
Rename "readFile" method to "run"
Update unit tests accordingly
Move catalog reader tasks to new module readCatalog.py
Rename tests/testIndexReference.py to tests/testReadCatalog.py
since it only tests a reader
Add missing
  from __future__ import absolute_import, division, print_function
to all three index catalog reader modules
Also put table columns into a more reasonable order,
since the code no longer rearranges them.
@r-owen r-owen merged commit d0a6e89 into master Jun 28, 2016
@ktlim ktlim deleted the tickets/DM-6630 branch August 25, 2018 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants