timewise 1.0.0a5__py3-none-any.whl → 1.0.0a6__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.
@@ -0,0 +1,10 @@
1
+ unit:
2
+ - ampel.timewise.alert.load.TimewiseFileLoader
3
+ - ampel.timewise.alert.TimewiseAlertSupplier
4
+ - ampel.timewise.ingest.TiDataPointShaper
5
+ - ampel.timewise.ingest.TiMongoMuxer
6
+ - ampel.timewise.ingest.TiCompilerOptions
7
+ - ampel.timewise.t2.T2StackVisits
8
+ - ampel.timewise.t1.T1HDBSCAN
9
+ - ampel.timewise.util.AuxDiagnosticPlotter
10
+ - ampel.timewise.t1.TimewiseFilter
timewise/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.0.0a5"
1
+ __version__ = "1.0.0a6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: timewise
3
- Version: 1.0.0a5
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://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew)
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.0a5
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.0a5
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
@@ -9,7 +9,8 @@ ampel/timewise/t1/TimewiseFilter.py,sha256=ZSaXiSDKXCusknLJRMhe2Awj_YfkM74JVXeRb
9
9
  ampel/timewise/t2/T2StackVisits.py,sha256=x7YcVLz_5fOPAfzso4fFWy4Pwn5txPfRT_Hx49PdbTo,1847
10
10
  ampel/timewise/util/AuxDiagnosticPlotter.py,sha256=MZP4LWpFgBUPWPxlx8EEFeRc8rhI7FDO_LlbhKtkwrw,1641
11
11
  ampel/timewise/util/pdutil.py,sha256=CJqeYqL2I6A5WnF5S342bwM4omJY-1XwT1XWY2uk3bc,1524
12
- timewise/__init__.py,sha256=8aDB3NLZbXhuSHcb6tn7CHSOTJ5XB8CCwEQpahSJtxw,24
12
+ conf/timewise/ampel.yml,sha256=8NuVSuKqinHT0G66uDPnnw-P7djScKKVHzeFNsH3XZc,360
13
+ timewise/__init__.py,sha256=OhKzin_f9k_6U1rnhXEMzgMu70gbjQImfaWjmZiKhjA,24
13
14
  timewise/backend/__init__.py,sha256=w79nWfCw8n9g98CkHWJELmb4j9xblWC4DGZOV3_XhH4,134
14
15
  timewise/backend/base.py,sha256=dHxRzu2q3uQ0wdGmDxnn-p68Tp19qChue7HMEu56wNA,1080
15
16
  timewise/backend/filesystem.py,sha256=GQ4Hrb6_7Q7fKOn6QUl8bqAihAmyeZoTRxElNIwPQ1Y,2465
@@ -43,8 +44,8 @@ timewise/util/backoff.py,sha256=bU5yhsBO4U53XEPJ_32tgql9rq_Rzrv7w32nVQYHr64,272
43
44
  timewise/util/csv_utils.py,sha256=5i3Jd4c58-doPs1N_hyYZ8Uc2nvuk9nGwgPNZoNrlu0,298
44
45
  timewise/util/error_threading.py,sha256=uyV1Ri-wf87lpa17Xlp520B1V8DWHh3v9Mk97QrPmv0,2264
45
46
  timewise/util/visits.py,sha256=4ZXwH7OXmp98tUPZplvuOtykB048kZoYXyuRTwQxT7w,998
46
- timewise-1.0.0a5.dist-info/METADATA,sha256=PWFFKX75JxlhRVYm6S9ypWaif_QT22vVe1b2VCQF18w,10181
47
- timewise-1.0.0a5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
48
- timewise-1.0.0a5.dist-info/entry_points.txt,sha256=mYh1HsUFbV7KT8kxiGqVtR3Pk0oEk6Bd-2c5FsYVhG4,45
49
- timewise-1.0.0a5.dist-info/licenses/LICENSE,sha256=sVoNJWiTlH-NarJx0wdsob468Pg3JE6vIIgll4lCa3E,1070
50
- timewise-1.0.0a5.dist-info/RECORD,,
47
+ timewise-1.0.0a6.dist-info/METADATA,sha256=2m1fvHTkYBVmko9pENN3GjqWTHpmU9Dgq1Ut54sqmK8,10146
48
+ timewise-1.0.0a6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
49
+ timewise-1.0.0a6.dist-info/entry_points.txt,sha256=mYh1HsUFbV7KT8kxiGqVtR3Pk0oEk6Bd-2c5FsYVhG4,45
50
+ timewise-1.0.0a6.dist-info/licenses/LICENSE,sha256=sVoNJWiTlH-NarJx0wdsob468Pg3JE6vIIgll4lCa3E,1070
51
+ timewise-1.0.0a6.dist-info/RECORD,,