timewise 0.5.3__py3-none-any.whl → 0.5.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
timewise/__init__.py CHANGED
@@ -2,4 +2,4 @@ from timewise.wise_data_by_visit import WiseDataByVisit
2
2
  from timewise.wise_bigdata_desy_cluster import WISEDataDESYCluster
3
3
  from timewise.parent_sample_base import ParentSampleBase
4
4
 
5
- __version__ = "0.5.3"
5
+ __version__ = "0.5.4"
@@ -1372,7 +1372,7 @@ class WISEDataBase(abc.ABC):
1372
1372
  if len(fns) == 0:
1373
1373
  raise ValueError(f"No unbinned lightcurves found for chunk {chunk_number}!")
1374
1374
 
1375
- lightcurves = pd.concat([pd.read_csv(fn) for fn in fns])
1375
+ lightcurves = pd.concat([pd.read_csv(fn) for fn in fns]).reset_index()
1376
1376
 
1377
1377
  if clear:
1378
1378
  for fn in fns:
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: timewise
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: A small package to download infrared data from the WISE satellite
5
5
  License: MIT
6
+ License-File: LICENSE
6
7
  Author: Jannis Necker
7
8
  Author-email: jannis.necker@gmail.com
8
9
  Requires-Python: >=3.9,<3.12
@@ -1,4 +1,4 @@
1
- timewise/__init__.py,sha256=mm7QFyMaZmalMXJJy28ljsyL7FJkxWyi5WXncAfmQ2U,203
1
+ timewise/__init__.py,sha256=kvKHSI9zZApQUxb5W6g9leLJjBR2WhoFcocsZJDf2yk,203
2
2
  timewise/big_parent_sample.py,sha256=fB3JR7lGa2cKiJRYxafvu4_SaURB7cvu28ZWxyXBSVs,3443
3
3
  timewise/cli.py,sha256=LRBR3cOd_qBEpGkyP7tbJBCKvO0XxRQA8BgoMZfw08k,533
4
4
  timewise/config_loader.py,sha256=wvOV4zFXNQBeWU9Qlf1dazhPtz12uEUhNY5ztUeNe6U,5690
@@ -7,11 +7,11 @@ timewise/parent_sample_base.py,sha256=AbM4WQnQuqxgovqagNJVmVoIxS3HCEMKpc87J04DNs
7
7
  timewise/point_source_utils.py,sha256=4dmxfujrrNxDLkh2rVziSR-NNaHzrKFa8xgx_Lj-ZNE,2171
8
8
  timewise/utils.py,sha256=DkhsWbwbkHI7DmQQk1jGJY1i0G3Zhl1Qfmiagb8Tfik,18509
9
9
  timewise/wise_bigdata_desy_cluster.py,sha256=fuTaXvYkoNqdh8OctNcVCqmzhfzJAajCfRiJh3RSX8w,56623
10
- timewise/wise_data_base.py,sha256=Zq9NzxZKbMzL6QelG2rzkcr-7cEHLnK7n14TY_3Cs-o,86476
10
+ timewise/wise_data_base.py,sha256=7tYHR957jX_XZkD8JKS0REO98WPanOzQ05DjO94jE2g,86490
11
11
  timewise/wise_data_by_visit.py,sha256=hNV3kZd9Lh062ohOT2vNXy9nKYSBIrlbbi3dwDDTaKA,29116
12
12
  timewise/wise_flux_conversion_correction.dat,sha256=XLnYqk0g1NVthVSNGsKlqinzKI7QUwJidO-qg4tHXKU,1095
13
- timewise-0.5.3.dist-info/LICENSE,sha256=sVoNJWiTlH-NarJx0wdsob468Pg3JE6vIIgll4lCa3E,1070
14
- timewise-0.5.3.dist-info/METADATA,sha256=Mb5kuRHh8D3dgjlWRHxmgz40zgeUnhv9tnSk1Vnvgdg,2674
15
- timewise-0.5.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
- timewise-0.5.3.dist-info/entry_points.txt,sha256=yIWgzM0CZCJBrSR9-zbQW9d8MpFae0KlRVnZXF8rZow,54
17
- timewise-0.5.3.dist-info/RECORD,,
13
+ timewise-0.5.4.dist-info/METADATA,sha256=m5rYyODWh_REkn0cRv0efXEQkMGr06K63mbUHLcH6uY,2696
14
+ timewise-0.5.4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
15
+ timewise-0.5.4.dist-info/entry_points.txt,sha256=yIWgzM0CZCJBrSR9-zbQW9d8MpFae0KlRVnZXF8rZow,54
16
+ timewise-0.5.4.dist-info/licenses/LICENSE,sha256=sVoNJWiTlH-NarJx0wdsob468Pg3JE6vIIgll4lCa3E,1070
17
+ timewise-0.5.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any