Print

Print


 ============================================================================
Today's topic summary
 ============================================================================

Group: [log in to unmask]
URL: 
  https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/ccp-petmr-codebot/topics


  - [CCPPETMR/SIRF-SuperBuild] Number of users (#93) [3 Updates]
    http://groups.google.com/group/ccp-petmr-codebot/t/53a552a68f00bb47
  - [CCPPETMR/SIRF] SIRF Release 1.0.0-rc.1 checklist (#114) [1 Update]
    http://groups.google.com/group/ccp-petmr-codebot/t/e03d5233b2a5f3d1
  - [CCPPETMR/CCPPETMR_VM] problem running current VM with Log error in VBox (#58) [7 Updates]
    http://groups.google.com/group/ccp-petmr-codebot/t/b40077eff372542a
  - [CCPPETMR/SIRF] mSTIR: Opening AcqusitionData bad error for "." (#125) [6 Updates]
    http://groups.google.com/group/ccp-petmr-codebot/t/4526b4f762750561
  - [CCPPETMR/SIRF-SuperBuild] Add option to build UCL/petmr-rd-tools (#89) [1 Update]
    http://groups.google.com/group/ccp-petmr-codebot/t/deeed1565d2431d
  - [CCPPETMR/SIRF] use pip and requirements.txt for python prerequisites (#124) [1 Update]
    http://groups.google.com/group/ccp-petmr-codebot/t/c00692936537315c
  - [CCPPETMR/SIRF-SuperBuild] use pip and requirements.txt for python prerequisites (#92) [1 Update]
    http://groups.google.com/group/ccp-petmr-codebot/t/79585eef5d1c02fc


 ============================================================================
Topic: [CCPPETMR/SIRF-SuperBuild] Number of users (#93)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/53a552a68f00bb47
 ============================================================================

---------- 1 of 3 ----------
From: Casper da Costa-Luis <[log in to unmask]>
Date: Feb 17 12:15AM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c07607ef84b06

We'd like to estimate the number of users. Sum:

+ (SuperBuild clones) - (number of travis non-docker jobs) - 2*(number of travis docker jobs) - (a little extra for devs locally cloning?)

---------- 2 of 3 ----------
From: Casper da Costa-Luis <[log in to unmask]>
Date: Feb 17 12:16AM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c076b9c2d8099

@KrisThielemans ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:

---------- 3 of 3 ----------
From: Casper da Costa-Luis <[log in to unmask]>
Date: Feb 17 12:55AM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c09997886643a

@paskino for VM binary downloads, you may want to use something link https://stackoverflow.com/questions/21982862/how-to-count-link-clicks#21982932

-- 
You are receiving this because you are


 ============================================================================
Topic: [CCPPETMR/SIRF] SIRF Release 1.0.0-rc.1 checklist (#114)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/e03d5233b2a5f3d1
 ============================================================================

---------- 1 of 1 ----------
From: Casper da Costa-Luis <[log in to unmask]>
Date: Feb 16 11:50PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c0606a42d69e8

Closed #114.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/CCPPETMR/SIRF/issues/114#event-1478887810


 ============================================================================
Topic: [CCPPETMR/CCPPETMR_VM] problem running current VM with Log error in VBox (#58)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/b40077eff372542a
 ============================================================================

---------- 1 of 7 ----------
From: Kris Thielemans <[log in to unmask]>
Date: Feb 16 04:24AM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/be09c7a6d6ef9

See 
https://github.com/joelhandwell/ubuntu_vagrant_boxes/issues/1

we need to export a new box therefore.

-- 
You are receiving this because you are subscribed to this thread.

---------- 2 of 7 ----------
From: Casper da Costa-Luis <[log in to unmask]>
Date: Feb 16 12:27PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/be0c33fc4dae0

btw (not realated to this issue) using '-DUSE_ITK=ON' makes the uncompressed docker image 700MB larger.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email

---------- 3 of 7 ----------
From: Kris Thielemans <[log in to unmask]>
Date: Feb 16 08:00AM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bec5b3ad2cdda

Disabling the serial port makes the VM hang. The cause and (hopefully) work-around is described here

---------- 4 of 7 ----------
From: Edoardo Pasca <[log in to unmask]>
Date: Feb 16 10:10PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c00973da8ae73

Adding this to the Vagrantfile should do.
```
sed -i 's/ console=ttyS0//' /etc/default//grub.d/50-cloudimg-settings.cfg
update-grub
```
The only other thing would be to **manually** remove the

---------- 5 of 7 ----------
From: Kris Thielemans <[log in to unmask]>
Date: Feb 16 10:13PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c00c1aa8b7431

what about the fix in the issue quoted above?
```
  v.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
```

-- 
You are receiving this because you are subscribed to this thread.

---------- 6 of 7 ----------
From: Edoardo Pasca <[log in to unmask]>
Date: Feb 16 02:24PM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c0157459f24dd

I kind of understood that the problem is ubuntu which requires the serial port for grub.

So far I fixed the VM with the second trick and I'm currently uploading it. 
I will later try to create a

---------- 7 of 7 ----------
From: Kris Thielemans <[log in to unmask]>
Date: Feb 16 02:40PM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/c0231cd2520cd

not 100% sure that this will do. I think the VM might still be configured to use the serial port, and therefore have the log file, even if Ubuntu is never going to use it.
I think you'll need both...


 ============================================================================
Topic: [CCPPETMR/SIRF] mSTIR: Opening AcqusitionData bad error for "." (#125)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/4526b4f762750561
 ============================================================================

---------- 1 of 6 ----------
From: Richard Brown <[log in to unmask]>
Date: Feb 16 06:22PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf41ab467c050

When using `mSTIR.AcqusitionData`, the code checks for a `.` in the filename. If there isn't a `.`, a confusing error is thrown.

-- 
You are receiving this because you are subscribed to this

---------- 2 of 6 ----------
From: evgueni-ovtchinnikov <[log in to unmask]>
Date: Feb 16 10:27AM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf4658c7e1f5a

if there is no '.' the argument is interpreted as a scanner name

what error do you get?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or

---------- 3 of 6 ----------
From: Richard Brown <[log in to unmask]>
Date: Feb 16 06:31PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf4a164c7f5d8

I accidentally entered the filename without an extension and it threw the error below:
```
ERROR: construct_proj_data_info: span 1 is too large for a scanner with 0 rings
Error using

---------- 4 of 6 ----------
From: Richard Brown <[log in to unmask]>
Date: Feb 16 06:32PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf4b14c8473e2

The error is understandable now that you've said that it would be interpreted as a scanner name. However, it might be confusing for a user that makes a silly error (like me).

-- 

---------- 5 of 6 ----------
From: evgueni-ovtchinnikov <[log in to unmask]>
Date: Feb 16 10:36AM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf4e357edbf6d

ok I will make it throw 'unknown scanner' error (I thought STIR would do it, but apparently not)

better still 'unknown scanner or missing file extension'

-- 
You are receiving this because you

---------- 6 of 6 ----------
From: Richard Brown <[log in to unmask]>
Date: Feb 16 06:37PM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf4efe4852fdd

I would say that the latter of the two suggestions is better.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:


 ============================================================================
Topic: [CCPPETMR/SIRF-SuperBuild] Add option to build UCL/petmr-rd-tools (#89)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/deeed1565d2431d
 ============================================================================

---------- 1 of 1 ----------
From: Ben Thomas <[log in to unmask]>
Date: Feb 16 10:13AM -0800
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bf3a607ed2019

@bathomas pushed 1 commit.

73c2e87  Glog for petmr-rd-tools


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:


 ============================================================================
Topic: [CCPPETMR/SIRF] use pip and requirements.txt for python prerequisites (#124)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/c00692936537315c
 ============================================================================

---------- 1 of 1 ----------
From: Edoardo Pasca <[log in to unmask]>
Date: Feb 16 11:55AM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bdf082eef0fb0

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/CCPPETMR/SIRF/issues/124



 ============================================================================
Topic: [CCPPETMR/SIRF-SuperBuild] use pip and requirements.txt for python prerequisites (#92)
URL: http://groups.google.com/group/ccp-petmr-codebot/t/79585eef5d1c02fc
 ============================================================================

---------- 1 of 1 ----------
From: Edoardo Pasca <[log in to unmask]>
Date: Feb 16 11:54AM
URL: http://groups.google.com/group/ccp-petmr-codebot/msg/bdef1d9dcdbd3

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/CCPPETMR/SIRF-SuperBuild/issues/92






--
You have received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page: 
  https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/ccp-petmr-codebot/join
.
To unsubscribe from this group and stop receiving emails from it, send an email to [log in to unmask]