=== 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-0083 --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-0083",
"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-0083_ses-03_task-social_acq-mb8_run-03_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-0083_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0083_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_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-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-03_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-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-03_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>c5b72561b05dbc4626067b29772e37bb</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:22:13.507500</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.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</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.252</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-03_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.0963024</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>235.076</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>54b85dac-e2da-4fed-bfb3-b4a61a02f834||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.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['212213.507500', '212213.967500', '212214.427500', '212214.887500', '212215.347500', '212215.807500', '212216.267500', '212216.727500', '212217.187500', '212217.647500', '212218.107500', '212218.567500', '212219.027500', '212219.487500', '212219.947500', '212220.407500', '212220.867500', '212221.327500', '212221.787500', '212222.247500', '212222.707500', '212223.167500', '212223.627500', '212224.087500', '212224.547500', '212225.007500', '212225.467500', '212225.927500', '212226.387500', '212226.847500', '212227.307500', '212227.767500', '212228.227500', '212228.687500', '212229.147500', '212229.607500', '212230.067500', '212230.527500', '212230.987500', '212231.447500', '212231.907500', '212232.367500', '212232.827500', '212233.287500', '212233.747500', '212234.207500', '212234.667500', '212235.127500', '212235.587500', '212236.047500', '212236.507500', '212236.967500', '212237.427500', '212237.887500', '212238.347500', '212238.807500', '212239.267500', '212239.727500', '212240.187500', '212240.647500', '212241.107500', '212241.567500', '212242.027500', '212242.487500', '212242.947500', '212243.407500', '212243.867500', '212244.327500', '212244.787500', '212245.247500', '212245.707500', '212246.167500', '212246.627500', '212247.087500', '212247.547500', '212248.007500', '212248.467500', '212248.927500', '212249.387500', '212249.847500', '212250.307500', '212250.767500', '212251.227500', '212251.687500', '212252.147500', '212252.607500', '212253.067500', '212253.527500', '212253.987500', '212254.447500', '212254.907500', '212255.367500', '212255.827500', '212256.287500', '212256.747500', '212257.207500', '212257.667500', '212258.127500', '212258.587500', '212259.047500', '212259.507500', '212259.967500', '212300.427500', '212300.887500', '212301.347500', '212301.807500', '212302.267500', '212302.727500', '212303.187500', '212303.647500', '212304.107500', '212304.567500', '212305.027500', '212305.487500', '212305.947500', '212306.407500', '212306.867500', '212307.327500', '212307.787500', '212308.247500', '212308.707500', '212309.167500', '212309.627500', '212310.087500', '212310.547500', '212311.007500', '212311.467500', '212311.927500', '212312.387500', '212312.847500', '212313.307500', '212313.767500', '212314.227500', '212314.687500', '212315.147500', '212315.607500', '212316.067500', '212316.527500', '212316.987500', '212317.447500', '212317.907500', '212318.367500', '212318.827500', '212319.287500', '212319.747500', '212320.207500', '212320.667500', '212321.127500', '212321.587500', '212322.047500', '212322.507500', '212322.967500', '212323.427500', '212323.887500', '212324.347500', '212324.807500', '212325.267500', '212325.727500', '212326.187500', '212326.647500', '212327.107500', '212327.567500', '212328.027500', '212328.487500', '212328.947500', '212329.407500', '212329.867500', '212330.327500', '212330.787500', '212331.247500', '212331.707500', '212332.167500', '212332.627500', '212333.087500', '212333.547500', '212334.007500', '212334.467500', '212334.927500', '212335.387500', '212335.847500', '212336.307500', '212336.767500', '212337.227500', '212337.687500', '212338.147500', '212338.607500', '212339.067500', '212339.527500', '212339.987500', '212340.447500', '212340.907500', '212341.367500', '212341.827500', '212342.287500', '212342.747500', '212343.207500', '212343.667500', '212344.127500', '212344.587500', '212345.047500', '212345.507500', '212345.967500', '212346.427500', '212346.887500', '212347.347500', '212347.807500', '212348.267500', '212348.727500', '212349.187500', '212349.647500', '212350.107500', '212350.567500', '212351.027500', '212351.487500', '212351.947500', '212352.407500', '212352.867500', '212353.327500', '212353.787500', '212354.247500', '212354.707500', '212355.167500', '212355.627500', '212356.087500', '212356.547500', '212357.007500', '212357.467500', '212357.927500', '212358.387500', '212358.847500', '212359.307500', '212359.767500', '212400.227500', '212400.687500', '212401.147500', '212401.607500', '212402.067500', '212402.527500', '212402.987500', '212403.447500', '212403.907500', '212404.367500', '212404.827500', '212405.287500', '212405.747500', '212406.207500', '212406.667500', '212407.127500', '212407.587500', '212408.047500', '212408.507500', '212408.967500', '212409.427500', '212409.887500', '212410.347500', '212410.807500', '212411.267500', '212411.727500', '212412.187500', '212412.647500', '212413.107500', '212413.567500', '212414.027500', '212414.487500', '212414.947500', '212415.407500', '212415.867500', '212416.327500', '212416.787500', '212417.247500', '212417.707500', '212418.167500', '212418.627500', '212419.087500', '212419.547500', '212420.007500', '212420.467500', '212420.927500', '212421.387500', '212421.847500', '212422.307500', '212422.767500', '212423.227500', '212423.687500', '212424.147500', '212424.607500', '212425.067500', '212425.527500', '212425.987500', '212426.447500', '212426.907500', '212427.367500', '212427.827500', '212428.287500', '212428.747500', '212429.207500', '212429.667500', '212430.127500', '212430.587500', '212431.047500', '212431.507500', '212431.967500', '212432.427500', '212432.887500', '212433.347500', '212433.807500', '212434.267500', '212434.727500', '212435.187500', '212435.647500', '212436.107500', '212436.567500', '212437.027500', '212437.487500', '212437.947500', '212438.407500', '212438.867500', '212439.327500', '212439.787500', '212440.247500', '212440.707500', '212441.167500', '212441.627500', '212442.087500', '212442.547500', '212443.007500', '212443.467500', '212443.927500', '212444.387500', '212444.847500', '212445.307500', '212445.767500', '212446.227500', '212446.687500', '212447.147500', '212447.607500', '212448.067500', '212448.527500', '212448.987500', '212449.447500', '212449.907500', '212450.367500', '212450.827500', '212451.287500', '212451.747500', '212452.207500', '212452.667500', '212453.127500', '212453.587500', '212454.047500', '212454.507500', '212454.967500', '212455.427500', '212455.887500', '212456.347500', '212456.807500', '212457.267500', '212457.727500', '212458.187500', '212458.647500', '212459.107500', '212459.567500', '212500.027500', '212500.487500', '212500.947500', '212501.407500', '212501.867500', '212502.327500', '212502.787500', '212503.247500', '212503.707500', '212504.167500', '212504.627500', '212505.087500', '212505.547500', '212506.007500', '212506.467500', '212506.927500', '212507.387500', '212507.847500', '212508.307500', '212508.767500', '212509.227500', '212509.687500', '212510.147500', '212510.607500', '212511.067500', '212511.527500', '212511.987500', '212512.447500', '212512.907500', '212513.367500', '212513.827500', '212514.287500', '212514.747500', '212515.207500', '212515.667500', '212516.127500', '212516.587500', '212517.047500', '212517.507500', '212517.967500', '212518.427500', '212518.887500', '212519.347500', '212519.807500', '212520.267500', '212520.727500', '212521.187500', '212521.647500', '212522.107500', '212522.567500', '212523.027500', '212523.487500', '212523.947500', '212524.407500', '212524.867500', '212525.327500', '212525.787500', '212526.247500', '212526.707500', '212527.167500', '212527.627500', '212528.087500', '212528.547500', '212529.007500', '212529.467500', '212529.927500', '212530.387500', '212530.847500', '212531.307500', '212531.767500', '212532.227500', '212532.687500', '212533.147500', '212533.607500', '212534.067500', '212534.527500', '212534.987500', '212535.447500', '212535.907500', '212536.367500', '212536.827500', '212537.287500', '212537.747500', '212538.207500', '212538.667500', '212539.127500', '212539.587500', '212540.047500', '212540.507500', '212540.967500', '212541.427500', '212541.887500', '212542.347500', '212542.807500', '212543.267500', '212543.727500', '212544.187500', '212544.647500', '212545.107500', '212545.567500', '212546.027500', '212546.487500', '212546.947500', '212547.407500', '212547.867500', '212548.327500', '212548.787500', '212549.247500', '212549.707500', '212550.167500', '212550.627500', '212551.087500', '212551.547500', '212552.007500', '212552.467500', '212552.927500', '212553.387500', '212553.847500', '212554.307500', '212554.767500', '212555.227500', '212555.687500', '212556.147500', '212556.607500', '212557.067500', '212557.527500', '212557.987500', '212558.447500', '212558.907500', '212559.367500', '212559.827500', '212600.287500', '212600.747500', '212601.207500', '212601.667500', '212602.127500', '212602.587500', '212603.047500', '212603.507500', '212603.967500', '212604.427500', '212604.887500', '212605.347500', '212605.807500', '212606.267500', '212606.727500', '212607.187500', '212607.647500', '212608.107500', '212608.567500', '212609.027500', '212609.487500', '212609.947500', '212610.407500', '212610.867500', '212611.327500', '212611.787500', '212612.247500', '212612.707500', '212613.167500', '212613.627500', '212614.087500', '212614.547500', '212615.007500', '212615.467500', '212615.927500', '212616.387500', '212616.847500', '212617.307500', '212617.767500', '212618.227500', '212618.687500', '212619.147500', '212619.607500', '212620.067500', '212620.527500', '212620.987500', '212621.447500', '212621.907500', '212622.367500', '212622.827500', '212623.287500', '212623.747500', '212624.207500', '212624.667500', '212625.127500', '212625.587500', '212626.047500', '212626.507500', '212626.967500', '212627.427500', '212627.887500', '212628.347500', '212628.807500', '212629.267500', '212629.727500', '212630.187500', '212630.647500', '212631.107500', '212631.567500', '212632.027500', '212632.487500', '212632.947500', '212633.407500', '212633.867500', '212634.327500', '212634.787500', '212635.247500', '212635.707500', '212636.167500', '212636.627500', '212637.087500', '212637.547500', '212638.007500', '212638.467500', '212638.927500', '212639.387500', '212639.847500', '212640.307500', '212640.767500', '212641.227500', '212641.687500', '212642.147500', '212642.607500', '212643.067500', '212643.527500', '212643.987500', '212644.447500', '212644.907500', '212645.367500', '212645.827500', '212646.287500', '212646.747500', '212647.207500', '212647.667500', '212648.127500', '212648.587500', '212649.047500', '212649.507500', '212649.967500', '212650.427500', '212650.887500', '212651.347500', '212651.807500', '212652.267500', '212652.727500', '212653.187500', '212653.647500', '212654.107500', '212654.567500', '212655.027500', '212655.487500', '212655.947500', '212656.407500', '212656.867500', '212657.327500', '212657.787500', '212658.247500', '212658.707500', '212659.167500', '212659.627500', '212700.087500', '212700.547500', '212701.007500', '212701.467500', '212701.927500', '212702.387500', '212702.847500', '212703.307500', '212703.767500', '212704.227500', '212704.687500', '212705.147500', '212705.607500', '212706.067500', '212706.527500', '212706.987500', '212707.447500', '212707.907500', '212708.367500', '212708.827500', '212709.287500', '212709.747500', '212710.207500', '212710.667500', '212711.127500', '212711.587500', '212712.047500', '212712.507500', '212712.967500', '212713.427500', '212713.887500', '212714.347500', '212714.807500', '212715.267500', '212715.727500', '212716.187500', '212716.647500', '212717.107500', '212717.567500', '212718.027500', '212718.487500', '212718.947500', '212719.407500', '212719.867500', '212720.327500', '212720.787500', '212721.247500', '212721.707500', '212722.167500', '212722.627500', '212723.087500', '212723.547500', '212724.007500', '212724.467500', '212724.927500', '212725.387500', '212725.847500', '212726.307500', '212726.767500', '212727.227500', '212727.687500', '212728.147500', '212728.607500', '212729.067500', '212729.527500', '212729.987500', '212730.447500', '212730.907500', '212731.367500', '212731.827500', '212732.287500', '212732.747500', '212733.207500', '212733.667500', '212734.127500', '212734.587500', '212735.047500', '212735.507500', '212735.967500', '212736.427500', '212736.887500', '212737.347500', '212737.807500', '212738.267500', '212738.727500', '212739.187500', '212739.647500', '212740.107500', '212740.567500', '212741.027500', '212741.487500', '212741.947500', '212742.407500', '212742.867500', '212743.327500', '212743.787500', '212744.247500', '212744.707500', '212745.167500', '212745.627500', '212746.087500', '212746.547500', '212747.007500', '212747.467500', '212747.927500', '212748.387500', '212748.847500', '212749.307500', '212749.767500', '212750.227500', '212750.687500', '212751.147500', '212751.607500', '212752.067500', '212752.527500', '212752.987500', '212753.447500', '212753.907500', '212754.367500', '212754.827500', '212755.287500', '212755.747500', '212756.207500', '212756.667500', '212757.127500', '212757.587500', '212758.047500', '212758.507500', '212758.967500', '212759.427500', '212759.887500', '212800.347500', '212800.807500', '212801.267500', '212801.727500', '212802.187500', '212802.647500', '212803.107500', '212803.567500', '212804.027500', '212804.487500', '212804.947500', '212805.407500', '212805.867500', '212806.327500', '212806.787500', '212807.247500', '212807.707500', '212808.167500', '212808.627500', '212809.087500', '212809.547500', '212810.007500', '212810.467500', '212810.927500', '212811.387500', '212811.847500', '212812.307500', '212812.767500', '212813.227500', '212813.687500', '212814.147500', '212814.607500', '212815.067500', '212815.527500', '212815.987500', '212816.447500', '212816.907500', '212817.367500', '212817.827500', '212818.287500', '212818.747500', '212819.207500', '212819.667500', '212820.127500', '212820.587500', '212821.047500', '212821.507500', '212821.967500', '212822.427500', '212822.887500', '212823.347500', '212823.807500', '212824.267500', '212824.727500', '212825.187500', '212825.647500', '212826.107500', '212826.567500', '212827.027500', '212827.487500', '212827.947500', '212828.407500', '212828.867500', '212829.327500', '212829.787500', '212830.247500', '212830.707500', '212831.167500', '212831.627500', '212832.087500', '212832.547500', '212833.007500', '212833.467500', '212833.927500', '212834.387500', '212834.847500', '212835.307500', '212835.767500', '212836.227500', '212836.687500', '212837.147500', '212837.607500', '212838.067500', '212838.527500', '212838.987500', '212839.447500', '212839.907500', '212840.367500', '212840.827500', '212841.287500', '212841.747500', '212842.207500', '212842.667500', '212843.127500', '212843.587500', '212844.047500', '212844.507500', '212844.967500', '212845.427500', '212845.887500', '212846.347500', '212846.807500', '212847.267500', '212847.727500', '212848.187500', '212848.647500', '212849.107500', '212849.567500', '212850.027500', '212850.487500', '212850.947500', '212851.407500', '212851.867500', '212852.327500', '212852.787500', '212853.247500', '212853.707500', '212854.167500'], 'ContentTime': ['212227.641000', '212227.644000', '212227.647000', '212227.650000', '212227.653000', '212227.655000', '212227.658000', '212227.661000', '212227.663000', '212227.674000', '212227.676000', '212227.679000', '212227.681000', '212227.684000', '212227.687000', '212227.689000', '212227.692000', '212227.694000', '212227.697000', '212227.703000', '212227.706000', '212227.708000', '212227.711000', '212227.713000', '212227.716000', '212227.718000', '212227.721000', '212227.724000', '212227.726000', '212247.610000', '212247.612000', '212247.615000', '212247.618000', '212247.620000', '212247.623000', '212247.625000', '212247.628000', '212247.631000', '212247.633000', '212247.636000', '212247.638000', '212247.641000', '212247.643000', '212247.646000', '212247.649000', '212247.651000', '212247.654000', '212247.656000', '212247.659000', '212247.662000', '212247.664000', '212247.667000', '212247.669000', '212247.672000', '212247.674000', '212247.677000', '212247.680000', '212247.682000', '212247.685000', '212247.697000', '212247.700000', '212247.702000', '212247.705000', '212247.707000', '212247.710000', '212247.713000', '212247.715000', '212247.718000', '212247.720000', '212247.723000', '212247.726000', '212247.728000', '212307.610000', '212307.613000', '212307.616000', '212307.618000', '212307.621000', '212307.624000', '212307.626000', '212307.629000', '212307.632000', '212307.634000', '212307.637000', '212307.643000', '212307.646000', '212307.649000', '212307.651000', '212307.654000', '212307.657000', '212307.660000', '212307.662000', '212307.665000', '212307.668000', '212307.670000', '212307.673000', '212307.675000', '212307.678000', '212307.681000', '212307.683000', '212307.686000', '212307.689000', '212307.691000', '212307.694000', '212307.696000', '212307.699000', '212307.702000', '212307.704000', '212307.707000', '212307.709000', '212307.712000', '212307.715000', '212307.717000', '212307.720000', '212307.722000', '212307.725000', '212307.727000', '212327.610000', '212327.613000', '212327.616000', '212327.618000', '212327.621000', '212327.624000', '212327.626000', '212327.629000', '212327.632000', '212327.634000', '212327.637000', '212327.639000', '212327.642000', '212327.645000', '212327.647000', '212327.650000', '212327.652000', '212327.655000', '212327.657000', '212327.660000', '212327.663000', '212327.665000', '212327.668000', '212327.670000', '212327.673000', '212327.675000', '212327.678000', '212327.681000', '212327.683000', '212327.686000', '212327.688000', '212327.691000', '212327.693000', '212327.696000', '212327.699000', '212327.701000', '212327.704000', '212327.706000', '212327.709000', '212327.712000', '212327.714000', '212327.717000', '212327.720000', '212347.610000', '212347.613000', '212347.616000', '212347.619000', '212347.621000', '212347.624000', '212347.626000', '212347.629000', '212347.632000', '212347.634000', '212347.637000', '212347.639000', '212347.642000', '212347.645000', '212347.647000', '212347.650000', '212347.652000', '212347.655000', '212347.658000', '212347.660000', '212347.663000', '212347.665000', '212347.668000', '212347.671000', '212347.673000', '212347.676000', '212347.679000', '212347.681000', '212347.684000', '212347.687000', '212347.689000', '212347.692000', '212347.694000', '212347.697000', '212347.699000', '212347.702000', '212347.705000', '212347.707000', '212347.726000', '212347.729000', '212347.731000', '212347.734000', '212347.736000', '212347.739000', '212407.609000', '212407.612000', '212407.615000', '212407.617000', '212407.620000', '212407.622000', '212407.625000', '212407.628000', '212407.630000', '212407.633000', '212407.635000', '212407.638000', '212407.641000', '212407.643000', '212407.646000', '212407.649000', '212407.651000', '212407.654000', '212407.656000', '212407.659000', '212407.661000', '212407.664000', '212407.667000', '212407.669000', '212407.672000', '212407.675000', '212407.677000', '212407.680000', '212407.682000', '212407.685000', '212407.688000', '212407.690000', '212407.693000', '212407.695000', '212407.698000', '212407.700000', '212407.703000', '212407.706000', '212407.708000', '212407.711000', '212407.714000', '212407.716000', '212407.719000', '212427.609000', '212427.612000', '212427.615000', '212427.617000', '212427.620000', '212427.623000', '212427.625000', '212427.628000', '212427.631000', '212427.633000', '212427.636000', '212427.638000', '212427.641000', '212427.644000', '212427.647000', '212427.650000', '212427.652000', '212427.655000', '212427.658000', '212427.660000', '212427.663000', '212427.665000', '212427.668000', '212427.671000', '212427.673000', '212427.676000', '212427.678000', '212427.681000', '212427.684000', '212427.686000', '212427.689000', '212427.691000', '212427.694000', '212427.697000', '212427.699000', '212427.702000', '212427.705000', '212427.707000', '212427.710000', '212427.713000', '212427.715000', '212427.718000', '212427.720000', '212427.723000', '212447.610000', '212447.613000', '212447.615000', '212447.618000', '212447.620000', '212447.623000', '212447.626000', '212447.628000', '212447.631000', '212447.633000', '212447.636000', '212447.639000', '212447.641000', '212447.644000', '212447.646000', '212447.649000', '212447.652000', '212447.654000', '212447.657000', '212447.659000', '212447.662000', '212447.665000', '212447.667000', '212447.670000', '212447.673000', '212447.675000', '212447.678000', '212447.680000', '212447.683000', '212447.686000', '212447.688000', '212447.691000', '212447.693000', '212447.696000', '212447.699000', '212447.701000', '212447.704000', '212447.706000', '212447.709000', '212447.712000', '212447.714000', '212447.717000', '212447.719000', '212507.610000', '212507.612000', '212507.615000', '212507.618000', '212507.620000', '212507.623000', '212507.626000', '212507.629000', '212507.631000', '212507.634000', '212507.636000', '212507.639000', '212507.642000', '212507.644000', '212507.647000', '212507.650000', '212507.652000', '212507.655000', '212507.657000', '212507.660000', '212507.663000', '212507.665000', '212507.668000', '212507.674000', '212507.677000', '212507.679000', '212507.682000', '212507.684000', '212507.687000', '212507.689000', '212507.692000', '212507.695000', '212507.697000', '212507.700000', '212507.703000', '212507.705000', '212507.708000', '212507.711000', '212507.713000', '212507.716000', '212507.719000', '212507.721000', '212507.724000', '212527.610000', '212527.613000', '212527.616000', '212527.619000', '212527.621000', '212527.624000', '212527.627000', '212527.630000', '212527.632000', '212527.635000', '212527.637000', '212527.640000', '212527.643000', '212527.645000', '212527.648000', '212527.650000', '212527.653000', '212527.656000', '212527.664000', '212527.666000', '212527.669000', '212527.672000', '212527.674000', '212527.677000', '212527.679000', '212527.682000', '212527.685000', '212527.687000', '212527.690000', '212527.692000', '212527.695000', '212527.698000', '212527.700000', '212527.703000', '212527.718000', '212527.720000', '212527.723000', '212527.726000', '212527.728000', '212527.731000', '212527.734000', '212527.736000', '212527.739000', '212527.741000', '212547.611000', '212547.613000', '212547.616000', '212547.619000', '212547.621000', '212547.624000', '212547.627000', '212547.629000', '212547.632000', '212547.635000', '212547.638000', '212547.640000', '212547.643000', '212547.646000', '212547.649000', '212547.652000', '212547.654000', '212547.657000', '212547.659000', '212547.662000', '212547.665000', '212547.667000', '212547.670000', '212547.673000', '212547.675000', '212547.678000', '212547.681000', '212547.684000', '212547.687000', '212547.689000', '212547.692000', '212547.694000', '212547.697000', '212547.700000', '212547.702000', '212547.705000', '212547.708000', '212547.710000', '212547.713000', '212547.716000', '212547.718000', '212547.721000', '212547.723000', '212607.610000', '212607.613000', '212607.616000', '212607.618000', '212607.621000', '212607.624000', '212607.626000', '212607.629000', '212607.632000', '212607.634000', '212607.637000', '212607.640000', '212607.642000', '212607.645000', '212607.648000', '212607.650000', '212607.653000', '212607.655000', '212607.658000', '212607.661000', '212607.663000', '212607.666000', '212607.669000', '212607.671000', '212607.674000', '212607.677000', '212607.679000', '212607.682000', '212607.684000', '212607.687000', '212607.690000', '212607.692000', '212607.695000', '212607.698000', '212607.700000', '212607.703000', '212607.706000', '212607.708000', '212607.711000', '212607.713000', '212607.716000', '212607.719000', '212607.721000', '212607.724000', '212627.610000', '212627.613000', '212627.615000', '212627.618000', '212627.621000', '212627.623000', '212627.626000', '212627.628000', '212627.631000', '212627.634000', '212627.636000', '212627.639000', '212627.642000', '212627.644000', '212627.647000', '212627.649000', '212627.653000', '212627.656000', '212627.659000', '212627.661000', '212627.664000', '212627.667000', '212627.669000', '212627.672000', '212627.674000', '212627.677000', '212627.680000', '212627.682000', '212627.685000', '212627.687000', '212627.690000', '212627.693000', '212627.695000', '212627.698000', '212627.701000', '212627.703000', '212627.706000', '212627.708000', '212627.711000', '212627.714000', '212627.716000', '212627.719000', '212627.722000', '212647.610000', '212647.612000', '212647.615000', '212647.618000', '212647.620000', '212647.623000', '212647.626000', '212647.628000', '212647.631000', '212647.633000', '212647.636000', '212647.639000', '212647.641000', '212647.644000', '212647.646000', '212647.649000', '212647.652000', '212647.654000', '212647.657000', '212647.660000', '212647.662000', '212647.665000', '212647.668000', '212647.670000', '212647.673000', '212647.675000', '212647.678000', '212647.681000', '212647.683000', '212647.686000', '212647.689000', '212647.691000', '212647.694000', '212647.696000', '212647.699000', '212647.702000', '212647.704000', '212647.707000', '212647.710000', '212647.712000', '212647.715000', '212647.717000', '212647.720000', '212647.723000', '212707.609000', '212707.612000', '212707.615000', '212707.618000', '212707.620000', '212707.623000', '212707.626000', '212707.628000', '212707.631000', '212707.634000', '212707.636000', '212707.639000', '212707.642000', '212707.644000', '212707.647000', '212707.658000', '212707.660000', '212707.663000', '212707.665000', '212707.668000', '212707.671000', '212707.673000', '212707.676000', '212707.678000', '212707.681000', '212707.684000', '212707.686000', '212707.689000', '212707.692000', '212707.694000', '212707.697000', '212707.700000', '212707.703000', '212707.705000', '212707.708000', '212707.710000', '212707.713000', '212707.716000', '212707.718000', '212707.721000', '212707.725000', '212707.727000', '212707.730000', '212727.610000', '212727.612000', '212727.615000', '212727.618000', '212727.620000', '212727.623000', '212727.626000', '212727.628000', '212727.631000', '212727.633000', '212727.636000', '212727.639000', '212727.641000', '212727.644000', '212727.646000', '212727.649000', '212727.652000', '212727.654000', '212727.657000', '212727.660000', '212727.662000', '212727.665000', '212727.668000', '212727.670000', '212727.673000', '212727.675000', '212727.678000', '212727.680000', '212727.683000', '212727.686000', '212727.688000', '212727.691000', '212727.694000', '212727.696000', '212727.699000', '212727.701000', '212727.704000', '212727.707000', '212727.709000', '212727.712000', '212727.714000', '212727.717000', '212727.720000', '212727.722000', '212747.611000', '212747.613000', '212747.616000', '212747.619000', '212747.621000', '212747.624000', '212747.626000', '212747.629000', '212747.632000', '212747.634000', '212747.637000', '212747.640000', '212747.642000', '212747.645000', '212747.648000', '212747.650000', '212747.653000', '212747.656000', '212747.658000', '212747.661000', '212747.664000', '212747.666000', '212747.669000', '212747.671000', '212747.674000', '212747.677000', '212747.680000', '212747.683000', '212747.686000', '212747.689000', '212747.691000', '212747.694000', '212747.696000', '212747.699000', '212747.702000', '212747.704000', '212747.707000', '212747.710000', '212747.712000', '212747.715000', '212747.717000', '212747.720000', '212747.723000', '212807.611000', '212807.613000', '212807.616000', '212807.619000', '212807.621000', '212807.624000', '212807.627000', '212807.629000', '212807.632000', '212807.634000', '212807.637000', '212807.640000', '212807.642000', '212807.645000', '212807.648000', '212807.650000', '212807.653000', '212807.655000', '212807.658000', '212807.660000', '212807.663000', '212807.666000', '212807.668000', '212807.671000', '212807.673000', '212807.676000', '212807.679000', '212807.681000', '212807.684000', '212807.686000', '212807.689000', '212807.692000', '212807.694000', '212807.697000', '212807.699000', '212807.702000', '212807.705000', '212807.707000', '212807.710000', '212807.712000', '212807.715000', '212807.718000', '212807.720000', '212807.723000', '212827.610000', '212827.613000', '212827.617000', '212827.620000', '212827.623000', '212827.625000', '212827.628000', '212827.631000', '212827.633000', '212827.636000', '212827.639000', '212827.641000', '212827.644000', '212827.646000', '212827.649000', '212827.652000', '212827.654000', '212827.657000', '212827.660000', '212827.662000', '212827.665000', '212827.667000', '212827.670000', '212827.673000', '212827.675000', '212827.678000', '212827.707000', '212827.710000', '212827.712000', '212827.715000', '212827.717000', '212827.720000', '212827.723000', '212827.725000', '212827.728000', '212827.731000', '212827.733000', '212827.736000', '212827.739000', '212827.741000', '212827.744000', '212827.746000', '212827.749000', '212847.610000', '212847.612000', '212847.615000', '212847.618000', '212847.621000', '212847.623000', '212847.626000', '212847.629000', '212847.631000', '212847.634000', '212847.636000', '212847.639000', '212847.642000', '212847.644000', '212847.647000', '212847.650000', '212847.652000', '212847.655000', '212847.658000', '212847.660000', '212847.663000', '212847.665000', '212847.668000', '212847.670000', '212847.673000', '212847.676000', '212847.678000', '212847.681000', '212847.683000', '212847.686000', '212847.689000', '212847.691000', '212847.694000', '212847.697000', '212847.699000', '212847.702000', '212847.704000', '212847.707000', '212847.710000', '212847.712000', '212847.715000', '212847.717000', '212847.720000', '212847.723000', '212855.326000', '212855.330000', '212855.332000', '212855.335000', '212855.338000', '212855.341000', '212855.344000', '212855.347000', '212855.349000', '212855.352000', '212855.355000', '212855.358000', '212855.361000', '212855.371000', '212855.374000', '212855.378000', '212855.383000'], 'InstanceCreationTime': ['212227.641000', '212227.644000', '212227.647000', '212227.650000', '212227.653000', '212227.655000', '212227.658000', '212227.661000', '212227.663000', '212227.674000', '212227.676000', '212227.679000', '212227.681000', '212227.684000', '212227.687000', '212227.689000', '212227.692000', '212227.694000', '212227.697000', '212227.703000', '212227.706000', '212227.708000', '212227.711000', '212227.713000', '212227.716000', '212227.718000', '212227.721000', '212227.724000', '212227.726000', '212247.610000', '212247.612000', '212247.615000', '212247.618000', '212247.620000', '212247.623000', '212247.625000', '212247.628000', '212247.631000', '212247.633000', '212247.636000', '212247.638000', '212247.641000', '212247.643000', '212247.646000', '212247.649000', '212247.651000', '212247.654000', '212247.656000', '212247.659000', '212247.662000', '212247.664000', '212247.667000', '212247.669000', '212247.672000', '212247.674000', '212247.677000', '212247.680000', '212247.682000', '212247.685000', '212247.697000', '212247.700000', '212247.702000', '212247.705000', '212247.707000', '212247.710000', '212247.713000', '212247.715000', '212247.718000', '212247.720000', '212247.723000', '212247.726000', '212247.728000', '212307.610000', '212307.613000', '212307.616000', '212307.618000', '212307.621000', '212307.624000', '212307.626000', '212307.629000', '212307.632000', '212307.634000', '212307.637000', '212307.643000', '212307.646000', '212307.649000', '212307.651000', '212307.654000', '212307.657000', '212307.660000', '212307.662000', '212307.665000', '212307.668000', '212307.670000', '212307.673000', '212307.675000', '212307.678000', '212307.681000', '212307.683000', '212307.686000', '212307.689000', '212307.691000', '212307.694000', '212307.696000', '212307.699000', '212307.702000', '212307.704000', '212307.707000', '212307.709000', '212307.712000', '212307.715000', '212307.717000', '212307.720000', '212307.722000', '212307.725000', '212307.727000', '212327.610000', '212327.613000', '212327.616000', '212327.618000', '212327.621000', '212327.624000', '212327.626000', '212327.629000', '212327.632000', '212327.634000', '212327.637000', '212327.639000', '212327.642000', '212327.645000', '212327.647000', '212327.650000', '212327.652000', '212327.655000', '212327.657000', '212327.660000', '212327.663000', '212327.665000', '212327.668000', '212327.670000', '212327.673000', '212327.675000', '212327.678000', '212327.681000', '212327.683000', '212327.686000', '212327.688000', '212327.691000', '212327.693000', '212327.696000', '212327.699000', '212327.701000', '212327.704000', '212327.706000', '212327.709000', '212327.712000', '212327.714000', '212327.717000', '212327.720000', '212347.610000', '212347.613000', '212347.616000', '212347.619000', '212347.621000', '212347.624000', '212347.626000', '212347.629000', '212347.632000', '212347.634000', '212347.637000', '212347.639000', '212347.642000', '212347.645000', '212347.647000', '212347.650000', '212347.652000', '212347.655000', '212347.658000', '212347.660000', '212347.663000', '212347.665000', '212347.668000', '212347.671000', '212347.673000', '212347.676000', '212347.679000', '212347.681000', '212347.684000', '212347.687000', '212347.689000', '212347.692000', '212347.694000', '212347.697000', '212347.699000', '212347.702000', '212347.705000', '212347.707000', '212347.726000', '212347.729000', '212347.731000', '212347.734000', '212347.736000', '212347.739000', '212407.609000', '212407.612000', '212407.615000', '212407.617000', '212407.620000', '212407.622000', '212407.625000', '212407.628000', '212407.630000', '212407.633000', '212407.635000', '212407.638000', '212407.641000', '212407.643000', '212407.646000', '212407.649000', '212407.651000', '212407.654000', '212407.656000', '212407.659000', '212407.661000', '212407.664000', '212407.667000', '212407.669000', '212407.672000', '212407.675000', '212407.677000', '212407.680000', '212407.682000', '212407.685000', '212407.688000', '212407.690000', '212407.693000', '212407.695000', '212407.698000', '212407.700000', '212407.703000', '212407.706000', '212407.708000', '212407.711000', '212407.714000', '212407.716000', '212407.719000', '212427.609000', '212427.612000', '212427.615000', '212427.617000', '212427.620000', '212427.623000', '212427.625000', '212427.628000', '212427.631000', '212427.633000', '212427.636000', '212427.638000', '212427.641000', '212427.644000', '212427.647000', '212427.650000', '212427.652000', '212427.655000', '212427.658000', '212427.660000', '212427.663000', '212427.665000', '212427.668000', '212427.671000', '212427.673000', '212427.676000', '212427.678000', '212427.681000', '212427.684000', '212427.686000', '212427.689000', '212427.691000', '212427.694000', '212427.697000', '212427.699000', '212427.702000', '212427.705000', '212427.707000', '212427.710000', '212427.713000', '212427.715000', '212427.718000', '212427.720000', '212427.723000', '212447.610000', '212447.613000', '212447.615000', '212447.618000', '212447.620000', '212447.623000', '212447.626000', '212447.628000', '212447.631000', '212447.633000', '212447.636000', '212447.639000', '212447.641000', '212447.644000', '212447.646000', '212447.649000', '212447.652000', '212447.654000', '212447.657000', '212447.659000', '212447.662000', '212447.665000', '212447.667000', '212447.670000', '212447.673000', '212447.675000', '212447.678000', '212447.680000', '212447.683000', '212447.686000', '212447.688000', '212447.691000', '212447.693000', '212447.696000', '212447.699000', '212447.701000', '212447.704000', '212447.706000', '212447.709000', '212447.712000', '212447.714000', '212447.717000', '212447.719000', '212507.610000', '212507.612000', '212507.615000', '212507.618000', '212507.620000', '212507.623000', '212507.626000', '212507.629000', '212507.631000', '212507.634000', '212507.636000', '212507.639000', '212507.642000', '212507.644000', '212507.647000', '212507.650000', '212507.652000', '212507.655000', '212507.657000', '212507.660000', '212507.663000', '212507.665000', '212507.668000', '212507.674000', '212507.677000', '212507.679000', '212507.682000', '212507.684000', '212507.687000', '212507.689000', '212507.692000', '212507.695000', '212507.697000', '212507.700000', '212507.703000', '212507.705000', '212507.708000', '212507.711000', '212507.713000', '212507.716000', '212507.719000', '212507.721000', '212507.724000', '212527.610000', '212527.613000', '212527.616000', '212527.619000', '212527.621000', '212527.624000', '212527.627000', '212527.630000', '212527.632000', '212527.635000', '212527.637000', '212527.640000', '212527.643000', '212527.645000', '212527.648000', '212527.650000', '212527.653000', '212527.656000', '212527.664000', '212527.666000', '212527.669000', '212527.672000', '212527.674000', '212527.677000', '212527.679000', '212527.682000', '212527.685000', '212527.687000', '212527.690000', '212527.692000', '212527.695000', '212527.698000', '212527.700000', '212527.703000', '212527.718000', '212527.720000', '212527.723000', '212527.726000', '212527.728000', '212527.731000', '212527.734000', '212527.736000', '212527.739000', '212527.741000', '212547.611000', '212547.613000', '212547.616000', '212547.619000', '212547.621000', '212547.624000', '212547.627000', '212547.629000', '212547.632000', '212547.635000', '212547.638000', '212547.640000', '212547.643000', '212547.646000', '212547.649000', '212547.652000', '212547.654000', '212547.657000', '212547.659000', '212547.662000', '212547.665000', '212547.667000', '212547.670000', '212547.673000', '212547.675000', '212547.678000', '212547.681000', '212547.684000', '212547.687000', '212547.689000', '212547.692000', '212547.694000', '212547.697000', '212547.700000', '212547.702000', '212547.705000', '212547.708000', '212547.710000', '212547.713000', '212547.716000', '212547.718000', '212547.721000', '212547.723000', '212607.610000', '212607.613000', '212607.616000', '212607.618000', '212607.621000', '212607.624000', '212607.626000', '212607.629000', '212607.632000', '212607.634000', '212607.637000', '212607.640000', '212607.642000', '212607.645000', '212607.648000', '212607.650000', '212607.653000', '212607.655000', '212607.658000', '212607.661000', '212607.663000', '212607.666000', '212607.669000', '212607.671000', '212607.674000', '212607.677000', '212607.679000', '212607.682000', '212607.684000', '212607.687000', '212607.690000', '212607.692000', '212607.695000', '212607.698000', '212607.700000', '212607.703000', '212607.706000', '212607.708000', '212607.711000', '212607.713000', '212607.716000', '212607.719000', '212607.721000', '212607.724000', '212627.610000', '212627.613000', '212627.615000', '212627.618000', '212627.621000', '212627.623000', '212627.626000', '212627.628000', '212627.631000', '212627.634000', '212627.636000', '212627.639000', '212627.642000', '212627.644000', '212627.647000', '212627.649000', '212627.653000', '212627.656000', '212627.659000', '212627.661000', '212627.664000', '212627.667000', '212627.669000', '212627.672000', '212627.674000', '212627.677000', '212627.680000', '212627.682000', '212627.685000', '212627.687000', '212627.690000', '212627.693000', '212627.695000', '212627.698000', '212627.701000', '212627.703000', '212627.706000', '212627.708000', '212627.711000', '212627.714000', '212627.716000', '212627.719000', '212627.722000', '212647.610000', '212647.612000', '212647.615000', '212647.618000', '212647.620000', '212647.623000', '212647.626000', '212647.628000', '212647.631000', '212647.633000', '212647.636000', '212647.639000', '212647.641000', '212647.644000', '212647.646000', '212647.649000', '212647.652000', '212647.654000', '212647.657000', '212647.660000', '212647.662000', '212647.665000', '212647.668000', '212647.670000', '212647.673000', '212647.675000', '212647.678000', '212647.681000', '212647.683000', '212647.686000', '212647.689000', '212647.691000', '212647.694000', '212647.696000', '212647.699000', '212647.702000', '212647.704000', '212647.707000', '212647.710000', '212647.712000', '212647.715000', '212647.717000', '212647.720000', '212647.723000', '212707.609000', '212707.612000', '212707.615000', '212707.618000', '212707.620000', '212707.623000', '212707.626000', '212707.628000', '212707.631000', '212707.634000', '212707.636000', '212707.639000', '212707.642000', '212707.644000', '212707.647000', '212707.658000', '212707.660000', '212707.663000', '212707.665000', '212707.668000', '212707.671000', '212707.673000', '212707.676000', '212707.678000', '212707.681000', '212707.684000', '212707.686000', '212707.689000', '212707.692000', '212707.694000', '212707.697000', '212707.700000', '212707.703000', '212707.705000', '212707.708000', '212707.710000', '212707.713000', '212707.716000', '212707.718000', '212707.721000', '212707.725000', '212707.727000', '212707.730000', '212727.610000', '212727.612000', '212727.615000', '212727.618000', '212727.620000', '212727.623000', '212727.626000', '212727.628000', '212727.631000', '212727.633000', '212727.636000', '212727.639000', '212727.641000', '212727.644000', '212727.646000', '212727.649000', '212727.652000', '212727.654000', '212727.657000', '212727.660000', '212727.662000', '212727.665000', '212727.668000', '212727.670000', '212727.673000', '212727.675000', '212727.678000', '212727.680000', '212727.683000', '212727.686000', '212727.688000', '212727.691000', '212727.694000', '212727.696000', '212727.699000', '212727.701000', '212727.704000', '212727.707000', '212727.709000', '212727.712000', '212727.714000', '212727.717000', '212727.720000', '212727.722000', '212747.611000', '212747.613000', '212747.616000', '212747.619000', '212747.621000', '212747.624000', '212747.626000', '212747.629000', '212747.632000', '212747.634000', '212747.637000', '212747.640000', '212747.642000', '212747.645000', '212747.648000', '212747.650000', '212747.653000', '212747.656000', '212747.658000', '212747.661000', '212747.664000', '212747.666000', '212747.669000', '212747.671000', '212747.674000', '212747.677000', '212747.680000', '212747.683000', '212747.686000', '212747.689000', '212747.691000', '212747.694000', '212747.696000', '212747.699000', '212747.702000', '212747.704000', '212747.707000', '212747.710000', '212747.712000', '212747.715000', '212747.717000', '212747.720000', '212747.723000', '212807.611000', '212807.613000', '212807.616000', '212807.619000', '212807.621000', '212807.624000', '212807.627000', '212807.629000', '212807.632000', '212807.634000', '212807.637000', '212807.640000', '212807.642000', '212807.645000', '212807.648000', '212807.650000', '212807.653000', '212807.655000', '212807.658000', '212807.660000', '212807.663000', '212807.666000', '212807.668000', '212807.671000', '212807.673000', '212807.676000', '212807.679000', '212807.681000', '212807.684000', '212807.686000', '212807.689000', '212807.692000', '212807.694000', '212807.697000', '212807.699000', '212807.702000', '212807.705000', '212807.707000', '212807.710000', '212807.712000', '212807.715000', '212807.718000', '212807.720000', '212807.723000', '212827.610000', '212827.613000', '212827.617000', '212827.620000', '212827.623000', '212827.625000', '212827.628000', '212827.631000', '212827.633000', '212827.636000', '212827.639000', '212827.641000', '212827.644000', '212827.646000', '212827.649000', '212827.652000', '212827.654000', '212827.657000', '212827.660000', '212827.662000', '212827.665000', '212827.667000', '212827.670000', '212827.673000', '212827.675000', '212827.678000', '212827.707000', '212827.710000', '212827.712000', '212827.715000', '212827.717000', '212827.720000', '212827.723000', '212827.725000', '212827.728000', '212827.731000', '212827.733000', '212827.736000', '212827.739000', '212827.741000', '212827.744000', '212827.746000', '212827.749000', '212847.610000', '212847.612000', '212847.615000', '212847.618000', '212847.621000', '212847.623000', '212847.626000', '212847.629000', '212847.631000', '212847.634000', '212847.636000', '212847.639000', '212847.642000', '212847.644000', '212847.647000', '212847.650000', '212847.652000', '212847.655000', '212847.658000', '212847.660000', '212847.663000', '212847.665000', '212847.668000', '212847.670000', '212847.673000', '212847.676000', '212847.678000', '212847.681000', '212847.683000', '212847.686000', '212847.689000', '212847.691000', '212847.694000', '212847.697000', '212847.699000', '212847.702000', '212847.704000', '212847.707000', '212847.710000', '212847.712000', '212847.715000', '212847.717000', '212847.720000', '212847.723000', '212855.326000', '212855.330000', '212855.332000', '212855.335000', '212855.338000', '212855.341000', '212855.344000', '212855.347000', '212855.349000', '212855.352000', '212855.355000', '212855.358000', '212855.361000', '212855.371000', '212855.374000', '212855.378000', '212855.383000'], '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': [6245, 7998, 6274, 7121, 6048, 6858, 6097, 7013, 6033, 7001, 7472, 6141, 6604, 5888, 6038, 6148, 6771, 5951, 8011, 5898, 7210, 5983, 7115, 5913, 6573, 5831, 7572, 6291, 6798, 5997, 6012, 5887, 5985, 6324, 6011, 6043, 6291, 6057, 6588, 6034, 6946, 6009, 7017, 6320, 5821, 7773, 6172, 6520, 6035, 6652, 6101, 6601, 6042, 6009, 6596, 5885, 6833, 5930, 6914, 6064, 6880, 6087, 6952, 6104, 6822, 6085, 6483, 6831, 5977, 6419, 5928, 7111, 5792, 6848, 5813, 6127, 6080, 5882, 6086, 6068, 6548, 5886, 6908, 5992, 6850, 5903, 6246, 5853, 6120, 5990, 7000, 6080, 6846, 6145, 6643, 5893, 6773, 6094, 6934, 5849, 6708, 5944, 6609, 5829, 7037, 6292, 6159, 6896, 5988, 6303, 5899, 6600, 6026, 6101, 6066, 6127, 6845, 6041, 7155, 7063, 5973, 7381, 6020, 6131, 6010, 6204, 5949, 7827, 5890, 7247, 6254, 6748, 5880, 7012, 6131, 6635, 6340, 6117, 6997, 5829, 7059, 5833, 6706, 5977, 6492, 6028, 6847, 6071, 6739, 7103, 5875, 6283, 5793, 6031, 6178, 6166, 5959, 6538, 5858, 7303, 6155, 6942, 6002, 6440, 6179, 6445, 6521, 6194, 7058, 5855, 6649, 5973, 6743, 5895, 6767, 6102, 6822, 6116, 6192, 5801, 6132, 6372, 6151, 6584, 5912, 7020, 6048, 7030, 6193, 6132, 6362, 6609, 6035, 7156, 6010, 7094, 6059, 6955, 5876, 6452, 5956, 6344, 5965, 7115, 5955, 6216, 6036, 6527, 6281, 6437, 6778, 6235, 6843, 6218, 6724, 6001, 7027, 6001, 7255, 5984, 6483, 6004, 6781, 5887, 6966, 6145, 6926, 7127, 6167, 7381, 5779, 6755, 6023, 6651, 5917, 6690, 5969, 6291, 6178, 6520, 6090, 6891, 6005, 6441, 6865, 5836, 6526, 5883, 6047, 5935, 6379, 5744, 7081, 5955, 7080, 5965, 6852, 6053, 6793, 5995, 6878, 6111, 6820, 5952, 6648, 6113, 6815, 6062, 6297, 6018, 6888, 5919, 7164, 5861, 6874, 5932, 6801, 5903, 7050, 6061, 6861, 5921, 6963, 5998, 6811, 5978, 6463, 5928, 6546, 5854, 6219, 5950, 6327, 5838, 6379, 5925, 6230, 6249, 6154, 6719, 6000, 7076, 6097, 6588, 6055, 6160, 6224, 6746, 6094, 6805, 6191, 6321, 5996, 6740, 6035, 7168, 5965, 6817, 6932, 5937, 6936, 5884, 6973, 5934, 6958, 5915, 6435, 5970, 6749, 5921, 6616, 5870, 6704, 6006, 6652, 6003, 6885, 5978, 7009, 5924, 6826, 6104, 6929, 5948, 6402, 5926, 6949, 6198, 7037, 6029, 6879, 6066, 6635, 5991, 6634, 5925, 6605, 5956, 6132, 6113, 6021, 7601, 6216, 6621, 6066, 7027, 5808, 6156, 6877, 5966, 7161, 6142, 7476, 6306, 7117, 6001, 6958, 6023, 6707, 7454, 6005, 6746, 6019, 6643, 5884, 6568, 6127, 6500, 5977, 6357, 6118, 6397, 5934, 6684, 7461, 6068, 7285, 5956, 6146, 5930, 5872, 7312, 6254, 6800, 5977, 6183, 6021, 6175, 6023, 6179, 6366, 5889, 7109, 5863, 6639, 6155, 6595, 5838, 6499, 5948, 6535, 5957, 6841, 6093, 6931, 5958, 7077, 6144, 7088, 6005, 6498, 7119, 5876, 6385, 6054, 6087, 5972, 6162, 6196, 6318, 5953, 7077, 5875, 7352, 6114, 6838, 6118, 6068, 6175, 6045, 5959, 6105, 7098, 5874, 7381, 5987, 6780, 5974, 6584, 5932, 6764, 6289, 6470, 7095, 5969, 7263, 5912, 6475, 6143, 5966, 6043, 5957, 6081, 5964, 6213, 6058, 6274, 5924, 6860, 6158, 6781, 6160, 6759, 6186, 7026, 6020, 7016, 6149, 6191, 6350, 6061, 6947, 5977, 7644, 6036, 6879, 5998, 5935, 7124, 5836, 7298, 6065, 7187, 6136, 7012, 5856, 6874, 7348, 6195, 7141, 6037, 6728, 6013, 6621, 6145, 5942, 7009, 5801, 6883, 6117, 6354, 6028, 6724, 5960, 6644, 5929, 6362, 6184, 6779, 5909, 6969, 6100, 6437, 7352, 6138, 7287, 6106, 6752, 6234, 6851, 6019, 6060, 5951, 6267, 6454, 6236, 5831, 7298, 5926, 7304, 5919, 7233, 6117, 6728, 6046, 5859, 6156, 6220, 6071, 5915, 5919, 6124, 6007, 6579, 8022, 5936, 7676, 5904, 6615, 5941, 6328, 7346, 5963, 6835, 5803, 6644, 5886, 6509, 6079, 6302, 6160, 6652, 6054, 6721, 6000, 6919, 6053, 6473, 6116, 6291, 6010, 6529, 6822, 5923, 6556, 5917, 7034, 6010, 6803, 5985, 6311, 6089, 6799, 6064, 6931, 6038, 7164, 6220, 7599, 6163, 7274, 5927, 7545, 6200, 7666, 6007, 6966, 5911, 6939, 5905, 6919, 6053, 6731, 5945, 6278, 5981, 6292, 6173, 5877, 6704, 5904, 6560, 5980, 6290, 6069, 6242, 5940, 6461, 6072, 7493, 5893, 6136, 7515, 5823, 6721, 5896, 6586, 5908, 6180, 5985, 6595, 5883, 6500, 5936, 5992, 5970, 6305, 6067, 6866, 6020, 7002, 6225, 5969, 6785, 7125, 5900, 7318, 5851, 6186, 7176, 6036, 6862, 6265, 6787, 7170, 6350, 7235, 7792, 6005, 6290, 6088, 6028, 6901, 6005, 7065, 6034, 7131, 6032, 6263, 6202, 6089, 6478, 7142, 6048, 8221, 5875, 7331, 5901, 7096, 5949, 7224, 5945, 6777, 6104, 6818, 6047, 6902, 6204, 6040, 5998, 5964, 5899, 5929, 6041, 6140, 6218, 6021, 8503, 5952, 6685, 6066, 5999, 5985, 5990, 7468, 6106, 7184, 6082, 6401, 6020, 6745, 5947, 6974, 6060, 6833, 5892, 6673, 6118, 7029, 5955, 6933, 6105, 6214, 6083, 6739, 5958, 7076, 6015, 7241, 6133, 7302, 6054, 7114, 6158, 7092, 6140, 7234, 6019, 6637, 5861, 6286, 6207, 7347, 6080, 6055, 6059, 6134, 6879, 5979, 7157, 6120, 6766, 5983, 7224, 5986, 7055, 8114, 5948, 7372, 5901, 6807, 6059, 6131, 5990, 6151, 6263, 6103, 6992, 6341, 7073, 6238, 6608, 8276, 6009, 7591, 5910, 6230, 6274, 6061, 6075, 6007, 6062, 6393, 5972, 6335, 6087, 6642, 6126, 6960, 6251, 7182, 6038, 6596, 6236, 7368, 5961, 7672, 6006, 6589, 6005, 7111, 7369, 7111, 6000, 7142, 6318, 6290, 6769, 6192, 7048, 6356, 6329, 7218, 6394, 7215, 6202, 7255, 6209, 7141, 6019, 7526, 6076, 6320, 6073, 6429, 6109, 7009, 6074, 6950, 6250, 7056, 5988, 6987, 5974, 7110, 6049, 7285, 6340, 7232, 6129, 7222, 6345, 6630, 5924, 6921, 8032, 6837, 6859, 6457, 6979, 5816, 6934], 'WindowCenter': [3896.0, 3912.0, 3868.0, 3863.0, 3854.0, 3851.0, 3841.0, 3861.0, 3838.0, 3861.0, 3860.0, 3827.0, 3836.0, 3826.0, 3826.0, 3838.0, 3835.0, 3827.0, 3857.0, 3826.0, 3846.0, 3826.0, 3847.0, 3827.0, 3836.0, 3826.0, 3857.0, 3837.0, 3836.0, 3825.0, 3825.0, 3826.0, 3838.0, 3837.0, 3838.0, 3837.0, 3850.0, 3840.0, 3850.0, 3839.0, 3859.0, 3839.0, 3860.0, 3837.0, 3828.0, 3859.0, 3837.0, 3836.0, 3837.0, 3847.0, 3837.0, 3848.0, 3837.0, 3839.0, 3848.0, 3838.0, 3848.0, 3838.0, 3847.0, 3838.0, 3848.0, 3838.0, 3849.0, 3838.0, 3848.0, 3837.0, 3838.0, 3847.0, 3837.0, 3836.0, 3838.0, 3847.0, 3827.0, 3848.0, 3826.0, 3837.0, 3836.0, 3827.0, 3838.0, 3839.0, 3848.0, 3839.0, 3859.0, 3850.0, 3850.0, 3841.0, 3850.0, 3840.0, 3850.0, 3852.0, 3862.0, 3840.0, 3861.0, 3852.0, 3861.0, 3842.0, 3862.0, 3852.0, 3861.0, 3842.0, 3863.0, 3853.0, 3862.0, 3841.0, 3863.0, 3850.0, 3851.0, 3860.0, 3852.0, 3851.0, 3841.0, 3861.0, 3853.0, 3853.0, 3854.0, 3853.0, 3863.0, 3854.0, 3874.0, 3874.0, 3854.0, 3872.0, 3840.0, 3840.0, 3840.0, 3839.0, 3840.0, 3870.0, 3839.0, 3859.0, 3849.0, 3849.0, 3839.0, 3859.0, 3838.0, 3850.0, 3837.0, 3838.0, 3846.0, 3826.0, 3846.0, 3826.0, 3847.0, 3837.0, 3836.0, 3837.0, 3848.0, 3837.0, 3848.0, 3846.0, 3827.0, 3836.0, 3827.0, 3837.0, 3839.0, 3849.0, 3851.0, 3850.0, 3840.0, 3859.0, 3838.0, 3860.0, 3850.0, 3849.0, 3838.0, 3850.0, 3838.0, 3850.0, 3859.0, 3840.0, 3849.0, 3852.0, 3850.0, 3842.0, 3862.0, 3852.0, 3861.0, 3852.0, 3852.0, 3852.0, 3852.0, 3864.0, 3854.0, 3864.0, 3842.0, 3875.0, 3852.0, 3863.0, 3852.0, 3852.0, 3851.0, 3861.0, 3850.0, 3860.0, 3851.0, 3862.0, 3853.0, 3872.0, 3842.0, 3851.0, 3852.0, 3863.0, 3853.0, 3863.0, 3852.0, 3841.0, 3852.0, 3851.0, 3851.0, 3851.0, 3862.0, 3853.0, 3863.0, 3840.0, 3861.0, 3851.0, 3860.0, 3839.0, 3860.0, 3839.0, 3838.0, 3838.0, 3848.0, 3828.0, 3848.0, 3837.0, 3849.0, 3846.0, 3837.0, 3846.0, 3826.0, 3835.0, 3836.0, 3835.0, 3826.0, 3847.0, 3837.0, 3836.0, 3837.0, 3835.0, 3837.0, 3847.0, 3836.0, 3837.0, 3847.0, 3827.0, 3837.0, 3827.0, 3837.0, 3838.0, 3837.0, 3839.0, 3859.0, 3839.0, 3848.0, 3839.0, 3848.0, 3838.0, 3850.0, 3839.0, 3849.0, 3838.0, 3848.0, 3839.0, 3848.0, 3839.0, 3850.0, 3839.0, 3850.0, 3851.0, 3861.0, 3841.0, 3861.0, 3842.0, 3861.0, 3851.0, 3850.0, 3840.0, 3860.0, 3850.0, 3850.0, 3840.0, 3860.0, 3839.0, 3849.0, 3839.0, 3849.0, 3850.0, 3849.0, 3841.0, 3840.0, 3852.0, 3851.0, 3841.0, 3850.0, 3852.0, 3851.0, 3851.0, 3851.0, 3861.0, 3850.0, 3861.0, 3840.0, 3862.0, 3840.0, 3839.0, 3839.0, 3849.0, 3839.0, 3850.0, 3839.0, 3849.0, 3839.0, 3849.0, 3839.0, 3860.0, 3838.0, 3850.0, 3848.0, 3838.0, 3848.0, 3827.0, 3847.0, 3838.0, 3859.0, 3827.0, 3836.0, 3837.0, 3847.0, 3838.0, 3849.0, 3840.0, 3849.0, 3839.0, 3848.0, 3839.0, 3858.0, 3840.0, 3858.0, 3840.0, 3861.0, 3840.0, 3859.0, 3838.0, 3849.0, 3838.0, 3847.0, 3839.0, 3848.0, 3839.0, 3848.0, 3839.0, 3848.0, 3839.0, 3849.0, 3840.0, 3849.0, 3840.0, 3839.0, 3840.0, 3839.0, 3885.0, 3852.0, 3862.0, 3853.0, 3875.0, 3842.0, 3850.0, 3850.0, 3840.0, 3859.0, 3851.0, 3861.0, 3839.0, 3847.0, 3838.0, 3848.0, 3837.0, 3848.0, 3847.0, 3826.0, 3835.0, 3825.0, 3835.0, 3826.0, 3836.0, 3837.0, 3838.0, 3839.0, 3838.0, 3838.0, 3838.0, 3838.0, 3850.0, 3847.0, 3838.0, 3847.0, 3826.0, 3826.0, 3825.0, 3827.0, 3846.0, 3837.0, 3835.0, 3824.0, 3824.0, 3825.0, 3836.0, 3837.0, 3838.0, 3837.0, 3829.0, 3847.0, 3827.0, 3847.0, 3839.0, 3849.0, 3827.0, 3837.0, 3837.0, 3837.0, 3840.0, 3861.0, 3839.0, 3859.0, 3839.0, 3849.0, 3840.0, 3862.0, 3839.0, 3849.0, 3849.0, 3829.0, 3838.0, 3839.0, 3838.0, 3839.0, 3839.0, 3840.0, 3850.0, 3839.0, 3848.0, 3828.0, 3858.0, 3837.0, 3848.0, 3838.0, 3838.0, 3837.0, 3839.0, 3838.0, 3839.0, 3848.0, 3828.0, 3858.0, 3838.0, 3850.0, 3839.0, 3850.0, 3850.0, 3861.0, 3851.0, 3852.0, 3860.0, 3841.0, 3859.0, 3840.0, 3851.0, 3839.0, 3839.0, 3837.0, 3839.0, 3850.0, 3851.0, 3840.0, 3851.0, 3850.0, 3852.0, 3861.0, 3853.0, 3863.0, 3852.0, 3863.0, 3853.0, 3862.0, 3853.0, 3874.0, 3853.0, 3852.0, 3851.0, 3852.0, 3861.0, 3852.0, 3871.0, 3839.0, 3849.0, 3837.0, 3838.0, 3847.0, 3828.0, 3858.0, 3838.0, 3849.0, 3838.0, 3848.0, 3827.0, 3849.0, 3847.0, 3837.0, 3847.0, 3837.0, 3846.0, 3838.0, 3849.0, 3837.0, 3838.0, 3847.0, 3826.0, 3848.0, 3837.0, 3836.0, 3838.0, 3848.0, 3839.0, 3860.0, 3851.0, 3850.0, 3840.0, 3849.0, 3840.0, 3861.0, 3840.0, 3850.0, 3859.0, 3839.0, 3858.0, 3840.0, 3849.0, 3852.0, 3850.0, 3841.0, 3839.0, 3839.0, 3850.0, 3851.0, 3839.0, 3840.0, 3859.0, 3839.0, 3858.0, 3827.0, 3858.0, 3837.0, 3847.0, 3836.0, 3826.0, 3836.0, 3837.0, 3837.0, 3839.0, 3827.0, 3839.0, 3838.0, 3861.0, 3869.0, 3839.0, 3859.0, 3826.0, 3835.0, 3836.0, 3836.0, 3845.0, 3826.0, 3834.0, 3825.0, 3835.0, 3827.0, 3836.0, 3838.0, 3837.0, 3838.0, 3849.0, 3840.0, 3849.0, 3851.0, 3862.0, 3840.0, 3850.0, 3839.0, 3850.0, 3851.0, 3851.0, 3861.0, 3851.0, 3849.0, 3840.0, 3860.0, 3840.0, 3850.0, 3841.0, 3848.0, 3839.0, 3860.0, 3851.0, 3862.0, 3852.0, 3861.0, 3852.0, 3871.0, 3852.0, 3861.0, 3851.0, 3871.0, 3840.0, 3872.0, 3838.0, 3848.0, 3827.0, 3847.0, 3828.0, 3859.0, 3838.0, 3848.0, 3837.0, 3837.0, 3838.0, 3838.0, 3837.0, 3839.0, 3848.0, 3829.0, 3849.0, 3839.0, 3848.0, 3840.0, 3849.0, 3840.0, 3850.0, 3840.0, 3859.0, 3827.0, 3838.0, 3847.0, 3826.0, 3846.0, 3828.0, 3847.0, 3840.0, 3840.0, 3850.0, 3861.0, 3840.0, 3850.0, 3850.0, 3852.0, 3851.0, 3863.0, 3852.0, 3863.0, 3854.0, 3874.0, 3853.0, 3854.0, 3863.0, 3876.0, 3854.0, 3874.0, 3854.0, 3864.0, 3889.0, 3867.0, 3876.0, 3865.0, 3863.0, 3874.0, 3852.0, 3873.0, 3872.0, 3853.0, 3850.0, 3840.0, 3851.0, 3861.0, 3840.0, 3861.0, 3853.0, 3874.0, 3853.0, 3851.0, 3852.0, 3841.0, 3851.0, 3849.0, 3839.0, 3870.0, 3827.0, 3847.0, 3827.0, 3846.0, 3838.0, 3846.0, 3838.0, 3848.0, 3838.0, 3847.0, 3837.0, 3848.0, 3837.0, 3838.0, 3837.0, 3838.0, 3827.0, 3838.0, 3839.0, 3839.0, 3839.0, 3840.0, 3868.0, 3839.0, 3849.0, 3838.0, 3839.0, 3838.0, 3840.0, 3860.0, 3839.0, 3849.0, 3839.0, 3839.0, 3838.0, 3850.0, 3840.0, 3860.0, 3852.0, 3862.0, 3840.0, 3850.0, 3841.0, 3861.0, 3840.0, 3861.0, 3841.0, 3840.0, 3841.0, 3862.0, 3851.0, 3862.0, 3851.0, 3872.0, 3853.0, 3874.0, 3851.0, 3861.0, 3852.0, 3862.0, 3853.0, 3862.0, 3852.0, 3862.0, 3842.0, 3850.0, 3841.0, 3862.0, 3841.0, 3840.0, 3841.0, 3841.0, 3850.0, 3841.0, 3863.0, 3841.0, 3850.0, 3840.0, 3861.0, 3839.0, 3861.0, 3870.0, 3839.0, 3859.0, 3829.0, 3849.0, 3840.0, 3839.0, 3852.0, 3852.0, 3865.0, 3852.0, 3862.0, 3851.0, 3863.0, 3841.0, 3862.0, 3871.0, 3840.0, 3860.0, 3826.0, 3827.0, 3836.0, 3838.0, 3839.0, 3840.0, 3839.0, 3850.0, 3838.0, 3850.0, 3841.0, 3862.0, 3852.0, 3862.0, 3865.0, 3877.0, 3855.0, 3864.0, 3853.0, 3872.0, 3853.0, 3872.0, 3841.0, 3851.0, 3841.0, 3861.0, 3873.0, 3863.0, 3853.0, 3862.0, 3866.0, 3878.0, 3865.0, 3854.0, 3863.0, 3852.0, 3851.0, 3874.0, 3864.0, 3873.0, 3841.0, 3860.0, 3841.0, 3849.0, 3840.0, 3861.0, 3839.0, 3838.0, 3826.0, 3838.0, 3838.0, 3859.0, 3840.0, 3861.0, 3849.0, 3849.0, 3840.0, 3859.0, 3841.0, 3874.0, 3854.0, 3872.0, 3853.0, 3861.0, 3852.0, 3861.0, 3854.0, 3851.0, 3841.0, 3863.0, 3884.0, 3861.0, 3860.0, 3852.0, 3873.0, 3855.0, 3873.0], 'WindowWidth': [8745.0, 8759.0, 8692.0, 8675.0, 8662.0, 8654.0, 8641.0, 8667.0, 8633.0, 8665.0, 8664.0, 8613.0, 8624.0, 8612.0, 8612.0, 8631.0, 8623.0, 8614.0, 8654.0, 8612.0, 8635.0, 8609.0, 8639.0, 8614.0, 8624.0, 8611.0, 8652.0, 8625.0, 8623.0, 8609.0, 8610.0, 8615.0, 8631.0, 8628.0, 8631.0, 8630.0, 8652.0, 8639.0, 8650.0, 8636.0, 8661.0, 8637.0, 8664.0, 8627.0, 8618.0, 8659.0, 8629.0, 8625.0, 8629.0, 8642.0, 8630.0, 8644.0, 8630.0, 8636.0, 8645.0, 8633.0, 8644.0, 8634.0, 8643.0, 8633.0, 8646.0, 8633.0, 8647.0, 8633.0, 8646.0, 8629.0, 8631.0, 8642.0, 8629.0, 8627.0, 8631.0, 8641.0, 8617.0, 8643.0, 8613.0, 8627.0, 8626.0, 8618.0, 8632.0, 8636.0, 8647.0, 8637.0, 8661.0, 8653.0, 8650.0, 8641.0, 8652.0, 8640.0, 8653.0, 8660.0, 8672.0, 8639.0, 8669.0, 8658.0, 8667.0, 8645.0, 8671.0, 8659.0, 8669.0, 8645.0, 8676.0, 8664.0, 8671.0, 8642.0, 8672.0, 8654.0, 8656.0, 8665.0, 8659.0, 8656.0, 8643.0, 8669.0, 8662.0, 8662.0, 8665.0, 8663.0, 8676.0, 8664.0, 8691.0, 8691.0, 8666.0, 8685.0, 8640.0, 8638.0, 8640.0, 8636.0, 8639.0, 8677.0, 8636.0, 8663.0, 8648.0, 8647.0, 8636.0, 8662.0, 8631.0, 8649.0, 8629.0, 8629.0, 8637.0, 8612.0, 8638.0, 8612.0, 8640.0, 8628.0, 8626.0, 8630.0, 8644.0, 8631.0, 8645.0, 8638.0, 8616.0, 8627.0, 8616.0, 8632.0, 8635.0, 8651.0, 8655.0, 8652.0, 8639.0, 8662.0, 8633.0, 8663.0, 8651.0, 8648.0, 8633.0, 8651.0, 8631.0, 8652.0, 8663.0, 8638.0, 8650.0, 8658.0, 8652.0, 8645.0, 8672.0, 8658.0, 8670.0, 8658.0, 8659.0, 8660.0, 8661.0, 8679.0, 8665.0, 8677.0, 8647.0, 8692.0, 8659.0, 8674.0, 8658.0, 8657.0, 8655.0, 8668.0, 8653.0, 8666.0, 8654.0, 8671.0, 8663.0, 8686.0, 8645.0, 8656.0, 8659.0, 8674.0, 8661.0, 8674.0, 8657.0, 8641.0, 8657.0, 8655.0, 8656.0, 8655.0, 8673.0, 8662.0, 8673.0, 8640.0, 8667.0, 8654.0, 8665.0, 8637.0, 8665.0, 8637.0, 8633.0, 8633.0, 8645.0, 8619.0, 8645.0, 8629.0, 8645.0, 8639.0, 8628.0, 8639.0, 8611.0, 8623.0, 8626.0, 8623.0, 8613.0, 8642.0, 8628.0, 8626.0, 8627.0, 8625.0, 8630.0, 8643.0, 8627.0, 8630.0, 8641.0, 8615.0, 8629.0, 8616.0, 8630.0, 8633.0, 8631.0, 8635.0, 8660.0, 8635.0, 8646.0, 8635.0, 8646.0, 8634.0, 8650.0, 8635.0, 8648.0, 8633.0, 8645.0, 8635.0, 8646.0, 8635.0, 8650.0, 8637.0, 8652.0, 8657.0, 8669.0, 8645.0, 8667.0, 8645.0, 8669.0, 8656.0, 8652.0, 8640.0, 8665.0, 8653.0, 8651.0, 8639.0, 8665.0, 8636.0, 8647.0, 8636.0, 8650.0, 8652.0, 8651.0, 8643.0, 8639.0, 8660.0, 8655.0, 8643.0, 8653.0, 8657.0, 8655.0, 8656.0, 8656.0, 8669.0, 8654.0, 8667.0, 8640.0, 8671.0, 8639.0, 8636.0, 8636.0, 8649.0, 8635.0, 8650.0, 8636.0, 8649.0, 8634.0, 8648.0, 8637.0, 8664.0, 8634.0, 8651.0, 8645.0, 8632.0, 8643.0, 8617.0, 8641.0, 8631.0, 8660.0, 8617.0, 8626.0, 8629.0, 8642.0, 8632.0, 8648.0, 8637.0, 8647.0, 8634.0, 8645.0, 8635.0, 8659.0, 8638.0, 8660.0, 8638.0, 8667.0, 8638.0, 8660.0, 8633.0, 8648.0, 8633.0, 8643.0, 8634.0, 8644.0, 8634.0, 8646.0, 8634.0, 8645.0, 8635.0, 8649.0, 8639.0, 8648.0, 8637.0, 8635.0, 8637.0, 8637.0, 8705.0, 8657.0, 8670.0, 8663.0, 8696.0, 8646.0, 8653.0, 8651.0, 8637.0, 8662.0, 8655.0, 8666.0, 8633.0, 8640.0, 8632.0, 8643.0, 8627.0, 8643.0, 8639.0, 8611.0, 8621.0, 8608.0, 8620.0, 8611.0, 8624.0, 8628.0, 8631.0, 8633.0, 8631.0, 8631.0, 8630.0, 8632.0, 8650.0, 8641.0, 8631.0, 8641.0, 8611.0, 8611.0, 8607.0, 8614.0, 8636.0, 8627.0, 8621.0, 8606.0, 8605.0, 8609.0, 8626.0, 8627.0, 8632.0, 8630.0, 8619.0, 8641.0, 8615.0, 8640.0, 8635.0, 8645.0, 8614.0, 8628.0, 8630.0, 8630.0, 8638.0, 8669.0, 8636.0, 8661.0, 8636.0, 8647.0, 8640.0, 8670.0, 8634.0, 8649.0, 8647.0, 8620.0, 8631.0, 8634.0, 8631.0, 8636.0, 8637.0, 8640.0, 8649.0, 8636.0, 8645.0, 8619.0, 8657.0, 8629.0, 8645.0, 8632.0, 8630.0, 8630.0, 8634.0, 8631.0, 8634.0, 8644.0, 8619.0, 8658.0, 8633.0, 8649.0, 8637.0, 8652.0, 8653.0, 8669.0, 8654.0, 8659.0, 8665.0, 8639.0, 8661.0, 8637.0, 8654.0, 8633.0, 8633.0, 8630.0, 8634.0, 8653.0, 8657.0, 8638.0, 8656.0, 8653.0, 8658.0, 8669.0, 8662.0, 8673.0, 8659.0, 8673.0, 8662.0, 8671.0, 8663.0, 8691.0, 8662.0, 8657.0, 8654.0, 8658.0, 8669.0, 8656.0, 8682.0, 8634.0, 8647.0, 8630.0, 8633.0, 8642.0, 8619.0, 8659.0, 8632.0, 8646.0, 8633.0, 8645.0, 8615.0, 8648.0, 8640.0, 8627.0, 8640.0, 8627.0, 8640.0, 8633.0, 8647.0, 8628.0, 8631.0, 8640.0, 8614.0, 8643.0, 8629.0, 8624.0, 8631.0, 8645.0, 8636.0, 8666.0, 8655.0, 8650.0, 8638.0, 8650.0, 8640.0, 8667.0, 8638.0, 8653.0, 8663.0, 8635.0, 8659.0, 8636.0, 8648.0, 8657.0, 8652.0, 8641.0, 8637.0, 8637.0, 8652.0, 8653.0, 8637.0, 8638.0, 8661.0, 8634.0, 8658.0, 8617.0, 8657.0, 8628.0, 8642.0, 8627.0, 8612.0, 8625.0, 8629.0, 8629.0, 8636.0, 8618.0, 8636.0, 8634.0, 8667.0, 8675.0, 8635.0, 8660.0, 8612.0, 8623.0, 8625.0, 8626.0, 8637.0, 8612.0, 8620.0, 8610.0, 8623.0, 8616.0, 8626.0, 8631.0, 8631.0, 8634.0, 8649.0, 8639.0, 8649.0, 8655.0, 8671.0, 8639.0, 8651.0, 8637.0, 8651.0, 8654.0, 8657.0, 8667.0, 8654.0, 8650.0, 8639.0, 8664.0, 8637.0, 8652.0, 8641.0, 8647.0, 8637.0, 8665.0, 8656.0, 8671.0, 8657.0, 8668.0, 8657.0, 8682.0, 8658.0, 8667.0, 8655.0, 8679.0, 8640.0, 8681.0, 8632.0, 8643.0, 8616.0, 8642.0, 8619.0, 8660.0, 8631.0, 8646.0, 8630.0, 8630.0, 8633.0, 8633.0, 8628.0, 8636.0, 8645.0, 8621.0, 8646.0, 8635.0, 8647.0, 8640.0, 8650.0, 8639.0, 8651.0, 8639.0, 8663.0, 8616.0, 8630.0, 8641.0, 8613.0, 8640.0, 8618.0, 8644.0, 8639.0, 8638.0, 8653.0, 8667.0, 8640.0, 8654.0, 8653.0, 8658.0, 8656.0, 8675.0, 8661.0, 8675.0, 8665.0, 8692.0, 8664.0, 8664.0, 8676.0, 8698.0, 8665.0, 8692.0, 8666.0, 8680.0, 8721.0, 8689.0, 8697.0, 8682.0, 8675.0, 8691.0, 8658.0, 8687.0, 8684.0, 8658.0, 8650.0, 8638.0, 8655.0, 8666.0, 8640.0, 8667.0, 8661.0, 8691.0, 8659.0, 8655.0, 8655.0, 8640.0, 8654.0, 8648.0, 8635.0, 8674.0, 8612.0, 8640.0, 8613.0, 8636.0, 8630.0, 8637.0, 8629.0, 8642.0, 8630.0, 8641.0, 8628.0, 8645.0, 8628.0, 8629.0, 8629.0, 8632.0, 8617.0, 8633.0, 8634.0, 8635.0, 8635.0, 8639.0, 8671.0, 8634.0, 8647.0, 8630.0, 8633.0, 8632.0, 8637.0, 8662.0, 8633.0, 8646.0, 8634.0, 8632.0, 8633.0, 8650.0, 8640.0, 8665.0, 8656.0, 8671.0, 8640.0, 8652.0, 8641.0, 8667.0, 8638.0, 8667.0, 8640.0, 8639.0, 8640.0, 8669.0, 8654.0, 8670.0, 8656.0, 8684.0, 8663.0, 8688.0, 8655.0, 8668.0, 8657.0, 8670.0, 8659.0, 8671.0, 8658.0, 8670.0, 8643.0, 8651.0, 8642.0, 8670.0, 8640.0, 8637.0, 8639.0, 8639.0, 8652.0, 8641.0, 8673.0, 8641.0, 8650.0, 8638.0, 8665.0, 8635.0, 8666.0, 8675.0, 8633.0, 8660.0, 8621.0, 8648.0, 8638.0, 8636.0, 8656.0, 8658.0, 8680.0, 8659.0, 8671.0, 8653.0, 8672.0, 8640.0, 8669.0, 8678.0, 8637.0, 8661.0, 8611.0, 8613.0, 8624.0, 8630.0, 8637.0, 8636.0, 8633.0, 8650.0, 8631.0, 8652.0, 8641.0, 8669.0, 8658.0, 8671.0, 8682.0, 8700.0, 8670.0, 8677.0, 8662.0, 8684.0, 8661.0, 8685.0, 8642.0, 8655.0, 8641.0, 8668.0, 8686.0, 8672.0, 8660.0, 8673.0, 8684.0, 8706.0, 8680.0, 8664.0, 8674.0, 8659.0, 8654.0, 8688.0, 8678.0, 8685.0, 8640.0, 8664.0, 8639.0, 8648.0, 8638.0, 8667.0, 8632.0, 8629.0, 8612.0, 8630.0, 8631.0, 8660.0, 8638.0, 8665.0, 8648.0, 8648.0, 8637.0, 8661.0, 8640.0, 8691.0, 8665.0, 8683.0, 8659.0, 8667.0, 8656.0, 8666.0, 8662.0, 8654.0, 8641.0, 8674.0, 8703.0, 8668.0, 8666.0, 8658.0, 8689.0, 8668.0, 8688.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.0005261795166858459</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014708181012658228</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.33033031241937</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1788814272119814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068165250691268</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4428</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7488.3472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07290425922701502</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6537443560404372</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.589809665526853</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.862590113568715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5088332890257434</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0110405</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008579672314226627</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02475200779736042</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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>3.6933738232865383</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.8021</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.9921</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307533.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>600.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.0171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0021</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.1603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3109.9243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4114.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.9006</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.48011604696512</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> |