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

Package data generation files in one script #5

Merged
merged 3 commits into from
Sep 14, 2020

Conversation

tdps
Copy link

@tdps tdps commented Jul 29, 2020

  1. Add PEP-8 style formatting for deprecated, but essential functions.
  2. Introduce 'Catalog' object for collating objects in a to-be-generated data-set.
    • Catalog saves images to folder specified by user.
    • Catalog also stores image metadata in a pandas DataFrame.
  3. Include example file that shows Catalog ability.

1. Add PEP-8 style formatting for deprecated, but essential functions.
2. Introduce 'Catalog' object for collating objects in a to-be-generated data-set.
    - Catalog saves images to folder specified by user.
    - Catalog also stores image metadata in a pandas DataFrame.
3. Include example file that shows Catalog ability.
imshape = empty_imshape(n_pix_side)
noise = rand.uniform(0.9, 1.3)
noise_profile = 0

Copy link
Author

Choose a reason for hiding this comment

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

object classes are hard-coded into the Catalog class

@bnord bnord merged commit 0dd7714 into deepskies:master Sep 14, 2020
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.

2 participants