--- /srv/reproducible-results/rbuild-debian/r-b-build.CxD1jNZe/b1/starjava-ttools_3.5.2-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.CxD1jNZe/b2/starjava-ttools_3.5.2-1_amd64.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ - 0327921e816149cd922fabb60ba40c62 67588 java optional jython-stilts_3.5.2-1_all.deb │ + 65d669edf0e0f2cea8e8a4e49bdfe733 67596 java optional jython-stilts_3.5.2-1_all.deb │ 394083e959a85126c62da3a99e3f9e32 1271688 doc optional starlink-ttools-java-doc_3.5.2-1_all.deb │ - a018eb5b06e7720c27f9decd26a3b771 5359188 java optional starlink-ttools-java_3.5.2-1_all.deb │ - 83716f330d544722b04c4214c851a760 2547796 doc optional stilts-doc_3.5.2-1_all.deb │ + 0fd6adc3615f13cc1073720bd135012e 5359192 java optional starlink-ttools-java_3.5.2-1_all.deb │ + f5998a12da5775103409c33b69b7d7be 2547804 doc optional stilts-doc_3.5.2-1_all.deb │ 9c02725c90683118778f5e0d43639378 233416 science optional stilts_3.5.2-1_all.deb ├── jython-stilts_3.5.2-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1372 2025-03-12 21:11:06.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 66024 2025-03-12 21:11:06.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 66032 2025-03-12 21:11:06.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 │ │ │ │ @@ -1520,15 +1520,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) │ │ │ │ @@ -1570,15 +1570,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)) │ │ │ │ @@ -4421,15 +4421,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 (";") │ │ │ │ @@ -4628,15 +4628,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. │ │ │ │ @@ -4736,15 +4736,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. │ │ │ │ @@ -7988,15 +7988,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: 40] │ │ │ │ + [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] │ │ │ │ │ │ │ │ @@ -8775,15 +8775,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: 40] │ │ │ │ + [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: │ │ │ │ │ │ │ │ @@ -9467,15 +9467,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: 40] │ │ │ │ + [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] │ │ │ │ │ │ │ │ @@ -10235,15 +10235,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: 40] │ │ │ │ + [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. │ │ │ │ │ │ │ │ @@ -10826,15 +10826,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: 40] │ │ │ │ + [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] │ │ │ │ @@ -11584,15 +11584,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: 40] │ │ │ │ + [Default: 42] │ │ │ │ │ │ │ │ cellgap = (Integer) │ │ │ │ Gives the number of pixels between individual members in the │ │ │ │ stack of plots. │ │ │ │ │ │ │ │ [Default: 4] │ │ │ │ │ │ │ │ @@ -13414,15 +13414,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) │ │ │ │ @@ -13464,15 +13464,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-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1244 2025-03-12 21:11:06.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 5357752 2025-03-12 21:11:06.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5357756 2025-03-12 21:11:06.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.2.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): 2025 Mar 12 21:11:06 │ │ │ │ │ - 32-bit CRC value (hex): afa7ddf1 │ │ │ │ │ + 32-bit CRC value (hex): 7bbdd3c1 │ │ │ │ │ compressed size: 93592 bytes │ │ │ │ │ uncompressed size: 547682 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 --walk --utc {} │ │ │ │ │ @@ -100,15 +100,15 @@ │ │ │ │ │ 0002F2 Extract Zip Spec 0A (10) '1.0' │ │ │ │ │ 0002F3 Extract OS 00 (0) 'MS-DOS' │ │ │ │ │ 0002F4 General Purpose Flag 0800 (2048) │ │ │ │ │ [Bits 1-2] 0 'Normal Compression' │ │ │ │ │ [Bit 11] 1 'Language Encoding' │ │ │ │ │ 0002F6 Compression Method 0008 (8) 'Deflated' │ │ │ │ │ 0002F8 Modification Time 5A6CA963 (1517070691) 'Wed Mar 12 21:11:06 2025' │ │ │ │ │ -0002FC CRC AFA7DDF1 (2947014129) │ │ │ │ │ +0002FC CRC 7BBDD3C1 (2076038081) │ │ │ │ │ 000300 Compressed Size 00016D98 (93592) │ │ │ │ │ 000304 Uncompressed Size 00085B62 (547682) │ │ │ │ │ 000308 Filename Length 0009 (9) │ │ │ │ │ 00030A Extra Length 0000 (0) │ │ │ │ │ 00030C Filename 'XXXXXXXXX' │ │ │ │ │ # │ │ │ │ │ # WARNING: Offset 0x30C: Filename 'XXXXXXXXX' │ │ │ │ │ @@ -73682,15 +73682,15 @@ │ │ │ │ │ 548214 Extract Zip Spec 0A (10) '1.0' │ │ │ │ │ 548215 Extract OS 00 (0) 'MS-DOS' │ │ │ │ │ 548216 General Purpose Flag 0800 (2048) │ │ │ │ │ [Bits 1-2] 0 'Normal Compression' │ │ │ │ │ [Bit 11] 1 'Language Encoding' │ │ │ │ │ 548218 Compression Method 0008 (8) 'Deflated' │ │ │ │ │ 54821A Modification Time 5A6CA963 (1517070691) 'Wed Mar 12 21:11:06 2025' │ │ │ │ │ -54821E CRC AFA7DDF1 (2947014129) │ │ │ │ │ +54821E CRC 7BBDD3C1 (2076038081) │ │ │ │ │ 548222 Compressed Size 00016D98 (93592) │ │ │ │ │ 548226 Uncompressed Size 00085B62 (547682) │ │ │ │ │ 54822A Filename Length 0009 (9) │ │ │ │ │ 54822C Extra Length 0000 (0) │ │ │ │ │ 54822E Comment Length 0000 (0) │ │ │ │ │ 548230 Disk Start 0000 (0) │ │ │ │ │ 548232 Int File Attributes 0000 (0) │ │ │ │ ├── stilts.py │ │ │ │ │ @@ -1520,15 +1520,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) │ │ │ │ │ @@ -1570,15 +1570,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)) │ │ │ │ │ @@ -4421,15 +4421,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 (";") │ │ │ │ │ @@ -4628,15 +4628,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. │ │ │ │ │ @@ -4736,15 +4736,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. │ │ │ │ │ @@ -7988,15 +7988,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: 40] │ │ │ │ │ + [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] │ │ │ │ │ │ │ │ │ │ @@ -8775,15 +8775,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: 40] │ │ │ │ │ + [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: │ │ │ │ │ │ │ │ │ │ @@ -9467,15 +9467,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: 40] │ │ │ │ │ + [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] │ │ │ │ │ │ │ │ │ │ @@ -10235,15 +10235,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: 40] │ │ │ │ │ + [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. │ │ │ │ │ │ │ │ │ │ @@ -10826,15 +10826,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: 40] │ │ │ │ │ + [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] │ │ │ │ │ @@ -11584,15 +11584,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: 40] │ │ │ │ │ + [Default: 42] │ │ │ │ │ │ │ │ │ │ cellgap = (Integer) │ │ │ │ │ Gives the number of pixels between individual members in the │ │ │ │ │ stack of plots. │ │ │ │ │ │ │ │ │ │ [Default: 4] │ │ │ │ │ │ │ │ │ │ @@ -13414,15 +13414,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) │ │ │ │ │ @@ -13464,15 +13464,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-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary │ │ -rw-r--r-- 0 0 0 3380 2025-03-12 21:11:06.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2544224 2025-03-12 21:11:06.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 2544232 2025-03-12 21:11:06.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 │ │ │ │ @@ -9146,15 +9146,15 @@ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ password = <passwd>       (String) │ │ │ │
│ │ │ │ │ │ │ │ @@ -62491,15 +62491,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ seq = <suffix>[,...]       (String[]) │ │ │ │
│ │ │ │ │ │ │ │ @@ -64693,15 +64693,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0       (Projection) │ │ │ │
│ │ │ │ │ │ │ │ @@ -66463,15 +66463,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ phi = <degrees>       (Double) │ │ │ │
│ │ │ │ │ │ │ │ @@ -68504,15 +68504,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ phi = <degrees>       (Double) │ │ │ │
│ │ │ │ │ │ │ │ @@ -70304,15 +70304,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ seq = <suffix>[,...]       (String[]) │ │ │ │
│ │ │ │ │ │ │ │ @@ -72373,15 +72373,15 @@ │ │ │ │ Only used if the animate │ │ │ │ parameter is supplied. │ │ │ │ The default value is the number of processors apparently │ │ │ │ available to the JVM. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: 40] │ │ │ │ + [Default: 42] │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ seq = <suffix>[,...]       (String[]) │ │ │ │
│ │ │ │ │ │ │ │ @@ -77775,15 +77775,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ │ │ │ │ @@ -78718,15 +78718,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ where = <sql-condition>       (String) │ │ │ │
│ │ │ │ │ │ │ │ @@ -78940,15 +78940,15 @@ │ │ │ │ │ │ │ │
│ │ │ │ User name for logging in to SQL database. │ │ │ │ Defaults to the current username. │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3533,15 +3533,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 │ │ │ │ │ @@ -19156,15 +19156,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -19853,15 +19853,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -20424,15 +20424,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -21077,15 +21077,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -21673,15 +21673,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -22345,15 +22345,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: 40] │ │ │ │ │ + [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 │ │ │ │ │ @@ -23969,15 +23969,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..2244..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 │ │ │ │ │ @@ -24301,15 +24301,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..2255..22 EExxaammpplleess ******** │ │ │ │ │ @@ -24375,15 +24375,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..2266..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. │ │ │ │ │ ===============================================================================