ProjectionDirectionMapCreate

From EosPedia
Jump to: navigation, search

ProjectionDirectionMapCreate is Eos's Command.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: ASCII NULL
-o Optional Output: ASCII NULL
-ps Optional Output: psfile: Not implemented NULL
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-Rm Optional Rotation Mode 0
-h Optional Help  


-m details

Value Description
0 Not separate plus and minus of theta. Create one line data
1 separate plus and minus of theta. Create one line data
2 separate plus and minus of theta. Create two line data
3 Mollweide expression: Not implemented


-RM details

Value Description
0 Not change rotational mode
1 Do change rotational mode to ZONS
Final rotation of projection is only Z .


Input file format

filename  rotationalmode  angle  angle  angle
     .                    .                  .         .         .  
     .                    .                  .         .         .  
     .                    .                  .         .         .  
     .                    .                  .         .         .  


Execution example

Input file's data

/Eos/img/Input0	YONS	0	0	0
/Eos/img/Input1	YONS	0	30	0
/Eos/img/Input2	YONS	0	45	0
/Eos/img/Input3	YONS	30	60	0
/Eos/img/Input4	YONS	30	135	0
/Eos/img/Input5	YONS	30	150	0


Case: Options only essential

 90.00,  0.00
 60.00,  0.00
 45.00,  0.00
 25.98, 15.00
 38.97, 22.50
 51.96, 30.00


Option -m

Case: m=1

 90.00,  0.00
 60.00,  0.00
 45.00,  0.00
 28.98,  7.76
-43.47,-11.65
-57.96,-15.53


Case: m=2

 90.00,  0.00 	   0.00,  0.00
 60.00,  0.00 	  51.96, 30.00
 45.00,  0.00 	   0.00,  0.00
 25.98, 15.00


Option -Rm

Case: Rm=1

 90.00,  0.00
  0.00, 60.00
  0.00, 45.00
  7.12, 24.65
-16.89, 33.77
-31.81, 36.73