-
matusbakon replied to the topic ALOS CEOS format in the forum Sarproz Forum 7 years, 4 months ago
sorry, first 2 lines 123:134 and 139:148 is original position of center lat and lon
-
matusbakon replied to the topic ALOS CEOS format in the forum Sarproz Forum 7 years, 4 months ago
What has worked for me was adding last four lines to alos_psr_meta.m
mid_lat = str2double(facility(3065:3084));
mid_lon = str2double(facility(3085:3104));
if isnan(mid_lat) || isnan(mid_lon)
mid_lat = str2double(summary(123:134));
mid_lon = str2double(summary(139:148));
endHowever, I’ve lost the M-file, probably Daniele…[Read more]
-
Vinay Gaddam started the topic IMPORTING THE ENVISAT ASAR DATA in the forum Sarproz Forum 9 years, 9 months ago
DEAR SIR, I AM TRYING TO IMPORT THE SLC DATA OF ENVISAT ASAR OBTAINED IN .N1 FORMAT. BUT I AM GETTING THE ERROR AS “ERROR IN ASAR_IAS_META<>: ONLY SUPPORT ASAR IMS OR APS DATA!”. CAN YOU PLEASE HELP ME TO SORTOUT THIS PROBLEM.
-
shirlyisro started the topic Reg: interpretation of results: results attached in the forum Sarproz Forum 9 years, 9 months ago
Dear Daniele,
I reprocessed the 12 scenes of ALOS PALSAR data for land deformation mapping using PSInSAR technique. I did preliminary analysis, prelimiary geocoding, InSAR analysis (phase to height constant and phase to flat terrain constant generation , Minimum Spanning Tree; MST estimation, interferograms processing, coherence map generation),…[Read more]