Skip to content

Commit

Permalink
Minor fixes+update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Nov 30, 2020
1 parent 1eb837c commit de3037b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions lofarnn/data/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,14 @@ def create_source_dataset(
)
else:
create_cutouts(
mosaic_names,
l_objects,
pan_wise_location,
comp_catalog,
dr_two_location,
all_directory,
gaussian,
all_channels,
fixed_size,
verbose,
mosaic=mosaic_names,
value_added_catalog=l_objects,
pan_wise_catalog=pan_wise_location,
component_catalog=comp_catalog,
mosaic_location=dr_two_location,
save_cutout_directory=all_directory,
gaussian=gaussian,
all_channels=all_channels,
source_size=fixed_size,
verbose=verbose,
)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name="lofarnn",
version="0.7",
version="0.7.1",
license="GPLv3",
author="Jacob Bieker",
authoer_email="[email protected]",
url="https://github.com/jacobbieker/lofarnn",
download_url="https://github.com/jacobbieker/lofarnn/archive/v0.6.0.tar.gz",
download_url="https://github.com/jacobbieker/lofarnn/archive/v0.7.1.tar.gz",
keywords=["Radio Astronomy", "PyTorch", "Machine Learning"],
packages=find_packages(),
install_requires=["astropy", "numpy", "scikit-image", "pillow", "pytorch", "scipy", "matplotlib"],
Expand Down

0 comments on commit de3037b

Please sign in to comment.