Skip to content

Commit

Permalink
0.0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avialxee committed Jan 11, 2023
1 parent 505fe88 commit 837bfe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
classifiers=["Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
],
Expand Down
4 changes: 2 additions & 2 deletions src/rgbmaker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
change pixel value for the final resulatant image.""")
parser.add_argument('-A', '--annot', type=str, help="""(default=True)
remove any annotation by setting this to False.""")
parser.add_argument('-S', '--flux_list', type=str, help="""(Optional) (Default=None)
parser.add_argument('-S', '--flux_list', type=str, help="""(Optional)(list)(Default=None)
Takes input as list for spectral index calculation.""")
parser.add_argument('-S_e', '--flux_error', type=str, help="""(Optional) (Default=None)
parser.add_argument('-S_e', '--flux_error', type=str, help="""(Optional)(list)(Default=[0,0])
Takes input as list for spectral index calculation.""")
parser.add_argument('-freq', '--freq_list', type=str, help="""(Optional) (Default=None)
Takes input as list for spectral index calculation.""")
Expand Down

0 comments on commit 837bfe4

Please sign in to comment.