Home
last modified time | relevance | path

Searched refs:nwcs (Results 76 – 100 of 100) sorted by relevance

1234

/dports/astro/gnuastro/gnuastro-0.16/bin/fits/
H A Dkeywords.c470 int nwcs; in keywords_wcs_convert() local
494 0, 0, &nwcs); in keywords_wcs_convert()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DTypes.hs963 | HsWC { hswc_ext = nwcs, hswc_body = sig_ty1 } <- sig_ty
970 vars ++ nwcs ++ hsLTyVarNames tvs
971 _ -> nwcs
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DTypes.hs963 | HsWC { hswc_ext = nwcs, hswc_body = sig_ty1 } <- sig_ty
970 vars ++ nwcs ++ hsLTyVarNames tvs
971 _ -> nwcs
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnTypes.hs158 = do { nwcs <- mapM newLocalBndrRn nwc_rdrs
161 , rtke_nwcs = mkNameSet nwcs
163 ; (hs_ty', fvs) <- bindLocalNamesFV nwcs $
165 ; return (nwcs, hs_ty', fvs) }
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DType.hs1163 | HsWC { hswc_ext = nwcs, hswc_body = sig_ty1 } <- sig_ty
1169 vars ++ nwcs ++ hsLTyVarNames tvs
1170 _ -> nwcs
/dports/astro/gnuastro/gnuastro-0.16/bin/convolve/
H A Dui.c450 &p->input->nwcs); in ui_read_input()
/dports/astro/gnuastro/gnuastro-0.16/bin/warp/
H A Dui.c358 p->hendwcs, &p->input->nwcs); in ui_check_options_and_arguments()
/dports/astro/gnuastro/gnuastro-0.16/bin/noisechisel/
H A Dui.c613 &p->input->nwcs); in ui_preparations_read_input()
/dports/astro/gnuastro/gnuastro-0.16/bin/convertt/
H A Dui.c546 0, 0, &data->nwcs); in ui_make_channels_ll()
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DType.hs374 | HsWC { hswc_ext = nwcs, hswc_body = sig_ty } <- sig_wc_ty
376 = nwcs ++ hsLTyVarNames (hsOuterExplicitBndrs outer_bndrs)
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dexternalsextractorsolver.cpp1603 int nkeyrec, nreject, nwcs; in loadWCS() local
1623 if ((status = wcspih(header, nkeyrec, WCSHDR_all, -3, &nreject, &nwcs, &m_wcs)) != 0) in loadWCS()
/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Ddata.c334 out[i].nwcs = 0; in gal_data_array_calloc()
/dports/astro/gnuastro/gnuastro-0.16/bin/table/
H A Darithmetic.c163 0, 0, &p->nwcs); in arithmetic_init_wcs()
/dports/astro/gnuastro/gnuastro-0.16/bin/segment/
H A Dui.c419 &p->input->nwcs); in ui_prepare_inputs()
/dports/astro/gnuastro/gnuastro-0.16/bin/statistics/
H A Dui.c991 &p->input->nwcs); in ui_preparations()
/dports/astro/gnuastro/gnuastro-0.16/
H A Dconfigure.ac400 int nreject, nwcs;
403 wcspih(header, 1, 0, 0, &nreject, &nwcs, &wcs);
/dports/astro/gnuastro/gnuastro-0.16/bin/mkcatalog/
H A Dui.c544 &p->objects->nwcs); in ui_wcs_info()
/dports/astro/gnuastro/gnuastro-0.16/bin/mkprof/
H A Dui.c1413 0, 0, &p->nwcs); in ui_prepare_canvas()
/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dgnuastro.info-61498 int nwcs; /* WCS information. */
1607nwcs
4100 data->wcs=gal_wcs_read(filename, hdu, 0, 0, &data->wcs->nwcs);
4788 hstartwcs, size_t hendwcs, int *nwcs)
4792 that ‘nwcs’ points to. To read the WCS structure directly from a
4797 status = wcsvfree(&nwcs,&wcs);
4818 function will return a ‘NULL’ pointer and put a zero in ‘nwcs’. A
4829 size_t hstartwcs, size_t hendwcs, int *nwcs)
4833nwcs’ points to. Please see ‘gal_wcs_read_fitsptr’ for more.
5058 int nwcs;
[all …]
H A Dgnuastro.texi24412 int nwcs; /* WCS information. */
24521 @item nwcs
26743 data->wcs=gal_wcs_read(filename, hdu, 0, 0, &data->wcs->nwcs);
27316 …{*fptr}, int @code{linearmatrix}, size_t @code{hstartwcs}, size_t @code{hendwcs}, int @code{*nwcs})
27318 Also put the number of coordinate representations found into the space that @code{nwcs} points to.
27323 status = wcsvfree(&nwcs,&wcs);
27335 … from the FITS file, this function will return a @code{NULL} pointer and put a zero in @code{nwcs}.
27342 …e{*hdu}, int @code{linearmatrix}, size_t @code{hstartwcs}, size_t @code{hendwcs}, int @code{*nwcs})
27344 Also put the number of coordinate representations found into the space that @code{nwcs} points to.
27495 int nwcs;
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitsdata.cpp2370 int nkeyrec, nreject, nwcs; in loadWCS() local
2381 if ((status = wcspih(header, nkeyrec, WCSHDR_all, -3, &nreject, &nwcs, &m_WCSHandle)) != 0) in loadWCS()
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dvi-nom.mim4512 ("nwcs" ("涅����㘃��湼匿慝"))
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml99842 安溪路 nwcs'
99843 安業路 nwcs'
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-user/
H A Dimage-generator.nb52090 u/nwcs/hOjuni/9h/ud3zOcdz7V8+YZ7rtPZuU/eH/b+tGv1x9iN/7KL73uO
59414 u/nwcs/hOjuni/9h/ud3zOcdz7V8+YZ7rtPZuU/eH/b+tGv1x9iN/7KL73uO
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/datasets/
H A D20newsgroups-train.tab2292 comp.sys.mac.hardware re new apple ergo mouse nwcs utkvx utk edu schizophrenia means never being al…
2334 comp.sys.mac.hardware re new apple ergo mouse in apr utkvx utk edu nwcs utkvx utk edu schizophrenia…
2341 …rtmouth edu geoffb coos dartmouth edu thumper writes in apr utkvx utk edu nwcs utkvx utk edu schiz…
2354 …mouse in article c eqg h dartvax dartmouth edu hades dartmouth edu writes nwcs utkvx utk edu schiz…

1234