Hi All,

I have just discovered that *.s files are missing in SIRF/data/examples/PET.

Yes you're right - they're missing. You should be able to commit and push (while in the data directory) to push to the submodule. Then you'd have to cd into the main sirf directory, and commit and push the submodule update.

To make it clear (might help others on the dev list):

~/SIRF/data$ git add examples/PET/*.s
~/SIRF/data$ git commit -m "missing .s data files"
~/SIRF/data$ git push
~/SIRF/data$ cd ..
~/SIRF$ git add data
~/SIRF$ git commit -m "update data submodule"
~/SIRF$ git push


Regards,
Casper

On 6 February 2017 at 13:41, Thielemans, Kris <[log in to unmask]> wrote:

Should be in SIRF_data?

 

From: [log in to unmask]k [mailto:evgueni.ovtchinnikov@stfc.ac.uk]
Sent: 06 February 2017 13:35
To: [log in to unmask]; Thielemans, Kris <[log in to unmask]>
Subject: RE: SIRF_data

 

I have just discovered that *.s files are missing in SIRF/data/examples/PET.

 

Can I just put them there, commit and push?