timewise 0.5.3__py3-none-any.whl → 1.0.0a1__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 +1 -5
- timewise/backend/__init__.py +6 -0
- timewise/backend/base.py +36 -0
- timewise/backend/filesystem.py +80 -0
- timewise/chunking.py +50 -0
- timewise/cli.py +117 -11
- timewise/config.py +34 -0
- timewise/io/__init__.py +1 -0
- timewise/io/config.py +64 -0
- timewise/io/download.py +302 -0
- timewise/io/stable_tap.py +121 -0
- timewise/plot/__init__.py +3 -0
- timewise/plot/diagnostic.py +242 -0
- timewise/plot/lightcurve.py +112 -0
- timewise/plot/panstarrs.py +260 -0
- timewise/plot/sdss.py +109 -0
- timewise/process/__init__.py +2 -0
- timewise/process/config.py +30 -0
- timewise/process/interface.py +143 -0
- timewise/process/keys.py +10 -0
- timewise/process/stacking.py +310 -0
- timewise/process/template.yml +49 -0
- timewise/query/__init__.py +6 -0
- timewise/query/base.py +45 -0
- timewise/query/positional.py +40 -0
- timewise/tables/__init__.py +10 -0
- timewise/tables/allwise_p3as_mep.py +22 -0
- timewise/tables/base.py +9 -0
- timewise/tables/neowiser_p1bs_psd.py +22 -0
- timewise/types.py +30 -0
- timewise/util/backoff.py +12 -0
- timewise/util/csv_utils.py +12 -0
- timewise/util/error_threading.py +70 -0
- timewise/util/visits.py +33 -0
- timewise-1.0.0a1.dist-info/METADATA +205 -0
- timewise-1.0.0a1.dist-info/RECORD +39 -0
- {timewise-0.5.3.dist-info → timewise-1.0.0a1.dist-info}/WHEEL +1 -1
- timewise-1.0.0a1.dist-info/entry_points.txt +3 -0
- timewise/big_parent_sample.py +0 -106
- timewise/config_loader.py +0 -157
- timewise/general.py +0 -52
- timewise/parent_sample_base.py +0 -89
- timewise/point_source_utils.py +0 -68
- timewise/utils.py +0 -558
- timewise/wise_bigdata_desy_cluster.py +0 -1407
- timewise/wise_data_base.py +0 -2027
- timewise/wise_data_by_visit.py +0 -672
- timewise/wise_flux_conversion_correction.dat +0 -19
- timewise-0.5.3.dist-info/METADATA +0 -55
- timewise-0.5.3.dist-info/RECORD +0 -17
- timewise-0.5.3.dist-info/entry_points.txt +0 -3
- {timewise-0.5.3.dist-info → timewise-1.0.0a1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: timewise
|
|
3
|
-
Version: 0.5.3
|
|
4
|
-
Summary: A small package to download infrared data from the WISE satellite
|
|
5
|
-
License: MIT
|
|
6
|
-
Author: Jannis Necker
|
|
7
|
-
Author-email: jannis.necker@gmail.com
|
|
8
|
-
Requires-Python: >=3.9,<3.12
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Provides-Extra: dev
|
|
15
|
-
Provides-Extra: docs
|
|
16
|
-
Requires-Dist: astropy (>=5.1,<6.0.0)
|
|
17
|
-
Requires-Dist: backoff (>=2.1.2,<3.0.0)
|
|
18
|
-
Requires-Dist: coveralls (>=3.3.1,<4.0.0) ; extra == "dev"
|
|
19
|
-
Requires-Dist: jupyter[jupyter] (>=1.0.0,<2.0.0)
|
|
20
|
-
Requires-Dist: jupyterlab[jupyter] (>=4.0.6,<5.0.0)
|
|
21
|
-
Requires-Dist: matplotlib (>=3.5.3,<4.0.0)
|
|
22
|
-
Requires-Dist: myst-parser (>=1,<3) ; extra == "docs"
|
|
23
|
-
Requires-Dist: numpy (>=1.23.2,<2.0.0)
|
|
24
|
-
Requires-Dist: pandas (>=1.4.3,<3.0.0)
|
|
25
|
-
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
|
|
26
|
-
Requires-Dist: pytest (>=7.2.2,<8.0.0) ; extra == "dev"
|
|
27
|
-
Requires-Dist: pyvo (>=1.7.0,<2.0.0)
|
|
28
|
-
Requires-Dist: requests (>=2.28.1,<3.0.0)
|
|
29
|
-
Requires-Dist: scikit-image (>=0.19.3,<0.22.0)
|
|
30
|
-
Requires-Dist: scikit-learn (>=1.3.0,<2.0.0)
|
|
31
|
-
Requires-Dist: seaborn (>=0.11.2,<0.14.0)
|
|
32
|
-
Requires-Dist: sphinx-rtd-theme (>=1.3.0,<2.0.0) ; extra == "docs"
|
|
33
|
-
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
|
|
34
|
-
Requires-Dist: urllib3 (==1.26.15)
|
|
35
|
-
Requires-Dist: virtualenv (>=20.16.3,<21.0.0)
|
|
36
|
-
Project-URL: Bug Tracker, https://github.com/JannisNe/timewise/issues
|
|
37
|
-
Project-URL: Documentation, https://timewise.readthedocs.io/en/latest
|
|
38
|
-
Project-URL: Homepage, https://github.com/JannisNe/timewise
|
|
39
|
-
Description-Content-Type: text/markdown
|
|
40
|
-
|
|
41
|
-
[](https://github.com/JannisNe/timewise/actions/workflows/continous_integration.yml)
|
|
42
|
-
[](https://coveralls.io/github/JannisNe/timewise?branch=main)
|
|
43
|
-
[](https://badge.fury.io/py/timewise)
|
|
44
|
-
[](https://timewise.readthedocs.io/en/latest/?badge=latest)
|
|
45
|
-
[](https://zenodo.org/badge/latestdoi/449677569)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-

|
|
49
|
-
# `timewise`: Build IR Lightcurve from WISE data
|
|
50
|
-
Detailed documentation can be found [here](https://timewise.readthedocs.io/en/latest/).
|
|
51
|
-
|
|
52
|
-
## Difference lightcurves
|
|
53
|
-
Make sure to check out `timewise-sup`, the Timewise Subtraction Pipeline:
|
|
54
|
-
[link](https://gitlab.desy.de/jannisnecker/timewise_sup).
|
|
55
|
-
|
timewise-0.5.3.dist-info/RECORD
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
timewise/__init__.py,sha256=mm7QFyMaZmalMXJJy28ljsyL7FJkxWyi5WXncAfmQ2U,203
|
|
2
|
-
timewise/big_parent_sample.py,sha256=fB3JR7lGa2cKiJRYxafvu4_SaURB7cvu28ZWxyXBSVs,3443
|
|
3
|
-
timewise/cli.py,sha256=LRBR3cOd_qBEpGkyP7tbJBCKvO0XxRQA8BgoMZfw08k,533
|
|
4
|
-
timewise/config_loader.py,sha256=wvOV4zFXNQBeWU9Qlf1dazhPtz12uEUhNY5ztUeNe6U,5690
|
|
5
|
-
timewise/general.py,sha256=rGpECBpSjD8aha1xFVAtrsU1JGO_1joibOfvZF-aAbk,1640
|
|
6
|
-
timewise/parent_sample_base.py,sha256=AbM4WQnQuqxgovqagNJVmVoIxS3HCEMKpc87J04DNsc,3400
|
|
7
|
-
timewise/point_source_utils.py,sha256=4dmxfujrrNxDLkh2rVziSR-NNaHzrKFa8xgx_Lj-ZNE,2171
|
|
8
|
-
timewise/utils.py,sha256=DkhsWbwbkHI7DmQQk1jGJY1i0G3Zhl1Qfmiagb8Tfik,18509
|
|
9
|
-
timewise/wise_bigdata_desy_cluster.py,sha256=fuTaXvYkoNqdh8OctNcVCqmzhfzJAajCfRiJh3RSX8w,56623
|
|
10
|
-
timewise/wise_data_base.py,sha256=Zq9NzxZKbMzL6QelG2rzkcr-7cEHLnK7n14TY_3Cs-o,86476
|
|
11
|
-
timewise/wise_data_by_visit.py,sha256=hNV3kZd9Lh062ohOT2vNXy9nKYSBIrlbbi3dwDDTaKA,29116
|
|
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,,
|
|
File without changes
|