=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0020_ses-01_task-social_acq-mb8_run-02_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-0020_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_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-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-social_acq-mb8_run-02_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-0020/ses-01/func/sub-0020_ses-01_task-social_acq-mb8_run-02_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>a6ecb80138c4397477d45d08dd48df5e</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>10:21:12.812500</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_VE11C_LATEST_20160120</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.997011, -0.0504457, 0.0585112, 0.0402185, 0.985572, 0.164406]</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-02_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.0844904</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7779, -7224, 556, -74, -260, 108, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c8eb8ddd-26ab-47d2-a63b-c9e2e4c42b61||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749086380004883, 0.10790318250656128, 0.17809374630451202, 105.45602416992188], [0.1353420466184616, 2.644218921661377, 0.4362161159515381, -96.76367950439453], [0.15698139369487762, -0.44108957052230835, 2.6585707664489746, -45.64893341064453], [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': ['102112.812500', '102113.272500', '102113.732500', '102114.192500', '102114.652500', '102115.112500', '102115.572500', '102116.032500', '102116.492500', '102116.952500', '102117.412500', '102117.872500', '102118.332500', '102118.792500', '102119.252500', '102119.712500', '102120.172500', '102120.632500', '102121.092500', '102121.552500', '102122.012500', '102122.472500', '102122.932500', '102123.392500', '102123.852500', '102124.312500', '102124.772500', '102125.232500', '102125.692500', '102126.152500', '102126.612500', '102127.072500', '102127.532500', '102127.992500', '102128.452500', '102128.912500', '102129.372500', '102129.832500', '102130.292500', '102130.752500', '102131.212500', '102131.672500', '102132.132500', '102132.592500', '102133.052500', '102133.512500', '102133.972500', '102134.432500', '102134.892500', '102135.352500', '102135.812500', '102136.272500', '102136.732500', '102137.192500', '102137.652500', '102138.112500', '102138.572500', '102139.032500', '102139.492500', '102139.952500', '102140.412500', '102140.872500', '102141.332500', '102141.792500', '102142.252500', '102142.712500', '102143.172500', '102143.632500', '102144.092500', '102144.552500', '102145.012500', '102145.472500', '102145.932500', '102146.392500', '102146.852500', '102147.312500', '102147.772500', '102148.232500', '102148.692500', '102149.152500', '102149.612500', '102150.072500', '102150.532500', '102150.992500', '102151.452500', '102151.912500', '102152.372500', '102152.832500', '102153.292500', '102153.752500', '102154.212500', '102154.672500', '102155.132500', '102155.592500', '102156.052500', '102156.512500', '102156.972500', '102157.432500', '102157.892500', '102158.352500', '102158.812500', '102159.272500', '102159.732500', '102200.192500', '102200.652500', '102201.112500', '102201.572500', '102202.032500', '102202.492500', '102202.952500', '102203.412500', '102203.872500', '102204.332500', '102204.792500', '102205.252500', '102205.712500', '102206.172500', '102206.632500', '102207.092500', '102207.552500', '102208.012500', '102208.472500', '102208.932500', '102209.392500', '102209.852500', '102210.312500', '102210.772500', '102211.232500', '102211.692500', '102212.152500', '102212.612500', '102213.072500', '102213.532500', '102213.992500', '102214.452500', '102214.912500', '102215.372500', '102215.832500', '102216.292500', '102216.752500', '102217.212500', '102217.672500', '102218.132500', '102218.592500', '102219.052500', '102219.512500', '102219.972500', '102220.432500', '102220.892500', '102221.352500', '102221.812500', '102222.272500', '102222.732500', '102223.192500', '102223.652500', '102224.112500', '102224.572500', '102225.032500', '102225.492500', '102225.952500', '102226.412500', '102226.872500', '102227.332500', '102227.792500', '102228.252500', '102228.712500', '102229.172500', '102229.632500', '102230.092500', '102230.552500', '102231.012500', '102231.472500', '102231.932500', '102232.392500', '102232.852500', '102233.312500', '102233.772500', '102234.232500', '102234.692500', '102235.152500', '102235.612500', '102236.072500', '102236.532500', '102236.992500', '102237.452500', '102237.912500', '102238.372500', '102238.832500', '102239.292500', '102239.752500', '102240.212500', '102240.672500', '102241.132500', '102241.592500', '102242.052500', '102242.512500', '102242.972500', '102243.432500', '102243.892500', '102244.352500', '102244.812500', '102245.272500', '102245.732500', '102246.192500', '102246.652500', '102247.112500', '102247.572500', '102248.032500', '102248.492500', '102248.952500', '102249.412500', '102249.872500', '102250.332500', '102250.792500', '102251.252500', '102251.712500', '102252.172500', '102252.632500', '102253.092500', '102253.552500', '102254.012500', '102254.472500', '102254.932500', '102255.392500', '102255.852500', '102256.312500', '102256.772500', '102257.232500', '102257.692500', '102258.152500', '102258.612500', '102259.072500', '102259.532500', '102259.992500', '102300.452500', '102300.912500', '102301.372500', '102301.832500', '102302.292500', '102302.752500', '102303.212500', '102303.672500', '102304.132500', '102304.592500', '102305.052500', '102305.512500', '102305.972500', '102306.432500', '102306.892500', '102307.352500', '102307.812500', '102308.272500', '102308.732500', '102309.192500', '102309.652500', '102310.112500', '102310.572500', '102311.032500', '102311.492500', '102311.952500', '102312.412500', '102312.872500', '102313.332500', '102313.792500', '102314.252500', '102314.712500', '102315.172500', '102315.632500', '102316.092500', '102316.552500', '102317.012500', '102317.472500', '102317.932500', '102318.392500', '102318.852500', '102319.312500', '102319.772500', '102320.232500', '102320.692500', '102321.152500', '102321.612500', '102322.072500', '102322.532500', '102322.992500', '102323.452500', '102323.912500', '102324.372500', '102324.832500', '102325.292500', '102325.752500', '102326.212500', '102326.672500', '102327.132500', '102327.592500', '102328.052500', '102328.512500', '102328.972500', '102329.432500', '102329.892500', '102330.352500', '102330.812500', '102331.272500', '102331.732500', '102332.192500', '102332.652500', '102333.112500', '102333.572500', '102334.032500', '102334.492500', '102334.952500', '102335.412500', '102335.872500', '102336.332500', '102336.792500', '102337.252500', '102337.712500', '102338.172500', '102338.632500', '102339.092500', '102339.552500', '102340.012500', '102340.472500', '102340.932500', '102341.392500', '102341.852500', '102342.312500', '102342.772500', '102343.232500', '102343.692500', '102344.152500', '102344.612500', '102345.072500', '102345.532500', '102345.992500', '102346.452500', '102346.912500', '102347.372500', '102347.832500', '102348.292500', '102348.752500', '102349.212500', '102349.672500', '102350.132500', '102350.592500', '102351.052500', '102351.512500', '102351.972500', '102352.432500', '102352.892500', '102353.352500', '102353.812500', '102354.272500', '102354.732500', '102355.192500', '102355.652500', '102356.112500', '102356.572500', '102357.032500', '102357.492500', '102357.952500', '102358.412500', '102358.872500', '102359.332500', '102359.792500', '102400.252500', '102400.712500', '102401.172500', '102401.632500', '102402.092500', '102402.552500', '102403.012500', '102403.472500', '102403.932500', '102404.392500', '102404.852500', '102405.312500', '102405.772500', '102406.232500', '102406.692500', '102407.152500', '102407.612500', '102408.072500', '102408.532500', '102408.992500', '102409.452500', '102409.912500', '102410.372500', '102410.832500', '102411.292500', '102411.752500', '102412.212500', '102412.672500', '102413.132500', '102413.592500', '102414.052500', '102414.512500', '102414.972500', '102415.432500', '102415.892500', '102416.352500', '102416.812500', '102417.272500', '102417.732500', '102418.192500', '102418.652500', '102419.112500', '102419.572500', '102420.032500', '102420.492500', '102420.952500', '102421.412500', '102421.872500', '102422.332500', '102422.792500', '102423.252500', '102423.712500', '102424.172500', '102424.632500', '102425.092500', '102425.552500', '102426.012500', '102426.472500', '102426.932500', '102427.392500', '102427.852500', '102428.312500', '102428.772500', '102429.232500', '102429.692500', '102430.152500', '102430.612500', '102431.072500', '102431.532500', '102431.992500', '102432.452500', '102432.912500', '102433.372500', '102433.832500', '102434.292500', '102434.752500', '102435.212500', '102435.672500', '102436.132500', '102436.592500', '102437.052500', '102437.512500', '102437.972500', '102438.432500', '102438.892500', '102439.352500', '102439.812500', '102440.272500', '102440.732500', '102441.192500', '102441.652500', '102442.112500', '102442.572500', '102443.032500', '102443.492500', '102443.952500', '102444.412500', '102444.872500', '102445.332500', '102445.792500', '102446.252500', '102446.712500', '102447.172500', '102447.632500', '102448.092500', '102448.552500', '102449.012500', '102449.472500', '102449.932500', '102450.392500', '102450.852500', '102451.312500', '102451.772500', '102452.232500', '102452.692500', '102453.152500', '102453.612500', '102454.072500', '102454.532500', '102454.992500', '102455.452500', '102455.912500', '102456.372500', '102456.832500', '102457.292500', '102457.752500', '102458.212500', '102458.672500', '102459.132500', '102459.592500', '102500.052500', '102500.512500', '102500.972500', '102501.432500', '102501.892500', '102502.352500', '102502.812500', '102503.272500', '102503.732500', '102504.192500', '102504.652500', '102505.112500', '102505.572500', '102506.032500', '102506.492500', '102506.952500', '102507.412500', '102507.872500', '102508.332500', '102508.792500', '102509.252500', '102509.712500', '102510.172500', '102510.632500', '102511.092500', '102511.552500', '102512.012500', '102512.472500', '102512.932500', '102513.392500', '102513.852500', '102514.312500', '102514.772500', '102515.232500', '102515.692500', '102516.152500', '102516.612500', '102517.072500', '102517.532500', '102517.992500', '102518.452500', '102518.912500', '102519.372500', '102519.832500', '102520.292500', '102520.752500', '102521.212500', '102521.672500', '102522.132500', '102522.592500', '102523.052500', '102523.512500', '102523.972500', '102524.432500', '102524.892500', '102525.352500', '102525.812500', '102526.272500', '102526.732500', '102527.192500', '102527.652500', '102528.112500', '102528.572500', '102529.032500', '102529.492500', '102529.952500', '102530.412500', '102530.872500', '102531.332500', '102531.792500', '102532.252500', '102532.712500', '102533.172500', '102533.632500', '102534.092500', '102534.552500', '102535.012500', '102535.472500', '102535.932500', '102536.392500', '102536.852500', '102537.312500', '102537.772500', '102538.232500', '102538.692500', '102539.152500', '102539.612500', '102540.072500', '102540.532500', '102540.992500', '102541.452500', '102541.912500', '102542.372500', '102542.832500', '102543.292500', '102543.752500', '102544.212500', '102544.672500', '102545.132500', '102545.592500', '102546.052500', '102546.512500', '102546.972500', '102547.432500', '102547.892500', '102548.352500', '102548.812500', '102549.272500', '102549.732500', '102550.192500', '102550.652500', '102551.112500', '102551.572500', '102552.032500', '102552.492500', '102552.952500', '102553.412500', '102553.872500', '102554.332500', '102554.792500', '102555.252500', '102555.712500', '102556.172500', '102556.632500', '102557.092500', '102557.552500', '102558.012500', '102558.472500', '102558.932500', '102559.392500', '102559.852500', '102600.312500', '102600.772500', '102601.232500', '102601.692500', '102602.152500', '102602.612500', '102603.072500', '102603.532500', '102603.992500', '102604.452500', '102604.912500', '102605.372500', '102605.832500', '102606.292500', '102606.752500', '102607.212500', '102607.672500', '102608.132500', '102608.592500', '102609.052500', '102609.512500', '102609.972500', '102610.432500', '102610.892500', '102611.352500', '102611.812500', '102612.272500', '102612.732500', '102613.192500', '102613.652500', '102614.112500', '102614.572500', '102615.032500', '102615.492500', '102615.952500', '102616.412500', '102616.872500', '102617.332500', '102617.792500', '102618.252500', '102618.712500', '102619.172500', '102619.632500', '102620.092500', '102620.552500', '102621.012500', '102621.472500', '102621.932500', '102622.392500', '102622.852500', '102623.312500', '102623.772500', '102624.232500', '102624.692500', '102625.152500', '102625.612500', '102626.072500', '102626.532500', '102626.992500', '102627.452500', '102627.912500', '102628.372500', '102628.832500', '102629.292500', '102629.752500', '102630.212500', '102630.672500', '102631.132500', '102631.592500', '102632.052500', '102632.512500', '102632.972500', '102633.432500', '102633.892500', '102634.352500', '102634.812500', '102635.272500', '102635.732500', '102636.192500', '102636.652500', '102637.112500', '102637.572500', '102638.032500', '102638.492500', '102638.952500', '102639.412500', '102639.872500', '102640.332500', '102640.792500', '102641.252500', '102641.712500', '102642.172500', '102642.632500', '102643.092500', '102643.552500', '102644.012500', '102644.472500', '102644.932500', '102645.392500', '102645.852500', '102646.312500', '102646.772500', '102647.232500', '102647.692500', '102648.152500', '102648.612500', '102649.072500', '102649.532500', '102649.992500', '102650.452500', '102650.912500', '102651.372500', '102651.832500', '102652.292500', '102652.752500', '102653.212500', '102653.672500', '102654.132500', '102654.592500', '102655.052500', '102655.512500', '102655.972500', '102656.432500', '102656.892500', '102657.352500', '102657.812500', '102658.272500', '102658.732500', '102659.192500', '102659.652500', '102700.112500', '102700.572500', '102701.032500', '102701.492500', '102701.952500', '102702.412500', '102702.872500', '102703.332500', '102703.792500', '102704.252500', '102704.712500', '102705.172500', '102705.632500', '102706.092500', '102706.552500', '102707.012500', '102707.472500', '102707.932500', '102708.392500', '102708.852500', '102709.312500', '102709.772500', '102710.232500', '102710.692500', '102711.152500', '102711.612500', '102712.072500', '102712.532500', '102712.992500', '102713.452500', '102713.912500', '102714.372500', '102714.832500', '102715.292500', '102715.752500', '102716.212500', '102716.672500', '102717.132500', '102717.592500', '102718.052500', '102718.512500', '102718.972500', '102719.432500', '102719.892500', '102720.352500', '102720.812500', '102721.272500', '102721.732500', '102722.192500', '102722.652500', '102723.112500', '102723.572500', '102724.032500', '102724.492500', '102724.952500', '102725.412500', '102725.872500', '102726.332500', '102726.792500', '102727.252500', '102727.712500', '102728.172500', '102728.632500', '102729.092500', '102729.552500', '102730.012500', '102730.472500', '102730.932500', '102731.392500', '102731.852500', '102732.312500', '102732.772500', '102733.232500', '102733.692500', '102734.152500', '102734.612500', '102735.072500', '102735.532500', '102735.992500', '102736.452500', '102736.912500', '102737.372500', '102737.832500', '102738.292500', '102738.752500', '102739.212500', '102739.672500', '102740.132500', '102740.592500', '102741.052500', '102741.512500', '102741.972500', '102742.432500', '102742.892500', '102743.352500', '102743.812500', '102744.272500', '102744.732500', '102745.192500', '102745.652500', '102746.112500', '102746.572500', '102747.032500', '102747.492500', '102747.952500', '102748.412500', '102748.872500', '102749.332500', '102749.792500', '102750.252500', '102750.712500', '102751.172500', '102751.632500', '102752.092500', '102752.552500', '102753.012500', '102753.472500'], 'ContentTime': ['102123.358000', '102123.361000', '102123.364000', '102123.367000', '102123.369000', '102123.372000', '102123.375000', '102123.378000', '102123.381000', '102123.385000', '102123.388000', '102123.391000', '102123.396000', '102123.404000', '102123.407000', '102123.410000', '102123.413000', '102123.415000', '102123.418000', '102123.421000', '102123.424000', '102123.427000', '102143.326000', '102143.329000', '102143.331000', '102143.334000', '102143.337000', '102143.346000', '102143.348000', '102143.351000', '102143.354000', '102143.357000', '102143.360000', '102143.363000', '102143.365000', '102143.368000', '102143.371000', '102143.374000', '102143.376000', '102143.379000', '102143.382000', '102143.385000', '102143.388000', '102143.390000', '102143.393000', '102143.396000', '102143.399000', '102143.402000', '102143.410000', '102143.413000', '102143.416000', '102143.419000', '102143.421000', '102143.424000', '102143.427000', '102143.430000', '102143.433000', '102143.436000', '102143.438000', '102143.441000', '102143.444000', '102143.447000', '102143.450000', '102143.452000', '102143.455000', '102143.458000', '102203.326000', '102203.329000', '102203.332000', '102203.334000', '102203.337000', '102203.340000', '102203.343000', '102203.346000', '102203.349000', '102203.351000', '102203.354000', '102203.357000', '102203.360000', '102203.363000', '102203.365000', '102203.368000', '102203.371000', '102203.374000', '102203.377000', '102203.380000', '102203.382000', '102203.385000', '102203.388000', '102203.391000', '102203.393000', '102203.396000', '102203.399000', '102203.402000', '102203.405000', '102203.407000', '102203.410000', '102203.413000', '102203.416000', '102203.419000', '102203.422000', '102203.424000', '102203.427000', '102203.430000', '102203.439000', '102203.442000', '102203.445000', '102203.447000', '102203.450000', '102223.326000', '102223.329000', '102223.332000', '102223.335000', '102223.338000', '102223.341000', '102223.344000', '102223.347000', '102223.349000', '102223.352000', '102223.355000', '102223.358000', '102223.361000', '102223.364000', '102223.367000', '102223.370000', '102223.373000', '102223.394000', '102223.398000', '102223.401000', '102223.404000', '102223.407000', '102223.410000', '102223.413000', '102223.415000', '102223.418000', '102223.421000', '102223.424000', '102223.427000', '102223.430000', '102223.433000', '102223.436000', '102223.438000', '102223.441000', '102223.444000', '102223.447000', '102223.450000', '102223.453000', '102223.456000', '102223.459000', '102223.462000', '102223.465000', '102223.468000', '102223.471000', '102243.326000', '102243.329000', '102243.332000', '102243.335000', '102243.337000', '102243.340000', '102243.343000', '102243.346000', '102243.349000', '102243.351000', '102243.354000', '102243.357000', '102243.360000', '102243.363000', '102243.365000', '102243.368000', '102243.377000', '102243.380000', '102243.383000', '102243.386000', '102243.389000', '102243.391000', '102243.394000', '102243.397000', '102243.400000', '102243.403000', '102243.406000', '102243.408000', '102243.411000', '102243.414000', '102243.417000', '102243.420000', '102243.423000', '102243.425000', '102243.428000', '102243.431000', '102243.434000', '102243.437000', '102243.440000', '102243.442000', '102243.445000', '102243.448000', '102243.451000', '102303.325000', '102303.328000', '102303.331000', '102303.336000', '102303.339000', '102303.342000', '102303.345000', '102303.348000', '102303.350000', '102303.353000', '102303.356000', '102303.359000', '102303.362000', '102303.364000', '102303.367000', '102303.370000', '102303.373000', '102303.376000', '102303.379000', '102303.382000', '102303.384000', '102303.387000', '102303.390000', '102303.393000', '102303.396000', '102303.398000', '102303.401000', '102303.404000', '102303.407000', '102303.410000', '102303.413000', '102303.416000', '102303.418000', '102303.421000', '102303.424000', '102303.427000', '102303.430000', '102303.432000', '102303.435000', '102303.438000', '102303.441000', '102303.445000', '102303.448000', '102323.325000', '102323.328000', '102323.331000', '102323.334000', '102323.336000', '102323.339000', '102323.342000', '102323.345000', '102323.348000', '102323.351000', '102323.353000', '102323.356000', '102323.359000', '102323.362000', '102323.365000', '102323.367000', '102323.370000', '102323.373000', '102323.376000', '102323.379000', '102323.382000', '102323.384000', '102323.387000', '102323.390000', '102323.393000', '102323.396000', '102323.399000', '102323.401000', '102323.404000', '102323.407000', '102323.410000', '102323.413000', '102323.416000', '102323.418000', '102323.421000', '102323.424000', '102323.427000', '102323.430000', '102323.433000', '102323.436000', '102323.439000', '102323.441000', '102323.444000', '102323.447000', '102343.325000', '102343.328000', '102343.331000', '102343.334000', '102343.337000', '102343.339000', '102343.342000', '102343.345000', '102343.348000', '102343.351000', '102343.354000', '102343.357000', '102343.360000', '102343.362000', '102343.365000', '102343.368000', '102343.371000', '102343.374000', '102343.376000', '102343.379000', '102343.382000', '102343.385000', '102343.388000', '102343.390000', '102343.393000', '102343.396000', '102343.399000', '102343.402000', '102343.405000', '102343.408000', '102343.410000', '102343.413000', '102343.416000', '102343.419000', '102343.422000', '102343.424000', '102343.427000', '102343.433000', '102343.436000', '102343.438000', '102343.441000', '102343.444000', '102343.447000', '102403.326000', '102403.329000', '102403.332000', '102403.334000', '102403.337000', '102403.340000', '102403.343000', '102403.351000', '102403.354000', '102403.357000', '102403.360000', '102403.363000', '102403.365000', '102403.368000', '102403.371000', '102403.374000', '102403.377000', '102403.379000', '102403.382000', '102403.385000', '102403.388000', '102403.391000', '102403.393000', '102403.396000', '102403.399000', '102403.402000', '102403.405000', '102403.425000', '102403.428000', '102403.431000', '102403.434000', '102403.437000', '102403.439000', '102403.442000', '102403.445000', '102403.448000', '102403.451000', '102403.454000', '102403.457000', '102403.459000', '102403.462000', '102403.465000', '102403.468000', '102403.471000', '102423.326000', '102423.329000', '102423.332000', '102423.334000', '102423.337000', '102423.340000', '102423.343000', '102423.346000', '102423.349000', '102423.352000', '102423.354000', '102423.357000', '102423.360000', '102423.363000', '102423.366000', '102423.369000', '102423.372000', '102423.375000', '102423.378000', '102423.380000', '102423.383000', '102423.386000', '102423.389000', '102423.392000', '102423.394000', '102423.397000', '102423.400000', '102423.403000', '102423.406000', '102423.409000', '102423.411000', '102423.414000', '102423.417000', '102423.420000', '102423.423000', '102423.426000', '102423.428000', '102423.431000', '102423.434000', '102423.437000', '102423.440000', '102423.442000', '102423.445000', '102443.326000', '102443.329000', '102443.332000', '102443.334000', '102443.337000', '102443.340000', '102443.343000', '102443.346000', '102443.349000', '102443.352000', '102443.354000', '102443.357000', '102443.360000', '102443.363000', '102443.366000', '102443.369000', '102443.371000', '102443.374000', '102443.377000', '102443.380000', '102443.383000', '102443.385000', '102443.388000', '102443.391000', '102443.394000', '102443.397000', '102443.400000', '102443.402000', '102443.405000', '102443.408000', '102443.411000', '102443.414000', '102443.417000', '102443.419000', '102443.422000', '102443.425000', '102443.428000', '102443.431000', '102443.434000', '102443.436000', '102443.439000', '102443.442000', '102443.445000', '102443.448000', '102503.326000', '102503.329000', '102503.332000', '102503.334000', '102503.337000', '102503.340000', '102503.343000', '102503.346000', '102503.349000', '102503.351000', '102503.354000', '102503.357000', '102503.360000', '102503.363000', '102503.366000', '102503.368000', '102503.371000', '102503.374000', '102503.377000', '102503.380000', '102503.383000', '102503.385000', '102503.388000', '102503.392000', '102503.398000', '102503.401000', '102503.404000', '102503.406000', '102503.409000', '102503.412000', '102503.415000', '102503.418000', '102503.420000', '102503.423000', '102503.426000', '102503.429000', '102503.432000', '102503.435000', '102503.437000', '102503.440000', '102503.443000', '102503.446000', '102503.449000', '102523.325000', '102523.328000', '102523.331000', '102523.333000', '102523.336000', '102523.339000', '102523.342000', '102523.345000', '102523.348000', '102523.350000', '102523.353000', '102523.356000', '102523.359000', '102523.362000', '102523.365000', '102523.367000', '102523.370000', '102523.373000', '102523.376000', '102523.379000', '102523.381000', '102523.384000', '102523.387000', '102523.390000', '102523.393000', '102523.396000', '102523.398000', '102523.401000', '102523.404000', '102523.407000', '102523.410000', '102523.412000', '102523.415000', '102523.418000', '102523.421000', '102523.424000', '102523.426000', '102523.429000', '102523.432000', '102523.435000', '102523.438000', '102523.441000', '102523.443000', '102523.446000', '102543.325000', '102543.328000', '102543.331000', '102543.333000', '102543.336000', '102543.339000', '102543.342000', '102543.345000', '102543.348000', '102543.350000', '102543.353000', '102543.356000', '102543.359000', '102543.362000', '102543.365000', '102543.368000', '102543.370000', '102543.373000', '102543.376000', '102543.379000', '102543.382000', '102543.385000', '102543.387000', '102543.390000', '102543.393000', '102543.396000', '102543.399000', '102543.402000', '102543.404000', '102543.407000', '102543.410000', '102543.413000', '102543.416000', '102543.419000', '102543.422000', '102543.425000', '102543.428000', '102543.430000', '102543.433000', '102543.436000', '102543.439000', '102543.442000', '102543.445000', '102603.325000', '102603.328000', '102603.331000', '102603.334000', '102603.336000', '102603.339000', '102603.342000', '102603.345000', '102603.348000', '102603.351000', '102603.354000', '102603.356000', '102603.359000', '102603.362000', '102603.365000', '102603.368000', '102603.371000', '102603.373000', '102603.376000', '102603.379000', '102603.382000', '102603.385000', '102603.388000', '102603.390000', '102603.393000', '102603.397000', '102603.400000', '102603.403000', '102603.406000', '102603.408000', '102603.411000', '102603.414000', '102603.417000', '102603.420000', '102603.423000', '102603.426000', '102603.428000', '102603.431000', '102603.434000', '102603.437000', '102603.440000', '102603.443000', '102603.445000', '102603.448000', '102623.326000', '102623.329000', '102623.332000', '102623.335000', '102623.337000', '102623.340000', '102623.343000', '102623.346000', '102623.349000', '102623.352000', '102623.355000', '102623.358000', '102623.361000', '102623.364000', '102623.367000', '102623.370000', '102623.373000', '102623.375000', '102623.378000', '102623.381000', '102623.384000', '102623.387000', '102623.390000', '102623.393000', '102623.395000', '102623.398000', '102623.401000', '102623.404000', '102623.407000', '102623.410000', '102623.413000', '102623.416000', '102623.419000', '102623.421000', '102623.424000', '102623.427000', '102623.430000', '102623.433000', '102623.436000', '102623.439000', '102623.441000', '102623.444000', '102623.447000', '102643.326000', '102643.329000', '102643.332000', '102643.335000', '102643.338000', '102643.341000', '102643.344000', '102643.347000', '102643.350000', '102643.357000', '102643.360000', '102643.363000', '102643.366000', '102643.369000', '102643.372000', '102643.375000', '102643.377000', '102643.381000', '102643.383000', '102643.386000', '102643.389000', '102643.392000', '102643.395000', '102643.398000', '102643.401000', '102643.404000', '102643.406000', '102643.409000', '102643.412000', '102643.415000', '102643.418000', '102643.421000', '102643.424000', '102643.426000', '102643.429000', '102643.432000', '102643.435000', '102643.438000', '102643.441000', '102643.443000', '102643.446000', '102643.449000', '102643.452000', '102643.455000', '102703.326000', '102703.329000', '102703.332000', '102703.335000', '102703.338000', '102703.352000', '102703.355000', '102703.358000', '102703.361000', '102703.363000', '102703.366000', '102703.369000', '102703.372000', '102703.375000', '102703.377000', '102703.380000', '102703.383000', '102703.386000', '102703.389000', '102703.392000', '102703.395000', '102703.397000', '102703.400000', '102703.403000', '102703.406000', '102703.409000', '102703.412000', '102703.415000', '102703.417000', '102703.420000', '102703.423000', '102703.426000', '102703.429000', '102703.432000', '102703.434000', '102703.437000', '102703.440000', '102703.443000', '102703.446000', '102703.448000', '102703.451000', '102703.454000', '102703.457000', '102723.326000', '102723.329000', '102723.332000', '102723.335000', '102723.338000', '102723.340000', '102723.343000', '102723.346000', '102723.349000', '102723.352000', '102723.355000', '102723.357000', '102723.361000', '102723.363000', '102723.366000', '102723.371000', '102723.374000', '102723.377000', '102723.379000', '102723.382000', '102723.385000', '102723.388000', '102723.391000', '102723.394000', '102723.396000', '102723.399000', '102723.402000', '102723.405000', '102723.408000', '102723.411000', '102723.414000', '102723.416000', '102723.419000', '102723.422000', '102723.425000', '102723.428000', '102723.431000', '102723.434000', '102723.436000', '102723.439000', '102723.442000', '102723.445000', '102723.448000', '102723.450000', '102743.325000', '102743.328000', '102743.339000', '102743.342000', '102743.345000', '102743.348000', '102743.351000', '102743.354000', '102743.357000', '102743.359000', '102743.362000', '102743.365000', '102743.368000', '102743.371000', '102743.374000', '102743.377000', '102743.379000', '102743.382000', '102743.385000', '102743.388000', '102743.392000', '102743.395000', '102743.398000', '102743.401000', '102743.404000', '102743.407000', '102743.410000', '102743.412000', '102743.415000', '102743.418000', '102743.421000', '102743.424000', '102743.427000', '102743.430000', '102743.432000', '102743.435000', '102743.438000', '102743.441000', '102743.444000', '102743.447000', '102743.450000', '102743.453000', '102743.456000', '102754.088000', '102754.092000', '102754.095000', '102754.098000', '102754.102000', '102754.105000', '102754.108000', '102754.111000', '102754.114000', '102754.117000', '102754.119000', '102754.122000', '102754.125000', '102754.128000', '102754.131000', '102754.134000', '102754.137000', '102754.139000', '102754.142000', '102754.145000', '102754.148000', '102754.151000', '102754.154000', '102754.157000'], 'InstanceCreationTime': ['102123.358000', '102123.361000', '102123.364000', '102123.367000', '102123.369000', '102123.372000', '102123.375000', '102123.378000', '102123.381000', '102123.385000', '102123.388000', '102123.391000', '102123.396000', '102123.404000', '102123.407000', '102123.410000', '102123.413000', '102123.415000', '102123.418000', '102123.421000', '102123.424000', '102123.427000', '102143.326000', '102143.329000', '102143.331000', '102143.334000', '102143.337000', '102143.346000', '102143.348000', '102143.351000', '102143.354000', '102143.357000', '102143.360000', '102143.363000', '102143.365000', '102143.368000', '102143.371000', '102143.374000', '102143.376000', '102143.379000', '102143.382000', '102143.385000', '102143.388000', '102143.390000', '102143.393000', '102143.396000', '102143.399000', '102143.402000', '102143.410000', '102143.413000', '102143.416000', '102143.419000', '102143.421000', '102143.424000', '102143.427000', '102143.430000', '102143.433000', '102143.436000', '102143.438000', '102143.441000', '102143.444000', '102143.447000', '102143.450000', '102143.452000', '102143.455000', '102143.458000', '102203.326000', '102203.329000', '102203.332000', '102203.334000', '102203.337000', '102203.340000', '102203.343000', '102203.346000', '102203.349000', '102203.351000', '102203.354000', '102203.357000', '102203.360000', '102203.363000', '102203.365000', '102203.368000', '102203.371000', '102203.374000', '102203.377000', '102203.380000', '102203.382000', '102203.385000', '102203.388000', '102203.391000', '102203.393000', '102203.396000', '102203.399000', '102203.402000', '102203.405000', '102203.407000', '102203.410000', '102203.413000', '102203.416000', '102203.419000', '102203.422000', '102203.424000', '102203.427000', '102203.430000', '102203.439000', '102203.442000', '102203.445000', '102203.447000', '102203.450000', '102223.326000', '102223.329000', '102223.332000', '102223.335000', '102223.338000', '102223.341000', '102223.344000', '102223.347000', '102223.349000', '102223.352000', '102223.355000', '102223.358000', '102223.361000', '102223.364000', '102223.367000', '102223.370000', '102223.373000', '102223.394000', '102223.398000', '102223.401000', '102223.404000', '102223.407000', '102223.410000', '102223.413000', '102223.415000', '102223.418000', '102223.421000', '102223.424000', '102223.427000', '102223.430000', '102223.433000', '102223.436000', '102223.438000', '102223.441000', '102223.444000', '102223.447000', '102223.450000', '102223.453000', '102223.456000', '102223.459000', '102223.462000', '102223.465000', '102223.468000', '102223.471000', '102243.326000', '102243.329000', '102243.332000', '102243.335000', '102243.337000', '102243.340000', '102243.343000', '102243.346000', '102243.349000', '102243.351000', '102243.354000', '102243.357000', '102243.360000', '102243.363000', '102243.365000', '102243.368000', '102243.377000', '102243.380000', '102243.383000', '102243.386000', '102243.389000', '102243.391000', '102243.394000', '102243.397000', '102243.400000', '102243.403000', '102243.406000', '102243.408000', '102243.411000', '102243.414000', '102243.417000', '102243.420000', '102243.423000', '102243.425000', '102243.428000', '102243.431000', '102243.434000', '102243.437000', '102243.440000', '102243.442000', '102243.445000', '102243.448000', '102243.451000', '102303.325000', '102303.328000', '102303.331000', '102303.336000', '102303.339000', '102303.342000', '102303.345000', '102303.348000', '102303.350000', '102303.353000', '102303.356000', '102303.359000', '102303.362000', '102303.364000', '102303.367000', '102303.370000', '102303.373000', '102303.376000', '102303.379000', '102303.382000', '102303.384000', '102303.387000', '102303.390000', '102303.393000', '102303.396000', '102303.398000', '102303.401000', '102303.404000', '102303.407000', '102303.410000', '102303.413000', '102303.416000', '102303.418000', '102303.421000', '102303.424000', '102303.427000', '102303.430000', '102303.432000', '102303.435000', '102303.438000', '102303.441000', '102303.445000', '102303.448000', '102323.325000', '102323.328000', '102323.331000', '102323.334000', '102323.336000', '102323.339000', '102323.342000', '102323.345000', '102323.348000', '102323.351000', '102323.353000', '102323.356000', '102323.359000', '102323.362000', '102323.365000', '102323.367000', '102323.370000', '102323.373000', '102323.376000', '102323.379000', '102323.382000', '102323.384000', '102323.387000', '102323.390000', '102323.393000', '102323.396000', '102323.399000', '102323.401000', '102323.404000', '102323.407000', '102323.410000', '102323.413000', '102323.416000', '102323.418000', '102323.421000', '102323.424000', '102323.427000', '102323.430000', '102323.433000', '102323.436000', '102323.439000', '102323.441000', '102323.444000', '102323.447000', '102343.325000', '102343.328000', '102343.331000', '102343.334000', '102343.337000', '102343.339000', '102343.342000', '102343.345000', '102343.348000', '102343.351000', '102343.354000', '102343.357000', '102343.360000', '102343.362000', '102343.365000', '102343.368000', '102343.371000', '102343.374000', '102343.376000', '102343.379000', '102343.382000', '102343.385000', '102343.388000', '102343.390000', '102343.393000', '102343.396000', '102343.399000', '102343.402000', '102343.405000', '102343.408000', '102343.410000', '102343.413000', '102343.416000', '102343.419000', '102343.422000', '102343.424000', '102343.427000', '102343.433000', '102343.436000', '102343.438000', '102343.441000', '102343.444000', '102343.447000', '102403.326000', '102403.329000', '102403.332000', '102403.334000', '102403.337000', '102403.340000', '102403.343000', '102403.351000', '102403.354000', '102403.357000', '102403.360000', '102403.363000', '102403.365000', '102403.368000', '102403.371000', '102403.374000', '102403.377000', '102403.379000', '102403.382000', '102403.385000', '102403.388000', '102403.391000', '102403.393000', '102403.396000', '102403.399000', '102403.402000', '102403.405000', '102403.425000', '102403.428000', '102403.431000', '102403.434000', '102403.437000', '102403.439000', '102403.442000', '102403.445000', '102403.448000', '102403.451000', '102403.454000', '102403.457000', '102403.459000', '102403.462000', '102403.465000', '102403.468000', '102403.471000', '102423.326000', '102423.329000', '102423.332000', '102423.334000', '102423.337000', '102423.340000', '102423.343000', '102423.346000', '102423.349000', '102423.352000', '102423.354000', '102423.357000', '102423.360000', '102423.363000', '102423.366000', '102423.369000', '102423.372000', '102423.375000', '102423.378000', '102423.380000', '102423.383000', '102423.386000', '102423.389000', '102423.392000', '102423.394000', '102423.397000', '102423.400000', '102423.403000', '102423.406000', '102423.409000', '102423.411000', '102423.414000', '102423.417000', '102423.420000', '102423.423000', '102423.426000', '102423.428000', '102423.431000', '102423.434000', '102423.437000', '102423.440000', '102423.442000', '102423.445000', '102443.326000', '102443.329000', '102443.332000', '102443.334000', '102443.337000', '102443.340000', '102443.343000', '102443.346000', '102443.349000', '102443.352000', '102443.354000', '102443.357000', '102443.360000', '102443.363000', '102443.366000', '102443.369000', '102443.371000', '102443.374000', '102443.377000', '102443.380000', '102443.383000', '102443.385000', '102443.388000', '102443.391000', '102443.394000', '102443.397000', '102443.400000', '102443.402000', '102443.405000', '102443.408000', '102443.411000', '102443.414000', '102443.417000', '102443.419000', '102443.422000', '102443.425000', '102443.428000', '102443.431000', '102443.434000', '102443.436000', '102443.439000', '102443.442000', '102443.445000', '102443.448000', '102503.326000', '102503.329000', '102503.332000', '102503.334000', '102503.337000', '102503.340000', '102503.343000', '102503.346000', '102503.349000', '102503.351000', '102503.354000', '102503.357000', '102503.360000', '102503.363000', '102503.366000', '102503.368000', '102503.371000', '102503.374000', '102503.377000', '102503.380000', '102503.383000', '102503.385000', '102503.388000', '102503.392000', '102503.398000', '102503.401000', '102503.404000', '102503.406000', '102503.409000', '102503.412000', '102503.415000', '102503.418000', '102503.420000', '102503.423000', '102503.426000', '102503.429000', '102503.432000', '102503.435000', '102503.437000', '102503.440000', '102503.443000', '102503.446000', '102503.449000', '102523.325000', '102523.328000', '102523.331000', '102523.333000', '102523.336000', '102523.339000', '102523.342000', '102523.345000', '102523.348000', '102523.350000', '102523.353000', '102523.356000', '102523.359000', '102523.362000', '102523.365000', '102523.367000', '102523.370000', '102523.373000', '102523.376000', '102523.379000', '102523.381000', '102523.384000', '102523.387000', '102523.390000', '102523.393000', '102523.396000', '102523.398000', '102523.401000', '102523.404000', '102523.407000', '102523.410000', '102523.412000', '102523.415000', '102523.418000', '102523.421000', '102523.424000', '102523.426000', '102523.429000', '102523.432000', '102523.435000', '102523.438000', '102523.441000', '102523.443000', '102523.446000', '102543.325000', '102543.328000', '102543.331000', '102543.333000', '102543.336000', '102543.339000', '102543.342000', '102543.345000', '102543.348000', '102543.350000', '102543.353000', '102543.356000', '102543.359000', '102543.362000', '102543.365000', '102543.368000', '102543.370000', '102543.373000', '102543.376000', '102543.379000', '102543.382000', '102543.385000', '102543.387000', '102543.390000', '102543.393000', '102543.396000', '102543.399000', '102543.402000', '102543.404000', '102543.407000', '102543.410000', '102543.413000', '102543.416000', '102543.419000', '102543.422000', '102543.425000', '102543.428000', '102543.430000', '102543.433000', '102543.436000', '102543.439000', '102543.442000', '102543.445000', '102603.325000', '102603.328000', '102603.331000', '102603.334000', '102603.336000', '102603.339000', '102603.342000', '102603.345000', '102603.348000', '102603.351000', '102603.354000', '102603.356000', '102603.359000', '102603.362000', '102603.365000', '102603.368000', '102603.371000', '102603.373000', '102603.376000', '102603.379000', '102603.382000', '102603.385000', '102603.388000', '102603.390000', '102603.393000', '102603.397000', '102603.400000', '102603.403000', '102603.406000', '102603.408000', '102603.411000', '102603.414000', '102603.417000', '102603.420000', '102603.423000', '102603.426000', '102603.428000', '102603.431000', '102603.434000', '102603.437000', '102603.440000', '102603.443000', '102603.445000', '102603.448000', '102623.326000', '102623.329000', '102623.332000', '102623.335000', '102623.337000', '102623.340000', '102623.343000', '102623.346000', '102623.349000', '102623.352000', '102623.355000', '102623.358000', '102623.361000', '102623.364000', '102623.367000', '102623.370000', '102623.373000', '102623.375000', '102623.378000', '102623.381000', '102623.384000', '102623.387000', '102623.390000', '102623.393000', '102623.395000', '102623.398000', '102623.401000', '102623.404000', '102623.407000', '102623.410000', '102623.413000', '102623.416000', '102623.419000', '102623.421000', '102623.424000', '102623.427000', '102623.430000', '102623.433000', '102623.436000', '102623.439000', '102623.441000', '102623.444000', '102623.447000', '102643.326000', '102643.329000', '102643.332000', '102643.335000', '102643.338000', '102643.341000', '102643.344000', '102643.347000', '102643.350000', '102643.357000', '102643.360000', '102643.363000', '102643.366000', '102643.369000', '102643.372000', '102643.375000', '102643.377000', '102643.381000', '102643.383000', '102643.386000', '102643.389000', '102643.392000', '102643.395000', '102643.398000', '102643.401000', '102643.404000', '102643.406000', '102643.409000', '102643.412000', '102643.415000', '102643.418000', '102643.421000', '102643.424000', '102643.426000', '102643.429000', '102643.432000', '102643.435000', '102643.438000', '102643.441000', '102643.443000', '102643.446000', '102643.449000', '102643.452000', '102643.455000', '102703.326000', '102703.329000', '102703.332000', '102703.335000', '102703.338000', '102703.352000', '102703.355000', '102703.358000', '102703.361000', '102703.363000', '102703.366000', '102703.369000', '102703.372000', '102703.375000', '102703.377000', '102703.380000', '102703.383000', '102703.386000', '102703.389000', '102703.392000', '102703.395000', '102703.397000', '102703.400000', '102703.403000', '102703.406000', '102703.409000', '102703.412000', '102703.415000', '102703.417000', '102703.420000', '102703.423000', '102703.426000', '102703.429000', '102703.432000', '102703.434000', '102703.437000', '102703.440000', '102703.443000', '102703.446000', '102703.448000', '102703.451000', '102703.454000', '102703.457000', '102723.326000', '102723.329000', '102723.332000', '102723.335000', '102723.338000', '102723.340000', '102723.343000', '102723.346000', '102723.349000', '102723.352000', '102723.355000', '102723.357000', '102723.361000', '102723.363000', '102723.366000', '102723.371000', '102723.374000', '102723.377000', '102723.379000', '102723.382000', '102723.385000', '102723.388000', '102723.391000', '102723.394000', '102723.396000', '102723.399000', '102723.402000', '102723.405000', '102723.408000', '102723.411000', '102723.414000', '102723.416000', '102723.419000', '102723.422000', '102723.425000', '102723.428000', '102723.431000', '102723.434000', '102723.436000', '102723.439000', '102723.442000', '102723.445000', '102723.448000', '102723.450000', '102743.325000', '102743.328000', '102743.339000', '102743.342000', '102743.345000', '102743.348000', '102743.351000', '102743.354000', '102743.357000', '102743.359000', '102743.362000', '102743.365000', '102743.368000', '102743.371000', '102743.374000', '102743.377000', '102743.379000', '102743.382000', '102743.385000', '102743.388000', '102743.392000', '102743.395000', '102743.398000', '102743.401000', '102743.404000', '102743.407000', '102743.410000', '102743.412000', '102743.415000', '102743.418000', '102743.421000', '102743.424000', '102743.427000', '102743.430000', '102743.432000', '102743.435000', '102743.438000', '102743.441000', '102743.444000', '102743.447000', '102743.450000', '102743.453000', '102743.456000', '102754.088000', '102754.092000', '102754.095000', '102754.098000', '102754.102000', '102754.105000', '102754.108000', '102754.111000', '102754.114000', '102754.117000', '102754.119000', '102754.122000', '102754.125000', '102754.128000', '102754.131000', '102754.134000', '102754.137000', '102754.139000', '102754.142000', '102754.145000', '102754.148000', '102754.151000', '102754.154000', '102754.157000'], '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': [11560, 11781, 19361, 15334, 15355, 12061, 10560, 11860, 10943, 11915, 11912, 11331, 11639, 13004, 11955, 12044, 16668, 11929, 11343, 11713, 11703, 12814, 11992, 11831, 11807, 12503, 11359, 12013, 14364, 11834, 11084, 11214, 11651, 13927, 12117, 11363, 11476, 11455, 12656, 11937, 11154, 11662, 12387, 11502, 12044, 13451, 12023, 13155, 11878, 13565, 11513, 11960, 16792, 12070, 13538, 14378, 11986, 15611, 11688, 11313, 12613, 12044, 11306, 11682, 11244, 17597, 11801, 11776, 12371, 11805, 11927, 11760, 10821, 11981, 11350, 11514, 12192, 11184, 11905, 14827, 12525, 14613, 11791, 11725, 17092, 13033, 14713, 18095, 14316, 13813, 11812, 10967, 11688, 12060, 12619, 12007, 12246, 11938, 11243, 12865, 11581, 11766, 10989, 11888, 11044, 12033, 12438, 16864, 13518, 14358, 11740, 11462, 11772, 12339, 13967, 12636, 12427, 12410, 10723, 12190, 10963, 11412, 11815, 11931, 12222, 12138, 12194, 11416, 11976, 10720, 11819, 10995, 11716, 11469, 15209, 11919, 11739, 11673, 11902, 11975, 11977, 13559, 11882, 11240, 11836, 11519, 12280, 12038, 10681, 11828, 10999, 11350, 11991, 14336, 12042, 10929, 11745, 11164, 11644, 12007, 14863, 12028, 13604, 12057, 11676, 12228, 11242, 11573, 11984, 11853, 12171, 17634, 13365, 14370, 12197, 18660, 12133, 12107, 17363, 14370, 15355, 11622, 11961, 18676, 12030, 14342, 11954, 10967, 12226, 11466, 11973, 11930, 11628, 11968, 12252, 11924, 14167, 12523, 17375, 12702, 15956, 12488, 17784, 13462, 17426, 12573, 16577, 11842, 15594, 12165, 12747, 11851, 12216, 12578, 12078, 11882, 12075, 11749, 12245, 10731, 12213, 11039, 12309, 11412, 11906, 12390, 11438, 11429, 11847, 11815, 12204, 14939, 12128, 14731, 11979, 13660, 11693, 12057, 18084, 14548, 16619, 14433, 12640, 17567, 12041, 13410, 12338, 11225, 12297, 11256, 11817, 11871, 12463, 12162, 12761, 12297, 12333, 12244, 12280, 12340, 12340, 13895, 12333, 11197, 12072, 11003, 12671, 11021, 12104, 11527, 11649, 11735, 11710, 11343, 11889, 10970, 11695, 11800, 11836, 11941, 15816, 12169, 14281, 12077, 12571, 11966, 11148, 11920, 12420, 11832, 12053, 12372, 12315, 15205, 12255, 11632, 12238, 11241, 11899, 12158, 14967, 12340, 12781, 12247, 11809, 16850, 12457, 11595, 12348, 11184, 11848, 10903, 12024, 10736, 12107, 12172, 11862, 12457, 15572, 12299, 12391, 12386, 12066, 12541, 14259, 12688, 15858, 12835, 13020, 12858, 11619, 12279, 12154, 12600, 16174, 12528, 18556, 12255, 18536, 13284, 18163, 12647, 14951, 12016, 16697, 11929, 17743, 12913, 17049, 12916, 14336, 12231, 10639, 12256, 12140, 12559, 11866, 11352, 12386, 11094, 12769, 11255, 12551, 11092, 12397, 11191, 12638, 11731, 12497, 10936, 12387, 11445, 12229, 12453, 16354, 12744, 13372, 12560, 12273, 13089, 12778, 17253, 12726, 12407, 12204, 10841, 12924, 11516, 12772, 10942, 12716, 10838, 12553, 12670, 12732, 13070, 12350, 12422, 15946, 13478, 16088, 12191, 17104, 12261, 11843, 13052, 12353, 17611, 12577, 11754, 12814, 11960, 12179, 12489, 11234, 12187, 11141, 12413, 11172, 12389, 11146, 12400, 11252, 12239, 11857, 12690, 12610, 15205, 12552, 11634, 12075, 12186, 16005, 12119, 11929, 12229, 11809, 12248, 12059, 12302, 12445, 12537, 12572, 11797, 11987, 11113, 12360, 11791, 12534, 11930, 12301, 12284, 11966, 10977, 12175, 12125, 15004, 12112, 15050, 12351, 12883, 12932, 12179, 12376, 11667, 12370, 11355, 12390, 15254, 11840, 11602, 11795, 11728, 11815, 11892, 11820, 15631, 12291, 11428, 18031, 11702, 14854, 11690, 14780, 11912, 12802, 10027, 11522, 12167, 12108, 11421, 11959, 13954, 18433, 12139, 17137, 19621, 16551, 18433, 11741, 15601, 11667, 11798, 11726, 11800, 15496, 11962, 11505, 18527, 12220, 11216, 11693, 11635, 11119, 11550, 10479, 11339, 10903, 11632, 11805, 11964, 11515, 11566, 11778, 11601, 11991, 11371, 11967, 11404, 11926, 11440, 12168, 11430, 11701, 11641, 13476, 12228, 12155, 12331, 11869, 12537, 11913, 12158, 12292, 11555, 12284, 11455, 12158, 11232, 12246, 11456, 12156, 12213, 11926, 12365, 13272, 12431, 14670, 12383, 13145, 12518, 14282, 12478, 12151, 17886, 15483, 14611, 12117, 12272, 12091, 12465, 12280, 12045, 12713, 12047, 13960, 12475, 12299, 12628, 12591, 11950, 11984, 16954, 12072, 12453, 12365, 11113, 12337, 11195, 12005, 11146, 11745, 12292, 13034, 12647, 12213, 12247, 12284, 12009, 12356, 16987, 12891, 12130, 11947, 11756, 12087, 11517, 12222, 11801, 11993, 12526, 12119, 12196, 14247, 12078, 14752, 12171, 12186, 12249, 12445, 12357, 11950, 12460, 11887, 14983, 12469, 13795, 12120, 11051, 12245, 11560, 12180, 12028, 12895, 12336, 12239, 12164, 11049, 12312, 11963, 12283, 12087, 12014, 12351, 10831, 12434, 12110, 12249, 12221, 12067, 11994, 13355, 12264, 12395, 12388, 14557, 12612, 13887, 12453, 15450, 12357, 11503, 11906, 11568, 11870, 11207, 12430, 13790, 12340, 12417, 11849, 12283, 12247, 16891, 13380, 14679, 12042, 11589, 12921, 12194, 18056, 12091, 13538, 12295, 11275, 12497, 10970, 12055, 11481, 12235, 11224, 11710, 10938, 11764, 10974, 11416, 11581, 12372, 11556, 12249, 11775, 13186, 11881, 13301, 12015, 12607, 11877, 13213, 12003, 11436, 12094, 14551, 16032, 12443, 17270, 11948, 12680, 12591, 11320, 12158, 11303, 12194, 11266, 12112, 12301, 12696, 12165, 12432, 12110, 12512, 12621, 16602, 12260, 13365, 12231, 12496, 12314, 12289, 12177, 11611, 12044, 11302, 12333, 12149, 13347, 12128, 12787, 12265, 12085, 12500, 11260, 12308, 11229, 12065, 10997, 12244, 11050, 11838, 11279, 10691, 11444, 11860, 11256, 10955, 11054, 11781, 11850, 12117, 12348, 11732, 12073, 12500, 11979, 12377, 16523, 11987, 19565, 12737, 19249, 12803, 19185, 16008, 15677, 20188, 13070, 16312, 12143, 11492, 12259, 11404, 11846, 11850, 11635, 11551, 12001, 11563, 12122, 12122, 11351, 11242, 11313, 12117, 11291, 11887, 11455, 12047, 11467, 12060, 11936, 11796, 16845, 11724, 14630, 11594, 11928, 11571, 11956, 11927, 12532, 11934, 15380, 12118, 15050, 11817, 13804, 11947, 12970, 11808, 11788, 11926, 11708, 11892, 12835, 11663, 11803, 16949, 12194, 16639, 12288, 11974, 15845, 11937, 11120, 11781, 11466, 12022, 11573, 11673, 11751, 11490, 12097, 11527, 11740, 11757, 12589, 11752, 11873, 11777, 12085, 16469, 12079, 13242, 11828, 11815, 11564, 11907, 12093, 11942, 12168, 11849, 11743, 11841], 'WindowCenter': [4786.0, 4784.0, 4818.0, 4787.0, 4772.0, 4754.0, 4730.0, 4754.0, 4743.0, 4754.0, 4754.0, 4745.0, 4756.0, 4763.0, 4752.0, 4766.0, 4781.0, 4754.0, 4740.0, 4753.0, 4754.0, 4764.0, 4754.0, 4754.0, 4756.0, 4764.0, 4742.0, 4765.0, 4775.0, 4754.0, 4744.0, 4744.0, 4755.0, 4771.0, 4766.0, 4755.0, 4752.0, 4755.0, 4763.0, 4755.0, 4755.0, 4753.0, 4765.0, 4743.0, 4762.0, 4762.0, 4765.0, 4765.0, 4754.0, 4765.0, 4742.0, 4754.0, 4781.0, 4743.0, 4760.0, 4758.0, 4740.0, 4769.0, 4738.0, 4729.0, 4738.0, 4751.0, 4729.0, 4740.0, 4742.0, 4776.0, 4738.0, 4739.0, 4749.0, 4740.0, 4740.0, 4752.0, 4730.0, 4752.0, 4744.0, 4753.0, 4764.0, 4743.0, 4756.0, 4785.0, 4765.0, 4772.0, 4752.0, 4751.0, 4770.0, 4749.0, 4759.0, 4765.0, 4747.0, 4745.0, 4726.0, 4714.0, 4724.0, 4739.0, 4737.0, 4751.0, 4738.0, 4750.0, 4739.0, 4776.0, 4752.0, 4754.0, 4744.0, 4753.0, 4743.0, 4751.0, 4751.0, 4781.0, 4759.0, 4759.0, 4737.0, 4729.0, 4728.0, 4739.0, 4746.0, 4748.0, 4738.0, 4750.0, 4729.0, 4737.0, 4729.0, 4741.0, 4749.0, 4740.0, 4752.0, 4750.0, 4752.0, 4741.0, 4753.0, 4741.0, 4753.0, 4742.0, 4753.0, 4753.0, 4781.0, 4751.0, 4739.0, 4742.0, 4751.0, 4740.0, 4754.0, 4761.0, 4751.0, 4741.0, 4751.0, 4753.0, 4751.0, 4765.0, 4734.0, 4754.0, 4743.0, 4744.0, 4755.0, 4771.0, 4754.0, 4742.0, 4754.0, 4744.0, 4753.0, 4766.0, 4785.0, 4765.0, 4772.0, 4766.0, 4752.0, 4765.0, 4754.0, 4754.0, 4765.0, 4752.0, 4765.0, 4805.0, 4775.0, 4784.0, 4764.0, 4803.0, 4753.0, 4766.0, 4781.0, 4770.0, 4770.0, 4728.0, 4739.0, 4788.0, 4739.0, 4758.0, 4741.0, 4729.0, 4750.0, 4751.0, 4753.0, 4754.0, 4754.0, 4755.0, 4764.0, 4766.0, 4784.0, 4764.0, 4793.0, 4763.0, 4780.0, 4762.0, 4791.0, 4765.0, 4779.0, 4752.0, 4770.0, 4728.0, 4767.0, 4739.0, 4737.0, 4726.0, 4738.0, 4725.0, 4737.0, 4726.0, 4739.0, 4737.0, 4750.0, 4731.0, 4763.0, 4755.0, 4777.0, 4765.0, 4769.0, 4764.0, 4754.0, 4765.0, 4778.0, 4766.0, 4777.0, 4786.0, 4767.0, 4786.0, 4755.0, 4772.0, 4741.0, 4750.0, 4780.0, 4748.0, 4769.0, 4743.0, 4724.0, 4752.0, 4714.0, 4721.0, 4722.0, 4711.0, 4724.0, 4712.0, 4724.0, 4726.0, 4723.0, 4724.0, 4733.0, 4726.0, 4734.0, 4726.0, 4735.0, 4735.0, 4738.0, 4745.0, 4739.0, 4726.0, 4748.0, 4728.0, 4763.0, 4744.0, 4754.0, 4742.0, 4753.0, 4753.0, 4755.0, 4755.0, 4767.0, 4755.0, 4766.0, 4764.0, 4752.0, 4753.0, 4793.0, 4766.0, 4774.0, 4765.0, 4765.0, 4753.0, 4744.0, 4753.0, 4762.0, 4754.0, 4752.0, 4750.0, 4753.0, 4780.0, 4749.0, 4740.0, 4749.0, 4730.0, 4740.0, 4752.0, 4770.0, 4751.0, 4749.0, 4751.0, 4750.0, 4779.0, 4749.0, 4740.0, 4749.0, 4740.0, 4740.0, 4742.0, 4765.0, 4755.0, 4764.0, 4777.0, 4766.0, 4776.0, 4795.0, 4779.0, 4775.0, 4779.0, 4764.0, 4765.0, 4797.0, 4778.0, 4810.0, 4777.0, 4774.0, 4778.0, 4765.0, 4765.0, 4775.0, 4776.0, 4797.0, 4763.0, 4803.0, 4755.0, 4804.0, 4774.0, 4804.0, 4763.0, 4767.0, 4741.0, 4768.0, 4741.0, 4777.0, 4750.0, 4769.0, 4741.0, 4744.0, 4725.0, 4704.0, 4723.0, 4725.0, 4721.0, 4724.0, 4713.0, 4737.0, 4717.0, 4749.0, 4728.0, 4750.0, 4738.0, 4752.0, 4743.0, 4752.0, 4752.0, 4765.0, 4745.0, 4767.0, 4754.0, 4765.0, 4763.0, 4792.0, 4763.0, 4762.0, 4765.0, 4764.0, 4760.0, 4762.0, 4791.0, 4762.0, 4752.0, 4765.0, 4742.0, 4775.0, 4754.0, 4776.0, 4743.0, 4774.0, 4753.0, 4775.0, 4777.0, 4779.0, 4791.0, 4773.0, 4779.0, 4819.0, 4802.0, 4808.0, 4761.0, 4791.0, 4765.0, 4753.0, 4747.0, 4738.0, 4780.0, 4740.0, 4739.0, 4736.0, 4739.0, 4737.0, 4749.0, 4728.0, 4738.0, 4728.0, 4750.0, 4739.0, 4750.0, 4742.0, 4764.0, 4745.0, 4752.0, 4753.0, 4752.0, 4750.0, 4770.0, 4749.0, 4741.0, 4739.0, 4738.0, 4767.0, 4748.0, 4742.0, 4743.0, 4738.0, 4749.0, 4751.0, 4750.0, 4763.0, 4754.0, 4763.0, 4750.0, 4753.0, 4742.0, 4765.0, 4753.0, 4765.0, 4756.0, 4767.0, 4766.0, 4763.0, 4757.0, 4764.0, 4767.0, 4784.0, 4766.0, 4782.0, 4764.0, 4761.0, 4762.0, 4753.0, 4763.0, 4754.0, 4775.0, 4767.0, 4778.0, 4795.0, 4754.0, 4744.0, 4752.0, 4753.0, 4753.0, 4752.0, 4768.0, 4786.0, 4752.0, 4743.0, 4792.0, 4754.0, 4770.0, 4751.0, 4769.0, 4741.0, 4737.0, 4706.0, 4741.0, 4739.0, 4739.0, 4730.0, 4741.0, 4763.0, 4784.0, 4727.0, 4756.0, 4754.0, 4744.0, 4739.0, 4688.0, 4713.0, 4677.0, 4685.0, 4685.0, 4686.0, 4714.0, 4686.0, 4687.0, 4736.0, 4686.0, 4686.0, 4685.0, 4682.0, 4673.0, 4687.0, 4675.0, 4688.0, 4689.0, 4702.0, 4723.0, 4726.0, 4726.0, 4725.0, 4727.0, 4717.0, 4727.0, 4715.0, 4727.0, 4718.0, 4728.0, 4727.0, 4738.0, 4727.0, 4727.0, 4728.0, 4736.0, 4739.0, 4738.0, 4737.0, 4738.0, 4737.0, 4741.0, 4750.0, 4763.0, 4751.0, 4763.0, 4754.0, 4767.0, 4754.0, 4765.0, 4757.0, 4767.0, 4767.0, 4754.0, 4766.0, 4763.0, 4764.0, 4783.0, 4766.0, 4763.0, 4764.0, 4785.0, 4752.0, 4754.0, 4791.0, 4770.0, 4758.0, 4739.0, 4740.0, 4740.0, 4749.0, 4750.0, 4753.0, 4747.0, 4752.0, 4760.0, 4751.0, 4741.0, 4750.0, 4750.0, 4741.0, 4741.0, 4778.0, 4741.0, 4749.0, 4749.0, 4740.0, 4751.0, 4740.0, 4752.0, 4742.0, 4751.0, 4764.0, 4775.0, 4772.0, 4765.0, 4767.0, 4767.0, 4753.0, 4765.0, 4819.0, 4788.0, 4765.0, 4765.0, 4750.0, 4750.0, 4741.0, 4751.0, 4765.0, 4779.0, 4777.0, 4753.0, 4763.0, 4772.0, 4752.0, 4772.0, 4754.0, 4751.0, 4750.0, 4752.0, 4749.0, 4740.0, 4749.0, 4741.0, 4767.0, 4747.0, 4760.0, 4739.0, 4729.0, 4749.0, 4739.0, 4751.0, 4755.0, 4759.0, 4762.0, 4749.0, 4753.0, 4740.0, 4750.0, 4751.0, 4751.0, 4749.0, 4750.0, 4763.0, 4742.0, 4765.0, 4764.0, 4766.0, 4763.0, 4765.0, 4767.0, 4773.0, 4764.0, 4765.0, 4764.0, 4774.0, 4763.0, 4773.0, 4762.0, 4783.0, 4762.0, 4743.0, 4751.0, 4743.0, 4752.0, 4742.0, 4776.0, 4772.0, 4764.0, 4752.0, 4753.0, 4751.0, 4752.0, 4791.0, 4762.0, 4771.0, 4737.0, 4741.0, 4750.0, 4751.0, 4787.0, 4740.0, 4747.0, 4748.0, 4737.0, 4760.0, 4742.0, 4762.0, 4751.0, 4764.0, 4781.0, 4778.0, 4754.0, 4764.0, 4754.0, 4755.0, 4765.0, 4763.0, 4753.0, 4762.0, 4763.0, 4785.0, 4767.0, 4762.0, 4752.0, 4752.0, 4752.0, 4760.0, 4751.0, 4740.0, 4750.0, 4773.0, 4768.0, 4741.0, 4777.0, 4739.0, 4736.0, 4739.0, 4729.0, 4737.0, 4728.0, 4737.0, 4728.0, 4738.0, 4753.0, 4759.0, 4751.0, 4753.0, 4751.0, 4752.0, 4762.0, 4791.0, 4763.0, 4762.0, 4753.0, 4751.0, 4752.0, 4755.0, 4753.0, 4743.0, 4752.0, 4741.0, 4760.0, 4763.0, 4761.0, 4752.0, 4759.0, 4752.0, 4749.0, 4763.0, 4741.0, 4752.0, 4742.0, 4752.0, 4742.0, 4762.0, 4767.0, 4765.0, 4763.0, 4742.0, 4754.0, 4739.0, 4730.0, 4744.0, 4742.0, 4765.0, 4764.0, 4763.0, 4774.0, 4764.0, 4764.0, 4763.0, 4752.0, 4751.0, 4780.0, 4740.0, 4790.0, 4736.0, 4776.0, 4724.0, 4764.0, 4742.0, 4742.0, 4750.0, 4709.0, 4739.0, 4697.0, 4688.0, 4697.0, 4696.0, 4698.0, 4710.0, 4699.0, 4712.0, 4721.0, 4724.0, 4737.0, 4736.0, 4729.0, 4727.0, 4728.0, 4749.0, 4739.0, 4751.0, 4751.0, 4752.0, 4755.0, 4764.0, 4778.0, 4778.0, 4815.0, 4763.0, 4782.0, 4753.0, 4739.0, 4764.0, 4765.0, 4764.0, 4761.0, 4763.0, 4794.0, 4765.0, 4781.0, 4763.0, 4771.0, 4762.0, 4760.0, 4751.0, 4748.0, 4751.0, 4750.0, 4752.0, 4762.0, 4740.0, 4742.0, 4777.0, 4737.0, 4768.0, 4727.0, 4726.0, 4753.0, 4724.0, 4713.0, 4728.0, 4725.0, 4750.0, 4754.0, 4749.0, 4752.0, 4753.0, 4763.0, 4751.0, 4762.0, 4765.0, 4786.0, 4765.0, 4776.0, 4763.0, 4766.0, 4804.0, 4773.0, 4785.0, 4764.0, 4764.0, 4751.0, 4762.0, 4763.0, 4764.0, 4764.0, 4762.0, 4762.0, 4762.0], 'WindowWidth': [10447.0, 10439.0, 10476.0, 10427.0, 10400.0, 10375.0, 10338.0, 10377.0, 10362.0, 10377.0, 10377.0, 10367.0, 10381.0, 10389.0, 10372.0, 10395.0, 10411.0, 10374.0, 10353.0, 10371.0, 10377.0, 10389.0, 10377.0, 10376.0, 10384.0, 10393.0, 10360.0, 10395.0, 10408.0, 10377.0, 10363.0, 10364.0, 10381.0, 10400.0, 10397.0, 10381.0, 10372.0, 10381.0, 10387.0, 10381.0, 10382.0, 10376.0, 10392.0, 10361.0, 10388.0, 10387.0, 10395.0, 10395.0, 10378.0, 10394.0, 10357.0, 10377.0, 10417.0, 10358.0, 10383.0, 10374.0, 10350.0, 10389.0, 10346.0, 10334.0, 10346.0, 10368.0, 10335.0, 10352.0, 10357.0, 10398.0, 10347.0, 10350.0, 10362.0, 10352.0, 10350.0, 10370.0, 10338.0, 10373.0, 10364.0, 10377.0, 10393.0, 10364.0, 10382.0, 10423.0, 10396.0, 10402.0, 10371.0, 10370.0, 10397.0, 10362.0, 10380.0, 10381.0, 10355.0, 10350.0, 10324.0, 10307.0, 10321.0, 10348.0, 10343.0, 10368.0, 10348.0, 10367.0, 10353.0, 10410.0, 10373.0, 10379.0, 10364.0, 10374.0, 10362.0, 10370.0, 10370.0, 10412.0, 10379.0, 10379.0, 10343.0, 10334.0, 10330.0, 10346.0, 10353.0, 10359.0, 10347.0, 10364.0, 10333.0, 10345.0, 10334.0, 10352.0, 10365.0, 10352.0, 10372.0, 10366.0, 10371.0, 10355.0, 10378.0, 10359.0, 10377.0, 10360.0, 10375.0, 10375.0, 10412.0, 10370.0, 10352.0, 10357.0, 10370.0, 10353.0, 10377.0, 10384.0, 10370.0, 10355.0, 10371.0, 10374.0, 10371.0, 10394.0, 10349.0, 10377.0, 10362.0, 10362.0, 10380.0, 10398.0, 10377.0, 10359.0, 10379.0, 10364.0, 10377.0, 10397.0, 10422.0, 10395.0, 10403.0, 10396.0, 10375.0, 10395.0, 10380.0, 10379.0, 10395.0, 10374.0, 10396.0, 10453.0, 10411.0, 10420.0, 10393.0, 10448.0, 10376.0, 10397.0, 10416.0, 10394.0, 10394.0, 10332.0, 10349.0, 10418.0, 10350.0, 10375.0, 10355.0, 10336.0, 10368.0, 10370.0, 10374.0, 10378.0, 10377.0, 10380.0, 10392.0, 10398.0, 10421.0, 10390.0, 10432.0, 10391.0, 10411.0, 10387.0, 10429.0, 10395.0, 10408.0, 10371.0, 10392.0, 10331.0, 10388.0, 10347.0, 10343.0, 10325.0, 10344.0, 10322.0, 10343.0, 10327.0, 10349.0, 10343.0, 10366.0, 10341.0, 10391.0, 10384.0, 10418.0, 10400.0, 10407.0, 10392.0, 10381.0, 10397.0, 10421.0, 10400.0, 10417.0, 10428.0, 10398.0, 10428.0, 10382.0, 10402.0, 10356.0, 10367.0, 10410.0, 10358.0, 10393.0, 10345.0, 10318.0, 10355.0, 10301.0, 10309.0, 10312.0, 10298.0, 10317.0, 10300.0, 10318.0, 10323.0, 10314.0, 10320.0, 10333.0, 10325.0, 10333.0, 10324.0, 10336.0, 10336.0, 10346.0, 10353.0, 10346.0, 10327.0, 10360.0, 10332.0, 10388.0, 10361.0, 10376.0, 10358.0, 10377.0, 10376.0, 10380.0, 10382.0, 10401.0, 10384.0, 10396.0, 10394.0, 10374.0, 10378.0, 10433.0, 10398.0, 10405.0, 10394.0, 10393.0, 10372.0, 10365.0, 10374.0, 10385.0, 10374.0, 10372.0, 10366.0, 10373.0, 10411.0, 10366.0, 10353.0, 10365.0, 10338.0, 10351.0, 10371.0, 10393.0, 10366.0, 10363.0, 10367.0, 10366.0, 10402.0, 10363.0, 10353.0, 10363.0, 10352.0, 10354.0, 10359.0, 10396.0, 10384.0, 10395.0, 10414.0, 10399.0, 10414.0, 10441.0, 10419.0, 10410.0, 10419.0, 10396.0, 10397.0, 10444.0, 10418.0, 10469.0, 10416.0, 10411.0, 10421.0, 10402.0, 10398.0, 10414.0, 10411.0, 10441.0, 10392.0, 10446.0, 10381.0, 10449.0, 10409.0, 10449.0, 10389.0, 10387.0, 10352.0, 10386.0, 10351.0, 10401.0, 10366.0, 10390.0, 10350.0, 10348.0, 10321.0, 10291.0, 10315.0, 10320.0, 10312.0, 10319.0, 10303.0, 10339.0, 10312.0, 10360.0, 10333.0, 10368.0, 10350.0, 10372.0, 10358.0, 10373.0, 10374.0, 10397.0, 10367.0, 10400.0, 10381.0, 10394.0, 10392.0, 10431.0, 10391.0, 10387.0, 10391.0, 10393.0, 10380.0, 10386.0, 10425.0, 10384.0, 10374.0, 10394.0, 10359.0, 10409.0, 10381.0, 10412.0, 10365.0, 10408.0, 10379.0, 10413.0, 10417.0, 10421.0, 10442.0, 10409.0, 10417.0, 10486.0, 10463.0, 10466.0, 10390.0, 10425.0, 10396.0, 10373.0, 10355.0, 10344.0, 10409.0, 10348.0, 10346.0, 10339.0, 10348.0, 10341.0, 10362.0, 10335.0, 10349.0, 10333.0, 10365.0, 10350.0, 10366.0, 10359.0, 10391.0, 10364.0, 10373.0, 10374.0, 10370.0, 10367.0, 10397.0, 10365.0, 10354.0, 10347.0, 10348.0, 10384.0, 10362.0, 10356.0, 10357.0, 10346.0, 10364.0, 10366.0, 10366.0, 10388.0, 10375.0, 10388.0, 10369.0, 10377.0, 10360.0, 10396.0, 10375.0, 10397.0, 10383.0, 10399.0, 10399.0, 10393.0, 10388.0, 10393.0, 10401.0, 10421.0, 10397.0, 10414.0, 10390.0, 10384.0, 10386.0, 10374.0, 10390.0, 10378.0, 10412.0, 10405.0, 10418.0, 10439.0, 10379.0, 10363.0, 10370.0, 10374.0, 10376.0, 10376.0, 10404.0, 10429.0, 10371.0, 10360.0, 10426.0, 10377.0, 10395.0, 10371.0, 10390.0, 10351.0, 10339.0, 10302.0, 10354.0, 10349.0, 10348.0, 10334.0, 10352.0, 10390.0, 10423.0, 10326.0, 10367.0, 10363.0, 10344.0, 10331.0, 10253.0, 10281.0, 10237.0, 10246.0, 10245.0, 10250.0, 10286.0, 10248.0, 10252.0, 10317.0, 10249.0, 10249.0, 10244.0, 10241.0, 10229.0, 10254.0, 10235.0, 10259.0, 10261.0, 10283.0, 10316.0, 10323.0, 10323.0, 10321.0, 10327.0, 10309.0, 10324.0, 10308.0, 10327.0, 10312.0, 10330.0, 10330.0, 10343.0, 10328.0, 10327.0, 10331.0, 10340.0, 10345.0, 10345.0, 10342.0, 10344.0, 10342.0, 10354.0, 10365.0, 10388.0, 10371.0, 10390.0, 10379.0, 10398.0, 10379.0, 10395.0, 10385.0, 10398.0, 10399.0, 10379.0, 10397.0, 10390.0, 10391.0, 10420.0, 10397.0, 10391.0, 10393.0, 10425.0, 10373.0, 10376.0, 10425.0, 10396.0, 10375.0, 10350.0, 10351.0, 10350.0, 10363.0, 10366.0, 10375.0, 10360.0, 10371.0, 10379.0, 10369.0, 10354.0, 10367.0, 10366.0, 10353.0, 10354.0, 10404.0, 10353.0, 10364.0, 10362.0, 10352.0, 10369.0, 10353.0, 10371.0, 10359.0, 10370.0, 10393.0, 10408.0, 10404.0, 10395.0, 10399.0, 10401.0, 10375.0, 10395.0, 10480.0, 10436.0, 10397.0, 10395.0, 10368.0, 10370.0, 10356.0, 10372.0, 10395.0, 10426.0, 10413.0, 10376.0, 10389.0, 10401.0, 10374.0, 10402.0, 10377.0, 10369.0, 10366.0, 10372.0, 10363.0, 10354.0, 10362.0, 10354.0, 10387.0, 10359.0, 10381.0, 10351.0, 10336.0, 10364.0, 10350.0, 10371.0, 10380.0, 10379.0, 10385.0, 10366.0, 10373.0, 10355.0, 10369.0, 10371.0, 10371.0, 10368.0, 10367.0, 10389.0, 10362.0, 10395.0, 10393.0, 10401.0, 10393.0, 10398.0, 10401.0, 10403.0, 10394.0, 10395.0, 10394.0, 10406.0, 10389.0, 10403.0, 10388.0, 10417.0, 10386.0, 10360.0, 10371.0, 10361.0, 10375.0, 10364.0, 10414.0, 10404.0, 10392.0, 10374.0, 10376.0, 10370.0, 10372.0, 10428.0, 10386.0, 10395.0, 10346.0, 10353.0, 10366.0, 10369.0, 10414.0, 10350.0, 10359.0, 10361.0, 10346.0, 10382.0, 10359.0, 10388.0, 10373.0, 10395.0, 10432.0, 10423.0, 10383.0, 10395.0, 10380.0, 10383.0, 10397.0, 10389.0, 10378.0, 10391.0, 10393.0, 10428.0, 10404.0, 10388.0, 10374.0, 10374.0, 10374.0, 10381.0, 10368.0, 10353.0, 10365.0, 10400.0, 10389.0, 10352.0, 10399.0, 10346.0, 10341.0, 10346.0, 10336.0, 10344.0, 10333.0, 10346.0, 10333.0, 10347.0, 10372.0, 10378.0, 10368.0, 10373.0, 10371.0, 10370.0, 10388.0, 10427.0, 10389.0, 10386.0, 10376.0, 10370.0, 10374.0, 10380.0, 10376.0, 10362.0, 10374.0, 10356.0, 10382.0, 10391.0, 10386.0, 10373.0, 10380.0, 10371.0, 10366.0, 10389.0, 10359.0, 10373.0, 10359.0, 10373.0, 10359.0, 10386.0, 10404.0, 10398.0, 10396.0, 10365.0, 10377.0, 10348.0, 10337.0, 10363.0, 10361.0, 10397.0, 10395.0, 10393.0, 10412.0, 10395.0, 10394.0, 10391.0, 10378.0, 10372.0, 10413.0, 10352.0, 10426.0, 10341.0, 10399.0, 10319.0, 10378.0, 10338.0, 10340.0, 10350.0, 10290.0, 10332.0, 10267.0, 10257.0, 10271.0, 10269.0, 10271.0, 10295.0, 10277.0, 10299.0, 10311.0, 10321.0, 10342.0, 10342.0, 10335.0, 10330.0, 10333.0, 10362.0, 10350.0, 10368.0, 10371.0, 10373.0, 10378.0, 10393.0, 10422.0, 10424.0, 10468.0, 10391.0, 10418.0, 10375.0, 10351.0, 10397.0, 10397.0, 10395.0, 10384.0, 10392.0, 10436.0, 10395.0, 10414.0, 10391.0, 10401.0, 10388.0, 10383.0, 10370.0, 10364.0, 10369.0, 10368.0, 10373.0, 10384.0, 10353.0, 10357.0, 10400.0, 10344.0, 10390.0, 10326.0, 10324.0, 10355.0, 10318.0, 10304.0, 10329.0, 10324.0, 10368.0, 10381.0, 10371.0, 10375.0, 10377.0, 10390.0, 10375.0, 10391.0, 10400.0, 10432.0, 10399.0, 10415.0, 10394.0, 10399.0, 10450.0, 10408.0, 10428.0, 10394.0, 10394.0, 10374.0, 10388.0, 10392.0, 10396.0, 10394.0, 10392.0, 10390.0, 10389.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.0017697931034482762</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02081259643678161</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.733352345293476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2375095871921775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0313500109090912</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4933</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4343.7344</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09475641070357504</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.9080459770114944</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8108766251489237</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7747494792993628</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0871471082148596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5707332879325495</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.023788</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015683038160204887</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027256328612565994</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.442531261188438</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.4742</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.3698</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.2219</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293815.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>992.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.822</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>666.8999</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3804.4831</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4117.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82729.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>825.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1195.9151</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.15608520898968</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> |