=== 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-0035 --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-0035",
"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-0035_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0035_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-01/func/sub-0035_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3e4e763b163122d67bf9fcf187bc9b31</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>17:25:35.087500</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.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.116963</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>267.7</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>31bf91f7-3495-4980-9960-0b964e1550db||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.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [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': ['172535.087500', '172535.547500', '172536.007500', '172536.467500', '172536.927500', '172537.387500', '172537.847500', '172538.307500', '172538.767500', '172539.227500', '172539.687500', '172540.147500', '172540.607500', '172541.067500', '172541.527500', '172541.987500', '172542.447500', '172542.907500', '172543.367500', '172543.827500', '172544.287500', '172544.747500', '172545.207500', '172545.667500', '172546.127500', '172546.587500', '172547.047500', '172547.507500', '172547.967500', '172548.427500', '172548.887500', '172549.347500', '172549.807500', '172550.267500', '172550.727500', '172551.187500', '172551.647500', '172552.107500', '172552.567500', '172553.027500', '172553.487500', '172553.947500', '172554.407500', '172554.867500', '172555.327500', '172555.787500', '172556.247500', '172556.707500', '172557.167500', '172557.627500', '172558.087500', '172558.547500', '172559.007500', '172559.467500', '172559.927500', '172600.387500', '172600.847500', '172601.307500', '172601.767500', '172602.227500', '172602.687500', '172603.147500', '172603.607500', '172604.067500', '172604.527500', '172604.987500', '172605.447500', '172605.907500', '172606.367500', '172606.827500', '172607.287500', '172607.747500', '172608.207500', '172608.667500', '172609.127500', '172609.587500', '172610.047500', '172610.507500', '172610.967500', '172611.427500', '172611.887500', '172612.347500', '172612.807500', '172613.267500', '172613.727500', '172614.187500', '172614.647500', '172615.107500', '172615.567500', '172616.027500', '172616.487500', '172616.947500', '172617.407500', '172617.867500', '172618.327500', '172618.787500', '172619.247500', '172619.707500', '172620.167500', '172620.627500', '172621.087500', '172621.547500', '172622.007500', '172622.467500', '172622.927500', '172623.387500', '172623.847500', '172624.307500', '172624.767500', '172625.227500', '172625.687500', '172626.147500', '172626.607500', '172627.067500', '172627.527500', '172627.987500', '172628.447500', '172628.907500', '172629.367500', '172629.827500', '172630.287500', '172630.747500', '172631.207500', '172631.667500', '172632.127500', '172632.587500', '172633.047500', '172633.507500', '172633.967500', '172634.427500', '172634.887500', '172635.347500', '172635.807500', '172636.267500', '172636.727500', '172637.187500', '172637.647500', '172638.107500', '172638.567500', '172639.027500', '172639.487500', '172639.947500', '172640.407500', '172640.867500', '172641.327500', '172641.787500', '172642.247500', '172642.707500', '172643.167500', '172643.627500', '172644.087500', '172644.547500', '172645.007500', '172645.467500', '172645.927500', '172646.387500', '172646.847500', '172647.307500', '172647.767500', '172648.227500', '172648.687500', '172649.147500', '172649.607500', '172650.067500', '172650.527500', '172650.987500', '172651.447500', '172651.907500', '172652.367500', '172652.827500', '172653.287500', '172653.747500', '172654.207500', '172654.667500', '172655.127500', '172655.587500', '172656.047500', '172656.507500', '172656.967500', '172657.427500', '172657.887500', '172658.347500', '172658.807500', '172659.267500', '172659.727500', '172700.187500', '172700.647500', '172701.107500', '172701.567500', '172702.027500', '172702.487500', '172702.947500', '172703.407500', '172703.867500', '172704.327500', '172704.787500', '172705.247500', '172705.707500', '172706.167500', '172706.627500', '172707.087500', '172707.547500', '172708.007500', '172708.467500', '172708.927500', '172709.387500', '172709.847500', '172710.307500', '172710.767500', '172711.227500', '172711.687500', '172712.147500', '172712.607500', '172713.067500', '172713.527500', '172713.987500', '172714.447500', '172714.907500', '172715.367500', '172715.827500', '172716.287500', '172716.747500', '172717.207500', '172717.667500', '172718.127500', '172718.587500', '172719.047500', '172719.507500', '172719.967500', '172720.427500', '172720.887500', '172721.347500', '172721.807500', '172722.267500', '172722.727500', '172723.187500', '172723.647500', '172724.107500', '172724.567500', '172725.027500', '172725.487500', '172725.947500', '172726.407500', '172726.867500', '172727.327500', '172727.787500', '172728.247500', '172728.707500', '172729.167500', '172729.627500', '172730.087500', '172730.547500', '172731.007500', '172731.467500', '172731.927500', '172732.387500', '172732.847500', '172733.307500', '172733.767500', '172734.227500', '172734.687500', '172735.147500', '172735.607500', '172736.067500', '172736.527500', '172736.987500', '172737.447500', '172737.907500', '172738.367500', '172738.827500', '172739.287500', '172739.747500', '172740.207500', '172740.667500', '172741.127500', '172741.587500', '172742.047500', '172742.507500', '172742.967500', '172743.427500', '172743.887500', '172744.347500', '172744.807500', '172745.267500', '172745.727500', '172746.187500', '172746.647500', '172747.107500', '172747.567500', '172748.027500', '172748.487500', '172748.947500', '172749.407500', '172749.867500', '172750.327500', '172750.787500', '172751.247500', '172751.707500', '172752.167500', '172752.627500', '172753.087500', '172753.547500', '172754.007500', '172754.467500', '172754.927500', '172755.387500', '172755.847500', '172756.307500', '172756.767500', '172757.227500', '172757.687500', '172758.147500', '172758.607500', '172759.067500', '172759.527500', '172759.987500', '172800.447500', '172800.907500', '172801.367500', '172801.827500', '172802.287500', '172802.747500', '172803.207500', '172803.667500', '172804.127500', '172804.587500', '172805.047500', '172805.507500', '172805.967500', '172806.427500', '172806.887500', '172807.347500', '172807.807500', '172808.267500', '172808.727500', '172809.187500', '172809.647500', '172810.107500', '172810.567500', '172811.027500', '172811.487500', '172811.947500', '172812.407500', '172812.867500', '172813.327500', '172813.787500', '172814.247500', '172814.707500', '172815.167500', '172815.627500', '172816.087500', '172816.547500', '172817.007500', '172817.467500', '172817.927500', '172818.387500', '172818.847500', '172819.307500', '172819.767500', '172820.227500', '172820.687500', '172821.147500', '172821.607500', '172822.067500', '172822.527500', '172822.987500', '172823.447500', '172823.907500', '172824.367500', '172824.827500', '172825.287500', '172825.747500', '172826.207500', '172826.667500', '172827.127500', '172827.587500', '172828.047500', '172828.507500', '172828.967500', '172829.427500', '172829.887500', '172830.347500', '172830.807500', '172831.267500', '172831.727500', '172832.187500', '172832.647500', '172833.107500', '172833.567500', '172834.027500', '172834.487500', '172834.947500', '172835.407500', '172835.867500', '172836.327500', '172836.787500', '172837.247500', '172837.707500', '172838.167500', '172838.627500', '172839.087500', '172839.547500', '172840.007500', '172840.467500', '172840.927500', '172841.387500', '172841.847500', '172842.307500', '172842.767500', '172843.227500', '172843.687500', '172844.147500', '172844.607500', '172845.067500', '172845.527500', '172845.987500', '172846.447500', '172846.907500', '172847.367500', '172847.827500', '172848.287500', '172848.747500', '172849.207500', '172849.667500', '172850.127500', '172850.587500', '172851.047500', '172851.507500', '172851.967500', '172852.427500', '172852.887500', '172853.347500', '172853.807500', '172854.267500', '172854.727500', '172855.187500', '172855.647500', '172856.107500', '172856.567500', '172857.027500', '172857.487500', '172857.947500', '172858.407500', '172858.867500', '172859.327500', '172859.787500', '172900.247500', '172900.707500', '172901.167500', '172901.627500', '172902.087500', '172902.547500', '172903.007500', '172903.467500', '172903.927500', '172904.387500', '172904.847500', '172905.307500', '172905.767500', '172906.227500', '172906.687500', '172907.147500', '172907.607500', '172908.067500', '172908.527500', '172908.987500', '172909.447500', '172909.907500', '172910.367500', '172910.827500', '172911.287500', '172911.747500', '172912.207500', '172912.667500', '172913.127500', '172913.587500', '172914.047500', '172914.507500', '172914.967500', '172915.427500', '172915.887500', '172916.347500', '172916.807500', '172917.267500', '172917.727500', '172918.187500', '172918.647500', '172919.107500', '172919.567500', '172920.027500', '172920.487500', '172920.947500', '172921.407500', '172921.867500', '172922.327500', '172922.787500', '172923.247500', '172923.707500', '172924.167500', '172924.627500', '172925.087500', '172925.547500', '172926.007500', '172926.467500', '172926.927500', '172927.387500', '172927.847500', '172928.307500', '172928.767500', '172929.227500', '172929.687500', '172930.147500', '172930.607500', '172931.067500', '172931.527500', '172931.987500', '172932.447500', '172932.907500', '172933.367500', '172933.827500', '172934.287500', '172934.747500', '172935.207500', '172935.667500', '172936.127500', '172936.587500', '172937.047500', '172937.507500', '172937.967500', '172938.427500', '172938.887500', '172939.347500', '172939.807500', '172940.267500', '172940.727500', '172941.187500', '172941.647500', '172942.107500', '172942.567500', '172943.027500', '172943.487500', '172943.947500', '172944.407500', '172944.867500', '172945.327500', '172945.787500', '172946.247500', '172946.707500', '172947.167500', '172947.627500', '172948.087500', '172948.547500', '172949.007500', '172949.467500', '172949.927500', '172950.387500', '172950.847500', '172951.307500', '172951.767500', '172952.227500', '172952.687500', '172953.147500', '172953.607500', '172954.067500', '172954.527500', '172954.987500', '172955.447500', '172955.907500', '172956.367500', '172956.827500', '172957.287500', '172957.747500', '172958.207500', '172958.667500', '172959.127500', '172959.587500', '173000.047500', '173000.507500', '173000.967500', '173001.427500', '173001.887500', '173002.347500', '173002.807500', '173003.267500', '173003.727500', '173004.187500', '173004.647500', '173005.107500', '173005.567500', '173006.027500', '173006.487500', '173006.947500', '173007.407500', '173007.867500', '173008.327500', '173008.787500', '173009.247500', '173009.707500', '173010.167500', '173010.627500', '173011.087500', '173011.547500', '173012.007500', '173012.467500', '173012.927500', '173013.387500', '173013.847500', '173014.307500', '173014.767500', '173015.227500', '173015.687500', '173016.147500', '173016.607500', '173017.067500', '173017.527500', '173017.987500', '173018.447500', '173018.907500', '173019.367500', '173019.827500', '173020.287500', '173020.747500', '173021.207500', '173021.667500', '173022.127500', '173022.587500', '173023.047500', '173023.507500', '173023.967500', '173024.427500', '173024.887500', '173025.347500', '173025.807500', '173026.267500', '173026.727500', '173027.187500', '173027.647500', '173028.107500', '173028.567500', '173029.027500', '173029.487500', '173029.947500', '173030.407500', '173030.867500', '173031.327500', '173031.787500', '173032.247500', '173032.707500', '173033.167500', '173033.627500', '173034.087500', '173034.547500', '173035.007500', '173035.467500', '173035.927500', '173036.387500', '173036.847500', '173037.307500', '173037.767500', '173038.227500', '173038.687500', '173039.147500', '173039.607500', '173040.067500', '173040.527500', '173040.987500', '173041.447500', '173041.907500', '173042.367500', '173042.827500', '173043.287500', '173043.747500', '173044.207500', '173044.667500', '173045.127500', '173045.587500', '173046.047500', '173046.507500', '173046.967500', '173047.427500', '173047.887500', '173048.347500', '173048.807500', '173049.267500', '173049.727500', '173050.187500', '173050.647500', '173051.107500', '173051.567500', '173052.027500', '173052.487500', '173052.947500', '173053.407500', '173053.867500', '173054.327500', '173054.787500', '173055.247500', '173055.707500', '173056.167500', '173056.627500', '173057.087500', '173057.547500', '173058.007500', '173058.467500', '173058.927500', '173059.387500', '173059.847500', '173100.307500', '173100.767500', '173101.227500', '173101.687500', '173102.147500', '173102.607500', '173103.067500', '173103.527500', '173103.987500', '173104.447500', '173104.907500', '173105.367500', '173105.827500', '173106.287500', '173106.747500', '173107.207500', '173107.667500', '173108.127500', '173108.587500', '173109.047500', '173109.507500', '173109.967500', '173110.427500', '173110.887500', '173111.347500', '173111.807500', '173112.267500', '173112.727500', '173113.187500', '173113.647500', '173114.107500', '173114.567500', '173115.027500', '173115.487500', '173115.947500', '173116.407500', '173116.867500', '173117.327500', '173117.787500', '173118.247500', '173118.707500', '173119.167500', '173119.627500', '173120.087500', '173120.547500', '173121.007500', '173121.467500', '173121.927500', '173122.387500', '173122.847500', '173123.307500', '173123.767500', '173124.227500', '173124.687500', '173125.147500', '173125.607500', '173126.067500', '173126.527500', '173126.987500', '173127.447500', '173127.907500', '173128.367500', '173128.827500', '173129.287500', '173129.747500', '173130.207500', '173130.667500', '173131.127500', '173131.587500', '173132.047500', '173132.507500', '173132.967500', '173133.427500', '173133.887500', '173134.347500', '173134.807500', '173135.267500', '173135.727500', '173136.187500', '173136.647500', '173137.107500', '173137.567500', '173138.027500', '173138.487500', '173138.947500', '173139.407500', '173139.867500', '173140.327500', '173140.787500', '173141.247500', '173141.707500', '173142.167500', '173142.627500', '173143.087500', '173143.547500', '173144.007500', '173144.467500', '173144.927500', '173145.387500', '173145.847500', '173146.307500', '173146.767500', '173147.227500', '173147.687500', '173148.147500', '173148.607500', '173149.067500', '173149.527500', '173149.987500', '173150.447500', '173150.907500', '173151.367500', '173151.827500', '173152.287500', '173152.747500', '173153.207500', '173153.667500', '173154.127500', '173154.587500', '173155.047500', '173155.507500', '173155.967500', '173156.427500', '173156.887500', '173157.347500', '173157.807500', '173158.267500', '173158.727500', '173159.187500', '173159.647500', '173200.107500', '173200.567500', '173201.027500', '173201.487500', '173201.947500', '173202.407500', '173202.867500', '173203.327500', '173203.787500', '173204.247500', '173204.707500', '173205.167500', '173205.627500', '173206.087500', '173206.547500', '173207.007500', '173207.467500', '173207.927500', '173208.387500', '173208.847500', '173209.307500', '173209.767500', '173210.227500', '173210.687500', '173211.147500', '173211.607500', '173212.067500', '173212.527500', '173212.987500', '173213.447500', '173213.907500', '173214.367500', '173214.827500', '173215.287500', '173215.747500'], 'ContentTime': ['172557.738000', '172557.741000', '172557.744000', '172557.747000', '172557.750000', '172557.753000', '172557.756000', '172557.758000', '172557.762000', '172557.764000', '172557.767000', '172557.770000', '172557.773000', '172557.806000', '172557.809000', '172557.811000', '172557.814000', '172557.817000', '172557.820000', '172557.823000', '172557.825000', '172557.828000', '172557.831000', '172557.834000', '172557.836000', '172557.839000', '172557.842000', '172557.845000', '172557.848000', '172557.850000', '172557.859000', '172557.862000', '172557.865000', '172557.867000', '172557.870000', '172557.873000', '172557.876000', '172557.879000', '172557.881000', '172557.884000', '172557.887000', '172557.890000', '172557.893000', '172557.895000', '172557.898000', '172557.901000', '172617.708000', '172617.711000', '172617.714000', '172617.716000', '172617.719000', '172617.722000', '172617.725000', '172617.727000', '172617.730000', '172617.733000', '172617.736000', '172617.738000', '172617.741000', '172617.744000', '172617.747000', '172617.750000', '172617.752000', '172617.755000', '172617.758000', '172617.761000', '172617.763000', '172617.766000', '172617.769000', '172617.772000', '172617.775000', '172617.784000', '172617.787000', '172617.790000', '172617.793000', '172617.796000', '172617.798000', '172617.801000', '172617.804000', '172617.807000', '172617.810000', '172617.812000', '172617.815000', '172617.818000', '172617.821000', '172617.823000', '172617.826000', '172617.829000', '172617.832000', '172617.834000', '172637.708000', '172637.711000', '172637.714000', '172637.716000', '172637.719000', '172637.722000', '172637.725000', '172637.728000', '172637.730000', '172637.733000', '172637.736000', '172637.739000', '172637.741000', '172637.744000', '172637.747000', '172637.750000', '172637.753000', '172637.755000', '172637.758000', '172637.761000', '172637.764000', '172637.767000', '172637.770000', '172637.773000', '172637.775000', '172637.778000', '172637.781000', '172637.784000', '172637.787000', '172637.789000', '172637.792000', '172637.795000', '172637.804000', '172637.807000', '172637.810000', '172637.813000', '172637.816000', '172637.819000', '172637.821000', '172637.824000', '172637.827000', '172637.830000', '172637.832000', '172657.708000', '172657.711000', '172657.714000', '172657.716000', '172657.719000', '172657.722000', '172657.725000', '172657.728000', '172657.730000', '172657.733000', '172657.736000', '172657.739000', '172657.741000', '172657.744000', '172657.755000', '172657.758000', '172657.761000', '172657.763000', '172657.766000', '172657.769000', '172657.772000', '172657.775000', '172657.778000', '172657.780000', '172657.783000', '172657.786000', '172657.789000', '172657.791000', '172657.794000', '172657.797000', '172657.800000', '172657.803000', '172657.805000', '172657.808000', '172657.811000', '172657.814000', '172657.817000', '172657.820000', '172657.822000', '172657.825000', '172657.828000', '172657.831000', '172657.833000', '172657.836000', '172717.708000', '172717.711000', '172717.713000', '172717.716000', '172717.719000', '172717.722000', '172717.725000', '172717.728000', '172717.731000', '172717.734000', '172717.737000', '172717.740000', '172717.743000', '172717.745000', '172717.748000', '172717.751000', '172717.754000', '172717.757000', '172717.759000', '172717.762000', '172717.765000', '172717.768000', '172717.809000', '172717.811000', '172717.814000', '172717.817000', '172717.820000', '172717.823000', '172717.856000', '172717.859000', '172717.861000', '172717.864000', '172717.867000', '172717.870000', '172717.873000', '172717.875000', '172717.878000', '172717.881000', '172717.884000', '172717.887000', '172717.889000', '172717.892000', '172717.895000', '172737.708000', '172737.711000', '172737.713000', '172737.716000', '172737.719000', '172737.722000', '172737.733000', '172737.736000', '172737.739000', '172737.742000', '172737.745000', '172737.747000', '172737.750000', '172737.753000', '172737.756000', '172737.758000', '172737.761000', '172737.764000', '172737.767000', '172737.800000', '172737.803000', '172737.806000', '172737.808000', '172737.811000', '172737.814000', '172737.817000', '172737.819000', '172737.822000', '172737.825000', '172737.828000', '172737.831000', '172737.833000', '172737.836000', '172737.839000', '172737.849000', '172737.852000', '172737.855000', '172737.858000', '172737.860000', '172737.863000', '172737.866000', '172737.869000', '172737.872000', '172737.874000', '172757.708000', '172757.711000', '172757.714000', '172757.716000', '172757.719000', '172757.722000', '172757.725000', '172757.728000', '172757.731000', '172757.733000', '172757.736000', '172757.739000', '172757.742000', '172757.745000', '172757.748000', '172757.750000', '172757.753000', '172757.756000', '172757.759000', '172757.762000', '172757.765000', '172757.768000', '172757.771000', '172757.773000', '172757.776000', '172757.779000', '172757.782000', '172757.785000', '172757.787000', '172757.820000', '172757.823000', '172757.826000', '172757.829000', '172757.832000', '172757.834000', '172757.837000', '172757.840000', '172757.843000', '172757.846000', '172757.849000', '172757.851000', '172757.854000', '172757.857000', '172817.708000', '172817.711000', '172817.713000', '172817.716000', '172817.719000', '172817.722000', '172817.725000', '172817.728000', '172817.730000', '172817.733000', '172817.736000', '172817.739000', '172817.742000', '172817.744000', '172817.747000', '172817.750000', '172817.753000', '172817.756000', '172817.759000', '172817.761000', '172817.764000', '172817.767000', '172817.770000', '172817.773000', '172817.776000', '172817.778000', '172817.781000', '172817.784000', '172817.787000', '172817.790000', '172817.792000', '172817.795000', '172817.798000', '172817.801000', '172817.804000', '172817.806000', '172817.809000', '172817.812000', '172817.815000', '172817.818000', '172817.820000', '172817.823000', '172817.826000', '172817.829000', '172837.708000', '172837.711000', '172837.714000', '172837.716000', '172837.719000', '172837.722000', '172837.725000', '172837.728000', '172837.730000', '172837.733000', '172837.736000', '172837.739000', '172837.742000', '172837.744000', '172837.747000', '172837.750000', '172837.753000', '172837.756000', '172837.759000', '172837.762000', '172837.765000', '172837.768000', '172837.771000', '172837.774000', '172837.776000', '172837.779000', '172837.782000', '172837.785000', '172837.788000', '172837.790000', '172837.793000', '172837.796000', '172837.799000', '172837.802000', '172837.804000', '172837.807000', '172837.810000', '172837.813000', '172837.816000', '172837.819000', '172837.821000', '172837.824000', '172837.827000', '172857.708000', '172857.711000', '172857.714000', '172857.716000', '172857.719000', '172857.722000', '172857.725000', '172857.728000', '172857.731000', '172857.733000', '172857.736000', '172857.739000', '172857.742000', '172857.745000', '172857.747000', '172857.750000', '172857.753000', '172857.756000', '172857.759000', '172857.762000', '172857.764000', '172857.767000', '172857.827000', '172857.830000', '172857.833000', '172857.836000', '172857.839000', '172857.841000', '172857.844000', '172857.847000', '172857.850000', '172857.853000', '172857.855000', '172857.865000', '172857.868000', '172857.871000', '172857.874000', '172857.876000', '172857.879000', '172857.882000', '172857.885000', '172857.888000', '172857.890000', '172857.893000', '172917.708000', '172917.728000', '172917.731000', '172917.734000', '172917.737000', '172917.739000', '172917.742000', '172917.745000', '172917.748000', '172917.751000', '172917.753000', '172917.756000', '172917.759000', '172917.762000', '172917.765000', '172917.768000', '172917.805000', '172917.807000', '172917.810000', '172917.813000', '172917.816000', '172917.819000', '172917.821000', '172917.824000', '172917.827000', '172917.830000', '172917.833000', '172917.835000', '172917.838000', '172917.841000', '172917.844000', '172917.847000', '172917.850000', '172917.853000', '172917.855000', '172917.858000', '172917.861000', '172917.864000', '172917.867000', '172917.869000', '172917.872000', '172917.875000', '172917.878000', '172937.708000', '172937.711000', '172937.721000', '172937.724000', '172937.726000', '172937.729000', '172937.732000', '172937.735000', '172937.738000', '172937.740000', '172937.743000', '172937.746000', '172937.749000', '172937.752000', '172937.754000', '172937.757000', '172937.760000', '172937.763000', '172937.766000', '172937.769000', '172937.771000', '172937.774000', '172937.777000', '172937.780000', '172937.783000', '172937.785000', '172937.788000', '172937.791000', '172937.794000', '172937.797000', '172937.799000', '172937.802000', '172937.805000', '172937.808000', '172937.811000', '172937.813000', '172937.816000', '172937.819000', '172937.822000', '172937.825000', '172937.827000', '172937.830000', '172937.833000', '172937.836000', '172957.708000', '172957.711000', '172957.714000', '172957.717000', '172957.720000', '172957.722000', '172957.725000', '172957.728000', '172957.731000', '172957.734000', '172957.736000', '172957.739000', '172957.742000', '172957.745000', '172957.748000', '172957.750000', '172957.753000', '172957.756000', '172957.759000', '172957.762000', '172957.765000', '172957.822000', '172957.825000', '172957.828000', '172957.831000', '172957.834000', '172957.836000', '172957.839000', '172957.842000', '172957.845000', '172957.848000', '172957.850000', '172957.853000', '172957.856000', '172957.859000', '172957.862000', '172957.865000', '172957.868000', '172957.871000', '172957.874000', '172957.876000', '172957.879000', '172957.882000', '173017.710000', '173017.713000', '173017.715000', '173017.718000', '173017.721000', '173017.724000', '173017.727000', '173017.729000', '173017.732000', '173017.735000', '173017.738000', '173017.741000', '173017.743000', '173017.746000', '173017.749000', '173017.752000', '173017.755000', '173017.758000', '173017.761000', '173017.763000', '173017.766000', '173017.769000', '173017.816000', '173017.819000', '173017.821000', '173017.824000', '173017.827000', '173017.830000', '173017.833000', '173017.835000', '173017.838000', '173017.841000', '173017.844000', '173017.847000', '173017.849000', '173017.852000', '173017.855000', '173017.858000', '173017.860000', '173017.863000', '173017.866000', '173017.869000', '173017.872000', '173017.874000', '173037.708000', '173037.711000', '173037.714000', '173037.716000', '173037.719000', '173037.722000', '173037.725000', '173037.728000', '173037.730000', '173037.733000', '173037.736000', '173037.754000', '173037.757000', '173037.759000', '173037.762000', '173037.765000', '173037.768000', '173037.771000', '173037.815000', '173037.818000', '173037.821000', '173037.824000', '173037.827000', '173037.829000', '173037.832000', '173037.835000', '173037.838000', '173037.841000', '173037.843000', '173037.846000', '173037.849000', '173037.852000', '173037.855000', '173037.857000', '173037.860000', '173037.863000', '173037.866000', '173037.868000', '173037.871000', '173037.874000', '173037.877000', '173037.880000', '173037.883000', '173057.708000', '173057.711000', '173057.714000', '173057.716000', '173057.719000', '173057.722000', '173057.725000', '173057.728000', '173057.730000', '173057.733000', '173057.736000', '173057.739000', '173057.742000', '173057.745000', '173057.747000', '173057.750000', '173057.753000', '173057.756000', '173057.759000', '173057.761000', '173057.764000', '173057.767000', '173057.770000', '173057.773000', '173057.776000', '173057.779000', '173057.781000', '173057.784000', '173057.787000', '173057.790000', '173057.793000', '173057.795000', '173057.798000', '173057.801000', '173057.804000', '173057.807000', '173057.809000', '173057.812000', '173057.815000', '173057.818000', '173057.821000', '173057.824000', '173057.826000', '173057.829000', '173117.708000', '173117.711000', '173117.714000', '173117.717000', '173117.719000', '173117.722000', '173117.725000', '173117.728000', '173117.731000', '173117.733000', '173117.736000', '173117.739000', '173117.742000', '173117.745000', '173117.748000', '173117.751000', '173117.753000', '173117.756000', '173117.759000', '173117.762000', '173117.765000', '173117.767000', '173117.836000', '173117.839000', '173117.842000', '173117.845000', '173117.848000', '173117.851000', '173117.854000', '173117.857000', '173117.859000', '173117.862000', '173117.865000', '173117.868000', '173117.871000', '173117.873000', '173117.876000', '173117.879000', '173117.882000', '173117.885000', '173117.887000', '173117.890000', '173117.893000', '173137.708000', '173137.711000', '173137.714000', '173137.716000', '173137.719000', '173137.722000', '173137.725000', '173137.728000', '173137.730000', '173137.733000', '173137.736000', '173137.739000', '173137.742000', '173137.745000', '173137.747000', '173137.750000', '173137.753000', '173137.756000', '173137.759000', '173137.761000', '173137.764000', '173137.767000', '173137.770000', '173137.773000', '173137.776000', '173137.779000', '173137.783000', '173137.786000', '173137.789000', '173137.791000', '173137.794000', '173137.797000', '173137.800000', '173137.803000', '173137.806000', '173137.808000', '173137.811000', '173137.814000', '173137.817000', '173137.820000', '173137.822000', '173137.825000', '173137.828000', '173137.831000', '173157.708000', '173157.711000', '173157.714000', '173157.716000', '173157.719000', '173157.722000', '173157.725000', '173157.728000', '173157.731000', '173157.734000', '173157.736000', '173157.739000', '173157.742000', '173157.745000', '173157.747000', '173157.750000', '173157.753000', '173157.756000', '173157.759000', '173157.761000', '173157.764000', '173157.767000', '173157.836000', '173157.839000', '173157.842000', '173157.845000', '173157.847000', '173157.850000', '173157.853000', '173157.856000', '173157.858000', '173157.861000', '173157.864000', '173157.867000', '173157.870000', '173157.872000', '173157.887000', '173157.890000', '173157.893000', '173157.896000', '173157.898000', '173157.901000', '173157.904000', '173217.284000', '173217.287000', '173217.291000', '173217.294000', '173217.297000', '173217.300000', '173217.303000', '173217.306000', '173217.309000', '173217.312000', '173217.315000', '173217.318000', '173217.322000', '173217.325000', '173217.328000', '173217.331000', '173217.334000', '173217.337000', '173217.340000', '173217.343000', '173217.346000', '173217.349000', '173217.354000', '173217.357000', '173217.360000', '173217.364000', '173217.367000', '173217.370000', '173217.373000', '173217.376000', '173217.379000', '173217.381000', '173217.384000', '173217.387000', '173217.390000', '173217.393000', '173217.396000', '173217.399000', '173217.401000', '173217.404000', '173217.407000', '173217.410000', '173217.413000'], 'InstanceCreationTime': ['172557.738000', '172557.741000', '172557.744000', '172557.747000', '172557.750000', '172557.753000', '172557.756000', '172557.758000', '172557.762000', '172557.764000', '172557.767000', '172557.770000', '172557.773000', '172557.806000', '172557.809000', '172557.811000', '172557.814000', '172557.817000', '172557.820000', '172557.823000', '172557.825000', '172557.828000', '172557.831000', '172557.834000', '172557.836000', '172557.839000', '172557.842000', '172557.845000', '172557.848000', '172557.850000', '172557.859000', '172557.862000', '172557.865000', '172557.867000', '172557.870000', '172557.873000', '172557.876000', '172557.879000', '172557.881000', '172557.884000', '172557.887000', '172557.890000', '172557.893000', '172557.895000', '172557.898000', '172557.901000', '172617.708000', '172617.711000', '172617.714000', '172617.716000', '172617.719000', '172617.722000', '172617.725000', '172617.727000', '172617.730000', '172617.733000', '172617.736000', '172617.738000', '172617.741000', '172617.744000', '172617.747000', '172617.750000', '172617.752000', '172617.755000', '172617.758000', '172617.761000', '172617.763000', '172617.766000', '172617.769000', '172617.772000', '172617.775000', '172617.784000', '172617.787000', '172617.790000', '172617.793000', '172617.796000', '172617.798000', '172617.801000', '172617.804000', '172617.807000', '172617.810000', '172617.812000', '172617.815000', '172617.818000', '172617.821000', '172617.823000', '172617.826000', '172617.829000', '172617.832000', '172617.834000', '172637.708000', '172637.711000', '172637.714000', '172637.716000', '172637.719000', '172637.722000', '172637.725000', '172637.728000', '172637.730000', '172637.733000', '172637.736000', '172637.739000', '172637.741000', '172637.744000', '172637.747000', '172637.750000', '172637.753000', '172637.755000', '172637.758000', '172637.761000', '172637.764000', '172637.767000', '172637.770000', '172637.773000', '172637.775000', '172637.778000', '172637.781000', '172637.784000', '172637.787000', '172637.789000', '172637.792000', '172637.795000', '172637.804000', '172637.807000', '172637.810000', '172637.813000', '172637.816000', '172637.819000', '172637.821000', '172637.824000', '172637.827000', '172637.830000', '172637.832000', '172657.708000', '172657.711000', '172657.714000', '172657.716000', '172657.719000', '172657.722000', '172657.725000', '172657.728000', '172657.730000', '172657.733000', '172657.736000', '172657.739000', '172657.741000', '172657.744000', '172657.755000', '172657.758000', '172657.761000', '172657.763000', '172657.766000', '172657.769000', '172657.772000', '172657.775000', '172657.778000', '172657.780000', '172657.783000', '172657.786000', '172657.789000', '172657.791000', '172657.794000', '172657.797000', '172657.800000', '172657.803000', '172657.805000', '172657.808000', '172657.811000', '172657.814000', '172657.817000', '172657.820000', '172657.822000', '172657.825000', '172657.828000', '172657.831000', '172657.833000', '172657.836000', '172717.708000', '172717.711000', '172717.713000', '172717.716000', '172717.719000', '172717.722000', '172717.725000', '172717.728000', '172717.731000', '172717.734000', '172717.737000', '172717.740000', '172717.743000', '172717.745000', '172717.748000', '172717.751000', '172717.754000', '172717.757000', '172717.759000', '172717.762000', '172717.765000', '172717.768000', '172717.809000', '172717.811000', '172717.814000', '172717.817000', '172717.820000', '172717.823000', '172717.856000', '172717.859000', '172717.861000', '172717.864000', '172717.867000', '172717.870000', '172717.873000', '172717.875000', '172717.878000', '172717.881000', '172717.884000', '172717.887000', '172717.889000', '172717.892000', '172717.895000', '172737.708000', '172737.711000', '172737.713000', '172737.716000', '172737.719000', '172737.722000', '172737.733000', '172737.736000', '172737.739000', '172737.742000', '172737.745000', '172737.747000', '172737.750000', '172737.753000', '172737.756000', '172737.758000', '172737.761000', '172737.764000', '172737.767000', '172737.800000', '172737.803000', '172737.806000', '172737.808000', '172737.811000', '172737.814000', '172737.817000', '172737.819000', '172737.822000', '172737.825000', '172737.828000', '172737.831000', '172737.833000', '172737.836000', '172737.839000', '172737.849000', '172737.852000', '172737.855000', '172737.858000', '172737.860000', '172737.863000', '172737.866000', '172737.869000', '172737.872000', '172737.874000', '172757.708000', '172757.711000', '172757.714000', '172757.716000', '172757.719000', '172757.722000', '172757.725000', '172757.728000', '172757.731000', '172757.733000', '172757.736000', '172757.739000', '172757.742000', '172757.745000', '172757.748000', '172757.750000', '172757.753000', '172757.756000', '172757.759000', '172757.762000', '172757.765000', '172757.768000', '172757.771000', '172757.773000', '172757.776000', '172757.779000', '172757.782000', '172757.785000', '172757.787000', '172757.820000', '172757.823000', '172757.826000', '172757.829000', '172757.832000', '172757.834000', '172757.837000', '172757.840000', '172757.843000', '172757.846000', '172757.849000', '172757.851000', '172757.854000', '172757.857000', '172817.708000', '172817.711000', '172817.713000', '172817.716000', '172817.719000', '172817.722000', '172817.725000', '172817.728000', '172817.730000', '172817.733000', '172817.736000', '172817.739000', '172817.742000', '172817.744000', '172817.747000', '172817.750000', '172817.753000', '172817.756000', '172817.759000', '172817.761000', '172817.764000', '172817.767000', '172817.770000', '172817.773000', '172817.776000', '172817.778000', '172817.781000', '172817.784000', '172817.787000', '172817.790000', '172817.792000', '172817.795000', '172817.798000', '172817.801000', '172817.804000', '172817.806000', '172817.809000', '172817.812000', '172817.815000', '172817.818000', '172817.820000', '172817.823000', '172817.826000', '172817.829000', '172837.708000', '172837.711000', '172837.714000', '172837.716000', '172837.719000', '172837.722000', '172837.725000', '172837.728000', '172837.730000', '172837.733000', '172837.736000', '172837.739000', '172837.742000', '172837.744000', '172837.747000', '172837.750000', '172837.753000', '172837.756000', '172837.759000', '172837.762000', '172837.765000', '172837.768000', '172837.771000', '172837.774000', '172837.776000', '172837.779000', '172837.782000', '172837.785000', '172837.788000', '172837.790000', '172837.793000', '172837.796000', '172837.799000', '172837.802000', '172837.804000', '172837.807000', '172837.810000', '172837.813000', '172837.816000', '172837.819000', '172837.821000', '172837.824000', '172837.827000', '172857.708000', '172857.711000', '172857.714000', '172857.716000', '172857.719000', '172857.722000', '172857.725000', '172857.728000', '172857.731000', '172857.733000', '172857.736000', '172857.739000', '172857.742000', '172857.745000', '172857.747000', '172857.750000', '172857.753000', '172857.756000', '172857.759000', '172857.762000', '172857.764000', '172857.767000', '172857.827000', '172857.830000', '172857.833000', '172857.836000', '172857.839000', '172857.841000', '172857.844000', '172857.847000', '172857.850000', '172857.853000', '172857.855000', '172857.865000', '172857.868000', '172857.871000', '172857.874000', '172857.876000', '172857.879000', '172857.882000', '172857.885000', '172857.888000', '172857.890000', '172857.893000', '172917.708000', '172917.728000', '172917.731000', '172917.734000', '172917.737000', '172917.739000', '172917.742000', '172917.745000', '172917.748000', '172917.751000', '172917.753000', '172917.756000', '172917.759000', '172917.762000', '172917.765000', '172917.768000', '172917.805000', '172917.807000', '172917.810000', '172917.813000', '172917.816000', '172917.819000', '172917.821000', '172917.824000', '172917.827000', '172917.830000', '172917.833000', '172917.835000', '172917.838000', '172917.841000', '172917.844000', '172917.847000', '172917.850000', '172917.853000', '172917.855000', '172917.858000', '172917.861000', '172917.864000', '172917.867000', '172917.869000', '172917.872000', '172917.875000', '172917.878000', '172937.708000', '172937.711000', '172937.721000', '172937.724000', '172937.726000', '172937.729000', '172937.732000', '172937.735000', '172937.738000', '172937.740000', '172937.743000', '172937.746000', '172937.749000', '172937.752000', '172937.754000', '172937.757000', '172937.760000', '172937.763000', '172937.766000', '172937.769000', '172937.771000', '172937.774000', '172937.777000', '172937.780000', '172937.783000', '172937.785000', '172937.788000', '172937.791000', '172937.794000', '172937.797000', '172937.799000', '172937.802000', '172937.805000', '172937.808000', '172937.811000', '172937.813000', '172937.816000', '172937.819000', '172937.822000', '172937.825000', '172937.827000', '172937.830000', '172937.833000', '172937.836000', '172957.708000', '172957.711000', '172957.714000', '172957.717000', '172957.720000', '172957.722000', '172957.725000', '172957.728000', '172957.731000', '172957.734000', '172957.736000', '172957.739000', '172957.742000', '172957.745000', '172957.748000', '172957.750000', '172957.753000', '172957.756000', '172957.759000', '172957.762000', '172957.765000', '172957.822000', '172957.825000', '172957.828000', '172957.831000', '172957.834000', '172957.836000', '172957.839000', '172957.842000', '172957.845000', '172957.848000', '172957.850000', '172957.853000', '172957.856000', '172957.859000', '172957.862000', '172957.865000', '172957.868000', '172957.871000', '172957.874000', '172957.876000', '172957.879000', '172957.882000', '173017.710000', '173017.713000', '173017.715000', '173017.718000', '173017.721000', '173017.724000', '173017.727000', '173017.729000', '173017.732000', '173017.735000', '173017.738000', '173017.741000', '173017.743000', '173017.746000', '173017.749000', '173017.752000', '173017.755000', '173017.758000', '173017.761000', '173017.763000', '173017.766000', '173017.769000', '173017.816000', '173017.819000', '173017.821000', '173017.824000', '173017.827000', '173017.830000', '173017.833000', '173017.835000', '173017.838000', '173017.841000', '173017.844000', '173017.847000', '173017.849000', '173017.852000', '173017.855000', '173017.858000', '173017.860000', '173017.863000', '173017.866000', '173017.869000', '173017.872000', '173017.874000', '173037.708000', '173037.711000', '173037.714000', '173037.716000', '173037.719000', '173037.722000', '173037.725000', '173037.728000', '173037.730000', '173037.733000', '173037.736000', '173037.754000', '173037.757000', '173037.759000', '173037.762000', '173037.765000', '173037.768000', '173037.771000', '173037.815000', '173037.818000', '173037.821000', '173037.824000', '173037.827000', '173037.829000', '173037.832000', '173037.835000', '173037.838000', '173037.841000', '173037.843000', '173037.846000', '173037.849000', '173037.852000', '173037.855000', '173037.857000', '173037.860000', '173037.863000', '173037.866000', '173037.868000', '173037.871000', '173037.874000', '173037.877000', '173037.880000', '173037.883000', '173057.708000', '173057.711000', '173057.714000', '173057.716000', '173057.719000', '173057.722000', '173057.725000', '173057.728000', '173057.730000', '173057.733000', '173057.736000', '173057.739000', '173057.742000', '173057.745000', '173057.747000', '173057.750000', '173057.753000', '173057.756000', '173057.759000', '173057.761000', '173057.764000', '173057.767000', '173057.770000', '173057.773000', '173057.776000', '173057.779000', '173057.781000', '173057.784000', '173057.787000', '173057.790000', '173057.793000', '173057.795000', '173057.798000', '173057.801000', '173057.804000', '173057.807000', '173057.809000', '173057.812000', '173057.815000', '173057.818000', '173057.821000', '173057.824000', '173057.826000', '173057.829000', '173117.708000', '173117.711000', '173117.714000', '173117.717000', '173117.719000', '173117.722000', '173117.725000', '173117.728000', '173117.731000', '173117.733000', '173117.736000', '173117.739000', '173117.742000', '173117.745000', '173117.748000', '173117.751000', '173117.753000', '173117.756000', '173117.759000', '173117.762000', '173117.765000', '173117.767000', '173117.836000', '173117.839000', '173117.842000', '173117.845000', '173117.848000', '173117.851000', '173117.854000', '173117.857000', '173117.859000', '173117.862000', '173117.865000', '173117.868000', '173117.871000', '173117.873000', '173117.876000', '173117.879000', '173117.882000', '173117.885000', '173117.887000', '173117.890000', '173117.893000', '173137.708000', '173137.711000', '173137.714000', '173137.716000', '173137.719000', '173137.722000', '173137.725000', '173137.728000', '173137.730000', '173137.733000', '173137.736000', '173137.739000', '173137.742000', '173137.745000', '173137.747000', '173137.750000', '173137.753000', '173137.756000', '173137.759000', '173137.761000', '173137.764000', '173137.767000', '173137.770000', '173137.773000', '173137.776000', '173137.779000', '173137.783000', '173137.786000', '173137.789000', '173137.791000', '173137.794000', '173137.797000', '173137.800000', '173137.803000', '173137.806000', '173137.808000', '173137.811000', '173137.814000', '173137.817000', '173137.820000', '173137.822000', '173137.825000', '173137.828000', '173137.831000', '173157.708000', '173157.711000', '173157.714000', '173157.716000', '173157.719000', '173157.722000', '173157.725000', '173157.728000', '173157.731000', '173157.734000', '173157.736000', '173157.739000', '173157.742000', '173157.745000', '173157.747000', '173157.750000', '173157.753000', '173157.756000', '173157.759000', '173157.761000', '173157.764000', '173157.767000', '173157.836000', '173157.839000', '173157.842000', '173157.845000', '173157.847000', '173157.850000', '173157.853000', '173157.856000', '173157.858000', '173157.861000', '173157.864000', '173157.867000', '173157.870000', '173157.872000', '173157.887000', '173157.890000', '173157.893000', '173157.896000', '173157.898000', '173157.901000', '173157.904000', '173217.284000', '173217.287000', '173217.291000', '173217.294000', '173217.297000', '173217.300000', '173217.303000', '173217.306000', '173217.309000', '173217.312000', '173217.315000', '173217.318000', '173217.322000', '173217.325000', '173217.328000', '173217.331000', '173217.334000', '173217.337000', '173217.340000', '173217.343000', '173217.346000', '173217.349000', '173217.354000', '173217.357000', '173217.360000', '173217.364000', '173217.367000', '173217.370000', '173217.373000', '173217.376000', '173217.379000', '173217.381000', '173217.384000', '173217.387000', '173217.390000', '173217.393000', '173217.396000', '173217.399000', '173217.401000', '173217.404000', '173217.407000', '173217.410000', '173217.413000'], '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': [15980, 17125, 12578, 20908, 13901, 20914, 10341, 18605, 10123, 14538, 10137, 14405, 10023, 12964, 9614, 11296, 9016, 10401, 11833, 10481, 14379, 8965, 15307, 9489, 16099, 10516, 13695, 9854, 12572, 9831, 13799, 9553, 12817, 10114, 11949, 12349, 11484, 13845, 9975, 15332, 9533, 16323, 10551, 15729, 9601, 14208, 9854, 13380, 9563, 13752, 9701, 12849, 9983, 12556, 10294, 13186, 13037, 11131, 18029, 10939, 20058, 13221, 20403, 10314, 15382, 10473, 16563, 10594, 16304, 9759, 14703, 9772, 16832, 11651, 17926, 9985, 17985, 10570, 18204, 12316, 20684, 10335, 17202, 10078, 16078, 11644, 14967, 9582, 10150, 10124, 10317, 12022, 9366, 11731, 9668, 12199, 15512, 13587, 13466, 11711, 10799, 11696, 14925, 12342, 14385, 10773, 16838, 10258, 16786, 10792, 16401, 10760, 13570, 10825, 12975, 9903, 14345, 10070, 12579, 9820, 12374, 9635, 13896, 10183, 12543, 9822, 12363, 11810, 13476, 14826, 11030, 15948, 10714, 16779, 12684, 16610, 10048, 14407, 9975, 14267, 11706, 10628, 10202, 9535, 11391, 11665, 13246, 10844, 10918, 12252, 11473, 13079, 13184, 8935, 11844, 9633, 14251, 9916, 16925, 10335, 15515, 10244, 14742, 10562, 16465, 10415, 14564, 10321, 14295, 10565, 15825, 10405, 14425, 11019, 14155, 10681, 13501, 10432, 15360, 10854, 11986, 12060, 10619, 15887, 11097, 17338, 9715, 15088, 9704, 14136, 10494, 14669, 10219, 13312, 10332, 12738, 10286, 13412, 10572, 14387, 10338, 13929, 10320, 14976, 11017, 14117, 10294, 12861, 10262, 11979, 16279, 12092, 12514, 10500, 11956, 10395, 15499, 10982, 15330, 9858, 14850, 9799, 15047, 10112, 14069, 10013, 13700, 10010, 14430, 10222, 14824, 10245, 14674, 10646, 14374, 10791, 16329, 11029, 14190, 10209, 12427, 11688, 11288, 15185, 10989, 14384, 10511, 15427, 10764, 15604, 10462, 16492, 10430, 14611, 11363, 15844, 10227, 14676, 10337, 14695, 11602, 11197, 10141, 9703, 12121, 10074, 14168, 9629, 14251, 9591, 14694, 9988, 15822, 10541, 15275, 10297, 14651, 9936, 14620, 10706, 15089, 9889, 13759, 9787, 12977, 14201, 12465, 14380, 10880, 13417, 10076, 15914, 10050, 15857, 10056, 15160, 10168, 13875, 10288, 14735, 10153, 14948, 10321, 14550, 11341, 15220, 11358, 12967, 10828, 12207, 12643, 16228, 13846, 12928, 12520, 10605, 12405, 13216, 13191, 12518, 11621, 10826, 11076, 13101, 11110, 13860, 11658, 11765, 10915, 13228, 10992, 13938, 11982, 10481, 11058, 9011, 13081, 9851, 15498, 9744, 14617, 9918, 15032, 10038, 15030, 12862, 12440, 15861, 11220, 17154, 11969, 15546, 10475, 11144, 11220, 10668, 11797, 10657, 15707, 9869, 15116, 10175, 16351, 11253, 17183, 11596, 16704, 11387, 15436, 10974, 15185, 11411, 17173, 10620, 13692, 10612, 14229, 10476, 15655, 10453, 13761, 10515, 14093, 10477, 15451, 10727, 13102, 10231, 12862, 9644, 13505, 9442, 11548, 9166, 11233, 9262, 12102, 9292, 12051, 10337, 10281, 17057, 10119, 16629, 10715, 14976, 10366, 14153, 10338, 14704, 10234, 14581, 10086, 13161, 10328, 13752, 10105, 14460, 10088, 13604, 10060, 15473, 10372, 15584, 9937, 14727, 9837, 14973, 11456, 17288, 12439, 14848, 10213, 10830, 12544, 10401, 15119, 9820, 13980, 9541, 12030, 11234, 12256, 12780, 9931, 14691, 12893, 14497, 19286, 16217, 13220, 11896, 10046, 11750, 9879, 13431, 9398, 12845, 9925, 13638, 9843, 15542, 10392, 13201, 9812, 12839, 10131, 13587, 9836, 13038, 9767, 12411, 9453, 12232, 11588, 12505, 10986, 10748, 13001, 10342, 16532, 10144, 15731, 10068, 13433, 10293, 13431, 10411, 13674, 10143, 12881, 10477, 12377, 9906, 13650, 9920, 13291, 9602, 11939, 16282, 10350, 18519, 11561, 19144, 10274, 13816, 10056, 14405, 10421, 14138, 9801, 13455, 10028, 13854, 10054, 14733, 10287, 12272, 9922, 12873, 9682, 15529, 11715, 9553, 10994, 9636, 9282, 15433, 18745, 15424, 19821, 12127, 17016, 12030, 15911, 11883, 18209, 12521, 17458, 12459, 12016, 9340, 11337, 11246, 11332, 8504, 11277, 8695, 11377, 8495, 13273, 9380, 14078, 9077, 13891, 9522, 13808, 10431, 13831, 9399, 12862, 8984, 12968, 16283, 13182, 14359, 11451, 16568, 10026, 17182, 10834, 15432, 11018, 8773, 10657, 9099, 12944, 9313, 14272, 9469, 13808, 9710, 14683, 11017, 16932, 12619, 12177, 9345, 11914, 14757, 12038, 12565, 11764, 12459, 10291, 13685, 10469, 14359, 10734, 15017, 9508, 16558, 10015, 16097, 10800, 13852, 9898, 13519, 9812, 13922, 10229, 13776, 9666, 13343, 9552, 13724, 10255, 14260, 10081, 14063, 9801, 14283, 9956, 14098, 9906, 13958, 10099, 14417, 11118, 15629, 9771, 14278, 9901, 14014, 10482, 16068, 9946, 13199, 9816, 13215, 9646, 14053, 9437, 11230, 9399, 9815, 11698, 13106, 12486, 9374, 13644, 14577, 11745, 18770, 14855, 19028, 9354, 16314, 10040, 14177, 10947, 13911, 9624, 12804, 9503, 12900, 9482, 15793, 9634, 15395, 9516, 13510, 10836, 15110, 9846, 12961, 9625, 12563, 9976, 13899, 10250, 12773, 9711, 13675, 9964, 15312, 9270, 13275, 9663, 13272, 9621, 17047, 9836, 13925, 9865, 13669, 10432, 14822, 10098, 12400, 10291, 11928, 9464, 12724, 9172, 11697, 8757, 10919, 8731, 11894, 11846, 12432, 8851, 12177, 8794, 14709, 10729, 15656, 9508, 14688, 9910, 14942, 11095, 15507, 9888, 14005, 10250, 15754, 12210, 18485, 10606, 17304, 10326, 15830, 10663, 15996, 10834, 14117, 10686, 13039, 10561, 12676, 10172, 13137, 9744, 11625, 9950, 12642, 9880, 13508, 10644, 16070, 10741, 17429, 10398, 16364, 14824, 19874, 10693, 16271, 10328, 15455, 12287, 17934, 10734, 15542, 10747, 13463, 10880, 15073, 10447, 12086, 10537, 12346, 10766, 13526, 10502, 12021, 10682, 11854, 10440, 12811, 10193, 12565, 9475, 11285, 9729, 11306, 12994, 13401, 9753, 12361, 9766, 13522, 10317, 15787, 10138, 12879, 10131, 13307, 10222, 14913, 10254, 13378, 10225, 12602, 10347, 12296, 16629, 10400, 13581, 9932, 11591, 9975, 11870, 11004, 9346, 11320, 9442, 13373, 11334, 15938, 12642, 12445, 10146, 12281, 11769, 15534, 15703, 11409, 10094, 10863, 9402, 12908, 10189, 14624, 10051, 12711, 10157, 12402, 10804, 12277, 14267, 10166, 14738, 9946, 16409, 10278, 15213, 10407, 12737, 10572, 12357, 10590, 12622, 10776, 13712, 10956, 12752, 10041, 11644, 15516, 10986, 18459, 10853, 16166, 10801, 14542, 10984, 14915, 11077, 14173], 'WindowCenter': [4723.0, 4715.0, 4650.0, 4705.0, 4644.0, 4690.0, 4589.0, 4669.0, 4588.0, 4637.0, 4588.0, 4639.0, 4588.0, 4627.0, 4589.0, 4609.0, 4580.0, 4612.0, 4621.0, 4612.0, 4653.0, 4593.0, 4663.0, 4616.0, 4677.0, 4626.0, 4654.0, 4617.0, 4646.0, 4617.0, 4667.0, 4606.0, 4646.0, 4616.0, 4646.0, 4646.0, 4648.0, 4655.0, 4616.0, 4665.0, 4617.0, 4675.0, 4629.0, 4675.0, 4616.0, 4665.0, 4628.0, 4668.0, 4630.0, 4679.0, 4620.0, 4658.0, 4630.0, 4661.0, 4631.0, 4672.0, 4669.0, 4639.0, 4698.0, 4638.0, 4710.0, 4657.0, 4707.0, 4616.0, 4664.0, 4628.0, 4689.0, 4627.0, 4685.0, 4617.0, 4666.0, 4617.0, 4686.0, 4636.0, 4696.0, 4616.0, 4684.0, 4614.0, 4686.0, 4634.0, 4703.0, 4603.0, 4672.0, 4603.0, 4661.0, 4635.0, 4662.0, 4604.0, 4613.0, 4614.0, 4617.0, 4647.0, 4607.0, 4646.0, 4616.0, 4645.0, 4676.0, 4669.0, 4655.0, 4634.0, 4624.0, 4634.0, 4663.0, 4644.0, 4652.0, 4613.0, 4673.0, 4613.0, 4675.0, 4624.0, 4673.0, 4612.0, 4640.0, 4611.0, 4631.0, 4603.0, 4664.0, 4602.0, 4632.0, 4603.0, 4643.0, 4615.0, 4655.0, 4616.0, 4644.0, 4615.0, 4645.0, 4635.0, 4668.0, 4665.0, 4624.0, 4674.0, 4624.0, 4686.0, 4644.0, 4673.0, 4603.0, 4651.0, 4603.0, 4664.0, 4645.0, 4624.0, 4614.0, 4615.0, 4635.0, 4635.0, 4657.0, 4625.0, 4624.0, 4646.0, 4635.0, 4657.0, 4656.0, 4606.0, 4634.0, 4615.0, 4664.0, 4616.0, 4697.0, 4627.0, 4677.0, 4627.0, 4676.0, 4626.0, 4687.0, 4626.0, 4664.0, 4614.0, 4653.0, 4613.0, 4664.0, 4613.0, 4652.0, 4613.0, 4641.0, 4613.0, 4642.0, 4612.0, 4662.0, 4610.0, 4620.0, 4631.0, 4612.0, 4661.0, 4623.0, 4671.0, 4591.0, 4650.0, 4591.0, 4651.0, 4612.0, 4664.0, 4612.0, 4641.0, 4613.0, 4645.0, 4626.0, 4655.0, 4626.0, 4667.0, 4628.0, 4665.0, 4627.0, 4666.0, 4627.0, 4654.0, 4614.0, 4643.0, 4614.0, 4634.0, 4674.0, 4633.0, 4633.0, 4612.0, 4632.0, 4614.0, 4663.0, 4636.0, 4663.0, 4615.0, 4664.0, 4616.0, 4664.0, 4640.0, 4665.0, 4616.0, 4655.0, 4627.0, 4665.0, 4639.0, 4667.0, 4627.0, 4668.0, 4626.0, 4665.0, 4625.0, 4675.0, 4612.0, 4642.0, 4602.0, 4632.0, 4622.0, 4624.0, 4663.0, 4613.0, 4651.0, 4613.0, 4663.0, 4624.0, 4663.0, 4612.0, 4671.0, 4613.0, 4651.0, 4637.0, 4674.0, 4615.0, 4652.0, 4614.0, 4664.0, 4636.0, 4635.0, 4615.0, 4616.0, 4646.0, 4617.0, 4668.0, 4616.0, 4665.0, 4617.0, 4664.0, 4616.0, 4676.0, 4615.0, 4664.0, 4614.0, 4651.0, 4603.0, 4652.0, 4612.0, 4652.0, 4601.0, 4640.0, 4590.0, 4630.0, 4640.0, 4630.0, 4639.0, 4609.0, 4629.0, 4601.0, 4661.0, 4614.0, 4673.0, 4603.0, 4662.0, 4614.0, 4653.0, 4627.0, 4666.0, 4627.0, 4665.0, 4616.0, 4665.0, 4636.0, 4676.0, 4625.0, 4645.0, 4625.0, 4634.0, 4644.0, 4674.0, 4654.0, 4633.0, 4631.0, 4611.0, 4632.0, 4632.0, 4642.0, 4630.0, 4620.0, 4611.0, 4621.0, 4642.0, 4623.0, 4642.0, 4622.0, 4633.0, 4623.0, 4643.0, 4624.0, 4655.0, 4635.0, 4626.0, 4624.0, 4595.0, 4654.0, 4617.0, 4678.0, 4606.0, 4665.0, 4616.0, 4676.0, 4616.0, 4678.0, 4645.0, 4645.0, 4664.0, 4624.0, 4674.0, 4646.0, 4663.0, 4625.0, 4624.0, 4635.0, 4626.0, 4647.0, 4639.0, 4677.0, 4616.0, 4677.0, 4628.0, 4687.0, 4639.0, 4700.0, 4649.0, 4689.0, 4638.0, 4664.0, 4625.0, 4653.0, 4625.0, 4672.0, 4613.0, 4640.0, 4611.0, 4642.0, 4614.0, 4663.0, 4612.0, 4642.0, 4612.0, 4651.0, 4613.0, 4662.0, 4613.0, 4631.0, 4602.0, 4632.0, 4592.0, 4644.0, 4592.0, 4621.0, 4592.0, 4622.0, 4593.0, 4634.0, 4604.0, 4634.0, 4615.0, 4626.0, 4687.0, 4627.0, 4688.0, 4627.0, 4666.0, 4616.0, 4665.0, 4626.0, 4666.0, 4628.0, 4665.0, 4616.0, 4644.0, 4627.0, 4667.0, 4629.0, 4666.0, 4627.0, 4666.0, 4617.0, 4676.0, 4629.0, 4678.0, 4618.0, 4678.0, 4628.0, 4676.0, 4648.0, 4688.0, 4648.0, 4677.0, 4627.0, 4625.0, 4644.0, 4626.0, 4666.0, 4616.0, 4666.0, 4616.0, 4647.0, 4636.0, 4648.0, 4646.0, 4616.0, 4665.0, 4645.0, 4654.0, 4682.0, 4663.0, 4631.0, 4609.0, 4590.0, 4620.0, 4589.0, 4641.0, 4579.0, 4628.0, 4590.0, 4639.0, 4601.0, 4663.0, 4601.0, 4630.0, 4601.0, 4629.0, 4602.0, 4641.0, 4602.0, 4630.0, 4601.0, 4630.0, 4591.0, 4631.0, 4611.0, 4633.0, 4611.0, 4611.0, 4630.0, 4603.0, 4673.0, 4614.0, 4662.0, 4603.0, 4642.0, 4613.0, 4643.0, 4614.0, 4654.0, 4615.0, 4644.0, 4626.0, 4645.0, 4615.0, 4666.0, 4616.0, 4655.0, 4606.0, 4635.0, 4674.0, 4615.0, 4696.0, 4637.0, 4695.0, 4615.0, 4654.0, 4616.0, 4654.0, 4626.0, 4655.0, 4616.0, 4654.0, 4617.0, 4655.0, 4618.0, 4677.0, 4616.0, 4647.0, 4629.0, 4681.0, 4642.0, 4701.0, 4671.0, 4652.0, 4672.0, 4641.0, 4656.0, 4716.0, 4723.0, 4691.0, 4721.0, 4648.0, 4687.0, 4645.0, 4674.0, 4633.0, 4682.0, 4643.0, 4670.0, 4628.0, 4618.0, 4588.0, 4608.0, 4608.0, 4622.0, 4580.0, 4619.0, 4592.0, 4630.0, 4593.0, 4666.0, 4616.0, 4676.0, 4618.0, 4666.0, 4617.0, 4667.0, 4638.0, 4667.0, 4618.0, 4656.0, 4606.0, 4655.0, 4675.0, 4657.0, 4664.0, 4633.0, 4672.0, 4613.0, 4671.0, 4622.0, 4675.0, 4624.0, 4595.0, 4624.0, 4605.0, 4655.0, 4619.0, 4677.0, 4629.0, 4667.0, 4627.0, 4677.0, 4638.0, 4699.0, 4646.0, 4645.0, 4605.0, 4634.0, 4664.0, 4647.0, 4644.0, 4633.0, 4643.0, 4613.0, 4653.0, 4625.0, 4664.0, 4634.0, 4664.0, 4614.0, 4685.0, 4616.0, 4687.0, 4625.0, 4654.0, 4615.0, 4654.0, 4616.0, 4666.0, 4627.0, 4666.0, 4617.0, 4654.0, 4616.0, 4666.0, 4629.0, 4665.0, 4626.0, 4654.0, 4627.0, 4666.0, 4629.0, 4667.0, 4628.0, 4666.0, 4628.0, 4666.0, 4650.0, 4688.0, 4629.0, 4666.0, 4616.0, 4665.0, 4628.0, 4676.0, 4615.0, 4654.0, 4614.0, 4644.0, 4617.0, 4665.0, 4617.0, 4647.0, 4617.0, 4640.0, 4659.0, 4671.0, 4658.0, 4620.0, 4668.0, 4678.0, 4647.0, 4697.0, 4678.0, 4695.0, 4604.0, 4672.0, 4614.0, 4653.0, 4637.0, 4653.0, 4604.0, 4642.0, 4614.0, 4654.0, 4628.0, 4686.0, 4617.0, 4677.0, 4628.0, 4666.0, 4637.0, 4676.0, 4615.0, 4642.0, 4614.0, 4643.0, 4616.0, 4654.0, 4625.0, 4644.0, 4604.0, 4652.0, 4626.0, 4675.0, 4605.0, 4654.0, 4615.0, 4654.0, 4628.0, 4686.0, 4615.0, 4653.0, 4603.0, 4653.0, 4613.0, 4653.0, 4601.0, 4630.0, 4601.0, 4621.0, 4602.0, 4643.0, 4592.0, 4631.0, 4582.0, 4611.0, 4593.0, 4632.0, 4646.0, 4644.0, 4594.0, 4633.0, 4595.0, 4664.0, 4637.0, 4675.0, 4618.0, 4675.0, 4617.0, 4665.0, 4650.0, 4676.0, 4628.0, 4666.0, 4628.0, 4676.0, 4647.0, 4694.0, 4624.0, 4684.0, 4613.0, 4662.0, 4624.0, 4676.0, 4623.0, 4641.0, 4612.0, 4630.0, 4613.0, 4631.0, 4614.0, 4644.0, 4616.0, 4647.0, 4629.0, 4658.0, 4641.0, 4670.0, 4667.0, 4701.0, 4652.0, 4700.0, 4630.0, 4678.0, 4680.0, 4707.0, 4626.0, 4674.0, 4615.0, 4664.0, 4646.0, 4675.0, 4612.0, 4650.0, 4611.0, 4629.0, 4610.0, 4651.0, 4600.0, 4618.0, 4600.0, 4629.0, 4611.0, 4643.0, 4612.0, 4631.0, 4614.0, 4633.0, 4626.0, 4644.0, 4616.0, 4645.0, 4605.0, 4625.0, 4605.0, 4625.0, 4645.0, 4657.0, 4606.0, 4644.0, 4604.0, 4654.0, 4616.0, 4678.0, 4627.0, 4646.0, 4617.0, 4655.0, 4615.0, 4678.0, 4616.0, 4655.0, 4615.0, 4645.0, 4614.0, 4636.0, 4674.0, 4613.0, 4643.0, 4603.0, 4634.0, 4615.0, 4649.0, 4637.0, 4618.0, 4637.0, 4617.0, 4668.0, 4640.0, 4703.0, 4650.0, 4647.0, 4616.0, 4635.0, 4635.0, 4665.0, 4665.0, 4624.0, 4615.0, 4614.0, 4606.0, 4644.0, 4616.0, 4667.0, 4605.0, 4634.0, 4616.0, 4645.0, 4614.0, 4623.0, 4641.0, 4601.0, 4640.0, 4601.0, 4662.0, 4604.0, 4652.0, 4613.0, 4632.0, 4613.0, 4633.0, 4626.0, 4645.0, 4627.0, 4656.0, 4626.0, 4646.0, 4605.0, 4637.0, 4666.0, 4627.0, 4685.0, 4613.0, 4662.0, 4613.0, 4642.0, 4614.0, 4665.0, 4624.0, 4655.0], 'WindowWidth': [10323.0, 10291.0, 10193.0, 10259.0, 10171.0, 10229.0, 10087.0, 10202.0, 10081.0, 10149.0, 10083.0, 10154.0, 10084.0, 10132.0, 10086.0, 10113.0, 10077.0, 10122.0, 10133.0, 10123.0, 10181.0, 10099.0, 10197.0, 10137.0, 10223.0, 10148.0, 10186.0, 10140.0, 10179.0, 10138.0, 10208.0, 10122.0, 10176.0, 10136.0, 10179.0, 10178.0, 10183.0, 10189.0, 10136.0, 10204.0, 10136.0, 10218.0, 10159.0, 10218.0, 10137.0, 10204.0, 10156.0, 10214.0, 10164.0, 10230.0, 10150.0, 10200.0, 10164.0, 10208.0, 10166.0, 10225.0, 10213.0, 10171.0, 10256.0, 10170.0, 10282.0, 10194.0, 10268.0, 10136.0, 10200.0, 10156.0, 10245.0, 10153.0, 10232.0, 10138.0, 10207.0, 10139.0, 10237.0, 10163.0, 10249.0, 10135.0, 10230.0, 10131.0, 10240.0, 10157.0, 10255.0, 10112.0, 10208.0, 10112.0, 10193.0, 10160.0, 10191.0, 10117.0, 10127.0, 10130.0, 10138.0, 10183.0, 10126.0, 10177.0, 10138.0, 10175.0, 10218.0, 10215.0, 10186.0, 10156.0, 10142.0, 10156.0, 10197.0, 10172.0, 10178.0, 10126.0, 10216.0, 10128.0, 10221.0, 10144.0, 10215.0, 10123.0, 10160.0, 10122.0, 10148.0, 10114.0, 10199.0, 10111.0, 10150.0, 10113.0, 10168.0, 10135.0, 10190.0, 10137.0, 10174.0, 10134.0, 10176.0, 10163.0, 10212.0, 10200.0, 10144.0, 10214.0, 10144.0, 10237.0, 10171.0, 10211.0, 10113.0, 10177.0, 10114.0, 10199.0, 10175.0, 10146.0, 10131.0, 10134.0, 10160.0, 10162.0, 10195.0, 10149.0, 10146.0, 10179.0, 10162.0, 10195.0, 10192.0, 10124.0, 10158.0, 10135.0, 10200.0, 10137.0, 10253.0, 10153.0, 10223.0, 10154.0, 10222.0, 10152.0, 10240.0, 10150.0, 10201.0, 10131.0, 10184.0, 10128.0, 10201.0, 10126.0, 10181.0, 10126.0, 10163.0, 10128.0, 10166.0, 10124.0, 10194.0, 10118.0, 10133.0, 10146.0, 10123.0, 10191.0, 10140.0, 10205.0, 10093.0, 10176.0, 10092.0, 10177.0, 10125.0, 10200.0, 10125.0, 10163.0, 10127.0, 10176.0, 10150.0, 10191.0, 10151.0, 10210.0, 10156.0, 10205.0, 10155.0, 10208.0, 10152.0, 10187.0, 10131.0, 10168.0, 10130.0, 10159.0, 10214.0, 10156.0, 10154.0, 10125.0, 10153.0, 10129.0, 10199.0, 10165.0, 10201.0, 10133.0, 10204.0, 10139.0, 10201.0, 10177.0, 10204.0, 10138.0, 10191.0, 10154.0, 10202.0, 10176.0, 10212.0, 10155.0, 10211.0, 10151.0, 10204.0, 10147.0, 10219.0, 10123.0, 10165.0, 10109.0, 10150.0, 10138.0, 10144.0, 10195.0, 10125.0, 10177.0, 10126.0, 10201.0, 10145.0, 10200.0, 10125.0, 10208.0, 10128.0, 10178.0, 10166.0, 10214.0, 10132.0, 10180.0, 10130.0, 10198.0, 10162.0, 10160.0, 10134.0, 10138.0, 10178.0, 10140.0, 10212.0, 10134.0, 10201.0, 10139.0, 10199.0, 10136.0, 10219.0, 10133.0, 10200.0, 10130.0, 10177.0, 10113.0, 10180.0, 10122.0, 10180.0, 10104.0, 10157.0, 10089.0, 10143.0, 10156.0, 10145.0, 10154.0, 10112.0, 10143.0, 10106.0, 10191.0, 10130.0, 10212.0, 10114.0, 10194.0, 10130.0, 10185.0, 10156.0, 10208.0, 10153.0, 10203.0, 10135.0, 10203.0, 10162.0, 10218.0, 10147.0, 10173.0, 10144.0, 10157.0, 10170.0, 10210.0, 10186.0, 10152.0, 10147.0, 10120.0, 10149.0, 10149.0, 10164.0, 10143.0, 10129.0, 10119.0, 10135.0, 10166.0, 10140.0, 10167.0, 10137.0, 10153.0, 10139.0, 10169.0, 10145.0, 10189.0, 10160.0, 10147.0, 10143.0, 10105.0, 10185.0, 10138.0, 10224.0, 10123.0, 10203.0, 10134.0, 10219.0, 10137.0, 10227.0, 10173.0, 10175.0, 10199.0, 10144.0, 10219.0, 10178.0, 10195.0, 10145.0, 10145.0, 10160.0, 10150.0, 10181.0, 10172.0, 10222.0, 10135.0, 10223.0, 10155.0, 10237.0, 10172.0, 10262.0, 10185.0, 10244.0, 10167.0, 10200.0, 10145.0, 10184.0, 10146.0, 10206.0, 10126.0, 10159.0, 10120.0, 10163.0, 10129.0, 10196.0, 10123.0, 10166.0, 10124.0, 10176.0, 10128.0, 10194.0, 10124.0, 10148.0, 10109.0, 10150.0, 10097.0, 10170.0, 10095.0, 10133.0, 10095.0, 10138.0, 10099.0, 10156.0, 10116.0, 10155.0, 10132.0, 10150.0, 10242.0, 10154.0, 10243.0, 10153.0, 10205.0, 10135.0, 10202.0, 10151.0, 10204.0, 10156.0, 10202.0, 10137.0, 10171.0, 10154.0, 10207.0, 10159.0, 10205.0, 10154.0, 10203.0, 10139.0, 10219.0, 10161.0, 10228.0, 10142.0, 10229.0, 10157.0, 10222.0, 10183.0, 10241.0, 10181.0, 10222.0, 10153.0, 10147.0, 10170.0, 10149.0, 10206.0, 10135.0, 10206.0, 10137.0, 10183.0, 10164.0, 10185.0, 10177.0, 10137.0, 10204.0, 10173.0, 10187.0, 10221.0, 10198.0, 10146.0, 10114.0, 10090.0, 10129.0, 10087.0, 10161.0, 10072.0, 10138.0, 10089.0, 10156.0, 10107.0, 10197.0, 10105.0, 10144.0, 10107.0, 10141.0, 10108.0, 10161.0, 10107.0, 10145.0, 10107.0, 10144.0, 10095.0, 10148.0, 10119.0, 10153.0, 10119.0, 10119.0, 10145.0, 10111.0, 10214.0, 10129.0, 10197.0, 10112.0, 10164.0, 10124.0, 10168.0, 10129.0, 10183.0, 10132.0, 10169.0, 10148.0, 10173.0, 10134.0, 10206.0, 10135.0, 10186.0, 10121.0, 10157.0, 10213.0, 10132.0, 10253.0, 10165.0, 10244.0, 10132.0, 10186.0, 10136.0, 10184.0, 10150.0, 10188.0, 10133.0, 10186.0, 10141.0, 10189.0, 10141.0, 10223.0, 10137.0, 10183.0, 10161.0, 10241.0, 10191.0, 10270.0, 10229.0, 10205.0, 10234.0, 10188.0, 10215.0, 10303.0, 10308.0, 10254.0, 10308.0, 10186.0, 10246.0, 10177.0, 10220.0, 10158.0, 10230.0, 10170.0, 10207.0, 10141.0, 10127.0, 10088.0, 10114.0, 10113.0, 10142.0, 10082.0, 10132.0, 10102.0, 10148.0, 10106.0, 10208.0, 10142.0, 10223.0, 10147.0, 10208.0, 10144.0, 10213.0, 10173.0, 10212.0, 10148.0, 10193.0, 10125.0, 10191.0, 10217.0, 10198.0, 10200.0, 10157.0, 10209.0, 10129.0, 10207.0, 10140.0, 10218.0, 10148.0, 10109.0, 10145.0, 10123.0, 10192.0, 10149.0, 10225.0, 10164.0, 10213.0, 10157.0, 10228.0, 10172.0, 10264.0, 10179.0, 10178.0, 10122.0, 10160.0, 10200.0, 10184.0, 10172.0, 10155.0, 10169.0, 10129.0, 10185.0, 10150.0, 10201.0, 10161.0, 10201.0, 10134.0, 10239.0, 10138.0, 10245.0, 10149.0, 10189.0, 10135.0, 10188.0, 10139.0, 10210.0, 10157.0, 10208.0, 10141.0, 10188.0, 10138.0, 10206.0, 10162.0, 10206.0, 10153.0, 10188.0, 10154.0, 10207.0, 10164.0, 10214.0, 10158.0, 10210.0, 10158.0, 10209.0, 10194.0, 10242.0, 10163.0, 10209.0, 10138.0, 10205.0, 10158.0, 10222.0, 10134.0, 10189.0, 10132.0, 10172.0, 10141.0, 10206.0, 10141.0, 10185.0, 10144.0, 10179.0, 10203.0, 10222.0, 10200.0, 10150.0, 10213.0, 10228.0, 10183.0, 10260.0, 10226.0, 10251.0, 10116.0, 10212.0, 10133.0, 10185.0, 10168.0, 10185.0, 10118.0, 10168.0, 10134.0, 10189.0, 10159.0, 10236.0, 10142.0, 10226.0, 10158.0, 10209.0, 10171.0, 10225.0, 10135.0, 10168.0, 10134.0, 10171.0, 10139.0, 10190.0, 10149.0, 10171.0, 10119.0, 10181.0, 10152.0, 10222.0, 10123.0, 10187.0, 10136.0, 10188.0, 10159.0, 10238.0, 10135.0, 10186.0, 10115.0, 10185.0, 10130.0, 10188.0, 10110.0, 10146.0, 10107.0, 10136.0, 10113.0, 10169.0, 10097.0, 10148.0, 10084.0, 10121.0, 10102.0, 10154.0, 10180.0, 10172.0, 10106.0, 10157.0, 10110.0, 10202.0, 10170.0, 10221.0, 10146.0, 10219.0, 10142.0, 10205.0, 10193.0, 10224.0, 10158.0, 10206.0, 10157.0, 10223.0, 10184.0, 10244.0, 10145.0, 10230.0, 10126.0, 10198.0, 10146.0, 10226.0, 10141.0, 10164.0, 10122.0, 10144.0, 10125.0, 10150.0, 10130.0, 10171.0, 10137.0, 10182.0, 10161.0, 10201.0, 10183.0, 10222.0, 10228.0, 10267.0, 10195.0, 10261.0, 10164.0, 10233.0, 10231.0, 10269.0, 10149.0, 10216.0, 10134.0, 10202.0, 10178.0, 10219.0, 10123.0, 10173.0, 10118.0, 10143.0, 10118.0, 10176.0, 10102.0, 10125.0, 10102.0, 10140.0, 10122.0, 10169.0, 10124.0, 10148.0, 10128.0, 10154.0, 10150.0, 10171.0, 10135.0, 10172.0, 10118.0, 10144.0, 10120.0, 10146.0, 10174.0, 10196.0, 10120.0, 10170.0, 10116.0, 10185.0, 10136.0, 10227.0, 10152.0, 10176.0, 10138.0, 10187.0, 10132.0, 10228.0, 10134.0, 10188.0, 10132.0, 10173.0, 10129.0, 10161.0, 10209.0, 10123.0, 10166.0, 10113.0, 10159.0, 10132.0, 10185.0, 10166.0, 10143.0, 10166.0, 10138.0, 10210.0, 10174.0, 10270.0, 10184.0, 10179.0, 10134.0, 10159.0, 10157.0, 10201.0, 10197.0, 10141.0, 10132.0, 10127.0, 10124.0, 10171.0, 10133.0, 10209.0, 10116.0, 10155.0, 10136.0, 10174.0, 10129.0, 10140.0, 10156.0, 10104.0, 10156.0, 10105.0, 10194.0, 10112.0, 10180.0, 10123.0, 10151.0, 10126.0, 10153.0, 10150.0, 10174.0, 10152.0, 10190.0, 10148.0, 10175.0, 10118.0, 10164.0, 10201.0, 10149.0, 10232.0, 10122.0, 10196.0, 10123.0, 10164.0, 10127.0, 10200.0, 10139.0, 10188.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.0013453960964408727</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02113458610792193</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.63263713788508</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3386508669770136</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159191975632162</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3936.6951</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10153337381364773</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.1664753157290475</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.378574996148869</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3155793084286507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.58848275646758</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2316629235503775</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115968</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024489624425768852</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0462963841855526</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.016161010460053</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>16.5467</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.7374</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.2974</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297184.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>1122.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.7185</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7078</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>643.3498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3858.969</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4004.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1523.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5109.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.9657</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.870005601784214</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> |