Home
last modified time | relevance | path

Searched refs:npvmax (Results 1 – 25 of 37) sorted by relevance

12

/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcs.h1832 int npvmax; // number for which space was allocated. member
1948 int wcsinit(int alloc, int naxis, struct wcsprm *wcs, int npvmax, int npsmax,
H A Dwcs.c132 int wcsnpv(int npvmax) { if (npvmax >= 0) NPVMAX = npvmax; return NPVMAX; } in wcsnpv() argument
149 int npvmax, in wcsinit() argument
163 if (npvmax < 0) npvmax = wcsnpv(-1); in wcsinit()
233 (npvmax && wcs->pv == 0x0) || in wcsinit()
247 wcs->npvmax < npvmax || in wcsinit()
360 if (npvmax) { in wcsinit()
369 wcs->npvmax = npvmax; in wcsinit()
574 for (k = 0; k < wcs->npvmax; k++) { in wcsinit()
1014 npvmax = 0; in wcssub()
1018 npvmax++; in wcssub()
[all …]
H A Dwcsfix.c937 if (wcs->npvmax < wcs->npv + 2) { in celfix()
945 wcs->npvmax = wcs->npv + 2; in celfix()
985 if (wcs->npvmax < wcs->npv + 3) { in celfix()
993 wcs->npvmax = wcs->npv + 3; in celfix()
H A Dwcspih.c25432 int ialt, defaults, ndis, ndpmax, npsmax, npvmax, status = 0; in wcspih_init1() local
25472 npvmax = npv[ialt]; in wcspih_init1()
25474 if ((status = wcsinit(1, alts[ialt], wcsp, npvmax, npsmax, -1))) { in wcspih_init1()
25778 wcsp->npvmax += npv; in wcspih_final()
25779 wcsp->pv = realloc(wcsp->pv, wcsp->npvmax*sizeof(struct pvcard)); in wcspih_final()
25789 for (ipv = wcsp->npv; ipv < wcsp->npvmax; ipv++) { in wcspih_final()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcs.h2067 int npvmax; // number for which space was allocated. member
2183 int wcsinit(int alloc, int naxis, struct wcsprm *wcs, int npvmax, int npsmax,
H A Dwcs.c131 int wcsnpv(int npvmax) { if (npvmax >= 0) NPVMAX = npvmax; return NPVMAX; } in wcsnpv() argument
148 int npvmax, in wcsinit() argument
162 if (npvmax < 0) npvmax = wcsnpv(-1); in wcsinit()
232 (npvmax && wcs->pv == 0x0) || in wcsinit()
246 wcs->npvmax < npvmax || in wcsinit()
359 if (npvmax) { in wcsinit()
368 wcs->npvmax = npvmax; in wcsinit()
1013 npvmax = 0; in wcssub()
1017 npvmax++; in wcssub()
1732 if (wcs->npv < wcs->npvmax) { in wcstrim()
[all …]
H A Dwcsfix.c936 if (wcs->npvmax < wcs->npv + 2) { in celfix()
944 wcs->npvmax = wcs->npv + 2; in celfix()
986 if (wcs->npvmax < wcs->npv + 3) { in celfix()
994 wcs->npvmax = wcs->npv + 3; in celfix()
H A Dwcspih.l2564 int npvmax = npv[ialt];
2566 if ((status = wcsinit(1, alts[ialt], wcsp, npvmax, npsmax, -1))) {
2870 wcsp->npvmax += npv;
2871 wcsp->pv = realloc(wcsp->pv, wcsp->npvmax*sizeof(struct pvcard));
2881 for (int ipv = wcsp->npv; ipv < wcsp->npvmax; ipv++) {
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/wcslib/
H A Dwcs.h2067 int npvmax; // number for which space was allocated. member
2183 int wcsinit(int alloc, int naxis, struct wcsprm *wcs, int npvmax, int npsmax,
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcs.h2067 int npvmax; // number for which space was allocated. member
2183 int wcsinit(int alloc, int naxis, struct wcsprm *wcs, int npvmax, int npsmax,
H A Dwcs.c131 int wcsnpv(int npvmax) { if (npvmax >= 0) NPVMAX = npvmax; return NPVMAX; } in wcsnpv() argument
148 int npvmax, in wcsinit() argument
162 if (npvmax < 0) npvmax = wcsnpv(-1); in wcsinit()
232 (npvmax && wcs->pv == 0x0) || in wcsinit()
246 wcs->npvmax < npvmax || in wcsinit()
359 if (npvmax) { in wcsinit()
368 wcs->npvmax = npvmax; in wcsinit()
1013 npvmax = 0; in wcssub()
1017 npvmax++; in wcssub()
1732 if (wcs->npv < wcs->npvmax) { in wcstrim()
[all …]
H A Dwcsfix.c936 if (wcs->npvmax < wcs->npv + 2) { in celfix()
944 wcs->npvmax = wcs->npv + 2; in celfix()
986 if (wcs->npvmax < wcs->npv + 3) { in celfix()
994 wcs->npvmax = wcs->npv + 3; in celfix()
H A Dwcspih.l2564 int npvmax = npv[ialt];
2566 if ((status = wcsinit(1, alts[ialt], wcsp, npvmax, npsmax, -1))) {
2870 wcsp->npvmax += npv;
2871 wcsp->pv = realloc(wcsp->pv, wcsp->npvmax*sizeof(struct pvcard));
2881 for (int ipv = wcsp->npv; ipv < wcsp->npvmax; ipv++) {
/dports/astro/wcslib/wcslib-7.7/Fortran/
H A Dwcs_f.c559 *ivalp = wcsp->npvmax; in wcsget_()
872 int wcsnpv_(int *npvmax) { return wcsnpv(*npvmax); } in wcsnpv_() argument
888 int *npvmax, in wcsinit_() argument
893 return wcsinit(1, *naxis, (struct wcsprm *)wcs, *npvmax, *npsmax, *ndpmax); in wcsinit_()
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtbth1.out96 npvmax: 0
330 npvmax: 0
564 npvmax: 0
799 npvmax: 7
1039 npvmax: 10
H A Dtwcssub.out33 npvmax: 64
269 npvmax: 3
H A Dtpih1.out78 npvmax: 3
315 npvmax: 7
558 npvmax: 10
H A Dtwcsfix.out54 npvmax: 3
275 npvmax: 2
H A Dtdis2.out33 npvmax: 0
375 npvmax: 0
/dports/astro/wcslib/wcslib-7.7/Fortran/test/
H A Dtpih1.out78 npvmax: 3
315 npvmax: 7
558 npvmax: 10
H A Dtwcssub.out33 npvmax: 64
269 npvmax: 3
H A Dtwcsfix.out31 npvmax: 3
252 npvmax: 2
H A Dtwcstab.out32 npvmax: 12
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/astropy_wcs/
H A Dpyutil.h329 int *npvmax);
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Dpyutil.c862 int *npvmax) { in set_pvcards() argument
893 if (size <= (Py_ssize_t)*npvmax) { in set_pvcards()

12