Asurin Software Developer

Some IDL examples

IDL is an old software from harris geospacial for visualizing data. Here are some examples of IDL.

read more

IMaRS IPOPP modis Data Flowchart

This is a flowchart of IMaRS modis data. The chart includes products names and marker names for different stations.

IPOPP flowchart

IPOPP 2.5 installation

IPOPP (the International Polar Orbiter Processing Package) is a free software used to process raw hdf satellite data from Suomi National Polar orbiting Partnership(SNPP), Aqua, and Terra missions. It generate tiff and png files contains sst, chlor_a, crefl_rgb files form those raw data.

How to install IPOPP

read more

Use Rainmeter to Monitor Webpage

Due to the length of the code. The complete code is at the end of this post.

As a System Engineer, I need to monitor the running status of our software. This can be done by monitoring the webpage which publish the products of the software. However it is annoying to open the same webpage multiple times everyday. With the help of Rainmeter, I can put the information of the webpate on my desktop, and do not have to open the webpage manually again.

IPOPP Products

The information page

read more

More History for Linux Bash

If you open Multiple sections of Linux terminal, only one copy of history will be saved in your .bash_history file. This would be really annoying because you will forget and loose important command that you have used.

Here is how to save all your histories.

Put the following commands in your ~/.bashrc file or your ~/.bash_profile file.

read more