--- /srv/reproducible-results/rbuild-debian/r-b-build.DBWiAv3a/b1/starjava-ttools_3.5.1-2_amd64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.DBWiAv3a/b2/starjava-ttools_3.5.1-2_amd64.changes
├── Files
│ @@ -1,6 +1,6 @@
│
│ - 44a0507648447c77e1882a723c804b0e 66180 java optional jython-stilts_3.5.1-2_all.deb
│ + ada491727cf793a140d7c77772856de5 66176 java optional jython-stilts_3.5.1-2_all.deb
│ e7c84247c5c31550d6aefbebb454f7da 1254996 doc optional starlink-ttools-java-doc_3.5.1-2_all.deb
│ - e7cc5536a92f447f4f9aca2ddb575ae0 5274636 java optional starlink-ttools-java_3.5.1-2_all.deb
│ - 649630d70a467a632307fbfb7eb3cc26 2379168 doc optional stilts-doc_3.5.1-2_all.deb
│ + a5c7f3ebe0ca5891feb460f7ef6e6d24 5273488 java optional starlink-ttools-java_3.5.1-2_all.deb
│ + f473101098fa8c660b289db834404685 2379148 doc optional stilts-doc_3.5.1-2_all.deb
│ ad4c67fa8691cfb90b6437054823d7cd 229360 science optional stilts_3.5.1-2_all.deb
├── jython-stilts_3.5.1-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-11-20 14:21:47.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1372 2024-11-20 14:21:47.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 64616 2024-11-20 14:21:47.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 64612 2024-11-20 14:21:47.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py
│ │ │ │ @@ -1486,15 +1486,15 @@
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ _check_unused_args(env)
│ │ │ │ consumer.consume(self)
│ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ '''\
│ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │
│ │ │ │ Parameters:
│ │ │ │
│ │ │ │ protocol = (String)
│ │ │ │ @@ -1536,15 +1536,15 @@
│ │ │ │ of columns) for the data being written.
│ │ │ │
│ │ │ │ [Default: create]
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for the SQL connection to the database.
│ │ │ │ '''
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ env.setValue('db', _map_env_value(db))
│ │ │ │ @@ -4290,15 +4290,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ sql = (String)
│ │ │ │ Text of an SQL statement for execution. This parameter may be
│ │ │ │ repeated, or statements may be separated by semicolon (";")
│ │ │ │ @@ -4497,15 +4497,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ dbtable = (String)
│ │ │ │ The name of the table in the SQL database which provides the
│ │ │ │ remote data.
│ │ │ │ @@ -4605,15 +4605,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ select = (String)
│ │ │ │ Gives the full text (including "SELECT") of the SELECT
│ │ │ │ statement to identify which rows undergo updates.
│ │ │ │ @@ -7853,15 +7853,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ xlog = true|false (Boolean)
│ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ true it is logarithmic.
│ │ │ │
│ │ │ │ [Default: false]
│ │ │ │
│ │ │ │ @@ -8640,15 +8640,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0
│ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection)
│ │ │ │ Sky projection used to display the plot.
│ │ │ │
│ │ │ │ The available options are:
│ │ │ │
│ │ │ │ @@ -9332,15 +9332,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ xlog = true|false (Boolean)
│ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ true it is logarithmic.
│ │ │ │
│ │ │ │ [Default: false]
│ │ │ │
│ │ │ │ @@ -10090,15 +10090,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ crowd = (Double)
│ │ │ │ Determines how closely tick marks are spaced on the wire frame
│ │ │ │ axes. The default value is 1, meaning normal crowding. Larger
│ │ │ │ values result in more grid lines, and smaller values in fewer
│ │ │ │ grid lines.
│ │ │ │
│ │ │ │ @@ -10681,15 +10681,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ nvar = (Integer)
│ │ │ │ Gives the number of quantities to be plotted against each
│ │ │ │ other, which will be the number of cells along each side of
│ │ │ │ the scatter plot matrix.
│ │ │ │
│ │ │ │ [Default: 3]
│ │ │ │ @@ -11439,15 +11439,15 @@
│ │ │ │
│ │ │ │ parallel = (Integer)
│ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ apparently available to the JVM.
│ │ │ │
│ │ │ │ - [Default: 20]
│ │ │ │ + [Default: 42]
│ │ │ │
│ │ │ │ cellgap = (Integer)
│ │ │ │ Gives the number of pixels between individual members in the
│ │ │ │ stack of plots.
│ │ │ │
│ │ │ │ [Default: 4]
│ │ │ │
│ │ │ │ @@ -13235,15 +13235,15 @@
│ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ _check_unused_args(env)
│ │ │ │ consumer.consume(table)
│ │ │ │
│ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ '''\
│ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │
│ │ │ │ Parameters:
│ │ │ │
│ │ │ │ protocol = (String)
│ │ │ │ @@ -13285,15 +13285,15 @@
│ │ │ │ of columns) for the data being written.
│ │ │ │
│ │ │ │ [Default: create]
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for the SQL connection to the database.
│ │ │ │ '''
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ env.setValue('db', _map_env_value(db))
├── starlink-ttools-java_3.5.1-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-11-20 14:21:47.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1232 2024-11-20 14:21:47.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 5273212 2024-11-20 14:21:47.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 5272064 2024-11-20 14:21:47.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/java/starlink-ttools-3.5.1.jar
│ │ │ │ ├── zipinfo -v {}
│ │ │ │ │ @@ -172,15 +172,15 @@
│ │ │ │ │ minimum file system compatibility required: MS-DOS, OS/2 or NT FAT
│ │ │ │ │ minimum software version required to extract: 1.0
│ │ │ │ │ compression method: deflated
│ │ │ │ │ compression sub-type (deflation): normal
│ │ │ │ │ file security status: not encrypted
│ │ │ │ │ extended local header: no
│ │ │ │ │ file last modified on (DOS date/time): 2024 Nov 20 14:21:46
│ │ │ │ │ - 32-bit CRC value (hex): 3554f34e
│ │ │ │ │ + 32-bit CRC value (hex): a390029a
│ │ │ │ │ compressed size: 92130 bytes
│ │ │ │ │ uncompressed size: 540407 bytes
│ │ │ │ │ length of filename: 9 characters
│ │ │ │ │ length of extra field: 0 bytes
│ │ │ │ │ length of file comment: 0 characters
│ │ │ │ │ disk number on which file begins: disk 1
│ │ │ │ │ apparent file type: binary
│ │ │ │ ├── zipdetails --redact --scan --utc {}
│ │ │ │ │ @@ -100,15 +100,15 @@
│ │ │ │ │ 0002F1 Extract Zip Spec 0A (10) '1.0'
│ │ │ │ │ 0002F2 Extract OS 00 (0) 'MS-DOS'
│ │ │ │ │ 0002F3 General Purpose Flag 0800 (2048)
│ │ │ │ │ [Bits 1-2] 0 'Normal Compression'
│ │ │ │ │ [Bit 11] 1 'Language Encoding'
│ │ │ │ │ 0002F5 Compression Method 0008 (8) 'Deflated'
│ │ │ │ │ 0002F7 Modification Time 597472B7 (1500803767) 'Wed Nov 20 14:21:46 2024'
│ │ │ │ │ -0002FB CRC 3554F34E (894759758)
│ │ │ │ │ +0002FB CRC A390029A (2744124058)
│ │ │ │ │ 0002FF Compressed Size 000167E2 (92130)
│ │ │ │ │ 000303 Uncompressed Size 00083EF7 (540407)
│ │ │ │ │ 000307 Filename Length 0009 (9)
│ │ │ │ │ 000309 Extra Length 0000 (0)
│ │ │ │ │ 00030B Filename 'XXXXXXXXX'
│ │ │ │ │ #
│ │ │ │ │ # WARNING: Offset 0x30B: Filename 'XXXXXXXXX'
│ │ │ │ │ @@ -72262,15 +72262,15 @@
│ │ │ │ │ 532AAD Extract Zip Spec 0A (10) '1.0'
│ │ │ │ │ 532AAE Extract OS 00 (0) 'MS-DOS'
│ │ │ │ │ 532AAF General Purpose Flag 0800 (2048)
│ │ │ │ │ [Bits 1-2] 0 'Normal Compression'
│ │ │ │ │ [Bit 11] 1 'Language Encoding'
│ │ │ │ │ 532AB1 Compression Method 0008 (8) 'Deflated'
│ │ │ │ │ 532AB3 Modification Time 597472B7 (1500803767) 'Wed Nov 20 14:21:46 2024'
│ │ │ │ │ -532AB7 CRC 3554F34E (894759758)
│ │ │ │ │ +532AB7 CRC A390029A (2744124058)
│ │ │ │ │ 532ABB Compressed Size 000167E2 (92130)
│ │ │ │ │ 532ABF Uncompressed Size 00083EF7 (540407)
│ │ │ │ │ 532AC3 Filename Length 0009 (9)
│ │ │ │ │ 532AC5 Extra Length 0000 (0)
│ │ │ │ │ 532AC7 Comment Length 0000 (0)
│ │ │ │ │ 532AC9 Disk Start 0000 (0)
│ │ │ │ │ 532ACB Int File Attributes 0000 (0)
│ │ │ │ ├── stilts.py
│ │ │ │ │ @@ -1486,15 +1486,15 @@
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ │ _check_unused_args(env)
│ │ │ │ │ consumer.consume(self)
│ │ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ │ '''\
│ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │ │
│ │ │ │ │ Parameters:
│ │ │ │ │
│ │ │ │ │ protocol = (String)
│ │ │ │ │ @@ -1536,15 +1536,15 @@
│ │ │ │ │ of columns) for the data being written.
│ │ │ │ │
│ │ │ │ │ [Default: create]
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ '''
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ │ env.setValue('db', _map_env_value(db))
│ │ │ │ │ @@ -4290,15 +4290,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ sql = (String)
│ │ │ │ │ Text of an SQL statement for execution. This parameter may be
│ │ │ │ │ repeated, or statements may be separated by semicolon (";")
│ │ │ │ │ @@ -4497,15 +4497,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ dbtable = (String)
│ │ │ │ │ The name of the table in the SQL database which provides the
│ │ │ │ │ remote data.
│ │ │ │ │ @@ -4605,15 +4605,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ select = (String)
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT
│ │ │ │ │ statement to identify which rows undergo updates.
│ │ │ │ │ @@ -7853,15 +7853,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ xlog = true|false (Boolean)
│ │ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ │ true it is logarithmic.
│ │ │ │ │
│ │ │ │ │ [Default: false]
│ │ │ │ │
│ │ │ │ │ @@ -8640,15 +8640,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0
│ │ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection)
│ │ │ │ │ Sky projection used to display the plot.
│ │ │ │ │
│ │ │ │ │ The available options are:
│ │ │ │ │
│ │ │ │ │ @@ -9332,15 +9332,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ xlog = true|false (Boolean)
│ │ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ │ true it is logarithmic.
│ │ │ │ │
│ │ │ │ │ [Default: false]
│ │ │ │ │
│ │ │ │ │ @@ -10090,15 +10090,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ crowd = (Double)
│ │ │ │ │ Determines how closely tick marks are spaced on the wire frame
│ │ │ │ │ axes. The default value is 1, meaning normal crowding. Larger
│ │ │ │ │ values result in more grid lines, and smaller values in fewer
│ │ │ │ │ grid lines.
│ │ │ │ │
│ │ │ │ │ @@ -10681,15 +10681,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ nvar = (Integer)
│ │ │ │ │ Gives the number of quantities to be plotted against each
│ │ │ │ │ other, which will be the number of cells along each side of
│ │ │ │ │ the scatter plot matrix.
│ │ │ │ │
│ │ │ │ │ [Default: 3]
│ │ │ │ │ @@ -11439,15 +11439,15 @@
│ │ │ │ │
│ │ │ │ │ parallel = (Integer)
│ │ │ │ │ Determines how many threads will run in parallel if animation
│ │ │ │ │ output is being produced. Only used if the animate parameter
│ │ │ │ │ is supplied. The default value is the number of processors
│ │ │ │ │ apparently available to the JVM.
│ │ │ │ │
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │
│ │ │ │ │ cellgap = (Integer)
│ │ │ │ │ Gives the number of pixels between individual members in the
│ │ │ │ │ stack of plots.
│ │ │ │ │
│ │ │ │ │ [Default: 4]
│ │ │ │ │
│ │ │ │ │ @@ -13235,15 +13235,15 @@
│ │ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ │ _check_unused_args(env)
│ │ │ │ │ consumer.consume(table)
│ │ │ │ │
│ │ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ │ '''\
│ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │ │
│ │ │ │ │ Parameters:
│ │ │ │ │
│ │ │ │ │ protocol = (String)
│ │ │ │ │ @@ -13285,15 +13285,15 @@
│ │ │ │ │ of columns) for the data being written.
│ │ │ │ │
│ │ │ │ │ [Default: create]
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ '''
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ │ env.setValue('db', _map_env_value(db))
├── stilts-doc_3.5.1-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-11-20 14:21:47.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 3332 2024-11-20 14:21:47.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 2375644 2024-11-20 14:21:47.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2375624 2024-11-20 14:21:47.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/stilts/sun256/sun256.html
│ │ │ │ @@ -9042,15 +9042,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ password = <passwd>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -59818,15 +59818,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ seq = <suffix>[,...]
(String[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -62020,15 +62020,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0
(Projection)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -63769,15 +63769,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ phi = <degrees>
(Double)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -65809,15 +65809,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ phi = <degrees>
(Double)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -67608,15 +67608,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ seq = <suffix>[,...]
(String[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -69676,15 +69676,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 20
]
│ │ │ │ + [Default: 42
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ seq = <suffix>[,...]
(String[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -75078,15 +75078,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ @@ -76021,15 +76021,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -76243,15 +76243,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -3501,15 +3501,15 @@
│ │ │ │ │ of the same name already exists, it is dropped first.
│ │ │ │ │ * append: Appends to an existing table. An error results if the named
│ │ │ │ │ table has the wrong structure (number or types of columns) for the
│ │ │ │ │ data being written.
│ │ │ │ │ [Default: create]
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ppaasssswwoorrdd == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ ===============================================================================
│ │ │ │ │ ********** 77 CCrroossssmmaattcchhiinngg **********
│ │ │ │ │ STILTS offers flexible and efficient facilities for crossmatching tables.
│ │ │ │ │ Crossmatching is identifying different rows, which may be in the same or
│ │ │ │ │ different tables, that refer to the same item. In an astronomical context such
│ │ │ │ │ @@ -18349,15 +18349,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ sseeqq == <>[[,,......]] ? ? ? ? ? ? ((SSttrriinngg[[]]))
│ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order
│ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are
│ │ │ │ │ plotted on top of, and so potentially obscure, which other ones.
│ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced
│ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix
│ │ │ │ │ labelling the layer, and is appended to all the parameters specific to
│ │ │ │ │ @@ -19046,15 +19046,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ pprroojjeeccttiioonn == ssiinn||aaiittooffff||aaiittooffff00||ccaarr||ccaarr00 ? ? ? ? ? ? ((_PP_rr_oo_jj_ee_cc_tt_ii_oo_nn))
│ │ │ │ │ Sky projection used to display the plot.
│ │ │ │ │ The available options are:
│ │ │ │ │ * sin: rotatable sphere
│ │ │ │ │ * aitoff: Hammer-Aitoff projection with lon=0 at center
│ │ │ │ │ * aitoff0: Hammer-Aitoff projection with lon=180 at center
│ │ │ │ │ * car: Plate Carree projection (lon/lat on Cartesian axes) with lon=0
│ │ │ │ │ @@ -19608,15 +19608,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ pphhii == <> ? ? ? ? ? ? ((DDoouubbllee))
│ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of
│ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the
│ │ │ │ │ initial Z axis applied before the plot is viewed.
│ │ │ │ │ [Default: 30]
│ │ │ │ │ ppssii == <> ? ? ? ? ? ? ((DDoouubbllee))
│ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of
│ │ │ │ │ @@ -20260,15 +20260,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ pphhii == <> ? ? ? ? ? ? ((DDoouubbllee))
│ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of
│ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the
│ │ │ │ │ initial Z axis applied before the plot is viewed.
│ │ │ │ │ [Default: 30]
│ │ │ │ │ ppssii == <> ? ? ? ? ? ? ((DDoouubbllee))
│ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of
│ │ │ │ │ @@ -20855,15 +20855,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ sseeqq == <>[[,,......]] ? ? ? ? ? ? ((SSttrriinngg[[]]))
│ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order
│ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are
│ │ │ │ │ plotted on top of, and so potentially obscure, which other ones.
│ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced
│ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix
│ │ │ │ │ labelling the layer, and is appended to all the parameters specific to
│ │ │ │ │ @@ -21526,15 +21526,15 @@
│ │ │ │ │ parameter
│ │ │ │ │ [Default: auto]
│ │ │ │ │ ppaarraalllleell == <> ? ? ? ? ? ? ((IInntteeggeerr))
│ │ │ │ │ Determines how many threads will run in parallel if animation output is
│ │ │ │ │ being produced. Only used if the animate parameter is supplied. The
│ │ │ │ │ default value is the number of processors apparently available to the
│ │ │ │ │ JVM.
│ │ │ │ │ - [Default: 20]
│ │ │ │ │ + [Default: 42]
│ │ │ │ │ sseeqq == <>[[,,......]] ? ? ? ? ? ? ((SSttrriinngg[[]]))
│ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order
│ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are
│ │ │ │ │ plotted on top of, and so potentially obscure, which other ones.
│ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced
│ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix
│ │ │ │ │ labelling the layer, and is appended to all the parameters specific to
│ │ │ │ │ @@ -23150,15 +23150,15 @@
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │ ssqqll == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Text of an SQL statement for execution. This parameter may be repeated,
│ │ │ │ │ or statements may be separated by semicolon (";") characters.
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ******** BB..2211..22 EExxaammpplleess ********
│ │ │ │ │ Here are some examples of sqlclient:
│ │ │ │ │ This sends two commands to a SQL Server database; the first one (SET
│ │ │ │ │ SHOWPLAN...) sets a flag which causes the DB to return an execution plan
│ │ │ │ │ rather than the result for subsequent queries, and the second makes the
│ │ │ │ │ query itself. Since the password is not provided on the command line, a
│ │ │ │ │ prompt for it will be issued before execution. The result is SQL Server's
│ │ │ │ │ @@ -23482,15 +23482,15 @@
│ │ │ │ │ Currently, the only footprints available are those provided by the CDS
│ │ │ │ │ MOC (Multi-Order Coverage map) service, which covers VizieR and a few
│ │ │ │ │ other cone search services.
│ │ │ │ │ [Default: true]
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ wwhheerree == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ An SQL expression further limiting the rows to be selected from the
│ │ │ │ │ database. This will be combined with the constraints on position implied
│ │ │ │ │ by the cone search centres and radii. The value of this parameter should
│ │ │ │ │ just be a condition, it should not contain the WHERE keyword. A null
│ │ │ │ │ value indicates no additional criteria.
│ │ │ │ │ ******** BB..2222..22 EExxaammpplleess ********
│ │ │ │ │ @@ -23556,15 +23556,15 @@
│ │ │ │ │ [Default: true]
│ │ │ │ │ sseelleecctt == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to
│ │ │ │ │ identify which rows undergo updates.
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ******** BB..2233..22 EExxaammpplleess ********
│ │ │ │ │ Here are some examples of sqlupdate:
│ │ │ │ │ Fills in the HTMID column of a table called FIRST in the local MySQL
│ │ │ │ │ database RADIO, using HTM pixel indices based on the existing right
│ │ │ │ │ ascension and declination columns in that table. The HTMID column must
│ │ │ │ │ exist prior to executing this command.
│ │ │ │ │ ===============================================================================