timewise 1.0.0a5__tar.gz → 1.0.0a6__tar.gz
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-1.0.0a5 → timewise-1.0.0a6}/PKG-INFO +4 -4
- {timewise-1.0.0a5 → timewise-1.0.0a6}/README.md +3 -3
- {timewise-1.0.0a5 → timewise-1.0.0a6}/pyproject.toml +2 -2
- timewise-1.0.0a6/timewise/__init__.py +1 -0
- timewise-1.0.0a5/timewise/__init__.py +0 -1
- {timewise-1.0.0a5 → timewise-1.0.0a6}/LICENSE +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/alert/TimewiseAlertSupplier.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/alert/load/TimewiseFileLoader.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/ingest/TiCompilerOptions.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/ingest/TiDataPointShaper.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/ingest/TiMongoMuxer.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/ingest/tags.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/t1/T1HDBSCAN.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/t1/TimewiseFilter.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/t2/T2StackVisits.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/util/AuxDiagnosticPlotter.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/ampel/timewise/util/pdutil.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/conf/timewise/ampel.yml +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/backend/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/backend/base.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/backend/filesystem.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/chunking.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/cli.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/config.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/io/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/io/config.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/io/download.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/io/stable_tap.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/plot/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/plot/diagnostic.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/plot/lightcurve.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/plot/panstarrs.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/plot/sdss.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/config.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/interface.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/keys.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/stacking.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/process/template.yml +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/query/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/query/base.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/query/positional.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/tables/__init__.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/tables/allwise_p3as_mep.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/tables/base.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/tables/neowiser_p1bs_psd.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/types.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/util/backoff.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/util/csv_utils.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/util/error_threading.py +0 -0
- {timewise-1.0.0a5 → timewise-1.0.0a6}/timewise/util/visits.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: timewise
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0a6
|
|
4
4
|
Summary: Download WISE infrared data for many objects and process them with AMPEL
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -66,7 +66,7 @@ If you want to not only download individual exposure photometry but also stack d
|
|
|
66
66
|
you must have access to a running [MongoDB](https://www.mongodb.com/)*.
|
|
67
67
|
|
|
68
68
|
<sub>* On MacOS have alook at the custom `brew` tap
|
|
69
|
-
[here](https://
|
|
69
|
+
[here](https://github.com/mongodb/homebrew-brew)
|
|
70
70
|
to get the MongoDB community edition. </sub>
|
|
71
71
|
|
|
72
72
|
## Installation
|
|
@@ -74,12 +74,12 @@ to get the MongoDB community edition. </sub>
|
|
|
74
74
|
### If you use timewise only for downloading
|
|
75
75
|
The package can be installed via `pip` (but make sure to install the v1 pre-release):
|
|
76
76
|
```bash
|
|
77
|
-
pip install --pre timewise==1.0.
|
|
77
|
+
pip install --pre timewise==1.0.0a6
|
|
78
78
|
```
|
|
79
79
|
### If you use timewise also for stacking individual exposures
|
|
80
80
|
You must install with the `ampel` extra:
|
|
81
81
|
```bash
|
|
82
|
-
pip install --pre timewise[ampel]==1.0.
|
|
82
|
+
pip install --pre 'timewise[ampel]==1.0.0a6'
|
|
83
83
|
```
|
|
84
84
|
To tell AMPEL which modules, aka units, to use, build the corresponding configuration file:
|
|
85
85
|
```bash
|
|
@@ -16,7 +16,7 @@ If you want to not only download individual exposure photometry but also stack d
|
|
|
16
16
|
you must have access to a running [MongoDB](https://www.mongodb.com/)*.
|
|
17
17
|
|
|
18
18
|
<sub>* On MacOS have alook at the custom `brew` tap
|
|
19
|
-
[here](https://
|
|
19
|
+
[here](https://github.com/mongodb/homebrew-brew)
|
|
20
20
|
to get the MongoDB community edition. </sub>
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
@@ -24,12 +24,12 @@ to get the MongoDB community edition. </sub>
|
|
|
24
24
|
### If you use timewise only for downloading
|
|
25
25
|
The package can be installed via `pip` (but make sure to install the v1 pre-release):
|
|
26
26
|
```bash
|
|
27
|
-
pip install --pre timewise==1.0.
|
|
27
|
+
pip install --pre timewise==1.0.0a6
|
|
28
28
|
```
|
|
29
29
|
### If you use timewise also for stacking individual exposures
|
|
30
30
|
You must install with the `ampel` extra:
|
|
31
31
|
```bash
|
|
32
|
-
pip install --pre timewise[ampel]==1.0.
|
|
32
|
+
pip install --pre 'timewise[ampel]==1.0.0a6'
|
|
33
33
|
```
|
|
34
34
|
To tell AMPEL which modules, aka units, to use, build the corresponding configuration file:
|
|
35
35
|
```bash
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "timewise"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.0a6"
|
|
8
8
|
description = "Download WISE infrared data for many objects and process them with AMPEL"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Jannis Necker", email = "jannis.necker@gmail.com" },
|
|
@@ -37,7 +37,7 @@ packages = [
|
|
|
37
37
|
{include = "timewise"}
|
|
38
38
|
]
|
|
39
39
|
include = [
|
|
40
|
-
|
|
40
|
+
{ path = "conf/**/*.yml", format = ["sdist", "wheel"] }
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[project.scripts]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.0a6"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.0a5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|