cubevis 1.0.26__py3-none-any.whl → 1.0.27__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.
cubevis/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.0.26'
1
+ __version__ = '1.0.27'
@@ -1313,7 +1313,22 @@ class InteractiveCleanUI:
1313
1313
  ### -- "logbutton" is a random GUI model which can be used to locate the --
1314
1314
  ### -- appstate that is used storing state --
1315
1315
  ### --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
1316
- 'initialize': '''const appstate = Bokeh.find.appState(logbutton)
1316
+ 'initialize': '''try {
1317
+ console.log('Colab environment check:')
1318
+ console.log('window.location:', window.location)
1319
+ console.log('window.google:', (window as any).google)
1320
+ console.log('Parent frame:', window.parent !== window)
1321
+
1322
+ // Check if running in Colab's output frame
1323
+ if (window.parent !== window) {
1324
+ console.log('Running in iframe')
1325
+ console.log('Parent location:', document.referrer)
1326
+ }
1327
+ } catch (error) {
1328
+ console.warn("An error occurred in the Colab diagnostic code...")
1329
+ }
1330
+ console.log("Past the Colab diagnostic code...")
1331
+ const appstate = Bokeh.find.appState(logbutton)
1317
1332
  if ( ! appstate.ic_initialized ) {
1318
1333
  console.log(`casalib version: ${casalib.version}`)
1319
1334
  appstate.image_name = initial_image
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cubevis
3
- Version: 1.0.26
3
+ Version: 1.0.27
4
4
  Summary: visualization toolkit and apps for casa
5
5
  License: LGPL
6
6
  Author-email: Darrell Schiebel <darrell@schiebel.us>,Pam Harris <pharris@nrao.edu>
@@ -108,7 +108,7 @@ cubevis/toolbox/__init__.py,sha256=sEN80BX91q_Z2zImDlT8oZ-0o8sE-iH7n3i4S1lmRLo,1
108
108
  cubevis/toolbox/_app_context.py,sha256=rkjddiE4Ynf2HeyI0Hf8DOUt89bF67-2IlgD1uKSdOI,2908
109
109
  cubevis/toolbox/_cube.py,sha256=ZqprhC7Ps9hGGcd3BLK3zp5wySy2QhnqyAXBkeMxtzY,308257
110
110
  cubevis/toolbox/_interactive_clean_ui.mustache,sha256=IVTcqkxIyw7SzfU92_70dG7bF9UapromDdmeukQ90cg,114113
111
- cubevis/toolbox/_interactive_clean_ui.py,sha256=98KnLZnDXqO5xl7Ie7WpirogtKL0a5myHejsC89CVSU,114024
111
+ cubevis/toolbox/_interactive_clean_ui.py,sha256=LbwbiFEeE3TOprijCGa6g7aJHOv4Q8sp1_-ZRTW6IfQ,115176
112
112
  cubevis/toolbox/_interactiveclean_wrappers.py,sha256=XqyCGz33CMDhszTxnwZ_3-64GszUK1XYnGKUOxl9sas,5071
113
113
  cubevis/toolbox/_region_list.py,sha256=_1RvnXwqMoaAq8CPy-6IyhabLi_snXqO566onehI2y0,8957
114
114
  cubevis/utils/_ResourceManager.py,sha256=SaaR29etabRiKxmUK-aWvAm4v_OPFJH8CX7bNFm0Lgo,3410
@@ -127,8 +127,8 @@ cubevis/utils/_pkgs.py,sha256=mu2CCzndmJZYP81UkFhxveW_CisWLUvagJVolHOEVgM,2294
127
127
  cubevis/utils/_regions.py,sha256=TdAg4ZUUyhg3nFmX9_KLboqmc0LkyOdEW8M1WDR5Udk,1669
128
128
  cubevis/utils/_static.py,sha256=rN-sqXNqQ5R2M3wmPHU1GPP5OTyyWQlUPRuimCrht-g,2347
129
129
  cubevis/utils/_tiles.py,sha256=A9W1X61VOhBMTOKXVajzOIoiV2FBdO5N2SFB9SUpDOo,7336
130
- cubevis/__version__.py,sha256=ipKUrUZQTYULPss2w4_lq_zOzzw-qCGgjOtgkLfSDAM,22
131
- cubevis-1.0.26.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
132
- cubevis-1.0.26.dist-info/METADATA,sha256=M-Nz1skw2jnDx84DLs5rY_tjgQdJHiZuJrNW3xmV9d0,2632
133
- cubevis-1.0.26.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
134
- cubevis-1.0.26.dist-info/RECORD,,
130
+ cubevis/__version__.py,sha256=TnqNNwaBLFdW4A3XLFoX8-Y2k0vWV35ZkYILdAgoxCY,22
131
+ cubevis-1.0.27.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
132
+ cubevis-1.0.27.dist-info/METADATA,sha256=DzAmz2kTFJYrkfOeXTKjTFDth3ZDvUle_kSttWTezhs,2632
133
+ cubevis-1.0.27.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
134
+ cubevis-1.0.27.dist-info/RECORD,,