Skip to content

Commit

Permalink
Updated README files and directory structure to follow Mike's recomma…
Browse files Browse the repository at this point in the history
…ndations; added the EUPL v.1.1 licence. 2017-03-08T09:15 UT.
  • Loading branch information
jmpetit authored and jmpetit committed Mar 8, 2017
1 parent 42b1fbb commit fcceb1f
Show file tree
Hide file tree
Showing 47 changed files with 28 additions and 1,405 deletions.
10 changes: 8 additions & 2 deletions CreateDistrib.sh
Expand Up @@ -7,6 +7,8 @@ da=`date +"%F"`
dt=`LC_ALL=us date +"%d %b %Y"`
df=`LC_ALL=us date +"%b %d/%Y"`
v="2.0"
intended_audience="OSSOS team"
#intended_audience="General Public"

# Create a clean distribution directory
if [ -d $d ]; then
Expand All @@ -25,21 +27,25 @@ ln -s ${d/./} ../CurrentDistrib
# Copy fix files
cat > $d/README.version <<EOF
Survey Simulator for OSSOSv9-pre
Survey Simulator for OSSOSv9
Survey simulator as of $dt
EOF
head -2 README.first > $d/README.first
cat >> $d/README.first <<EOF
$df release to OSSOS team
$df release to $intended_audience
EOF
tail --line=+3 README.first >> $d/README.first
cp -a README.contact lookup parametric Python $d/
for s in cfeps OSSOS OSSOS-cfeps OSSOS-MA All_Surveys; do
mkdir $d/$s
cp ../$s/* $d/$s/
done
for s in cfeps OSSOS OSSOS-cfeps OSSOS-MA; do
\rm -f $d/$s/README.formats
ln -s ../All_Surveys/README.formats $d/$s/README.formats
done
cp src/Driver.{f,py} src/README.* src/ModelUtils.f $d/src/
\rm -f $d/cfeps/*.py

Expand Down
1 change: 1 addition & 0 deletions Python/cfeps
95 changes: 0 additions & 95 deletions Python/cfeps/CFEPS-Classical.detections

This file was deleted.

16 changes: 0 additions & 16 deletions Python/cfeps/CFEPS-DetachedOuter.detections

This file was deleted.

8 changes: 0 additions & 8 deletions Python/cfeps/CFEPS-Inner.detections

This file was deleted.

26 changes: 0 additions & 26 deletions Python/cfeps/CFEPS-Plutino.detections

This file was deleted.

0 comments on commit fcceb1f

Please sign in to comment.