Published June 18, 2024 | Version v1

The data for Radar Circular Polarization Ratio of Near-Earth Asteroids: Links to Spectral Taxonomy and Surface Processes

Description

README

% =========================================================================
% Project: "Radar Circular Polarization Ratio of Near-Earth Asteroids: Links to 
% Spectral Taxonomy and Surface Processes"
% Author: Edgard G. Rivera-Valentín
% Institution: Johns Hopkins University Applied Physics Laboratory
% Email: edgard.rivera-valentin@jhuapl.edu
% ORCID: 0000-0002-0786-7307
% Date: 18 September 2024
% =========================================================================

% =========================================================================
% Licenses:
% Any software provided in this repository is licenced under the MIT License, detailed below and within
% this archive. 
% Any data provided in this repository is licenced under Creative Commons Attribution 4.0 International, 
% detailed within this archive. 
%
% MIT License
%
% Copyright (c) 2024 The Johns Hopkins University Applied Physics Laboratory LLC
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software, data, and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% The above copyright notice and this permission notice shall be included in
% all copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.
%
% ADDITIONAL LICENSING INFORMATION:
% Any reuse of the figures and data provided in this repository must abide by 
% the Copyright policy of the American Astronomical Society Journals:
% https://journals.aas.org/article-charges-and-copyright/#AAS_material
% =========================================================================

% =========================================================================
% Description:
% This is a data repository for the manuscript published in the Planetary
% Science Journal:
% Title = Radar Circular Polarization Ratio of Near-Earth Asteroids: Links 
% to Spectral Taxonomy and Surface Processes
% Please see the Zenodo metadata for detailed publicatoin information.
% This repository includes:
% (1) A csv file that has the table of data used in the published work. The
% table includes the data for each near-Earth asteroid used in the
% anlaysis. The header information includes: Asteroid Number, Designation
% or Name, Taxonomic Type (Following the Bus-DeMeo classification system),
% CPR (where CPR is circular polarization ratio), CPR uncertainty (where
% the uncertainty is the 1-sigma value), a (where a is semi-major axis in
% au), q (where q is the perihelion distance in au), Q (where Q is the
% aphelion distance in au), P (where P is the rotational period in hours),
% Hmag (where Hmag is the absolute magnitude), and Orbital Class. 
% (2) A .mrt file that contains the same data as the csv file, but formatted
% according to the specifications of the machine-readable table format
% used by the AAS Journals. The .mrt version will also be published with
% the final PSJ article.
% (3) .mat files containing the output from the statistical modeling
% presented in the paper. These files are required to run the .m file
% included in this repository.
% (4) Make Figures.m, which is a Matlab code that remakes all the figures
% presented in the paper given the data in each of the .mat files. 
% (5) The .png files for each of the figures presented in the paper. 
% =========================================================================

% =========================================================================
% File Formats:
% This archive includes various file formats. 
% .csv file is a text file format that uses commas to separate values, and
% newlines to separate records. 
% .mrt file is an ASCII byte-by-byte format that is documented here:
% https://journals.aas.org/mrt-overview/
% and readable by tools such as astropy, TOPCACT, etc. 
% .m file is a simple text file used by Matlab, it can be opened by any
% text editor and executed by Matlab. 
% .mat file is the file format used by MATLAB for saving data. It can be
% ready by other software, such as python, e.g., 
% https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html
% .png file is short for Portable Network Graphic, which is a type of
% raster image file. 
% =========================================================================

Files

RadarTaxonomyData.csv

Files (595.4 kB)

Name Size Download all
md5:e2fd27ca060171514d31c99b4c509ae6
54.2 kB Download
md5:428613e23003c6b6674780d55bc2cd16
195.0 kB Download
md5:5a30e26235153ab95dc7cd878a89ad0b
50.3 kB Download
md5:8475086f57027bcb5829a33c122d97fe
4.3 kB Download
md5:868ecce0cfaaae970f7415b5f76fc028
12.4 kB Download
md5:d2f3a9d6406bd33997744a95196c8159
69.4 kB Download
md5:206f813b33b24cbe0dd2bac96a8fc577
11.4 kB Download
md5:db82c478d90da9e16d8141bccb6fd977
12.2 kB Download
md5:6987962970c12e4df0ab0f063448448a
5.6 kB Download
md5:9226a1bab5db78d29e1062801f51fde5
68.9 kB Download
md5:33cb46081cfa7b92d146b61120c21ed1
21.5 kB Download
md5:61d50222031902cb6423a444acce1acc
35.3 kB Preview Download
md5:a61ea1d401f5828fb0a88fcca5eed6b3
50.0 kB Download
md5:1d556ab52648dd8324ab5f778813b58f
5.0 kB Preview Download

Additional details

Related works

Is published in
Publication: 10.3847/PSJ/ad7df1 (DOI)

Funding

National Aeronautics and Space Administration
ARECIBO OBSERVATORY PLANETARY RADAR PROGRAM 80NSSC19K0523

Software

Programming language
MATLAB