Print

Print


[log in to unmask] Google Groups
Today's topic summary
View all topics
[CCPPETMR/SIRF-SuperBuild] Number of users (#93)
Casper da Costa-Luis <[log in to unmask]>: Feb 17 12:15AM

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?) ...more
Casper da Costa-Luis <[log in to unmask]>: Feb 17 12:16AM

@KrisThielemans ?
 
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub: ...more
Casper da Costa-Luis <[log in to unmask]>: Feb 17 12:55AM

@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 ...more
Back to top
[CCPPETMR/SIRF] SIRF Release 1.0.0-rc.1 checklist (#114)
Casper da Costa-Luis <[log in to unmask]>: Feb 16 11:50PM

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 ...more
Back to top
[CCPPETMR/CCPPETMR_VM] problem running current VM with Log error in VBox (#58)
Kris Thielemans <[log in to unmask]>: Feb 16 04:24AM -0800

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. ...more
Casper da Costa-Luis <[log in to unmask]>: Feb 16 12:27PM

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 ...more
Kris Thielemans <[log in to unmask]>: Feb 16 08:00AM -0800

Disabling the serial port makes the VM hang. The cause and (hopefully) work-around is described here
...more
Edoardo Pasca <[log in to unmask]>: Feb 16 10:10PM

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 ...more
Kris Thielemans <[log in to unmask]>: Feb 16 10:13PM

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. ...more
Edoardo Pasca <[log in to unmask]>: Feb 16 02:24PM -0800

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 ...more
Kris Thielemans <[log in to unmask]>: Feb 16 02:40PM -0800

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... ...more
Back to top
[CCPPETMR/SIRF] mSTIR: Opening AcqusitionData bad error for "." (#125)
Richard Brown <[log in to unmask]>: Feb 16 06:22PM

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 ...more
evgueni-ovtchinnikov <[log in to unmask]>: Feb 16 10:27AM -0800

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 ...more
Richard Brown <[log in to unmask]>: Feb 16 06:31PM

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 ...more
Richard Brown <[log in to unmask]>: Feb 16 06:32PM

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).
 
-- ...more
evgueni-ovtchinnikov <[log in to unmask]>: Feb 16 10:36AM -0800

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 ...more
Richard Brown <[log in to unmask]>: Feb 16 06:37PM

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: ...more
Back to top
[CCPPETMR/SIRF-SuperBuild] Add option to build UCL/petmr-rd-tools (#89)
Ben Thomas <[log in to unmask]>: Feb 16 10:13AM -0800

@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: ...more
Back to top
[CCPPETMR/SIRF] use pip and requirements.txt for python prerequisites (#124)
Edoardo Pasca <[log in to unmask]>: Feb 16 11:55AM

--
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
...more
Back to top
[CCPPETMR/SIRF-SuperBuild] use pip and requirements.txt for python prerequisites (#92)
Edoardo Pasca <[log in to unmask]>: Feb 16 11:54AM

--
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
...more
Back to top
You have received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [log in to unmask].