commit ff62aa5a1573686aa7941579bea8130f0d562c78 parent d63e939d17c89531545d2c6372aa5b7f3a342789 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 7 Nov 2019 14:51:06 +0100 Add downloads content Diffstat:
72 files changed, 365 insertions(+), 1 deletion(-)
diff --git a/.gitattributes b/.gitattributes @@ -2,3 +2,8 @@ *.png filter=wad -crlf *.gif filter=wad -crlf *.jpg filter=wad -crlf +*.gz filter=wad -crlf +*.tar filter=wad -crlf +*.tgz filter=wad -crlf +*.zip filter=wad -crlf +*.pdf filter=wad -crlf diff --git a/.gitignore b/.gitignore @@ -25,10 +25,10 @@ star-geom.html star-sf.html star-sp.html star-vx.html -downloads/ .htaccess *.sw[po] *.[ao] +*.sig *~ tags man diff --git a/art/downloads/hr_ppart.tgz b/art/downloads/hr_ppart.tgz @@ -0,0 +1 @@ +#$# git-wad a405a8053f02cda3875c3718a3f21ba39d29562eef8300699cbe2055a09928f0 4707376 +\ No newline at end of file diff --git a/art/downloads/install_kdistribution_light1.1.1.bash b/art/downloads/install_kdistribution_light1.1.1.bash @@ -0,0 +1,27 @@ +#!/bin/bash +FOLDER='kdistribution_light1.1.1' +ARCHIVE='kdistribution_light1.1.1.tgz' + +LOCAL=$('pwd') + +if [ -e $FOLDER ] +then + echo "Directory already exists:" + echo $FOLDER + echo "Please erase it and try again" + exit 0 +else + tar -zxvf ${ARCHIVE} + cd $LOCAL/$FOLDER/data + mkdir hires_spectra + ln -s narrowbands_default.in narrowbands.in + cd $LOCAL + rm -f ${ARCHIVE} + rm -f install_kdistribution*.bash +fi + +echo "" +echo "The archive was extracted in: ./"$FOLDER +echo "Use documentation file "Doc/manual.pdf" if needed" + +exit 0 diff --git a/art/downloads/install_kspectrum1.3.bash b/art/downloads/install_kspectrum1.3.bash @@ -0,0 +1,73 @@ +#!/bin/bash +FOLDER='kspectrum1.3' +ARCHIVE='kspectrum1.3.tgz' + +LOCAL=$('pwd') + +minimum_version=2 +# Since Chet Ramey is constantly adding features to Bash, +# you may set $minimum_version to 2.XX, 3.XX, or whatever is appropriate. +E_BAD_VERSION=80 + +if [ "$BASH_VERSION" \< "$minimum_version" ] +then + echo "This script works only with Bash, version $minimum or greater." + echo "Upgrade strongly recommended." + exit $E_BAD_VERSION +fi + +if [ -e $FOLDER ] +then + echo "Directory already exists:" + echo $FOLDER + echo "Please erase it and try again" + exit 0 +else + if [ ! -f $ARCHIVE ] + then + echo "$ARCHIVE does not exists in the current directory" + echo "installation failed" + exit 0 + else + echo "+ Uncompressing file $ARCHIVE..." + tar -zxvf ${ARCHIVE} > /dev/null + echo "...done" + echo "The archive was extracted in: ./"$FOLDER + cd $FOLDER/data + #ln -s ../includes/formats.inc . + #ln -s ../includes/max.inc . + + echo "" + echo "+ Compiling program make_composition.exe" + ./f0 + + if [ ! -f make_composition.exe ] + then + echo 'Error: make_composition.exe could not be compiled' + else + echo "" + echo "+ Running program make_composition.exe" + ./make_composition.exe + fi + echo "" + echo "+ linking files" +# ln -s composition_venus.in composition.in +# ln -s nu_venus.txt narrowbands.in + ./linkLBL.bash + + cd $LOCAL +# rm -f ${ARCHIVE} +# rm -f install_kspectrum*.bash + + fi +fi + +echo "" +echo "Use documentation file ./$FOLDER/Doc/manual.pdf if needed" +if [ -e $FOLDER/data/HITRAN2004 ]; then +echo "LBL databases have been linked" +else +echo "Do not forget to install LBL databases in the ./$FOLDER/data directory !" +fi + +exit 0 diff --git a/art/downloads/karine3.5.tgz b/art/downloads/karine3.5.tgz @@ -0,0 +1 @@ +#$# git-wad 62e033e4856265396941a144f5ee54d893e6059aedb0b954f54af216d12c42b4 392678 +\ No newline at end of file diff --git a/art/downloads/karine3.5_manual.pdf b/art/downloads/karine3.5_manual.pdf @@ -0,0 +1 @@ +#$# git-wad f7b58c34839756a21310e50f9d075b7d9169af72b4d06d62837993fd388fd342 271824 +\ No newline at end of file diff --git a/art/downloads/kdistribution_light1.1.1.tgz b/art/downloads/kdistribution_light1.1.1.tgz @@ -0,0 +1 @@ +#$# git-wad b601cd5e0246eef1d3ce754bb91484c3c7d883987f46dd70b44f7f6ad7ed8ede 432484 +\ No newline at end of file diff --git a/art/downloads/kdistribution_light1.1.1_manual.pdf b/art/downloads/kdistribution_light1.1.1_manual.pdf @@ -0,0 +1 @@ +#$# git-wad 68bebd95329940e29d82f50dbf95f06d2b26a25ec350c10c2002c1065659cf6a 327184 +\ No newline at end of file diff --git a/art/downloads/kspectrum1.3.tgz b/art/downloads/kspectrum1.3.tgz @@ -0,0 +1 @@ +#$# git-wad 5065d8c49b44614e98882b7c3703688c82132b84a51cd4e48aeb768de7db3b25 3763959 +\ No newline at end of file diff --git a/art/downloads/kspectrum1.3_manual.pdf b/art/downloads/kspectrum1.3_manual.pdf @@ -0,0 +1 @@ +#$# git-wad ae4bc7ec9c8e355565cd20bdbada9659ccf33a0e5afe0be8372c94b727f04537 765101 +\ No newline at end of file diff --git a/art/downloads/ppart_lw.tgz b/art/downloads/ppart_lw.tgz @@ -0,0 +1 @@ +#$# git-wad 7c76eb4a92d8100b5812063d41561c8ab4f0cb4d776bb8560822f03cf4bbd440 19934897 +\ No newline at end of file diff --git a/art/downloads/ppart_sw.tgz b/art/downloads/ppart_sw.tgz @@ -0,0 +1 @@ +#$# git-wad 0bbbec65b9679e450797442ce90688a2b963960b28fe823c35e7bd73a2175a88 19772638 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.0-r3-GNU-Linux64.tar.gz b/high-tune/downloads/High-Tune-0.0.0-r3-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 71b26bcbf7863da87731d8df55792d4de3c81209e15f4e72316a2da955ec0a76 17983854 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.0-r3-Sources.tar.gz b/high-tune/downloads/High-Tune-0.0.0-r3-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad cb448b256841cc26a6d6e33b3adfa1cbc2d7a8b47c3c10fbe80364ce556acc31 562457 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.3-GNU-Linux64.tar.gz b/high-tune/downloads/High-Tune-0.0.3-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 0c1c46bd59345b7f3f87e3d789cb1809dcca265ceaf3499c310555d03c1800a0 18747965 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.3-Sources.tar.gz b/high-tune/downloads/High-Tune-0.0.3-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad 1d625261d1aea7bb76ed30e1e2001ac7081e58c81abde1e3cba01c31e8d133c4 564112 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.4-GNU-Linux64.tar.gz b/high-tune/downloads/High-Tune-0.0.4-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad ee4ed38f3c104027a7ea5758d6305171b7db3f4b58b511743e7053e80e8fe785 18763711 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.0.4-Sources.tar.gz b/high-tune/downloads/High-Tune-0.0.4-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad e59196367236cb9924aa5d8f2896bbb1db8e6d3f299512c4b4e5e1ec6aaa2410 492399 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.1.0-GNU-Linux64.tar.gz b/high-tune/downloads/High-Tune-0.1.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad e77a90e8953b750c37ac179a9ca3ecb48bc8e605cdc8857b39de12951cd6e947 18764414 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.1.0-Sources.tar.gz b/high-tune/downloads/High-Tune-0.1.0-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad c0779c39e7831c1a49bb0bab5496fdf7c608b9345ea21d5b6713d08cc3fb5dc0 566282 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.1.0-r1-GNU-Linux64.tar.gz b/high-tune/downloads/High-Tune-0.1.0-r1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 16262f1ff2b86abf51ec8e21ce7ceb43dc4d7140663dc12f979a35606dbc1c05 18760226 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-0.1.0-r1-Sources.tar.gz b/high-tune/downloads/High-Tune-0.1.0-r1-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad 09cf8deedb851d89629ed80e045153a3e57f6b135e54c8bd17991dac3278ff1b 568423 +\ No newline at end of file diff --git a/high-tune/downloads/High-Tune-Starter-Pack-0.1.1.tar.gz b/high-tune/downloads/High-Tune-Starter-Pack-0.1.1.tar.gz @@ -0,0 +1 @@ +#$# git-wad b55b1300296c6198f50caf144d0ab9a4d6728e0323dff2ed83208449bd1ff245 1415193848 +\ No newline at end of file diff --git a/high-tune/downloads/gas_opt_prop_en.pdf b/high-tune/downloads/gas_opt_prop_en.pdf @@ -0,0 +1 @@ +#$# git-wad 0971e09fd8f9b98cb6c2fc9a7d50be019e5276543c6d6237b1a9d0c250d8b7e1 331044 +\ No newline at end of file diff --git a/schiff/downloads/Schiff-0.3.1-GNU-Linux64.tar.gz b/schiff/downloads/Schiff-0.3.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 0fbcc92b9b4b6885e6a268cfde78ee0a173e116305330ca6eeb54cf1bd0b7ed5 14204264 +\ No newline at end of file diff --git a/schiff/downloads/Schiff-0.3.1-Sources.tar.gz b/schiff/downloads/Schiff-0.3.1-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad 5c7c5e804ade930ae31d12328aa218fd6d61e9ca1f8de98865a801f2878d8dca 341977 +\ No newline at end of file diff --git a/schiff/downloads/schiff_pretty_results.sh b/schiff/downloads/schiff_pretty_results.sh @@ -0,0 +1,125 @@ +#!/bin/bash +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any warranty. + +set -e + +# Check command usage +if [ -z $1 ] || [ $# -ge 2 ] +then + echo "Usage: $0 SCHIFF-OUTPUT" + exit 1 +fi + +# Ensure that the submitted file exists +schiff_output=$1 +if [ ! -f $schiff_output ] +then + echo "Can't find the \"$schiff_output\" file" + exit 1 +fi + +# Create a temporary directory +tmpdir=`mktemp -d` + +# Split the schiff-output at each empty line. Save the resulting "scratch" +# files in the temporary directory. +csplit $schiff_output -q -z /^$/ {*} -f $tmpdir/scratch -b %d + +nwlens=`cat $tmpdir/scratch0 | wc -l` # Number of wavelength +wlens=() # List of wavelengths + +# Check that all scratch files exist +for ((i=0; i < $(($nwlens*3 + 2)); ++i )) +do + if [ ! -f $tmpdir/scratch$i ] + then + echo "The file \"$schiff_output\" is not a valid schiff-output." + exit 1 + fi + sed -i '/^$/d' $tmpdir/scratch$i # Remove empty line +done + +################################################################################ +# Cross sections +################################################################################ +echo "Write xsections.txt" +echo -e \ +"# Cross sections and average projected area.\n"\ +"# \n"\ +"# line format: \"W E e A a S s P p\"\n"\ +"# - \"W\" the wavelength in vacuum (expressed in micron);\n"\ +"# - \"E\", \"A\" and \"S\" the expected value of the extinction, absorption and\n"\ +"# scattering cross sections, respectively, in square microns per particle;\n"\ +"# - \"P\" the estimated average projected area in square microns per particle;\n"\ +"# - \"e\", \"a\", \"s\" and \"p\" the standard error of the aforementioned\n"\ +"# estimations." > xsections.txt +cat $tmpdir/scratch0 >> xsections.txt + +################################################################################ +# Phase function descriptors +################################################################################ +echo "Write descs.txt" +for ((i=0; i < $nwlens; ++i)) +do + desc=(`sed -n "$(($i+1))p" $tmpdir/scratch1`) + str="wavelength = ${desc[0]} micron\n"\ +"theta-limit = ${desc[1]} radians\n"\ +"Ws(theta-limit) = ${desc[2]} +/- ${desc[3]}\n"\ +"Wc(theta-limit) = ${desc[4]} +/- ${desc[5]}\n"\ +"n = ${desc[6]}\n"\ +"scattering angles count = ${desc[7]}\n"\ +"invcum phase function entries = ${desc[8]}\n"\ + + if [ $i -eq 0 ] + then + echo -e $str > descs.txt + else + echo -e $str >> descs.txt + fi + + wlens+=(${desc[0]}) # Append the wavelength in the wlens array +done + +################################################################################ +# Phase functions +################################################################################ +for ((i=0; i < $nwlens; ++i)) +do + filename=func_${wlens[$i]}.txt + echo "Write $filename" + echo -e \ +"# Phase functions for the wavelength ${wlens[$i]} microns\n"\ +"# line format: \"angle(radians) expected-value standard-error\"" > ${filename} + cat $tmpdir/scratch$((2+$i)) >> ${filename} +done + +################################################################################ +# Cumulative phase functions +################################################################################ +for ((i=0; i < $nwlens; ++i)) +do + filename=cumul_${wlens[$i]}.txt + echo "Write $filename" + echo -e \ +"# Cumulative phase functions for the wavelength ${wlens[$i]} microns\n"\ +"# line format: \"angle(radians) expected-value standard-error\"" > ${filename} + cat $tmpdir/scratch$((2+$nwlens+$i)) >> ${filename} +done + +################################################################################ +# Inverse cumulative phase functions +################################################################################ +for ((i=0; i < $nwlens; ++i)) +do + filename=invcumul_${wlens[$i]}.txt + echo "Write $filename" + echo -e \ +"# Inverse cumulative phase functions for the wavelength ${wlens[$i]} microns\n"\ +"# line format: \"probability angle(radians)\"" > ${filename} + cat $tmpdir/scratch$((2+2*$nwlens+$i)) >> ${filename} +done + +exit 0 diff --git a/solstice/downloads/Solstice-0.4.0-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.4.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 95e0e3b19f4f4dba247f132d8764f0f7de79fefea978437b054a1445e345dfd7 17053771 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.4.0-Sources.zip b/solstice/downloads/Solstice-0.4.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad d4461a110657cfac846d6611c26fd8e26cc46a48a088779a35c6a4d0c945a478 981561 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.4.0-Win64.zip b/solstice/downloads/Solstice-0.4.0-Win64.zip @@ -0,0 +1 @@ +#$# git-wad eb69427801e8acdab2eea0e57d367b0c510ca5afce6060d9d64e4e50e59f29f0 13491028 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.4.1-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.4.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 94f105c0dba70805eb1846f75fcfbd6137f82cd2012e1c64725ff4e6b0f8f372 17054620 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.4.1-Sources.zip b/solstice/downloads/Solstice-0.4.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 91f0430b0dcb5af1171175d903bde53689ef6199c9776e1cc6cc69615073d1a3 982625 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.4.1-Win64.zip b/solstice/downloads/Solstice-0.4.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 7e2ef87d3efef6a78df763fce96555e3befe2d6892106b40f919daca2a57f68a 9392964 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.5.0-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.5.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 333c132debf6fd27389e35f964492efa6746a3f1f8654c257a8206c54ebde09b 17052029 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.5.0-Sources.zip b/solstice/downloads/Solstice-0.5.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 964b5079ec16da4335c8dab594f7ab1f0eea7318b02886001eb26e5845072f6e 987889 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.6.1-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.6.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad a1c10cf7678c9afec180c8eb4af90a8425866d7cbfc9df4923745c2690f12ae9 17751154 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.6.1-Sources.zip b/solstice/downloads/Solstice-0.6.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 254095d8121ee001614882c7cb8eae1ded46b95fe0754abcfcf5ce59556d6add 992182 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.6.1-Win64.zip b/solstice/downloads/Solstice-0.6.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 1af9b21edb110ca60caae619b47f375954a9dc3f9541fb481a5e0a1bf1cf6921 16043365 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.7.1-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.7.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 18380178eec9ea683c1560a5205cd6daac63475136f922c6f9d108a23665d6ca 18639013 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.7.1-Sources.zip b/solstice/downloads/Solstice-0.7.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 5e4c1f45bc9eeab5d7d43656615e1020edcb7f57ceecee6f0f9d2362ebaf5072 1051922 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.7.1-Win64.zip b/solstice/downloads/Solstice-0.7.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad f74ac3420fbab82cc222a8118dd08ae97803016390db6a588125deadbf3ee7bc 15393025 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.1-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.8.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 962c51afb414b2b3a7d56cf80023b805eb4a614f860d81cd9476c732bea4a1b3 18639920 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.1-Sources.zip b/solstice/downloads/Solstice-0.8.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 4a75b4c6ceeec54d79c2383f6abb098555b2f7b310f7d7febdeb830cd0bfc2c6 1052931 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.1-Win64.zip b/solstice/downloads/Solstice-0.8.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad efca6397f9546a9aa9cf4f3b151b324668396390bd071d1c729dd130d371aaf2 15394205 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.2-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.8.2-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 46f6f2d48704da592b17c0cdbfc6976855bf92776e3d975901cb0aa32d157f75 18638765 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.2-Sources.zip b/solstice/downloads/Solstice-0.8.2-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 2a6901215cd80c84ff05688e698a7f92ba237f2cf147240e9fdd0a3582834d3a 1038936 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.8.2-Win64.zip b/solstice/downloads/Solstice-0.8.2-Win64.zip @@ -0,0 +1 @@ +#$# git-wad bdd16d061febb869ac75da88b4f9e30af5eaa7248bfe07d0a2aa495a8e50783e 15548700 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.9.0-GNU-Linux64.tar.gz b/solstice/downloads/Solstice-0.9.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 7c5f004ce1b109108a1443eaba3185f41d31f0c1a077bdae5dd269f81f0168c0 19420555 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.9.0-Sources.zip b/solstice/downloads/Solstice-0.9.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 86d96dd6b2170690afcbcf59291727a5faf00bc49edff1e59207c7a3bbb65d45 1043696 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-0.9.0-Win64.zip b/solstice/downloads/Solstice-0.9.0-Win64.zip @@ -0,0 +1 @@ +#$# git-wad eb645e4791c8279a8f85fa5e80082461b8d017c43d6fe7decd0633c5145045cc 15465958 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-ABG-rsrc.zip b/solstice/downloads/Solstice-ABG-rsrc.zip @@ -0,0 +1 @@ +#$# git-wad fa5406fa40b2ba7bebccd814f30cb763844186cb1fe7a2a6715d7c3d4b380399 12217 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-ABG.pdf b/solstice/downloads/Solstice-ABG.pdf @@ -0,0 +1 @@ +#$# git-wad 96eac608c5168b9f27fbd2c04880f4bdda94ffaff926b76a83ffc0cb48f5b7cd 1008073 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-PP-Sources-0.1.0.tar.gz b/solstice/downloads/Solstice-PP-Sources-0.1.0.tar.gz @@ -0,0 +1 @@ +#$# git-wad 4f53c1deef78ab55968296bdf81473fb5a5f10f433f794d471912b448a0b3eb7 18429 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-PP-Sources-0.2.0.tar.gz b/solstice/downloads/Solstice-PP-Sources-0.2.0.tar.gz @@ -0,0 +1 @@ +#$# git-wad ff9451825a7778732e85555ae87c70dbd514c0c01765c9c25b2fd3821177b661 18761 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-PP-Sources-0.3.0.tar.gz b/solstice/downloads/Solstice-PP-Sources-0.3.0.tar.gz @@ -0,0 +1 @@ +#$# git-wad 3ac7287c3899f17560f70f554d9aaa10ca6a8f04740405c3d853ccd8aed4e7ea 18949 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-PP-Sources-0.3.1.tar.gz b/solstice/downloads/Solstice-PP-Sources-0.3.1.tar.gz @@ -0,0 +1 @@ +#$# git-wad 3e298d4cb1a1c6aa82fa13c7ee55c791c36210ebcda3ea36e74853526be92c3b 19387 +\ No newline at end of file diff --git a/solstice/downloads/Solstice-PP-Sources.tar.gz b/solstice/downloads/Solstice-PP-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad 50ded75f269b531248f26f7adb7be8d759f1521f65b6d82c3b5cbe59c547a5d2 6893 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.5.1-GNU-Linux64.tar.gz b/star-engine/downloads/Star-Engine-0.5.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 6e99000ad2206698eed94ef502301d2fa4cea1e928f862c17e5a37ce45ab8572 17795362 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.5.1-Sources.zip b/star-engine/downloads/Star-Engine-0.5.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad e1dc5c1988e214fded6371cdd71c6cada562f0cb13b8db737c61809340f40a48 761079 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.5.1-Win64.zip b/star-engine/downloads/Star-Engine-0.5.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 54a939f4f99763f83cffb84b0b1ffccc506cb514a8324eb2536d9d312fd434eb 18089863 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.6.0-GNU-Linux64.tar.gz b/star-engine/downloads/Star-Engine-0.6.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 500cc055257df9974568fdca3d2efe4d05c8a534f43f5933128bbc4964272718 17867327 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.6.0-Sources.zip b/star-engine/downloads/Star-Engine-0.6.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 779b0339949b2c4caea66fac4dbd9eacfacb21cfb502d2a29b4bf09aefb623a0 778015 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.6.0-Win64.zip b/star-engine/downloads/Star-Engine-0.6.0-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 8c3e3f9547c89bbb7843830ebb45ee9cff5797c07429f7f35bc852175cab3d97 16853686 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.7.0-GNU-Linux64.tar.gz b/star-engine/downloads/Star-Engine-0.7.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad cc3b59c83b329d5ac0fac03129619c4a00a907a1787c1087a3fcc1cb60104841 17986115 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.7.0-Sources.zip b/star-engine/downloads/Star-Engine-0.7.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad 2ad1ee4d4177dde348fba63526e9d63ea40ab3322e0427fcbe0e6006fa9de2fc 987413 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.0-GNU-Linux64.tar.gz b/star-engine/downloads/Star-Engine-0.8.0-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad 08f52cf8015a0406c723bc991d2a028e0caa5e1cd8bac152e0a7beb0762832d1 18755095 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.0-Sources.zip b/star-engine/downloads/Star-Engine-0.8.0-Sources.zip @@ -0,0 +1 @@ +#$# git-wad f9598f71de4560d9cb16120fb77d881341c25c99888d7c101de23483b11ff07d 971558 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.0-Win64.zip b/star-engine/downloads/Star-Engine-0.8.0-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 4a9ced39bee3c15137a7cf27ce2cae77a5efcaac629a94d518cc5eac0d115ab2 17235088 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.1-GNU-Linux64.tar.gz b/star-engine/downloads/Star-Engine-0.8.1-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad b20c8147276bc05f0f6f81fd7b6b03a346358f7740e72f315e1c3eec1b8be681 18755094 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.1-Sources.zip b/star-engine/downloads/Star-Engine-0.8.1-Sources.zip @@ -0,0 +1 @@ +#$# git-wad c95aa346909ad66c04dd377b5526e1a91575a5fc8cdf9a12f39dc7ee9b00f674 971616 +\ No newline at end of file diff --git a/star-engine/downloads/Star-Engine-0.8.1-Win64.zip b/star-engine/downloads/Star-Engine-0.8.1-Win64.zip @@ -0,0 +1 @@ +#$# git-wad 07546a8203123de20737973a869e2f14892f76a1a243a680e6ec403a1cf15899 17235150 +\ No newline at end of file