-
Notifications
You must be signed in to change notification settings - Fork 292
Gamma File Decription
GAMMA allows the user to name the file in any "nickname". Even so, there are also some common habits to name different type of files to make it more readable for non-GAMMA users, similar to other software. Here we introduce some common names of GAMMA-based files from SLC step to Unwrapping step.
We organize them based on GAMMA modules:
-
MSPfor focusing (skipped here) -
ISPfor interferometry -
DIFF&GEOfor DInSAR and geocoding -
IPTAmainly for TS-InSAR (conventional PS and SBAS). -
ISP
- *.slc (same thing as roi_pac)
- *.slc.par (parameters' file about orbit, width, length, time, ... But parameters in *.par file is far less than *.rsc file)
*.mli (magnitude image of SLC after doing multilook)
*.mli.par (same thing like *.slc.par, but width and length are changed due to multi-looking)
*.rslc (co-registrated SLC, for TS-InSAR, usually coregistrated to one master image)
*.rslc.par (parameter file of *.rslc, absolutely same as *.slc.par)
*.rmli (co-registrated magnitude images of multi-looked SLC)
*.rmli.par (parameter file of ...)
*.off (offset file of co-registration, include fitted polynomial parameters, length, width, ...)
*.offs (COMPLEX file, offset value in each chosen points, real and imaginary parts for Range and Azimuth offset)
*.snr (std of co-registration in each point, which will be used to mask some points based on a threshold)
*.offset ( text file of *.offs)
*.coffs (COMPLEX file, culled offset of *.offs)
*.coffsets (text type of *.coffs)
*.base (baseline file)
*.base.perp (perpendicular baseline file)
*.cc (coherence map)
*.int (original interferometry file, include every signal, flatten phase, DEM, Def, APS,...)
*.flt ( "flatten" interferogram, after removing flatten signals from *.int)
*.smcc (coherence map based on filtered interferogram)
*.sm_flt (filtered *.flt interferogram)
DIFF & GEOCODE*************
*.diff (interferogram that has removed flatten signals and topography signals)
*.flag (masked file based on coherence map, 0 and 1, only used for Branch-cut unwrapping )
*.mask.ras (masked file for MCF unwrapping, also masked based on coherence)
*.unw (unwrapped interferogram, usually unwrapped from *.diff , data type order is different from that of ROI_PAC's .unw file)
The same thing as ISP, all files based on filtering will include "sm", e.g., *sm.diff, *.sm.unw, but the final part of suffix will not change.
*.htg (digital elevation model in radar coordinates)
*.dem (..... in UTM coordinates)
*.dem.par (parameters of *.dem file, which is in UTM coordinates, same as *.dem.rsc in ROI_PAC)
*.utm_to_rdc (lookup table: from utm to radar coordinates)