diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 4af3d3d..0000000 --- a/_config.yml +++ /dev/null @@ -1,100 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'jekyll serve'. If you change this file, please restart the server process. - -# Site settings -title: Numerical Cosmology Library -name: NumCosmo -email: vitenti@uel.br -#location: My location # ex. Nice, France -#company: MyCompany -#company_url: my_company_website -github_url: https://github.com/NumCosmo -description: NumCosmo website -favicon: favicon.png # Image must be in assets/images -repository: numcosmo/numcosmo.github.io # ex. DONGChuan/DONGChuan.github.io - -# The base hostname & protocol for your site -# For local test, please use http://localhost:4000 -# For production, use your github page url. ex. http://dongchuan.github.io -url: https://numcosmo.github.io/ - -## Gem -plugins: - - jekyll-paginate - - rouge - - kramdown - - jekyll-github-metadata - -# Build settings -markdown: kramdown -lsi: false -excerpt_separator: "\n\n" - -source: . -destination: ./_site - -quiet: false -defaults: [] - -kramdown: - input: GFM - highlighter: rouge - - -# Permalinks -permalink: pretty -baseurl: / - -# Disque -disque: numcosmo.disqus.com - -# Pagination -paginate: 5 -paginate_path: 'page:num' - -# Navigation. If you do not like these modules, just remove them :D -navs: - - - href: / - label: Home - - - - href: /about - label: About - - - - href: /news - label: News - - - - href: /download - label: Installation - - - - href: /tutorials - label: Tutorials - - - - href: /examples - label: Examples - - - - href: /manual - label: Manual - -# Sidebar to show popular repo -side_bar_repo_limit: 5 # Number of repos to show - -# Google Analytics -analytics : - provider : google - google : - tracking_id : 'UA-36056599-1' - -# NumCosmo version - -version: 0.21.2 diff --git a/_quarto.yml b/_quarto.yml index 3dd1a17..2c0311b 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -6,9 +6,10 @@ project: - about.qmd - install.qmd - manual.qmd - - gobject.qmd - - curve_tutorial.qmd - - example_snia.qmd + - tutorials/c/gobject.qmd + - tutorials/c/curve_tutorial.qmd + - tutorials/python/cluster_wl_simul.qmd + - examples/data_analysis/snia.qmd website: title: "The Numerical Cosmology Library" @@ -36,15 +37,19 @@ website: contents: - section: "C Tutorials" contents: - - href: gobject.qmd + - href: tutorials/c/gobject.qmd text: "GObject Tutorial" - - href: curve_tutorial.qmd + - href: tutorials/c/curve_tutorial.qmd text: "Model Fit Tutorial" + - section: "Python Tutorials" + contents: + - href: tutorials/python/cluster_wl_simul.qmd + text: "Cluster WL Simulation" - section: "Examples" contents: - section: "Data Analysis" contents: - - href: example_snia.qmd + - href: examples/data_analysis/snia.qmd text: "SN Ia Fitting" resources: @@ -63,4 +68,4 @@ citation-location: margin authors: - NumCosmo developers jupyter: python3 -version: 0.22.0 +version: 0.23.0 diff --git a/example_snia.qmd b/examples/data_analysis/snia.qmd similarity index 99% rename from example_snia.qmd rename to examples/data_analysis/snia.qmd index e425baf..89ee66e 100644 --- a/example_snia.qmd +++ b/examples/data_analysis/snia.qmd @@ -2,7 +2,7 @@ title: "Supernova Type Ia Analysis" --- -{{< include _functions.qmd >}} +{{< include /_functions.qmd >}} In this example, we demonstrate how to use NumCosmo to compute cosmological observables and fit a model to data. diff --git a/manual/NcABCClusterNCount.html b/manual/NcABCClusterNCount.html index 932bef4..d493ab0 100644 --- a/manual/NcABCClusterNCount.html +++ b/manual/NcABCClusterNCount.html @@ -6,7 +6,7 @@
GEnum ├── NcABCClusterNCountEpsilonUpdate ╰── NcABCClusterNCountSummary - GObject + GObject ╰── NcmABC ╰── NcABCClusterNCountdiff --git a/manual/NcCBE.html b/manual/NcCBE.html index 6f30f04..68b287d 100644 --- a/manual/NcCBE.html +++ b/manual/NcCBE.html @@ -474,7 +474,7 @@
GEnum ╰── NcClusterMassImpl - GObject + GObject ╰── NcmModel ╰── NcClusterMass ├── NcClusterMassAscaso @@ -797,7 +797,7 @@+NcCluste
const NcmVector *z
,const NcmMatrix *lnM_obs
,const NcmMatrix *lnM_obs_params
, -GArray *res
);
GArray *res
);
FIXME
[virtual P_vec_z_lnMobs]
res
a GArray.
a GArray.
GEnum ╰── NcClusterMassAscasoSParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassAscaso diff --git a/manual/NcClusterMassBenson.html b/manual/NcClusterMassBenson.html index 87ec8be..089570f 100644 --- a/manual/NcClusterMassBenson.html +++ b/manual/NcClusterMassBenson.html @@ -166,7 +166,7 @@Nc
Object Hierarchy
GEnum ╰── NcClusterMassBensonSParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassBenson diff --git a/manual/NcClusterMassBensonXRay.html b/manual/NcClusterMassBensonXRay.html index 8fdad67..a71a29d 100644 --- a/manual/NcClusterMassBensonXRay.html +++ b/manual/NcClusterMassBensonXRay.html @@ -158,7 +158,7 @@
Object Hierarchy
GEnum ╰── NcClusterMassBensonXRaySParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassBenson diff --git a/manual/NcClusterMassLnnormal.html b/manual/NcClusterMassLnnormal.html index 5ae53cf..ab19ad7 100644 --- a/manual/NcClusterMassLnnormal.html +++ b/manual/NcClusterMassLnnormal.html @@ -120,7 +120,7 @@
Object Hierarchy
GEnum ╰── NcClusterMassLnnormalSParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassLnnormal diff --git a/manual/NcClusterMassNodist.html b/manual/NcClusterMassNodist.html index 4db82f1..264da74 100644 --- a/manual/NcClusterMassNodist.html +++ b/manual/NcClusterMassNodist.html @@ -71,7 +71,7 @@Nc
GObject +GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassNodist diff --git a/manual/NcClusterMassPlCL.html b/manual/NcClusterMassPlCL.html index 65e9e38..0324a3e 100644 --- a/manual/NcClusterMassPlCL.html +++ b/manual/NcClusterMassPlCL.html @@ -268,7 +268,7 @@NcCl
Object Hierarchy
GEnum ╰── NcClusterMassPlCLSParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassPlCL diff --git a/manual/NcClusterMassVanderlinde.html b/manual/NcClusterMassVanderlinde.html index 33b044e..7146b85 100644 --- a/manual/NcClusterMassVanderlinde.html +++ b/manual/NcClusterMassVanderlinde.html @@ -158,7 +158,7 @@<
Object Hierarchy
GEnum ╰── NcClusterMassVanderlindeSParams - GObject + GObject ╰── NcmModel ╰── NcClusterMass ╰── NcClusterMassVanderlinde diff --git a/manual/NcClusterPhotozGauss.html b/manual/NcClusterPhotozGauss.html index 47dfcb1..f372f43 100644 --- a/manual/NcClusterPhotozGauss.html +++ b/manual/NcClusterPhotozGauss.html @@ -107,7 +107,7 @@N
GObject +GObject ╰── NcmModel ╰── NcClusterRedshift ╰── NcClusterPhotozGauss diff --git a/manual/NcClusterPhotozGaussGlobal.html b/manual/NcClusterPhotozGaussGlobal.html index 71e178c..51ff636 100644 --- a/manual/NcClusterPhotozGaussGlobal.html +++ b/manual/NcClusterPhotozGaussGlobal.html @@ -171,7 +171,7 @@
Object Hierarchy
GEnum ╰── NcClusterPhotozGaussGlobalSParams - GObject + GObject ╰── NcmModel ╰── NcClusterRedshift ╰── NcClusterPhotozGaussGlobal diff --git a/manual/NcClusterPseudoCounts.html b/manual/NcClusterPseudoCounts.html index db131f7..d9ad460 100644 --- a/manual/NcClusterPseudoCounts.html +++ b/manual/NcClusterPseudoCounts.html @@ -250,7 +250,7 @@
Object Hierarchy
GEnum ╰── NcClusterPseudoCountsSParams - GObject + GObject ╰── NcmModel ╰── NcClusterPseudoCountsdiff --git a/manual/NcClusterRedshift.html b/manual/NcClusterRedshift.html index 1aac1a4..e32310b 100644 --- a/manual/NcClusterRedshift.html +++ b/manual/NcClusterRedshift.html @@ -192,7 +192,7 @@NcCl
Object Hierarchy
GEnum ╰── NcClusterRedshiftImpl - GObject + GObject ╰── NcmModel ╰── NcClusterRedshift ├── NcClusterPhotozGauss diff --git a/manual/NcClusterRedshiftNodist.html b/manual/NcClusterRedshiftNodist.html index c12bd45..3c32daf 100644 --- a/manual/NcClusterRedshiftNodist.html +++ b/manual/NcClusterRedshiftNodist.html @@ -71,7 +71,7 @@
GObject +GObject ╰── NcmModel ╰── NcClusterRedshift ╰── NcClusterRedshiftNodist diff --git a/manual/NcCorClusterCmbLensLimber.html b/manual/NcCorClusterCmbLensLimber.html index 091d84a..f02206e 100644 --- a/manual/NcCorClusterCmbLensLimber.html +++ b/manual/NcCorClusterCmbLensLimber.html @@ -8,7 +8,7 @@ - + - -
-Top - | -- | - | - | - |
-NcDataReducedShearClusterMass-NcDataReducedShearClusterMass — Galaxy clusters data -- pseudo number counts likelihood. - |
-- |
-NcDataReducedShearClusterMass * - | --nc_data_reduced_shear_cluster_mass_new () - | -
-NcDataReducedShearClusterMass * - | --nc_data_reduced_shear_cluster_mass_new_from_file () - | -
-NcDataReducedShearClusterMass * - | --nc_data_reduced_shear_cluster_mass_ref () - | -
-void - | --nc_data_reduced_shear_cluster_mass_free () - | -
-void - | --nc_data_reduced_shear_cluster_mass_clear () - | -
-void - | --nc_data_reduced_shear_cluster_mass_set_dist () - | -
-void - | --nc_data_reduced_shear_cluster_mass_load_hdf5 () - | -
double | -dec-cluster | -Read / Write | -
-NcDistance * | -dist | -Read / Write / Construct | -
-NcmMatrix * | -gal-obs | -Read / Write | -
gboolean | -has-rh | -Read / Write | -
-NcmObjArray * | -photoz-array | -Read / Write | -
double | -psf-size | -Read / Write | -
double | -ra-cluster | -Read / Write | -
double | -z-cluster | -Read / Write | -
GEnum - ╰── NcDataReducedShearClusterMassObs - GObject - ╰── NcmData - ╰── NcDataReducedShearClusterMass --
NcDataReducedShearClusterMass *
-nc_data_reduced_shear_cluster_mass_new
- (NcDistance *dist
);
-Creates a new NcDataReducedShearClusterMass.
- - -NcDataReducedShearClusterMass *
-nc_data_reduced_shear_cluster_mass_new_from_file
- (const gchar *filename
);
-Creates a new NcDataReducedShearClusterMass from filename
-.
filename |
-file containing a serialized NcDataReducedShearClusterMass |
-- |
NcDataReducedShearClusterMass *
-nc_data_reduced_shear_cluster_mass_ref
- (NcDataReducedShearClusterMass *drs
);
-Increases the reference count of drs
- by one.
void
-nc_data_reduced_shear_cluster_mass_free
- (NcDataReducedShearClusterMass *drs
);
-Atomically decrements the reference count of drs
- by one. If the reference count drops to 0,
-all memory allocated by drs
- is released.
void
-nc_data_reduced_shear_cluster_mass_clear
- (NcDataReducedShearClusterMass **drs
);
-The reference count of drs
- is decreased and the pointer is set to NULL.
void -nc_data_reduced_shear_cluster_mass_set_dist - (-NcDataReducedShearClusterMass *drs
, -NcDistance *dist
);
Sets the distance object.
- -void -nc_data_reduced_shear_cluster_mass_load_hdf5 - (-NcDataReducedShearClusterMass *drs
, -const gchar *hdf5_file
, -const gchar ftype
, -const gdouble z_cluster
, -const gdouble ra_cluster
, -const gdouble dec_cluster
);
Loads from a HDF5 file the data, filters by ftype
- when available, using
-the cluster information in z_cluster
-, ra_cluster
- and dec_cluster
-.
drs |
-- | - |
hdf5_file |
-a file containing NcDataReducedShearClusterMass data |
-- |
ftype |
-filter type ('u', 'g', 'r', 'i', 'z') |
-- |
z_cluster |
-cluster redshift |
-- |
ra_cluster |
-cluster RA |
-- |
dec_cluster |
-cluster DEC |
-- |
“dec-cluster”
property “dec-cluster” double
-Cluster (halo) DEC.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-Allowed values: [-360,360]
-Default value: 0
-“dist”
property“dist” NcDistance *-
Distance object.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write / Construct
-“gal-obs”
property“gal-obs” NcmMatrix *-
Matrix containing galaxy observables.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-“has-rh”
property “has-rh” gboolean
-Has the galaxy size (rh) information.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-Default value: FALSE
-“photoz-array”
property“photoz-array” NcmObjArray *-
Array of photometric redshift objects.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-“psf-size”
property “psf-size” double
-PSF size.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-Allowed values: >= 0
-Default value: 0
-“ra-cluster”
property “ra-cluster” double
-Cluster (halo) RA.
-Owner: NcDataReducedShearClusterMass
-Flags: Read / Write
-Allowed values: [-360,360]
-Default value: 0
-