Skip to content

Releases: avialxee/rgbmaker

v0.0.5.0.4-beta

01 Jan 14:29
Compare
Choose a tag to compare
0.0.5.0.4

0.0.5.0.4

01 Jan 14:24
Compare
Choose a tag to compare
v0.0.5.0.4

Merge branch 'main' of github.com:avialxee/rgbmaker into main

0.0.5.0.3-beta

07 Oct 05:15
d8e3874
Compare
Choose a tag to compare
v0.0.5.0.3-beta

0.0.5.0.3

0.0.5.0.3

07 Oct 05:02
3ccbb17
Compare
Choose a tag to compare

fixed error due to NVSS failing

0.0.5.0.2

15 Sep 18:57
Compare
Choose a tag to compare
v0.0.5.0.2

Merge branch 'main' of github.com:avialxee/rgbmaker into main

0.0.5.0.1

15 Sep 17:27
Compare
Choose a tag to compare

Updated CLI for easy installation and call from terminal python 3.7+

rgbmaker -h
usage: rgbmaker [-h] [-p POSITION] [-r RADIUS] [-i IMAGESOPT] [-n NAME] [-a ARCHIVES] [-k KIND] [-s SPIDX_FILE]
                [-px PIXELS] [-A ANNOT]

A python package which communicates to different 
astronomical services and fetches fits and numerical data.

optional arguments:
  -h, --help            show this help message and exit
  -p POSITION, --position POSITION
                        (Required) The object name or the coordinates of the object in the FK5 (J2000) system. Ex: "14 09
                        48.86 -03 02 32.6", M87, NGC1243, without quotes.
  -r RADIUS, --radius RADIUS
                        (Required) (default = 0.12) (float) The size of the image in degrees, this size will be used for
                        the field of view in the resultant image. For reference, in the night sky, the moon is about 0.52
                        degrees across.
  -i IMAGESOPT, --imagesopt IMAGESOPT
                        (default=2)(string)(values=1,2,3) IOU ROR Optical (option = 1) Composite Contours on DSS2R (option
                        = 2)
  -n NAME, --name NAME  (Optional) (default=Anonymous) (string) Your name will be displayed on the image enabling mentors,
                        professors, fellow students to be able to recognize your work. Credit is important!
  -a ARCHIVES, --archives ARCHIVES
                        (default=1)(string) This option currently offers access to the NVAS image archive. Selecting this
                        option will return the top 5 results from NVAS (if exists). These can be downloaded as .imfits
                        files
  -k KIND, --kind KIND  (default='base64') choose from base64, plot, png, jpg to show base64 of resultant image, plot on
                        output, save png/jpg files
  -s SPIDX_FILE, --spidx_file SPIDX_FILE
                        (Default=None) enter path to spidx.fits file that contains spectral index data.
  -px PIXELS, --pixels PIXELS
                        (default=480) change pixel value for the final resulatant image.
  -A ANNOT, --annot ANNOT
                        (default=True) remove any annotation by setting this to False.

0.0.4.8.1

07 May 13:08
dde8e55
Compare
Choose a tag to compare
v0.0.4.8.1

Create python-publish.yml

0.0.4.8

26 Sep 10:52
Compare
Choose a tag to compare

0.0.4.7.2-alpha

06 Aug 10:34
Compare
Choose a tag to compare
v0.0.4.7.2-alpha

Merge branch 'main' of https://github.com/avialxee/rgbmaker into main

v0.0.4.5-alpha

25 Jun 12:15
Compare
Choose a tag to compare

Installation:

$ pip install rgbmaker

Usage

$ from rgbmaker.fetch import query
$ result = query(name='Avi', position='3C 33.1', radius=0.12, kind='jpg')
$ print(result)