=== 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-0091 --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-0091",
"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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-03/func/sub-0091_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>8239d26b569453a5daa57f4c9f62b5fe</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>13:07:1.302500</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.999898, 0.0119927, 0.0076995, -0.00994769, 0.974186, -0.225527]</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.109651</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>[4141, -7708, -7264, 586, -100, -187, -92, 76]</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>265.939</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>75a4d42a-b86e-472c-95ed-400ad6532b1b||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.68265438079834, -0.026688937097787857, 0.027554631233215332, 112.75200653076172], [-0.032175544649362564, 2.6136703491210938, -0.6086530089378357, -75.23147583007812], [0.020657192915678024, 0.6050711870193481, 2.6303579807281494, -100.48424530029297], [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': ['130701.302500', '130701.762500', '130702.222500', '130702.682500', '130703.142500', '130703.602500', '130704.062500', '130704.522500', '130704.982500', '130705.442500', '130705.902500', '130706.362500', '130706.822500', '130707.282500', '130707.742500', '130708.202500', '130708.662500', '130709.122500', '130709.582500', '130710.042500', '130710.502500', '130710.962500', '130711.422500', '130711.882500', '130712.342500', '130712.802500', '130713.262500', '130713.722500', '130714.182500', '130714.642500', '130715.102500', '130715.562500', '130716.022500', '130716.482500', '130716.942500', '130717.402500', '130717.862500', '130718.322500', '130718.782500', '130719.242500', '130719.702500', '130720.162500', '130720.622500', '130721.082500', '130721.542500', '130722.002500', '130722.462500', '130722.922500', '130723.382500', '130723.842500', '130724.302500', '130724.762500', '130725.222500', '130725.682500', '130726.142500', '130726.602500', '130727.062500', '130727.522500', '130727.982500', '130728.442500', '130728.902500', '130729.362500', '130729.822500', '130730.282500', '130730.742500', '130731.202500', '130731.662500', '130732.122500', '130732.582500', '130733.042500', '130733.502500', '130733.962500', '130734.422500', '130734.882500', '130735.342500', '130735.802500', '130736.262500', '130736.722500', '130737.182500', '130737.642500', '130738.102500', '130738.562500', '130739.022500', '130739.482500', '130739.942500', '130740.402500', '130740.862500', '130741.322500', '130741.782500', '130742.242500', '130742.702500', '130743.162500', '130743.622500', '130744.082500', '130744.542500', '130745.002500', '130745.462500', '130745.922500', '130746.382500', '130746.842500', '130747.302500', '130747.762500', '130748.222500', '130748.682500', '130749.142500', '130749.602500', '130750.062500', '130750.522500', '130750.982500', '130751.442500', '130751.902500', '130752.362500', '130752.822500', '130753.282500', '130753.742500', '130754.202500', '130754.662500', '130755.122500', '130755.582500', '130756.042500', '130756.502500', '130756.962500', '130757.422500', '130757.882500', '130758.342500', '130758.802500', '130759.262500', '130759.722500', '130800.182500', '130800.642500', '130801.102500', '130801.562500', '130802.022500', '130802.482500', '130802.942500', '130803.402500', '130803.862500', '130804.322500', '130804.782500', '130805.242500', '130805.702500', '130806.162500', '130806.622500', '130807.082500', '130807.542500', '130808.002500', '130808.462500', '130808.922500', '130809.382500', '130809.842500', '130810.302500', '130810.762500', '130811.222500', '130811.682500', '130812.142500', '130812.602500', '130813.062500', '130813.522500', '130813.982500', '130814.442500', '130814.902500', '130815.362500', '130815.822500', '130816.282500', '130816.742500', '130817.202500', '130817.662500', '130818.122500', '130818.582500', '130819.042500', '130819.502500', '130819.962500', '130820.422500', '130820.882500', '130821.342500', '130821.802500', '130822.262500', '130822.722500', '130823.182500', '130823.642500', '130824.102500', '130824.562500', '130825.022500', '130825.482500', '130825.942500', '130826.402500', '130826.862500', '130827.322500', '130827.782500', '130828.242500', '130828.702500', '130829.162500', '130829.622500', '130830.082500', '130830.542500', '130831.002500', '130831.462500', '130831.922500', '130832.382500', '130832.842500', '130833.302500', '130833.762500', '130834.222500', '130834.682500', '130835.142500', '130835.602500', '130836.062500', '130836.522500', '130836.982500', '130837.442500', '130837.902500', '130838.362500', '130838.822500', '130839.282500', '130839.742500', '130840.202500', '130840.662500', '130841.122500', '130841.582500', '130842.042500', '130842.502500', '130842.962500', '130843.422500', '130843.882500', '130844.342500', '130844.802500', '130845.262500', '130845.722500', '130846.182500', '130846.642500', '130847.102500', '130847.562500', '130848.022500', '130848.482500', '130848.942500', '130849.402500', '130849.862500', '130850.322500', '130850.782500', '130851.242500', '130851.702500', '130852.162500', '130852.622500', '130853.082500', '130853.542500', '130854.002500', '130854.462500', '130854.922500', '130855.382500', '130855.842500', '130856.302500', '130856.762500', '130857.222500', '130857.682500', '130858.142500', '130858.602500', '130859.062500', '130859.522500', '130859.982500', '130900.442500', '130900.902500', '130901.362500', '130901.822500', '130902.282500', '130902.742500', '130903.202500', '130903.662500', '130904.122500', '130904.582500', '130905.042500', '130905.502500', '130905.962500', '130906.422500', '130906.882500', '130907.342500', '130907.802500', '130908.262500', '130908.722500', '130909.182500', '130909.642500', '130910.102500', '130910.562500', '130911.022500', '130911.482500', '130911.942500', '130912.402500', '130912.862500', '130913.322500', '130913.782500', '130914.242500', '130914.702500', '130915.162500', '130915.622500', '130916.082500', '130916.542500', '130917.002500', '130917.462500', '130917.922500', '130918.382500', '130918.842500', '130919.302500', '130919.762500', '130920.222500', '130920.682500', '130921.142500', '130921.602500', '130922.062500', '130922.522500', '130922.982500', '130923.442500', '130923.902500', '130924.362500', '130924.822500', '130925.282500', '130925.742500', '130926.202500', '130926.662500', '130927.122500', '130927.582500', '130928.042500', '130928.502500', '130928.962500', '130929.422500', '130929.882500', '130930.342500', '130930.802500', '130931.262500', '130931.722500', '130932.182500', '130932.642500', '130933.102500', '130933.562500', '130934.022500', '130934.482500', '130934.942500', '130935.402500', '130935.862500', '130936.322500', '130936.782500', '130937.242500', '130937.702500', '130938.162500', '130938.622500', '130939.082500', '130939.542500', '130940.002500', '130940.462500', '130940.922500', '130941.382500', '130941.842500', '130942.302500', '130942.762500', '130943.222500', '130943.682500', '130944.142500', '130944.602500', '130945.062500', '130945.522500', '130945.982500', '130946.442500', '130946.902500', '130947.362500', '130947.822500', '130948.282500', '130948.742500', '130949.202500', '130949.662500', '130950.122500', '130950.582500', '130951.042500', '130951.502500', '130951.962500', '130952.422500', '130952.882500', '130953.342500', '130953.802500', '130954.262500', '130954.722500', '130955.182500', '130955.642500', '130956.102500', '130956.562500', '130957.022500', '130957.482500', '130957.942500', '130958.402500', '130958.862500', '130959.322500', '130959.782500', '131000.242500', '131000.702500', '131001.162500', '131001.622500', '131002.082500', '131002.542500', '131003.002500', '131003.462500', '131003.922500', '131004.382500', '131004.842500', '131005.302500', '131005.762500', '131006.222500', '131006.682500', '131007.142500', '131007.602500', '131008.062500', '131008.522500', '131008.982500', '131009.442500', '131009.902500', '131010.362500', '131010.822500', '131011.282500', '131011.742500', '131012.202500', '131012.662500', '131013.122500', '131013.582500', '131014.042500', '131014.502500', '131014.962500', '131015.422500', '131015.882500', '131016.342500', '131016.802500', '131017.262500', '131017.722500', '131018.182500', '131018.642500', '131019.102500', '131019.562500', '131020.022500', '131020.482500', '131020.942500', '131021.402500', '131021.862500', '131022.322500', '131022.782500', '131023.242500', '131023.702500', '131024.162500', '131024.622500', '131025.082500', '131025.542500', '131026.002500', '131026.462500', '131026.922500', '131027.382500', '131027.842500', '131028.302500', '131028.762500', '131029.222500', '131029.682500', '131030.142500', '131030.602500', '131031.062500', '131031.522500', '131031.982500', '131032.442500', '131032.902500', '131033.362500', '131033.822500', '131034.282500', '131034.742500', '131035.202500', '131035.662500', '131036.122500', '131036.582500', '131037.042500', '131037.502500', '131037.962500', '131038.422500', '131038.882500', '131039.342500', '131039.802500', '131040.262500', '131040.722500', '131041.182500', '131041.642500', '131042.102500', '131042.562500', '131043.022500', '131043.482500', '131043.942500', '131044.402500', '131044.862500', '131045.322500', '131045.782500', '131046.242500', '131046.702500', '131047.162500', '131047.622500', '131048.082500', '131048.542500', '131049.002500', '131049.462500', '131049.922500', '131050.382500', '131050.842500', '131051.302500', '131051.762500', '131052.222500', '131052.682500', '131053.142500', '131053.602500', '131054.062500', '131054.522500', '131054.982500', '131055.442500', '131055.902500', '131056.362500', '131056.822500', '131057.282500', '131057.742500', '131058.202500', '131058.662500', '131059.122500', '131059.582500', '131100.042500', '131100.502500', '131100.962500', '131101.422500', '131101.882500', '131102.342500', '131102.802500', '131103.262500', '131103.722500', '131104.182500', '131104.642500', '131105.102500', '131105.562500', '131106.022500', '131106.482500', '131106.942500', '131107.402500', '131107.862500', '131108.322500', '131108.782500', '131109.242500', '131109.702500', '131110.162500', '131110.622500', '131111.082500', '131111.542500', '131112.002500', '131112.462500', '131112.922500', '131113.382500', '131113.842500', '131114.302500', '131114.762500', '131115.222500', '131115.682500', '131116.142500', '131116.602500', '131117.062500', '131117.522500', '131117.982500', '131118.442500', '131118.902500', '131119.362500', '131119.822500', '131120.282500', '131120.742500', '131121.202500', '131121.662500', '131122.122500', '131122.582500', '131123.042500', '131123.502500', '131123.962500', '131124.422500', '131124.882500', '131125.342500', '131125.802500', '131126.262500', '131126.722500', '131127.182500', '131127.642500', '131128.102500', '131128.562500', '131129.022500', '131129.482500', '131129.942500', '131130.402500', '131130.862500', '131131.322500', '131131.782500', '131132.242500', '131132.702500', '131133.162500', '131133.622500', '131134.082500', '131134.542500', '131135.002500', '131135.462500', '131135.922500', '131136.382500', '131136.842500', '131137.302500', '131137.762500', '131138.222500', '131138.682500', '131139.142500', '131139.602500', '131140.062500', '131140.522500', '131140.982500', '131141.442500', '131141.902500', '131142.362500', '131142.822500', '131143.282500', '131143.742500', '131144.202500', '131144.662500', '131145.122500', '131145.582500', '131146.042500', '131146.502500', '131146.962500', '131147.422500', '131147.882500', '131148.342500', '131148.802500', '131149.262500', '131149.722500', '131150.182500', '131150.642500', '131151.102500', '131151.562500', '131152.022500', '131152.482500', '131152.942500', '131153.402500', '131153.862500', '131154.322500', '131154.782500', '131155.242500', '131155.702500', '131156.162500', '131156.622500', '131157.082500', '131157.542500', '131158.002500', '131158.462500', '131158.922500', '131159.382500', '131159.842500', '131200.302500', '131200.762500', '131201.222500', '131201.682500', '131202.142500', '131202.602500', '131203.062500', '131203.522500', '131203.982500', '131204.442500', '131204.902500', '131205.362500', '131205.822500', '131206.282500', '131206.742500', '131207.202500', '131207.662500', '131208.122500', '131208.582500', '131209.042500', '131209.502500', '131209.962500', '131210.422500', '131210.882500', '131211.342500', '131211.802500', '131212.262500', '131212.722500', '131213.182500', '131213.642500', '131214.102500', '131214.562500', '131215.022500', '131215.482500', '131215.942500', '131216.402500', '131216.862500', '131217.322500', '131217.782500', '131218.242500', '131218.702500', '131219.162500', '131219.622500', '131220.082500', '131220.542500', '131221.002500', '131221.462500', '131221.922500', '131222.382500', '131222.842500', '131223.302500', '131223.762500', '131224.222500', '131224.682500', '131225.142500', '131225.602500', '131226.062500', '131226.522500', '131226.982500', '131227.442500', '131227.902500', '131228.362500', '131228.822500', '131229.282500', '131229.742500', '131230.202500', '131230.662500', '131231.122500', '131231.582500', '131232.042500', '131232.502500', '131232.962500', '131233.422500', '131233.882500', '131234.342500', '131234.802500', '131235.262500', '131235.722500', '131236.182500', '131236.642500', '131237.102500', '131237.562500', '131238.022500', '131238.482500', '131238.942500', '131239.402500', '131239.862500', '131240.322500', '131240.782500', '131241.242500', '131241.702500', '131242.162500', '131242.622500', '131243.082500', '131243.542500', '131244.002500', '131244.462500', '131244.922500', '131245.382500', '131245.842500', '131246.302500', '131246.762500', '131247.222500', '131247.682500', '131248.142500', '131248.602500', '131249.062500', '131249.522500', '131249.982500', '131250.442500', '131250.902500', '131251.362500', '131251.822500', '131252.282500', '131252.742500', '131253.202500', '131253.662500', '131254.122500', '131254.582500', '131255.042500', '131255.502500', '131255.962500', '131256.422500', '131256.882500', '131257.342500', '131257.802500', '131258.262500', '131258.722500', '131259.182500', '131259.642500', '131300.102500', '131300.562500', '131301.022500', '131301.482500', '131301.942500', '131302.402500', '131302.862500', '131303.322500', '131303.782500', '131304.242500', '131304.702500', '131305.162500', '131305.622500', '131306.082500', '131306.542500', '131307.002500', '131307.462500', '131307.922500', '131308.382500', '131308.842500', '131309.302500', '131309.762500', '131310.222500', '131310.682500', '131311.142500', '131311.602500', '131312.062500', '131312.522500', '131312.982500', '131313.442500', '131313.902500', '131314.362500', '131314.822500', '131315.282500', '131315.742500', '131316.202500', '131316.662500', '131317.122500', '131317.582500', '131318.042500', '131318.502500', '131318.962500', '131319.422500', '131319.882500', '131320.342500', '131320.802500', '131321.262500', '131321.722500', '131322.182500', '131322.642500', '131323.102500', '131323.562500', '131324.022500', '131324.482500', '131324.942500', '131325.402500', '131325.862500', '131326.322500', '131326.782500', '131327.242500', '131327.702500', '131328.162500', '131328.622500', '131329.082500', '131329.542500', '131330.002500', '131330.462500', '131330.922500', '131331.382500', '131331.842500', '131332.302500', '131332.762500', '131333.222500', '131333.682500', '131334.142500', '131334.602500', '131335.062500', '131335.522500', '131335.982500', '131336.442500', '131336.902500', '131337.362500', '131337.822500', '131338.282500', '131338.742500', '131339.202500', '131339.662500', '131340.122500', '131340.582500', '131341.042500', '131341.502500', '131341.962500'], 'ContentTime': ['130730.537000', '130730.540000', '130730.573000', '130730.576000', '130730.578000', '130730.581000', '130730.583000', '130730.586000', '130730.589000', '130730.591000', '130730.594000', '130730.596000', '130730.599000', '130730.602000', '130730.605000', '130730.607000', '130730.610000', '130730.612000', '130730.615000', '130730.617000', '130730.620000', '130730.623000', '130730.625000', '130730.628000', '130730.631000', '130730.633000', '130730.636000', '130730.638000', '130730.641000', '130730.644000', '130730.646000', '130730.649000', '130730.651000', '130730.654000', '130730.656000', '130730.659000', '130730.662000', '130730.665000', '130730.668000', '130730.671000', '130730.674000', '130730.676000', '130730.679000', '130730.682000', '130730.684000', '130730.687000', '130730.690000', '130730.692000', '130730.695000', '130730.697000', '130730.700000', '130730.702000', '130730.705000', '130730.714000', '130730.716000', '130730.719000', '130730.722000', '130730.724000', '130730.727000', '130730.729000', '130730.732000', '130750.492000', '130750.495000', '130750.498000', '130750.501000', '130750.503000', '130750.506000', '130750.509000', '130750.511000', '130750.514000', '130750.516000', '130750.519000', '130750.521000', '130750.524000', '130750.526000', '130750.529000', '130750.532000', '130750.534000', '130750.537000', '130750.539000', '130750.542000', '130750.544000', '130750.547000', '130750.550000', '130750.552000', '130750.555000', '130750.557000', '130750.560000', '130750.562000', '130750.565000', '130750.568000', '130750.570000', '130750.573000', '130750.575000', '130750.578000', '130750.580000', '130750.583000', '130750.585000', '130750.588000', '130750.591000', '130750.593000', '130750.596000', '130750.599000', '130750.601000', '130750.604000', '130810.492000', '130810.495000', '130810.498000', '130810.500000', '130810.503000', '130810.505000', '130810.508000', '130810.511000', '130810.513000', '130810.516000', '130810.518000', '130810.521000', '130810.524000', '130810.527000', '130810.529000', '130810.532000', '130810.534000', '130810.537000', '130810.540000', '130810.542000', '130810.545000', '130810.547000', '130810.550000', '130810.552000', '130810.555000', '130810.558000', '130810.560000', '130810.563000', '130810.565000', '130810.568000', '130810.571000', '130810.573000', '130810.576000', '130810.578000', '130810.581000', '130810.584000', '130810.586000', '130810.589000', '130810.591000', '130810.594000', '130810.597000', '130810.599000', '130810.602000', '130830.492000', '130830.495000', '130830.498000', '130830.501000', '130830.503000', '130830.506000', '130830.508000', '130830.512000', '130830.515000', '130830.517000', '130830.520000', '130830.522000', '130830.525000', '130830.528000', '130830.531000', '130830.533000', '130830.536000', '130830.538000', '130830.541000', '130830.544000', '130830.546000', '130830.581000', '130830.584000', '130830.586000', '130830.589000', '130830.591000', '130830.594000', '130830.597000', '130830.599000', '130830.602000', '130830.604000', '130830.607000', '130830.610000', '130830.612000', '130830.615000', '130830.618000', '130830.620000', '130830.623000', '130830.626000', '130830.628000', '130830.631000', '130830.634000', '130830.636000', '130830.639000', '130850.492000', '130850.495000', '130850.498000', '130850.501000', '130850.503000', '130850.506000', '130850.508000', '130850.511000', '130850.513000', '130850.516000', '130850.519000', '130850.521000', '130850.524000', '130850.526000', '130850.529000', '130850.532000', '130850.534000', '130850.537000', '130850.539000', '130850.542000', '130850.545000', '130850.547000', '130850.550000', '130850.552000', '130850.555000', '130850.557000', '130850.560000', '130850.562000', '130850.565000', '130850.568000', '130850.570000', '130850.573000', '130850.575000', '130850.578000', '130850.581000', '130850.583000', '130850.586000', '130850.588000', '130850.591000', '130850.594000', '130850.596000', '130850.599000', '130850.601000', '130910.492000', '130910.495000', '130910.498000', '130910.500000', '130910.503000', '130910.506000', '130910.508000', '130910.511000', '130910.513000', '130910.516000', '130910.518000', '130910.521000', '130910.524000', '130910.526000', '130910.529000', '130910.531000', '130910.534000', '130910.537000', '130910.539000', '130910.542000', '130910.545000', '130910.547000', '130910.550000', '130910.552000', '130910.555000', '130910.557000', '130910.560000', '130910.563000', '130910.565000', '130910.568000', '130910.570000', '130910.573000', '130910.576000', '130910.578000', '130910.581000', '130910.583000', '130910.586000', '130910.589000', '130910.591000', '130910.594000', '130910.597000', '130910.599000', '130910.602000', '130910.604000', '130930.492000', '130930.494000', '130930.497000', '130930.500000', '130930.503000', '130930.505000', '130930.508000', '130930.510000', '130930.513000', '130930.516000', '130930.518000', '130930.521000', '130930.524000', '130930.526000', '130930.529000', '130930.531000', '130930.534000', '130930.536000', '130930.539000', '130930.542000', '130930.544000', '130930.547000', '130930.550000', '130930.552000', '130930.555000', '130930.557000', '130930.560000', '130930.563000', '130930.565000', '130930.568000', '130930.571000', '130930.573000', '130930.576000', '130930.578000', '130930.581000', '130930.584000', '130930.586000', '130930.589000', '130930.591000', '130930.594000', '130930.596000', '130930.599000', '130930.602000', '130950.493000', '130950.496000', '130950.498000', '130950.501000', '130950.503000', '130950.506000', '130950.509000', '130950.511000', '130950.514000', '130950.517000', '130950.519000', '130950.522000', '130950.525000', '130950.528000', '130950.531000', '130950.533000', '130950.536000', '130950.538000', '130950.541000', '130950.544000', '130950.546000', '130950.549000', '130950.552000', '130950.555000', '130950.558000', '130950.560000', '130950.563000', '130950.566000', '130950.568000', '130950.571000', '130950.573000', '130950.576000', '130950.579000', '130950.581000', '130950.584000', '130950.587000', '130950.589000', '130950.592000', '130950.594000', '130950.597000', '130950.600000', '130950.602000', '130950.605000', '131010.493000', '131010.495000', '131010.498000', '131010.501000', '131010.503000', '131010.506000', '131010.509000', '131010.511000', '131010.514000', '131010.516000', '131010.519000', '131010.522000', '131010.524000', '131010.527000', '131010.530000', '131010.532000', '131010.535000', '131010.551000', '131010.554000', '131010.556000', '131010.559000', '131010.561000', '131010.564000', '131010.567000', '131010.569000', '131010.572000', '131010.574000', '131010.577000', '131010.580000', '131010.582000', '131010.585000', '131010.588000', '131010.590000', '131010.593000', '131010.595000', '131010.598000', '131010.601000', '131010.603000', '131010.606000', '131010.608000', '131010.611000', '131010.614000', '131010.616000', '131010.619000', '131030.492000', '131030.495000', '131030.498000', '131030.501000', '131030.504000', '131030.506000', '131030.509000', '131030.511000', '131030.514000', '131030.517000', '131030.519000', '131030.522000', '131030.525000', '131030.528000', '131030.530000', '131030.533000', '131030.536000', '131030.538000', '131030.541000', '131030.544000', '131030.547000', '131030.550000', '131030.554000', '131030.556000', '131030.559000', '131030.561000', '131030.564000', '131030.567000', '131030.569000', '131030.572000', '131030.575000', '131030.577000', '131030.580000', '131030.582000', '131030.585000', '131030.588000', '131030.590000', '131030.593000', '131030.595000', '131030.598000', '131030.601000', '131030.603000', '131030.614000', '131050.492000', '131050.496000', '131050.498000', '131050.501000', '131050.503000', '131050.506000', '131050.509000', '131050.511000', '131050.514000', '131050.516000', '131050.519000', '131050.522000', '131050.524000', '131050.527000', '131050.529000', '131050.532000', '131050.535000', '131050.537000', '131050.540000', '131050.542000', '131050.545000', '131050.547000', '131050.550000', '131050.553000', '131050.555000', '131050.558000', '131050.560000', '131050.563000', '131050.566000', '131050.568000', '131050.571000', '131050.574000', '131050.576000', '131050.579000', '131050.581000', '131050.584000', '131050.587000', '131050.589000', '131050.592000', '131050.594000', '131050.597000', '131050.600000', '131050.603000', '131050.605000', '131110.492000', '131110.495000', '131110.498000', '131110.501000', '131110.503000', '131110.506000', '131110.508000', '131110.511000', '131110.514000', '131110.517000', '131110.529000', '131110.532000', '131110.535000', '131110.538000', '131110.540000', '131110.543000', '131110.546000', '131110.548000', '131110.551000', '131110.554000', '131110.557000', '131110.560000', '131110.564000', '131110.567000', '131110.569000', '131110.572000', '131110.575000', '131110.577000', '131110.580000', '131110.582000', '131110.585000', '131110.588000', '131110.591000', '131110.594000', '131110.597000', '131110.600000', '131110.602000', '131110.605000', '131110.607000', '131110.610000', '131110.613000', '131110.615000', '131110.618000', '131130.492000', '131130.495000', '131130.498000', '131130.500000', '131130.503000', '131130.506000', '131130.508000', '131130.511000', '131130.514000', '131130.517000', '131130.519000', '131130.522000', '131130.525000', '131130.527000', '131130.530000', '131130.533000', '131130.535000', '131130.538000', '131130.540000', '131130.543000', '131130.546000', '131130.548000', '131130.551000', '131130.553000', '131130.556000', '131130.560000', '131130.562000', '131130.565000', '131130.594000', '131130.596000', '131130.599000', '131130.602000', '131130.604000', '131130.607000', '131130.610000', '131130.612000', '131130.615000', '131130.617000', '131130.620000', '131130.623000', '131130.626000', '131130.628000', '131130.631000', '131130.633000', '131150.491000', '131150.494000', '131150.497000', '131150.500000', '131150.502000', '131150.505000', '131150.507000', '131150.510000', '131150.513000', '131150.515000', '131150.518000', '131150.520000', '131150.523000', '131150.526000', '131150.528000', '131150.531000', '131150.533000', '131150.536000', '131150.539000', '131150.541000', '131150.544000', '131150.547000', '131150.550000', '131150.553000', '131150.556000', '131150.559000', '131150.562000', '131150.564000', '131150.567000', '131150.570000', '131150.572000', '131150.575000', '131150.577000', '131150.580000', '131150.582000', '131150.585000', '131150.588000', '131150.590000', '131150.593000', '131150.595000', '131150.598000', '131150.601000', '131150.604000', '131210.492000', '131210.495000', '131210.498000', '131210.501000', '131210.504000', '131210.506000', '131210.509000', '131210.512000', '131210.514000', '131210.517000', '131210.519000', '131210.522000', '131210.525000', '131210.527000', '131210.530000', '131210.533000', '131210.535000', '131210.538000', '131210.540000', '131210.543000', '131210.546000', '131210.548000', '131210.551000', '131210.553000', '131210.556000', '131210.559000', '131210.561000', '131210.564000', '131210.566000', '131210.569000', '131210.572000', '131210.574000', '131210.577000', '131210.579000', '131210.582000', '131210.585000', '131210.587000', '131210.590000', '131210.592000', '131210.595000', '131210.598000', '131210.600000', '131210.603000', '131210.606000', '131230.493000', '131230.496000', '131230.498000', '131230.501000', '131230.503000', '131230.506000', '131230.509000', '131230.511000', '131230.514000', '131230.517000', '131230.519000', '131230.522000', '131230.524000', '131230.527000', '131230.530000', '131230.532000', '131230.535000', '131230.538000', '131230.540000', '131230.543000', '131230.555000', '131230.558000', '131230.560000', '131230.563000', '131230.566000', '131230.568000', '131230.571000', '131230.574000', '131230.576000', '131230.579000', '131230.581000', '131230.584000', '131230.587000', '131230.589000', '131230.592000', '131230.595000', '131230.597000', '131230.600000', '131230.603000', '131230.605000', '131230.608000', '131230.610000', '131230.613000', '131250.492000', '131250.495000', '131250.499000', '131250.501000', '131250.504000', '131250.506000', '131250.509000', '131250.512000', '131250.514000', '131250.517000', '131250.520000', '131250.522000', '131250.525000', '131250.527000', '131250.530000', '131250.533000', '131250.535000', '131250.538000', '131250.541000', '131250.543000', '131250.546000', '131250.548000', '131250.551000', '131250.554000', '131250.556000', '131250.559000', '131250.562000', '131250.564000', '131250.567000', '131250.569000', '131250.572000', '131250.575000', '131250.577000', '131250.580000', '131250.582000', '131250.585000', '131250.588000', '131250.590000', '131250.593000', '131250.595000', '131250.598000', '131250.601000', '131250.604000', '131250.606000', '131310.493000', '131310.496000', '131310.498000', '131310.501000', '131310.503000', '131310.506000', '131310.509000', '131310.511000', '131310.514000', '131310.517000', '131310.519000', '131310.522000', '131310.524000', '131310.527000', '131310.530000', '131310.532000', '131310.536000', '131310.539000', '131310.542000', '131310.544000', '131310.547000', '131310.549000', '131310.552000', '131310.555000', '131310.557000', '131310.560000', '131310.562000', '131310.565000', '131310.568000', '131310.570000', '131310.573000', '131310.576000', '131310.578000', '131310.581000', '131310.583000', '131310.586000', '131310.589000', '131310.591000', '131310.594000', '131310.596000', '131310.599000', '131310.602000', '131310.604000', '131330.492000', '131330.496000', '131330.498000', '131330.501000', '131330.503000', '131330.506000', '131330.509000', '131330.511000', '131330.514000', '131330.517000', '131330.519000', '131330.522000', '131330.525000', '131330.527000', '131330.530000', '131330.532000', '131330.535000', '131330.538000', '131330.540000', '131330.543000', '131330.545000', '131330.548000', '131330.551000', '131330.553000', '131330.556000', '131330.559000', '131330.561000', '131330.564000', '131330.566000', '131330.569000', '131330.572000', '131330.574000', '131330.577000', '131330.579000', '131330.582000', '131330.584000', '131330.587000', '131330.590000', '131330.592000', '131330.595000', '131330.598000', '131330.600000', '131330.603000', '131330.606000', '131343.246000', '131343.249000', '131343.251000', '131343.254000', '131343.257000', '131343.259000', '131343.262000', '131343.265000', '131343.267000', '131343.270000', '131343.273000', '131343.275000', '131343.278000', '131343.281000', '131343.283000', '131343.286000', '131343.289000', '131343.291000', '131343.294000', '131343.297000', '131343.299000', '131343.302000', '131343.305000', '131343.308000', '131343.310000', '131343.313000', '131343.316000', '131343.319000'], 'InstanceCreationTime': ['130730.537000', '130730.540000', '130730.573000', '130730.576000', '130730.578000', '130730.581000', '130730.583000', '130730.586000', '130730.589000', '130730.591000', '130730.594000', '130730.596000', '130730.599000', '130730.602000', '130730.605000', '130730.607000', '130730.610000', '130730.612000', '130730.615000', '130730.617000', '130730.620000', '130730.623000', '130730.625000', '130730.628000', '130730.631000', '130730.633000', '130730.636000', '130730.638000', '130730.641000', '130730.644000', '130730.646000', '130730.649000', '130730.651000', '130730.654000', '130730.656000', '130730.659000', '130730.662000', '130730.665000', '130730.668000', '130730.671000', '130730.674000', '130730.676000', '130730.679000', '130730.682000', '130730.684000', '130730.687000', '130730.690000', '130730.692000', '130730.695000', '130730.697000', '130730.700000', '130730.702000', '130730.705000', '130730.714000', '130730.716000', '130730.719000', '130730.722000', '130730.724000', '130730.727000', '130730.729000', '130730.732000', '130750.492000', '130750.495000', '130750.498000', '130750.501000', '130750.503000', '130750.506000', '130750.509000', '130750.511000', '130750.514000', '130750.516000', '130750.519000', '130750.521000', '130750.524000', '130750.526000', '130750.529000', '130750.532000', '130750.534000', '130750.537000', '130750.539000', '130750.542000', '130750.544000', '130750.547000', '130750.550000', '130750.552000', '130750.555000', '130750.557000', '130750.560000', '130750.562000', '130750.565000', '130750.568000', '130750.570000', '130750.573000', '130750.575000', '130750.578000', '130750.580000', '130750.583000', '130750.585000', '130750.588000', '130750.591000', '130750.593000', '130750.596000', '130750.599000', '130750.601000', '130750.604000', '130810.492000', '130810.495000', '130810.498000', '130810.500000', '130810.503000', '130810.505000', '130810.508000', '130810.511000', '130810.513000', '130810.516000', '130810.518000', '130810.521000', '130810.524000', '130810.527000', '130810.529000', '130810.532000', '130810.534000', '130810.537000', '130810.540000', '130810.542000', '130810.545000', '130810.547000', '130810.550000', '130810.552000', '130810.555000', '130810.558000', '130810.560000', '130810.563000', '130810.565000', '130810.568000', '130810.571000', '130810.573000', '130810.576000', '130810.578000', '130810.581000', '130810.584000', '130810.586000', '130810.589000', '130810.591000', '130810.594000', '130810.597000', '130810.599000', '130810.602000', '130830.492000', '130830.495000', '130830.498000', '130830.501000', '130830.503000', '130830.506000', '130830.508000', '130830.512000', '130830.515000', '130830.517000', '130830.520000', '130830.522000', '130830.525000', '130830.528000', '130830.531000', '130830.533000', '130830.536000', '130830.538000', '130830.541000', '130830.544000', '130830.546000', '130830.581000', '130830.584000', '130830.586000', '130830.589000', '130830.591000', '130830.594000', '130830.597000', '130830.599000', '130830.602000', '130830.604000', '130830.607000', '130830.610000', '130830.612000', '130830.615000', '130830.618000', '130830.620000', '130830.623000', '130830.626000', '130830.628000', '130830.631000', '130830.634000', '130830.636000', '130830.639000', '130850.492000', '130850.495000', '130850.498000', '130850.501000', '130850.503000', '130850.506000', '130850.508000', '130850.511000', '130850.513000', '130850.516000', '130850.519000', '130850.521000', '130850.524000', '130850.526000', '130850.529000', '130850.532000', '130850.534000', '130850.537000', '130850.539000', '130850.542000', '130850.545000', '130850.547000', '130850.550000', '130850.552000', '130850.555000', '130850.557000', '130850.560000', '130850.562000', '130850.565000', '130850.568000', '130850.570000', '130850.573000', '130850.575000', '130850.578000', '130850.581000', '130850.583000', '130850.586000', '130850.588000', '130850.591000', '130850.594000', '130850.596000', '130850.599000', '130850.601000', '130910.492000', '130910.495000', '130910.498000', '130910.500000', '130910.503000', '130910.506000', '130910.508000', '130910.511000', '130910.513000', '130910.516000', '130910.518000', '130910.521000', '130910.524000', '130910.526000', '130910.529000', '130910.531000', '130910.534000', '130910.537000', '130910.539000', '130910.542000', '130910.545000', '130910.547000', '130910.550000', '130910.552000', '130910.555000', '130910.557000', '130910.560000', '130910.563000', '130910.565000', '130910.568000', '130910.570000', '130910.573000', '130910.576000', '130910.578000', '130910.581000', '130910.583000', '130910.586000', '130910.589000', '130910.591000', '130910.594000', '130910.597000', '130910.599000', '130910.602000', '130910.604000', '130930.492000', '130930.494000', '130930.497000', '130930.500000', '130930.503000', '130930.505000', '130930.508000', '130930.510000', '130930.513000', '130930.516000', '130930.518000', '130930.521000', '130930.524000', '130930.526000', '130930.529000', '130930.531000', '130930.534000', '130930.536000', '130930.539000', '130930.542000', '130930.544000', '130930.547000', '130930.550000', '130930.552000', '130930.555000', '130930.557000', '130930.560000', '130930.563000', '130930.565000', '130930.568000', '130930.571000', '130930.573000', '130930.576000', '130930.578000', '130930.581000', '130930.584000', '130930.586000', '130930.589000', '130930.591000', '130930.594000', '130930.596000', '130930.599000', '130930.602000', '130950.493000', '130950.496000', '130950.498000', '130950.501000', '130950.503000', '130950.506000', '130950.509000', '130950.511000', '130950.514000', '130950.517000', '130950.519000', '130950.522000', '130950.525000', '130950.528000', '130950.531000', '130950.533000', '130950.536000', '130950.538000', '130950.541000', '130950.544000', '130950.546000', '130950.549000', '130950.552000', '130950.555000', '130950.558000', '130950.560000', '130950.563000', '130950.566000', '130950.568000', '130950.571000', '130950.573000', '130950.576000', '130950.579000', '130950.581000', '130950.584000', '130950.587000', '130950.589000', '130950.592000', '130950.594000', '130950.597000', '130950.600000', '130950.602000', '130950.605000', '131010.493000', '131010.495000', '131010.498000', '131010.501000', '131010.503000', '131010.506000', '131010.509000', '131010.511000', '131010.514000', '131010.516000', '131010.519000', '131010.522000', '131010.524000', '131010.527000', '131010.530000', '131010.532000', '131010.535000', '131010.551000', '131010.554000', '131010.556000', '131010.559000', '131010.561000', '131010.564000', '131010.567000', '131010.569000', '131010.572000', '131010.574000', '131010.577000', '131010.580000', '131010.582000', '131010.585000', '131010.588000', '131010.590000', '131010.593000', '131010.595000', '131010.598000', '131010.601000', '131010.603000', '131010.606000', '131010.608000', '131010.611000', '131010.614000', '131010.616000', '131010.619000', '131030.492000', '131030.495000', '131030.498000', '131030.501000', '131030.504000', '131030.506000', '131030.509000', '131030.511000', '131030.514000', '131030.517000', '131030.519000', '131030.522000', '131030.525000', '131030.528000', '131030.530000', '131030.533000', '131030.536000', '131030.538000', '131030.541000', '131030.544000', '131030.547000', '131030.550000', '131030.554000', '131030.556000', '131030.559000', '131030.561000', '131030.564000', '131030.567000', '131030.569000', '131030.572000', '131030.575000', '131030.577000', '131030.580000', '131030.582000', '131030.585000', '131030.588000', '131030.590000', '131030.593000', '131030.595000', '131030.598000', '131030.601000', '131030.603000', '131030.614000', '131050.492000', '131050.496000', '131050.498000', '131050.501000', '131050.503000', '131050.506000', '131050.509000', '131050.511000', '131050.514000', '131050.516000', '131050.519000', '131050.522000', '131050.524000', '131050.527000', '131050.529000', '131050.532000', '131050.535000', '131050.537000', '131050.540000', '131050.542000', '131050.545000', '131050.547000', '131050.550000', '131050.553000', '131050.555000', '131050.558000', '131050.560000', '131050.563000', '131050.566000', '131050.568000', '131050.571000', '131050.574000', '131050.576000', '131050.579000', '131050.581000', '131050.584000', '131050.587000', '131050.589000', '131050.592000', '131050.594000', '131050.597000', '131050.600000', '131050.603000', '131050.605000', '131110.492000', '131110.495000', '131110.498000', '131110.501000', '131110.503000', '131110.506000', '131110.508000', '131110.511000', '131110.514000', '131110.517000', '131110.529000', '131110.532000', '131110.535000', '131110.538000', '131110.540000', '131110.543000', '131110.546000', '131110.548000', '131110.551000', '131110.554000', '131110.557000', '131110.560000', '131110.564000', '131110.567000', '131110.569000', '131110.572000', '131110.575000', '131110.577000', '131110.580000', '131110.582000', '131110.585000', '131110.588000', '131110.591000', '131110.594000', '131110.597000', '131110.600000', '131110.602000', '131110.605000', '131110.607000', '131110.610000', '131110.613000', '131110.615000', '131110.618000', '131130.492000', '131130.495000', '131130.498000', '131130.500000', '131130.503000', '131130.506000', '131130.508000', '131130.511000', '131130.514000', '131130.517000', '131130.519000', '131130.522000', '131130.525000', '131130.527000', '131130.530000', '131130.533000', '131130.535000', '131130.538000', '131130.540000', '131130.543000', '131130.546000', '131130.548000', '131130.551000', '131130.553000', '131130.556000', '131130.560000', '131130.562000', '131130.565000', '131130.594000', '131130.596000', '131130.599000', '131130.602000', '131130.604000', '131130.607000', '131130.610000', '131130.612000', '131130.615000', '131130.617000', '131130.620000', '131130.623000', '131130.626000', '131130.628000', '131130.631000', '131130.633000', '131150.491000', '131150.494000', '131150.497000', '131150.500000', '131150.502000', '131150.505000', '131150.507000', '131150.510000', '131150.513000', '131150.515000', '131150.518000', '131150.520000', '131150.523000', '131150.526000', '131150.528000', '131150.531000', '131150.533000', '131150.536000', '131150.539000', '131150.541000', '131150.544000', '131150.547000', '131150.550000', '131150.553000', '131150.556000', '131150.559000', '131150.562000', '131150.564000', '131150.567000', '131150.570000', '131150.572000', '131150.575000', '131150.577000', '131150.580000', '131150.582000', '131150.585000', '131150.588000', '131150.590000', '131150.593000', '131150.595000', '131150.598000', '131150.601000', '131150.604000', '131210.492000', '131210.495000', '131210.498000', '131210.501000', '131210.504000', '131210.506000', '131210.509000', '131210.512000', '131210.514000', '131210.517000', '131210.519000', '131210.522000', '131210.525000', '131210.527000', '131210.530000', '131210.533000', '131210.535000', '131210.538000', '131210.540000', '131210.543000', '131210.546000', '131210.548000', '131210.551000', '131210.553000', '131210.556000', '131210.559000', '131210.561000', '131210.564000', '131210.566000', '131210.569000', '131210.572000', '131210.574000', '131210.577000', '131210.579000', '131210.582000', '131210.585000', '131210.587000', '131210.590000', '131210.592000', '131210.595000', '131210.598000', '131210.600000', '131210.603000', '131210.606000', '131230.493000', '131230.496000', '131230.498000', '131230.501000', '131230.503000', '131230.506000', '131230.509000', '131230.511000', '131230.514000', '131230.517000', '131230.519000', '131230.522000', '131230.524000', '131230.527000', '131230.530000', '131230.532000', '131230.535000', '131230.538000', '131230.540000', '131230.543000', '131230.555000', '131230.558000', '131230.560000', '131230.563000', '131230.566000', '131230.568000', '131230.571000', '131230.574000', '131230.576000', '131230.579000', '131230.581000', '131230.584000', '131230.587000', '131230.589000', '131230.592000', '131230.595000', '131230.597000', '131230.600000', '131230.603000', '131230.605000', '131230.608000', '131230.610000', '131230.613000', '131250.492000', '131250.495000', '131250.499000', '131250.501000', '131250.504000', '131250.506000', '131250.509000', '131250.512000', '131250.514000', '131250.517000', '131250.520000', '131250.522000', '131250.525000', '131250.527000', '131250.530000', '131250.533000', '131250.535000', '131250.538000', '131250.541000', '131250.543000', '131250.546000', '131250.548000', '131250.551000', '131250.554000', '131250.556000', '131250.559000', '131250.562000', '131250.564000', '131250.567000', '131250.569000', '131250.572000', '131250.575000', '131250.577000', '131250.580000', '131250.582000', '131250.585000', '131250.588000', '131250.590000', '131250.593000', '131250.595000', '131250.598000', '131250.601000', '131250.604000', '131250.606000', '131310.493000', '131310.496000', '131310.498000', '131310.501000', '131310.503000', '131310.506000', '131310.509000', '131310.511000', '131310.514000', '131310.517000', '131310.519000', '131310.522000', '131310.524000', '131310.527000', '131310.530000', '131310.532000', '131310.536000', '131310.539000', '131310.542000', '131310.544000', '131310.547000', '131310.549000', '131310.552000', '131310.555000', '131310.557000', '131310.560000', '131310.562000', '131310.565000', '131310.568000', '131310.570000', '131310.573000', '131310.576000', '131310.578000', '131310.581000', '131310.583000', '131310.586000', '131310.589000', '131310.591000', '131310.594000', '131310.596000', '131310.599000', '131310.602000', '131310.604000', '131330.492000', '131330.496000', '131330.498000', '131330.501000', '131330.503000', '131330.506000', '131330.509000', '131330.511000', '131330.514000', '131330.517000', '131330.519000', '131330.522000', '131330.525000', '131330.527000', '131330.530000', '131330.532000', '131330.535000', '131330.538000', '131330.540000', '131330.543000', '131330.545000', '131330.548000', '131330.551000', '131330.553000', '131330.556000', '131330.559000', '131330.561000', '131330.564000', '131330.566000', '131330.569000', '131330.572000', '131330.574000', '131330.577000', '131330.579000', '131330.582000', '131330.584000', '131330.587000', '131330.590000', '131330.592000', '131330.595000', '131330.598000', '131330.600000', '131330.603000', '131330.606000', '131343.246000', '131343.249000', '131343.251000', '131343.254000', '131343.257000', '131343.259000', '131343.262000', '131343.265000', '131343.267000', '131343.270000', '131343.273000', '131343.275000', '131343.278000', '131343.281000', '131343.283000', '131343.286000', '131343.289000', '131343.291000', '131343.294000', '131343.297000', '131343.299000', '131343.302000', '131343.305000', '131343.308000', '131343.310000', '131343.313000', '131343.316000', '131343.319000'], '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': [8055, 12826, 8349, 11716, 7691, 13807, 10301, 8379, 13193, 9395, 10271, 7358, 10474, 8216, 9162, 7983, 8957, 6993, 7680, 7069, 7161, 7546, 9558, 7295, 10652, 7380, 11366, 7424, 11447, 7392, 11980, 9319, 10019, 10564, 8739, 11295, 11200, 10192, 8054, 10304, 7213, 9390, 7400, 11208, 8366, 8375, 8205, 7247, 8436, 7963, 7253, 7631, 7158, 9139, 7094, 9819, 8563, 8616, 11269, 8199, 10849, 8584, 10966, 8855, 11932, 11014, 8009, 10003, 9523, 9840, 9184, 10552, 7897, 12995, 9049, 9124, 9207, 9068, 10722, 7348, 11525, 9056, 9001, 8999, 8667, 10962, 7306, 12099, 8334, 9579, 8955, 8980, 9744, 7337, 8565, 8184, 7893, 8894, 8940, 10633, 7484, 8051, 8786, 9594, 9122, 8543, 9698, 7202, 8848, 7347, 7782, 8402, 8557, 10338, 8193, 10866, 7048, 10864, 7030, 11546, 8727, 12383, 10202, 7456, 9864, 9466, 9390, 8676, 10475, 7402, 8040, 8362, 8135, 8026, 7003, 7909, 7747, 9768, 8882, 8395, 9817, 8627, 11371, 7471, 11677, 8211, 11938, 8176, 11913, 8207, 11654, 7800, 9433, 7571, 7570, 8817, 7890, 8713, 7076, 7833, 7100, 7261, 9005, 6977, 9233, 8733, 10120, 8305, 10502, 9085, 10525, 7669, 11018, 9849, 11612, 11045, 9387, 9407, 7127, 9074, 7432, 8476, 7593, 8648, 8571, 7164, 9200, 7465, 11888, 9078, 10005, 11342, 8008, 11922, 7613, 12017, 9420, 12533, 10881, 9169, 8842, 9528, 8739, 8144, 9191, 7291, 8839, 7620, 7730, 7389, 10092, 8707, 7624, 7450, 7192, 8146, 8130, 7155, 7598, 7752, 8554, 7644, 9436, 9341, 8212, 10533, 7707, 11219, 7406, 12986, 8170, 10654, 7422, 11473, 7937, 10369, 10872, 8841, 10781, 7447, 11520, 10089, 8949, 10322, 8369, 7628, 8610, 7201, 9597, 9054, 8943, 9148, 8190, 7226, 8889, 7138, 9242, 8273, 9622, 10392, 9254, 12137, 9137, 9380, 7745, 9747, 7682, 9879, 8572, 8782, 9381, 9484, 8958, 7806, 8907, 7782, 9404, 8906, 8065, 8136, 7487, 7540, 9073, 7526, 8088, 7409, 7683, 8408, 7364, 9027, 8185, 8634, 7480, 11138, 9651, 8651, 10304, 9320, 11884, 8265, 9971, 7718, 10284, 8509, 8528, 9011, 9009, 9093, 8496, 8460, 8642, 8760, 7786, 8596, 8204, 8309, 8259, 7146, 9274, 7929, 8564, 7471, 8932, 7313, 8516, 7206, 10301, 8988, 10307, 11504, 10097, 10283, 11147, 8879, 9310, 8595, 9357, 8994, 7988, 8548, 7624, 8262, 7803, 8270, 8588, 7540, 9044, 7402, 9658, 9800, 8074, 13054, 10498, 12038, 9134, 10331, 8435, 11268, 8797, 9282, 8644, 9509, 8707, 8718, 9872, 9230, 7408, 8744, 9566, 8411, 8819, 7926, 8799, 10733, 8496, 8464, 9661, 8221, 7420, 8907, 10671, 11246, 9256, 11707, 9046, 12631, 8892, 10389, 7771, 10565, 7783, 9107, 7237, 8238, 7775, 8916, 8183, 7555, 7902, 7227, 8270, 8742, 9817, 9315, 7373, 10504, 9704, 8138, 12545, 10373, 12971, 11110, 11167, 7746, 10301, 8049, 8166, 13515, 9548, 10464, 8787, 10658, 8039, 9324, 8002, 8543, 10743, 7586, 7604, 12285, 9126, 11157, 7628, 8546, 9025, 10298, 10243, 7597, 11521, 8700, 9052, 10947, 8579, 13075, 9410, 9987, 7719, 10180, 7266, 10280, 7418, 9247, 8266, 7411, 8331, 7499, 7993, 7491, 8477, 8412, 7886, 8661, 7756, 9671, 7395, 9673, 7407, 7421, 7801, 7666, 7932, 7625, 9259, 7455, 8046, 11086, 7312, 9672, 7669, 9807, 7594, 12075, 13156, 10231, 11696, 8667, 9065, 7479, 10342, 8612, 9743, 8571, 7398, 9193, 10744, 10067, 10144, 10214, 8333, 8652, 7519, 7953, 11811, 11288, 9656, 9316, 8351, 9650, 12930, 11913, 12955, 13748, 14779, 16956, 12149, 9937, 12084, 12977, 10487, 11888, 9136, 9831, 10357, 9457, 9530, 9969, 9707, 8083, 8869, 9661, 8232, 8123, 8232, 10349, 8436, 7813, 8931, 8986, 8049, 9171, 8106, 7778, 8781, 7889, 9670, 8976, 8106, 8484, 7476, 7681, 9181, 8273, 9032, 8328, 8630, 8967, 7542, 11374, 8909, 9724, 9256, 8633, 9615, 8038, 9454, 8554, 7854, 8584, 7499, 7888, 7837, 7639, 9746, 8466, 7559, 10931, 9188, 10252, 7655, 9872, 8163, 10671, 9558, 10659, 8484, 7633, 10190, 7497, 10824, 7604, 10736, 7649, 8680, 8592, 9846, 9482, 9262, 9178, 7813, 9398, 7275, 10626, 8167, 10442, 7657, 8347, 7699, 8163, 9480, 8630, 15178, 10222, 7437, 8948, 8441, 8372, 10463, 6848, 9286, 7677, 10777, 11681, 9051, 13790, 8792, 13438, 8873, 12051, 8899, 12566, 10645, 8136, 8664, 9676, 9261, 7402, 7371, 8726, 8771, 8177, 7134, 7388, 11406, 11125, 13198, 10574, 10733, 7356, 10211, 7037, 8562, 8753, 12069, 8110, 9006, 8718, 7231, 7807, 9063, 10225, 7711, 8736, 7207, 10092, 7351, 9015, 7312, 10521, 9158, 8463, 10563, 10894, 13966, 10927, 12688, 7432, 12093, 8276, 9321, 10136, 9694, 10459, 7365, 7272, 8143, 8598, 8664, 7934, 7945, 10909, 8778, 11157, 7773, 12019, 8690, 7469, 9367, 9793, 9408, 9749, 7519, 9094, 13034, 10119, 11408, 7460, 8162, 9951, 9727, 10528, 9205, 11632, 7539, 10800, 9600, 9703, 8216, 7480, 9107, 7363, 7714, 8834, 8391, 8705, 9680, 9481, 7424, 10327, 8395, 10015, 8733, 9177, 8014, 7116, 7589, 7192, 8887, 8915, 7207, 10769, 7577, 8609, 8704, 9258, 8025, 10440, 7893, 12978, 14942, 9997, 8391, 12572, 8764, 12085, 11506, 10792, 12120, 8921, 9760, 9889, 7047, 7421, 7451, 8128, 8807, 9518, 10273, 11853, 9183, 10015, 10193, 11275, 8179, 7640, 9621, 9383, 11406, 8132, 8215, 9067, 9331, 9293, 7818, 7499, 7652, 8210, 9900, 8549, 7577, 7894, 8189, 8454, 9011, 7451, 9326, 8402, 9787, 7740, 7399, 7589, 10382, 9502, 10432, 8165, 9518, 9404, 10470, 11170, 9887, 9717, 8813, 10385, 7937, 8540, 8529, 10873, 9746, 9632, 9897, 10151, 9001, 8703, 8887, 7414, 7883, 7283, 7650, 7408, 9911, 7391, 7631, 8592, 7367, 8138, 7259, 8866, 7492, 8090, 8981, 8535, 9688, 9835, 8634, 9809, 7894, 8060, 8396, 10905, 8744, 8271, 7336, 10404, 8647, 14563, 11613, 11923, 13068, 9701, 10215, 12245, 12127, 9169, 15526, 14852, 12141, 15123, 14576, 10779, 15388, 12927, 9802, 13244], 'WindowCenter': [4502.0, 4536.0, 4470.0, 4511.0, 4435.0, 4501.0, 4467.0, 4439.0, 4475.0, 4447.0, 4450.0, 4415.0, 4447.0, 4452.0, 4455.0, 4420.0, 4445.0, 4420.0, 4432.0, 4429.0, 4435.0, 4435.0, 4472.0, 4440.0, 4466.0, 4426.0, 4481.0, 4424.0, 4467.0, 4417.0, 4457.0, 4440.0, 4438.0, 4450.0, 4434.0, 4454.0, 4452.0, 4437.0, 4411.0, 4430.0, 4411.0, 4430.0, 4412.0, 4447.0, 4422.0, 4434.0, 4433.0, 4408.0, 4434.0, 4435.0, 4438.0, 4440.0, 4430.0, 4458.0, 4443.0, 4471.0, 4456.0, 4455.0, 4475.0, 4449.0, 4463.0, 4444.0, 4462.0, 4444.0, 4478.0, 4475.0, 4437.0, 4450.0, 4445.0, 4455.0, 4452.0, 4467.0, 4440.0, 4486.0, 4446.0, 4440.0, 4445.0, 4446.0, 4460.0, 4429.0, 4465.0, 4442.0, 4446.0, 4445.0, 4446.0, 4460.0, 4421.0, 4471.0, 4438.0, 4451.0, 4448.0, 4455.0, 4458.0, 4427.0, 4439.0, 4448.0, 4433.0, 4441.0, 4454.0, 4481.0, 4446.0, 4449.0, 4442.0, 4440.0, 4442.0, 4448.0, 4451.0, 4428.0, 4440.0, 4428.0, 4426.0, 4443.0, 4449.0, 4463.0, 4443.0, 4475.0, 4425.0, 4462.0, 4425.0, 4479.0, 4445.0, 4478.0, 4451.0, 4414.0, 4450.0, 4445.0, 4444.0, 4430.0, 4449.0, 4420.0, 4435.0, 4436.0, 4426.0, 4418.0, 4411.0, 4435.0, 4438.0, 4469.0, 4450.0, 4445.0, 4471.0, 4446.0, 4472.0, 4427.0, 4459.0, 4431.0, 4466.0, 4431.0, 4457.0, 4436.0, 4465.0, 4420.0, 4437.0, 4424.0, 4422.0, 4445.0, 4435.0, 4446.0, 4423.0, 4443.0, 4437.0, 4448.0, 4471.0, 4450.0, 4487.0, 4458.0, 4485.0, 4465.0, 4484.0, 4461.0, 4483.0, 4441.0, 4450.0, 4436.0, 4432.0, 4425.0, 4399.0, 4418.0, 4387.0, 4412.0, 4403.0, 4414.0, 4406.0, 4425.0, 4434.0, 4409.0, 4446.0, 4409.0, 4465.0, 4427.0, 4441.0, 4465.0, 4416.0, 4463.0, 4410.0, 4456.0, 4432.0, 4448.0, 4435.0, 4416.0, 4407.0, 4416.0, 4400.0, 4397.0, 4416.0, 4400.0, 4413.0, 4403.0, 4390.0, 4398.0, 4428.0, 4412.0, 4403.0, 4400.0, 4413.0, 4424.0, 4436.0, 4421.0, 4421.0, 4440.0, 4448.0, 4429.0, 4442.0, 4448.0, 4431.0, 4458.0, 4420.0, 4466.0, 4407.0, 4474.0, 4420.0, 4451.0, 4415.0, 4463.0, 4425.0, 4442.0, 4447.0, 4435.0, 4455.0, 4407.0, 4462.0, 4442.0, 4431.0, 4442.0, 4422.0, 4410.0, 4420.0, 4407.0, 4431.0, 4432.0, 4426.0, 4425.0, 4422.0, 4412.0, 4426.0, 4407.0, 4445.0, 4436.0, 4436.0, 4455.0, 4444.0, 4457.0, 4428.0, 4432.0, 4411.0, 4425.0, 4419.0, 4443.0, 4422.0, 4420.0, 4431.0, 4424.0, 4419.0, 4401.0, 4429.0, 4422.0, 4431.0, 4430.0, 4415.0, 4414.0, 4411.0, 4416.0, 4438.0, 4419.0, 4430.0, 4428.0, 4427.0, 4449.0, 4421.0, 4449.0, 4449.0, 4444.0, 4438.0, 4466.0, 4454.0, 4447.0, 4458.0, 4445.0, 4459.0, 4448.0, 4456.0, 4420.0, 4437.0, 4436.0, 4426.0, 4442.0, 4437.0, 4446.0, 4441.0, 4431.0, 4441.0, 4447.0, 4432.0, 4446.0, 4450.0, 4443.0, 4444.0, 4430.0, 4465.0, 4447.0, 4443.0, 4441.0, 4456.0, 4440.0, 4462.0, 4454.0, 4470.0, 4469.0, 4470.0, 4482.0, 4457.0, 4469.0, 4465.0, 4441.0, 4446.0, 4429.0, 4444.0, 4445.0, 4435.0, 4435.0, 4431.0, 4447.0, 4439.0, 4442.0, 4450.0, 4433.0, 4441.0, 4422.0, 4458.0, 4458.0, 4425.0, 4489.0, 4456.0, 4471.0, 4433.0, 4448.0, 4435.0, 4452.0, 4436.0, 4441.0, 4433.0, 4442.0, 4433.0, 4435.0, 4442.0, 4444.0, 4411.0, 4432.0, 4438.0, 4434.0, 4441.0, 4418.0, 4430.0, 4467.0, 4430.0, 4436.0, 4456.0, 4451.0, 4429.0, 4449.0, 4461.0, 4478.0, 4441.0, 4478.0, 4447.0, 4489.0, 4447.0, 4457.0, 4432.0, 4455.0, 4418.0, 4432.0, 4419.0, 4446.0, 4432.0, 4446.0, 4451.0, 4448.0, 4451.0, 4456.0, 4464.0, 4452.0, 4473.0, 4472.0, 4441.0, 4472.0, 4463.0, 4434.0, 4494.0, 4453.0, 4479.0, 4464.0, 4469.0, 4426.0, 4440.0, 4427.0, 4430.0, 4470.0, 4459.0, 4458.0, 4430.0, 4451.0, 4389.0, 4437.0, 4407.0, 4395.0, 4410.0, 4385.0, 4383.0, 4437.0, 4409.0, 4429.0, 4394.0, 4396.0, 4400.0, 4418.0, 4413.0, 4389.0, 4423.0, 4410.0, 4391.0, 4429.0, 4396.0, 4449.0, 4403.0, 4416.0, 4387.0, 4416.0, 4381.0, 4424.0, 4390.0, 4402.0, 4397.0, 4389.0, 4403.0, 4397.0, 4407.0, 4417.0, 4425.0, 4424.0, 4427.0, 4436.0, 4426.0, 4447.0, 4424.0, 4444.0, 4417.0, 4417.0, 4423.0, 4428.0, 4428.0, 4423.0, 4451.0, 4427.0, 4424.0, 4472.0, 4420.0, 4450.0, 4427.0, 4443.0, 4423.0, 4466.0, 4480.0, 4440.0, 4456.0, 4423.0, 4434.0, 4415.0, 4459.0, 4480.0, 4472.0, 4411.0, 4407.0, 4430.0, 4455.0, 4422.0, 4440.0, 4446.0, 4445.0, 4451.0, 4439.0, 4439.0, 4450.0, 4454.0, 4426.0, 4418.0, 4409.0, 4445.0, 4477.0, 4466.0, 4460.0, 4456.0, 4456.0, 4449.0, 4423.0, 4389.0, 4401.0, 4412.0, 4380.0, 4395.0, 4375.0, 4373.0, 4378.0, 4385.0, 4368.0, 4380.0, 4384.0, 4361.0, 4371.0, 4394.0, 4386.0, 4379.0, 4389.0, 4422.0, 4396.0, 4392.0, 4415.0, 4420.0, 4411.0, 4420.0, 4411.0, 4394.0, 4410.0, 4412.0, 4415.0, 4435.0, 4414.0, 4423.0, 4402.0, 4413.0, 4428.0, 4437.0, 4435.0, 4418.0, 4423.0, 4435.0, 4409.0, 4466.0, 4430.0, 4428.0, 4428.0, 4418.0, 4434.0, 4427.0, 4446.0, 4436.0, 4436.0, 4429.0, 4412.0, 4419.0, 4414.0, 4399.0, 4433.0, 4413.0, 4403.0, 4441.0, 4421.0, 4433.0, 4415.0, 4427.0, 4408.0, 4437.0, 4426.0, 4442.0, 4424.0, 4412.0, 4431.0, 4397.0, 4440.0, 4413.0, 4441.0, 4413.0, 4418.0, 4424.0, 4439.0, 4433.0, 4433.0, 4424.0, 4414.0, 4417.0, 4409.0, 4438.0, 4441.0, 4458.0, 4445.0, 4423.0, 4414.0, 4438.0, 4461.0, 4441.0, 4489.0, 4416.0, 4431.0, 4456.0, 4466.0, 4475.0, 4488.0, 4436.0, 4471.0, 4428.0, 4455.0, 4464.0, 4429.0, 4474.0, 4422.0, 4462.0, 4421.0, 4434.0, 4409.0, 4436.0, 4428.0, 4395.0, 4400.0, 4429.0, 4409.0, 4412.0, 4411.0, 4416.0, 4433.0, 4415.0, 4410.0, 4414.0, 4465.0, 4454.0, 4474.0, 4442.0, 4442.0, 4402.0, 4435.0, 4403.0, 4421.0, 4435.0, 4458.0, 4417.0, 4435.0, 4435.0, 4421.0, 4426.0, 4459.0, 4486.0, 4435.0, 4453.0, 4433.0, 4472.0, 4429.0, 4448.0, 4429.0, 4451.0, 4448.0, 4423.0, 4444.0, 4448.0, 4467.0, 4442.0, 4465.0, 4416.0, 4463.0, 4417.0, 4425.0, 4437.0, 4443.0, 4454.0, 4425.0, 4415.0, 4406.0, 4435.0, 4436.0, 4426.0, 4419.0, 4468.0, 4430.0, 4448.0, 4408.0, 4459.0, 4437.0, 4414.0, 4448.0, 4452.0, 4440.0, 4440.0, 4416.0, 4435.0, 4471.0, 4450.0, 4448.0, 4415.0, 4415.0, 4443.0, 4427.0, 4437.0, 4433.0, 4452.0, 4413.0, 4441.0, 4429.0, 4424.0, 4406.0, 4398.0, 4421.0, 4409.0, 4413.0, 4429.0, 4420.0, 4435.0, 4445.0, 4426.0, 4409.0, 4443.0, 4424.0, 4443.0, 4436.0, 4433.0, 4424.0, 4411.0, 4419.0, 4412.0, 4457.0, 4444.0, 4444.0, 4472.0, 4432.0, 4421.0, 4410.0, 4454.0, 4414.0, 4442.0, 4404.0, 4491.0, 4504.0, 4398.0, 4465.0, 4463.0, 4411.0, 4438.0, 4439.0, 4435.0, 4448.0, 4407.0, 4415.0, 4413.0, 4388.0, 4393.0, 4400.0, 4406.0, 4422.0, 4430.0, 4430.0, 4433.0, 4419.0, 4410.0, 4420.0, 4436.0, 4395.0, 4392.0, 4411.0, 4418.0, 4438.0, 4392.0, 4415.0, 4412.0, 4412.0, 4414.0, 4399.0, 4398.0, 4408.0, 4409.0, 4443.0, 4415.0, 4414.0, 4422.0, 4422.0, 4422.0, 4422.0, 4408.0, 4432.0, 4417.0, 4443.0, 4406.0, 4414.0, 4423.0, 4455.0, 4440.0, 4455.0, 4431.0, 4443.0, 4445.0, 4454.0, 4450.0, 4443.0, 4444.0, 4435.0, 4441.0, 4417.0, 4421.0, 4426.0, 4452.0, 4432.0, 4437.0, 4437.0, 4448.0, 4432.0, 4434.0, 4426.0, 4413.0, 4423.0, 4420.0, 4420.0, 4427.0, 4458.0, 4428.0, 4440.0, 4444.0, 4441.0, 4437.0, 4424.0, 4447.0, 4423.0, 4437.0, 4450.0, 4445.0, 4502.0, 4496.0, 4460.0, 4468.0, 4430.0, 4424.0, 4430.0, 4462.0, 4425.0, 4423.0, 4436.0, 4469.0, 4462.0, 4511.0, 4468.0, 4474.0, 4484.0, 4474.0, 4462.0, 4492.0, 4492.0, 4460.0, 4510.0, 4498.0, 4472.0, 4488.0, 4481.0, 4452.0, 4476.0, 4466.0, 4439.0, 4457.0], 'WindowWidth': [9911.0, 9945.0, 9844.0, 9901.0, 9779.0, 9872.0, 9824.0, 9776.0, 9820.0, 9785.0, 9786.0, 9741.0, 9780.0, 9802.0, 9805.0, 9743.0, 9786.0, 9749.0, 9768.0, 9771.0, 9779.0, 9780.0, 9831.0, 9784.0, 9819.0, 9765.0, 9839.0, 9757.0, 9811.0, 9746.0, 9793.0, 9773.0, 9766.0, 9786.0, 9762.0, 9788.0, 9783.0, 9762.0, 9727.0, 9751.0, 9729.0, 9751.0, 9731.0, 9776.0, 9746.0, 9767.0, 9762.0, 9729.0, 9767.0, 9770.0, 9781.0, 9786.0, 9775.0, 9808.0, 9793.0, 9829.0, 9810.0, 9806.0, 9831.0, 9796.0, 9812.0, 9788.0, 9810.0, 9786.0, 9832.0, 9830.0, 9776.0, 9790.0, 9782.0, 9799.0, 9794.0, 9818.0, 9785.0, 9840.0, 9787.0, 9776.0, 9783.0, 9785.0, 9805.0, 9769.0, 9811.0, 9783.0, 9788.0, 9786.0, 9788.0, 9805.0, 9755.0, 9818.0, 9779.0, 9793.0, 9793.0, 9802.0, 9806.0, 9765.0, 9775.0, 9792.0, 9771.0, 9780.0, 9802.0, 9841.0, 9801.0, 9802.0, 9780.0, 9774.0, 9778.0, 9794.0, 9792.0, 9767.0, 9777.0, 9766.0, 9761.0, 9785.0, 9797.0, 9812.0, 9787.0, 9832.0, 9763.0, 9809.0, 9761.0, 9835.0, 9790.0, 9830.0, 9790.0, 9740.0, 9788.0, 9781.0, 9781.0, 9760.0, 9785.0, 9749.0, 9774.0, 9773.0, 9759.0, 9746.0, 9740.0, 9773.0, 9781.0, 9822.0, 9797.0, 9791.0, 9828.0, 9791.0, 9821.0, 9763.0, 9801.0, 9767.0, 9812.0, 9766.0, 9796.0, 9770.0, 9810.0, 9749.0, 9769.0, 9755.0, 9750.0, 9783.0, 9772.0, 9787.0, 9761.0, 9791.0, 9787.0, 9803.0, 9836.0, 9808.0, 9859.0, 9813.0, 9852.0, 9829.0, 9849.0, 9818.0, 9847.0, 9788.0, 9787.0, 9761.0, 9746.0, 9737.0, 9696.0, 9731.0, 9691.0, 9724.0, 9716.0, 9730.0, 9722.0, 9748.0, 9767.0, 9735.0, 9786.0, 9733.0, 9807.0, 9753.0, 9770.0, 9808.0, 9735.0, 9800.0, 9726.0, 9790.0, 9758.0, 9774.0, 9756.0, 9725.0, 9714.0, 9725.0, 9703.0, 9703.0, 9729.0, 9714.0, 9726.0, 9712.0, 9693.0, 9706.0, 9746.0, 9724.0, 9714.0, 9714.0, 9735.0, 9754.0, 9770.0, 9753.0, 9753.0, 9785.0, 9791.0, 9768.0, 9779.0, 9788.0, 9762.0, 9803.0, 9745.0, 9810.0, 9725.0, 9816.0, 9744.0, 9788.0, 9741.0, 9802.0, 9754.0, 9773.0, 9780.0, 9769.0, 9796.0, 9726.0, 9802.0, 9771.0, 9755.0, 9773.0, 9747.0, 9728.0, 9742.0, 9729.0, 9756.0, 9761.0, 9751.0, 9749.0, 9748.0, 9736.0, 9752.0, 9727.0, 9784.0, 9772.0, 9766.0, 9797.0, 9779.0, 9793.0, 9754.0, 9759.0, 9732.0, 9747.0, 9744.0, 9777.0, 9745.0, 9742.0, 9756.0, 9744.0, 9738.0, 9714.0, 9751.0, 9748.0, 9758.0, 9754.0, 9734.0, 9732.0, 9734.0, 9740.0, 9770.0, 9748.0, 9765.0, 9766.0, 9763.0, 9794.0, 9754.0, 9795.0, 9794.0, 9788.0, 9782.0, 9812.0, 9800.0, 9787.0, 9804.0, 9782.0, 9799.0, 9792.0, 9797.0, 9746.0, 9765.0, 9771.0, 9754.0, 9781.0, 9769.0, 9786.0, 9780.0, 9765.0, 9780.0, 9788.0, 9770.0, 9785.0, 9797.0, 9787.0, 9789.0, 9773.0, 9820.0, 9795.0, 9786.0, 9787.0, 9807.0, 9787.0, 9820.0, 9810.0, 9825.0, 9829.0, 9823.0, 9843.0, 9803.0, 9819.0, 9810.0, 9776.0, 9787.0, 9760.0, 9777.0, 9781.0, 9770.0, 9769.0, 9766.0, 9792.0, 9784.0, 9784.0, 9798.0, 9772.0, 9779.0, 9757.0, 9807.0, 9805.0, 9757.0, 9848.0, 9800.0, 9817.0, 9763.0, 9785.0, 9768.0, 9790.0, 9772.0, 9773.0, 9763.0, 9773.0, 9765.0, 9769.0, 9773.0, 9779.0, 9732.0, 9761.0, 9767.0, 9766.0, 9781.0, 9744.0, 9763.0, 9815.0, 9763.0, 9774.0, 9799.0, 9801.0, 9769.0, 9794.0, 9806.0, 9833.0, 9778.0, 9831.0, 9787.0, 9848.0, 9790.0, 9801.0, 9770.0, 9796.0, 9743.0, 9762.0, 9745.0, 9789.0, 9766.0, 9788.0, 9803.0, 9800.0, 9804.0, 9817.0, 9824.0, 9801.0, 9829.0, 9833.0, 9793.0, 9828.0, 9817.0, 9771.0, 9859.0, 9794.0, 9831.0, 9807.0, 9819.0, 9757.0, 9772.0, 9761.0, 9760.0, 9814.0, 9806.0, 9804.0, 9760.0, 9791.0, 9682.0, 9770.0, 9720.0, 9688.0, 9706.0, 9675.0, 9671.0, 9748.0, 9716.0, 9742.0, 9695.0, 9694.0, 9698.0, 9726.0, 9717.0, 9686.0, 9730.0, 9718.0, 9686.0, 9740.0, 9693.0, 9768.0, 9705.0, 9721.0, 9683.0, 9718.0, 9671.0, 9734.0, 9692.0, 9702.0, 9698.0, 9690.0, 9708.0, 9705.0, 9718.0, 9741.0, 9747.0, 9747.0, 9755.0, 9766.0, 9754.0, 9783.0, 9755.0, 9776.0, 9742.0, 9741.0, 9752.0, 9760.0, 9760.0, 9751.0, 9796.0, 9762.0, 9752.0, 9823.0, 9753.0, 9792.0, 9757.0, 9781.0, 9752.0, 9807.0, 9830.0, 9771.0, 9793.0, 9745.0, 9762.0, 9737.0, 9804.0, 9859.0, 9833.0, 9725.0, 9721.0, 9758.0, 9794.0, 9737.0, 9767.0, 9783.0, 9796.0, 9801.0, 9784.0, 9780.0, 9779.0, 9789.0, 9740.0, 9726.0, 9720.0, 9779.0, 9825.0, 9808.0, 9800.0, 9788.0, 9786.0, 9765.0, 9727.0, 9672.0, 9686.0, 9701.0, 9657.0, 9675.0, 9647.0, 9642.0, 9649.0, 9664.0, 9638.0, 9655.0, 9663.0, 9631.0, 9648.0, 9683.0, 9674.0, 9667.0, 9684.0, 9732.0, 9699.0, 9694.0, 9726.0, 9735.0, 9724.0, 9734.0, 9723.0, 9699.0, 9721.0, 9727.0, 9728.0, 9764.0, 9733.0, 9743.0, 9716.0, 9732.0, 9749.0, 9769.0, 9765.0, 9739.0, 9744.0, 9765.0, 9728.0, 9808.0, 9758.0, 9751.0, 9752.0, 9739.0, 9761.0, 9757.0, 9782.0, 9772.0, 9770.0, 9758.0, 9735.0, 9740.0, 9735.0, 9709.0, 9755.0, 9729.0, 9715.0, 9763.0, 9736.0, 9755.0, 9737.0, 9746.0, 9722.0, 9759.0, 9744.0, 9768.0, 9747.0, 9730.0, 9753.0, 9708.0, 9764.0, 9730.0, 9765.0, 9732.0, 9737.0, 9748.0, 9767.0, 9761.0, 9758.0, 9743.0, 9733.0, 9734.0, 9726.0, 9764.0, 9784.0, 9801.0, 9797.0, 9748.0, 9737.0, 9775.0, 9812.0, 9781.0, 9848.0, 9722.0, 9772.0, 9808.0, 9828.0, 9847.0, 9856.0, 9784.0, 9832.0, 9762.0, 9792.0, 9808.0, 9754.0, 9816.0, 9741.0, 9796.0, 9738.0, 9751.0, 9720.0, 9751.0, 9743.0, 9696.0, 9701.0, 9747.0, 9717.0, 9734.0, 9730.0, 9735.0, 9761.0, 9733.0, 9731.0, 9737.0, 9805.0, 9788.0, 9817.0, 9771.0, 9771.0, 9717.0, 9759.0, 9723.0, 9743.0, 9768.0, 9794.0, 9740.0, 9766.0, 9768.0, 9750.0, 9759.0, 9815.0, 9853.0, 9777.0, 9805.0, 9774.0, 9829.0, 9768.0, 9791.0, 9765.0, 9791.0, 9789.0, 9747.0, 9775.0, 9778.0, 9804.0, 9769.0, 9806.0, 9745.0, 9800.0, 9736.0, 9746.0, 9763.0, 9774.0, 9791.0, 9757.0, 9737.0, 9720.0, 9767.0, 9770.0, 9756.0, 9742.0, 9819.0, 9758.0, 9780.0, 9726.0, 9794.0, 9773.0, 9739.0, 9792.0, 9794.0, 9773.0, 9773.0, 9744.0, 9768.0, 9815.0, 9785.0, 9780.0, 9740.0, 9733.0, 9773.0, 9748.0, 9763.0, 9760.0, 9783.0, 9733.0, 9766.0, 9749.0, 9740.0, 9718.0, 9710.0, 9739.0, 9730.0, 9736.0, 9757.0, 9745.0, 9768.0, 9779.0, 9749.0, 9730.0, 9775.0, 9750.0, 9773.0, 9771.0, 9764.0, 9752.0, 9737.0, 9747.0, 9740.0, 9806.0, 9785.0, 9794.0, 9827.0, 9774.0, 9745.0, 9720.0, 9800.0, 9733.0, 9771.0, 9709.0, 9850.0, 9875.0, 9689.0, 9830.0, 9798.0, 9721.0, 9753.0, 9756.0, 9755.0, 9770.0, 9713.0, 9719.0, 9720.0, 9694.0, 9699.0, 9711.0, 9719.0, 9742.0, 9751.0, 9749.0, 9749.0, 9734.0, 9715.0, 9729.0, 9752.0, 9698.0, 9694.0, 9719.0, 9732.0, 9758.0, 9695.0, 9730.0, 9721.0, 9720.0, 9726.0, 9708.0, 9708.0, 9722.0, 9723.0, 9773.0, 9730.0, 9736.0, 9744.0, 9746.0, 9744.0, 9744.0, 9727.0, 9756.0, 9739.0, 9775.0, 9725.0, 9740.0, 9751.0, 9794.0, 9773.0, 9793.0, 9763.0, 9776.0, 9781.0, 9790.0, 9784.0, 9775.0, 9777.0, 9766.0, 9769.0, 9739.0, 9742.0, 9749.0, 9786.0, 9759.0, 9765.0, 9764.0, 9781.0, 9759.0, 9763.0, 9747.0, 9734.0, 9749.0, 9747.0, 9749.0, 9763.0, 9806.0, 9763.0, 9782.0, 9788.0, 9788.0, 9774.0, 9760.0, 9787.0, 9756.0, 9775.0, 9795.0, 9790.0, 9893.0, 9882.0, 9813.0, 9820.0, 9766.0, 9746.0, 9759.0, 9803.0, 9747.0, 9755.0, 9786.0, 9822.0, 9814.0, 9880.0, 9817.0, 9827.0, 9836.0, 9832.0, 9804.0, 9855.0, 9858.0, 9813.0, 9879.0, 9859.0, 9820.0, 9846.0, 9833.0, 9787.0, 9817.0, 9807.0, 9768.0, 9791.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.005849988518943743</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08491354799081514</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.48072637787357</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1712615224712648</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0177982486206893</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5447</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2716.9321</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2553556951976684</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>26.636050516647533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5336922149655243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.427885760296511</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.799461296892005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3737295877080564</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108296</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013235078193247318</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07249721884727478</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.731509834688836</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>14.6596</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.0271</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.3864</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283170.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1147.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>439.3066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.4445</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3589.0238</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93374.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1780.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.2553</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>22.5247263321653</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> |