<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.20.129&amp;*</id>
		<title>MohidWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.168.20.129&amp;*"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Special:Contributions/192.168.20.129"/>
		<updated>2026-04-05T01:02:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=SeaDAS&amp;diff=835</id>
		<title>SeaDAS</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=SeaDAS&amp;diff=835"/>
				<updated>2007-06-18T10:31:37Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://oceancolor.gsfc.nasa.gov/seadas/ SeaDAS] (SeaWiFS Data Analysis System) is a sattelite image processing package developed by [http://www.gsfc.nasa.gov/ GSFC/NASA].&lt;br /&gt;
&lt;br /&gt;
It is developed for a UNIX/LINUX platform, so, for Windows users the best choice is to create a [[VMWare]] virtual machine and install SeaDAS, or to use an existing linux machine and install it.&lt;br /&gt;
&lt;br /&gt;
It has a GUI and a command line interface.&lt;br /&gt;
To process a large set of files, the best choice is to use the command line(or terminal/SSH) and use Bash or Seadas/IDL scripts.&lt;br /&gt;
&lt;br /&gt;
SeaDAS command line input in a terminal/SSH:&lt;br /&gt;
  &amp;gt;Seadas -em -b input.cmd&lt;br /&gt;
&lt;br /&gt;
input.cmd is text file with SeaDAS(IDL) commands, for example:&lt;br /&gt;
 msl12,IFILE='../l1/S1998011121940.L1A_MLAC.x.hdf',   &lt;br /&gt;
 OFILE1='../l1/l2_nonir/S1998011121940.L2.hdf',par='ns_nonir.par',metsearch=1,ozonesearch=1,sstsearch=1&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;/div&gt;</summary>
		<author><name>192.168.20.129</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Vmware&amp;diff=929</id>
		<title>Vmware</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Vmware&amp;diff=929"/>
				<updated>2007-05-28T16:01:11Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.129: /* Expanding the size of a disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.vmware.com/products/server/ VMware server] is a virtual machine server that allows to launch guest OS from within a host OS. Its utility for testing new software, and new network configurations is huge!&lt;br /&gt;
&lt;br /&gt;
[http://www.vmware.com/products/player/ VMware player] allows to play images of virtual machines (not required if you already have the [http://www.vmware.com/products/server/ VMware server]). An image of a virtual machine is called an [http://www.vmware.com/vmtn/appliances/directory/ appliance].&lt;br /&gt;
&lt;br /&gt;
[http://www.vmware.com/products/converter/ VMware converter] allows to transform any physical computer into a virtual machine. This can be useful when you want to port a given computer configuration to other machines.&lt;br /&gt;
&lt;br /&gt;
== Installation under linux ==&lt;br /&gt;
*Download the vmware server for linux.&lt;br /&gt;
*Register and ask for a few license keys.&lt;br /&gt;
*Install the kernel-devel rpm package for kernel source code recompilation.&lt;br /&gt;
*Install the inetd and xinetd.&lt;br /&gt;
*Install the vmware server for linux.&lt;br /&gt;
*from the shell type:&lt;br /&gt;
 &amp;gt; vmware-config.pl&lt;br /&gt;
and follow the installer instructions. By the end, you should have the vmware daemon up and running successfully and ready to install guest OSes.&lt;br /&gt;
&lt;br /&gt;
== Installing new virtual machines ==&lt;br /&gt;
* From Applications--&amp;gt;System Tools--&amp;gt;VMware server console.&lt;br /&gt;
&lt;br /&gt;
==Toggling between Full-screen and windowed modes==&lt;br /&gt;
The magic key stroke is: &lt;br /&gt;
 '''ctrl-alt-enter'''&lt;br /&gt;
&lt;br /&gt;
==Expanding the size of a disk==&lt;br /&gt;
There is an command line utility that can resize your VMachine disk:&lt;br /&gt;
  C:\Program Files\VMware\VMware Server&amp;gt;vmware-vdiskmanager -x 20GB &lt;br /&gt;
  &amp;quot;D:\VMmachines\Fedora Core 4 Workstation\Other Linux 2.6.x kernel.vmdk&amp;quot;&lt;br /&gt;
Then, you need to adjust the partition to this new size. WARNING: this is a bit dangerous if you don't follow the next commands exactly as written!&lt;br /&gt;
&lt;br /&gt;
* enter as root or su and type:&lt;br /&gt;
  fdisk /dev/sda&lt;br /&gt;
* list the partitions:&lt;br /&gt;
  p&lt;br /&gt;
* delete the system partiton(partition 2, probably):&lt;br /&gt;
  d&lt;br /&gt;
* create a new one:&lt;br /&gt;
  n&lt;br /&gt;
* p for primary and when it asks the new size, put in the new size(20GB for the example above)&lt;br /&gt;
* write the new partition to the disk:&lt;br /&gt;
  w&lt;br /&gt;
* reboot.. and it should(...) be fine.&lt;br /&gt;
&lt;br /&gt;
==External References==&lt;br /&gt;
*[http://www.vmware.com VMware homepage]&lt;br /&gt;
*[http://www.vmware.com/vmtn/appliances/directory/ Appliances marketplace]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>192.168.20.129</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Resize&amp;diff=815</id>
		<title>Resize</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Resize&amp;diff=815"/>
				<updated>2007-05-10T20:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.129: /* External References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Resize|Resizing]] a partition in a hard disk is a way to better manage a hard drive's resources.&lt;br /&gt;
Several tools may be used for resizing.&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
===QtParted===&lt;br /&gt;
QtParted available in Knoppix distro.&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
===Commercial===&lt;br /&gt;
====Norton Ghost====&lt;br /&gt;
Is probably most popular commercial tool for resizing partitions.&lt;br /&gt;
===Free===&lt;br /&gt;
====Partition RESIZER====&lt;br /&gt;
Is a free DOS resizer utility. It's best advised to be used from within&lt;br /&gt;
a floppy boot disk or [[USB boot drive]]. It does not resize an NTFS(WinXP,2k) partition.&lt;br /&gt;
&lt;br /&gt;
==External References==&lt;br /&gt;
*[http://qtparted.sourceforge.net/ QtParted homepage],&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Ghost_(software) Ghost Wikipedia],&lt;br /&gt;
*[http://www.zeleps.com/download.html PRESIZER download page].&lt;br /&gt;
*[http://crashrecovery.org/CrashRecoveryKit/iso/2.4.21/HOWTO.ntfs.html Guide to resizing ntfs using linux]&lt;br /&gt;
*[http://www.arsgeek.com/?p=655 help on GRUB error 17]&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>192.168.20.129</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=CreateVerticalResolution&amp;diff=164</id>
		<title>CreateVerticalResolution</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=CreateVerticalResolution&amp;diff=164"/>
				<updated>2007-03-22T17:18:12Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PROGRAM CREATEVERTICALRESOLUTION.EXE&lt;br /&gt;
&lt;br /&gt;
Task performed:&lt;br /&gt;
&lt;br /&gt;
Calculates vertical resolution for 3D modelling based on a vertical profile for a &lt;br /&gt;
property, by considering the same property change with depth for all layers.&lt;br /&gt;
&lt;br /&gt;
Allows the user to choose between providing the desired layer number or the &lt;br /&gt;
desired property change.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Main features:&lt;br /&gt;
&lt;br /&gt;
- interaction with input file is performed through a nomfich file (input file &lt;br /&gt;
indicated in IN_MODEL; reference path is indicated in ROOT_SRT);&lt;br /&gt;
&lt;br /&gt;
- input file:&lt;br /&gt;
&lt;br /&gt;
	- path to the file with property profile:&lt;br /&gt;
&lt;br /&gt;
		PROFILEFILENAME : ...&lt;br /&gt;
&lt;br /&gt;
	- path to the output geometry file:&lt;br /&gt;
&lt;br /&gt;
		OUTPUTFILENAME : ...&lt;br /&gt;
&lt;br /&gt;
	- vertical domain type intended (not mandatory):&lt;br /&gt;
&lt;br /&gt;
		DOMAIN_TYPE : ... (only current option and default is CARTESIAN)&lt;br /&gt;
&lt;br /&gt;
	- maximum bathymetry depth:&lt;br /&gt;
&lt;br /&gt;
		MAXIMUMDEPTH : ...&lt;br /&gt;
&lt;br /&gt;
	- required property change per layer (specified instead of LAYERS keyword)&lt;br /&gt;
&lt;br /&gt;
		PROPERTY_STEP : ...&lt;br /&gt;
	&lt;br /&gt;
	- required number of layers (specified instead of PROPERTY_STEP keyword)&lt;br /&gt;
&lt;br /&gt;
		LAYERS : ...&lt;br /&gt;
&lt;br /&gt;
		(mandatory to provide one of LAYERS or PROPERTY_STEP)&lt;br /&gt;
&lt;br /&gt;
	- maximum depth for surface layer (not mandatory, used only if PROPERTY_STEP):&lt;br /&gt;
&lt;br /&gt;
		MAXDEPTH_SURFACE : ... (default is 100.0m)&lt;br /&gt;
&lt;br /&gt;
	- maximum depth for bottom layer (not mandatory, used only if PROPERTY_STEP):&lt;br /&gt;
&lt;br /&gt;
		MAXDEPTH_BOTTOM : ... (default is 500.0m)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- profile file:&lt;br /&gt;
&lt;br /&gt;
	- block of profile depths (from lower depth to higher depth):&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;BeginDepth&amp;gt;&lt;br /&gt;
		...&lt;br /&gt;
		&amp;lt;EndDepth&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	- block of profile values (from lower depth to higher depth):&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;BeginProfileValues&amp;gt;&lt;br /&gt;
		...&lt;br /&gt;
		&amp;lt;EndProfileValues&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some notes:&lt;br /&gt;
&lt;br /&gt;
- in case the surface layer exceeds the maximum depth for surface layer for PROPERTY_STEP option the layer is divided till sublayers have depth smaller than maximum depth; the surface layer depth is for the check added to the first profile depth (the one most near surface);&lt;br /&gt;
&lt;br /&gt;
- if maximum depth of bathymetry exceeds the deeper profile depth then exceeding depth is  considered in the last layer (the one most in bottom); &lt;br /&gt;
&lt;br /&gt;
- in case the bottom layer exceeds the maximum depth for bottom layer for PROPERTY_STEP option the layer is divided till sublayers have depth smaller than maximum depth.&lt;/div&gt;</summary>
		<author><name>192.168.20.129</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Createverticalresolution&amp;diff=166</id>
		<title>Createverticalresolution</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Createverticalresolution&amp;diff=166"/>
				<updated>2007-03-22T17:17:11Z</updated>
		
		<summary type="html">&lt;p&gt;192.168.20.129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CreateVerticalResolution]]&lt;/div&gt;</summary>
		<author><name>192.168.20.129</name></author>	</entry>

	</feed>