Home
last modified time | relevance | path

Searched refs:GMT_GRID (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h214 EXTERN_MSC struct GMT_GRID * gmt_get_grid (struct GMT_CTRL *GMT);
242 … *GMT, char *file, bool separate, unsigned int min_pad, struct GMT_GRID *G, struct GMT_GRID **Out);
247 EXTERN_MSC struct GMT_GRID * gmt_duplicate_grid (struct GMT_CTRL *GMT, struct GMT_GRID *G, unsigned…
593 EXTERN_MSC int gmt_grd_project (struct GMT_CTRL *GMT, struct GMT_GRID *I, struct GMT_GRID *O, bool …
813 EXTERN_MSC double gmt_grd_mean (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W);
814 EXTERN_MSC double gmt_grd_median (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, boo…
815 EXTERN_MSC double gmt_grd_mode (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, bool …
816 EXTERN_MSC double gmt_grd_std (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W);
817 EXTERN_MSC double gmt_grd_rms (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W);
818 EXTERN_MSC double gmt_grd_mad (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, double…
[all …]
H A Dgmt_gdalcall.c170 GMT_LOCAL int save_grid_with_GMT(struct GMT_CTRL *GMT, GDALDatasetH hDstDS, struct GMT_GRID *Grid, … in save_grid_with_GMT()
260 …MT, struct GMT_GDALLIBRARIFIED_CTRL *GDLL, GDALDatasetH *hSrcDS, struct GMT_GRID **Grid, unsigned … in init_open()
286 struct GMT_GRID *G = NULL; in init_open()
332 … GDALDatasetH *hSrcDS, GDALDatasetH *hDstDS, struct GMT_GRID *Grid, char **args, in sanitize_and_save()
379 struct GMT_GRID *Grid = NULL; in gmt_gdal_dem()
407 struct GMT_GRID *Grid = NULL; in gmt_gdal_grid()
440 struct GMT_GRID *Grid = NULL; in gmt_gdal_rasterize()
472 struct GMT_GRID *Grid = NULL; in gmt_gdal_translate()
495 struct GMT_GRID *Grid = NULL; in gmt_gdal_warp()
H A Dgrdtrend.c342 …compute_trend (struct GMT_CTRL *GMT, struct GRDTREND_CTRL *Ctrl, struct GMT_GRID *T, double *xval,… in grdtrend_compute_trend()
355 …rdtrend_compute_resid (struct GMT_CTRL *GMT, struct GMT_GRID *D, struct GMT_GRID *T, struct GMT_GR… in grdtrend_compute_resid()
364 …trivial_model (struct GMT_CTRL *GMT, struct GRDTREND_CTRL *Ctrl, struct GMT_GRID *G, double *xval,… in grdtrend_grd_trivial_model()
421 GMT_LOCAL double grdtrend_compute_chisq (struct GMT_CTRL *GMT, struct GMT_GRID *R, struct GMT_GRID in grdtrend_compute_chisq()
439 …ble grdtrend_compute_robust_weight (struct GMT_CTRL *GMT, struct GMT_GRID *R, struct GMT_GRID *W) { in grdtrend_compute_robust_weight()
508 …RL *GMT, struct GMT_GRID *G, double *xval, double *yval, double *pstuff, double *gtg, double *gtd,… in grdtrend_load_gtg_and_gtd()
601 struct GMT_GRID *G = NULL, *R = NULL, *T = NULL, *W = NULL; in GMT_grdtrend()
H A Dgrdhisteq.c217 …CELL *grdhisteq_do_hist_equalization_cart (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, char *outf… in grdhisteq_do_hist_equalization_cart()
223 struct GMT_GRID *Orig = NULL; in grdhisteq_do_hist_equalization_cart()
278 …_CELL *grdhisteq_do_hist_equalization_geo (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, char *outf… in grdhisteq_do_hist_equalization_geo()
284 struct GMT_GRID *W = gmt_duplicate_grid (GMT, Grid, GMT_DUPLICATE_ALLOC); in grdhisteq_do_hist_equalization_geo()
346 …TEQ_CELL * grdhisteq_do_hist_equalization (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, char *outf… in grdhisteq_do_hist_equalization()
367 GMT_LOCAL int grdhisteq_do_gaussian_scores (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, double nor… in grdhisteq_do_gaussian_scores()
422 struct GMT_GRID *Grid = NULL, *Out = NULL; in GMT_grdhisteq()
H A Dgrdfill.c210 GMT_LOCAL int grdfill_do_constant_fill (struct GMT_GRID *G, unsigned int limit[], gmt_grdfloat valu… in grdfill_do_constant_fill()
225 GMT_LOCAL int grdfill_do_splinefill (struct GMTAPI_CTRL *API, struct GMT_GRID *G, double wesn[], un… in grdfill_do_splinefill()
233 struct GMT_GRID *G_hole = NULL; in grdfill_do_splinefill()
326 GMT_LOCAL unsigned int grdfill_trace_the_hole (struct GMT_GRID *G, uint64_t node, unsigned int row,… in grdfill_trace_the_hole()
426 GMT_LOCAL void grdfill_nearest_interp (struct GMT_CTRL *GMT, struct GMT_GRID *In, struct GMT_GRID *… in grdfill_nearest_interp()
505 struct GMT_GRID *Grid = NULL; in GMT_grdfill()
560 struct GMT_GRID *New = NULL; in GMT_grdfill()
H A Dgmt_stat.c2498 double gmt_grd_mean (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W) { in gmt_grd_mean()
2522 double gmt_grd_std (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W) { in gmt_grd_std()
2554 double gmt_grd_rms (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W) { in gmt_grd_rms()
2578 double gmt_grd_median (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, bool overwrite… in gmt_grd_median()
2599 struct GMT_GRID *Z = (overwrite) ? G : gmt_duplicate_grid (GMT, G, GMT_DUPLICATE_DATA); in gmt_grd_median()
2612 double gmt_grd_mad (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, double *median, b… in gmt_grd_mad()
2669 double gmt_grd_mode (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, bool overwrite) { in gmt_grd_mode()
2705 double gmt_grd_lmsscl (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, double *mode, … in gmt_grd_lmsscl()
2764 GMT_LOCAL void gmtstat_get_geo_cellarea (struct GMT_CTRL *GMT, struct GMT_GRID *G) { in gmtstat_get_geo_cellarea()
2816 GMT_LOCAL void gmtstat_get_cart_cellarea (struct GMT_CTRL *GMT, struct GMT_GRID *G) { in gmtstat_get_cart_cellarea()
[all …]
H A Dgrdfft.c159 GMT_LOCAL unsigned int grdfft_do_differentiate (struct GMT_GRID *Grid, double *par, struct GMT_FFT_… in grdfft_do_differentiate()
176 GMT_LOCAL unsigned int grdfft_do_integrate (struct GMT_GRID *Grid, double *par, struct GMT_FFT_WAVE… in grdfft_do_integrate()
192 GMT_LOCAL unsigned int grdfft_do_continuation (struct GMT_GRID *Grid, double *zlevel, struct GMT_FF… in grdfft_do_continuation()
206 GMT_LOCAL unsigned int grdfft_do_azimuthal_derivative (struct GMT_GRID *Grid, double *azim, struct … in grdfft_do_azimuthal_derivative()
229 GMT_LOCAL unsigned int grdfft_do_isostasy (struct GMT_GRID *Grid, struct GRDFFT_CTRL *Ctrl, double … in grdfft_do_isostasy()
302 GMT_LOCAL void grdfft_do_filter (struct GMT_GRID *Grid, struct F_INFO *f_info, struct GMT_FFT_WAVEN… in grdfft_do_filter()
313 GMT_LOCAL int grdfft_do_spectrum (struct GMT_CTRL *GMT, struct GMT_GRID *GridX, struct GMT_GRID *Gr… in grdfft_do_spectrum()
850 struct GMT_GRID *Grid[2] = {NULL, NULL}, *Orig[2] = {NULL, NULL}; in GMT_grdfft()
H A Dgrdvolume.c77 GMT_LOCAL double grdvolume_vol_prism_frac_x (struct GMT_GRID *G, uint64_t ij, double x0, double x1,… in grdvolume_vol_prism_frac_x()
104 GMT_LOCAL double grdvolume_vol_prism_frac_y (struct GMT_GRID *G, uint64_t ij, double y0, double y1,… in grdvolume_vol_prism_frac_y()
127 GMT_LOCAL void grdvolume_SW_triangle (struct GMT_GRID *G, uint64_t ij, bool triangle, double *dv, d… in grdvolume_SW_triangle()
145 GMT_LOCAL void grdvolume_NE_triangle (struct GMT_GRID *G, uint64_t ij, bool triangle, double *dv, d… in grdvolume_NE_triangle()
168 GMT_LOCAL void grdvolume_SE_triangle (struct GMT_GRID *G, uint64_t ij, bool triangle, double *dv, d… in grdvolume_SE_triangle()
190 GMT_LOCAL void grdvolume_NW_triangle (struct GMT_GRID *G, uint64_t ij, bool triangle, double *dv, d… in grdvolume_NW_triangle()
209 GMT_LOCAL void grdvolume_NS_trapezoid (struct GMT_GRID *G, uint64_t ij, bool right, double *dv, dou… in grdvolume_NS_trapezoid()
226 GMT_LOCAL void grdvolume_EW_trapezoid (struct GMT_GRID *G, uint64_t ij, bool top, double *dv, doubl… in grdvolume_EW_trapezoid()
476 struct GMT_GRID *Grid = NULL, *Work = NULL; in GMT_grdvolume()
H A Dtest_example1.c6 struct GMT_GRID *G = NULL; /* Structure to hold output grid */ in main()
H A Dtestapi_matrix_pad.c8 struct GMT_GRID *G = NULL, *G1, *G2; /* Structure to hold input grids */ in main()
H A Dgrdfilter_mt.c177 struct GMT_GRID *Gin;
178 struct GMT_GRID *Gout;
179 struct GMT_GRID *A;
320 struct GMT_GRID * init_area_weights (struct GMT_CTRL *GMT, struct GMT_GRID *G, int mode, char *file) in init_area_weights()
332 struct GMT_GRID *A = NULL; in init_area_weights()
638 struct GMT_GRID *Gin = NULL, *Gout = NULL, *Fin = NULL, *A = NULL; in GMT_grdfilter_mt()
1112 struct GMT_GRID *Gin = t->Gin; in grdfilter_threaded_function()
1113 struct GMT_GRID *Gout = t->Gout; in grdfilter_threaded_function()
1114 struct GMT_GRID *A = t->A; in grdfilter_threaded_function()
H A Dgrdfilter.c87 struct GMT_GRID *W;
212 struct GMT_GRID *Gin;
213 struct GMT_GRID *Gout;
214 struct GMT_GRID *A;
528 GMT_LOCAL struct GMT_GRID *init_area_weights (struct GMT_CTRL *GMT, struct GMT_GRID *G, int mode, c… in init_area_weights()
539 struct GMT_GRID *A = NULL; in init_area_weights()
693 struct GMT_GRID *W = NULL; in grdfilter_get_filter_width()
941 struct GMT_GRID *Gin = NULL, *Gout = NULL, *Fin = NULL, *A = NULL; in GMT_grdfilter()
1462 struct GMT_GRID *Gin = t->Gin; in grdfilter_threaded_function()
1463 struct GMT_GRID *Gout = t->Gout; in grdfilter_threaded_function()
[all …]
H A Dgmt_bcr.c234 double gmt_bcr_get_z_fast (struct GMT_CTRL *GMT, struct GMT_GRID *G, double xx, double yy) { in gmt_bcr_get_z_fast()
274 double gmt_bcr_get_z (struct GMT_CTRL *GMT, struct GMT_GRID *G, double xx, double yy) { in gmt_bcr_get_z()
H A Dgmt.h85 EXTERN_MSC int GMT_Get_Row (void *API, int rec_no, struct GMT_GRID *G, gmt_grdfloat *ro…
86 EXTERN_MSC int GMT_Put_Row (void *API, int rec_no, struct GMT_GRID *G, gmt_grdfloat *ro…
H A Dgmt_grdio.c2149 void gmt_grd_shift (struct GMT_CTRL *GMT, struct GMT_GRID *G, double shift) { in gmt_grd_shift()
2687 void gmt_grd_pad_off (struct GMT_CTRL *GMT, struct GMT_GRID *G) { in gmt_grd_pad_off()
2764 void gmt_grd_pad_zero (struct GMT_CTRL *GMT, struct GMT_GRID *G) { in gmt_grd_pad_zero()
2788 struct GMT_GRID *gmt_get_grid (struct GMT_CTRL *GMT) { in gmt_get_grid()
2789 struct GMT_GRID *G = NULL; in gmt_get_grid()
2790 G = gmt_M_memory (GMT, NULL, 1, struct GMT_GRID); in gmt_get_grid()
2795 struct GMT_GRID *gmt_create_grid (struct GMT_CTRL *GMT) { in gmt_create_grid()
2797 struct GMT_GRID *G = NULL; in gmt_create_grid()
2816 struct GMT_GRID *gmt_duplicate_grid (struct GMT_CTRL *GMT, struct GMT_GRID *G, unsigned int mode) { in gmt_duplicate_grid()
2818 struct GMT_GRID *Gnew = NULL; in gmt_duplicate_grid()
[all …]
H A Dtestapiconv.c35 struct GMT_GRID **G = NULL; in main()
H A Dgrd2cpt.c484 GMT_LOCAL int grd2cpt_free_the_grids (struct GMTAPI_CTRL *API, struct GMT_GRID **G, char **grdfile,… in grd2cpt_free_the_grids()
518 struct GMT_GRID **G, *W = NULL; in GMT_grd2cpt()
577 G = gmt_M_memory (GMT, NULL, n_alloc, struct GMT_GRID *); /* Potentially an array of grids */ in GMT_grd2cpt()
602 G = gmt_M_memory (GMT, G, n_alloc, struct GMT_GRID *); in GMT_grd2cpt()
603 gmt_M_memset (&(G[old_n_alloc]), n_alloc - old_n_alloc, struct GMT_GRID *); /* Set to NULL */ in GMT_grd2cpt()
611 G = gmt_M_memory (GMT, G, ngrd, struct GMT_GRID *); in GMT_grd2cpt()
H A Dtest_walter.c20 struct GMT_GRID *G_in = NULL; in main()
H A Dtestgrdio.c38 struct GMT_GRID *G_real = NULL, *G_imag = NULL, *G_cplx = NULL; in main()
H A Dgmt_private.h111 struct GMT_GRID *G;
H A Dgmt_hidden.h42 static inline struct GMT_GRID_HIDDEN * gmt_get_G_hidden (struct GMT_GRID *p) {return… in gmt_get_G_hidden()
/dports/graphics/gmt/gmt-6.3.0/src/potential/
H A Dgravfft.c164 GMT_LOCAL void gravfft_do_parker (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAVFFT_CTRL …
166 GMT_LOCAL void gravfft_do_isostasy(struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAVFFT_CTRL…
169 GMT_LOCAL void gravfft_load_from_top_grid(struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAVF…
171 GMT_LOCAL void gravfft_load_from_below_grid(struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRA…
175 GMT_LOCAL int gravfft_do_admittance(struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GMT_GRID *G…
515 struct GMT_GRID *Grid[2] = {NULL, NULL}, *Orig[2] = {NULL, NULL}, *Rho = NULL; in GMT_gravfft()
853 GMT_LOCAL void gravfft_do_isostasy (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAVFFT_CTR… in gravfft_do_isostasy()
900 GMT_LOCAL void gravfft_do_parker (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAVFFT_CTRL … in gravfft_do_parker()
957 GMT_LOCAL int gravfft_do_admittance (struct GMT_CTRL *GMT, struct GMT_GRID *GridA, struct GMT_GRID in gravfft_do_admittance()
1181 GMT_LOCAL void gravfft_load_from_top_grid (struct GMT_CTRL *GMT, struct GMT_GRID *Grid, struct GRAV… in gravfft_load_from_top_grid()
[all …]
H A Dgrdgravmag3d.c126 struct GMT_GRID *Grid;
127 struct GMT_GRID *Gout;
128 struct GMT_GRID *Gsource;
132 …ravmag3d_body_set_tri (struct GMT_CTRL *GMT, struct GRDGRAVMAG3D_CTRL *Ctrl, struct GMT_GRID *Grid,
135 …avmag3d_body_set_prism(struct GMT_CTRL *GMT, struct GRDGRAVMAG3D_CTRL *Ctrl, struct GMT_GRID *Grid,
142 …struct GMT_CTRL *GMT, struct GRDGRAVMAG3D_CTRL *Ctrl, struct GMT_GRID *Grid, struct GMT_GRID *Gout,
480 struct GMT_GRID *GridA = NULL, *GridB = NULL, *GridS = NULL, *Gout = NULL; in GMT_grdgravmag3d()
1196 struct GMT_GRID *Grid = t->Grid; in grdgravmag3d_calc_surf_()
1197 struct GMT_GRID *Gout = t->Gout; in grdgravmag3d_calc_surf_()
1198 struct GMT_GRID *Gsource = t->Gsource; in grdgravmag3d_calc_surf_()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77sniffer.h100 struct GMT_GRID *G;
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgrdspotter.c467 GMT_LOCAL bool grdspotter_set_age (struct GMT_CTRL *GMT, double *t_smt, struct GMT_GRID *A, uint64_… in grdspotter_set_age()
487 GMT_LOCAL void grdspotter_normalize_grid (struct GMT_CTRL *GMT, struct GMT_GRID *G, gmt_grdfloat *d… in grdspotter_normalize_grid()
547 struct GMT_GRID *G = NULL; /* Grid structure for output CVA grid */ in GMT_grdspotter()
548 struct GMT_GRID *G_rad = NULL; /* Same but has radians in header (no grid) */ in GMT_grdspotter()
549 struct GMT_GRID *Z = NULL; /* Grid structure for input topo/grav grid */ in GMT_grdspotter()
550 struct GMT_GRID *A = NULL; /* Grid structure for input age grid */ in GMT_grdspotter()
551 struct GMT_GRID *L = NULL; /* Grid structure for input ID grid */ in GMT_grdspotter()
552 struct GMT_GRID *PA = NULL; /* Grid structure for output PA grid */ in GMT_grdspotter()
553 struct GMT_GRID *DI = NULL; /* Grid structure for output DI grid */ in GMT_grdspotter()

1234