Recently ,I focus my energy and time on the remote sensing.My speciality is acoustics,so I don’t attend to my proper work this time.
The work is bumpy ,of course.I have to find a lot of stuff first,then read them again and again to get the impression about the subject.Download the software envi4.2,install it and learn how to use it.The more bad thing is that the envi4.2 has an interface to IDL which is a programming language and I have to learn it too.Then my work begins.
Through lots of hard work,I get the basic knowledge of the remote sensing subject,the usage of ENVI+IDL,how to process the first calibration,the method of the atmosphere correction,the reason why process the geometry correction,the cloud detection and clearness and land-mask.
The below is the course of my processing:
first step:we calibrate the AVHRR data first,this is the routine embeded in ENVI,
Basic Tools->Preprocessing Data-Specific Utilities-> AVHRR -> Calibrate Data.
and our first step is over now ,we process to the second step
second step:
get the geometry file containing the geography information(latitude and longitude) and the angle information(solar zenith angle and sensor zenith angle).The geography information will be used to georeference the data file , and the angle information will be used to the several following steps such as the atmosphere correction.
Basic Tools-> Preprocessing Data-Specific Utilities-> AVHRR -> Build Geometry File.
When this step is over,we can make sure the part of map we need because we get the geography information of the map.When we process the above steps,we can choose the map’s subset to save machine’s time and storage.
Third step:
Because of the atmosphere absorbs or scatters the light,the reflectivity that the satellite receives differs with the real value.We have to process the atmosphere correction to get the groud reflectivity,we choose the SMAC algorithm because of its simpleness.I write a program to implement this algorithm with IDL,it’s not a hard work that it looks like.If you want it ,you can email to me.Then I make use of the BAND MATH to process the third step
atmoscor1(b1,b2,b3),there are three bands which need we point.
b1 links to the solar zenith angle band,b2 links to the sensor zenith angle band,b3 links to the data file band which needs correction.
Forth step:
The cloud detection and clear
Fifth step: