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

DM-23663: Make insertFakes work for HSC artificial star tests #354

Merged
merged 4 commits into from
Mar 4, 2020

Commits on Mar 4, 2020

  1. insertFakes: make sourceType configurable

    All the other column names are configurable, so this one should be too.
    PaulPrice committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    58f5271 View commit details
    Browse the repository at this point in the history
  2. insertFakes: fix magnitude column for stars

    The way the magnitude column was determined differed for stars and
    galaxies. The way of the galaxies looks correct, based on the config.
    PaulPrice committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e94e0c4 View commit details
    Browse the repository at this point in the history
  3. remove vestigial bin script

    InsertFakeSourceTask isn't present anywhere in pipe_tasks.
    PaulPrice committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    60e36ea View commit details
    Browse the repository at this point in the history
  4. insertFakes: disable metadata writing

    To silence warnings about failure to write metadata.
    There's nothing worth writing.
    PaulPrice committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c04a968 View commit details
    Browse the repository at this point in the history