Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93010591
default.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 25, 13:49
Size
1 KB
Mime Type
text/x-shellscript
Expires
Wed, Nov 27, 13:49 (2 d)
Engine
blob
Format
Raw Data
Handle
22549553
Attached To
R1448 Lenstool-HPC
default.sh
View Options
#!/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.
\r
m -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
Log In to Comment