=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0132 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0132_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0132_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-01/func/sub-0132_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>548b3b46d641c689bb6d9e40ddd52492</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>21:51:38.577500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999716, 0.013493, 0.0196481, -0.0118654, 0.996666, -0.0807215]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0822304</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>19</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4222, -7719, -7280, 230, -111, -98, -104, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.019</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1102b10f-ba33-40be-98b6-08a0e29b0244||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821646690368652, -0.031833913177251816, 0.05581387132406235, 112.94351959228516], [-0.03620075434446335, 2.6739821434020996, -0.21725666522979736, -101.35795593261719], [0.0527145080268383, 0.21656987071037292, 2.6906661987304688, -108.70662689208984], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['215138.577500', '215139.037500', '215139.497500', '215139.957500', '215140.417500', '215140.877500', '215141.337500', '215141.797500', '215142.257500', '215142.717500', '215143.177500', '215143.637500', '215144.097500', '215144.557500', '215145.017500', '215145.477500', '215145.937500', '215146.397500', '215146.857500', '215147.317500', '215147.777500', '215148.237500', '215148.697500', '215149.157500', '215149.617500', '215150.077500', '215150.537500', '215150.997500', '215151.457500', '215151.917500', '215152.377500', '215152.837500', '215153.297500', '215153.757500', '215154.217500', '215154.677500', '215155.137500', '215155.597500', '215156.057500', '215156.517500', '215156.977500', '215157.437500', '215157.897500', '215158.357500', '215158.817500', '215159.277500', '215159.737500', '215200.197500', '215200.657500', '215201.117500', '215201.577500', '215202.037500', '215202.497500', '215202.957500', '215203.417500', '215203.877500', '215204.337500', '215204.797500', '215205.257500', '215205.717500', '215206.177500', '215206.637500', '215207.097500', '215207.557500', '215208.017500', '215208.477500', '215208.937500', '215209.397500', '215209.857500', '215210.317500', '215210.777500', '215211.237500', '215211.697500', '215212.157500', '215212.617500', '215213.077500', '215213.537500', '215213.997500', '215214.457500', '215214.917500', '215215.377500', '215215.837500', '215216.297500', '215216.757500', '215217.217500', '215217.677500', '215218.137500', '215218.597500', '215219.057500', '215219.517500', '215219.977500', '215220.437500', '215220.897500', '215221.357500', '215221.817500', '215222.277500', '215222.737500', '215223.197500', '215223.657500', '215224.117500', '215224.577500', '215225.037500', '215225.497500', '215225.957500', '215226.417500', '215226.877500', '215227.337500', '215227.797500', '215228.257500', '215228.717500', '215229.177500', '215229.637500', '215230.097500', '215230.557500', '215231.017500', '215231.477500', '215231.937500', '215232.397500', '215232.857500', '215233.317500', '215233.777500', '215234.237500', '215234.697500', '215235.157500', '215235.617500', '215236.077500', '215236.537500', '215236.997500', '215237.457500', '215237.917500', '215238.377500', '215238.837500', '215239.297500', '215239.757500', '215240.217500', '215240.677500', '215241.137500', '215241.597500', '215242.057500', '215242.517500', '215242.977500', '215243.437500', '215243.897500', '215244.357500', '215244.817500', '215245.277500', '215245.737500', '215246.197500', '215246.657500', '215247.117500', '215247.577500', '215248.037500', '215248.497500', '215248.957500', '215249.417500', '215249.877500', '215250.337500', '215250.797500', '215251.257500', '215251.717500', '215252.177500', '215252.637500', '215253.097500', '215253.557500', '215254.017500', '215254.477500', '215254.937500', '215255.397500', '215255.857500', '215256.317500', '215256.777500', '215257.237500', '215257.697500', '215258.157500', '215258.617500', '215259.077500', '215259.537500', '215259.997500', '215300.457500', '215300.917500', '215301.377500', '215301.837500', '215302.297500', '215302.757500', '215303.217500', '215303.677500', '215304.137500', '215304.597500', '215305.057500', '215305.517500', '215305.977500', '215306.437500', '215306.897500', '215307.357500', '215307.817500', '215308.277500', '215308.737500', '215309.197500', '215309.657500', '215310.117500', '215310.577500', '215311.037500', '215311.497500', '215311.957500', '215312.417500', '215312.877500', '215313.337500', '215313.797500', '215314.257500', '215314.717500', '215315.177500', '215315.637500', '215316.097500', '215316.557500', '215317.017500', '215317.477500', '215317.937500', '215318.397500', '215318.857500', '215319.317500', '215319.777500', '215320.237500', '215320.697500', '215321.157500', '215321.617500', '215322.077500', '215322.537500', '215322.997500', '215323.457500', '215323.917500', '215324.377500', '215324.837500', '215325.297500', '215325.757500', '215326.217500', '215326.677500', '215327.137500', '215327.597500', '215328.057500', '215328.517500', '215328.977500', '215329.437500', '215329.897500', '215330.357500', '215330.817500', '215331.277500', '215331.737500', '215332.197500', '215332.657500', '215333.117500', '215333.577500', '215334.037500', '215334.497500', '215334.957500', '215335.417500', '215335.877500', '215336.337500', '215336.797500', '215337.257500', '215337.717500', '215338.177500', '215338.637500', '215339.097500', '215339.557500', '215340.017500', '215340.477500', '215340.937500', '215341.397500', '215341.857500', '215342.317500', '215342.777500', '215343.237500', '215343.697500', '215344.157500', '215344.617500', '215345.077500', '215345.537500', '215345.997500', '215346.457500', '215346.917500', '215347.377500', '215347.837500', '215348.297500', '215348.757500', '215349.217500', '215349.677500', '215350.137500', '215350.597500', '215351.057500', '215351.517500', '215351.977500', '215352.437500', '215352.897500', '215353.357500', '215353.817500', '215354.277500', '215354.737500', '215355.197500', '215355.657500', '215356.117500', '215356.577500', '215357.037500', '215357.497500', '215357.957500', '215358.417500', '215358.877500', '215359.337500', '215359.797500', '215400.257500', '215400.717500', '215401.177500', '215401.637500', '215402.097500', '215402.557500', '215403.017500', '215403.477500', '215403.937500', '215404.397500', '215404.857500', '215405.317500', '215405.777500', '215406.237500', '215406.697500', '215407.157500', '215407.617500', '215408.077500', '215408.537500', '215408.997500', '215409.457500', '215409.917500', '215410.377500', '215410.837500', '215411.297500', '215411.757500', '215412.217500', '215412.677500', '215413.137500', '215413.597500', '215414.057500', '215414.517500', '215414.977500', '215415.437500', '215415.897500', '215416.357500', '215416.817500', '215417.277500', '215417.737500', '215418.197500', '215418.657500', '215419.117500', '215419.577500', '215420.037500', '215420.497500', '215420.957500', '215421.417500', '215421.877500', '215422.337500', '215422.797500', '215423.257500', '215423.717500', '215424.177500', '215424.637500', '215425.097500', '215425.557500', '215426.017500', '215426.477500', '215426.937500', '215427.397500', '215427.857500', '215428.317500', '215428.777500', '215429.237500', '215429.697500', '215430.157500', '215430.617500', '215431.077500', '215431.537500', '215431.997500', '215432.457500', '215432.917500', '215433.377500', '215433.837500', '215434.297500', '215434.757500', '215435.217500', '215435.677500', '215436.137500', '215436.597500', '215437.057500', '215437.517500', '215437.977500', '215438.437500', '215438.897500', '215439.357500', '215439.817500', '215440.277500', '215440.737500', '215441.197500', '215441.657500', '215442.117500', '215442.577500', '215443.037500', '215443.497500', '215443.957500', '215444.417500', '215444.877500', '215445.337500', '215445.797500', '215446.257500', '215446.717500', '215447.177500', '215447.637500', '215448.097500', '215448.557500', '215449.017500', '215449.477500', '215449.937500', '215450.397500', '215450.857500', '215451.317500', '215451.777500', '215452.237500', '215452.697500', '215453.157500', '215453.617500', '215454.077500', '215454.537500', '215454.997500', '215455.457500', '215455.917500', '215456.377500', '215456.837500', '215457.297500', '215457.757500', '215458.217500', '215458.677500', '215459.137500', '215459.597500', '215500.057500', '215500.517500', '215500.977500', '215501.437500', '215501.897500', '215502.357500', '215502.817500', '215503.277500', '215503.737500', '215504.197500', '215504.657500', '215505.117500', '215505.577500', '215506.037500', '215506.497500', '215506.957500', '215507.417500', '215507.877500', '215508.337500', '215508.797500', '215509.257500', '215509.717500', '215510.177500', '215510.637500', '215511.097500', '215511.557500', '215512.017500', '215512.477500', '215512.937500', '215513.397500', '215513.857500', '215514.317500', '215514.777500', '215515.237500', '215515.697500', '215516.157500', '215516.617500', '215517.077500', '215517.537500', '215517.997500', '215518.457500', '215518.917500', '215519.377500', '215519.837500', '215520.297500', '215520.757500', '215521.217500', '215521.677500', '215522.137500', '215522.597500', '215523.057500', '215523.517500', '215523.977500', '215524.437500', '215524.897500', '215525.357500', '215525.817500', '215526.277500', '215526.737500', '215527.197500', '215527.657500', '215528.117500', '215528.577500', '215529.037500', '215529.497500', '215529.957500', '215530.417500', '215530.877500', '215531.337500', '215531.797500', '215532.257500', '215532.717500', '215533.177500', '215533.637500', '215534.097500', '215534.557500', '215535.017500', '215535.477500', '215535.937500', '215536.397500', '215536.857500', '215537.317500', '215537.777500', '215538.237500', '215538.697500', '215539.157500', '215539.617500', '215540.077500', '215540.537500', '215540.997500', '215541.457500', '215541.917500', '215542.377500', '215542.837500', '215543.297500', '215543.757500', '215544.217500', '215544.677500', '215545.137500', '215545.597500', '215546.057500', '215546.517500', '215546.977500', '215547.437500', '215547.897500', '215548.357500', '215548.817500', '215549.277500', '215549.737500', '215550.197500', '215550.657500', '215551.117500', '215551.577500', '215552.037500', '215552.497500', '215552.957500', '215553.417500', '215553.877500', '215554.337500', '215554.797500', '215555.257500', '215555.717500', '215556.177500', '215556.637500', '215557.097500', '215557.557500', '215558.017500', '215558.477500', '215558.937500', '215559.397500', '215559.857500', '215600.317500', '215600.777500', '215601.237500', '215601.697500', '215602.157500', '215602.617500', '215603.077500', '215603.537500', '215603.997500', '215604.457500', '215604.917500', '215605.377500', '215605.837500', '215606.297500', '215606.757500', '215607.217500', '215607.677500', '215608.137500', '215608.597500', '215609.057500', '215609.517500', '215609.977500', '215610.437500', '215610.897500', '215611.357500', '215611.817500', '215612.277500', '215612.737500', '215613.197500', '215613.657500', '215614.117500', '215614.577500', '215615.037500', '215615.497500', '215615.957500', '215616.417500', '215616.877500', '215617.337500', '215617.797500', '215618.257500', '215618.717500', '215619.177500', '215619.637500', '215620.097500', '215620.557500', '215621.017500', '215621.477500', '215621.937500', '215622.397500', '215622.857500', '215623.317500', '215623.777500', '215624.237500', '215624.697500', '215625.157500', '215625.617500', '215626.077500', '215626.537500', '215626.997500', '215627.457500', '215627.917500', '215628.377500', '215628.837500', '215629.297500', '215629.757500', '215630.217500', '215630.677500', '215631.137500', '215631.597500', '215632.057500', '215632.517500', '215632.977500', '215633.437500', '215633.897500', '215634.357500', '215634.817500', '215635.277500', '215635.737500', '215636.197500', '215636.657500', '215637.117500', '215637.577500', '215638.037500', '215638.497500', '215638.957500', '215639.417500', '215639.877500', '215640.337500', '215640.797500', '215641.257500', '215641.717500', '215642.177500', '215642.637500', '215643.097500', '215643.557500', '215644.017500', '215644.477500', '215644.937500', '215645.397500', '215645.857500', '215646.317500', '215646.777500', '215647.237500', '215647.697500', '215648.157500', '215648.617500', '215649.077500', '215649.537500', '215649.997500', '215650.457500', '215650.917500', '215651.377500', '215651.837500', '215652.297500', '215652.757500', '215653.217500', '215653.677500', '215654.137500', '215654.597500', '215655.057500', '215655.517500', '215655.977500', '215656.437500', '215656.897500', '215657.357500', '215657.817500', '215658.277500', '215658.737500', '215659.197500', '215659.657500', '215700.117500', '215700.577500', '215701.037500', '215701.497500', '215701.957500', '215702.417500', '215702.877500', '215703.337500', '215703.797500', '215704.257500', '215704.717500', '215705.177500', '215705.637500', '215706.097500', '215706.557500', '215707.017500', '215707.477500', '215707.937500', '215708.397500', '215708.857500', '215709.317500', '215709.777500', '215710.237500', '215710.697500', '215711.157500', '215711.617500', '215712.077500', '215712.537500', '215712.997500', '215713.457500', '215713.917500', '215714.377500', '215714.837500', '215715.297500', '215715.757500', '215716.217500', '215716.677500', '215717.137500', '215717.597500', '215718.057500', '215718.517500', '215718.977500', '215719.437500', '215719.897500', '215720.357500', '215720.817500', '215721.277500', '215721.737500', '215722.197500', '215722.657500', '215723.117500', '215723.577500', '215724.037500', '215724.497500', '215724.957500', '215725.417500', '215725.877500', '215726.337500', '215726.797500', '215727.257500', '215727.717500', '215728.177500', '215728.637500', '215729.097500', '215729.557500', '215730.017500', '215730.477500', '215730.937500', '215731.397500', '215731.857500', '215732.317500', '215732.777500', '215733.237500', '215733.697500', '215734.157500', '215734.617500', '215735.077500', '215735.537500', '215735.997500', '215736.457500', '215736.917500', '215737.377500', '215737.837500', '215738.297500', '215738.757500', '215739.217500', '215739.677500', '215740.137500', '215740.597500', '215741.057500', '215741.517500', '215741.977500', '215742.437500', '215742.897500', '215743.357500', '215743.817500', '215744.277500', '215744.737500', '215745.197500', '215745.657500', '215746.117500', '215746.577500', '215747.037500', '215747.497500', '215747.957500', '215748.417500', '215748.877500', '215749.337500', '215749.797500', '215750.257500', '215750.717500', '215751.177500', '215751.637500', '215752.097500', '215752.557500', '215753.017500', '215753.477500', '215753.937500', '215754.397500', '215754.857500', '215755.317500', '215755.777500', '215756.237500', '215756.697500', '215757.157500', '215757.617500', '215758.077500', '215758.537500', '215758.997500', '215759.457500', '215759.917500', '215800.377500', '215800.837500', '215801.297500', '215801.757500', '215802.217500', '215802.677500', '215803.137500', '215803.597500', '215804.057500', '215804.517500', '215804.977500', '215805.437500', '215805.897500', '215806.357500', '215806.817500', '215807.277500', '215807.737500', '215808.197500', '215808.657500', '215809.117500', '215809.577500', '215810.037500', '215810.497500', '215810.957500', '215811.417500', '215811.877500', '215812.337500', '215812.797500', '215813.257500', '215813.717500', '215814.177500', '215814.637500', '215815.097500', '215815.557500', '215816.017500', '215816.477500', '215816.937500', '215817.397500', '215817.857500', '215818.317500', '215818.777500', '215819.237500'], 'ContentTime': ['215159.741000', '215159.744000', '215159.747000', '215159.750000', '215159.752000', '215159.755000', '215159.758000', '215159.760000', '215159.763000', '215159.765000', '215159.770000', '215159.773000', '215159.775000', '215159.778000', '215159.780000', '215159.783000', '215159.785000', '215159.788000', '215159.790000', '215159.793000', '215159.796000', '215159.798000', '215159.802000', '215159.804000', '215159.807000', '215159.810000', '215159.812000', '215159.815000', '215159.817000', '215159.820000', '215159.822000', '215159.825000', '215159.828000', '215159.830000', '215159.833000', '215159.835000', '215159.838000', '215159.840000', '215159.843000', '215159.845000', '215159.848000', '215159.850000', '215159.853000', '215219.678000', '215219.680000', '215219.683000', '215219.685000', '215219.688000', '215219.690000', '215219.693000', '215219.695000', '215219.698000', '215219.701000', '215219.703000', '215219.706000', '215219.708000', '215219.711000', '215219.713000', '215219.716000', '215219.718000', '215219.721000', '215219.723000', '215219.726000', '215219.728000', '215219.731000', '215219.734000', '215219.736000', '215219.739000', '215219.741000', '215219.744000', '215219.746000', '215219.749000', '215219.751000', '215219.754000', '215219.756000', '215219.759000', '215219.761000', '215219.764000', '215219.767000', '215219.769000', '215219.772000', '215219.774000', '215219.777000', '215219.785000', '215219.787000', '215219.790000', '215219.792000', '215239.677000', '215239.680000', '215239.683000', '215239.685000', '215239.688000', '215239.690000', '215239.693000', '215239.695000', '215239.698000', '215239.700000', '215239.703000', '215239.706000', '215239.708000', '215239.711000', '215239.713000', '215239.716000', '215239.718000', '215239.721000', '215239.723000', '215239.726000', '215239.728000', '215239.731000', '215239.734000', '215239.736000', '215239.739000', '215239.741000', '215239.744000', '215239.746000', '215239.749000', '215239.751000', '215239.762000', '215239.765000', '215239.768000', '215239.770000', '215239.773000', '215239.775000', '215239.778000', '215239.780000', '215239.783000', '215239.786000', '215239.788000', '215239.791000', '215239.793000', '215259.677000', '215259.680000', '215259.683000', '215259.685000', '215259.688000', '215259.690000', '215259.693000', '215259.695000', '215259.698000', '215259.701000', '215259.703000', '215259.706000', '215259.708000', '215259.711000', '215259.713000', '215259.716000', '215259.718000', '215259.721000', '215259.724000', '215259.726000', '215259.729000', '215259.731000', '215259.734000', '215259.736000', '215259.739000', '215259.748000', '215259.751000', '215259.753000', '215259.756000', '215259.758000', '215259.761000', '215259.763000', '215259.766000', '215259.769000', '215259.771000', '215259.774000', '215259.776000', '215259.779000', '215259.781000', '215259.784000', '215259.786000', '215259.796000', '215259.798000', '215259.801000', '215319.678000', '215319.681000', '215319.684000', '215319.686000', '215319.689000', '215319.691000', '215319.694000', '215319.696000', '215319.699000', '215319.702000', '215319.704000', '215319.707000', '215319.716000', '215319.719000', '215319.721000', '215319.724000', '215319.727000', '215319.729000', '215319.732000', '215319.734000', '215319.737000', '215319.739000', '215319.742000', '215319.745000', '215319.747000', '215319.750000', '215319.752000', '215319.755000', '215319.757000', '215319.760000', '215319.763000', '215319.765000', '215319.768000', '215319.770000', '215319.773000', '215319.775000', '215319.778000', '215319.782000', '215319.785000', '215319.787000', '215319.790000', '215319.792000', '215319.795000', '215339.678000', '215339.681000', '215339.684000', '215339.686000', '215339.689000', '215339.692000', '215339.694000', '215339.697000', '215339.699000', '215339.702000', '215339.705000', '215339.707000', '215339.710000', '215339.712000', '215339.715000', '215339.717000', '215339.720000', '215339.722000', '215339.725000', '215339.728000', '215339.730000', '215339.733000', '215339.735000', '215339.738000', '215339.741000', '215339.743000', '215339.746000', '215339.748000', '215339.751000', '215339.753000', '215339.756000', '215339.759000', '215339.761000', '215339.764000', '215339.766000', '215339.769000', '215339.771000', '215339.774000', '215339.777000', '215339.779000', '215339.782000', '215339.784000', '215339.787000', '215339.789000', '215359.678000', '215359.681000', '215359.684000', '215359.686000', '215359.689000', '215359.691000', '215359.694000', '215359.697000', '215359.699000', '215359.702000', '215359.704000', '215359.707000', '215359.709000', '215359.712000', '215359.714000', '215359.717000', '215359.719000', '215359.722000', '215359.724000', '215359.727000', '215359.729000', '215359.732000', '215359.735000', '215359.737000', '215359.740000', '215359.742000', '215359.749000', '215359.752000', '215359.755000', '215359.757000', '215359.760000', '215359.762000', '215359.765000', '215359.767000', '215359.770000', '215359.772000', '215359.775000', '215359.777000', '215359.780000', '215359.783000', '215359.785000', '215359.788000', '215359.790000', '215419.678000', '215419.681000', '215419.684000', '215419.687000', '215419.689000', '215419.692000', '215419.695000', '215419.697000', '215419.700000', '215419.702000', '215419.705000', '215419.708000', '215419.710000', '215419.713000', '215419.715000', '215419.718000', '215419.721000', '215419.723000', '215419.726000', '215419.728000', '215419.731000', '215419.734000', '215419.736000', '215419.739000', '215419.741000', '215419.744000', '215419.746000', '215419.749000', '215419.752000', '215419.754000', '215419.757000', '215419.759000', '215419.762000', '215419.764000', '215419.767000', '215419.770000', '215419.772000', '215419.775000', '215419.777000', '215419.780000', '215419.782000', '215419.785000', '215419.787000', '215419.790000', '215439.678000', '215439.681000', '215439.683000', '215439.686000', '215439.688000', '215439.691000', '215439.694000', '215439.696000', '215439.699000', '215439.701000', '215439.704000', '215439.706000', '215439.709000', '215439.711000', '215439.714000', '215439.717000', '215439.719000', '215439.722000', '215439.724000', '215439.727000', '215439.739000', '215439.741000', '215439.744000', '215439.747000', '215439.749000', '215439.752000', '215439.754000', '215439.757000', '215439.759000', '215439.762000', '215439.764000', '215439.767000', '215439.769000', '215439.772000', '215439.774000', '215439.777000', '215439.779000', '215439.782000', '215439.785000', '215439.787000', '215439.790000', '215439.792000', '215439.795000', '215459.677000', '215459.680000', '215459.683000', '215459.685000', '215459.688000', '215459.690000', '215459.697000', '215459.699000', '215459.702000', '215459.704000', '215459.707000', '215459.709000', '215459.712000', '215459.715000', '215459.717000', '215459.720000', '215459.722000', '215459.725000', '215459.727000', '215459.730000', '215459.733000', '215459.735000', '215459.738000', '215459.740000', '215459.743000', '215459.745000', '215459.748000', '215459.750000', '215459.753000', '215459.755000', '215459.758000', '215459.760000', '215459.763000', '215459.766000', '215459.768000', '215459.771000', '215459.773000', '215459.776000', '215459.778000', '215459.781000', '215459.783000', '215459.786000', '215459.789000', '215459.791000', '215519.677000', '215519.680000', '215519.683000', '215519.686000', '215519.688000', '215519.691000', '215519.694000', '215519.696000', '215519.699000', '215519.701000', '215519.704000', '215519.707000', '215519.709000', '215519.712000', '215519.714000', '215519.717000', '215519.719000', '215519.722000', '215519.725000', '215519.727000', '215519.730000', '215519.732000', '215519.735000', '215519.737000', '215519.740000', '215519.742000', '215519.745000', '215519.748000', '215519.750000', '215519.753000', '215519.755000', '215519.758000', '215519.760000', '215519.763000', '215519.766000', '215519.768000', '215519.771000', '215519.773000', '215519.776000', '215519.778000', '215519.781000', '215519.784000', '215519.786000', '215539.679000', '215539.682000', '215539.685000', '215539.687000', '215539.690000', '215539.693000', '215539.695000', '215539.698000', '215539.700000', '215539.703000', '215539.705000', '215539.708000', '215539.710000', '215539.713000', '215539.716000', '215539.718000', '215539.721000', '215539.723000', '215539.726000', '215539.728000', '215539.731000', '215539.734000', '215539.736000', '215539.739000', '215539.742000', '215539.744000', '215539.747000', '215539.749000', '215539.752000', '215539.754000', '215539.757000', '215539.760000', '215539.762000', '215539.765000', '215539.767000', '215539.770000', '215539.772000', '215539.779000', '215539.782000', '215539.784000', '215539.787000', '215539.790000', '215539.792000', '215539.795000', '215559.679000', '215559.681000', '215559.684000', '215559.687000', '215559.689000', '215559.692000', '215559.695000', '215559.697000', '215559.700000', '215559.702000', '215559.705000', '215559.707000', '215559.710000', '215559.713000', '215559.715000', '215559.718000', '215559.720000', '215559.723000', '215559.726000', '215559.728000', '215559.731000', '215559.733000', '215559.736000', '215559.739000', '215559.741000', '215559.744000', '215559.746000', '215559.749000', '215559.752000', '215559.754000', '215559.757000', '215559.759000', '215559.762000', '215559.764000', '215559.767000', '215559.770000', '215559.772000', '215559.775000', '215559.777000', '215559.780000', '215559.782000', '215559.785000', '215559.787000', '215619.678000', '215619.681000', '215619.684000', '215619.686000', '215619.689000', '215619.692000', '215619.694000', '215619.697000', '215619.699000', '215619.702000', '215619.704000', '215619.707000', '215619.709000', '215619.712000', '215619.715000', '215619.717000', '215619.720000', '215619.722000', '215619.725000', '215619.728000', '215619.730000', '215619.733000', '215619.735000', '215619.738000', '215619.740000', '215619.743000', '215619.745000', '215619.748000', '215619.750000', '215619.753000', '215619.756000', '215619.758000', '215619.761000', '215619.763000', '215619.766000', '215619.768000', '215619.771000', '215619.774000', '215619.776000', '215619.779000', '215619.781000', '215619.784000', '215619.787000', '215619.789000', '215639.679000', '215639.681000', '215639.684000', '215639.687000', '215639.689000', '215639.692000', '215639.695000', '215639.697000', '215639.700000', '215639.703000', '215639.705000', '215639.708000', '215639.711000', '215639.713000', '215639.716000', '215639.719000', '215639.721000', '215639.724000', '215639.726000', '215639.729000', '215639.731000', '215639.734000', '215639.737000', '215639.739000', '215639.742000', '215639.744000', '215639.747000', '215639.750000', '215639.752000', '215639.755000', '215639.757000', '215639.760000', '215639.763000', '215639.765000', '215639.768000', '215639.770000', '215639.773000', '215639.775000', '215639.778000', '215639.781000', '215639.783000', '215639.786000', '215639.788000', '215659.677000', '215659.680000', '215659.683000', '215659.685000', '215659.688000', '215659.690000', '215659.693000', '215659.696000', '215659.698000', '215659.701000', '215659.710000', '215659.712000', '215659.715000', '215659.718000', '215659.721000', '215659.724000', '215659.726000', '215659.729000', '215659.732000', '215659.734000', '215659.737000', '215659.739000', '215659.742000', '215659.745000', '215659.747000', '215659.750000', '215659.752000', '215659.755000', '215659.757000', '215659.760000', '215659.762000', '215659.765000', '215659.768000', '215659.770000', '215659.773000', '215659.776000', '215659.778000', '215659.781000', '215659.784000', '215659.786000', '215659.789000', '215659.791000', '215659.794000', '215659.796000', '215719.678000', '215719.680000', '215719.683000', '215719.685000', '215719.688000', '215719.691000', '215719.693000', '215719.696000', '215719.698000', '215719.701000', '215719.703000', '215719.706000', '215719.708000', '215719.715000', '215719.718000', '215719.720000', '215719.723000', '215719.725000', '215719.728000', '215719.730000', '215719.733000', '215719.736000', '215719.738000', '215719.741000', '215719.743000', '215719.746000', '215719.749000', '215719.751000', '215719.754000', '215719.756000', '215719.759000', '215719.762000', '215719.764000', '215719.767000', '215719.769000', '215719.772000', '215719.774000', '215719.777000', '215719.779000', '215719.782000', '215719.785000', '215719.787000', '215719.790000', '215739.677000', '215739.680000', '215739.683000', '215739.685000', '215739.688000', '215739.691000', '215739.693000', '215739.696000', '215739.698000', '215739.701000', '215739.704000', '215739.707000', '215739.726000', '215739.744000', '215739.748000', '215739.751000', '215739.753000', '215739.756000', '215739.758000', '215739.761000', '215739.763000', '215739.766000', '215739.769000', '215739.771000', '215739.774000', '215739.776000', '215739.779000', '215739.781000', '215739.784000', '215739.787000', '215739.790000', '215739.792000', '215739.795000', '215739.797000', '215739.800000', '215739.802000', '215739.805000', '215739.808000', '215739.810000', '215739.813000', '215739.815000', '215739.818000', '215739.820000', '215759.679000', '215759.681000', '215759.684000', '215759.687000', '215759.689000', '215759.692000', '215759.694000', '215759.697000', '215759.700000', '215759.702000', '215759.705000', '215759.707000', '215759.710000', '215759.712000', '215759.715000', '215759.718000', '215759.720000', '215759.723000', '215759.725000', '215759.728000', '215759.730000', '215759.733000', '215759.735000', '215759.738000', '215759.740000', '215759.743000', '215759.746000', '215759.748000', '215759.751000', '215759.753000', '215759.756000', '215759.758000', '215759.761000', '215759.763000', '215759.766000', '215759.768000', '215759.771000', '215759.774000', '215759.776000', '215759.779000', '215759.788000', '215759.790000', '215759.793000', '215759.795000', '215819.678000', '215819.681000', '215819.684000', '215819.686000', '215819.689000', '215819.692000', '215819.694000', '215819.697000', '215819.699000', '215819.702000', '215819.705000', '215819.707000', '215819.710000', '215819.712000', '215819.715000', '215819.718000', '215819.720000', '215819.723000', '215819.726000', '215819.729000', '215819.732000', '215819.735000', '215819.737000', '215819.740000', '215819.742000', '215819.745000', '215819.748000', '215819.750000', '215819.753000', '215819.755000', '215819.758000', '215819.761000', '215819.764000', '215819.766000', '215819.769000', '215819.771000', '215819.774000', '215819.777000', '215819.779000', '215819.782000', '215819.784000', '215819.787000', '215819.789000', '215820.632000', '215820.635000', '215820.637000'], 'InstanceCreationTime': ['215159.741000', '215159.744000', '215159.747000', '215159.750000', '215159.752000', '215159.755000', '215159.758000', '215159.760000', '215159.763000', '215159.765000', '215159.770000', '215159.773000', '215159.775000', '215159.778000', '215159.780000', '215159.783000', '215159.785000', '215159.788000', '215159.790000', '215159.793000', '215159.796000', '215159.798000', '215159.802000', '215159.804000', '215159.807000', '215159.810000', '215159.812000', '215159.815000', '215159.817000', '215159.820000', '215159.822000', '215159.825000', '215159.828000', '215159.830000', '215159.833000', '215159.835000', '215159.838000', '215159.840000', '215159.843000', '215159.845000', '215159.848000', '215159.850000', '215159.853000', '215219.678000', '215219.680000', '215219.683000', '215219.685000', '215219.688000', '215219.690000', '215219.693000', '215219.695000', '215219.698000', '215219.701000', '215219.703000', '215219.706000', '215219.708000', '215219.711000', '215219.713000', '215219.716000', '215219.718000', '215219.721000', '215219.723000', '215219.726000', '215219.728000', '215219.731000', '215219.734000', '215219.736000', '215219.739000', '215219.741000', '215219.744000', '215219.746000', '215219.749000', '215219.751000', '215219.754000', '215219.756000', '215219.759000', '215219.761000', '215219.764000', '215219.767000', '215219.769000', '215219.772000', '215219.774000', '215219.777000', '215219.785000', '215219.787000', '215219.790000', '215219.792000', '215239.677000', '215239.680000', '215239.683000', '215239.685000', '215239.688000', '215239.690000', '215239.693000', '215239.695000', '215239.698000', '215239.700000', '215239.703000', '215239.706000', '215239.708000', '215239.711000', '215239.713000', '215239.716000', '215239.718000', '215239.721000', '215239.723000', '215239.726000', '215239.728000', '215239.731000', '215239.734000', '215239.736000', '215239.739000', '215239.741000', '215239.744000', '215239.746000', '215239.749000', '215239.751000', '215239.762000', '215239.765000', '215239.768000', '215239.770000', '215239.773000', '215239.775000', '215239.778000', '215239.780000', '215239.783000', '215239.786000', '215239.788000', '215239.791000', '215239.793000', '215259.677000', '215259.680000', '215259.683000', '215259.685000', '215259.688000', '215259.690000', '215259.693000', '215259.695000', '215259.698000', '215259.701000', '215259.703000', '215259.706000', '215259.708000', '215259.711000', '215259.713000', '215259.716000', '215259.718000', '215259.721000', '215259.724000', '215259.726000', '215259.729000', '215259.731000', '215259.734000', '215259.736000', '215259.739000', '215259.748000', '215259.751000', '215259.753000', '215259.756000', '215259.758000', '215259.761000', '215259.763000', '215259.766000', '215259.769000', '215259.771000', '215259.774000', '215259.776000', '215259.779000', '215259.781000', '215259.784000', '215259.786000', '215259.796000', '215259.798000', '215259.801000', '215319.678000', '215319.681000', '215319.684000', '215319.686000', '215319.689000', '215319.691000', '215319.694000', '215319.696000', '215319.699000', '215319.702000', '215319.704000', '215319.707000', '215319.716000', '215319.719000', '215319.721000', '215319.724000', '215319.727000', '215319.729000', '215319.732000', '215319.734000', '215319.737000', '215319.739000', '215319.742000', '215319.745000', '215319.747000', '215319.750000', '215319.752000', '215319.755000', '215319.757000', '215319.760000', '215319.763000', '215319.765000', '215319.768000', '215319.770000', '215319.773000', '215319.775000', '215319.778000', '215319.782000', '215319.785000', '215319.787000', '215319.790000', '215319.792000', '215319.795000', '215339.678000', '215339.681000', '215339.684000', '215339.686000', '215339.689000', '215339.692000', '215339.694000', '215339.697000', '215339.699000', '215339.702000', '215339.705000', '215339.707000', '215339.710000', '215339.712000', '215339.715000', '215339.717000', '215339.720000', '215339.722000', '215339.725000', '215339.728000', '215339.730000', '215339.733000', '215339.735000', '215339.738000', '215339.741000', '215339.743000', '215339.746000', '215339.748000', '215339.751000', '215339.753000', '215339.756000', '215339.759000', '215339.761000', '215339.764000', '215339.766000', '215339.769000', '215339.771000', '215339.774000', '215339.777000', '215339.779000', '215339.782000', '215339.784000', '215339.787000', '215339.789000', '215359.678000', '215359.681000', '215359.684000', '215359.686000', '215359.689000', '215359.691000', '215359.694000', '215359.697000', '215359.699000', '215359.702000', '215359.704000', '215359.707000', '215359.709000', '215359.712000', '215359.714000', '215359.717000', '215359.719000', '215359.722000', '215359.724000', '215359.727000', '215359.729000', '215359.732000', '215359.735000', '215359.737000', '215359.740000', '215359.742000', '215359.749000', '215359.752000', '215359.755000', '215359.757000', '215359.760000', '215359.762000', '215359.765000', '215359.767000', '215359.770000', '215359.772000', '215359.775000', '215359.777000', '215359.780000', '215359.783000', '215359.785000', '215359.788000', '215359.790000', '215419.678000', '215419.681000', '215419.684000', '215419.687000', '215419.689000', '215419.692000', '215419.695000', '215419.697000', '215419.700000', '215419.702000', '215419.705000', '215419.708000', '215419.710000', '215419.713000', '215419.715000', '215419.718000', '215419.721000', '215419.723000', '215419.726000', '215419.728000', '215419.731000', '215419.734000', '215419.736000', '215419.739000', '215419.741000', '215419.744000', '215419.746000', '215419.749000', '215419.752000', '215419.754000', '215419.757000', '215419.759000', '215419.762000', '215419.764000', '215419.767000', '215419.770000', '215419.772000', '215419.775000', '215419.777000', '215419.780000', '215419.782000', '215419.785000', '215419.787000', '215419.790000', '215439.678000', '215439.681000', '215439.683000', '215439.686000', '215439.688000', '215439.691000', '215439.694000', '215439.696000', '215439.699000', '215439.701000', '215439.704000', '215439.706000', '215439.709000', '215439.711000', '215439.714000', '215439.717000', '215439.719000', '215439.722000', '215439.724000', '215439.727000', '215439.739000', '215439.741000', '215439.744000', '215439.747000', '215439.749000', '215439.752000', '215439.754000', '215439.757000', '215439.759000', '215439.762000', '215439.764000', '215439.767000', '215439.769000', '215439.772000', '215439.774000', '215439.777000', '215439.779000', '215439.782000', '215439.785000', '215439.787000', '215439.790000', '215439.792000', '215439.795000', '215459.677000', '215459.680000', '215459.683000', '215459.685000', '215459.688000', '215459.690000', '215459.697000', '215459.699000', '215459.702000', '215459.704000', '215459.707000', '215459.709000', '215459.712000', '215459.715000', '215459.717000', '215459.720000', '215459.722000', '215459.725000', '215459.727000', '215459.730000', '215459.733000', '215459.735000', '215459.738000', '215459.740000', '215459.743000', '215459.745000', '215459.748000', '215459.750000', '215459.753000', '215459.755000', '215459.758000', '215459.760000', '215459.763000', '215459.766000', '215459.768000', '215459.771000', '215459.773000', '215459.776000', '215459.778000', '215459.781000', '215459.783000', '215459.786000', '215459.789000', '215459.791000', '215519.677000', '215519.680000', '215519.683000', '215519.686000', '215519.688000', '215519.691000', '215519.694000', '215519.696000', '215519.699000', '215519.701000', '215519.704000', '215519.707000', '215519.709000', '215519.712000', '215519.714000', '215519.717000', '215519.719000', '215519.722000', '215519.725000', '215519.727000', '215519.730000', '215519.732000', '215519.735000', '215519.737000', '215519.740000', '215519.742000', '215519.745000', '215519.748000', '215519.750000', '215519.753000', '215519.755000', '215519.758000', '215519.760000', '215519.763000', '215519.766000', '215519.768000', '215519.771000', '215519.773000', '215519.776000', '215519.778000', '215519.781000', '215519.784000', '215519.786000', '215539.679000', '215539.682000', '215539.685000', '215539.687000', '215539.690000', '215539.693000', '215539.695000', '215539.698000', '215539.700000', '215539.703000', '215539.705000', '215539.708000', '215539.710000', '215539.713000', '215539.716000', '215539.718000', '215539.721000', '215539.723000', '215539.726000', '215539.728000', '215539.731000', '215539.734000', '215539.736000', '215539.739000', '215539.742000', '215539.744000', '215539.747000', '215539.749000', '215539.752000', '215539.754000', '215539.757000', '215539.760000', '215539.762000', '215539.765000', '215539.767000', '215539.770000', '215539.772000', '215539.779000', '215539.782000', '215539.784000', '215539.787000', '215539.790000', '215539.792000', '215539.795000', '215559.679000', '215559.681000', '215559.684000', '215559.687000', '215559.689000', '215559.692000', '215559.695000', '215559.697000', '215559.700000', '215559.702000', '215559.705000', '215559.707000', '215559.710000', '215559.713000', '215559.715000', '215559.718000', '215559.720000', '215559.723000', '215559.726000', '215559.728000', '215559.731000', '215559.733000', '215559.736000', '215559.739000', '215559.741000', '215559.744000', '215559.746000', '215559.749000', '215559.752000', '215559.754000', '215559.757000', '215559.759000', '215559.762000', '215559.764000', '215559.767000', '215559.770000', '215559.772000', '215559.775000', '215559.777000', '215559.780000', '215559.782000', '215559.785000', '215559.787000', '215619.678000', '215619.681000', '215619.684000', '215619.686000', '215619.689000', '215619.692000', '215619.694000', '215619.697000', '215619.699000', '215619.702000', '215619.704000', '215619.707000', '215619.709000', '215619.712000', '215619.715000', '215619.717000', '215619.720000', '215619.722000', '215619.725000', '215619.728000', '215619.730000', '215619.733000', '215619.735000', '215619.738000', '215619.740000', '215619.743000', '215619.745000', '215619.748000', '215619.750000', '215619.753000', '215619.756000', '215619.758000', '215619.761000', '215619.763000', '215619.766000', '215619.768000', '215619.771000', '215619.774000', '215619.776000', '215619.779000', '215619.781000', '215619.784000', '215619.787000', '215619.789000', '215639.679000', '215639.681000', '215639.684000', '215639.687000', '215639.689000', '215639.692000', '215639.695000', '215639.697000', '215639.700000', '215639.703000', '215639.705000', '215639.708000', '215639.711000', '215639.713000', '215639.716000', '215639.719000', '215639.721000', '215639.724000', '215639.726000', '215639.729000', '215639.731000', '215639.734000', '215639.737000', '215639.739000', '215639.742000', '215639.744000', '215639.747000', '215639.750000', '215639.752000', '215639.755000', '215639.757000', '215639.760000', '215639.763000', '215639.765000', '215639.768000', '215639.770000', '215639.773000', '215639.775000', '215639.778000', '215639.781000', '215639.783000', '215639.786000', '215639.788000', '215659.677000', '215659.680000', '215659.683000', '215659.685000', '215659.688000', '215659.690000', '215659.693000', '215659.696000', '215659.698000', '215659.701000', '215659.710000', '215659.712000', '215659.715000', '215659.718000', '215659.721000', '215659.724000', '215659.726000', '215659.729000', '215659.732000', '215659.734000', '215659.737000', '215659.739000', '215659.742000', '215659.745000', '215659.747000', '215659.750000', '215659.752000', '215659.755000', '215659.757000', '215659.760000', '215659.762000', '215659.765000', '215659.768000', '215659.770000', '215659.773000', '215659.776000', '215659.778000', '215659.781000', '215659.784000', '215659.786000', '215659.789000', '215659.791000', '215659.794000', '215659.796000', '215719.678000', '215719.680000', '215719.683000', '215719.685000', '215719.688000', '215719.691000', '215719.693000', '215719.696000', '215719.698000', '215719.701000', '215719.703000', '215719.706000', '215719.708000', '215719.715000', '215719.718000', '215719.720000', '215719.723000', '215719.725000', '215719.728000', '215719.730000', '215719.733000', '215719.736000', '215719.738000', '215719.741000', '215719.743000', '215719.746000', '215719.749000', '215719.751000', '215719.754000', '215719.756000', '215719.759000', '215719.762000', '215719.764000', '215719.767000', '215719.769000', '215719.772000', '215719.774000', '215719.777000', '215719.779000', '215719.782000', '215719.785000', '215719.787000', '215719.790000', '215739.677000', '215739.680000', '215739.683000', '215739.685000', '215739.688000', '215739.691000', '215739.693000', '215739.696000', '215739.698000', '215739.701000', '215739.704000', '215739.707000', '215739.726000', '215739.744000', '215739.748000', '215739.751000', '215739.753000', '215739.756000', '215739.758000', '215739.761000', '215739.763000', '215739.766000', '215739.769000', '215739.771000', '215739.774000', '215739.776000', '215739.779000', '215739.781000', '215739.784000', '215739.787000', '215739.790000', '215739.792000', '215739.795000', '215739.797000', '215739.800000', '215739.802000', '215739.805000', '215739.808000', '215739.810000', '215739.813000', '215739.815000', '215739.818000', '215739.820000', '215759.679000', '215759.681000', '215759.684000', '215759.687000', '215759.689000', '215759.692000', '215759.694000', '215759.697000', '215759.700000', '215759.702000', '215759.705000', '215759.707000', '215759.710000', '215759.712000', '215759.715000', '215759.718000', '215759.720000', '215759.723000', '215759.725000', '215759.728000', '215759.730000', '215759.733000', '215759.735000', '215759.738000', '215759.740000', '215759.743000', '215759.746000', '215759.748000', '215759.751000', '215759.753000', '215759.756000', '215759.758000', '215759.761000', '215759.763000', '215759.766000', '215759.768000', '215759.771000', '215759.774000', '215759.776000', '215759.779000', '215759.788000', '215759.790000', '215759.793000', '215759.795000', '215819.678000', '215819.681000', '215819.684000', '215819.686000', '215819.689000', '215819.692000', '215819.694000', '215819.697000', '215819.699000', '215819.702000', '215819.705000', '215819.707000', '215819.710000', '215819.712000', '215819.715000', '215819.718000', '215819.720000', '215819.723000', '215819.726000', '215819.729000', '215819.732000', '215819.735000', '215819.737000', '215819.740000', '215819.742000', '215819.745000', '215819.748000', '215819.750000', '215819.753000', '215819.755000', '215819.758000', '215819.761000', '215819.764000', '215819.766000', '215819.769000', '215819.771000', '215819.774000', '215819.777000', '215819.779000', '215819.782000', '215819.784000', '215819.787000', '215819.789000', '215820.632000', '215820.635000', '215820.637000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [14105, 6673, 7868, 11480, 6552, 10328, 6397, 6565, 10619, 6071, 7636, 6887, 6481, 7281, 6259, 7434, 6714, 6070, 8652, 6543, 6654, 9377, 6601, 8050, 6618, 6626, 7655, 6581, 7318, 6617, 7220, 6789, 7652, 7139, 8154, 6867, 7694, 11371, 6175, 10730, 9765, 8176, 11958, 8467, 8690, 12352, 6040, 8206, 9122, 6596, 10210, 7002, 6820, 10197, 6040, 7256, 7356, 5907, 9366, 6587, 6915, 7129, 6588, 7583, 5992, 9486, 7022, 7984, 11120, 6455, 10119, 7231, 8114, 7785, 6570, 12592, 9904, 9628, 11192, 6257, 9714, 6970, 7512, 9973, 6195, 8836, 6903, 7292, 12201, 6168, 8180, 9332, 6695, 11198, 6938, 7954, 12804, 7250, 9393, 6728, 6138, 10186, 6966, 7615, 8660, 5959, 7807, 6081, 6346, 9638, 6202, 8017, 6669, 5916, 10115, 7004, 7182, 12325, 5843, 7598, 6790, 6426, 8317, 6202, 6514, 6131, 6660, 6906, 6317, 10753, 6362, 9355, 6894, 7213, 12066, 6292, 9971, 9020, 6397, 9275, 6690, 7180, 6090, 7108, 6303, 5972, 5653, 5815, 6710, 5910, 9832, 6191, 8708, 6486, 7530, 12570, 9568, 8744, 12562, 6450, 8488, 7394, 7329, 11170, 6346, 7766, 6932, 6831, 6655, 6306, 8107, 6801, 6279, 9261, 6866, 6547, 11245, 6060, 7088, 7167, 6650, 6395, 6485, 8573, 6444, 8130, 6867, 6804, 11424, 6461, 9548, 8447, 7011, 11727, 9659, 8400, 11694, 6910, 7717, 12616, 8034, 8928, 7875, 6068, 8438, 6602, 6746, 6558, 6204, 9567, 6693, 7410, 7068, 6058, 11160, 7662, 7732, 9841, 6231, 8784, 7013, 7249, 10441, 6346, 7740, 6722, 6300, 9851, 6417, 7448, 6554, 5864, 6810, 6120, 6178, 6405, 5713, 6078, 9831, 8049, 8012, 9397, 6336, 10023, 6306, 6318, 5795, 6969, 9219, 6797, 10409, 8879, 11703, 10653, 12348, 12667, 9377, 9895, 12269, 8887, 8945, 12429, 7239, 8416, 6312, 6006, 8500, 6612, 6462, 7233, 5691, 7467, 6668, 6614, 5931, 6364, 7234, 6913, 6920, 8078, 6972, 7264, 11987, 9641, 8681, 9611, 7181, 7521, 12333, 7248, 8161, 10461, 6081, 9307, 6985, 5962, 8765, 6073, 7686, 9290, 6257, 9336, 7083, 7415, 10026, 6621, 10411, 7520, 9085, 12765, 6485, 11760, 9568, 9345, 13235, 7193, 9046, 10784, 7956, 13161, 8493, 11362, 9093, 7263, 12829, 8738, 8897, 14076, 6062, 8256, 9994, 6893, 10543, 6946, 7861, 6611, 6280, 11008, 6331, 9693, 6926, 7645, 13398, 7011, 10030, 11111, 6813, 11956, 8770, 8326, 12376, 6403, 8450, 8572, 6166, 9644, 6884, 7439, 5663, 5938, 8278, 6400, 9797, 6486, 7604, 8892, 6584, 7261, 6323, 12185, 9441, 9656, 10256, 6745, 10872, 7303, 8894, 9129, 6817, 12178, 7104, 10207, 6888, 7334, 13794, 6827, 7580, 9352, 6056, 11081, 7091, 7167, 8648, 6386, 10407, 7136, 7353, 10340, 6180, 10799, 7110, 7410, 11553, 6150, 11125, 7760, 8390, 13270, 6561, 10434, 8672, 7094, 13395, 6633, 7368, 9829, 5933, 12115, 7092, 7139, 13844, 8853, 8518, 13165, 6224, 8032, 11180, 6386, 9973, 7149, 7206, 12108, 5761, 8860, 6785, 6724, 10107, 6221, 9172, 6472, 7677, 13186, 6998, 8838, 10000, 6528, 10941, 6808, 6785, 6482, 6688, 6317, 6100, 7509, 5836, 7997, 6094, 10220, 8065, 7964, 11792, 7569, 8215, 10701, 6295, 9321, 7213, 7956, 6894, 6611, 12665, 6036, 9797, 7445, 6350, 12809, 6477, 6726, 6644, 6441, 11765, 6417, 7062, 6409, 6637, 12210, 6459, 7598, 10597, 6427, 10698, 6805, 7416, 11233, 5964, 11044, 6996, 7893, 13989, 6234, 11263, 6752, 7027, 12755, 6076, 7880, 6567, 6314, 12114, 6510, 6800, 9763, 5907, 11609, 6817, 6616, 12953, 7599, 8466, 11610, 5842, 8118, 6895, 7046, 6014, 6152, 8806, 6009, 8154, 7164, 6766, 9172, 5685, 10101, 6877, 7943, 11224, 6584, 10510, 6813, 7326, 9480, 6028, 7584, 6072, 8978, 6532, 7338, 7184, 6451, 6218, 7107, 6600, 6459, 6609, 7320, 9597, 6082, 12199, 6661, 8426, 13388, 6974, 8961, 6571, 6566, 10826, 7026, 6851, 6761, 6188, 9586, 6923, 6757, 6715, 6217, 9752, 7095, 7268, 6873, 6932, 6120, 6004, 10655, 6816, 8291, 9932, 6113, 11727, 8969, 8935, 13003, 9410, 9386, 11933, 6519, 11332, 7545, 8108, 13252, 6071, 7969, 6864, 7090, 13079, 7131, 7164, 9139, 6124, 12222, 6916, 6890, 12075, 6081, 11134, 7307, 7482, 13071, 8718, 8809, 11924, 7541, 7275, 12995, 8157, 7130, 7091, 5925, 8011, 6331, 6810, 9246, 6818, 7548, 6053, 6093, 10340, 7189, 8079, 12398, 6445, 9895, 9201, 7953, 11968, 7492, 7246, 7399, 6395, 6915, 6037, 13017, 8506, 12360, 7494, 8516, 14052, 10456, 9494, 13513, 6529, 7263, 6632, 6660, 9232, 6049, 7880, 6786, 6627, 6615, 6515, 11548, 6151, 8296, 6452, 7255, 8033, 6493, 10240, 7147, 7641, 12751, 5914, 6926, 8699, 6315, 11706, 6822, 6697, 11689, 5666, 11319, 6968, 7212, 9193, 6474, 9981, 6657, 8308, 7065, 6487, 12339, 8507, 10383, 6905, 5871, 8551, 6532, 11171, 6034, 5558, 6425, 5753, 5928, 6655, 9360, 6026, 10131, 12039, 9659, 11691, 9314, 11555, 12767, 10692, 13890, 11218, 11260, 14326, 10479, 9304, 7324, 6188, 8036, 6579, 6257, 8574, 6972, 6252, 6311, 5941, 8123, 6458, 6543, 6090, 5776, 7655, 6082, 9473, 6806, 7103, 10550, 5960, 9155, 6296, 6928, 7544, 6324, 7932, 6645, 9706, 7299, 9644, 9131, 6472, 10957, 8735, 8809, 12941, 6543, 8206, 8749, 6859, 8773, 6946, 7218, 5843, 6013, 10014, 7203, 7221, 6497, 6405, 10990, 6893, 8732, 7217, 6603, 11816, 7671, 8749, 13462, 7129, 11612, 11506, 7837, 11661, 7696, 8975, 12461, 6653, 10991, 6816, 7472, 12036, 6290, 8335, 6937, 7375, 11306, 6132, 9211, 9217, 7373, 11937, 6843, 6847, 13575, 6480, 11354, 9182, 6448, 10103, 6728, 7657, 11051, 6059, 7859, 6428, 6615, 11799, 6502, 6902, 8862, 6647, 10136, 6383, 7161, 8993, 6353, 10846, 7135, 8476, 12154, 6546, 8822, 6943, 6761, 12246, 6541, 6982, 10643, 6402, 9469, 6897, 6584, 12207, 6616, 7255, 6800, 6528, 10368, 6629, 7399, 6749, 6226, 10648, 6134, 7761, 7096, 7281, 6617], 'WindowCenter': [3689.0, 3599.0, 3605.0, 3636.0, 3569.0, 3611.0, 3569.0, 3570.0, 3596.0, 3543.0, 3563.0, 3565.0, 3556.0, 3562.0, 3555.0, 3578.0, 3567.0, 3558.0, 3586.0, 3568.0, 3579.0, 3600.0, 3568.0, 3588.0, 3567.0, 3569.0, 3589.0, 3580.0, 3580.0, 3583.0, 3592.0, 3582.0, 3590.0, 3593.0, 3605.0, 3582.0, 3604.0, 3623.0, 3559.0, 3611.0, 3599.0, 3589.0, 3620.0, 3587.0, 3587.0, 3606.0, 3555.0, 3587.0, 3586.0, 3554.0, 3596.0, 3564.0, 3565.0, 3595.0, 3555.0, 3564.0, 3575.0, 3557.0, 3599.0, 3579.0, 3578.0, 3580.0, 3580.0, 3591.0, 3571.0, 3626.0, 3593.0, 3592.0, 3622.0, 3570.0, 3613.0, 3580.0, 3589.0, 3579.0, 3580.0, 3632.0, 3612.0, 3600.0, 3608.0, 3567.0, 3598.0, 3567.0, 3579.0, 3597.0, 3556.0, 3598.0, 3566.0, 3577.0, 3618.0, 3557.0, 3589.0, 3598.0, 3566.0, 3608.0, 3564.0, 3576.0, 3617.0, 3565.0, 3587.0, 3553.0, 3543.0, 3596.0, 3566.0, 3577.0, 3574.0, 3544.0, 3564.0, 3542.0, 3555.0, 3585.0, 3543.0, 3575.0, 3553.0, 3544.0, 3596.0, 3564.0, 3564.0, 3605.0, 3532.0, 3577.0, 3553.0, 3556.0, 3576.0, 3555.0, 3555.0, 3556.0, 3568.0, 3577.0, 3567.0, 3607.0, 3567.0, 3599.0, 3566.0, 3579.0, 3618.0, 3555.0, 3599.0, 3588.0, 3570.0, 3599.0, 3568.0, 3567.0, 3555.0, 3567.0, 3567.0, 3559.0, 3557.0, 3560.0, 3580.0, 3561.0, 3613.0, 3571.0, 3602.0, 3568.0, 3579.0, 3621.0, 3601.0, 3588.0, 3606.0, 3554.0, 3586.0, 3565.0, 3567.0, 3606.0, 3554.0, 3564.0, 3567.0, 3567.0, 3566.0, 3556.0, 3576.0, 3581.0, 3570.0, 3601.0, 3569.0, 3568.0, 3610.0, 3559.0, 3569.0, 3580.0, 3569.0, 3568.0, 3570.0, 3603.0, 3570.0, 3590.0, 3580.0, 3581.0, 3622.0, 3570.0, 3612.0, 3588.0, 3581.0, 3623.0, 3598.0, 3588.0, 3607.0, 3565.0, 3577.0, 3618.0, 3576.0, 3586.0, 3574.0, 3555.0, 3585.0, 3566.0, 3566.0, 3554.0, 3557.0, 3598.0, 3568.0, 3580.0, 3567.0, 3569.0, 3620.0, 3577.0, 3579.0, 3597.0, 3556.0, 3587.0, 3565.0, 3578.0, 3607.0, 3558.0, 3591.0, 3567.0, 3568.0, 3597.0, 3555.0, 3577.0, 3568.0, 3556.0, 3567.0, 3556.0, 3554.0, 3568.0, 3556.0, 3569.0, 3624.0, 3590.0, 3603.0, 3624.0, 3595.0, 3636.0, 3594.0, 3580.0, 3568.0, 3591.0, 3624.0, 3583.0, 3623.0, 3615.0, 3636.0, 3625.0, 3636.0, 3621.0, 3587.0, 3586.0, 3594.0, 3561.0, 3563.0, 3592.0, 3538.0, 3549.0, 3526.0, 3531.0, 3559.0, 3537.0, 3538.0, 3536.0, 3518.0, 3551.0, 3551.0, 3554.0, 3556.0, 3569.0, 3580.0, 3593.0, 3581.0, 3592.0, 3580.0, 3594.0, 3637.0, 3612.0, 3590.0, 3600.0, 3568.0, 3590.0, 3622.0, 3579.0, 3591.0, 3610.0, 3558.0, 3602.0, 3593.0, 3574.0, 3605.0, 3560.0, 3591.0, 3599.0, 3582.0, 3611.0, 3579.0, 3580.0, 3612.0, 3582.0, 3625.0, 3606.0, 3616.0, 3644.0, 3584.0, 3637.0, 3613.0, 3614.0, 3633.0, 3580.0, 3612.0, 3622.0, 3603.0, 3645.0, 3601.0, 3623.0, 3600.0, 3579.0, 3634.0, 3601.0, 3613.0, 3643.0, 3569.0, 3614.0, 3610.0, 3581.0, 3620.0, 3580.0, 3589.0, 3566.0, 3569.0, 3620.0, 3570.0, 3611.0, 3580.0, 3591.0, 3644.0, 3580.0, 3611.0, 3609.0, 3567.0, 3620.0, 3587.0, 3588.0, 3618.0, 3556.0, 3587.0, 3599.0, 3571.0, 3610.0, 3580.0, 3577.0, 3545.0, 3558.0, 3588.0, 3570.0, 3626.0, 3581.0, 3591.0, 3600.0, 3582.0, 3591.0, 3583.0, 3635.0, 3613.0, 3613.0, 3610.0, 3580.0, 3623.0, 3581.0, 3603.0, 3600.0, 3580.0, 3632.0, 3579.0, 3613.0, 3578.0, 3579.0, 3631.0, 3569.0, 3590.0, 3599.0, 3557.0, 3608.0, 3578.0, 3579.0, 3599.0, 3569.0, 3609.0, 3579.0, 3592.0, 3621.0, 3570.0, 3622.0, 3580.0, 3592.0, 3634.0, 3571.0, 3634.0, 3590.0, 3601.0, 3632.0, 3581.0, 3611.0, 3588.0, 3578.0, 3630.0, 3566.0, 3578.0, 3610.0, 3557.0, 3619.0, 3567.0, 3579.0, 3631.0, 3598.0, 3588.0, 3618.0, 3555.0, 3588.0, 3607.0, 3556.0, 3596.0, 3566.0, 3592.0, 3631.0, 3557.0, 3599.0, 3578.0, 3578.0, 3621.0, 3570.0, 3612.0, 3567.0, 3589.0, 3629.0, 3579.0, 3599.0, 3608.0, 3567.0, 3619.0, 3566.0, 3567.0, 3567.0, 3579.0, 3568.0, 3570.0, 3589.0, 3560.0, 3600.0, 3571.0, 3622.0, 3601.0, 3605.0, 3634.0, 3591.0, 3591.0, 3610.0, 3568.0, 3599.0, 3592.0, 3601.0, 3577.0, 3579.0, 3629.0, 3556.0, 3610.0, 3577.0, 3568.0, 3617.0, 3566.0, 3568.0, 3565.0, 3566.0, 3617.0, 3566.0, 3578.0, 3566.0, 3580.0, 3630.0, 3569.0, 3590.0, 3609.0, 3569.0, 3609.0, 3566.0, 3604.0, 3621.0, 3570.0, 3620.0, 3579.0, 3601.0, 3642.0, 3558.0, 3621.0, 3567.0, 3577.0, 3629.0, 3555.0, 3589.0, 3567.0, 3568.0, 3619.0, 3568.0, 3568.0, 3610.0, 3557.0, 3618.0, 3567.0, 3579.0, 3630.0, 3589.0, 3588.0, 3618.0, 3558.0, 3589.0, 3579.0, 3578.0, 3556.0, 3569.0, 3600.0, 3569.0, 3591.0, 3579.0, 3582.0, 3611.0, 3559.0, 3610.0, 3579.0, 3602.0, 3622.0, 3580.0, 3609.0, 3567.0, 3579.0, 3609.0, 3569.0, 3588.0, 3568.0, 3600.0, 3569.0, 3591.0, 3579.0, 3569.0, 3569.0, 3594.0, 3581.0, 3570.0, 3579.0, 3593.0, 3613.0, 3570.0, 3622.0, 3569.0, 3591.0, 3633.0, 3579.0, 3601.0, 3567.0, 3567.0, 3610.0, 3579.0, 3568.0, 3567.0, 3558.0, 3597.0, 3580.0, 3581.0, 3579.0, 3570.0, 3611.0, 3592.0, 3594.0, 3595.0, 3594.0, 3584.0, 3584.0, 3637.0, 3584.0, 3617.0, 3624.0, 3572.0, 3635.0, 3615.0, 3615.0, 3635.0, 3603.0, 3601.0, 3621.0, 3569.0, 3622.0, 3591.0, 3590.0, 3643.0, 3582.0, 3602.0, 3580.0, 3581.0, 3631.0, 3590.0, 3593.0, 3611.0, 3558.0, 3621.0, 3578.0, 3582.0, 3634.0, 3570.0, 3621.0, 3578.0, 3579.0, 3632.0, 3600.0, 3601.0, 3619.0, 3578.0, 3577.0, 3631.0, 3589.0, 3577.0, 3565.0, 3556.0, 3587.0, 3566.0, 3570.0, 3610.0, 3581.0, 3591.0, 3570.0, 3583.0, 3623.0, 3582.0, 3603.0, 3634.0, 3584.0, 3624.0, 3613.0, 3592.0, 3621.0, 3590.0, 3579.0, 3579.0, 3570.0, 3579.0, 3572.0, 3633.0, 3602.0, 3632.0, 3578.0, 3603.0, 3645.0, 3610.0, 3599.0, 3617.0, 3554.0, 3577.0, 3557.0, 3568.0, 3597.0, 3557.0, 3601.0, 3579.0, 3580.0, 3568.0, 3569.0, 3621.0, 3570.0, 3602.0, 3571.0, 3591.0, 3589.0, 3581.0, 3623.0, 3579.0, 3590.0, 3630.0, 3558.0, 3580.0, 3599.0, 3569.0, 3619.0, 3567.0, 3580.0, 3620.0, 3558.0, 3619.0, 3567.0, 3578.0, 3611.0, 3570.0, 3611.0, 3580.0, 3601.0, 3579.0, 3580.0, 3631.0, 3602.0, 3611.0, 3591.0, 3571.0, 3611.0, 3584.0, 3633.0, 3571.0, 3559.0, 3582.0, 3571.0, 3595.0, 3593.0, 3638.0, 3587.0, 3641.0, 3649.0, 3627.0, 3635.0, 3604.0, 3623.0, 3621.0, 3599.0, 3620.0, 3597.0, 3597.0, 3618.0, 3584.0, 3573.0, 3538.0, 3529.0, 3548.0, 3540.0, 3542.0, 3559.0, 3539.0, 3540.0, 3539.0, 3542.0, 3573.0, 3553.0, 3554.0, 3557.0, 3560.0, 3590.0, 3572.0, 3612.0, 3581.0, 3583.0, 3624.0, 3571.0, 3613.0, 3569.0, 3583.0, 3590.0, 3571.0, 3603.0, 3584.0, 3626.0, 3594.0, 3615.0, 3613.0, 3572.0, 3637.0, 3616.0, 3615.0, 3645.0, 3582.0, 3603.0, 3602.0, 3595.0, 3614.0, 3592.0, 3592.0, 3558.0, 3571.0, 3624.0, 3593.0, 3594.0, 3583.0, 3585.0, 3636.0, 3595.0, 3618.0, 3594.0, 3595.0, 3648.0, 3606.0, 3617.0, 3645.0, 3583.0, 3636.0, 3634.0, 3604.0, 3635.0, 3592.0, 3614.0, 3634.0, 3581.0, 3623.0, 3581.0, 3592.0, 3633.0, 3582.0, 3602.0, 3581.0, 3592.0, 3621.0, 3571.0, 3614.0, 3601.0, 3590.0, 3621.0, 3580.0, 3582.0, 3632.0, 3569.0, 3624.0, 3598.0, 3568.0, 3611.0, 3569.0, 3588.0, 3608.0, 3569.0, 3590.0, 3569.0, 3581.0, 3620.0, 3568.0, 3591.0, 3614.0, 3581.0, 3622.0, 3569.0, 3581.0, 3613.0, 3582.0, 3622.0, 3580.0, 3600.0, 3619.0, 3567.0, 3598.0, 3578.0, 3568.0, 3619.0, 3567.0, 3581.0, 3609.0, 3568.0, 3609.0, 3579.0, 3580.0, 3631.0, 3579.0, 3590.0, 3567.0, 3569.0, 3623.0, 3593.0, 3592.0, 3580.0, 3572.0, 3624.0, 3572.0, 3602.0, 3593.0, 3593.0, 3582.0], 'WindowWidth': [8312.0, 8172.0, 8169.0, 8211.0, 8111.0, 8167.0, 8107.0, 8109.0, 8135.0, 8060.0, 8084.0, 8091.0, 8082.0, 8083.0, 8080.0, 8114.0, 8098.0, 8090.0, 8122.0, 8104.0, 8120.0, 8146.0, 8104.0, 8127.0, 8099.0, 8105.0, 8131.0, 8121.0, 8122.0, 8133.0, 8142.0, 8130.0, 8137.0, 8146.0, 8165.0, 8129.0, 8161.0, 8181.0, 8092.0, 8165.0, 8145.0, 8132.0, 8173.0, 8125.0, 8123.0, 8146.0, 8080.0, 8124.0, 8119.0, 8076.0, 8131.0, 8087.0, 8093.0, 8131.0, 8079.0, 8091.0, 8105.0, 8086.0, 8145.0, 8120.0, 8116.0, 8124.0, 8124.0, 8141.0, 8113.0, 8193.0, 8144.0, 8140.0, 8177.0, 8109.0, 8169.0, 8120.0, 8132.0, 8117.0, 8122.0, 8193.0, 8166.0, 8144.0, 8154.0, 8099.0, 8140.0, 8099.0, 8118.0, 8138.0, 8084.0, 8140.0, 8097.0, 8112.0, 8168.0, 8087.0, 8131.0, 8139.0, 8096.0, 8152.0, 8089.0, 8108.0, 8164.0, 8092.0, 8121.0, 8072.0, 8061.0, 8133.0, 8093.0, 8110.0, 8101.0, 8064.0, 8088.0, 8059.0, 8080.0, 8119.0, 8062.0, 8104.0, 8072.0, 8064.0, 8132.0, 8089.0, 8089.0, 8143.0, 8044.0, 8107.0, 8073.0, 8082.0, 8106.0, 8080.0, 8082.0, 8085.0, 8103.0, 8114.0, 8100.0, 8151.0, 8100.0, 8144.0, 8096.0, 8119.0, 8167.0, 8080.0, 8142.0, 8125.0, 8110.0, 8145.0, 8103.0, 8098.0, 8079.0, 8097.0, 8099.0, 8091.0, 8088.0, 8096.0, 8123.0, 8100.0, 8169.0, 8112.0, 8152.0, 8102.0, 8118.0, 8176.0, 8150.0, 8127.0, 8145.0, 8075.0, 8120.0, 8091.0, 8095.0, 8145.0, 8076.0, 8088.0, 8098.0, 8098.0, 8096.0, 8084.0, 8109.0, 8125.0, 8109.0, 8150.0, 8103.0, 8102.0, 8156.0, 8089.0, 8101.0, 8121.0, 8104.0, 8102.0, 8111.0, 8156.0, 8110.0, 8135.0, 8122.0, 8127.0, 8180.0, 8111.0, 8167.0, 8129.0, 8124.0, 8182.0, 8142.0, 8127.0, 8151.0, 8091.0, 8111.0, 8168.0, 8108.0, 8121.0, 8100.0, 8080.0, 8119.0, 8095.0, 8095.0, 8076.0, 8086.0, 8141.0, 8104.0, 8120.0, 8099.0, 8109.0, 8173.0, 8113.0, 8117.0, 8139.0, 8083.0, 8124.0, 8095.0, 8116.0, 8151.0, 8088.0, 8136.0, 8100.0, 8100.0, 8138.0, 8080.0, 8110.0, 8103.0, 8084.0, 8102.0, 8086.0, 8081.0, 8104.0, 8087.0, 8110.0, 8187.0, 8136.0, 8157.0, 8191.0, 8159.0, 8213.0, 8156.0, 8131.0, 8112.0, 8144.0, 8189.0, 8134.0, 8182.0, 8176.0, 8208.0, 8188.0, 8206.0, 8176.0, 8121.0, 8119.0, 8127.0, 8074.0, 8078.0, 8116.0, 8041.0, 8056.0, 8020.0, 8036.0, 8070.0, 8040.0, 8043.0, 8035.0, 8015.0, 8063.0, 8066.0, 8074.0, 8082.0, 8105.0, 8123.0, 8145.0, 8127.0, 8140.0, 8121.0, 8145.0, 8209.0, 8166.0, 8132.0, 8144.0, 8100.0, 8133.0, 8177.0, 8117.0, 8135.0, 8157.0, 8090.0, 8153.0, 8144.0, 8123.0, 8159.0, 8096.0, 8139.0, 8143.0, 8127.0, 8163.0, 8119.0, 8121.0, 8163.0, 8129.0, 8189.0, 8167.0, 8179.0, 8213.0, 8135.0, 8207.0, 8170.0, 8172.0, 8195.0, 8122.0, 8169.0, 8180.0, 8157.0, 8215.0, 8152.0, 8183.0, 8148.0, 8121.0, 8199.0, 8155.0, 8172.0, 8211.0, 8111.0, 8176.0, 8160.0, 8126.0, 8175.0, 8123.0, 8130.0, 8097.0, 8108.0, 8173.0, 8110.0, 8162.0, 8122.0, 8139.0, 8213.0, 8123.0, 8163.0, 8156.0, 8100.0, 8172.0, 8125.0, 8127.0, 8167.0, 8082.0, 8125.0, 8146.0, 8117.0, 8163.0, 8123.0, 8112.0, 8066.0, 8090.0, 8131.0, 8110.0, 8192.0, 8129.0, 8137.0, 8149.0, 8129.0, 8139.0, 8136.0, 8204.0, 8171.0, 8169.0, 8160.0, 8124.0, 8182.0, 8123.0, 8152.0, 8146.0, 8123.0, 8191.0, 8120.0, 8169.0, 8117.0, 8119.0, 8189.0, 8106.0, 8135.0, 8145.0, 8088.0, 8154.0, 8116.0, 8119.0, 8145.0, 8108.0, 8157.0, 8121.0, 8142.0, 8178.0, 8110.0, 8179.0, 8125.0, 8142.0, 8200.0, 8115.0, 8200.0, 8134.0, 8152.0, 8194.0, 8128.0, 8165.0, 8130.0, 8116.0, 8186.0, 8099.0, 8118.0, 8162.0, 8089.0, 8171.0, 8100.0, 8120.0, 8190.0, 8141.0, 8128.0, 8166.0, 8080.0, 8128.0, 8152.0, 8084.0, 8136.0, 8097.0, 8142.0, 8191.0, 8091.0, 8145.0, 8121.0, 8117.0, 8179.0, 8113.0, 8167.0, 8103.0, 8132.0, 8186.0, 8121.0, 8146.0, 8154.0, 8100.0, 8171.0, 8099.0, 8102.0, 8101.0, 8121.0, 8105.0, 8114.0, 8135.0, 8099.0, 8151.0, 8115.0, 8181.0, 8153.0, 8162.0, 8198.0, 8138.0, 8137.0, 8158.0, 8106.0, 8143.0, 8142.0, 8151.0, 8114.0, 8120.0, 8182.0, 8085.0, 8162.0, 8113.0, 8101.0, 8166.0, 8098.0, 8103.0, 8097.0, 8098.0, 8163.0, 8101.0, 8118.0, 8101.0, 8124.0, 8189.0, 8106.0, 8138.0, 8158.0, 8106.0, 8159.0, 8099.0, 8162.0, 8177.0, 8109.0, 8175.0, 8121.0, 8151.0, 8209.0, 8090.0, 8178.0, 8100.0, 8114.0, 8185.0, 8084.0, 8130.0, 8099.0, 8104.0, 8170.0, 8105.0, 8105.0, 8159.0, 8087.0, 8168.0, 8102.0, 8120.0, 8188.0, 8132.0, 8128.0, 8167.0, 8089.0, 8130.0, 8117.0, 8117.0, 8085.0, 8108.0, 8148.0, 8109.0, 8138.0, 8123.0, 8129.0, 8165.0, 8094.0, 8161.0, 8121.0, 8155.0, 8182.0, 8123.0, 8159.0, 8101.0, 8118.0, 8157.0, 8107.0, 8131.0, 8107.0, 8149.0, 8109.0, 8138.0, 8121.0, 8108.0, 8107.0, 8148.0, 8126.0, 8111.0, 8122.0, 8146.0, 8171.0, 8111.0, 8179.0, 8106.0, 8135.0, 8197.0, 8119.0, 8148.0, 8096.0, 8098.0, 8159.0, 8119.0, 8101.0, 8100.0, 8090.0, 8139.0, 8122.0, 8125.0, 8120.0, 8110.0, 8164.0, 8144.0, 8147.0, 8151.0, 8151.0, 8136.0, 8138.0, 8208.0, 8137.0, 8182.0, 8188.0, 8117.0, 8203.0, 8175.0, 8174.0, 8203.0, 8154.0, 8151.0, 8176.0, 8106.0, 8178.0, 8137.0, 8134.0, 8212.0, 8134.0, 8156.0, 8123.0, 8126.0, 8191.0, 8138.0, 8143.0, 8165.0, 8092.0, 8175.0, 8118.0, 8128.0, 8199.0, 8110.0, 8177.0, 8117.0, 8118.0, 8195.0, 8147.0, 8149.0, 8169.0, 8114.0, 8113.0, 8190.0, 8131.0, 8114.0, 8093.0, 8084.0, 8126.0, 8097.0, 8108.0, 8162.0, 8124.0, 8139.0, 8108.0, 8136.0, 8184.0, 8129.0, 8157.0, 8198.0, 8137.0, 8187.0, 8170.0, 8140.0, 8176.0, 8136.0, 8120.0, 8117.0, 8110.0, 8121.0, 8116.0, 8198.0, 8155.0, 8193.0, 8117.0, 8154.0, 8216.0, 8159.0, 8141.0, 8165.0, 8079.0, 8110.0, 8083.0, 8100.0, 8137.0, 8086.0, 8152.0, 8123.0, 8124.0, 8103.0, 8106.0, 8177.0, 8112.0, 8153.0, 8112.0, 8138.0, 8132.0, 8128.0, 8183.0, 8120.0, 8134.0, 8187.0, 8091.0, 8121.0, 8147.0, 8106.0, 8171.0, 8101.0, 8122.0, 8174.0, 8092.0, 8173.0, 8101.0, 8117.0, 8166.0, 8111.0, 8166.0, 8123.0, 8150.0, 8122.0, 8126.0, 8192.0, 8154.0, 8165.0, 8141.0, 8119.0, 8168.0, 8137.0, 8202.0, 8116.0, 8098.0, 8134.0, 8121.0, 8160.0, 8153.0, 8216.0, 8147.0, 8223.0, 8230.0, 8196.0, 8201.0, 8156.0, 8180.0, 8173.0, 8141.0, 8171.0, 8133.0, 8135.0, 8163.0, 8110.0, 8095.0, 8042.0, 8031.0, 8055.0, 8050.0, 8055.0, 8072.0, 8044.0, 8046.0, 8045.0, 8055.0, 8097.0, 8075.0, 8076.0, 8086.0, 8098.0, 8137.0, 8117.0, 8166.0, 8127.0, 8130.0, 8186.0, 8113.0, 8170.0, 8106.0, 8130.0, 8134.0, 8113.0, 8158.0, 8136.0, 8191.0, 8148.0, 8177.0, 8168.0, 8116.0, 8208.0, 8179.0, 8176.0, 8215.0, 8130.0, 8158.0, 8155.0, 8153.0, 8174.0, 8142.0, 8140.0, 8091.0, 8115.0, 8185.0, 8146.0, 8149.0, 8133.0, 8140.0, 8208.0, 8153.0, 8185.0, 8148.0, 8151.0, 8227.0, 8169.0, 8184.0, 8217.0, 8130.0, 8206.0, 8200.0, 8161.0, 8203.0, 8143.0, 8172.0, 8200.0, 8127.0, 8184.0, 8126.0, 8139.0, 8194.0, 8129.0, 8155.0, 8126.0, 8142.0, 8178.0, 8115.0, 8175.0, 8152.0, 8136.0, 8177.0, 8124.0, 8129.0, 8193.0, 8106.0, 8185.0, 8140.0, 8104.0, 8164.0, 8106.0, 8130.0, 8155.0, 8107.0, 8137.0, 8106.0, 8126.0, 8175.0, 8105.0, 8141.0, 8174.0, 8129.0, 8179.0, 8109.0, 8126.0, 8174.0, 8132.0, 8181.0, 8125.0, 8148.0, 8171.0, 8100.0, 8144.0, 8116.0, 8104.0, 8171.0, 8101.0, 8124.0, 8160.0, 8105.0, 8157.0, 8123.0, 8123.0, 8189.0, 8122.0, 8136.0, 8101.0, 8110.0, 8188.0, 8147.0, 8143.0, 8124.0, 8115.0, 8186.0, 8118.0, 8157.0, 8147.0, 8147.0, 8132.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.00269564867967853</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034650173019517796</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.159850920793076</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.180037301183907</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.025755597344828</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4548</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5925.0723</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15165557492580292</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.173363949483353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451853839733779</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369020943518139</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6509332095240996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3356073661590973</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0125373</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018330108374357224</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03162700682878494</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.076101297846769</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0859</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7789</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.2506</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308210.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>629.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.1941</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.687</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.4181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2881.3969</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68334.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3756.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.3893</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.72574998263735</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
|
|
<div class="card-header m-0">
|
|
Rating widget
|
|
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="accordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcslider-head">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
|
|
</h2>
|
|
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
|
|
<div class="accordion-body">
|
|
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
|
|
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
|
|
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
|
|
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcartifacts-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
|
|
Record specific artifacts
|
|
</button>
|
|
</h2>
|
|
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
|
|
<div class="accordion-body">
|
|
<fieldset id="qcartifacts-group" class="form-group">
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
|
|
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
|
|
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
|
|
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
|
|
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
|
|
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
|
|
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
|
|
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
|
|
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
|
|
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
|
|
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
|
|
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
|
|
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
|
|
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
|
|
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
|
|
</div>
|
|
</fieldset>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcextra-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
|
|
Extra details
|
|
</button>
|
|
</h2>
|
|
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
|
|
<div class="accordion-body">
|
|
<div class="input-group">
|
|
<span class="input-group-text">Comments</span>
|
|
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
|
|
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
|
|
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
|
|
</ul>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
</div>
|
|
<div style="margin-top: 10px">
|
|
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
|
|
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var MINIMUM_RATING_TIME = 10
|
|
$('#qcslider').on('input', function() {
|
|
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 1.5 ) {
|
|
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
|
|
} else if ( $(this).val() > 3.5 ) {
|
|
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
} else if ( $(this).val() < 2.5 ) {
|
|
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$('#qcextra-confidence').on('input', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 2.0 ) {
|
|
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
|
|
$('#qcextra-comments').bind('input propertychange', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
});
|
|
|
|
$( '#btn-post' ).click( function() {
|
|
var payload = read_form();
|
|
var md5sum = "unspecified";
|
|
var params = {
|
|
'rating': payload['rating'],
|
|
'md5sum': md5sum,
|
|
'name': "",
|
|
'comment': JSON.stringify(payload['artifacts'])
|
|
};
|
|
|
|
// disable development releases
|
|
var authorization = $(this).val();
|
|
var ratingReq = new XMLHttpRequest();
|
|
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
|
|
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
ratingReq.setRequestHeader("Authorization", authorization);
|
|
ratingReq.onload = function () {
|
|
status = ratingReq.status;
|
|
$('#btn-post').removeClass('btn-primary');
|
|
$('#btn-post').attr('disabled', true);
|
|
$('#btn-post').attr('aria-disabled', true);
|
|
$('#btn-post').prop('disabled');
|
|
$('#btn-post').addClass('disabled');
|
|
$('#btn-post').removeClass('active');
|
|
if (status === "201") {
|
|
$('#btn-post').addClass('btn-success');
|
|
$('#btn-post').html('Posted!');
|
|
} else {
|
|
$('#btn-post').addClass('btn-danger');
|
|
$('#btn-post').html('Failed');
|
|
};
|
|
};
|
|
ratingReq.send(JSON.stringify(params));
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
|
|
toggle_rating();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
function toggle(id) {
|
|
var element = document.getElementById(id);
|
|
if(element.style.display == 'block')
|
|
element.style.display = 'none';
|
|
else
|
|
element.style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |