Changeset 273 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Aug 30, 2011, 12:17:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py
r261 r273 554 554 "jupiter": "http://www.mmedia.is/~bjj/data/jupiter_css/jupiter_css.jpg",\ 555 555 "jupiter_voy": "http://www.mmedia.is/~bjj/data/jupiter/jupiter_vgr2.jpg",\ 556 "bw": "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg",\ 557 "contrast": "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg",\ 558 "nice": "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg",\ 559 "blue": "http://eoimages.gsfc.nasa.gov/ve/2430/land_ocean_ice_2048.jpg",\ 556 560 } 557 561 ### see http://www.mmedia.is/~bjj/planetary_maps.html … … 561 565 return whichlink[whichone] 562 566 563 def earthmap (whichone):564 if whichone == "contrast": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg"565 elif whichone == "bw": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg"566 elif whichone == "nice": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg"567 return whichlink567 #def earthmap (whichone): 568 # if whichone == "contrast": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg" 569 # elif whichone == "bw": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg" 570 # elif whichone == "nice": whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg" 571 # return whichlink 568 572 569 573 def latinterv (area="Whole"): … … 572 576 "Central_America": [[-10., 40.],[ 230., 300.]],\ 573 577 "Africa": [[-20., 50.],[- 50., 50.]],\ 574 "Whole": [[-90., 90.],[-180., -180.]],\575 "Southern_Hemisphere": [[-90., 60.],[-180., -180.]],\576 "Northern_Hemisphere": [[-60., 90.],[-180., -180.]],\578 "Whole": [[-90., 90.],[-180., 180.]],\ 579 "Southern_Hemisphere": [[-90., 60.],[-180., 180.]],\ 580 "Northern_Hemisphere": [[-60., 90.],[-180., 180.]],\ 577 581 "Tharsis": [[-30., 60.],[-170.,- 10.]],\ 578 582 "Whole_No_High": [[-60., 60.],[-180., 180.]],\
Note: See TracChangeset
for help on using the changeset viewer.