=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 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-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0086_suffix-bold_task-alignvideo" 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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_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-0086/ses-02/func/sub-0086_ses-02_task-alignvideo_acq-mb8_run-01_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>a94c3cea398bb221ee0d9b9dd0bcaa10</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:41:21.972500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999438, 0.00425022, -0.0332583, -0.0017444, 0.997181, 0.0750134]</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-01_task-alignvideo_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.103901</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4135, -7764, -7252, 647, -63, -165, 112, 66]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>19c88a9e-ec91-46d1-a4a7-3a6866a7a241||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814184188842773, -0.004680104088038206, -0.09040501713752747, 114.59955596923828], [-0.01140302699059248, 2.675363779067993, 0.2022656500339508, -99.03047943115234], [-0.0892295092344284, -0.2012554556131363, 2.690894842147827, -51.76243591308594], [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, 839]</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], 'AcquisitionTime': ['174121.972500', '174122.432500', '174122.892500', '174123.352500', '174123.812500', '174124.272500', '174124.732500', '174125.192500', '174125.652500', '174126.112500', '174126.572500', '174127.032500', '174127.492500', '174127.952500', '174128.412500', '174128.872500', '174129.332500', '174129.792500', '174130.252500', '174130.712500', '174131.172500', '174131.632500', '174132.092500', '174132.552500', '174133.012500', '174133.472500', '174133.932500', '174134.392500', '174134.852500', '174135.312500', '174135.772500', '174136.232500', '174136.692500', '174137.152500', '174137.612500', '174138.072500', '174138.532500', '174138.992500', '174139.452500', '174139.912500', '174140.372500', '174140.832500', '174141.292500', '174141.752500', '174142.212500', '174142.672500', '174143.132500', '174143.592500', '174144.052500', '174144.512500', '174144.972500', '174145.432500', '174145.892500', '174146.352500', '174146.812500', '174147.272500', '174147.732500', '174148.192500', '174148.652500', '174149.112500', '174149.572500', '174150.032500', '174150.492500', '174150.952500', '174151.412500', '174151.872500', '174152.332500', '174152.792500', '174153.252500', '174153.712500', '174154.172500', '174154.632500', '174155.092500', '174155.552500', '174156.012500', '174156.472500', '174156.932500', '174157.392500', '174157.852500', '174158.312500', '174158.772500', '174159.232500', '174159.692500', '174200.152500', '174200.612500', '174201.072500', '174201.532500', '174201.992500', '174202.452500', '174202.912500', '174203.372500', '174203.832500', '174204.292500', '174204.752500', '174205.212500', '174205.672500', '174206.132500', '174206.592500', '174207.052500', '174207.512500', '174207.972500', '174208.432500', '174208.892500', '174209.352500', '174209.812500', '174210.272500', '174210.732500', '174211.192500', '174211.652500', '174212.112500', '174212.572500', '174213.032500', '174213.492500', '174213.952500', '174214.412500', '174214.872500', '174215.332500', '174215.792500', '174216.252500', '174216.712500', '174217.172500', '174217.632500', '174218.092500', '174218.552500', '174219.012500', '174219.472500', '174219.932500', '174220.392500', '174220.852500', '174221.312500', '174221.772500', '174222.232500', '174222.692500', '174223.152500', '174223.612500', '174224.072500', '174224.532500', '174224.992500', '174225.452500', '174225.912500', '174226.372500', '174226.832500', '174227.292500', '174227.752500', '174228.212500', '174228.672500', '174229.132500', '174229.592500', '174230.052500', '174230.512500', '174230.972500', '174231.432500', '174231.892500', '174232.352500', '174232.812500', '174233.272500', '174233.732500', '174234.192500', '174234.652500', '174235.112500', '174235.572500', '174236.032500', '174236.492500', '174236.952500', '174237.412500', '174237.872500', '174238.332500', '174238.792500', '174239.252500', '174239.712500', '174240.172500', '174240.632500', '174241.092500', '174241.552500', '174242.012500', '174242.472500', '174242.932500', '174243.392500', '174243.852500', '174244.312500', '174244.772500', '174245.232500', '174245.692500', '174246.152500', '174246.612500', '174247.072500', '174247.532500', '174247.992500', '174248.452500', '174248.912500', '174249.372500', '174249.832500', '174250.292500', '174250.752500', '174251.212500', '174251.672500', '174252.132500', '174252.592500', '174253.052500', '174253.512500', '174253.972500', '174254.432500', '174254.892500', '174255.352500', '174255.812500', '174256.272500', '174256.732500', '174257.192500', '174257.652500', '174258.112500', '174258.572500', '174259.032500', '174259.492500', '174259.952500', '174300.412500', '174300.872500', '174301.332500', '174301.792500', '174302.252500', '174302.712500', '174303.172500', '174303.632500', '174304.092500', '174304.552500', '174305.012500', '174305.472500', '174305.932500', '174306.392500', '174306.852500', '174307.312500', '174307.772500', '174308.232500', '174308.692500', '174309.152500', '174309.612500', '174310.072500', '174310.532500', '174310.992500', '174311.452500', '174311.912500', '174312.372500', '174312.832500', '174313.292500', '174313.752500', '174314.212500', '174314.672500', '174315.132500', '174315.592500', '174316.052500', '174316.512500', '174316.972500', '174317.432500', '174317.892500', '174318.352500', '174318.812500', '174319.272500', '174319.732500', '174320.192500', '174320.652500', '174321.112500', '174321.572500', '174322.032500', '174322.492500', '174322.952500', '174323.412500', '174323.872500', '174324.332500', '174324.792500', '174325.252500', '174325.712500', '174326.172500', '174326.632500', '174327.092500', '174327.552500', '174328.012500', '174328.472500', '174328.932500', '174329.392500', '174329.852500', '174330.312500', '174330.772500', '174331.232500', '174331.692500', '174332.152500', '174332.612500', '174333.072500', '174333.532500', '174333.992500', '174334.452500', '174334.912500', '174335.372500', '174335.832500', '174336.292500', '174336.752500', '174337.212500', '174337.672500', '174338.132500', '174338.592500', '174339.052500', '174339.512500', '174339.972500', '174340.432500', '174340.892500', '174341.352500', '174341.812500', '174342.272500', '174342.732500', '174343.192500', '174343.652500', '174344.112500', '174344.572500', '174345.032500', '174345.492500', '174345.952500', '174346.412500', '174346.872500', '174347.332500', '174347.792500', '174348.252500', '174348.712500', '174349.172500', '174349.632500', '174350.092500', '174350.552500', '174351.012500', '174351.472500', '174351.932500', '174352.392500', '174352.852500', '174353.312500', '174353.772500', '174354.232500', '174354.692500', '174355.152500', '174355.612500', '174356.072500', '174356.532500', '174356.992500', '174357.452500', '174357.912500', '174358.372500', '174358.832500', '174359.292500', '174359.752500', '174400.212500', '174400.672500', '174401.132500', '174401.592500', '174402.052500', '174402.512500', '174402.972500', '174403.432500', '174403.892500', '174404.352500', '174404.812500', '174405.272500', '174405.732500', '174406.192500', '174406.652500', '174407.112500', '174407.572500', '174408.032500', '174408.492500', '174408.952500', '174409.412500', '174409.872500', '174410.332500', '174410.792500', '174411.252500', '174411.712500', '174412.172500', '174412.632500', '174413.092500', '174413.552500', '174414.012500', '174414.472500', '174414.932500', '174415.392500', '174415.852500', '174416.312500', '174416.772500', '174417.232500', '174417.692500', '174418.152500', '174418.612500', '174419.072500', '174419.532500', '174419.992500', '174420.452500', '174420.912500', '174421.372500', '174421.832500', '174422.292500', '174422.752500', '174423.212500', '174423.672500', '174424.132500', '174424.592500', '174425.052500', '174425.512500', '174425.972500', '174426.432500', '174426.892500', '174427.352500', '174427.812500', '174428.272500', '174428.732500', '174429.192500', '174429.652500', '174430.112500', '174430.572500', '174431.032500', '174431.492500', '174431.952500', '174432.412500', '174432.872500', '174433.332500', '174433.792500', '174434.252500', '174434.712500', '174435.172500', '174435.632500', '174436.092500', '174436.552500', '174437.012500', '174437.472500', '174437.932500', '174438.392500', '174438.852500', '174439.312500', '174439.772500', '174440.232500', '174440.692500', '174441.152500', '174441.612500', '174442.072500', '174442.532500', '174442.992500', '174443.452500', '174443.912500', '174444.372500', '174444.832500', '174445.292500', '174445.752500', '174446.212500', '174446.672500', '174447.132500', '174447.592500', '174448.052500', '174448.512500', '174448.972500', '174449.432500', '174449.892500', '174450.352500', '174450.812500', '174451.272500', '174451.732500', '174452.192500', '174452.652500', '174453.112500', '174453.572500', '174454.032500', '174454.492500', '174454.952500', '174455.412500', '174455.872500', '174456.332500', '174456.792500', '174457.252500', '174457.712500', '174458.172500', '174458.632500', '174459.092500', '174459.552500', '174500.012500', '174500.472500', '174500.932500', '174501.392500', '174501.852500', '174502.312500', '174502.772500', '174503.232500', '174503.692500', '174504.152500', '174504.612500', '174505.072500', '174505.532500', '174505.992500', '174506.452500', '174506.912500', '174507.372500', '174507.832500', '174508.292500', '174508.752500', '174509.212500', '174509.672500', '174510.132500', '174510.592500', '174511.052500', '174511.512500', '174511.972500', '174512.432500', '174512.892500', '174513.352500', '174513.812500', '174514.272500', '174514.732500', '174515.192500', '174515.652500', '174516.112500', '174516.572500', '174517.032500', '174517.492500', '174517.952500', '174518.412500', '174518.872500', '174519.332500', '174519.792500', '174520.252500', '174520.712500', '174521.172500', '174521.632500', '174522.092500', '174522.552500', '174523.012500', '174523.472500', '174523.932500', '174524.392500', '174524.852500', '174525.312500', '174525.772500', '174526.232500', '174526.692500', '174527.152500', '174527.612500', '174528.072500', '174528.532500', '174528.992500', '174529.452500', '174529.912500', '174530.372500', '174530.832500', '174531.292500', '174531.752500', '174532.212500', '174532.672500', '174533.132500', '174533.592500', '174534.052500', '174534.512500', '174534.972500', '174535.432500', '174535.892500', '174536.352500', '174536.812500', '174537.272500', '174537.732500', '174538.192500', '174538.652500', '174539.112500', '174539.572500', '174540.032500', '174540.492500', '174540.952500', '174541.412500', '174541.872500', '174542.332500', '174542.792500', '174543.252500', '174543.712500', '174544.172500', '174544.632500', '174545.092500', '174545.552500', '174546.012500', '174546.472500', '174546.932500', '174547.392500', '174547.852500', '174548.312500', '174548.772500', '174549.232500', '174549.692500', '174550.152500', '174550.612500', '174551.072500', '174551.532500', '174551.992500', '174552.452500', '174552.912500', '174553.372500', '174553.832500', '174554.292500', '174554.752500', '174555.212500', '174555.672500', '174556.132500', '174556.592500', '174557.052500', '174557.512500', '174557.972500', '174558.432500', '174558.892500', '174559.352500', '174559.812500', '174600.272500', '174600.732500', '174601.192500', '174601.652500', '174602.112500', '174602.572500', '174603.032500', '174603.492500', '174603.952500', '174604.412500', '174604.872500', '174605.332500', '174605.792500', '174606.252500', '174606.712500', '174607.172500', '174607.632500', '174608.092500', '174608.552500', '174609.012500', '174609.472500', '174609.932500', '174610.392500', '174610.852500', '174611.312500', '174611.772500', '174612.232500', '174612.692500', '174613.152500', '174613.612500', '174614.072500', '174614.532500', '174614.992500', '174615.452500', '174615.912500', '174616.372500', '174616.832500', '174617.292500', '174617.752500', '174618.212500', '174618.672500', '174619.132500', '174619.592500', '174620.052500', '174620.512500', '174620.972500', '174621.432500', '174621.892500', '174622.352500', '174622.812500', '174623.272500', '174623.732500', '174624.192500', '174624.652500', '174625.112500', '174625.572500', '174626.032500', '174626.492500', '174626.952500', '174627.412500', '174627.872500', '174628.332500', '174628.792500', '174629.252500', '174629.712500', '174630.172500', '174630.632500', '174631.092500', '174631.552500', '174632.012500', '174632.472500', '174632.932500', '174633.392500', '174633.852500', '174634.312500', '174634.772500', '174635.232500', '174635.692500', '174636.152500', '174636.612500', '174637.072500', '174637.532500', '174637.992500', '174638.452500', '174638.912500', '174639.372500', '174639.832500', '174640.292500', '174640.752500', '174641.212500', '174641.672500', '174642.132500', '174642.592500', '174643.052500', '174643.512500', '174643.972500', '174644.432500', '174644.892500', '174645.352500', '174645.812500', '174646.272500', '174646.732500', '174647.192500', '174647.652500', '174648.112500', '174648.572500', '174649.032500', '174649.492500', '174649.952500', '174650.412500', '174650.872500', '174651.332500', '174651.792500', '174652.252500', '174652.712500', '174653.172500', '174653.632500', '174654.092500', '174654.552500', '174655.012500', '174655.472500', '174655.932500', '174656.392500', '174656.852500', '174657.312500', '174657.772500', '174658.232500', '174658.692500', '174659.152500', '174659.612500', '174700.072500', '174700.532500', '174700.992500', '174701.452500', '174701.912500', '174702.372500', '174702.832500', '174703.292500', '174703.752500', '174704.212500', '174704.672500', '174705.132500', '174705.592500', '174706.052500', '174706.512500', '174706.972500', '174707.432500', '174707.892500', '174708.352500', '174708.812500', '174709.272500', '174709.732500', '174710.192500', '174710.652500', '174711.112500', '174711.572500', '174712.032500', '174712.492500', '174712.952500', '174713.412500', '174713.872500', '174714.332500', '174714.792500', '174715.252500', '174715.712500', '174716.172500', '174716.632500', '174717.092500', '174717.552500', '174718.012500', '174718.472500', '174718.932500', '174719.392500', '174719.852500', '174720.312500', '174720.772500', '174721.232500', '174721.692500', '174722.152500', '174722.612500', '174723.072500', '174723.532500', '174723.992500', '174724.452500', '174724.912500', '174725.372500', '174725.832500', '174726.292500', '174726.752500', '174727.212500', '174727.672500', '174728.132500', '174728.592500', '174729.052500', '174729.512500', '174729.972500', '174730.432500', '174730.892500', '174731.352500', '174731.812500', '174732.272500', '174732.732500', '174733.192500', '174733.652500', '174734.112500', '174734.572500', '174735.032500', '174735.492500', '174735.952500', '174736.412500', '174736.872500', '174737.332500', '174737.792500', '174738.252500', '174738.712500', '174739.172500', '174739.632500', '174740.092500', '174740.552500', '174741.012500', '174741.472500', '174741.932500', '174742.392500', '174742.852500', '174743.312500', '174743.772500', '174744.232500', '174744.692500', '174745.152500', '174745.612500', '174746.072500', '174746.532500', '174746.992500', '174747.452500'], 'ContentTime': ['174144.684000', '174144.687000', '174144.690000', '174144.693000', '174144.695000', '174144.698000', '174144.700000', '174144.703000', '174144.705000', '174144.708000', '174144.710000', '174144.713000', '174144.725000', '174144.728000', '174144.730000', '174144.733000', '174144.735000', '174144.738000', '174144.741000', '174144.743000', '174144.746000', '174144.748000', '174144.751000', '174144.753000', '174144.756000', '174144.759000', '174144.761000', '174144.764000', '174144.766000', '174144.769000', '174144.771000', '174144.774000', '174144.777000', '174144.779000', '174144.782000', '174144.790000', '174144.793000', '174144.795000', '174144.798000', '174144.801000', '174144.804000', '174144.807000', '174144.809000', '174144.812000', '174144.815000', '174144.817000', '174204.657000', '174204.660000', '174204.663000', '174204.666000', '174204.668000', '174204.671000', '174204.673000', '174204.676000', '174204.678000', '174204.681000', '174204.684000', '174204.686000', '174204.689000', '174204.691000', '174204.694000', '174204.696000', '174204.699000', '174204.702000', '174204.704000', '174204.707000', '174204.710000', '174204.713000', '174204.715000', '174204.718000', '174204.720000', '174204.723000', '174204.726000', '174204.728000', '174204.731000', '174204.733000', '174204.736000', '174204.738000', '174204.741000', '174204.745000', '174204.748000', '174204.750000', '174204.753000', '174204.755000', '174204.758000', '174204.760000', '174204.763000', '174204.766000', '174204.768000', '174224.657000', '174224.660000', '174224.663000', '174224.665000', '174224.668000', '174224.671000', '174224.673000', '174224.676000', '174224.678000', '174224.689000', '174224.692000', '174224.694000', '174224.697000', '174224.699000', '174224.702000', '174224.711000', '174224.714000', '174224.716000', '174224.719000', '174224.721000', '174224.724000', '174224.727000', '174224.729000', '174224.732000', '174224.734000', '174224.737000', '174224.740000', '174224.742000', '174224.745000', '174224.747000', '174224.750000', '174224.752000', '174224.755000', '174224.757000', '174224.760000', '174224.763000', '174224.765000', '174224.768000', '174224.770000', '174224.773000', '174224.775000', '174224.778000', '174224.781000', '174224.783000', '174244.657000', '174244.660000', '174244.663000', '174244.665000', '174244.668000', '174244.671000', '174244.673000', '174244.676000', '174244.678000', '174244.681000', '174244.683000', '174244.686000', '174244.689000', '174244.691000', '174244.694000', '174244.696000', '174244.699000', '174244.702000', '174244.704000', '174244.707000', '174244.710000', '174244.712000', '174244.715000', '174244.717000', '174244.720000', '174244.726000', '174244.728000', '174244.731000', '174244.733000', '174244.736000', '174244.739000', '174244.741000', '174244.744000', '174244.746000', '174244.749000', '174244.751000', '174244.754000', '174244.757000', '174244.759000', '174244.762000', '174244.764000', '174244.767000', '174244.769000', '174304.658000', '174304.661000', '174304.664000', '174304.666000', '174304.669000', '174304.671000', '174304.674000', '174304.677000', '174304.679000', '174304.682000', '174304.684000', '174304.692000', '174304.694000', '174304.697000', '174304.700000', '174304.702000', '174304.705000', '174304.707000', '174304.710000', '174304.712000', '174304.715000', '174304.718000', '174304.720000', '174304.723000', '174304.725000', '174304.728000', '174304.731000', '174304.733000', '174304.736000', '174304.738000', '174304.741000', '174304.743000', '174304.746000', '174304.749000', '174304.751000', '174304.754000', '174304.756000', '174304.759000', '174304.762000', '174304.764000', '174304.767000', '174304.769000', '174304.772000', '174304.774000', '174324.658000', '174324.661000', '174324.664000', '174324.666000', '174324.669000', '174324.671000', '174324.674000', '174324.677000', '174324.679000', '174324.682000', '174324.685000', '174324.687000', '174324.690000', '174324.692000', '174324.695000', '174324.698000', '174324.700000', '174324.703000', '174324.705000', '174324.708000', '174324.710000', '174324.713000', '174324.716000', '174324.718000', '174324.721000', '174324.724000', '174324.726000', '174324.729000', '174324.736000', '174324.739000', '174324.741000', '174324.744000', '174324.748000', '174324.751000', '174324.754000', '174324.757000', '174324.759000', '174324.762000', '174324.765000', '174324.767000', '174324.770000', '174324.772000', '174324.775000', '174344.657000', '174344.660000', '174344.663000', '174344.665000', '174344.668000', '174344.671000', '174344.673000', '174344.676000', '174344.678000', '174344.681000', '174344.684000', '174344.686000', '174344.689000', '174344.691000', '174344.694000', '174344.697000', '174344.699000', '174344.702000', '174344.705000', '174344.707000', '174344.710000', '174344.712000', '174344.715000', '174344.718000', '174344.720000', '174344.723000', '174344.725000', '174344.728000', '174344.731000', '174344.733000', '174344.736000', '174344.738000', '174344.741000', '174344.744000', '174344.746000', '174344.749000', '174344.752000', '174344.754000', '174344.757000', '174344.759000', '174344.762000', '174344.764000', '174344.767000', '174344.770000', '174404.657000', '174404.660000', '174404.663000', '174404.665000', '174404.675000', '174404.678000', '174404.680000', '174404.683000', '174404.685000', '174404.688000', '174404.691000', '174404.693000', '174404.696000', '174404.698000', '174404.701000', '174404.703000', '174404.706000', '174404.709000', '174404.711000', '174404.714000', '174404.717000', '174404.719000', '174404.722000', '174404.725000', '174404.727000', '174404.730000', '174404.732000', '174404.735000', '174404.737000', '174404.740000', '174404.743000', '174404.745000', '174404.748000', '174404.750000', '174404.753000', '174404.755000', '174404.758000', '174404.760000', '174404.763000', '174404.766000', '174404.768000', '174404.771000', '174404.773000', '174424.658000', '174424.660000', '174424.663000', '174424.666000', '174424.668000', '174424.671000', '174424.673000', '174424.676000', '174424.678000', '174424.681000', '174424.684000', '174424.686000', '174424.689000', '174424.691000', '174424.694000', '174424.696000', '174424.699000', '174424.702000', '174424.704000', '174424.707000', '174424.710000', '174424.712000', '174424.715000', '174424.717000', '174424.720000', '174424.722000', '174424.725000', '174424.728000', '174424.730000', '174424.733000', '174424.736000', '174424.738000', '174424.741000', '174424.744000', '174424.746000', '174424.749000', '174424.751000', '174424.754000', '174424.757000', '174424.759000', '174424.762000', '174424.764000', '174424.767000', '174424.770000', '174444.657000', '174444.660000', '174444.663000', '174444.665000', '174444.668000', '174444.671000', '174444.673000', '174444.676000', '174444.678000', '174444.681000', '174444.683000', '174444.686000', '174444.689000', '174444.691000', '174444.694000', '174444.696000', '174444.699000', '174444.701000', '174444.704000', '174444.707000', '174444.709000', '174444.712000', '174444.714000', '174444.717000', '174444.720000', '174444.722000', '174444.725000', '174444.727000', '174444.730000', '174444.733000', '174444.735000', '174444.738000', '174444.740000', '174444.743000', '174444.746000', '174444.748000', '174444.751000', '174444.753000', '174444.756000', '174444.760000', '174444.763000', '174444.765000', '174444.768000', '174504.657000', '174504.660000', '174504.663000', '174504.665000', '174504.668000', '174504.671000', '174504.673000', '174504.676000', '174504.678000', '174504.681000', '174504.684000', '174504.686000', '174504.689000', '174504.691000', '174504.694000', '174504.696000', '174504.699000', '174504.702000', '174504.704000', '174504.707000', '174504.709000', '174504.712000', '174504.715000', '174504.717000', '174504.720000', '174504.722000', '174504.725000', '174504.727000', '174504.730000', '174504.733000', '174504.735000', '174504.738000', '174504.740000', '174504.743000', '174504.746000', '174504.748000', '174504.751000', '174504.753000', '174504.756000', '174504.759000', '174504.761000', '174504.764000', '174504.766000', '174504.769000', '174524.659000', '174524.662000', '174524.664000', '174524.667000', '174524.669000', '174524.672000', '174524.674000', '174524.677000', '174524.680000', '174524.682000', '174524.685000', '174524.687000', '174524.690000', '174524.692000', '174524.695000', '174524.698000', '174524.700000', '174524.703000', '174524.705000', '174524.708000', '174524.711000', '174524.713000', '174524.716000', '174524.719000', '174524.721000', '174524.724000', '174524.726000', '174524.729000', '174524.732000', '174524.748000', '174524.750000', '174524.753000', '174524.756000', '174524.758000', '174524.761000', '174524.763000', '174524.766000', '174524.768000', '174524.771000', '174524.774000', '174524.776000', '174524.779000', '174524.781000', '174544.659000', '174544.662000', '174544.664000', '174544.667000', '174544.669000', '174544.672000', '174544.674000', '174544.677000', '174544.680000', '174544.682000', '174544.685000', '174544.687000', '174544.690000', '174544.693000', '174544.695000', '174544.698000', '174544.700000', '174544.703000', '174544.705000', '174544.708000', '174544.711000', '174544.713000', '174544.716000', '174544.718000', '174544.721000', '174544.724000', '174544.726000', '174544.729000', '174544.732000', '174544.734000', '174544.737000', '174544.739000', '174544.742000', '174544.745000', '174544.747000', '174544.750000', '174544.752000', '174544.755000', '174544.758000', '174544.760000', '174544.763000', '174544.765000', '174544.768000', '174544.770000', '174604.657000', '174604.660000', '174604.663000', '174604.665000', '174604.668000', '174604.670000', '174604.673000', '174604.676000', '174604.678000', '174604.681000', '174604.683000', '174604.686000', '174604.688000', '174604.691000', '174604.694000', '174604.696000', '174604.699000', '174604.702000', '174604.704000', '174604.707000', '174604.709000', '174604.712000', '174604.715000', '174604.717000', '174604.720000', '174604.722000', '174604.725000', '174604.727000', '174604.730000', '174604.733000', '174604.735000', '174604.738000', '174604.740000', '174604.743000', '174604.746000', '174604.748000', '174604.751000', '174604.753000', '174604.756000', '174604.758000', '174604.761000', '174604.764000', '174604.766000', '174624.658000', '174624.660000', '174624.663000', '174624.665000', '174624.668000', '174624.671000', '174624.673000', '174624.676000', '174624.679000', '174624.681000', '174624.684000', '174624.686000', '174624.689000', '174624.692000', '174624.694000', '174624.697000', '174624.699000', '174624.702000', '174624.705000', '174624.707000', '174624.710000', '174624.712000', '174624.715000', '174624.717000', '174624.720000', '174624.723000', '174624.725000', '174624.728000', '174624.730000', '174624.733000', '174624.736000', '174624.738000', '174624.741000', '174624.743000', '174624.746000', '174624.748000', '174624.751000', '174624.754000', '174624.756000', '174624.759000', '174624.762000', '174624.764000', '174624.767000', '174624.770000', '174644.658000', '174644.660000', '174644.663000', '174644.666000', '174644.668000', '174644.671000', '174644.673000', '174644.676000', '174644.678000', '174644.681000', '174644.684000', '174644.686000', '174644.689000', '174644.691000', '174644.694000', '174644.697000', '174644.699000', '174644.702000', '174644.704000', '174644.707000', '174644.710000', '174644.712000', '174644.715000', '174644.717000', '174644.720000', '174644.723000', '174644.725000', '174644.728000', '174644.730000', '174644.733000', '174644.736000', '174644.738000', '174644.741000', '174644.743000', '174644.746000', '174644.749000', '174644.751000', '174644.754000', '174644.756000', '174644.759000', '174644.761000', '174644.764000', '174644.767000', '174704.657000', '174704.660000', '174704.663000', '174704.665000', '174704.668000', '174704.671000', '174704.675000', '174704.678000', '174704.681000', '174704.683000', '174704.686000', '174704.688000', '174704.691000', '174704.694000', '174704.696000', '174704.699000', '174704.701000', '174704.704000', '174704.706000', '174704.709000', '174704.712000', '174704.714000', '174704.717000', '174704.719000', '174704.722000', '174704.725000', '174704.727000', '174704.730000', '174704.732000', '174704.735000', '174704.738000', '174704.740000', '174704.743000', '174704.745000', '174704.748000', '174704.750000', '174704.753000', '174704.755000', '174704.758000', '174704.761000', '174704.763000', '174704.766000', '174704.768000', '174704.771000', '174724.658000', '174724.660000', '174724.663000', '174724.665000', '174724.668000', '174724.671000', '174724.673000', '174724.676000', '174724.678000', '174724.681000', '174724.684000', '174724.686000', '174724.689000', '174724.691000', '174724.694000', '174724.696000', '174724.699000', '174724.702000', '174724.704000', '174724.707000', '174724.709000', '174724.712000', '174724.715000', '174724.717000', '174724.720000', '174724.722000', '174724.725000', '174724.728000', '174724.730000', '174724.733000', '174724.735000', '174724.738000', '174724.741000', '174724.743000', '174724.746000', '174724.748000', '174724.751000', '174724.754000', '174724.756000', '174724.759000', '174724.762000', '174724.764000', '174724.767000', '174744.659000', '174744.661000', '174744.664000', '174744.667000', '174744.669000', '174744.672000', '174744.674000', '174744.677000', '174744.680000', '174744.682000', '174744.685000', '174744.688000', '174744.690000', '174744.693000', '174744.696000', '174744.698000', '174744.701000', '174744.704000', '174744.706000', '174744.709000', '174744.711000', '174744.714000', '174744.717000', '174744.719000', '174744.722000', '174744.724000', '174744.727000', '174744.729000', '174744.732000', '174744.735000', '174744.737000', '174744.740000', '174744.743000', '174744.745000', '174744.748000', '174744.750000', '174744.753000', '174744.756000', '174744.758000', '174744.761000', '174744.763000', '174744.766000', '174744.769000', '174744.771000', '174749.193000', '174749.196000', '174749.198000', '174749.201000', '174749.204000', '174749.207000', '174749.209000', '174749.212000', '174749.215000', '174749.218000'], 'InstanceCreationTime': ['174144.684000', '174144.687000', '174144.690000', '174144.693000', '174144.695000', '174144.698000', '174144.700000', '174144.703000', '174144.705000', '174144.708000', '174144.710000', '174144.713000', '174144.725000', '174144.728000', '174144.730000', '174144.733000', '174144.735000', '174144.738000', '174144.741000', '174144.743000', '174144.746000', '174144.748000', '174144.751000', '174144.753000', '174144.756000', '174144.759000', '174144.761000', '174144.764000', '174144.766000', '174144.769000', '174144.771000', '174144.774000', '174144.777000', '174144.779000', '174144.782000', '174144.790000', '174144.793000', '174144.795000', '174144.798000', '174144.801000', '174144.804000', '174144.807000', '174144.809000', '174144.812000', '174144.815000', '174144.817000', '174204.657000', '174204.660000', '174204.663000', '174204.666000', '174204.668000', '174204.671000', '174204.673000', '174204.676000', '174204.678000', '174204.681000', '174204.684000', '174204.686000', '174204.689000', '174204.691000', '174204.694000', '174204.696000', '174204.699000', '174204.702000', '174204.704000', '174204.707000', '174204.710000', '174204.713000', '174204.715000', '174204.718000', '174204.720000', '174204.723000', '174204.726000', '174204.728000', '174204.731000', '174204.733000', '174204.736000', '174204.738000', '174204.741000', '174204.745000', '174204.748000', '174204.750000', '174204.753000', '174204.755000', '174204.758000', '174204.760000', '174204.763000', '174204.766000', '174204.768000', '174224.657000', '174224.660000', '174224.663000', '174224.665000', '174224.668000', '174224.671000', '174224.673000', '174224.676000', '174224.678000', '174224.689000', '174224.692000', '174224.694000', '174224.697000', '174224.699000', '174224.702000', '174224.711000', '174224.714000', '174224.716000', '174224.719000', '174224.721000', '174224.724000', '174224.727000', '174224.729000', '174224.732000', '174224.734000', '174224.737000', '174224.740000', '174224.742000', '174224.745000', '174224.747000', '174224.750000', '174224.752000', '174224.755000', '174224.757000', '174224.760000', '174224.763000', '174224.765000', '174224.768000', '174224.770000', '174224.773000', '174224.775000', '174224.778000', '174224.781000', '174224.783000', '174244.657000', '174244.660000', '174244.663000', '174244.665000', '174244.668000', '174244.671000', '174244.673000', '174244.676000', '174244.678000', '174244.681000', '174244.683000', '174244.686000', '174244.689000', '174244.691000', '174244.694000', '174244.696000', '174244.699000', '174244.702000', '174244.704000', '174244.707000', '174244.710000', '174244.712000', '174244.715000', '174244.717000', '174244.720000', '174244.726000', '174244.728000', '174244.731000', '174244.733000', '174244.736000', '174244.739000', '174244.741000', '174244.744000', '174244.746000', '174244.749000', '174244.751000', '174244.754000', '174244.757000', '174244.759000', '174244.762000', '174244.764000', '174244.767000', '174244.769000', '174304.658000', '174304.661000', '174304.664000', '174304.666000', '174304.669000', '174304.671000', '174304.674000', '174304.677000', '174304.679000', '174304.682000', '174304.684000', '174304.692000', '174304.694000', '174304.697000', '174304.700000', '174304.702000', '174304.705000', '174304.707000', '174304.710000', '174304.712000', '174304.715000', '174304.718000', '174304.720000', '174304.723000', '174304.725000', '174304.728000', '174304.731000', '174304.733000', '174304.736000', '174304.738000', '174304.741000', '174304.743000', '174304.746000', '174304.749000', '174304.751000', '174304.754000', '174304.756000', '174304.759000', '174304.762000', '174304.764000', '174304.767000', '174304.769000', '174304.772000', '174304.774000', '174324.658000', '174324.661000', '174324.664000', '174324.666000', '174324.669000', '174324.671000', '174324.674000', '174324.677000', '174324.679000', '174324.682000', '174324.685000', '174324.687000', '174324.690000', '174324.692000', '174324.695000', '174324.698000', '174324.700000', '174324.703000', '174324.705000', '174324.708000', '174324.710000', '174324.713000', '174324.716000', '174324.718000', '174324.721000', '174324.724000', '174324.726000', '174324.729000', '174324.736000', '174324.739000', '174324.741000', '174324.744000', '174324.748000', '174324.751000', '174324.754000', '174324.757000', '174324.759000', '174324.762000', '174324.765000', '174324.767000', '174324.770000', '174324.772000', '174324.775000', '174344.657000', '174344.660000', '174344.663000', '174344.665000', '174344.668000', '174344.671000', '174344.673000', '174344.676000', '174344.678000', '174344.681000', '174344.684000', '174344.686000', '174344.689000', '174344.691000', '174344.694000', '174344.697000', '174344.699000', '174344.702000', '174344.705000', '174344.707000', '174344.710000', '174344.712000', '174344.715000', '174344.718000', '174344.720000', '174344.723000', '174344.725000', '174344.728000', '174344.731000', '174344.733000', '174344.736000', '174344.738000', '174344.741000', '174344.744000', '174344.746000', '174344.749000', '174344.752000', '174344.754000', '174344.757000', '174344.759000', '174344.762000', '174344.764000', '174344.767000', '174344.770000', '174404.657000', '174404.660000', '174404.663000', '174404.665000', '174404.675000', '174404.678000', '174404.680000', '174404.683000', '174404.685000', '174404.688000', '174404.691000', '174404.693000', '174404.696000', '174404.698000', '174404.701000', '174404.703000', '174404.706000', '174404.709000', '174404.711000', '174404.714000', '174404.717000', '174404.719000', '174404.722000', '174404.725000', '174404.727000', '174404.730000', '174404.732000', '174404.735000', '174404.737000', '174404.740000', '174404.743000', '174404.745000', '174404.748000', '174404.750000', '174404.753000', '174404.755000', '174404.758000', '174404.760000', '174404.763000', '174404.766000', '174404.768000', '174404.771000', '174404.773000', '174424.658000', '174424.660000', '174424.663000', '174424.666000', '174424.668000', '174424.671000', '174424.673000', '174424.676000', '174424.678000', '174424.681000', '174424.684000', '174424.686000', '174424.689000', '174424.691000', '174424.694000', '174424.696000', '174424.699000', '174424.702000', '174424.704000', '174424.707000', '174424.710000', '174424.712000', '174424.715000', '174424.717000', '174424.720000', '174424.722000', '174424.725000', '174424.728000', '174424.730000', '174424.733000', '174424.736000', '174424.738000', '174424.741000', '174424.744000', '174424.746000', '174424.749000', '174424.751000', '174424.754000', '174424.757000', '174424.759000', '174424.762000', '174424.764000', '174424.767000', '174424.770000', '174444.657000', '174444.660000', '174444.663000', '174444.665000', '174444.668000', '174444.671000', '174444.673000', '174444.676000', '174444.678000', '174444.681000', '174444.683000', '174444.686000', '174444.689000', '174444.691000', '174444.694000', '174444.696000', '174444.699000', '174444.701000', '174444.704000', '174444.707000', '174444.709000', '174444.712000', '174444.714000', '174444.717000', '174444.720000', '174444.722000', '174444.725000', '174444.727000', '174444.730000', '174444.733000', '174444.735000', '174444.738000', '174444.740000', '174444.743000', '174444.746000', '174444.748000', '174444.751000', '174444.753000', '174444.756000', '174444.760000', '174444.763000', '174444.765000', '174444.768000', '174504.657000', '174504.660000', '174504.663000', '174504.665000', '174504.668000', '174504.671000', '174504.673000', '174504.676000', '174504.678000', '174504.681000', '174504.684000', '174504.686000', '174504.689000', '174504.691000', '174504.694000', '174504.696000', '174504.699000', '174504.702000', '174504.704000', '174504.707000', '174504.709000', '174504.712000', '174504.715000', '174504.717000', '174504.720000', '174504.722000', '174504.725000', '174504.727000', '174504.730000', '174504.733000', '174504.735000', '174504.738000', '174504.740000', '174504.743000', '174504.746000', '174504.748000', '174504.751000', '174504.753000', '174504.756000', '174504.759000', '174504.761000', '174504.764000', '174504.766000', '174504.769000', '174524.659000', '174524.662000', '174524.664000', '174524.667000', '174524.669000', '174524.672000', '174524.674000', '174524.677000', '174524.680000', '174524.682000', '174524.685000', '174524.687000', '174524.690000', '174524.692000', '174524.695000', '174524.698000', '174524.700000', '174524.703000', '174524.705000', '174524.708000', '174524.711000', '174524.713000', '174524.716000', '174524.719000', '174524.721000', '174524.724000', '174524.726000', '174524.729000', '174524.732000', '174524.748000', '174524.750000', '174524.753000', '174524.756000', '174524.758000', '174524.761000', '174524.763000', '174524.766000', '174524.768000', '174524.771000', '174524.774000', '174524.776000', '174524.779000', '174524.781000', '174544.659000', '174544.662000', '174544.664000', '174544.667000', '174544.669000', '174544.672000', '174544.674000', '174544.677000', '174544.680000', '174544.682000', '174544.685000', '174544.687000', '174544.690000', '174544.693000', '174544.695000', '174544.698000', '174544.700000', '174544.703000', '174544.705000', '174544.708000', '174544.711000', '174544.713000', '174544.716000', '174544.718000', '174544.721000', '174544.724000', '174544.726000', '174544.729000', '174544.732000', '174544.734000', '174544.737000', '174544.739000', '174544.742000', '174544.745000', '174544.747000', '174544.750000', '174544.752000', '174544.755000', '174544.758000', '174544.760000', '174544.763000', '174544.765000', '174544.768000', '174544.770000', '174604.657000', '174604.660000', '174604.663000', '174604.665000', '174604.668000', '174604.670000', '174604.673000', '174604.676000', '174604.678000', '174604.681000', '174604.683000', '174604.686000', '174604.688000', '174604.691000', '174604.694000', '174604.696000', '174604.699000', '174604.702000', '174604.704000', '174604.707000', '174604.709000', '174604.712000', '174604.715000', '174604.717000', '174604.720000', '174604.722000', '174604.725000', '174604.727000', '174604.730000', '174604.733000', '174604.735000', '174604.738000', '174604.740000', '174604.743000', '174604.746000', '174604.748000', '174604.751000', '174604.753000', '174604.756000', '174604.758000', '174604.761000', '174604.764000', '174604.766000', '174624.658000', '174624.660000', '174624.663000', '174624.665000', '174624.668000', '174624.671000', '174624.673000', '174624.676000', '174624.679000', '174624.681000', '174624.684000', '174624.686000', '174624.689000', '174624.692000', '174624.694000', '174624.697000', '174624.699000', '174624.702000', '174624.705000', '174624.707000', '174624.710000', '174624.712000', '174624.715000', '174624.717000', '174624.720000', '174624.723000', '174624.725000', '174624.728000', '174624.730000', '174624.733000', '174624.736000', '174624.738000', '174624.741000', '174624.743000', '174624.746000', '174624.748000', '174624.751000', '174624.754000', '174624.756000', '174624.759000', '174624.762000', '174624.764000', '174624.767000', '174624.770000', '174644.658000', '174644.660000', '174644.663000', '174644.666000', '174644.668000', '174644.671000', '174644.673000', '174644.676000', '174644.678000', '174644.681000', '174644.684000', '174644.686000', '174644.689000', '174644.691000', '174644.694000', '174644.697000', '174644.699000', '174644.702000', '174644.704000', '174644.707000', '174644.710000', '174644.712000', '174644.715000', '174644.717000', '174644.720000', '174644.723000', '174644.725000', '174644.728000', '174644.730000', '174644.733000', '174644.736000', '174644.738000', '174644.741000', '174644.743000', '174644.746000', '174644.749000', '174644.751000', '174644.754000', '174644.756000', '174644.759000', '174644.761000', '174644.764000', '174644.767000', '174704.657000', '174704.660000', '174704.663000', '174704.665000', '174704.668000', '174704.671000', '174704.675000', '174704.678000', '174704.681000', '174704.683000', '174704.686000', '174704.688000', '174704.691000', '174704.694000', '174704.696000', '174704.699000', '174704.701000', '174704.704000', '174704.706000', '174704.709000', '174704.712000', '174704.714000', '174704.717000', '174704.719000', '174704.722000', '174704.725000', '174704.727000', '174704.730000', '174704.732000', '174704.735000', '174704.738000', '174704.740000', '174704.743000', '174704.745000', '174704.748000', '174704.750000', '174704.753000', '174704.755000', '174704.758000', '174704.761000', '174704.763000', '174704.766000', '174704.768000', '174704.771000', '174724.658000', '174724.660000', '174724.663000', '174724.665000', '174724.668000', '174724.671000', '174724.673000', '174724.676000', '174724.678000', '174724.681000', '174724.684000', '174724.686000', '174724.689000', '174724.691000', '174724.694000', '174724.696000', '174724.699000', '174724.702000', '174724.704000', '174724.707000', '174724.709000', '174724.712000', '174724.715000', '174724.717000', '174724.720000', '174724.722000', '174724.725000', '174724.728000', '174724.730000', '174724.733000', '174724.735000', '174724.738000', '174724.741000', '174724.743000', '174724.746000', '174724.748000', '174724.751000', '174724.754000', '174724.756000', '174724.759000', '174724.762000', '174724.764000', '174724.767000', '174744.659000', '174744.661000', '174744.664000', '174744.667000', '174744.669000', '174744.672000', '174744.674000', '174744.677000', '174744.680000', '174744.682000', '174744.685000', '174744.688000', '174744.690000', '174744.693000', '174744.696000', '174744.698000', '174744.701000', '174744.704000', '174744.706000', '174744.709000', '174744.711000', '174744.714000', '174744.717000', '174744.719000', '174744.722000', '174744.724000', '174744.727000', '174744.729000', '174744.732000', '174744.735000', '174744.737000', '174744.740000', '174744.743000', '174744.745000', '174744.748000', '174744.750000', '174744.753000', '174744.756000', '174744.758000', '174744.761000', '174744.763000', '174744.766000', '174744.769000', '174744.771000', '174749.193000', '174749.196000', '174749.198000', '174749.201000', '174749.204000', '174749.207000', '174749.209000', '174749.212000', '174749.215000', '174749.218000'], '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], 'LargestImagePixelValue': [12994, 7874, 11565, 13881, 9302, 14470, 8852, 13317, 7815, 12314, 7639, 10966, 13465, 9156, 13348, 7780, 12190, 7543, 10502, 13433, 8905, 13631, 7722, 11841, 9837, 10043, 12757, 8737, 13433, 7828, 11555, 14934, 9516, 14045, 7920, 12255, 10901, 9687, 14117, 8810, 13008, 7777, 11146, 14341, 9250, 13642, 7379, 11437, 14633, 9317, 12813, 7375, 11090, 12088, 8923, 13216, 8031, 12153, 7850, 9367, 14055, 8979, 13439, 7311, 9986, 13981, 7997, 12770, 7680, 10980, 14369, 8489, 12651, 8264, 11005, 7406, 9655, 13987, 8868, 13305, 8756, 13588, 9321, 14945, 8632, 13688, 7958, 13010, 14131, 10595, 16345, 10421, 14833, 8487, 12743, 7955, 10576, 14483, 10121, 13686, 8638, 12793, 7577, 11644, 11984, 10137, 13153, 8479, 13171, 7455, 12277, 11066, 11191, 13817, 8582, 13056, 8722, 12519, 8454, 14012, 9710, 10503, 9922, 14441, 8519, 13580, 9784, 12876, 8255, 10906, 14418, 9472, 13883, 7781, 12842, 9759, 10344, 14274, 8412, 12159, 7326, 11820, 12500, 10819, 13146, 8690, 12798, 7539, 11451, 11785, 10105, 13146, 8417, 12692, 7555, 11885, 11035, 10549, 14169, 8635, 13115, 8219, 10702, 14698, 9223, 13422, 7279, 11713, 12861, 9234, 14220, 8264, 12544, 8329, 9700, 13857, 8474, 13356, 7229, 10402, 13597, 8444, 13334, 7680, 11915, 7551, 9958, 13874, 8519, 12693, 7693, 11200, 9695, 9784, 13959, 8608, 13296, 8920, 12334, 7961, 10255, 14167, 9053, 13805, 8784, 12936, 8653, 10319, 14296, 9026, 13773, 8747, 11444, 12513, 8609, 12141, 7460, 11519, 10821, 9278, 12982, 7639, 11103, 13560, 9467, 12943, 7289, 11178, 13115, 9060, 12877, 7758, 11264, 13324, 8656, 12107, 7639, 10693, 12253, 8929, 12494, 7284, 10554, 13420, 9440, 12987, 7322, 11228, 12960, 8872, 12498, 7807, 12661, 7566, 9869, 13615, 8381, 12265, 8886, 11165, 13307, 9306, 13527, 7918, 12332, 9788, 11252, 13861, 8857, 13121, 8042, 12167, 8645, 11387, 12654, 9162, 13952, 8636, 13424, 8706, 13028, 7354, 11404, 11279, 9698, 14030, 9320, 14434, 8095, 12637, 8727, 9906, 14246, 9085, 14031, 7557, 10726, 13592, 8478, 12876, 8243, 11219, 8481, 8942, 9332, 11920, 11564, 10372, 14416, 10851, 8371, 11151, 10933, 10132, 14375, 9207, 14093, 8908, 12724, 8125, 10554, 14431, 8980, 13431, 8387, 11936, 14354, 9679, 13779, 10081, 13208, 8546, 10493, 9359, 10425, 10170, 14594, 10278, 14913, 8529, 12850, 8178, 11034, 14074, 9898, 12941, 8215, 12008, 8015, 10625, 13698, 10064, 14060, 8050, 12093, 8371, 9375, 12998, 8730, 13123, 7392, 11191, 13906, 8904, 12600, 8455, 12846, 7323, 10626, 13268, 8958, 12957, 7658, 11848, 9933, 10627, 14331, 8923, 12566, 7609, 12153, 7878, 10731, 12033, 9205, 12811, 8281, 13336, 7400, 10671, 11650, 9079, 12884, 8942, 12729, 7649, 10810, 13420, 9622, 13508, 8039, 12170, 10797, 9547, 13748, 8951, 12880, 7764, 10264, 13597, 8772, 14030, 7349, 10953, 13697, 8784, 13338, 8021, 10946, 13652, 8775, 12124, 8098, 12431, 7675, 9692, 13117, 8359, 12939, 7673, 11026, 10497, 9163, 13129, 8539, 13208, 7483, 11098, 13671, 9828, 13979, 9008, 13144, 7904, 10176, 13831, 9733, 13297, 7882, 11883, 7709, 10532, 14430, 9482, 13741, 8554, 12218, 7997, 12288, 7444, 10207, 13492, 9052, 13055, 8278, 12463, 7695, 10344, 13776, 9438, 13469, 8039, 12295, 8361, 9811, 13864, 9403, 13494, 8061, 11582, 7562, 9989, 7937, 10665, 8314, 11835, 7700, 11717, 14418, 9818, 13890, 9191, 13255, 7743, 12020, 9447, 10121, 13845, 9002, 12833, 7489, 10717, 13128, 9737, 12827, 8890, 12451, 7788, 11833, 9832, 10714, 13506, 9011, 12411, 7810, 12757, 7773, 11086, 13980, 8964, 13084, 9053, 12771, 7611, 11704, 10502, 10735, 14248, 9748, 13757, 8628, 12854, 8164, 11305, 8657, 9509, 12981, 8939, 13597, 7597, 12051, 7819, 10778, 14285, 10138, 13500, 8991, 12714, 8212, 14183, 7874, 11576, 10955, 9515, 13495, 9562, 13051, 7670, 11566, 8884, 10326, 12480, 9160, 12369, 7452, 11580, 8591, 10876, 13604, 9283, 12504, 8437, 13206, 7851, 12618, 7987, 10788, 13495, 9713, 13267, 8533, 12231, 7837, 11076, 13405, 10005, 13183, 8211, 12277, 8422, 10796, 13082, 9027, 12597, 7557, 11348, 10461, 9750, 13560, 8238, 11980, 8954, 10391, 12079, 8718, 12052, 7685, 11519, 9551, 9860, 13368, 8647, 12022, 7913, 12015, 7699, 10315, 13829, 8942, 13388, 8533, 11428, 8377, 9897, 13655, 8636, 13823, 7943, 11009, 13701, 9713, 13136, 8925, 11710, 7810, 11968, 8415, 12788, 8937, 12777, 8834, 11335, 14648, 9939, 13787, 9776, 13894, 8873, 12939, 8343, 11748, 13639, 11080, 13908, 8863, 12332, 7709, 11844, 8316, 10716, 10595, 9559, 13003, 8491, 12805, 8277, 12660, 7866, 11766, 10026, 10136, 13595, 9759, 14677, 8143, 12018, 10400, 9867, 13870, 8835, 13013, 8013, 10133, 12678, 8719, 13030, 7734, 11541, 13349, 9053, 12628, 8160, 12999, 8148, 10362, 13249, 8715, 12214, 8028, 11690, 7526, 9759, 13255, 8198, 12083, 10352, 10730, 13280, 8624, 12009, 8020, 10692, 13778, 9252, 13312, 7554, 11063, 13254, 9846, 13471, 7981, 11548, 8161, 9935, 13304, 9147, 12971, 7559, 11599, 10878, 10298, 13432, 8878, 12373, 7644, 11218, 13746, 10366, 13138, 8433, 12278, 9844, 10074, 13530, 8859, 12630, 7792, 9667, 12231, 8529, 12108, 7500, 10376, 12436, 8398, 11713, 7582, 10826, 11913, 9430, 12336, 7810, 11727, 14173, 9850, 12528, 8566, 12274, 8211, 10450, 12717, 9804, 12454, 7805, 11421, 11152, 10444, 13944, 9363, 12859, 8223, 11944, 8690, 11115, 13529, 8897, 12927, 8268, 11388, 13581, 9331, 13697, 8202, 11614, 14131, 9578, 13211, 7381, 10770, 13586, 9775, 13409, 7941, 11943, 8160, 10132, 13791, 9736, 13641, 7920, 11286, 9601, 14226, 10664, 14874, 8970, 13669, 8999, 12978, 9393, 12972, 9300, 15184, 9047, 14086, 8702, 13725, 8615, 14198, 11159, 13392, 7909, 11341, 7984, 12104, 8750, 12555, 8926, 13010], 'WindowCenter': [4596.0, 4518.0, 4541.0, 4565.0, 4520.0, 4546.0, 4474.0, 4533.0, 4460.0, 4508.0, 4471.0, 4513.0, 4520.0, 4479.0, 4516.0, 4450.0, 4509.0, 4471.0, 4513.0, 4518.0, 4480.0, 4519.0, 4458.0, 4509.0, 4503.0, 4500.0, 4518.0, 4479.0, 4512.0, 4458.0, 4511.0, 4521.0, 4475.0, 4518.0, 4455.0, 4508.0, 4499.0, 4490.0, 4519.0, 4478.0, 4516.0, 4454.0, 4512.0, 4528.0, 4476.0, 4504.0, 4445.0, 4498.0, 4530.0, 4475.0, 4504.0, 4445.0, 4496.0, 4509.0, 4478.0, 4507.0, 4455.0, 4504.0, 4455.0, 4476.0, 4529.0, 4469.0, 4516.0, 4445.0, 4476.0, 4528.0, 4481.0, 4519.0, 4455.0, 4495.0, 4506.0, 4465.0, 4518.0, 4460.0, 4509.0, 4459.0, 4504.0, 4528.0, 4480.0, 4518.0, 4492.0, 4542.0, 4489.0, 4528.0, 4467.0, 4517.0, 4456.0, 4514.0, 4533.0, 4498.0, 4528.0, 4487.0, 4502.0, 4453.0, 4492.0, 4443.0, 4497.0, 4527.0, 4487.0, 4503.0, 4455.0, 4493.0, 4441.0, 4508.0, 4505.0, 4473.0, 4502.0, 4455.0, 4504.0, 4443.0, 4509.0, 4495.0, 4496.0, 4505.0, 4453.0, 4514.0, 4464.0, 4492.0, 4447.0, 4514.0, 4477.0, 4499.0, 4488.0, 4515.0, 4454.0, 4516.0, 4475.0, 4504.0, 4453.0, 4485.0, 4514.0, 4455.0, 4500.0, 4457.0, 4506.0, 4452.0, 4462.0, 4494.0, 4441.0, 4480.0, 4433.0, 4505.0, 4489.0, 4482.0, 4490.0, 4453.0, 4489.0, 4441.0, 4506.0, 4493.0, 4471.0, 4490.0, 4452.0, 4490.0, 4443.0, 4506.0, 4484.0, 4483.0, 4501.0, 4451.0, 4500.0, 4451.0, 4486.0, 4511.0, 4460.0, 4492.0, 4420.0, 4480.0, 4491.0, 4463.0, 4501.0, 4439.0, 4491.0, 4430.0, 4458.0, 4492.0, 4440.0, 4490.0, 4418.0, 4470.0, 4489.0, 4454.0, 4514.0, 4442.0, 4491.0, 4429.0, 4461.0, 4500.0, 4452.0, 4517.0, 4449.0, 4486.0, 4460.0, 4473.0, 4501.0, 4453.0, 4500.0, 4452.0, 4492.0, 4441.0, 4471.0, 4500.0, 4464.0, 4504.0, 4451.0, 4491.0, 4439.0, 4459.0, 4497.0, 4447.0, 4498.0, 4440.0, 4471.0, 4473.0, 4438.0, 4476.0, 4433.0, 4491.0, 4469.0, 4462.0, 4491.0, 4429.0, 4472.0, 4502.0, 4460.0, 4481.0, 4421.0, 4481.0, 4488.0, 4452.0, 4493.0, 4429.0, 4470.0, 4487.0, 4439.0, 4478.0, 4442.0, 4463.0, 4480.0, 4450.0, 4489.0, 4420.0, 4470.0, 4500.0, 4461.0, 4481.0, 4429.0, 4480.0, 4488.0, 4450.0, 4491.0, 4443.0, 4494.0, 4441.0, 4471.0, 4501.0, 4450.0, 4495.0, 4464.0, 4484.0, 4504.0, 4465.0, 4503.0, 4442.0, 4497.0, 4484.0, 4484.0, 4501.0, 4464.0, 4503.0, 4454.0, 4507.0, 4465.0, 4496.0, 4502.0, 4475.0, 4513.0, 4479.0, 4510.0, 4465.0, 4506.0, 4443.0, 4492.0, 4494.0, 4487.0, 4525.0, 4476.0, 4515.0, 4456.0, 4505.0, 4465.0, 4487.0, 4526.0, 4477.0, 4515.0, 4445.0, 4486.0, 4505.0, 4466.0, 4518.0, 4457.0, 4510.0, 4477.0, 4466.0, 4477.0, 4506.0, 4494.0, 4475.0, 4515.0, 4497.0, 4467.0, 4510.0, 4497.0, 4499.0, 4527.0, 4491.0, 4519.0, 4464.0, 4505.0, 4444.0, 4485.0, 4516.0, 4466.0, 4502.0, 4455.0, 4494.0, 4506.0, 4479.0, 4518.0, 4481.0, 4504.0, 4466.0, 4482.0, 4475.0, 4482.0, 4499.0, 4529.0, 4487.0, 4514.0, 4467.0, 4506.0, 4451.0, 4499.0, 4517.0, 4475.0, 4494.0, 4443.0, 4492.0, 4441.0, 4476.0, 4509.0, 4475.0, 4503.0, 4442.0, 4491.0, 4441.0, 4464.0, 4504.0, 4454.0, 4501.0, 4433.0, 4484.0, 4501.0, 4464.0, 4506.0, 4455.0, 4493.0, 4432.0, 4474.0, 4492.0, 4464.0, 4494.0, 4446.0, 4507.0, 4465.0, 4473.0, 4513.0, 4464.0, 4492.0, 4437.0, 4507.0, 4443.0, 4484.0, 4494.0, 4463.0, 4505.0, 4458.0, 4505.0, 4444.0, 4485.0, 4492.0, 4477.0, 4516.0, 4463.0, 4503.0, 4436.0, 4496.0, 4517.0, 4487.0, 4513.0, 4455.0, 4505.0, 4486.0, 4481.0, 4515.0, 4463.0, 4504.0, 4433.0, 4473.0, 4513.0, 4465.0, 4514.0, 4431.0, 4484.0, 4502.0, 4465.0, 4502.0, 4441.0, 4482.0, 4500.0, 4451.0, 4493.0, 4441.0, 4493.0, 4431.0, 4460.0, 4495.0, 4453.0, 4501.0, 4431.0, 4482.0, 4470.0, 4463.0, 4505.0, 4453.0, 4501.0, 4432.0, 4482.0, 4501.0, 4473.0, 4499.0, 4451.0, 4488.0, 4430.0, 4472.0, 4502.0, 4459.0, 4488.0, 4439.0, 4480.0, 4432.0, 4483.0, 4501.0, 4460.0, 4500.0, 4450.0, 4483.0, 4442.0, 4492.0, 4431.0, 4468.0, 4501.0, 4462.0, 4494.0, 4452.0, 4492.0, 4429.0, 4463.0, 4511.0, 4462.0, 4501.0, 4440.0, 4491.0, 4452.0, 4474.0, 4500.0, 4461.0, 4504.0, 4457.0, 4482.0, 4429.0, 4458.0, 4440.0, 4485.0, 4454.0, 4491.0, 4429.0, 4481.0, 4502.0, 4473.0, 4502.0, 4451.0, 4489.0, 4429.0, 4491.0, 4461.0, 4472.0, 4487.0, 4448.0, 4477.0, 4417.0, 4467.0, 4498.0, 4461.0, 4490.0, 4451.0, 4488.0, 4443.0, 4496.0, 4460.0, 4471.0, 4486.0, 4448.0, 4490.0, 4441.0, 4492.0, 4440.0, 4479.0, 4502.0, 4464.0, 4504.0, 4452.0, 4493.0, 4430.0, 4493.0, 4485.0, 4484.0, 4511.0, 4464.0, 4501.0, 4452.0, 4505.0, 4452.0, 4481.0, 4451.0, 4462.0, 4503.0, 4461.0, 4502.0, 4433.0, 4491.0, 4441.0, 4496.0, 4513.0, 4472.0, 4490.0, 4451.0, 4491.0, 4453.0, 4493.0, 4434.0, 4481.0, 4470.0, 4470.0, 4498.0, 4463.0, 4491.0, 4429.0, 4479.0, 4461.0, 4472.0, 4492.0, 4459.0, 4492.0, 4431.0, 4494.0, 4463.0, 4483.0, 4498.0, 4462.0, 4491.0, 4456.0, 4501.0, 4441.0, 4492.0, 4440.0, 4482.0, 4505.0, 4474.0, 4501.0, 4452.0, 4491.0, 4440.0, 4495.0, 4503.0, 4471.0, 4492.0, 4440.0, 4489.0, 4453.0, 4482.0, 4491.0, 4449.0, 4478.0, 4439.0, 4483.0, 4464.0, 4462.0, 4489.0, 4440.0, 4481.0, 4452.0, 4471.0, 4482.0, 4451.0, 4490.0, 4441.0, 4494.0, 4461.0, 4472.0, 4501.0, 4450.0, 4492.0, 4453.0, 4493.0, 4441.0, 4474.0, 4501.0, 4466.0, 4515.0, 4452.0, 4482.0, 4440.0, 4471.0, 4513.0, 4463.0, 4505.0, 4442.0, 4482.0, 4514.0, 4475.0, 4519.0, 4465.0, 4491.0, 4443.0, 4493.0, 4454.0, 4506.0, 4465.0, 4496.0, 4463.0, 4483.0, 4498.0, 4472.0, 4504.0, 4461.0, 4500.0, 4449.0, 4491.0, 4440.0, 4496.0, 4505.0, 4482.0, 4490.0, 4449.0, 4479.0, 4443.0, 4485.0, 4440.0, 4472.0, 4470.0, 4462.0, 4490.0, 4453.0, 4503.0, 4441.0, 4491.0, 4439.0, 4482.0, 4459.0, 4473.0, 4505.0, 4459.0, 4500.0, 4428.0, 4480.0, 4469.0, 4471.0, 4501.0, 4449.0, 4490.0, 4428.0, 4458.0, 4489.0, 4453.0, 4489.0, 4428.0, 4471.0, 4487.0, 4449.0, 4489.0, 4439.0, 4489.0, 4427.0, 4455.0, 4478.0, 4439.0, 4492.0, 4441.0, 4479.0, 4428.0, 4449.0, 4488.0, 4439.0, 4492.0, 4470.0, 4470.0, 4487.0, 4437.0, 4477.0, 4428.0, 4473.0, 4487.0, 4449.0, 4488.0, 4417.0, 4480.0, 4490.0, 4450.0, 4487.0, 4427.0, 4466.0, 4437.0, 4459.0, 4488.0, 4447.0, 4488.0, 4417.0, 4469.0, 4470.0, 4469.0, 4489.0, 4448.0, 4478.0, 4430.0, 4482.0, 4500.0, 4460.0, 4489.0, 4438.0, 4479.0, 4459.0, 4458.0, 4489.0, 4439.0, 4478.0, 4417.0, 4434.0, 4476.0, 4450.0, 4481.0, 4414.0, 4459.0, 4477.0, 4439.0, 4479.0, 4431.0, 4470.0, 4479.0, 4449.0, 4480.0, 4430.0, 4490.0, 4501.0, 4462.0, 4496.0, 4463.0, 4493.0, 4440.0, 4482.0, 4504.0, 4474.0, 4516.0, 4456.0, 4507.0, 4505.0, 4486.0, 4511.0, 4451.0, 4503.0, 4453.0, 4509.0, 4463.0, 4497.0, 4503.0, 4465.0, 4505.0, 4453.0, 4495.0, 4503.0, 4464.0, 4504.0, 4452.0, 4495.0, 4513.0, 4462.0, 4491.0, 4420.0, 4484.0, 4504.0, 4476.0, 4502.0, 4444.0, 4491.0, 4450.0, 4485.0, 4516.0, 4476.0, 4515.0, 4442.0, 4493.0, 4488.0, 4514.0, 4484.0, 4526.0, 4467.0, 4496.0, 4463.0, 4516.0, 4477.0, 4516.0, 4477.0, 4516.0, 4464.0, 4503.0, 4454.0, 4502.0, 4453.0, 4504.0, 4484.0, 4506.0, 4444.0, 4484.0, 4444.0, 4491.0, 4455.0, 4494.0, 4465.0, 4504.0], 'WindowWidth': [10089.0, 9965.0, 9979.0, 10013.0, 9949.0, 9971.0, 9865.0, 9945.0, 9846.0, 9907.0, 9863.0, 9920.0, 9924.0, 9869.0, 9914.0, 9824.0, 9906.0, 9862.0, 9920.0, 9921.0, 9872.0, 9922.0, 9841.0, 9911.0, 9906.0, 9901.0, 9921.0, 9869.0, 9910.0, 9841.0, 9916.0, 9921.0, 9859.0, 9916.0, 9832.0, 9903.0, 9896.0, 9886.0, 9920.0, 9864.0, 9916.0, 9830.0, 9918.0, 9934.0, 9859.0, 9890.0, 9817.0, 9890.0, 9939.0, 9859.0, 9894.0, 9815.0, 9884.0, 9907.0, 9868.0, 9902.0, 9830.0, 9896.0, 9829.0, 9862.0, 9937.0, 9850.0, 9913.0, 9817.0, 9859.0, 9935.0, 9879.0, 9925.0, 9832.0, 9885.0, 9895.0, 9844.0, 9922.0, 9841.0, 9911.0, 9844.0, 9912.0, 9932.0, 9871.0, 9919.0, 9894.0, 9961.0, 9886.0, 9934.0, 9851.0, 9915.0, 9831.0, 9910.0, 9948.0, 9896.0, 9933.0, 9874.0, 9887.0, 9822.0, 9874.0, 9808.0, 9892.0, 9935.0, 9875.0, 9892.0, 9825.0, 9876.0, 9808.0, 9907.0, 9901.0, 9852.0, 9890.0, 9832.0, 9895.0, 9812.0, 9910.0, 9885.0, 9886.0, 9897.0, 9825.0, 9911.0, 9842.0, 9877.0, 9819.0, 9907.0, 9862.0, 9897.0, 9880.0, 9909.0, 9827.0, 9914.0, 9855.0, 9893.0, 9823.0, 9869.0, 9906.0, 9822.0, 9884.0, 9837.0, 9901.0, 9815.0, 9826.0, 9869.0, 9805.0, 9856.0, 9796.0, 9899.0, 9871.0, 9861.0, 9869.0, 9824.0, 9868.0, 9810.0, 9904.0, 9880.0, 9846.0, 9869.0, 9821.0, 9871.0, 9813.0, 9902.0, 9866.0, 9865.0, 9886.0, 9820.0, 9884.0, 9821.0, 9875.0, 9902.0, 9828.0, 9872.0, 9770.0, 9855.0, 9872.0, 9838.0, 9885.0, 9799.0, 9870.0, 9781.0, 9825.0, 9871.0, 9804.0, 9867.0, 9771.0, 9842.0, 9867.0, 9828.0, 9910.0, 9808.0, 9872.0, 9787.0, 9832.0, 9882.0, 9823.0, 9919.0, 9825.0, 9872.0, 9831.0, 9851.0, 9883.0, 9826.0, 9888.0, 9821.0, 9874.0, 9805.0, 9844.0, 9883.0, 9841.0, 9894.0, 9817.0, 9871.0, 9798.0, 9826.0, 9875.0, 9809.0, 9879.0, 9800.0, 9837.0, 9841.0, 9798.0, 9847.0, 9799.0, 9873.0, 9841.0, 9833.0, 9871.0, 9787.0, 9843.0, 9890.0, 9829.0, 9852.0, 9777.0, 9856.0, 9864.0, 9824.0, 9877.0, 9787.0, 9841.0, 9861.0, 9798.0, 9849.0, 9809.0, 9830.0, 9855.0, 9815.0, 9866.0, 9773.0, 9843.0, 9883.0, 9832.0, 9852.0, 9787.0, 9855.0, 9866.0, 9816.0, 9873.0, 9814.0, 9879.0, 9806.0, 9846.0, 9886.0, 9818.0, 9883.0, 9841.0, 9866.0, 9893.0, 9843.0, 9890.0, 9809.0, 9885.0, 9871.0, 9866.0, 9888.0, 9841.0, 9891.0, 9828.0, 9905.0, 9846.0, 9887.0, 9890.0, 9856.0, 9906.0, 9870.0, 9906.0, 9845.0, 9899.0, 9815.0, 9880.0, 9882.0, 9878.0, 9930.0, 9864.0, 9912.0, 9836.0, 9901.0, 9845.0, 9876.0, 9929.0, 9864.0, 9912.0, 9817.0, 9873.0, 9896.0, 9847.0, 9919.0, 9835.0, 9911.0, 9866.0, 9843.0, 9862.0, 9900.0, 9881.0, 9854.0, 9910.0, 9890.0, 9849.0, 9913.0, 9891.0, 9894.0, 9931.0, 9888.0, 9919.0, 9843.0, 9895.0, 9814.0, 9873.0, 9912.0, 9846.0, 9890.0, 9828.0, 9878.0, 9893.0, 9864.0, 9921.0, 9866.0, 9895.0, 9846.0, 9865.0, 9862.0, 9864.0, 9897.0, 9938.0, 9878.0, 9908.0, 9846.0, 9899.0, 9821.0, 9896.0, 9918.0, 9857.0, 9878.0, 9810.0, 9873.0, 9804.0, 9852.0, 9902.0, 9857.0, 9890.0, 9808.0, 9871.0, 9804.0, 9839.0, 9895.0, 9828.0, 9886.0, 9795.0, 9864.0, 9885.0, 9840.0, 9900.0, 9829.0, 9877.0, 9794.0, 9851.0, 9873.0, 9840.0, 9878.0, 9819.0, 9903.0, 9837.0, 9851.0, 9903.0, 9838.0, 9874.0, 9803.0, 9902.0, 9812.0, 9868.0, 9880.0, 9839.0, 9899.0, 9834.0, 9898.0, 9815.0, 9872.0, 9879.0, 9867.0, 9917.0, 9842.0, 9896.0, 9802.0, 9887.0, 9920.0, 9878.0, 9908.0, 9832.0, 9898.0, 9872.0, 9869.0, 9912.0, 9839.0, 9894.0, 9792.0, 9850.0, 9908.0, 9847.0, 9907.0, 9793.0, 9865.0, 9888.0, 9844.0, 9890.0, 9805.0, 9861.0, 9883.0, 9818.0, 9879.0, 9809.0, 9877.0, 9793.0, 9831.0, 9875.0, 9828.0, 9889.0, 9794.0, 9861.0, 9844.0, 9840.0, 9897.0, 9826.0, 9887.0, 9794.0, 9863.0, 9889.0, 9855.0, 9884.0, 9819.0, 9866.0, 9786.0, 9848.0, 9889.0, 9828.0, 9865.0, 9799.0, 9856.0, 9791.0, 9865.0, 9885.0, 9831.0, 9883.0, 9816.0, 9860.0, 9810.0, 9874.0, 9791.0, 9841.0, 9886.0, 9839.0, 9877.0, 9824.0, 9876.0, 9789.0, 9832.0, 9904.0, 9838.0, 9887.0, 9805.0, 9871.0, 9824.0, 9855.0, 9885.0, 9835.0, 9893.0, 9838.0, 9860.0, 9785.0, 9822.0, 9801.0, 9870.0, 9831.0, 9874.0, 9788.0, 9858.0, 9889.0, 9851.0, 9891.0, 9819.0, 9866.0, 9785.0, 9871.0, 9833.0, 9851.0, 9863.0, 9810.0, 9848.0, 9766.0, 9834.0, 9880.0, 9833.0, 9870.0, 9819.0, 9868.0, 9811.0, 9888.0, 9830.0, 9846.0, 9861.0, 9812.0, 9870.0, 9810.0, 9876.0, 9805.0, 9857.0, 9888.0, 9845.0, 9896.0, 9822.0, 9877.0, 9792.0, 9877.0, 9870.0, 9868.0, 9901.0, 9841.0, 9885.0, 9822.0, 9899.0, 9822.0, 9858.0, 9817.0, 9835.0, 9890.0, 9839.0, 9889.0, 9793.0, 9874.0, 9807.0, 9887.0, 9906.0, 9849.0, 9870.0, 9819.0, 9873.0, 9826.0, 9872.0, 9791.0, 9858.0, 9843.0, 9847.0, 9883.0, 9837.0, 9870.0, 9786.0, 9853.0, 9833.0, 9849.0, 9875.0, 9829.0, 9872.0, 9793.0, 9883.0, 9841.0, 9865.0, 9880.0, 9834.0, 9873.0, 9835.0, 9890.0, 9806.0, 9875.0, 9803.0, 9862.0, 9898.0, 9854.0, 9886.0, 9821.0, 9872.0, 9805.0, 9884.0, 9892.0, 9847.0, 9874.0, 9804.0, 9869.0, 9827.0, 9860.0, 9870.0, 9814.0, 9851.0, 9802.0, 9866.0, 9831.0, 9832.0, 9865.0, 9800.0, 9859.0, 9822.0, 9844.0, 9858.0, 9819.0, 9869.0, 9810.0, 9881.0, 9833.0, 9847.0, 9884.0, 9818.0, 9878.0, 9828.0, 9879.0, 9808.0, 9853.0, 9887.0, 9848.0, 9914.0, 9822.0, 9863.0, 9802.0, 9846.0, 9906.0, 9839.0, 9896.0, 9807.0, 9861.0, 9911.0, 9859.0, 9922.0, 9843.0, 9875.0, 9810.0, 9877.0, 9828.0, 9899.0, 9847.0, 9880.0, 9839.0, 9864.0, 9879.0, 9848.0, 9895.0, 9831.0, 9881.0, 9815.0, 9872.0, 9803.0, 9885.0, 9896.0, 9860.0, 9867.0, 9811.0, 9851.0, 9811.0, 9862.0, 9801.0, 9844.0, 9840.0, 9832.0, 9869.0, 9827.0, 9890.0, 9804.0, 9870.0, 9800.0, 9859.0, 9827.0, 9848.0, 9896.0, 9830.0, 9882.0, 9784.0, 9854.0, 9840.0, 9846.0, 9885.0, 9812.0, 9867.0, 9781.0, 9821.0, 9865.0, 9823.0, 9867.0, 9782.0, 9840.0, 9859.0, 9811.0, 9866.0, 9800.0, 9864.0, 9780.0, 9817.0, 9847.0, 9799.0, 9875.0, 9806.0, 9851.0, 9783.0, 9810.0, 9861.0, 9799.0, 9874.0, 9841.0, 9839.0, 9860.0, 9794.0, 9847.0, 9784.0, 9848.0, 9861.0, 9811.0, 9862.0, 9765.0, 9856.0, 9871.0, 9807.0, 9859.0, 9779.0, 9830.0, 9795.0, 9828.0, 9863.0, 9806.0, 9861.0, 9766.0, 9836.0, 9841.0, 9840.0, 9865.0, 9809.0, 9848.0, 9785.0, 9860.0, 9882.0, 9828.0, 9865.0, 9796.0, 9851.0, 9823.0, 9826.0, 9865.0, 9796.0, 9846.0, 9765.0, 9782.0, 9843.0, 9815.0, 9855.0, 9761.0, 9825.0, 9846.0, 9799.0, 9853.0, 9792.0, 9842.0, 9850.0, 9812.0, 9854.0, 9787.0, 9871.0, 9887.0, 9834.0, 9882.0, 9843.0, 9875.0, 9801.0, 9861.0, 9893.0, 9852.0, 9918.0, 9835.0, 9904.0, 9902.0, 9873.0, 9901.0, 9817.0, 9891.0, 9826.0, 9908.0, 9843.0, 9887.0, 9892.0, 9843.0, 9897.0, 9827.0, 9883.0, 9893.0, 9841.0, 9892.0, 9821.0, 9885.0, 9905.0, 9834.0, 9871.0, 9769.0, 9865.0, 9896.0, 9857.0, 9888.0, 9811.0, 9872.0, 9820.0, 9871.0, 9914.0, 9861.0, 9910.0, 9807.0, 9880.0, 9880.0, 9912.0, 9869.0, 9928.0, 9848.0, 9879.0, 9840.0, 9914.0, 9863.0, 9914.0, 9865.0, 9912.0, 9840.0, 9887.0, 9824.0, 9886.0, 9822.0, 9894.0, 9863.0, 9897.0, 9812.0, 9865.0, 9811.0, 9870.0, 9829.0, 9880.0, 9841.0, 9894.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.0012824580335731414</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021877534052757795</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.0490658407083</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2018882480672277</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0139084930252098</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5183.1182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09936756283479832</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.39568345323741</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4446838791260217</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389241397581501</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6385213916382027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.306288848158362</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103299</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012805894948542118</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03952836990356445</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>834</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.028241064692166</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>19.2807</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9206</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.882</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291086.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>928.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.0036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.6704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3622.1143</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85458.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1422.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4801.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.3974</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.66115300101228</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> |