--- /srv/reproducible-results/rbuild-debian/r-b-build.RIU42aUX/b1/starjava-ttools_3.5-2_amd64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.RIU42aUX/b2/starjava-ttools_3.5-2_amd64.changes
├── Files
│ @@ -1,6 +1,6 @@
│
│ - 5ca241fb291604a69bee7b6ff073f127 65812 java optional jython-stilts_3.5-2_all.deb
│ + 89bca66caf853204387223e8141b06ef 65792 java optional jython-stilts_3.5-2_all.deb
│ 3035e192c43c717f5ed86d4118e28581 1234876 doc optional starlink-ttools-java-doc_3.5-2_all.deb
│ - 531e4e7a134cc2209fa45c4e652c009a 5250488 java optional starlink-ttools-java_3.5-2_all.deb
│ - 3b66644b94639657e395918c2cf806ed 2378084 doc optional stilts-doc_3.5-2_all.deb
│ + bec986aa7b19c48d32d2a1c05bfb3fd3 5250180 java optional starlink-ttools-java_3.5-2_all.deb
│ + 7fa93290b7e1cd5e83387b9afd8b0b1c 2378128 doc optional stilts-doc_3.5-2_all.deb
│ 33062afd6586926fa9d37d1e4cf4227b 227048 science optional stilts_3.5-2_all.deb
├── jython-stilts_3.5-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1368 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 64252 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 64232 2024-10-14 19:50:59.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))
│ │ │ │ @@ -4287,15 +4287,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 (";")
│ │ │ │ @@ -4493,15 +4493,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.
│ │ │ │ @@ -4601,15 +4601,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.
│ │ │ │ @@ -7849,15 +7849,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]
│ │ │ │
│ │ │ │ @@ -8615,15 +8615,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:
│ │ │ │
│ │ │ │ @@ -9307,15 +9307,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]
│ │ │ │
│ │ │ │ @@ -10048,15 +10048,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.
│ │ │ │
│ │ │ │ @@ -10622,15 +10622,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]
│ │ │ │ @@ -11359,15 +11359,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]
│ │ │ │
│ │ │ │ @@ -13131,15 +13131,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)
│ │ │ │ @@ -13181,15 +13181,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-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1228 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 5249068 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 5248760 2024-10-14 19:50:59.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.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 Oct 14 19:50:58
│ │ │ │ │ - 32-bit CRC value (hex): 5187952d
│ │ │ │ │ + 32-bit CRC value (hex): 211171bd
│ │ │ │ │ compressed size: 91128 bytes
│ │ │ │ │ uncompressed size: 536159 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 594E9E5D (1498324573) 'Mon Oct 14 19:50:58 2024'
│ │ │ │ │ -0002FB CRC 5187952D (1367840045)
│ │ │ │ │ +0002FB CRC 211171BD (554791357)
│ │ │ │ │ 0002FF Compressed Size 000163F8 (91128)
│ │ │ │ │ 000303 Uncompressed Size 00082E5F (536159)
│ │ │ │ │ 000307 Filename Length 0009 (9)
│ │ │ │ │ 000309 Extra Length 0000 (0)
│ │ │ │ │ 00030B Filename 'XXXXXXXXX'
│ │ │ │ │ #
│ │ │ │ │ # WARNING: Offset 0x30B: Filename 'XXXXXXXXX'
│ │ │ │ │ @@ -72144,15 +72144,15 @@
│ │ │ │ │ 52CEC3 Extract Zip Spec 0A (10) '1.0'
│ │ │ │ │ 52CEC4 Extract OS 00 (0) 'MS-DOS'
│ │ │ │ │ 52CEC5 General Purpose Flag 0800 (2048)
│ │ │ │ │ [Bits 1-2] 0 'Normal Compression'
│ │ │ │ │ [Bit 11] 1 'Language Encoding'
│ │ │ │ │ 52CEC7 Compression Method 0008 (8) 'Deflated'
│ │ │ │ │ 52CEC9 Modification Time 594E9E5D (1498324573) 'Mon Oct 14 19:50:58 2024'
│ │ │ │ │ -52CECD CRC 5187952D (1367840045)
│ │ │ │ │ +52CECD CRC 211171BD (554791357)
│ │ │ │ │ 52CED1 Compressed Size 000163F8 (91128)
│ │ │ │ │ 52CED5 Uncompressed Size 00082E5F (536159)
│ │ │ │ │ 52CED9 Filename Length 0009 (9)
│ │ │ │ │ 52CEDB Extra Length 0000 (0)
│ │ │ │ │ 52CEDD Comment Length 0000 (0)
│ │ │ │ │ 52CEDF Disk Start 0000 (0)
│ │ │ │ │ 52CEE1 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))
│ │ │ │ │ @@ -4287,15 +4287,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 (";")
│ │ │ │ │ @@ -4493,15 +4493,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.
│ │ │ │ │ @@ -4601,15 +4601,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.
│ │ │ │ │ @@ -7849,15 +7849,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]
│ │ │ │ │
│ │ │ │ │ @@ -8615,15 +8615,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:
│ │ │ │ │
│ │ │ │ │ @@ -9307,15 +9307,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]
│ │ │ │ │
│ │ │ │ │ @@ -10048,15 +10048,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.
│ │ │ │ │
│ │ │ │ │ @@ -10622,15 +10622,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]
│ │ │ │ │ @@ -11359,15 +11359,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]
│ │ │ │ │
│ │ │ │ │ @@ -13131,15 +13131,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)
│ │ │ │ │ @@ -13181,15 +13181,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-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 3332 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 2374560 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2374604 2024-10-14 19:50:59.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)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -59674,15 +59674,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[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -61876,15 +61876,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)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -63584,15 +63584,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)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -65583,15 +65583,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)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -67334,15 +67334,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[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -69348,15 +69348,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[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -74750,15 +74750,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ @@ -75694,15 +75694,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -75916,15 +75916,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
│ │ │ │ │ @@ -18297,15 +18297,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
│ │ │ │ │ @@ -18994,15 +18994,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
│ │ │ │ │ @@ -19544,15 +19544,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
│ │ │ │ │ @@ -20184,15 +20184,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
│ │ │ │ │ @@ -20764,15 +20764,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
│ │ │ │ │ @@ -21418,15 +21418,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
│ │ │ │ │ @@ -23042,15 +23042,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
│ │ │ │ │ @@ -23374,15 +23374,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 ********
│ │ │ │ │ @@ -23448,15 +23448,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.
│ │ │ │ │ ===============================================================================