cosmicflows-deployer/table_query/index.html

379 lines
13 KiB
HTML
Raw Normal View History

2024-12-04 06:55:48 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/assets/js/base.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<title>Request for a large set of galaxies </title>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//cosmicflows.iap.fr/analytics/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//cosmicflows.iap.fr/analytics/matomo.php?idsite=3&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</head>
<body id="main_body">
<div id="body_block">
<div class="title_body">
<div class="the_title_outer">
<div class="the_title_middle">
<div class="the_title_inner">
Request for a large set of galaxies
</div>
</div>
</div>
</div>
<div class="box_bodies" id="main_body">
<div class="box_menu">
<div class="main_menu">
<div class="menu_item">
<a href="/_pages/about.html"></a>
</div>
<div class="menu_item">
<a href="/">Home</a>
</div>
<div class="menu_item">
<a href="/register/">Register</a>
</div>
<div class="menu_item">
<a href="/contour/">Explore</a>
</div>
<div class="menu_item">
<a href="/download/">Download</a>
</div>
<div class="menu_item">
<a href="/lookup/">Lookup</a>
</div>
<div class="menu_item menu_selected" >
<a href="/table_query/">Table query</a>
</div>
<div class="menu_item">
<a href="/videos/">Videos</a>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="box_pad"> <form name="table_form" action="/flow_query/get_distance_table" enctype="multipart/form-data" method="POST">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
Please select one of the coordinate system you use for your data.
<button type="button" class="btn btn-default btn-circle"
data-toggle="popover" title="Outputs"
data-content="They will be implictly transformed to our own coordinate system.">
<span class="glyphicon glyphicon-question-sign"></span>
</button>
<div class="radio">
<label>
<input type="radio" name="coords" value="galactic" checked>
Galactic coordinates
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="coords" value="supergalactic">
Supergalactic coordinates
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="coords" value="j2000">
Equatorial coordinates (J2000)
</label>
</div>
<hr/>
Please select the redshift you want to make distance computation from
<div class="radio">
<label>
<input type="radio" name="redshift" value="kms" checked>
Total velocity in km/s.
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="redshift" value="z">
Total velocity in unit of the speed of light.
</label>
</div>
<hr/>
<!--
<div class="form-inline">
<div class="checkbox">
<label>
<input type="checkbox" id="cz_group">Map to nearby galaxy
</label><button type="button" class="btn btn-default btn-circle"
data-toggle="popover" title="Outputs"
data-content="Look for the closest ">
<span class="glyphicon glyphicon-question-sign"></span>
</button>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="cz_group">Map to nearby group
</label>
</div>
</div>
<hr/>
-->
<h4>Cosmology/flow model parameters (assuming curvature flatness):</h4>
<div class="form-inline row">
<div class="form-group col-md-3">
<label>Omega Matter</label>
<input type="text" class="form-control" name="omega_m" value="0.3">
</div>
<div class="form-group col-md-offset-1 col-md-3">
<label>H0 (km/s/Mpc)</label>
<input type="text" class="form-control" name="h0" value="100">
</div>
<div class="form-group col-md-offset-1 col-md-3">
<label>beta</label>
<input type="text" class="form-control" name="beta" value="0.43">
</div>
</div>
<h4>Bulk flow components<button type="button" class="btn btn-default btn-circle"
data-toggle="popover" title="Outputs"
data-content="Look for the closest ">
<span class="glyphicon glyphicon-question-sign"></span>
</button></h4>
<div class="form-inline row">
<div class="form-group col-md-3">
<label>Vx</label>
<input type="text" class="form-control" name="vx" value="0">
</div>
<div class="form-group col-md-offset-1 col-md-3">
<label>Vy</label>
<input type="text" class="form-control" name="vy" value="0">
</div>
<div class="form-group col-md-offset-1 col-md-3">
<label>Vz</label>
<input type="text" class="form-control" name="vz" value="0">
</div>
</div>
<hr/>
<h4>Distance outputs:
<button type="button" class="btn btn-default btn-circle"
data-toggle="popover" title="Outputs"
data-content="Blabla">
<span class="glyphicon glyphicon-question-sign"></span>
</button></h4>
<div class="checkbox">
<label>
<input type="checkbox" name="comoving_distance" checked>Comoving distance
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="luminosity_distance" checked>Luminosity distance
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="angular_distance" checked>Angular distance
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="hubble_distance" checked>Hubble velocity
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="peculiar_velocity_distance" checked>Peculiar velocity
</label>
</div>
<hr/>
<h4>Please select output style</h4>
<div class="radio">
<label>
<input type="radio" name="output" value="text" checked>
Similarly formatted text output
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="output" value="json">
JSON output format
</label>
</div>
<hr/>
<!--
Optional outputs:
<div class="checkbox">
<label>
<input type="checkbox" id="ext_output">2MASS Galaxy name
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="ext_output">Matched group id
</label>
</div>
<hr/>
-->
Now you need to select a file to upload
<div class="form-group">
<label for="input_table">Input table</label>
<input type="file" name="table" required>
<p class="help-block">Please provide a text file to be uploaded for processing</p>
</div>
<hr/>
<center>
<button class="btn btn-primary" data-bind="click: submit">Ready ? Submit!</button>
</center>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Input file</dt>
<dd>
The input text file must have three columns:
<ol>
<li>The first column is the longitude coordinate in the system indicated above (in degrees from 0 to 360)
<li>The second column is the latitude coordinate in the same system (in degrees from -90 to 90)
<li>The third and last is the redshift, with units and rest-frame as specified above.
</ol>
Here is an example:
<pre>300 10 450
45 -20 2000</pre>
for two galaxies one in (l=300, b=10, cz=450 km/s) and another in (l=45, b=-20, cz=2000 km/s).
</dd>
</dl>
<dl class="dl-horizontal">
<dt>Text output format</dt>
<dd>
The output text will be formatted with the same line ordering as the input.
</dd>
</dl>
</div>
</div>
</div>
</div>
</form>
</div>
<div id="signature">
&copy; 2014-2020 Guilhem Lavaux, Michael J. Hudson, Jon Carrick &amp; Stephen Turnbull
<script language="javascript">
s0 = "lavaux@iap.fr,";
s0 += "mjhudson@uwaterloo.ca";
document.write("<a href=\"mailto:"+s0+"\">contact us</a>");
</script>
<div id="mirror">
Please use closest mirror: <a href="http://cosmicflows.iap.fr">France</a> or <a href="http://cosmicflows.uwaterloo.ca">Canada</a>
</div>
<div id="last_updated">
Last updated: 2020-09-02 16:26:42 +0200
</div>
</div>
</div>
<div class="box_bodies" id="below_body">
<div class="box_pad">
<a href="http://www.iap.fr"><img src="/assets/images2/iap.jpg"/></a>
<a href="http://www.cnrs.fr"><img src="/assets/images2/cnrs.jpg"/></a>
<a href="http://www.uwaterloo.ca"><img src="/assets/images2/uwaterloo.png"/></a>
<a href="http://ilp.upmc.fr"><img src="/assets/images2/ilp.png"/></a>
<a href="http://www.upmc.fr"><img src="/assets/images2/UPMC.jpg"/></a>
<a href="http://www.agence-nationale-recherche.fr/"><img src="/assets/images2/logo1_ANR.jpg"/></a>
</div>
</div>
</div>
<script type="text/javascript" src="/assets/js/manifest.js" charset="utf-8"></script>
<script type="text/javascript" src="/assets/js/commons.js" charset="utf-8"></script>
<script type="text/javascript" href="/assetsjs/base.bundle.js"></script>
<script type="text/javascript" src="/assets/js/table_query.bundle.js"></script>
</body>
</html>