Skip to content

Commit daef8f4

Browse files
committed
Update db to v20260307
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
1 parent dce8026 commit daef8f4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

database/addendum.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ PGC003853;G;01:05:04.88;-06:12:44.6;Cet;4.27;3.16;57;12.42;11.69;10.15;9.67;9.33
6060
PGC025886;G;09:10:49.46;-08:53:26.5;Hya;5.75;0.83;30;11.93;11.52;8.75;8.04;7.70;23.17;SABb;;;;1868;0.006250;;;;;;;;2MASX J09104945-0853265,IRAS 09083-0841,MCG-01-24-001,UGCA 150;;;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|J-Mag:2|H-Mag:2|K-Mag:2|SurfBr:3|Hubble:3|RadVel:2|Redshift:2
6161
PGC029653;G;10:11:00.80;-04:41:34.0;Sex;5.25;4.47;180;12.32;11.77;;;;24.52;IB;;;;324;0.001081;;;;;;;;MCG-01-26-030,UGCA 205;Sextans A;Position in 1975A&A....19....1G refers to a starcloud southeast of the center.;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|SurfBr:3|Hubble:3|RadVel:2|Redshift:2
6262
PGC088608;G;10:13:02.9;-01:36:53.0;Sex;30.20;12.02;56;12.00;10.40;;;8.13;28.07;E-S0;;-0.260;0.100;224;0.000748;;;;;;;;;Sextans Dwarf Spheroidal;;;Type:1|RA:2|Dec:2|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|K-Mag:2|SurfBr:3|Hubble:3|Pm-RA:2|Pm-Dec:2|RadVel:2|Redshift:2
63-
UGC04305;G;08:19:04.98;+70:43:12.1;Cam;7.94;5.62;15;11.16;10.75;10.09;8.92;8.80;24.08;I;;-0.246;0.735;157;0.000524;;;;;;;;2MASX J08190497+7043121,IRAS 08140+7052,MCG+12-08-033,PGC 023324,;;Position in 1999ApJS..125..409C refers to a knot east of the center.;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|J-Mag:2|H-Mag:2|K-Mag:2|SurfBr:3|Hubble:3|Pm-RA:2|Pm-Dec:2|RadVel:2|Redshift:2
63+
UGC04305;G;08:19:04.98;+70:43:12.1;UMa;7.94;5.62;15;11.16;10.75;10.09;8.92;8.80;24.08;I;;-0.246;0.735;157;0.000524;;;;;;;;2MASX J08190497+7043121,IRAS 08140+7052,MCG+12-08-033,PGC 023324,;;Position in 1999ApJS..125..409C refers to a knot east of the center.;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|J-Mag:2|H-Mag:2|K-Mag:2|SurfBr:3|Hubble:3|Pm-RA:2|Pm-Dec:2|RadVel:2|Redshift:2
6464
UGC05373;G;10:00:00.10;+05:19:56.0;Sex;4.90;3.09;101;11.92;11.51;;;;23.68;IB;;-1.535;2.430;304;0.001015;;;;;;;;MCG+01-26-005,PGC 028913,SDSS J100000.82+052009.5;Sextans B;;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|SurfBr:3|Hubble:3|Pm-RA:2|Pm-Dec:2|RadVel:2|Redshift:2
6565
UGC05470;G;10:08:28.10;+12:18:23.0;Leo;11.75;8.51;81;11.16;10.36;;;7.31;25.35;E;;-0.114;-0.126;283;0.000943;;;;;;;;MCG+02-26-027,PGC 029488;Leo I;;;Type:1|RA:1|Dec:1|Const:99|MajAx:3|MinAx:3|PosAng:3|B-Mag:3|V-Mag:3|K-Mag:2|SurfBr:3|Hubble:3|Pm-RA:2|Pm-Dec:2|RadVel:2|Redshift:2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "PyOngc"
11-
version = "1.2.0"
11+
version = "1.2.1"
1212
description = "Python interface to OpenNGC database data"
1313
readme = "README.rst"
1414
authors = [

src/pyongc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010

1111
__version__ = version('PyOngc')
12-
DBDATE = 20231203 # Version of database data
12+
DBDATE = 20260307 # Version of database data
1313

1414
DBPATH = str(files(__name__) / 'ongc.db')

src/pyongc/ongc.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)