=== 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-0075 --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-0075",
"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-0075_ses-04_task-social_acq-mb8_run-06_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-0075_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_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-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-social_acq-mb8_run-06_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-0075/ses-04/func/sub-0075_ses-04_task-social_acq-mb8_run-06_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>ef6bb25fb423a0fa4043fb17a197532a</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:23:23.822500</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.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</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-06_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.0874926</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</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>229.189</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3a5792aa-e538-46ec-bf2a-c57e7c2d9c48||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.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['132323.822500', '132324.282500', '132324.742500', '132325.202500', '132325.662500', '132326.122500', '132326.582500', '132327.042500', '132327.502500', '132327.962500', '132328.422500', '132328.882500', '132329.342500', '132329.802500', '132330.262500', '132330.722500', '132331.182500', '132331.642500', '132332.102500', '132332.562500', '132333.022500', '132333.482500', '132333.942500', '132334.402500', '132334.862500', '132335.322500', '132335.782500', '132336.242500', '132336.702500', '132337.162500', '132337.622500', '132338.082500', '132338.542500', '132339.002500', '132339.462500', '132339.922500', '132340.382500', '132340.842500', '132341.302500', '132341.762500', '132342.222500', '132342.682500', '132343.142500', '132343.602500', '132344.062500', '132344.522500', '132344.982500', '132345.442500', '132345.902500', '132346.362500', '132346.822500', '132347.282500', '132347.742500', '132348.202500', '132348.662500', '132349.122500', '132349.582500', '132350.042500', '132350.502500', '132350.962500', '132351.422500', '132351.882500', '132352.342500', '132352.802500', '132353.262500', '132353.722500', '132354.182500', '132354.642500', '132355.102500', '132355.562500', '132356.022500', '132356.482500', '132356.942500', '132357.402500', '132357.862500', '132358.322500', '132358.782500', '132359.242500', '132359.702500', '132400.162500', '132400.622500', '132401.082500', '132401.542500', '132402.002500', '132402.462500', '132402.922500', '132403.382500', '132403.842500', '132404.302500', '132404.762500', '132405.222500', '132405.682500', '132406.142500', '132406.602500', '132407.062500', '132407.522500', '132407.982500', '132408.442500', '132408.902500', '132409.362500', '132409.822500', '132410.282500', '132410.742500', '132411.202500', '132411.662500', '132412.122500', '132412.582500', '132413.042500', '132413.502500', '132413.962500', '132414.422500', '132414.882500', '132415.342500', '132415.802500', '132416.262500', '132416.722500', '132417.182500', '132417.642500', '132418.102500', '132418.562500', '132419.022500', '132419.482500', '132419.942500', '132420.402500', '132420.862500', '132421.322500', '132421.782500', '132422.242500', '132422.702500', '132423.162500', '132423.622500', '132424.082500', '132424.542500', '132425.002500', '132425.462500', '132425.922500', '132426.382500', '132426.842500', '132427.302500', '132427.762500', '132428.222500', '132428.682500', '132429.142500', '132429.602500', '132430.062500', '132430.522500', '132430.982500', '132431.442500', '132431.902500', '132432.362500', '132432.822500', '132433.282500', '132433.742500', '132434.202500', '132434.662500', '132435.122500', '132435.582500', '132436.042500', '132436.502500', '132436.962500', '132437.422500', '132437.882500', '132438.342500', '132438.802500', '132439.262500', '132439.722500', '132440.182500', '132440.642500', '132441.102500', '132441.562500', '132442.022500', '132442.482500', '132442.942500', '132443.402500', '132443.862500', '132444.322500', '132444.782500', '132445.242500', '132445.702500', '132446.162500', '132446.622500', '132447.082500', '132447.542500', '132448.002500', '132448.462500', '132448.922500', '132449.382500', '132449.842500', '132450.302500', '132450.762500', '132451.222500', '132451.682500', '132452.142500', '132452.602500', '132453.062500', '132453.522500', '132453.982500', '132454.442500', '132454.902500', '132455.362500', '132455.822500', '132456.282500', '132456.742500', '132457.202500', '132457.662500', '132458.122500', '132458.582500', '132459.042500', '132459.502500', '132459.962500', '132500.422500', '132500.882500', '132501.342500', '132501.802500', '132502.262500', '132502.722500', '132503.182500', '132503.642500', '132504.102500', '132504.562500', '132505.022500', '132505.482500', '132505.942500', '132506.402500', '132506.862500', '132507.322500', '132507.782500', '132508.242500', '132508.702500', '132509.162500', '132509.622500', '132510.082500', '132510.542500', '132511.002500', '132511.462500', '132511.922500', '132512.382500', '132512.842500', '132513.302500', '132513.762500', '132514.222500', '132514.682500', '132515.142500', '132515.602500', '132516.062500', '132516.522500', '132516.982500', '132517.442500', '132517.902500', '132518.362500', '132518.822500', '132519.282500', '132519.742500', '132520.202500', '132520.662500', '132521.122500', '132521.582500', '132522.042500', '132522.502500', '132522.962500', '132523.422500', '132523.882500', '132524.342500', '132524.802500', '132525.262500', '132525.722500', '132526.182500', '132526.642500', '132527.102500', '132527.562500', '132528.022500', '132528.482500', '132528.942500', '132529.402500', '132529.862500', '132530.322500', '132530.782500', '132531.242500', '132531.702500', '132532.162500', '132532.622500', '132533.082500', '132533.542500', '132534.002500', '132534.462500', '132534.922500', '132535.382500', '132535.842500', '132536.302500', '132536.762500', '132537.222500', '132537.682500', '132538.142500', '132538.602500', '132539.062500', '132539.522500', '132539.982500', '132540.442500', '132540.902500', '132541.362500', '132541.822500', '132542.282500', '132542.742500', '132543.202500', '132543.662500', '132544.122500', '132544.582500', '132545.042500', '132545.502500', '132545.962500', '132546.422500', '132546.882500', '132547.342500', '132547.802500', '132548.262500', '132548.722500', '132549.182500', '132549.642500', '132550.102500', '132550.562500', '132551.022500', '132551.482500', '132551.942500', '132552.402500', '132552.862500', '132553.322500', '132553.782500', '132554.242500', '132554.702500', '132555.162500', '132555.622500', '132556.082500', '132556.542500', '132557.002500', '132557.462500', '132557.922500', '132558.382500', '132558.842500', '132559.302500', '132559.762500', '132600.222500', '132600.682500', '132601.142500', '132601.602500', '132602.062500', '132602.522500', '132602.982500', '132603.442500', '132603.902500', '132604.362500', '132604.822500', '132605.282500', '132605.742500', '132606.202500', '132606.662500', '132607.122500', '132607.582500', '132608.042500', '132608.502500', '132608.962500', '132609.422500', '132609.882500', '132610.342500', '132610.802500', '132611.262500', '132611.722500', '132612.182500', '132612.642500', '132613.102500', '132613.562500', '132614.022500', '132614.482500', '132614.942500', '132615.402500', '132615.862500', '132616.322500', '132616.782500', '132617.242500', '132617.702500', '132618.162500', '132618.622500', '132619.082500', '132619.542500', '132620.002500', '132620.462500', '132620.922500', '132621.382500', '132621.842500', '132622.302500', '132622.762500', '132623.222500', '132623.682500', '132624.142500', '132624.602500', '132625.062500', '132625.522500', '132625.982500', '132626.442500', '132626.902500', '132627.362500', '132627.822500', '132628.282500', '132628.742500', '132629.202500', '132629.662500', '132630.122500', '132630.582500', '132631.042500', '132631.502500', '132631.962500', '132632.422500', '132632.882500', '132633.342500', '132633.802500', '132634.262500', '132634.722500', '132635.182500', '132635.642500', '132636.102500', '132636.562500', '132637.022500', '132637.482500', '132637.942500', '132638.402500', '132638.862500', '132639.322500', '132639.782500', '132640.242500', '132640.702500', '132641.162500', '132641.622500', '132642.082500', '132642.542500', '132643.002500', '132643.462500', '132643.922500', '132644.382500', '132644.842500', '132645.302500', '132645.762500', '132646.222500', '132646.682500', '132647.142500', '132647.602500', '132648.062500', '132648.522500', '132648.982500', '132649.442500', '132649.902500', '132650.362500', '132650.822500', '132651.282500', '132651.742500', '132652.202500', '132652.662500', '132653.122500', '132653.582500', '132654.042500', '132654.502500', '132654.962500', '132655.422500', '132655.882500', '132656.342500', '132656.802500', '132657.262500', '132657.722500', '132658.182500', '132658.642500', '132659.102500', '132659.562500', '132700.022500', '132700.482500', '132700.942500', '132701.402500', '132701.862500', '132702.322500', '132702.782500', '132703.242500', '132703.702500', '132704.162500', '132704.622500', '132705.082500', '132705.542500', '132706.002500', '132706.462500', '132706.922500', '132707.382500', '132707.842500', '132708.302500', '132708.762500', '132709.222500', '132709.682500', '132710.142500', '132710.602500', '132711.062500', '132711.522500', '132711.982500', '132712.442500', '132712.902500', '132713.362500', '132713.822500', '132714.282500', '132714.742500', '132715.202500', '132715.662500', '132716.122500', '132716.582500', '132717.042500', '132717.502500', '132717.962500', '132718.422500', '132718.882500', '132719.342500', '132719.802500', '132720.262500', '132720.722500', '132721.182500', '132721.642500', '132722.102500', '132722.562500', '132723.022500', '132723.482500', '132723.942500', '132724.402500', '132724.862500', '132725.322500', '132725.782500', '132726.242500', '132726.702500', '132727.162500', '132727.622500', '132728.082500', '132728.542500', '132729.002500', '132729.462500', '132729.922500', '132730.382500', '132730.842500', '132731.302500', '132731.762500', '132732.222500', '132732.682500', '132733.142500', '132733.602500', '132734.062500', '132734.522500', '132734.982500', '132735.442500', '132735.902500', '132736.362500', '132736.822500', '132737.282500', '132737.742500', '132738.202500', '132738.662500', '132739.122500', '132739.582500', '132740.042500', '132740.502500', '132740.962500', '132741.422500', '132741.882500', '132742.342500', '132742.802500', '132743.262500', '132743.722500', '132744.182500', '132744.642500', '132745.102500', '132745.562500', '132746.022500', '132746.482500', '132746.942500', '132747.402500', '132747.862500', '132748.322500', '132748.782500', '132749.242500', '132749.702500', '132750.162500', '132750.622500', '132751.082500', '132751.542500', '132752.002500', '132752.462500', '132752.922500', '132753.382500', '132753.842500', '132754.302500', '132754.762500', '132755.222500', '132755.682500', '132756.142500', '132756.602500', '132757.062500', '132757.522500', '132757.982500', '132758.442500', '132758.902500', '132759.362500', '132759.822500', '132800.282500', '132800.742500', '132801.202500', '132801.662500', '132802.122500', '132802.582500', '132803.042500', '132803.502500', '132803.962500', '132804.422500', '132804.882500', '132805.342500', '132805.802500', '132806.262500', '132806.722500', '132807.182500', '132807.642500', '132808.102500', '132808.562500', '132809.022500', '132809.482500', '132809.942500', '132810.402500', '132810.862500', '132811.322500', '132811.782500', '132812.242500', '132812.702500', '132813.162500', '132813.622500', '132814.082500', '132814.542500', '132815.002500', '132815.462500', '132815.922500', '132816.382500', '132816.842500', '132817.302500', '132817.762500', '132818.222500', '132818.682500', '132819.142500', '132819.602500', '132820.062500', '132820.522500', '132820.982500', '132821.442500', '132821.902500', '132822.362500', '132822.822500', '132823.282500', '132823.742500', '132824.202500', '132824.662500', '132825.122500', '132825.582500', '132826.042500', '132826.502500', '132826.962500', '132827.422500', '132827.882500', '132828.342500', '132828.802500', '132829.262500', '132829.722500', '132830.182500', '132830.642500', '132831.102500', '132831.562500', '132832.022500', '132832.482500', '132832.942500', '132833.402500', '132833.862500', '132834.322500', '132834.782500', '132835.242500', '132835.702500', '132836.162500', '132836.622500', '132837.082500', '132837.542500', '132838.002500', '132838.462500', '132838.922500', '132839.382500', '132839.842500', '132840.302500', '132840.762500', '132841.222500', '132841.682500', '132842.142500', '132842.602500', '132843.062500', '132843.522500', '132843.982500', '132844.442500', '132844.902500', '132845.362500', '132845.822500', '132846.282500', '132846.742500', '132847.202500', '132847.662500', '132848.122500', '132848.582500', '132849.042500', '132849.502500', '132849.962500', '132850.422500', '132850.882500', '132851.342500', '132851.802500', '132852.262500', '132852.722500', '132853.182500', '132853.642500', '132854.102500', '132854.562500', '132855.022500', '132855.482500', '132855.942500', '132856.402500', '132856.862500', '132857.322500', '132857.782500', '132858.242500', '132858.702500', '132859.162500', '132859.622500', '132900.082500', '132900.542500', '132901.002500', '132901.462500', '132901.922500', '132902.382500', '132902.842500', '132903.302500', '132903.762500', '132904.222500', '132904.682500', '132905.142500', '132905.602500', '132906.062500', '132906.522500', '132906.982500', '132907.442500', '132907.902500', '132908.362500', '132908.822500', '132909.282500', '132909.742500', '132910.202500', '132910.662500', '132911.122500', '132911.582500', '132912.042500', '132912.502500', '132912.962500', '132913.422500', '132913.882500', '132914.342500', '132914.802500', '132915.262500', '132915.722500', '132916.182500', '132916.642500', '132917.102500', '132917.562500', '132918.022500', '132918.482500', '132918.942500', '132919.402500', '132919.862500', '132920.322500', '132920.782500', '132921.242500', '132921.702500', '132922.162500', '132922.622500', '132923.082500', '132923.542500', '132924.002500', '132924.462500', '132924.922500', '132925.382500', '132925.842500', '132926.302500', '132926.762500', '132927.222500', '132927.682500', '132928.142500', '132928.602500', '132929.062500', '132929.522500', '132929.982500', '132930.442500', '132930.902500', '132931.362500', '132931.822500', '132932.282500', '132932.742500', '132933.202500', '132933.662500', '132934.122500', '132934.582500', '132935.042500', '132935.502500', '132935.962500', '132936.422500', '132936.882500', '132937.342500', '132937.802500', '132938.262500', '132938.722500', '132939.182500', '132939.642500', '132940.102500', '132940.562500', '132941.022500', '132941.482500', '132941.942500', '132942.402500', '132942.862500', '132943.322500', '132943.782500', '132944.242500', '132944.702500', '132945.162500', '132945.622500', '132946.082500', '132946.542500', '132947.002500', '132947.462500', '132947.922500', '132948.382500', '132948.842500', '132949.302500', '132949.762500', '132950.222500', '132950.682500', '132951.142500', '132951.602500', '132952.062500', '132952.522500', '132952.982500', '132953.442500', '132953.902500', '132954.362500', '132954.822500', '132955.282500', '132955.742500', '132956.202500', '132956.662500', '132957.122500', '132957.582500', '132958.042500', '132958.502500', '132958.962500', '132959.422500', '132959.882500', '133000.342500', '133000.802500', '133001.262500', '133001.722500', '133002.182500', '133002.642500', '133003.102500', '133003.562500', '133004.022500', '133004.482500'], 'ContentTime': ['132337.691000', '132337.694000', '132337.697000', '132337.700000', '132337.718000', '132337.721000', '132337.723000', '132337.726000', '132337.729000', '132337.731000', '132337.734000', '132337.736000', '132337.739000', '132337.742000', '132337.744000', '132337.747000', '132337.749000', '132337.752000', '132337.755000', '132337.757000', '132337.760000', '132337.763000', '132337.765000', '132337.768000', '132337.770000', '132337.773000', '132337.776000', '132357.659000', '132357.661000', '132357.664000', '132357.667000', '132357.669000', '132357.672000', '132357.675000', '132357.677000', '132357.680000', '132357.682000', '132357.685000', '132357.688000', '132357.690000', '132357.693000', '132357.695000', '132357.698000', '132357.701000', '132357.703000', '132357.706000', '132357.708000', '132357.711000', '132357.714000', '132357.716000', '132357.719000', '132357.722000', '132357.724000', '132357.727000', '132357.730000', '132357.732000', '132357.735000', '132357.738000', '132357.740000', '132357.743000', '132357.746000', '132357.748000', '132357.756000', '132357.759000', '132357.762000', '132357.764000', '132357.767000', '132357.769000', '132357.772000', '132357.775000', '132417.658000', '132417.660000', '132417.663000', '132417.666000', '132417.668000', '132417.671000', '132417.674000', '132417.676000', '132417.679000', '132417.682000', '132417.684000', '132417.687000', '132417.689000', '132417.692000', '132417.695000', '132417.697000', '132417.700000', '132417.702000', '132417.705000', '132417.708000', '132417.711000', '132417.713000', '132417.716000', '132417.718000', '132417.721000', '132417.724000', '132417.726000', '132417.729000', '132417.732000', '132417.734000', '132417.737000', '132417.739000', '132417.742000', '132417.745000', '132417.747000', '132417.750000', '132417.752000', '132417.755000', '132417.758000', '132417.760000', '132417.766000', '132417.769000', '132417.771000', '132417.774000', '132437.658000', '132437.661000', '132437.664000', '132437.667000', '132437.669000', '132437.672000', '132437.675000', '132437.677000', '132437.680000', '132437.683000', '132437.685000', '132437.688000', '132437.691000', '132437.693000', '132437.696000', '132437.699000', '132437.701000', '132437.704000', '132437.707000', '132437.709000', '132437.712000', '132437.715000', '132437.717000', '132437.720000', '132437.723000', '132437.725000', '132437.728000', '132437.731000', '132437.733000', '132437.736000', '132437.739000', '132437.741000', '132437.744000', '132437.758000', '132437.761000', '132437.764000', '132437.767000', '132437.769000', '132437.772000', '132437.776000', '132437.779000', '132437.781000', '132437.790000', '132457.658000', '132457.661000', '132457.664000', '132457.667000', '132457.670000', '132457.672000', '132457.675000', '132457.678000', '132457.680000', '132457.683000', '132457.686000', '132457.688000', '132457.700000', '132457.702000', '132457.705000', '132457.708000', '132457.710000', '132457.713000', '132457.715000', '132457.718000', '132457.721000', '132457.723000', '132457.726000', '132457.729000', '132457.732000', '132457.734000', '132457.737000', '132457.739000', '132457.742000', '132457.745000', '132457.747000', '132457.750000', '132457.752000', '132457.755000', '132457.758000', '132457.760000', '132457.763000', '132457.765000', '132457.768000', '132457.771000', '132457.773000', '132457.776000', '132457.779000', '132457.781000', '132517.659000', '132517.662000', '132517.665000', '132517.668000', '132517.670000', '132517.673000', '132517.676000', '132517.678000', '132517.681000', '132517.684000', '132517.687000', '132517.689000', '132517.692000', '132517.694000', '132517.697000', '132517.700000', '132517.702000', '132517.705000', '132517.708000', '132517.710000', '132517.713000', '132517.716000', '132517.718000', '132517.721000', '132517.723000', '132517.726000', '132517.729000', '132517.731000', '132517.734000', '132517.737000', '132517.740000', '132517.743000', '132517.746000', '132517.749000', '132517.751000', '132517.754000', '132517.757000', '132517.759000', '132517.762000', '132517.764000', '132517.767000', '132517.770000', '132517.772000', '132537.658000', '132537.661000', '132537.664000', '132537.667000', '132537.670000', '132537.672000', '132537.675000', '132537.677000', '132537.680000', '132537.683000', '132537.685000', '132537.688000', '132537.691000', '132537.693000', '132537.696000', '132537.699000', '132537.701000', '132537.704000', '132537.707000', '132537.709000', '132537.712000', '132537.714000', '132537.717000', '132537.720000', '132537.722000', '132537.725000', '132537.728000', '132537.730000', '132537.733000', '132537.735000', '132537.738000', '132537.741000', '132537.743000', '132537.746000', '132537.749000', '132537.751000', '132537.754000', '132537.756000', '132537.759000', '132537.762000', '132537.764000', '132537.767000', '132537.769000', '132537.772000', '132557.659000', '132557.661000', '132557.664000', '132557.667000', '132557.670000', '132557.672000', '132557.675000', '132557.677000', '132557.680000', '132557.683000', '132557.685000', '132557.688000', '132557.691000', '132557.693000', '132557.696000', '132557.699000', '132557.701000', '132557.704000', '132557.706000', '132557.709000', '132557.712000', '132557.714000', '132557.717000', '132557.720000', '132557.722000', '132557.725000', '132557.728000', '132557.730000', '132557.733000', '132557.736000', '132557.739000', '132557.741000', '132557.744000', '132557.747000', '132557.749000', '132557.752000', '132557.755000', '132557.757000', '132557.760000', '132557.771000', '132557.774000', '132557.777000', '132557.779000', '132617.658000', '132617.661000', '132617.664000', '132617.667000', '132617.669000', '132617.672000', '132617.675000', '132617.677000', '132617.680000', '132617.683000', '132617.685000', '132617.688000', '132617.690000', '132617.693000', '132617.696000', '132617.698000', '132617.701000', '132617.704000', '132617.706000', '132617.709000', '132617.711000', '132617.714000', '132617.717000', '132617.719000', '132617.722000', '132617.725000', '132617.727000', '132617.730000', '132617.733000', '132617.735000', '132617.738000', '132617.740000', '132617.743000', '132617.746000', '132617.748000', '132617.751000', '132617.753000', '132617.756000', '132617.759000', '132617.761000', '132617.764000', '132617.767000', '132617.769000', '132617.772000', '132637.657000', '132637.660000', '132637.663000', '132637.666000', '132637.668000', '132637.671000', '132637.674000', '132637.683000', '132637.686000', '132637.688000', '132637.691000', '132637.694000', '132637.696000', '132637.699000', '132637.702000', '132637.704000', '132637.707000', '132637.709000', '132637.712000', '132637.715000', '132637.717000', '132637.720000', '132637.723000', '132637.726000', '132637.728000', '132637.731000', '132637.734000', '132637.736000', '132637.739000', '132637.742000', '132637.744000', '132637.747000', '132637.749000', '132637.752000', '132637.755000', '132637.757000', '132637.760000', '132637.763000', '132637.765000', '132637.768000', '132637.771000', '132637.773000', '132637.776000', '132657.658000', '132657.661000', '132657.664000', '132657.667000', '132657.669000', '132657.672000', '132657.675000', '132657.678000', '132657.680000', '132657.683000', '132657.686000', '132657.688000', '132657.691000', '132657.693000', '132657.696000', '132657.699000', '132657.702000', '132657.704000', '132657.707000', '132657.709000', '132657.712000', '132657.715000', '132657.717000', '132657.720000', '132657.723000', '132657.725000', '132657.728000', '132657.731000', '132657.733000', '132657.736000', '132657.739000', '132657.741000', '132657.744000', '132657.747000', '132657.749000', '132657.752000', '132657.755000', '132657.757000', '132657.760000', '132657.763000', '132657.765000', '132657.768000', '132657.771000', '132657.773000', '132717.659000', '132717.661000', '132717.664000', '132717.667000', '132717.670000', '132717.672000', '132717.675000', '132717.677000', '132717.680000', '132717.683000', '132717.686000', '132717.688000', '132717.691000', '132717.693000', '132717.696000', '132717.699000', '132717.702000', '132717.704000', '132717.707000', '132717.710000', '132717.713000', '132717.715000', '132717.718000', '132717.720000', '132717.723000', '132717.726000', '132717.729000', '132717.731000', '132717.734000', '132717.737000', '132717.739000', '132717.742000', '132717.745000', '132717.747000', '132717.750000', '132717.753000', '132717.755000', '132717.758000', '132717.760000', '132717.763000', '132717.766000', '132717.768000', '132717.771000', '132737.658000', '132737.661000', '132737.664000', '132737.667000', '132737.669000', '132737.672000', '132737.675000', '132737.677000', '132737.680000', '132737.683000', '132737.685000', '132737.688000', '132737.690000', '132737.693000', '132737.696000', '132737.698000', '132737.701000', '132737.704000', '132737.706000', '132737.709000', '132737.712000', '132737.714000', '132737.717000', '132737.720000', '132737.722000', '132737.725000', '132737.728000', '132737.730000', '132737.733000', '132737.736000', '132737.738000', '132737.741000', '132737.744000', '132737.746000', '132737.749000', '132737.751000', '132737.754000', '132737.757000', '132737.759000', '132737.762000', '132737.765000', '132737.767000', '132737.770000', '132737.773000', '132757.659000', '132757.661000', '132757.664000', '132757.667000', '132757.670000', '132757.673000', '132757.675000', '132757.678000', '132757.681000', '132757.683000', '132757.686000', '132757.689000', '132757.691000', '132757.694000', '132757.696000', '132757.699000', '132757.702000', '132757.704000', '132757.707000', '132757.710000', '132757.712000', '132757.715000', '132757.718000', '132757.720000', '132757.723000', '132757.726000', '132757.728000', '132757.731000', '132757.733000', '132757.736000', '132757.739000', '132757.741000', '132757.756000', '132757.759000', '132757.761000', '132757.764000', '132757.767000', '132757.769000', '132757.772000', '132757.775000', '132757.777000', '132757.780000', '132757.783000', '132817.658000', '132817.661000', '132817.670000', '132817.672000', '132817.675000', '132817.678000', '132817.680000', '132817.683000', '132817.686000', '132817.688000', '132817.691000', '132817.694000', '132817.696000', '132817.699000', '132817.702000', '132817.704000', '132817.707000', '132817.710000', '132817.712000', '132817.715000', '132817.718000', '132817.720000', '132817.723000', '132817.726000', '132817.728000', '132817.731000', '132817.734000', '132817.736000', '132817.739000', '132817.742000', '132817.744000', '132817.747000', '132817.750000', '132817.752000', '132817.755000', '132817.758000', '132817.760000', '132817.763000', '132817.766000', '132817.768000', '132817.771000', '132817.774000', '132817.776000', '132817.779000', '132837.658000', '132837.661000', '132837.664000', '132837.667000', '132837.670000', '132837.672000', '132837.675000', '132837.678000', '132837.680000', '132837.683000', '132837.692000', '132837.695000', '132837.698000', '132837.700000', '132837.703000', '132837.706000', '132837.709000', '132837.711000', '132837.714000', '132837.717000', '132837.719000', '132837.722000', '132837.725000', '132837.727000', '132837.730000', '132837.733000', '132837.735000', '132837.738000', '132837.740000', '132837.743000', '132837.746000', '132837.748000', '132837.751000', '132837.753000', '132837.756000', '132837.759000', '132837.761000', '132837.764000', '132837.767000', '132837.769000', '132837.772000', '132837.775000', '132837.777000', '132857.658000', '132857.660000', '132857.663000', '132857.666000', '132857.668000', '132857.671000', '132857.674000', '132857.676000', '132857.679000', '132857.682000', '132857.684000', '132857.687000', '132857.690000', '132857.692000', '132857.695000', '132857.698000', '132857.700000', '132857.703000', '132857.705000', '132857.708000', '132857.711000', '132857.713000', '132857.716000', '132857.719000', '132857.721000', '132857.724000', '132857.727000', '132857.729000', '132857.732000', '132857.735000', '132857.737000', '132857.740000', '132857.743000', '132857.745000', '132857.748000', '132857.751000', '132857.755000', '132857.758000', '132857.760000', '132857.763000', '132857.766000', '132857.769000', '132857.771000', '132857.774000', '132917.659000', '132917.662000', '132917.665000', '132917.668000', '132917.670000', '132917.673000', '132917.676000', '132917.679000', '132917.681000', '132917.684000', '132917.687000', '132917.689000', '132917.692000', '132917.695000', '132917.697000', '132917.700000', '132917.703000', '132917.705000', '132917.708000', '132917.711000', '132917.713000', '132917.716000', '132917.718000', '132917.721000', '132917.724000', '132917.726000', '132917.729000', '132917.732000', '132917.734000', '132917.737000', '132917.740000', '132917.742000', '132917.745000', '132917.748000', '132917.750000', '132917.753000', '132917.756000', '132917.758000', '132917.761000', '132917.763000', '132917.766000', '132917.769000', '132917.771000', '132937.659000', '132937.662000', '132937.666000', '132937.669000', '132937.671000', '132937.674000', '132937.677000', '132937.679000', '132937.682000', '132937.684000', '132937.687000', '132937.690000', '132937.694000', '132937.697000', '132937.700000', '132937.702000', '132937.705000', '132937.708000', '132937.711000', '132937.713000', '132937.716000', '132937.719000', '132937.721000', '132937.724000', '132937.727000', '132937.729000', '132937.732000', '132937.734000', '132937.737000', '132937.740000', '132937.743000', '132937.746000', '132937.749000', '132937.751000', '132937.754000', '132937.757000', '132937.759000', '132937.762000', '132937.765000', '132937.767000', '132937.770000', '132937.773000', '132937.775000', '132957.659000', '132957.663000', '132957.665000', '132957.668000', '132957.670000', '132957.673000', '132957.676000', '132957.678000', '132957.681000', '132957.684000', '132957.686000', '132957.689000', '132957.691000', '132957.694000', '132957.697000', '132957.700000', '132957.702000', '132957.705000', '132957.707000', '132957.710000', '132957.713000', '132957.715000', '132957.718000', '132957.721000', '132957.723000', '132957.726000', '132957.729000', '132957.731000', '132957.734000', '132957.737000', '132957.739000', '132957.742000', '132957.744000', '132957.747000', '132957.750000', '132957.752000', '132957.755000', '132957.758000', '132957.760000', '132957.763000', '132957.765000', '132957.768000', '132957.771000', '132957.774000', '133006.167000', '133006.170000', '133006.172000', '133006.175000', '133006.178000', '133006.181000', '133006.183000', '133006.186000', '133006.188000', '133006.191000', '133006.194000', '133006.196000', '133006.199000', '133006.202000', '133006.204000', '133006.207000', '133006.210000', '133006.212000', '133006.215000'], 'InstanceCreationTime': ['132337.691000', '132337.694000', '132337.697000', '132337.700000', '132337.718000', '132337.721000', '132337.723000', '132337.726000', '132337.729000', '132337.731000', '132337.734000', '132337.736000', '132337.739000', '132337.742000', '132337.744000', '132337.747000', '132337.749000', '132337.752000', '132337.755000', '132337.757000', '132337.760000', '132337.763000', '132337.765000', '132337.768000', '132337.770000', '132337.773000', '132337.776000', '132357.659000', '132357.661000', '132357.664000', '132357.667000', '132357.669000', '132357.672000', '132357.675000', '132357.677000', '132357.680000', '132357.682000', '132357.685000', '132357.688000', '132357.690000', '132357.693000', '132357.695000', '132357.698000', '132357.701000', '132357.703000', '132357.706000', '132357.708000', '132357.711000', '132357.714000', '132357.716000', '132357.719000', '132357.722000', '132357.724000', '132357.727000', '132357.730000', '132357.732000', '132357.735000', '132357.738000', '132357.740000', '132357.743000', '132357.746000', '132357.748000', '132357.756000', '132357.759000', '132357.762000', '132357.764000', '132357.767000', '132357.769000', '132357.772000', '132357.775000', '132417.658000', '132417.660000', '132417.663000', '132417.666000', '132417.668000', '132417.671000', '132417.674000', '132417.676000', '132417.679000', '132417.682000', '132417.684000', '132417.687000', '132417.689000', '132417.692000', '132417.695000', '132417.697000', '132417.700000', '132417.702000', '132417.705000', '132417.708000', '132417.711000', '132417.713000', '132417.716000', '132417.718000', '132417.721000', '132417.724000', '132417.726000', '132417.729000', '132417.732000', '132417.734000', '132417.737000', '132417.739000', '132417.742000', '132417.745000', '132417.747000', '132417.750000', '132417.752000', '132417.755000', '132417.758000', '132417.760000', '132417.766000', '132417.769000', '132417.771000', '132417.774000', '132437.658000', '132437.661000', '132437.664000', '132437.667000', '132437.669000', '132437.672000', '132437.675000', '132437.677000', '132437.680000', '132437.683000', '132437.685000', '132437.688000', '132437.691000', '132437.693000', '132437.696000', '132437.699000', '132437.701000', '132437.704000', '132437.707000', '132437.709000', '132437.712000', '132437.715000', '132437.717000', '132437.720000', '132437.723000', '132437.725000', '132437.728000', '132437.731000', '132437.733000', '132437.736000', '132437.739000', '132437.741000', '132437.744000', '132437.758000', '132437.761000', '132437.764000', '132437.767000', '132437.769000', '132437.772000', '132437.776000', '132437.779000', '132437.781000', '132437.790000', '132457.658000', '132457.661000', '132457.664000', '132457.667000', '132457.670000', '132457.672000', '132457.675000', '132457.678000', '132457.680000', '132457.683000', '132457.686000', '132457.688000', '132457.700000', '132457.702000', '132457.705000', '132457.708000', '132457.710000', '132457.713000', '132457.715000', '132457.718000', '132457.721000', '132457.723000', '132457.726000', '132457.729000', '132457.732000', '132457.734000', '132457.737000', '132457.739000', '132457.742000', '132457.745000', '132457.747000', '132457.750000', '132457.752000', '132457.755000', '132457.758000', '132457.760000', '132457.763000', '132457.765000', '132457.768000', '132457.771000', '132457.773000', '132457.776000', '132457.779000', '132457.781000', '132517.659000', '132517.662000', '132517.665000', '132517.668000', '132517.670000', '132517.673000', '132517.676000', '132517.678000', '132517.681000', '132517.684000', '132517.687000', '132517.689000', '132517.692000', '132517.694000', '132517.697000', '132517.700000', '132517.702000', '132517.705000', '132517.708000', '132517.710000', '132517.713000', '132517.716000', '132517.718000', '132517.721000', '132517.723000', '132517.726000', '132517.729000', '132517.731000', '132517.734000', '132517.737000', '132517.740000', '132517.743000', '132517.746000', '132517.749000', '132517.751000', '132517.754000', '132517.757000', '132517.759000', '132517.762000', '132517.764000', '132517.767000', '132517.770000', '132517.772000', '132537.658000', '132537.661000', '132537.664000', '132537.667000', '132537.670000', '132537.672000', '132537.675000', '132537.677000', '132537.680000', '132537.683000', '132537.685000', '132537.688000', '132537.691000', '132537.693000', '132537.696000', '132537.699000', '132537.701000', '132537.704000', '132537.707000', '132537.709000', '132537.712000', '132537.714000', '132537.717000', '132537.720000', '132537.722000', '132537.725000', '132537.728000', '132537.730000', '132537.733000', '132537.735000', '132537.738000', '132537.741000', '132537.743000', '132537.746000', '132537.749000', '132537.751000', '132537.754000', '132537.756000', '132537.759000', '132537.762000', '132537.764000', '132537.767000', '132537.769000', '132537.772000', '132557.659000', '132557.661000', '132557.664000', '132557.667000', '132557.670000', '132557.672000', '132557.675000', '132557.677000', '132557.680000', '132557.683000', '132557.685000', '132557.688000', '132557.691000', '132557.693000', '132557.696000', '132557.699000', '132557.701000', '132557.704000', '132557.706000', '132557.709000', '132557.712000', '132557.714000', '132557.717000', '132557.720000', '132557.722000', '132557.725000', '132557.728000', '132557.730000', '132557.733000', '132557.736000', '132557.739000', '132557.741000', '132557.744000', '132557.747000', '132557.749000', '132557.752000', '132557.755000', '132557.757000', '132557.760000', '132557.771000', '132557.774000', '132557.777000', '132557.779000', '132617.658000', '132617.661000', '132617.664000', '132617.667000', '132617.669000', '132617.672000', '132617.675000', '132617.677000', '132617.680000', '132617.683000', '132617.685000', '132617.688000', '132617.690000', '132617.693000', '132617.696000', '132617.698000', '132617.701000', '132617.704000', '132617.706000', '132617.709000', '132617.711000', '132617.714000', '132617.717000', '132617.719000', '132617.722000', '132617.725000', '132617.727000', '132617.730000', '132617.733000', '132617.735000', '132617.738000', '132617.740000', '132617.743000', '132617.746000', '132617.748000', '132617.751000', '132617.753000', '132617.756000', '132617.759000', '132617.761000', '132617.764000', '132617.767000', '132617.769000', '132617.772000', '132637.657000', '132637.660000', '132637.663000', '132637.666000', '132637.668000', '132637.671000', '132637.674000', '132637.683000', '132637.686000', '132637.688000', '132637.691000', '132637.694000', '132637.696000', '132637.699000', '132637.702000', '132637.704000', '132637.707000', '132637.709000', '132637.712000', '132637.715000', '132637.717000', '132637.720000', '132637.723000', '132637.726000', '132637.728000', '132637.731000', '132637.734000', '132637.736000', '132637.739000', '132637.742000', '132637.744000', '132637.747000', '132637.749000', '132637.752000', '132637.755000', '132637.757000', '132637.760000', '132637.763000', '132637.765000', '132637.768000', '132637.771000', '132637.773000', '132637.776000', '132657.658000', '132657.661000', '132657.664000', '132657.667000', '132657.669000', '132657.672000', '132657.675000', '132657.678000', '132657.680000', '132657.683000', '132657.686000', '132657.688000', '132657.691000', '132657.693000', '132657.696000', '132657.699000', '132657.702000', '132657.704000', '132657.707000', '132657.709000', '132657.712000', '132657.715000', '132657.717000', '132657.720000', '132657.723000', '132657.725000', '132657.728000', '132657.731000', '132657.733000', '132657.736000', '132657.739000', '132657.741000', '132657.744000', '132657.747000', '132657.749000', '132657.752000', '132657.755000', '132657.757000', '132657.760000', '132657.763000', '132657.765000', '132657.768000', '132657.771000', '132657.773000', '132717.659000', '132717.661000', '132717.664000', '132717.667000', '132717.670000', '132717.672000', '132717.675000', '132717.677000', '132717.680000', '132717.683000', '132717.686000', '132717.688000', '132717.691000', '132717.693000', '132717.696000', '132717.699000', '132717.702000', '132717.704000', '132717.707000', '132717.710000', '132717.713000', '132717.715000', '132717.718000', '132717.720000', '132717.723000', '132717.726000', '132717.729000', '132717.731000', '132717.734000', '132717.737000', '132717.739000', '132717.742000', '132717.745000', '132717.747000', '132717.750000', '132717.753000', '132717.755000', '132717.758000', '132717.760000', '132717.763000', '132717.766000', '132717.768000', '132717.771000', '132737.658000', '132737.661000', '132737.664000', '132737.667000', '132737.669000', '132737.672000', '132737.675000', '132737.677000', '132737.680000', '132737.683000', '132737.685000', '132737.688000', '132737.690000', '132737.693000', '132737.696000', '132737.698000', '132737.701000', '132737.704000', '132737.706000', '132737.709000', '132737.712000', '132737.714000', '132737.717000', '132737.720000', '132737.722000', '132737.725000', '132737.728000', '132737.730000', '132737.733000', '132737.736000', '132737.738000', '132737.741000', '132737.744000', '132737.746000', '132737.749000', '132737.751000', '132737.754000', '132737.757000', '132737.759000', '132737.762000', '132737.765000', '132737.767000', '132737.770000', '132737.773000', '132757.659000', '132757.661000', '132757.664000', '132757.667000', '132757.670000', '132757.673000', '132757.675000', '132757.678000', '132757.681000', '132757.683000', '132757.686000', '132757.689000', '132757.691000', '132757.694000', '132757.696000', '132757.699000', '132757.702000', '132757.704000', '132757.707000', '132757.710000', '132757.712000', '132757.715000', '132757.718000', '132757.720000', '132757.723000', '132757.726000', '132757.728000', '132757.731000', '132757.733000', '132757.736000', '132757.739000', '132757.741000', '132757.756000', '132757.759000', '132757.761000', '132757.764000', '132757.767000', '132757.769000', '132757.772000', '132757.775000', '132757.777000', '132757.780000', '132757.783000', '132817.658000', '132817.661000', '132817.670000', '132817.672000', '132817.675000', '132817.678000', '132817.680000', '132817.683000', '132817.686000', '132817.688000', '132817.691000', '132817.694000', '132817.696000', '132817.699000', '132817.702000', '132817.704000', '132817.707000', '132817.710000', '132817.712000', '132817.715000', '132817.718000', '132817.720000', '132817.723000', '132817.726000', '132817.728000', '132817.731000', '132817.734000', '132817.736000', '132817.739000', '132817.742000', '132817.744000', '132817.747000', '132817.750000', '132817.752000', '132817.755000', '132817.758000', '132817.760000', '132817.763000', '132817.766000', '132817.768000', '132817.771000', '132817.774000', '132817.776000', '132817.779000', '132837.658000', '132837.661000', '132837.664000', '132837.667000', '132837.670000', '132837.672000', '132837.675000', '132837.678000', '132837.680000', '132837.683000', '132837.692000', '132837.695000', '132837.698000', '132837.700000', '132837.703000', '132837.706000', '132837.709000', '132837.711000', '132837.714000', '132837.717000', '132837.719000', '132837.722000', '132837.725000', '132837.727000', '132837.730000', '132837.733000', '132837.735000', '132837.738000', '132837.740000', '132837.743000', '132837.746000', '132837.748000', '132837.751000', '132837.753000', '132837.756000', '132837.759000', '132837.761000', '132837.764000', '132837.767000', '132837.769000', '132837.772000', '132837.775000', '132837.777000', '132857.658000', '132857.660000', '132857.663000', '132857.666000', '132857.668000', '132857.671000', '132857.674000', '132857.676000', '132857.679000', '132857.682000', '132857.684000', '132857.687000', '132857.690000', '132857.692000', '132857.695000', '132857.698000', '132857.700000', '132857.703000', '132857.705000', '132857.708000', '132857.711000', '132857.713000', '132857.716000', '132857.719000', '132857.721000', '132857.724000', '132857.727000', '132857.729000', '132857.732000', '132857.735000', '132857.737000', '132857.740000', '132857.743000', '132857.745000', '132857.748000', '132857.751000', '132857.755000', '132857.758000', '132857.760000', '132857.763000', '132857.766000', '132857.769000', '132857.771000', '132857.774000', '132917.659000', '132917.662000', '132917.665000', '132917.668000', '132917.670000', '132917.673000', '132917.676000', '132917.679000', '132917.681000', '132917.684000', '132917.687000', '132917.689000', '132917.692000', '132917.695000', '132917.697000', '132917.700000', '132917.703000', '132917.705000', '132917.708000', '132917.711000', '132917.713000', '132917.716000', '132917.718000', '132917.721000', '132917.724000', '132917.726000', '132917.729000', '132917.732000', '132917.734000', '132917.737000', '132917.740000', '132917.742000', '132917.745000', '132917.748000', '132917.750000', '132917.753000', '132917.756000', '132917.758000', '132917.761000', '132917.763000', '132917.766000', '132917.769000', '132917.771000', '132937.659000', '132937.662000', '132937.666000', '132937.669000', '132937.671000', '132937.674000', '132937.677000', '132937.679000', '132937.682000', '132937.684000', '132937.687000', '132937.690000', '132937.694000', '132937.697000', '132937.700000', '132937.702000', '132937.705000', '132937.708000', '132937.711000', '132937.713000', '132937.716000', '132937.719000', '132937.721000', '132937.724000', '132937.727000', '132937.729000', '132937.732000', '132937.734000', '132937.737000', '132937.740000', '132937.743000', '132937.746000', '132937.749000', '132937.751000', '132937.754000', '132937.757000', '132937.759000', '132937.762000', '132937.765000', '132937.767000', '132937.770000', '132937.773000', '132937.775000', '132957.659000', '132957.663000', '132957.665000', '132957.668000', '132957.670000', '132957.673000', '132957.676000', '132957.678000', '132957.681000', '132957.684000', '132957.686000', '132957.689000', '132957.691000', '132957.694000', '132957.697000', '132957.700000', '132957.702000', '132957.705000', '132957.707000', '132957.710000', '132957.713000', '132957.715000', '132957.718000', '132957.721000', '132957.723000', '132957.726000', '132957.729000', '132957.731000', '132957.734000', '132957.737000', '132957.739000', '132957.742000', '132957.744000', '132957.747000', '132957.750000', '132957.752000', '132957.755000', '132957.758000', '132957.760000', '132957.763000', '132957.765000', '132957.768000', '132957.771000', '132957.774000', '133006.167000', '133006.170000', '133006.172000', '133006.175000', '133006.178000', '133006.181000', '133006.183000', '133006.186000', '133006.188000', '133006.191000', '133006.194000', '133006.196000', '133006.199000', '133006.202000', '133006.204000', '133006.207000', '133006.210000', '133006.212000', '133006.215000'], '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': [6256, 7848, 5782, 7519, 5774, 7453, 6363, 7807, 6906, 7421, 6725, 8404, 6708, 8924, 6472, 6366, 6767, 6666, 8068, 6827, 8330, 6856, 8550, 7515, 6392, 12143, 6901, 10238, 6851, 11696, 8561, 11098, 7465, 7553, 7494, 6630, 7249, 6555, 9639, 6740, 8064, 6979, 8604, 6675, 10273, 6926, 9212, 8021, 7001, 13154, 5853, 7436, 7318, 7561, 6643, 6193, 7574, 7252, 8908, 7169, 10989, 8145, 12860, 6873, 10438, 6852, 9599, 7100, 12071, 6429, 7823, 6619, 7568, 7221, 7659, 6786, 7738, 6288, 7404, 6384, 7392, 5984, 7674, 6479, 7512, 6720, 9423, 6784, 9512, 6841, 9317, 6900, 12101, 7342, 11153, 7268, 11143, 7453, 9922, 9058, 8775, 7754, 7918, 7656, 6809, 7609, 6889, 7744, 6149, 7933, 6144, 7728, 6573, 8679, 6701, 8643, 6650, 6884, 6553, 8108, 6987, 8526, 6764, 6840, 6538, 5765, 6801, 6098, 8557, 6803, 10182, 6834, 10737, 6664, 12302, 7447, 11228, 6801, 10027, 6701, 10815, 7918, 10533, 7157, 9558, 6997, 8330, 7609, 5926, 7642, 5905, 7806, 6893, 10690, 7563, 8550, 7690, 6531, 8484, 6343, 11987, 6164, 9479, 6437, 10430, 6744, 12570, 6715, 9547, 6545, 8128, 7153, 6853, 7693, 5839, 7462, 6573, 8578, 7232, 7196, 8031, 6204, 7643, 6446, 12238, 6219, 11209, 6306, 10473, 7074, 13053, 7256, 8460, 7193, 7162, 8025, 6603, 9278, 7454, 9047, 8224, 6451, 8060, 6870, 8515, 7260, 13215, 7580, 9728, 7855, 6995, 7702, 6267, 7546, 6196, 7822, 6067, 7430, 6654, 8096, 6624, 8560, 7388, 7302, 7582, 5996, 7739, 6027, 8093, 6950, 10233, 7165, 12638, 7186, 10994, 7553, 10024, 7407, 8320, 7859, 6279, 7704, 5694, 7537, 6232, 9308, 6796, 9077, 7069, 6317, 7288, 5954, 10720, 6485, 10172, 7285, 10249, 6839, 12681, 8356, 11167, 7602, 10516, 7466, 9054, 8901, 8508, 7536, 8234, 7535, 7856, 7517, 6087, 7662, 5784, 7385, 5704, 7657, 6398, 7729, 6716, 9140, 6906, 9238, 8181, 8726, 7789, 6651, 7771, 7012, 10951, 6314, 9578, 6341, 7670, 6305, 8520, 6739, 11656, 6622, 8897, 6689, 9108, 7044, 8241, 7414, 6549, 7563, 6232, 7328, 6411, 8579, 6036, 8289, 6464, 8177, 6365, 10251, 7218, 11859, 6916, 8721, 6889, 6396, 11021, 7509, 7449, 5867, 7328, 6337, 8178, 6734, 5645, 6884, 5974, 7102, 5990, 10664, 6183, 11649, 6601, 9779, 6746, 10797, 7257, 10852, 9149, 7269, 7406, 5956, 7247, 6833, 11736, 6457, 9432, 6452, 8617, 6671, 8088, 7100, 5650, 6947, 5775, 7452, 6395, 8318, 6635, 9537, 7045, 8742, 7518, 6113, 7459, 5969, 7493, 6174, 12990, 6911, 11044, 6882, 10327, 7080, 9141, 8206, 5943, 7180, 5825, 7056, 6509, 12874, 6751, 9936, 7278, 7944, 7084, 6112, 8692, 6173, 7438, 6367, 7477, 6824, 11030, 7285, 7801, 7288, 6109, 7085, 6013, 11252, 6724, 8687, 7199, 7416, 6938, 6602, 8492, 5741, 7324, 5930, 7028, 6364, 12647, 6550, 10809, 6810, 9313, 6593, 8237, 6819, 6202, 7021, 5687, 6764, 5911, 6860, 6009, 7784, 6371, 7865, 6915, 9243, 8029, 6893, 6928, 5986, 6925, 6026, 11701, 6518, 10099, 6618, 8792, 7171, 6557, 8205, 6295, 8691, 6898, 7574, 7116, 6118, 7858, 6691, 7547, 6846, 8328, 7530, 6681, 7782, 6028, 6722, 6719, 12195, 6701, 7617, 7305, 6496, 10514, 6374, 9119, 6533, 8455, 6847, 10902, 6958, 9022, 6996, 6361, 6703, 6302, 6878, 5739, 6955, 6269, 7144, 6865, 9304, 7000, 7136, 7036, 6513, 6889, 6013, 13081, 6585, 11513, 6372, 10410, 6534, 12930, 8018, 13134, 6696, 10194, 6528, 9237, 7174, 9192, 7046, 9085, 6811, 7457, 6611, 7476, 7127, 6505, 7167, 6605, 7473, 6531, 11601, 6164, 7341, 6011, 7139, 6292, 12085, 6541, 9425, 6529, 8051, 7005, 8178, 7156, 6541, 7432, 6466, 7310, 6293, 12477, 6667, 10761, 7019, 10324, 7978, 12709, 7400, 9107, 7102, 6524, 6881, 6324, 7338, 5852, 7253, 6001, 7186, 6700, 9441, 6945, 9044, 7120, 8057, 6911, 8275, 8381, 6390, 7142, 6119, 7299, 6451, 8282, 6551, 12776, 6159, 8178, 6408, 7051, 6828, 9511, 6801, 9122, 6900, 7909, 6723, 7768, 7223, 6106, 7128, 6086, 7080, 6979, 8658, 6063, 7290, 5946, 7318, 6441, 6691, 8819, 13043, 6893, 6209, 6900, 5853, 7253, 6421, 8429, 6870, 9231, 6875, 11776, 8554, 11018, 7212, 11290, 6471, 10922, 9002, 8798, 7187, 6961, 10050, 6505, 9118, 7010, 7741, 7290, 6378, 8666, 6304, 7697, 6480, 7639, 6800, 10575, 6935, 10561, 6923, 8740, 6897, 7402, 6877, 6331, 7290, 6172, 7214, 6009, 8548, 6501, 12482, 6427, 10062, 6190, 9512, 6738, 11627, 6818, 10292, 6795, 9098, 6750, 6873, 7256, 5915, 7171, 6243, 8777, 6901, 9922, 7277, 9236, 7318, 7979, 8867, 5917, 7539, 6339, 7666, 6574, 12129, 7370, 7924, 7707, 6143, 7316, 6171, 9101, 6782, 9251, 7008, 6551, 6768, 6062, 11424, 6813, 7062, 8190, 6723, 12800, 6902, 9846, 7438, 6982, 7235, 6055, 7428, 6338, 7381, 6700, 8077, 6816, 6455, 6838, 5860, 6853, 6338, 8084, 5939, 7179, 6089, 7659, 6198, 10009, 6604, 11590, 6256, 8656, 6274, 8619, 6896, 9599, 6589, 9820, 6742, 8854, 6874, 8925, 7501, 7246, 7410, 6524, 7093, 6815, 11535, 6385, 7603, 6060, 7301, 6552, 12783, 6885, 10300, 7312, 9358, 6984, 7592, 7646, 6296, 7546, 5995, 7863, 6669, 13242, 6949, 10610, 7421, 9293, 7280, 6248, 7427, 5962, 7200, 6424, 7017, 6320, 12003, 6790, 9678, 6679, 6800, 6933, 6385, 6632, 5875, 7254, 6910, 7160, 6947, 6925, 6098, 6619, 10470, 6473, 9015, 7069, 7998, 8507, 6840, 7570, 6574, 7503, 6529, 10369, 6990, 10369, 7195, 6991, 7014, 6929, 7170, 6970, 6805, 6659, 7268, 6636, 7139, 7285, 6469, 8368, 6634, 9681, 6463, 13600, 8736, 10066, 7151, 7047, 7008, 6746, 9556, 6657, 8548, 6654, 7383, 6595, 7008, 7120, 6423, 7171, 6444, 7870, 6666, 12937, 6628, 10125, 6691, 8541, 6926, 6565, 7180, 5934, 7000, 6420, 8083, 6649, 11278, 6920, 9539, 7109, 8708], 'WindowCenter': [3505.0, 3510.0, 3478.0, 3499.0, 3489.0, 3508.0, 3486.0, 3496.0, 3495.0, 3508.0, 3497.0, 3506.0, 3484.0, 3517.0, 3486.0, 3485.0, 3496.0, 3498.0, 3520.0, 3499.0, 3519.0, 3500.0, 3531.0, 3507.0, 3497.0, 3540.0, 3496.0, 3528.0, 3496.0, 3537.0, 3518.0, 3527.0, 3494.0, 3494.0, 3494.0, 3495.0, 3495.0, 3483.0, 3514.0, 3483.0, 3504.0, 3494.0, 3504.0, 3484.0, 3525.0, 3494.0, 3503.0, 3494.0, 3483.0, 3525.0, 3458.0, 3481.0, 3494.0, 3493.0, 3483.0, 3484.0, 3506.0, 3508.0, 3518.0, 3509.0, 3540.0, 3509.0, 3539.0, 3484.0, 3515.0, 3484.0, 3514.0, 3482.0, 3525.0, 3470.0, 3480.0, 3470.0, 3491.0, 3479.0, 3481.0, 3469.0, 3480.0, 3469.0, 3492.0, 3482.0, 3492.0, 3472.0, 3493.0, 3484.0, 3494.0, 3497.0, 3515.0, 3484.0, 3515.0, 3484.0, 3516.0, 3495.0, 3536.0, 3494.0, 3524.0, 3493.0, 3524.0, 3493.0, 3513.0, 3503.0, 3501.0, 3492.0, 3491.0, 3492.0, 3481.0, 3491.0, 3480.0, 3492.0, 3469.0, 3491.0, 3471.0, 3491.0, 3480.0, 3501.0, 3481.0, 3502.0, 3482.0, 3494.0, 3471.0, 3491.0, 3481.0, 3503.0, 3482.0, 3481.0, 3482.0, 3473.0, 3495.0, 3486.0, 3518.0, 3497.0, 3528.0, 3497.0, 3538.0, 3486.0, 3537.0, 3495.0, 3525.0, 3483.0, 3514.0, 3482.0, 3524.0, 3504.0, 3513.0, 3482.0, 3515.0, 3495.0, 3504.0, 3506.0, 3472.0, 3494.0, 3474.0, 3504.0, 3496.0, 3526.0, 3506.0, 3515.0, 3506.0, 3484.0, 3505.0, 3483.0, 3525.0, 3471.0, 3513.0, 3482.0, 3514.0, 3481.0, 3522.0, 3481.0, 3500.0, 3481.0, 3502.0, 3483.0, 3482.0, 3493.0, 3473.0, 3492.0, 3495.0, 3504.0, 3506.0, 3494.0, 3505.0, 3472.0, 3494.0, 3483.0, 3535.0, 3472.0, 3525.0, 3471.0, 3512.0, 3481.0, 3522.0, 3479.0, 3490.0, 3480.0, 3479.0, 3490.0, 3480.0, 3501.0, 3492.0, 3500.0, 3490.0, 3468.0, 3489.0, 3469.0, 3489.0, 3479.0, 3521.0, 3478.0, 3499.0, 3489.0, 3479.0, 3490.0, 3468.0, 3479.0, 3458.0, 3491.0, 3471.0, 3492.0, 3482.0, 3492.0, 3482.0, 3503.0, 3494.0, 3494.0, 3506.0, 3484.0, 3495.0, 3484.0, 3504.0, 3495.0, 3526.0, 3495.0, 3537.0, 3483.0, 3524.0, 3494.0, 3514.0, 3494.0, 3502.0, 3492.0, 3471.0, 3491.0, 3460.0, 3492.0, 3472.0, 3516.0, 3484.0, 3503.0, 3493.0, 3483.0, 3495.0, 3473.0, 3527.0, 3483.0, 3514.0, 3493.0, 3515.0, 3483.0, 3535.0, 3504.0, 3513.0, 3491.0, 3512.0, 3492.0, 3501.0, 3502.0, 3489.0, 3478.0, 3488.0, 3491.0, 3490.0, 3479.0, 3457.0, 3491.0, 3459.0, 3492.0, 3471.0, 3492.0, 3482.0, 3492.0, 3484.0, 3514.0, 3495.0, 3513.0, 3505.0, 3503.0, 3491.0, 3481.0, 3491.0, 3481.0, 3513.0, 3469.0, 3501.0, 3469.0, 3479.0, 3469.0, 3489.0, 3470.0, 3509.0, 3469.0, 3500.0, 3480.0, 3501.0, 3480.0, 3490.0, 3480.0, 3468.0, 3491.0, 3470.0, 3491.0, 3469.0, 3503.0, 3471.0, 3491.0, 3469.0, 3490.0, 3481.0, 3511.0, 3481.0, 3522.0, 3482.0, 3501.0, 3482.0, 3482.0, 3525.0, 3480.0, 3479.0, 3458.0, 3492.0, 3481.0, 3504.0, 3494.0, 3473.0, 3495.0, 3488.0, 3497.0, 3485.0, 3539.0, 3485.0, 3527.0, 3497.0, 3526.0, 3495.0, 3526.0, 3495.0, 3524.0, 3514.0, 3492.0, 3493.0, 3471.0, 3492.0, 3482.0, 3525.0, 3470.0, 3502.0, 3482.0, 3503.0, 3482.0, 3492.0, 3493.0, 3472.0, 3492.0, 3472.0, 3494.0, 3484.0, 3505.0, 3495.0, 3527.0, 3496.0, 3506.0, 3495.0, 3474.0, 3495.0, 3473.0, 3494.0, 3472.0, 3536.0, 3482.0, 3525.0, 3482.0, 3514.0, 3482.0, 3503.0, 3503.0, 3469.0, 3481.0, 3471.0, 3482.0, 3471.0, 3535.0, 3481.0, 3511.0, 3482.0, 3492.0, 3481.0, 3469.0, 3491.0, 3470.0, 3480.0, 3471.0, 3493.0, 3482.0, 3513.0, 3481.0, 3491.0, 3482.0, 3470.0, 3481.0, 3472.0, 3523.0, 3481.0, 3502.0, 3482.0, 3492.0, 3482.0, 3481.0, 3502.0, 3459.0, 3480.0, 3470.0, 3480.0, 3470.0, 3522.0, 3470.0, 3511.0, 3469.0, 3501.0, 3482.0, 3491.0, 3482.0, 3470.0, 3481.0, 3460.0, 3483.0, 3473.0, 3483.0, 3472.0, 3493.0, 3483.0, 3505.0, 3495.0, 3515.0, 3506.0, 3493.0, 3483.0, 3473.0, 3494.0, 3472.0, 3526.0, 3483.0, 3514.0, 3484.0, 3517.0, 3495.0, 3485.0, 3505.0, 3484.0, 3504.0, 3494.0, 3505.0, 3494.0, 3483.0, 3504.0, 3483.0, 3492.0, 3483.0, 3504.0, 3493.0, 3481.0, 3492.0, 3471.0, 3481.0, 3482.0, 3524.0, 3482.0, 3493.0, 3492.0, 3470.0, 3513.0, 3472.0, 3501.0, 3470.0, 3491.0, 3482.0, 3512.0, 3481.0, 3502.0, 3482.0, 3482.0, 3484.0, 3483.0, 3483.0, 3472.0, 3493.0, 3484.0, 3495.0, 3496.0, 3516.0, 3495.0, 3496.0, 3495.0, 3484.0, 3496.0, 3474.0, 3537.0, 3484.0, 3525.0, 3483.0, 3515.0, 3472.0, 3525.0, 3492.0, 3523.0, 3470.0, 3511.0, 3471.0, 3501.0, 3481.0, 3501.0, 3480.0, 3501.0, 3481.0, 3492.0, 3482.0, 3493.0, 3493.0, 3471.0, 3482.0, 3481.0, 3493.0, 3472.0, 3524.0, 3470.0, 3479.0, 3470.0, 3481.0, 3471.0, 3523.0, 3470.0, 3502.0, 3470.0, 3492.0, 3492.0, 3504.0, 3483.0, 3482.0, 3493.0, 3483.0, 3493.0, 3482.0, 3524.0, 3481.0, 3512.0, 3482.0, 3513.0, 3492.0, 3523.0, 3481.0, 3501.0, 3481.0, 3470.0, 3481.0, 3470.0, 3492.0, 3459.0, 3491.0, 3471.0, 3483.0, 3483.0, 3514.0, 3493.0, 3503.0, 3493.0, 3504.0, 3494.0, 3503.0, 3503.0, 3470.0, 3481.0, 3470.0, 3480.0, 3470.0, 3491.0, 3468.0, 3522.0, 3457.0, 3490.0, 3469.0, 3480.0, 3481.0, 3512.0, 3482.0, 3501.0, 3482.0, 3491.0, 3482.0, 3493.0, 3493.0, 3471.0, 3481.0, 3470.0, 3482.0, 3481.0, 3502.0, 3470.0, 3480.0, 3471.0, 3492.0, 3483.0, 3483.0, 3504.0, 3523.0, 3479.0, 3469.0, 3493.0, 3472.0, 3494.0, 3485.0, 3506.0, 3496.0, 3528.0, 3498.0, 3538.0, 3517.0, 3525.0, 3495.0, 3524.0, 3483.0, 3525.0, 3503.0, 3503.0, 3482.0, 3482.0, 3513.0, 3482.0, 3503.0, 3482.0, 3493.0, 3492.0, 3471.0, 3502.0, 3471.0, 3491.0, 3471.0, 3491.0, 3483.0, 3513.0, 3482.0, 3512.0, 3481.0, 3491.0, 3481.0, 3481.0, 3482.0, 3471.0, 3491.0, 3471.0, 3492.0, 3472.0, 3503.0, 3472.0, 3523.0, 3471.0, 3512.0, 3472.0, 3512.0, 3482.0, 3523.0, 3481.0, 3512.0, 3482.0, 3502.0, 3482.0, 3481.0, 3492.0, 3472.0, 3493.0, 3483.0, 3504.0, 3495.0, 3514.0, 3494.0, 3514.0, 3494.0, 3493.0, 3503.0, 3460.0, 3492.0, 3482.0, 3491.0, 3482.0, 3523.0, 3492.0, 3492.0, 3492.0, 3471.0, 3493.0, 3471.0, 3514.0, 3483.0, 3514.0, 3493.0, 3472.0, 3482.0, 3472.0, 3525.0, 3482.0, 3483.0, 3503.0, 3482.0, 3524.0, 3481.0, 3502.0, 3481.0, 3480.0, 3480.0, 3459.0, 3480.0, 3470.0, 3479.0, 3481.0, 3491.0, 3482.0, 3471.0, 3482.0, 3471.0, 3484.0, 3484.0, 3504.0, 3472.0, 3494.0, 3473.0, 3505.0, 3474.0, 3525.0, 3484.0, 3525.0, 3483.0, 3503.0, 3484.0, 3504.0, 3493.0, 3514.0, 3484.0, 3515.0, 3495.0, 3517.0, 3497.0, 3516.0, 3495.0, 3494.0, 3493.0, 3484.0, 3493.0, 3482.0, 3525.0, 3471.0, 3493.0, 3471.0, 3492.0, 3483.0, 3535.0, 3482.0, 3513.0, 3492.0, 3503.0, 3482.0, 3492.0, 3492.0, 3470.0, 3491.0, 3471.0, 3491.0, 3482.0, 3523.0, 3481.0, 3511.0, 3480.0, 3502.0, 3480.0, 3469.0, 3479.0, 3458.0, 3479.0, 3470.0, 3480.0, 3470.0, 3522.0, 3469.0, 3500.0, 3482.0, 3482.0, 3481.0, 3471.0, 3481.0, 3471.0, 3493.0, 3494.0, 3494.0, 3494.0, 3483.0, 3472.0, 3482.0, 3524.0, 3483.0, 3514.0, 3483.0, 3493.0, 3503.0, 3482.0, 3492.0, 3482.0, 3481.0, 3471.0, 3512.0, 3481.0, 3512.0, 3480.0, 3480.0, 3481.0, 3482.0, 3482.0, 3493.0, 3482.0, 3483.0, 3493.0, 3482.0, 3482.0, 3494.0, 3471.0, 3492.0, 3481.0, 3514.0, 3471.0, 3533.0, 3501.0, 3500.0, 3479.0, 3480.0, 3480.0, 3480.0, 3502.0, 3480.0, 3500.0, 3481.0, 3481.0, 3481.0, 3481.0, 3480.0, 3469.0, 3480.0, 3470.0, 3491.0, 3481.0, 3522.0, 3470.0, 3511.0, 3481.0, 3502.0, 3481.0, 3469.0, 3480.0, 3470.0, 3481.0, 3483.0, 3492.0, 3484.0, 3523.0, 3481.0, 3502.0, 3482.0, 3502.0], 'WindowWidth': [7984.0, 7975.0, 7930.0, 7958.0, 7948.0, 7970.0, 7940.0, 7949.0, 7949.0, 7972.0, 7954.0, 7963.0, 7932.0, 7981.0, 7940.0, 7938.0, 7953.0, 7958.0, 7989.0, 7963.0, 7986.0, 7965.0, 8008.0, 7970.0, 7956.0, 8013.0, 7951.0, 7995.0, 7952.0, 8005.0, 7983.0, 7990.0, 7945.0, 7945.0, 7946.0, 7949.0, 7946.0, 7929.0, 7970.0, 7929.0, 7956.0, 7946.0, 7956.0, 7932.0, 7986.0, 7946.0, 7956.0, 7944.0, 7927.0, 7984.0, 7888.0, 7922.0, 7944.0, 7943.0, 7929.0, 7933.0, 7965.0, 7972.0, 7984.0, 7976.0, 8016.0, 7973.0, 8011.0, 7933.0, 7972.0, 7931.0, 7971.0, 7925.0, 7984.0, 7906.0, 7917.0, 7905.0, 7934.0, 7917.0, 7919.0, 7902.0, 7919.0, 7904.0, 7938.0, 7925.0, 7939.0, 7913.0, 7942.0, 7933.0, 7947.0, 7955.0, 7974.0, 7933.0, 7974.0, 7932.0, 7976.0, 7950.0, 8001.0, 7945.0, 7983.0, 7941.0, 7982.0, 7942.0, 7966.0, 7956.0, 7949.0, 7937.0, 7935.0, 7937.0, 7923.0, 7935.0, 7921.0, 7937.0, 7905.0, 7934.0, 7909.0, 7937.0, 7921.0, 7949.0, 7921.0, 7949.0, 7926.0, 7944.0, 7912.0, 7934.0, 7922.0, 7954.0, 7926.0, 7923.0, 7927.0, 7917.0, 7951.0, 7941.0, 7984.0, 7957.0, 7996.0, 7954.0, 8010.0, 7938.0, 8005.0, 7946.0, 7984.0, 7928.0, 7970.0, 7928.0, 7983.0, 7958.0, 7966.0, 7926.0, 7975.0, 7949.0, 7959.0, 7965.0, 7915.0, 7944.0, 7920.0, 7960.0, 7953.0, 7990.0, 7963.0, 7975.0, 7963.0, 7933.0, 7961.0, 7929.0, 7985.0, 7911.0, 7966.0, 7927.0, 7969.0, 7922.0, 7977.0, 7921.0, 7945.0, 7924.0, 7953.0, 7928.0, 7925.0, 7940.0, 7917.0, 7940.0, 7948.0, 7958.0, 7965.0, 7945.0, 7960.0, 7914.0, 7946.0, 7928.0, 8002.0, 7912.0, 7985.0, 7909.0, 7964.0, 7921.0, 7977.0, 7917.0, 7930.0, 7916.0, 7917.0, 7932.0, 7920.0, 7949.0, 7938.0, 7945.0, 7931.0, 7901.0, 7927.0, 7902.0, 7929.0, 7915.0, 7973.0, 7913.0, 7939.0, 7928.0, 7914.0, 7932.0, 7900.0, 7917.0, 7886.0, 7932.0, 7909.0, 7939.0, 7927.0, 7939.0, 7926.0, 7956.0, 7947.0, 7948.0, 7963.0, 7933.0, 7947.0, 7933.0, 7959.0, 7950.0, 7989.0, 7948.0, 8003.0, 7929.0, 7983.0, 7945.0, 7970.0, 7944.0, 7953.0, 7940.0, 7910.0, 7935.0, 7895.0, 7940.0, 7913.0, 7977.0, 7933.0, 7956.0, 7944.0, 7929.0, 7950.0, 7918.0, 7992.0, 7931.0, 7971.0, 7943.0, 7972.0, 7928.0, 7999.0, 7957.0, 7965.0, 7936.0, 7962.0, 7938.0, 7947.0, 7950.0, 7928.0, 7914.0, 7926.0, 7935.0, 7932.0, 7916.0, 7886.0, 7935.0, 7891.0, 7940.0, 7911.0, 7939.0, 7927.0, 7941.0, 7933.0, 7971.0, 7948.0, 7969.0, 7960.0, 7953.0, 7936.0, 7922.0, 7936.0, 7923.0, 7967.0, 7904.0, 7947.0, 7903.0, 7914.0, 7904.0, 7929.0, 7905.0, 7956.0, 7902.0, 7944.0, 7920.0, 7947.0, 7921.0, 7933.0, 7920.0, 7901.0, 7935.0, 7906.0, 7937.0, 7906.0, 7952.0, 7909.0, 7934.0, 7906.0, 7933.0, 7923.0, 7962.0, 7924.0, 7977.0, 7924.0, 7948.0, 7928.0, 7926.0, 7986.0, 7919.0, 7914.0, 7889.0, 7937.0, 7926.0, 7960.0, 7948.0, 7920.0, 7951.0, 7946.0, 7956.0, 7939.0, 8014.0, 7936.0, 7993.0, 7954.0, 7991.0, 7949.0, 7991.0, 7950.0, 7985.0, 7971.0, 7938.0, 7939.0, 7909.0, 7939.0, 7925.0, 7984.0, 7908.0, 7950.0, 7927.0, 7953.0, 7926.0, 7937.0, 7943.0, 7912.0, 7941.0, 7915.0, 7945.0, 7932.0, 7962.0, 7948.0, 7992.0, 7952.0, 7963.0, 7949.0, 7918.0, 7946.0, 7917.0, 7943.0, 7914.0, 8002.0, 7927.0, 7984.0, 7926.0, 7969.0, 7926.0, 7952.0, 7953.0, 7905.0, 7921.0, 7912.0, 7926.0, 7910.0, 7997.0, 7923.0, 7962.0, 7924.0, 7937.0, 7922.0, 7905.0, 7935.0, 7906.0, 7919.0, 7909.0, 7939.0, 7925.0, 7966.0, 7921.0, 7935.0, 7923.0, 7908.0, 7924.0, 7911.0, 7981.0, 7923.0, 7952.0, 7924.0, 7939.0, 7926.0, 7923.0, 7951.0, 7891.0, 7919.0, 7906.0, 7919.0, 7907.0, 7977.0, 7905.0, 7961.0, 7904.0, 7948.0, 7925.0, 7936.0, 7924.0, 7905.0, 7923.0, 7895.0, 7930.0, 7919.0, 7928.0, 7915.0, 7942.0, 7931.0, 7960.0, 7949.0, 7972.0, 7963.0, 7942.0, 7927.0, 7916.0, 7944.0, 7913.0, 7988.0, 7928.0, 7972.0, 7932.0, 7981.0, 7948.0, 7935.0, 7961.0, 7932.0, 7956.0, 7946.0, 7962.0, 7946.0, 7931.0, 7956.0, 7928.0, 7939.0, 7930.0, 7957.0, 7941.0, 7923.0, 7939.0, 7909.0, 7920.0, 7925.0, 7983.0, 7927.0, 7944.0, 7940.0, 7908.0, 7967.0, 7910.0, 7948.0, 7907.0, 7935.0, 7924.0, 7964.0, 7923.0, 7949.0, 7924.0, 7927.0, 7931.0, 7928.0, 7928.0, 7914.0, 7942.0, 7933.0, 7948.0, 7952.0, 7977.0, 7949.0, 7951.0, 7950.0, 7935.0, 7952.0, 7919.0, 8007.0, 7930.0, 7985.0, 7928.0, 7971.0, 7914.0, 7984.0, 7939.0, 7978.0, 7906.0, 7961.0, 7908.0, 7947.0, 7922.0, 7948.0, 7921.0, 7949.0, 7924.0, 7939.0, 7928.0, 7942.0, 7942.0, 7911.0, 7925.0, 7924.0, 7941.0, 7911.0, 7982.0, 7906.0, 7918.0, 7907.0, 7921.0, 7909.0, 7979.0, 7908.0, 7949.0, 7908.0, 7938.0, 7941.0, 7955.0, 7928.0, 7926.0, 7940.0, 7928.0, 7941.0, 7926.0, 7983.0, 7921.0, 7963.0, 7924.0, 7966.0, 7939.0, 7978.0, 7922.0, 7947.0, 7921.0, 7906.0, 7923.0, 7908.0, 7938.0, 7892.0, 7936.0, 7912.0, 7928.0, 7929.0, 7970.0, 7943.0, 7955.0, 7942.0, 7956.0, 7944.0, 7955.0, 7954.0, 7907.0, 7921.0, 7907.0, 7919.0, 7908.0, 7935.0, 7902.0, 7976.0, 7886.0, 7930.0, 7905.0, 7918.0, 7922.0, 7964.0, 7925.0, 7949.0, 7925.0, 7938.0, 7927.0, 7942.0, 7941.0, 7908.0, 7922.0, 7907.0, 7926.0, 7923.0, 7951.0, 7907.0, 7920.0, 7909.0, 7938.0, 7929.0, 7928.0, 7959.0, 7979.0, 7916.0, 7903.0, 7941.0, 7917.0, 7945.0, 7936.0, 7964.0, 7953.0, 7998.0, 7958.0, 8010.0, 7980.0, 7987.0, 7948.0, 7983.0, 7929.0, 7986.0, 7956.0, 7952.0, 7926.0, 7925.0, 7968.0, 7926.0, 7953.0, 7925.0, 7941.0, 7940.0, 7910.0, 7951.0, 7908.0, 7935.0, 7908.0, 7935.0, 7928.0, 7966.0, 7925.0, 7963.0, 7921.0, 7934.0, 7923.0, 7923.0, 7924.0, 7909.0, 7937.0, 7910.0, 7938.0, 7913.0, 7954.0, 7912.0, 7980.0, 7908.0, 7964.0, 7912.0, 7964.0, 7926.0, 7979.0, 7922.0, 7962.0, 7925.0, 7952.0, 7925.0, 7923.0, 7939.0, 7912.0, 7944.0, 7931.0, 7958.0, 7947.0, 7970.0, 7943.0, 7971.0, 7944.0, 7941.0, 7954.0, 7894.0, 7936.0, 7924.0, 7935.0, 7926.0, 7979.0, 7938.0, 7938.0, 7939.0, 7912.0, 7942.0, 7912.0, 7971.0, 7930.0, 7970.0, 7942.0, 7911.0, 7925.0, 7911.0, 7985.0, 7926.0, 7928.0, 7954.0, 7924.0, 7981.0, 7922.0, 7948.0, 7921.0, 7920.0, 7919.0, 7889.0, 7916.0, 7904.0, 7917.0, 7923.0, 7934.0, 7925.0, 7908.0, 7926.0, 7913.0, 7931.0, 7931.0, 7958.0, 7914.0, 7945.0, 7916.0, 7960.0, 7919.0, 7988.0, 7931.0, 7984.0, 7928.0, 7953.0, 7933.0, 7957.0, 7944.0, 7971.0, 7931.0, 7972.0, 7949.0, 7981.0, 7955.0, 7977.0, 7948.0, 7943.0, 7944.0, 7933.0, 7942.0, 7926.0, 7987.0, 7910.0, 7939.0, 7911.0, 7938.0, 7928.0, 7997.0, 7925.0, 7965.0, 7939.0, 7953.0, 7926.0, 7938.0, 7938.0, 7906.0, 7934.0, 7909.0, 7935.0, 7924.0, 7980.0, 7921.0, 7959.0, 7919.0, 7949.0, 7919.0, 7902.0, 7915.0, 7887.0, 7915.0, 7905.0, 7918.0, 7905.0, 7975.0, 7903.0, 7944.0, 7927.0, 7928.0, 7924.0, 7911.0, 7923.0, 7914.0, 7945.0, 7948.0, 7944.0, 7944.0, 7927.0, 7912.0, 7926.0, 7983.0, 7928.0, 7970.0, 7928.0, 7941.0, 7955.0, 7923.0, 7936.0, 7923.0, 7920.0, 7910.0, 7964.0, 7923.0, 7961.0, 7918.0, 7918.0, 7922.0, 7924.0, 7925.0, 7943.0, 7924.0, 7928.0, 7942.0, 7928.0, 7926.0, 7943.0, 7908.0, 7938.0, 7923.0, 7968.0, 7910.0, 7992.0, 7949.0, 7943.0, 7915.0, 7918.0, 7920.0, 7919.0, 7951.0, 7919.0, 7946.0, 7922.0, 7922.0, 7923.0, 7920.0, 7919.0, 7903.0, 7919.0, 7908.0, 7936.0, 7922.0, 7976.0, 7904.0, 7960.0, 7922.0, 7950.0, 7921.0, 7904.0, 7919.0, 7908.0, 7923.0, 7930.0, 7940.0, 7932.0, 7979.0, 7923.0, 7950.0, 7924.0, 7950.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.00043234213547646376</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02523122996555683</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.65626059787353</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2105098091724122</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004869674149424</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5565.252</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0730214211634837</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3777267508610793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4593760338821915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.399457851883376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682536754225158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29613349553804</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00970989</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01452178880572319</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029017645865678787</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>3.7987278131730084</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.4712</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6573</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.5028</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310920.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>569.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.222</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>386.7523</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2782.2935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2985.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65624.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3625.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>785.7834</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.92658305843361</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> |