Page MenuHomec4science

default.sh
No OneTemporary

File Metadata

Created
Mon, Nov 25, 10:45

default.sh

#!/bin/sh
# Script(!) for running the lenstool_tab binary.
# Sand and Marshall (UCSB) 2007-11-29
#
# The output file is called lenstool.tab - only one of these is needed, and it
# should be kept in the lenstool/table_src directory (where lenstool will look
# for it). The default input (tab.in) was designed to cover most applications -
# generating it takes about an hour though, and the final file is 4.2Mb in size.
\rm -f lenstool.tab
./lenstool_tab default.in
# After successful completion the stdout should look like this:
# Hello - welcome to lenstool_tab
# The output database will be written to
# /home/pjm/work/stronglensing/lenstool/table_src/lenstool.tab
# Input file default.in read in OK:
# 0.010000 1.700000 0.010000 0.010000 30.000000 1.010000
# Steps in alpha: 170
# Steps in x: 805
# Total steps: 136850
# Progress : alpha 1.700000/1.700000 x 29.811548/30.000000
# Total steps = 136850
# Alpha count = 170
# xcount = 805
# Table written in lenstool.tab
# This script should be run by the Makefile...

Event Timeline