-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backwards compatibility with deprecation warning (#46)
* intriduce data product instead of lightcurves and metadata separately * update env * fix type timewise_lightcurve * use new data_product in luminosity and flux_density stuyff * bugfix: right use of data_product * only wait 5 seconds after submitting to TAP server * make indices integers not string * use integer indexing when building data_product * remove making metadata * use gzip to save data as compressed bytes * remove todos * make data_product file before submitting to cluster, assert that all objects have downloaded wise data * fix ids in submit_cluster * check of old dataproducts are None * string index because json * fix data preoduct setup * adjust logging message * load from bigdata dir * use string indices when making data_product * bring back save and load lightcurves * bring back load and save lightcurves
- Loading branch information
Showing
3 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "timewise" | ||
version = "0.3.0.a" | ||
version = "0.3.0a1" | ||
description = "A small package to download infrared data from the WISE satellite" | ||
authors = ["Jannis Necker <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters