X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Apr 2015 10:52 PM by  anon
output based on MCTK
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
14 Apr 2015 10:52 PM
    I retrieve AOD from MOD04 based on MCTK. But the resolution of output is random when use geographic coordinate system. I wonder if I could get geographical output with a certain resolution without resampling or resizing the output. I use 'out_ps = [0.03d,0.03d] ;' in my IDL pro, but it doesn't work for MOD04 is not the grid dataset. And I kown I can get the output with 10km resolution when I choose the projected coordinate system. However, I prefer the output with geographic coordinate system and a cerain spatial resolution. My part code is as following: ... output_projection = envi_proj_create(/geographic) out_ps = [0.03d,0.03d] ; convert_modis_data, in_file=modis_swath_file, $ out_path=output_location, out_root=output_rootname, $ swt_name=swath_name, sd_names=sd_names, $ out_method=out_method, out_proj=output_projection, $ interp_method=interpolation_method, /no_msg,$ background=-999,fill_replace_value=-999, $ r_fid_array=r_fid_array, r_fname_array=r_fname_array, $ bridges=bridges, msg=msg .... Thanks for your kind instuction. Regrads, Qingqing

    Zachary Norman



    Basic Member


    Posts:173
    Basic Member


    --
    15 Apr 2015 11:55 AM
    The convert_modis_data method is not a method that is native to IDL. It is a third party addition and you would need to get in contact with the developer of the library and ask them for support with the functionality and use of convert_modis_data.

    Deleted User



    New Member


    Posts:
    New Member


    --
    18 Apr 2015 04:20 AM
    Can I specify the resolution when create the projection? I mean change the code "output_projection = envi_proj_create "? Thanks.

    Zachary Norman



    Basic Member


    Posts:173
    Basic Member


    --
    20 Apr 2015 09:55 AM
    It may be best to take the default output and re-size your image to artificially change the resolution. In doing this, you may need to specify new keywords in your image before it can be displayed properly. It is also important to note that artificially increasing the resolution will not necessarily improve your image quality if this is something that you are trying to do.
    You are not authorized to post a reply.