a2p2 0.6.2__tar.gz → 0.6.4__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.
- {a2p2-0.6.2/a2p2.egg-info → a2p2-0.6.4}/PKG-INFO +1 -1
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/ob.py +0 -1
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/version.py +17 -3
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/GRAVITY_rangeTable.json +5 -1
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/gravity.py +1 -1
- {a2p2-0.6.2 → a2p2-0.6.4/a2p2.egg-info}/PKG-INFO +1 -1
- {a2p2-0.6.2 → a2p2-0.6.4}/LICENSE +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/MANIFEST.in +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/README.rst +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/__init__.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/__main__.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/chara/__init__.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/chara/facility.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/chara/gui.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/client.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/facility.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/gui.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/instrument.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/__init__.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/catalogs.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/generated_models.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/models.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/services.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/utils.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/jmmc/webservices.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/samp.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/utils.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/__init__.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/GRAVITY_ditTable.json +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/MATISSE_ditTable.json +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/MATISSE_rangeTable.json +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/PIONIER_ditTable.json +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/conf/PIONIER_rangeTable.json +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/facility.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/gui.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/instrument.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/matisse.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2/vlti/pionier.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2.egg-info/SOURCES.txt +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2.egg-info/dependency_links.txt +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2.egg-info/entry_points.txt +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2.egg-info/requires.txt +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/a2p2.egg-info/top_level.txt +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/setup.cfg +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/setup.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/test/test_jmmc_catalog.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/test/test_jmmc_models.py +0 -0
- {a2p2-0.6.2 → a2p2-0.6.4}/test/test_test.py +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
__version__ = "0.6.
|
1
|
+
__version__ = "0.6.4"
|
2
2
|
|
3
3
|
__release_notes__ = {
|
4
4
|
# "0.1.6": {
|
@@ -21,13 +21,13 @@ __release_notes__ = {
|
|
21
21
|
#
|
22
22
|
# ],
|
23
23
|
# },
|
24
|
-
|
24
|
+
"0.6.4": {
|
25
25
|
"STATUS": [
|
26
26
|
],
|
27
27
|
"A2P2": [
|
28
|
+
"Fix import that may break run on windows..."
|
28
29
|
],
|
29
30
|
"VLTI": [
|
30
|
-
"Fix GRAVITY gen acq tsf",
|
31
31
|
],
|
32
32
|
"CHARA": [
|
33
33
|
],
|
@@ -43,6 +43,20 @@ __release_notes__ = {
|
|
43
43
|
"Complete test suite with real p2 submission",
|
44
44
|
"Try to read OB in P2 and send them back to Aspro2 as a new obs",
|
45
45
|
],
|
46
|
+
},"0.6.3": {
|
47
|
+
"VLTI": [
|
48
|
+
"Always use GRAVITY acqTSF.SEQ_INS_SOBJ_HMAG after P110",
|
49
|
+
],
|
50
|
+
},"0.6.2": {
|
51
|
+
"STATUS": [
|
52
|
+
],
|
53
|
+
"A2P2": [
|
54
|
+
],
|
55
|
+
"VLTI": [
|
56
|
+
"Fix GRAVITY gen acq tsf",
|
57
|
+
],
|
58
|
+
"CHARA": [
|
59
|
+
],
|
46
60
|
},"0.6.1": {
|
47
61
|
"STATUS": [
|
48
62
|
],
|
@@ -37,7 +37,11 @@
|
|
37
37
|
"SEQ.INS.SOBJ.Y": {"default": 0, "min": -60000, "max": 60000},
|
38
38
|
|
39
39
|
"SEQ.MET.MODE": {"default": "ON", "list": ["ON", "OFF"]},
|
40
|
-
"TEL.TARG.PARALLAX": {"default": 0, "min": -20, "max": 20}
|
40
|
+
"TEL.TARG.PARALLAX": {"default": 0, "min": -20, "max": 20},
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
"SEQ.FI.HMAG": {"default": 0, "min": -10, "max": 25}
|
41
45
|
},
|
42
46
|
"GRAVITY_single_obs_exp.tsf,GRAVITY_single_obs_calibrator.tsf,GRAVITY_dual_obs_exp.tsf,GRAVITY_dual_obs_calibrator.tsf":
|
43
47
|
{
|
@@ -97,7 +97,7 @@ class Gravity(VltiInstrument):
|
|
97
97
|
# Retrieve Fluxes
|
98
98
|
acqTSF.COU_GS_MAG = self.getFlux(scienceTarget, "V")
|
99
99
|
acqTSF.SEQ_INS_SOBJ_MAG = self.getFlux(scienceTarget, "K")
|
100
|
-
if ob.getPeriod()
|
100
|
+
if ob.getPeriod() >= 110: # P111 use back again FI_HMAG
|
101
101
|
acqTSF.SEQ_INS_SOBJ_HMAG = self.getFlux(scienceTarget, "H")
|
102
102
|
else:
|
103
103
|
acqTSF.SEQ_FI_HMAG = self.getFlux(scienceTarget, "H")
|
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
|