GithubHelp home page GithubHelp logo

imaging's Introduction

HOW TO INSTALL IMAGING
----------------------





PLEASE, FOLLOW THE "how-installUbuntu20.txt" File :)




###############
###############
###############
###############
###############
###############
#REQUIRED LIBRARIES

You should install the following libraries before you run "installImaging"

-h5py [gcc, hdf5] 
-plplot
-numpy
-scipy
-mencoder

1. Create a directory name "Imaging"
2. Copy the imaging_vX.X.tar.gz into the "Imaging" directory
3. untar imaging_vX.X.tar.gz:
	
	[roj@localhost ~]$ tar -xzvf imaging_vX.X.tar.gz
	

4. run:

	[roj@localhost ~]$ ./installImaging

5. To add more shared memory to the operative system to execute the next command as root.

Linux:

[root@localhost imagroot]# sudo echo "1569054976" >/proc/sys/kernel/shmmax
[root@localhost imagroot]# sudo echo "1569054976" >/proc/sys/kernel/shmall

Mac:

[imagroot]$ sudo sysctl -w kern.sysv.shmall=62914560
[imagroot]$ sudo sysctl -w kern.sysv.shmmax=62914560

HOW TO RUN THE IMAGING PROGRAM
------------------------------


1. Copy the imaging.ini.template file to imaging.ini
2. Edit the imaging.ini file with the parameters wanted
3. run:

Alternative 1:

	[roj@localhost ~]$ python batch_imaging.py [iniFile=imaging.ini]

Alternative 2:

#proccesing pdata files
[hostname]$ procImaging --dpath=/home/roj-idl71/Data/RAWDATA/TWILIGHT \
		--ppath=/home/roj-idl71/Data/PROCDATA/TWILIGHT/BIN_FILES
		--start-year=2003 --end-year=2003 --start-doy=323 --end-doy=323 \
		--start-hour=18 --end-hour=19 --start-min=0 --end-min=59 \
		--navg=10 --nbavg=2 --factor-avg=0.75


#gerating png files
	[hostname]$ genImagPlots.py --help (enter)
	[hostname]$ genImagPlots.py --dpath=/PATH/TO/DATA --ppath=/GPATH --startYear=2015 --startDoy=160 \
				--mindB=5 --maxdB=35 \
				--show --save  --filter --plot_xcut --plot_ycut --plot_hcut --plot_avg \
				--mindcosx=-0.3 --maxdcosx=0.3 --mindcosy=-0.3 --maxdcosy=0.3 --minhei=81 --maxhei=86

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.