Tim Jenness

Results 15 issues of Tim Jenness

[RFC-3986](https://tools.ietf.org/html/rfc3986#section-3.3) talks about rootless path URIs. I interpret this to mean that a URI of file:relative/path.ext is a perfectly reasonably URI indicating a relative path. Unfortunately this does not round...

In 289b69db59cf5af276f7014bec7fb96c340883f2 SUN/209 was converted to use the new latex style but there are two outstanding problems: 1. The document comes with private SST-like commands that need to be updated...

bug

OS X builds do not seem to be detecting the JPEG library properly. The test should either determine if the library is installed and not build it, or else build...

bug

With commit ed5ae8dca994dbc85d01337422a1e17ffbc2ac17 GAIA no longer assumes `.sdf` in the C and Fortran code. The TCL code is full of `.sdf` though and this needs to be cleaned up. Not...

It has been noted that the EXT model causes slightly different maps to be created by SMURF `makemap` when the number of threads changes. The discrepancy is of the order...

bug
SMURF

In commit 0e547fa it was noted that commit e93e76879e7 had failed to account for short maps and bolo maps. Filing this to remind us that this should be fixed properly.

enhancement
SMURF

`itcl` can not be installed into a tree where `itcl` is already installed because it fails to deal with the directories that are already present: ``` mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1 mkdir /var/folders/ll/34nyr16s1w5_3m896tr29cvr0000gn/T/starconf-565/star/lib/iwidgets4.0.1/scripts...

bug

Converting an SDFITS file to NDF I get the following structure: ``` CNV_OTF3223S004 DATA_ARRAY {structure} DATA(1) * ORIGIN(1) 1 MORE {structure} FITS(8) 'SIMPLE = T / fi...' ... 'COM...','ORIGIN =...

question

In commit 0b368eae3bcc7e88352355824b2329d4f234e3d5 we are left with the following code: ``` C /* Get the name for the Q NDF for this block. Start of with "Q" followed by the...

bug

We recently had a report that the pipeline wasn't working: ``` !! Error reading file names from stream attached to shell process - ! Interrupted system call !! No files...

bug