<?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-0050_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0050_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0050_suffix-bold_task-faces" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0050_suffix-bold_task-faces" 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-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-02/func/sub-0050_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7c825902e933039ff0e1290d2798cfeb</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:26:53.042500</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.998144, 0.056421, -0.0229117, -0.0579023, 0.995853, -0.0701751]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.0885822</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7750, -7274, 599, -86, -176, 18, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc5157be-d47c-416b-b9f6-26fedb51862f||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.677947759628296, -0.15534758567810059, -0.050914689898490906, 113.79240417480469], [-0.15137337148189545, 2.671800136566162, -0.19270317256450653, -84.37992095947266], [-0.06147031858563423, 0.1882747858762741, 2.6926331520080566, -66.79497528076172], [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, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['172653.042500', '172653.502500', '172653.962500', '172654.422500', '172654.882500', '172655.342500', '172655.802500', '172656.262500', '172656.722500', '172657.182500', '172657.642500', '172658.102500', '172658.562500', '172659.022500', '172659.482500', '172659.942500', '172700.402500', '172700.862500', '172701.322500', '172701.782500', '172702.242500', '172702.702500', '172703.162500', '172703.622500', '172704.082500', '172704.542500', '172705.002500', '172705.462500', '172705.922500', '172706.382500', '172706.842500', '172707.302500', '172707.762500', '172708.222500', '172708.682500', '172709.142500', '172709.602500', '172710.062500', '172710.522500', '172710.982500', '172711.442500', '172711.902500', '172712.362500', '172712.822500', '172713.282500', '172713.742500', '172714.202500', '172714.662500', '172715.122500', '172715.582500', '172716.042500', '172716.502500', '172716.962500', '172717.422500', '172717.882500', '172718.342500', '172718.802500', '172719.262500', '172719.722500', '172720.182500', '172720.642500', '172721.102500', '172721.562500', '172722.022500', '172722.482500', '172722.942500', '172723.402500', '172723.862500', '172724.322500', '172724.782500', '172725.242500', '172725.702500', '172726.162500', '172726.622500', '172727.082500', '172727.542500', '172728.002500', '172728.462500', '172728.922500', '172729.382500', '172729.842500', '172730.302500', '172730.762500', '172731.222500', '172731.682500', '172732.142500', '172732.602500', '172733.062500', '172733.522500', '172733.982500', '172734.442500', '172734.902500', '172735.362500', '172735.822500', '172736.282500', '172736.742500', '172737.202500', '172737.662500', '172738.122500', '172738.582500', '172739.042500', '172739.502500', '172739.962500', '172740.422500', '172740.882500', '172741.342500', '172741.802500', '172742.262500', '172742.722500', '172743.182500', '172743.642500', '172744.102500', '172744.562500', '172745.022500', '172745.482500', '172745.942500', '172746.402500', '172746.862500', '172747.322500', '172747.782500', '172748.242500', '172748.702500', '172749.162500', '172749.622500', '172750.082500', '172750.542500', '172751.002500', '172751.462500', '172751.922500', '172752.382500', '172752.842500', '172753.302500', '172753.762500', '172754.222500', '172754.682500', '172755.142500', '172755.602500', '172756.062500', '172756.522500', '172756.982500', '172757.442500', '172757.902500', '172758.362500', '172758.822500', '172759.282500', '172759.742500', '172800.202500', '172800.662500', '172801.122500', '172801.582500', '172802.042500', '172802.502500', '172802.962500', '172803.422500', '172803.882500', '172804.342500', '172804.802500', '172805.262500', '172805.722500', '172806.182500', '172806.642500', '172807.102500', '172807.562500', '172808.022500', '172808.482500', '172808.942500', '172809.402500', '172809.862500', '172810.322500', '172810.782500', '172811.242500', '172811.702500', '172812.162500', '172812.622500', '172813.082500', '172813.542500', '172814.002500', '172814.462500', '172814.922500', '172815.382500', '172815.842500', '172816.302500', '172816.762500', '172817.222500', '172817.682500', '172818.142500', '172818.602500', '172819.062500', '172819.522500', '172819.982500', '172820.442500', '172820.902500', '172821.362500', '172821.822500', '172822.282500', '172822.742500', '172823.202500', '172823.662500', '172824.122500', '172824.582500', '172825.042500', '172825.502500', '172825.962500', '172826.422500', '172826.882500', '172827.342500', '172827.802500', '172828.262500', '172828.722500', '172829.182500', '172829.642500', '172830.102500', '172830.562500', '172831.022500', '172831.482500', '172831.942500', '172832.402500', '172832.862500', '172833.322500', '172833.782500', '172834.242500', '172834.702500', '172835.162500', '172835.622500', '172836.082500', '172836.542500', '172837.002500', '172837.462500', '172837.922500', '172838.382500', '172838.842500', '172839.302500', '172839.762500', '172840.222500', '172840.682500', '172841.142500', '172841.602500', '172842.062500', '172842.522500', '172842.982500', '172843.442500', '172843.902500', '172844.362500', '172844.822500', '172845.282500', '172845.742500', '172846.202500', '172846.662500', '172847.122500', '172847.582500', '172848.042500', '172848.502500', '172848.962500', '172849.422500', '172849.882500', '172850.342500', '172850.802500', '172851.262500', '172851.722500', '172852.182500', '172852.642500', '172853.102500', '172853.562500', '172854.022500', '172854.482500', '172854.942500', '172855.402500', '172855.862500', '172856.322500', '172856.782500', '172857.242500', '172857.702500', '172858.162500', '172858.622500', '172859.082500', '172859.542500', '172900.002500', '172900.462500', '172900.922500', '172901.382500', '172901.842500', '172902.302500', '172902.762500', '172903.222500', '172903.682500', '172904.142500', '172904.602500', '172905.062500', '172905.522500', '172905.982500', '172906.442500', '172906.902500', '172907.362500', '172907.822500', '172908.282500', '172908.742500', '172909.202500', '172909.662500', '172910.122500', '172910.582500', '172911.042500', '172911.502500', '172911.962500', '172912.422500', '172912.882500', '172913.342500', '172913.802500', '172914.262500', '172914.722500', '172915.182500', '172915.642500', '172916.102500', '172916.562500', '172917.022500', '172917.482500', '172917.942500', '172918.402500', '172918.862500', '172919.322500', '172919.782500', '172920.242500', '172920.702500', '172921.162500', '172921.622500', '172922.082500', '172922.542500', '172923.002500', '172923.462500', '172923.922500', '172924.382500', '172924.842500', '172925.302500', '172925.762500', '172926.222500', '172926.682500', '172927.142500', '172927.602500', '172928.062500', '172928.522500', '172928.982500', '172929.442500', '172929.902500', '172930.362500', '172930.822500', '172931.282500', '172931.742500', '172932.202500', '172932.662500', '172933.122500', '172933.582500', '172934.042500', '172934.502500', '172934.962500', '172935.422500', '172935.882500', '172936.342500', '172936.802500', '172937.262500', '172937.722500', '172938.182500', '172938.642500', '172939.102500', '172939.562500', '172940.022500', '172940.482500', '172940.942500', '172941.402500', '172941.862500', '172942.322500', '172942.782500', '172943.242500', '172943.702500', '172944.162500', '172944.622500', '172945.082500', '172945.542500', '172946.002500', '172946.462500', '172946.922500', '172947.382500', '172947.842500', '172948.302500', '172948.762500', '172949.222500', '172949.682500', '172950.142500', '172950.602500', '172951.062500', '172951.522500', '172951.982500', '172952.442500', '172952.902500', '172953.362500', '172953.822500', '172954.282500', '172954.742500', '172955.202500', '172955.662500', '172956.122500', '172956.582500', '172957.042500', '172957.502500', '172957.962500', '172958.422500', '172958.882500', '172959.342500', '172959.802500', '173000.262500', '173000.722500', '173001.182500', '173001.642500', '173002.102500', '173002.562500', '173003.022500', '173003.482500', '173003.942500', '173004.402500', '173004.862500', '173005.322500', '173005.782500', '173006.242500', '173006.702500', '173007.162500', '173007.622500', '173008.082500', '173008.542500', '173009.002500', '173009.462500', '173009.922500', '173010.382500', '173010.842500', '173011.302500', '173011.762500', '173012.222500', '173012.682500', '173013.142500', '173013.602500', '173014.062500', '173014.522500', '173014.982500', '173015.442500', '173015.902500', '173016.362500', '173016.822500', '173017.282500', '173017.742500', '173018.202500', '173018.662500', '173019.122500', '173019.582500', '173020.042500', '173020.502500', '173020.962500', '173021.422500', '173021.882500', '173022.342500', '173022.802500', '173023.262500', '173023.722500', '173024.182500', '173024.642500', '173025.102500', '173025.562500', '173026.022500', '173026.482500', '173026.942500', '173027.402500', '173027.862500', '173028.322500', '173028.782500', '173029.242500', '173029.702500', '173030.162500', '173030.622500', '173031.082500', '173031.542500', '173032.002500', '173032.462500', '173032.922500', '173033.382500', '173033.842500', '173034.302500', '173034.762500', '173035.222500', '173035.682500', '173036.142500', '173036.602500', '173037.062500', '173037.522500', '173037.982500', '173038.442500', '173038.902500', '173039.362500', '173039.822500', '173040.282500', '173040.742500', '173041.202500', '173041.662500', '173042.122500', '173042.582500', '173043.042500', '173043.502500', '173043.962500', '173044.422500', '173044.882500', '173045.342500', '173045.802500', '173046.262500', '173046.722500', '173047.182500', '173047.642500', '173048.102500', '173048.562500', '173049.022500', '173049.482500', '173049.942500', '173050.402500', '173050.862500', '173051.322500', '173051.782500', '173052.242500', '173052.702500', '173053.162500', '173053.622500', '173054.082500', '173054.542500', '173055.002500', '173055.462500', '173055.922500', '173056.382500', '173056.842500', '173057.302500', '173057.762500', '173058.222500', '173058.682500', '173059.142500', '173059.602500', '173100.062500', '173100.522500', '173100.982500', '173101.442500', '173101.902500', '173102.362500', '173102.822500', '173103.282500', '173103.742500', '173104.202500', '173104.662500', '173105.122500', '173105.582500', '173106.042500', '173106.502500', '173106.962500', '173107.422500', '173107.882500', '173108.342500', '173108.802500', '173109.262500', '173109.722500', '173110.182500', '173110.642500', '173111.102500', '173111.562500', '173112.022500', '173112.482500', '173112.942500', '173113.402500', '173113.862500', '173114.322500', '173114.782500', '173115.242500', '173115.702500', '173116.162500', '173116.622500', '173117.082500', '173117.542500', '173118.002500', '173118.462500', '173118.922500', '173119.382500', '173119.842500', '173120.302500', '173120.762500', '173121.222500', '173121.682500', '173122.142500', '173122.602500', '173123.062500', '173123.522500', '173123.982500', '173124.442500', '173124.902500', '173125.362500', '173125.822500', '173126.282500', '173126.742500', '173127.202500', '173127.662500', '173128.122500', '173128.582500', '173129.042500', '173129.502500', '173129.962500', '173130.422500', '173130.882500', '173131.342500', '173131.802500', '173132.262500', '173132.722500', '173133.182500', '173133.642500', '173134.102500', '173134.562500', '173135.022500', '173135.482500', '173135.942500', '173136.402500', '173136.862500', '173137.322500', '173137.782500', '173138.242500', '173138.702500', '173139.162500', '173139.622500', '173140.082500', '173140.542500', '173141.002500', '173141.462500', '173141.922500', '173142.382500', '173142.842500', '173143.302500', '173143.762500', '173144.222500', '173144.682500', '173145.142500', '173145.602500', '173146.062500', '173146.522500', '173146.982500', '173147.442500', '173147.902500', '173148.362500', '173148.822500', '173149.282500', '173149.742500', '173150.202500', '173150.662500', '173151.122500', '173151.582500', '173152.042500', '173152.502500', '173152.962500', '173153.422500', '173153.882500', '173154.342500', '173154.802500', '173155.262500', '173155.722500', '173156.182500', '173156.642500', '173157.102500', '173157.562500', '173158.022500', '173158.482500', '173158.942500', '173159.402500', '173159.862500', '173200.322500', '173200.782500', '173201.242500', '173201.702500', '173202.162500', '173202.622500', '173203.082500', '173203.542500', '173204.002500', '173204.462500', '173204.922500', '173205.382500', '173205.842500', '173206.302500', '173206.762500', '173207.222500', '173207.682500', '173208.142500', '173208.602500', '173209.062500', '173209.522500', '173209.982500', '173210.442500', '173210.902500', '173211.362500', '173211.822500', '173212.282500', '173212.742500', '173213.202500', '173213.662500', '173214.122500', '173214.582500', '173215.042500', '173215.502500', '173215.962500', '173216.422500', '173216.882500', '173217.342500', '173217.802500', '173218.262500', '173218.722500', '173219.182500', '173219.642500', '173220.102500', '173220.562500', '173221.022500', '173221.482500', '173221.942500', '173222.402500', '173222.862500', '173223.322500', '173223.782500', '173224.242500', '173224.702500', '173225.162500', '173225.622500', '173226.082500', '173226.542500', '173227.002500', '173227.462500', '173227.922500', '173228.382500', '173228.842500', '173229.302500', '173229.762500', '173230.222500', '173230.682500', '173231.142500', '173231.602500', '173232.062500', '173232.522500', '173232.982500', '173233.442500', '173233.902500', '173234.362500', '173234.822500', '173235.282500', '173235.742500', '173236.202500', '173236.662500', '173237.122500', '173237.582500', '173238.042500', '173238.502500', '173238.962500', '173239.422500', '173239.882500', '173240.342500', '173240.802500', '173241.262500', '173241.722500', '173242.182500', '173242.642500', '173243.102500', '173243.562500', '173244.022500', '173244.482500', '173244.942500', '173245.402500', '173245.862500', '173246.322500', '173246.782500', '173247.242500', '173247.702500', '173248.162500', '173248.622500', '173249.082500', '173249.542500', '173250.002500', '173250.462500', '173250.922500', '173251.382500', '173251.842500', '173252.302500', '173252.762500', '173253.222500', '173253.682500', '173254.142500', '173254.602500', '173255.062500', '173255.522500', '173255.982500', '173256.442500', '173256.902500', '173257.362500', '173257.822500', '173258.282500', '173258.742500', '173259.202500', '173259.662500', '173300.122500', '173300.582500', '173301.042500', '173301.502500', '173301.962500', '173302.422500', '173302.882500', '173303.342500', '173303.802500', '173304.262500', '173304.722500', '173305.182500', '173305.642500', '173306.102500', '173306.562500', '173307.022500', '173307.482500', '173307.942500', '173308.402500', '173308.862500', '173309.322500', '173309.782500', '173310.242500', '173310.702500', '173311.162500', '173311.622500', '173312.082500', '173312.542500', '173313.002500', '173313.462500', '173313.922500', '173314.382500', '173314.842500', '173315.302500', '173315.762500', '173316.222500', '173316.682500', '173317.142500', '173317.602500', '173318.062500', '173318.522500', '173318.982500', '173319.442500', '173319.902500', '173320.362500', '173320.822500', '173321.282500', '173321.742500', '173322.202500', '173322.662500', '173323.122500', '173323.582500', '173324.042500', '173324.502500', '173324.962500', '173325.422500', '173325.882500', '173326.342500', '173326.802500', '173327.262500', '173327.722500', '173328.182500', '173328.642500', '173329.102500', '173329.562500', '173330.022500', '173330.482500', '173330.942500', '173331.402500', '173331.862500', '173332.322500', '173332.782500', '173333.242500', '173333.702500', '173334.162500', '173334.622500', '173335.082500', '173335.542500', '173336.002500', '173336.462500', '173336.922500', '173337.382500', '173337.842500', '173338.302500', '173338.762500', '173339.222500', '173339.682500', '173340.142500', '173340.602500', '173341.062500', '173341.522500', '173341.982500', '173342.442500', '173342.902500', '173343.362500', '173343.822500', '173344.282500', '173344.742500', '173345.202500', '173345.662500', '173346.122500', '173346.582500', '173347.042500', '173347.502500', '173347.962500', '173348.422500', '173348.882500', '173349.342500', '173349.802500', '173350.262500', '173350.722500', '173351.182500', '173351.642500', '173352.102500', '173352.562500', '173353.022500'], 'ContentTime': ['172714.802000', '172714.807000', '172714.810000', '172714.812000', '172714.815000', '172714.818000', '172714.820000', '172714.823000', '172714.825000', '172714.828000', '172714.831000', '172714.833000', '172714.836000', '172714.838000', '172714.841000', '172714.844000', '172714.846000', '172714.849000', '172714.851000', '172714.854000', '172714.856000', '172714.859000', '172714.861000', '172714.864000', '172714.867000', '172714.869000', '172714.872000', '172714.875000', '172714.877000', '172714.880000', '172714.882000', '172714.885000', '172714.887000', '172714.890000', '172714.892000', '172714.895000', '172714.898000', '172714.900000', '172714.903000', '172714.905000', '172714.908000', '172714.911000', '172714.913000', '172714.916000', '172714.918000', '172734.771000', '172734.774000', '172734.777000', '172734.779000', '172734.782000', '172734.784000', '172734.787000', '172734.789000', '172734.792000', '172734.795000', '172734.797000', '172734.800000', '172734.802000', '172734.805000', '172734.807000', '172734.810000', '172734.813000', '172734.815000', '172734.818000', '172734.821000', '172734.823000', '172734.826000', '172734.828000', '172734.831000', '172734.834000', '172734.836000', '172734.839000', '172734.841000', '172734.844000', '172734.846000', '172734.849000', '172734.851000', '172734.854000', '172734.857000', '172734.859000', '172734.862000', '172734.864000', '172734.867000', '172734.869000', '172734.872000', '172734.875000', '172734.877000', '172734.880000', '172754.771000', '172754.774000', '172754.777000', '172754.779000', '172754.782000', '172754.784000', '172754.787000', '172754.790000', '172754.792000', '172754.795000', '172754.807000', '172754.810000', '172754.813000', '172754.815000', '172754.818000', '172754.820000', '172754.823000', '172754.825000', '172754.828000', '172754.831000', '172754.833000', '172754.836000', '172754.838000', '172754.841000', '172754.844000', '172754.846000', '172754.849000', '172754.851000', '172754.854000', '172754.856000', '172754.859000', '172754.862000', '172754.864000', '172754.867000', '172754.869000', '172754.872000', '172754.874000', '172754.877000', '172754.880000', '172754.882000', '172754.885000', '172754.887000', '172754.890000', '172754.892000', '172814.772000', '172814.775000', '172814.778000', '172814.780000', '172814.783000', '172814.785000', '172814.788000', '172814.791000', '172814.793000', '172814.796000', '172814.798000', '172814.801000', '172814.804000', '172814.807000', '172814.810000', '172814.813000', '172814.815000', '172814.818000', '172814.821000', '172814.823000', '172814.826000', '172814.828000', '172814.841000', '172814.843000', '172814.846000', '172814.849000', '172814.852000', '172814.855000', '172814.858000', '172814.860000', '172814.863000', '172814.866000', '172814.868000', '172814.871000', '172814.873000', '172814.876000', '172814.878000', '172814.881000', '172814.884000', '172814.886000', '172814.889000', '172814.891000', '172814.894000', '172834.772000', '172834.775000', '172834.778000', '172834.781000', '172834.783000', '172834.786000', '172834.788000', '172834.791000', '172834.794000', '172834.796000', '172834.799000', '172834.801000', '172834.804000', '172834.806000', '172834.809000', '172834.812000', '172834.814000', '172834.817000', '172834.819000', '172834.822000', '172834.825000', '172834.827000', '172834.830000', '172834.832000', '172834.835000', '172834.838000', '172834.840000', '172834.843000', '172834.845000', '172834.848000', '172834.851000', '172834.861000', '172834.863000', '172834.866000', '172834.868000', '172834.871000', '172834.874000', '172834.876000', '172834.879000', '172834.881000', '172834.884000', '172834.886000', '172834.889000', '172834.892000', '172854.772000', '172854.775000', '172854.778000', '172854.780000', '172854.783000', '172854.786000', '172854.788000', '172854.791000', '172854.793000', '172854.796000', '172854.799000', '172854.801000', '172854.804000', '172854.806000', '172854.809000', '172854.812000', '172854.814000', '172854.817000', '172854.821000', '172854.823000', '172854.826000', '172854.829000', '172854.831000', '172854.834000', '172854.836000', '172854.839000', '172854.842000', '172854.844000', '172854.847000', '172854.849000', '172854.852000', '172854.855000', '172854.857000', '172854.860000', '172854.862000', '172854.865000', '172854.868000', '172854.870000', '172854.873000', '172854.875000', '172854.878000', '172854.881000', '172854.883000', '172914.772000', '172914.775000', '172914.778000', '172914.780000', '172914.783000', '172914.786000', '172914.788000', '172914.791000', '172914.793000', '172914.796000', '172914.799000', '172914.801000', '172914.804000', '172914.806000', '172914.809000', '172914.812000', '172914.814000', '172914.817000', '172914.819000', '172914.822000', '172914.824000', '172914.827000', '172914.830000', '172914.832000', '172914.835000', '172914.837000', '172914.840000', '172914.842000', '172914.845000', '172914.848000', '172914.850000', '172914.853000', '172914.855000', '172914.858000', '172914.861000', '172914.863000', '172914.866000', '172914.868000', '172914.871000', '172914.874000', '172914.876000', '172914.879000', '172914.881000', '172914.884000', '172934.771000', '172934.774000', '172934.777000', '172934.779000', '172934.782000', '172934.820000', '172934.823000', '172934.826000', '172934.829000', '172934.831000', '172934.834000', '172934.837000', '172934.839000', '172934.842000', '172934.844000', '172934.847000', '172934.849000', '172934.852000', '172934.855000', '172934.857000', '172934.860000', '172934.863000', '172934.865000', '172934.868000', '172934.871000', '172934.873000', '172934.876000', '172934.878000', '172934.881000', '172934.883000', '172934.886000', '172934.889000', '172934.892000', '172934.895000', '172934.898000', '172934.900000', '172934.903000', '172934.906000', '172934.908000', '172934.911000', '172934.914000', '172934.916000', '172934.919000', '172954.771000', '172954.774000', '172954.777000', '172954.779000', '172954.782000', '172954.784000', '172954.787000', '172954.790000', '172954.792000', '172954.795000', '172954.797000', '172954.800000', '172954.802000', '172954.805000', '172954.808000', '172954.810000', '172954.813000', '172954.815000', '172954.818000', '172954.821000', '172954.823000', '172954.826000', '172954.828000', '172954.831000', '172954.834000', '172954.836000', '172954.839000', '172954.841000', '172954.844000', '172954.847000', '172954.849000', '172954.852000', '172954.854000', '172954.857000', '172954.859000', '172954.862000', '172954.865000', '172954.867000', '172954.870000', '172954.873000', '172954.875000', '172954.878000', '172954.880000', '172954.883000', '173014.771000', '173014.774000', '173014.777000', '173014.780000', '173014.782000', '173014.785000', '173014.787000', '173014.790000', '173014.792000', '173014.795000', '173014.798000', '173014.800000', '173014.803000', '173014.805000', '173014.808000', '173014.810000', '173014.813000', '173014.816000', '173014.818000', '173014.821000', '173014.823000', '173014.826000', '173014.829000', '173014.831000', '173014.834000', '173014.836000', '173014.839000', '173014.842000', '173014.844000', '173014.847000', '173014.849000', '173014.852000', '173014.855000', '173014.857000', '173014.860000', '173014.862000', '173014.865000', '173014.868000', '173014.871000', '173014.873000', '173014.876000', '173014.879000', '173014.881000', '173034.773000', '173034.776000', '173034.779000', '173034.781000', '173034.784000', '173034.786000', '173034.789000', '173034.792000', '173034.794000', '173034.797000', '173034.799000', '173034.802000', '173034.804000', '173034.807000', '173034.810000', '173034.812000', '173034.815000', '173034.817000', '173034.820000', '173034.823000', '173034.825000', '173034.828000', '173034.830000', '173034.833000', '173034.835000', '173034.838000', '173034.841000', '173034.843000', '173034.846000', '173034.848000', '173034.851000', '173034.854000', '173034.856000', '173034.859000', '173034.861000', '173034.864000', '173034.867000', '173034.869000', '173034.872000', '173034.874000', '173034.877000', '173034.879000', '173034.882000', '173034.885000', '173054.772000', '173054.775000', '173054.778000', '173054.780000', '173054.783000', '173054.786000', '173054.788000', '173054.791000', '173054.793000', '173054.796000', '173054.798000', '173054.801000', '173054.804000', '173054.806000', '173054.809000', '173054.811000', '173054.814000', '173054.816000', '173054.819000', '173054.821000', '173054.824000', '173054.827000', '173054.829000', '173054.832000', '173054.834000', '173054.837000', '173054.840000', '173054.842000', '173054.845000', '173054.847000', '173054.861000', '173054.868000', '173054.870000', '173054.873000', '173054.876000', '173054.878000', '173054.881000', '173054.883000', '173054.886000', '173054.889000', '173054.891000', '173054.894000', '173054.896000', '173114.772000', '173114.775000', '173114.778000', '173114.780000', '173114.783000', '173114.786000', '173114.788000', '173114.791000', '173114.793000', '173114.796000', '173114.799000', '173114.801000', '173114.804000', '173114.806000', '173114.809000', '173114.813000', '173114.815000', '173114.818000', '173114.821000', '173114.823000', '173114.826000', '173114.828000', '173114.831000', '173114.833000', '173114.836000', '173114.839000', '173114.841000', '173114.844000', '173114.847000', '173114.849000', '173114.852000', '173114.854000', '173114.857000', '173114.860000', '173114.862000', '173114.865000', '173114.867000', '173114.870000', '173114.872000', '173114.875000', '173114.878000', '173114.880000', '173114.883000', '173114.885000', '173134.772000', '173134.775000', '173134.778000', '173134.781000', '173134.783000', '173134.786000', '173134.788000', '173134.791000', '173134.794000', '173134.796000', '173134.799000', '173134.801000', '173134.804000', '173134.807000', '173134.809000', '173134.812000', '173134.815000', '173134.817000', '173134.820000', '173134.822000', '173134.825000', '173134.828000', '173134.830000', '173134.833000', '173134.835000', '173134.838000', '173134.840000', '173134.843000', '173134.846000', '173134.848000', '173134.851000', '173134.853000', '173134.856000', '173134.859000', '173134.861000', '173134.864000', '173134.866000', '173134.869000', '173134.872000', '173134.874000', '173134.877000', '173134.879000', '173134.882000', '173154.771000', '173154.774000', '173154.777000', '173154.779000', '173154.782000', '173154.785000', '173154.788000', '173154.790000', '173154.793000', '173154.796000', '173154.798000', '173154.801000', '173154.803000', '173154.806000', '173154.809000', '173154.811000', '173154.814000', '173154.816000', '173154.819000', '173154.822000', '173154.824000', '173154.827000', '173154.829000', '173154.832000', '173154.835000', '173154.837000', '173154.840000', '173154.842000', '173154.845000', '173154.848000', '173154.850000', '173154.853000', '173154.855000', '173154.858000', '173154.861000', '173154.863000', '173154.866000', '173154.868000', '173154.871000', '173154.873000', '173154.876000', '173154.879000', '173154.881000', '173154.884000', '173214.771000', '173214.774000', '173214.777000', '173214.779000', '173214.782000', '173214.785000', '173214.787000', '173214.790000', '173214.792000', '173214.795000', '173214.797000', '173214.800000', '173214.803000', '173214.805000', '173214.808000', '173214.811000', '173214.813000', '173214.816000', '173214.818000', '173214.821000', '173214.824000', '173214.826000', '173214.829000', '173214.831000', '173214.834000', '173214.836000', '173214.839000', '173214.842000', '173214.844000', '173214.847000', '173214.849000', '173214.852000', '173214.855000', '173214.857000', '173214.860000', '173214.862000', '173214.865000', '173214.868000', '173214.870000', '173214.873000', '173214.875000', '173214.878000', '173214.881000', '173234.771000', '173234.774000', '173234.777000', '173234.780000', '173234.782000', '173234.785000', '173234.787000', '173234.790000', '173234.793000', '173234.795000', '173234.798000', '173234.800000', '173234.803000', '173234.806000', '173234.808000', '173234.811000', '173234.813000', '173234.816000', '173234.819000', '173234.821000', '173234.825000', '173234.828000', '173234.831000', '173234.833000', '173234.836000', '173234.838000', '173234.841000', '173234.844000', '173234.846000', '173234.849000', '173234.851000', '173234.854000', '173234.857000', '173234.859000', '173234.862000', '173234.864000', '173234.867000', '173234.870000', '173234.872000', '173234.875000', '173234.877000', '173234.880000', '173234.883000', '173234.885000', '173254.772000', '173254.775000', '173254.778000', '173254.780000', '173254.783000', '173254.786000', '173254.788000', '173254.791000', '173254.793000', '173254.796000', '173254.799000', '173254.801000', '173254.804000', '173254.807000', '173254.809000', '173254.812000', '173254.814000', '173254.817000', '173254.820000', '173254.822000', '173254.825000', '173254.827000', '173254.830000', '173254.833000', '173254.835000', '173254.838000', '173254.840000', '173254.843000', '173254.845000', '173254.848000', '173254.851000', '173254.853000', '173254.856000', '173254.858000', '173254.861000', '173254.863000', '173254.866000', '173254.869000', '173254.871000', '173254.874000', '173254.877000', '173254.879000', '173254.882000', '173314.774000', '173314.777000', '173314.779000', '173314.782000', '173314.784000', '173314.787000', '173314.790000', '173314.792000', '173314.795000', '173314.798000', '173314.800000', '173314.803000', '173314.805000', '173314.808000', '173314.811000', '173314.813000', '173314.816000', '173314.818000', '173314.821000', '173314.823000', '173314.826000', '173314.829000', '173314.831000', '173314.834000', '173314.837000', '173314.839000', '173314.842000', '173314.844000', '173314.847000', '173314.849000', '173314.852000', '173314.855000', '173314.857000', '173314.860000', '173314.862000', '173314.865000', '173314.868000', '173314.870000', '173314.873000', '173314.875000', '173314.878000', '173314.881000', '173314.883000', '173314.886000', '173334.772000', '173334.775000', '173334.778000', '173334.781000', '173334.783000', '173334.786000', '173334.788000', '173334.791000', '173334.793000', '173334.796000', '173334.799000', '173334.801000', '173334.804000', '173334.806000', '173334.809000', '173334.812000', '173334.814000', '173334.817000', '173334.819000', '173334.822000', '173334.825000', '173334.827000', '173334.830000', '173334.832000', '173334.835000', '173334.837000', '173334.840000', '173334.843000', '173334.845000', '173334.848000', '173334.850000', '173334.853000', '173334.856000', '173334.858000', '173334.861000', '173334.863000', '173334.866000', '173334.868000', '173334.871000', '173334.874000', '173334.876000', '173334.879000', '173334.881000', '173354.281000', '173354.284000', '173354.287000', '173354.295000', '173354.298000', '173354.300000', '173354.303000', '173354.306000', '173354.331000', '173354.334000', '173354.337000', '173354.339000', '173354.342000', '173354.345000', '173354.347000', '173354.350000', '173354.353000', '173354.355000', '173354.358000', '173354.360000', '173354.363000', '173354.365000', '173354.368000', '173354.371000', '173354.374000', '173354.376000', '173354.379000', '173354.381000', '173354.384000', '173354.387000', '173354.389000', '173354.392000', '173354.395000', '173354.397000', '173354.400000', '173354.402000', '173354.405000', '173354.408000', '173354.410000', '173354.413000', '173354.415000', '173354.418000', '173354.420000'], 'InstanceCreationTime': ['172714.802000', '172714.807000', '172714.810000', '172714.812000', '172714.815000', '172714.818000', '172714.820000', '172714.823000', '172714.825000', '172714.828000', '172714.831000', '172714.833000', '172714.836000', '172714.838000', '172714.841000', '172714.844000', '172714.846000', '172714.849000', '172714.851000', '172714.854000', '172714.856000', '172714.859000', '172714.861000', '172714.864000', '172714.867000', '172714.869000', '172714.872000', '172714.875000', '172714.877000', '172714.880000', '172714.882000', '172714.885000', '172714.887000', '172714.890000', '172714.892000', '172714.895000', '172714.898000', '172714.900000', '172714.903000', '172714.905000', '172714.908000', '172714.911000', '172714.913000', '172714.916000', '172714.918000', '172734.771000', '172734.774000', '172734.777000', '172734.779000', '172734.782000', '172734.784000', '172734.787000', '172734.789000', '172734.792000', '172734.795000', '172734.797000', '172734.800000', '172734.802000', '172734.805000', '172734.807000', '172734.810000', '172734.813000', '172734.815000', '172734.818000', '172734.821000', '172734.823000', '172734.826000', '172734.828000', '172734.831000', '172734.834000', '172734.836000', '172734.839000', '172734.841000', '172734.844000', '172734.846000', '172734.849000', '172734.851000', '172734.854000', '172734.857000', '172734.859000', '172734.862000', '172734.864000', '172734.867000', '172734.869000', '172734.872000', '172734.875000', '172734.877000', '172734.880000', '172754.771000', '172754.774000', '172754.777000', '172754.779000', '172754.782000', '172754.784000', '172754.787000', '172754.790000', '172754.792000', '172754.795000', '172754.807000', '172754.810000', '172754.813000', '172754.815000', '172754.818000', '172754.820000', '172754.823000', '172754.825000', '172754.828000', '172754.831000', '172754.833000', '172754.836000', '172754.838000', '172754.841000', '172754.844000', '172754.846000', '172754.849000', '172754.851000', '172754.854000', '172754.856000', '172754.859000', '172754.862000', '172754.864000', '172754.867000', '172754.869000', '172754.872000', '172754.874000', '172754.877000', '172754.880000', '172754.882000', '172754.885000', '172754.887000', '172754.890000', '172754.892000', '172814.772000', '172814.775000', '172814.778000', '172814.780000', '172814.783000', '172814.785000', '172814.788000', '172814.791000', '172814.793000', '172814.796000', '172814.798000', '172814.801000', '172814.804000', '172814.807000', '172814.810000', '172814.813000', '172814.815000', '172814.818000', '172814.821000', '172814.823000', '172814.826000', '172814.828000', '172814.841000', '172814.843000', '172814.846000', '172814.849000', '172814.852000', '172814.855000', '172814.858000', '172814.860000', '172814.863000', '172814.866000', '172814.868000', '172814.871000', '172814.873000', '172814.876000', '172814.878000', '172814.881000', '172814.884000', '172814.886000', '172814.889000', '172814.891000', '172814.894000', '172834.772000', '172834.775000', '172834.778000', '172834.781000', '172834.783000', '172834.786000', '172834.788000', '172834.791000', '172834.794000', '172834.796000', '172834.799000', '172834.801000', '172834.804000', '172834.806000', '172834.809000', '172834.812000', '172834.814000', '172834.817000', '172834.819000', '172834.822000', '172834.825000', '172834.827000', '172834.830000', '172834.832000', '172834.835000', '172834.838000', '172834.840000', '172834.843000', '172834.845000', '172834.848000', '172834.851000', '172834.861000', '172834.863000', '172834.866000', '172834.868000', '172834.871000', '172834.874000', '172834.876000', '172834.879000', '172834.881000', '172834.884000', '172834.886000', '172834.889000', '172834.892000', '172854.772000', '172854.775000', '172854.778000', '172854.780000', '172854.783000', '172854.786000', '172854.788000', '172854.791000', '172854.793000', '172854.796000', '172854.799000', '172854.801000', '172854.804000', '172854.806000', '172854.809000', '172854.812000', '172854.814000', '172854.817000', '172854.821000', '172854.823000', '172854.826000', '172854.829000', '172854.831000', '172854.834000', '172854.836000', '172854.839000', '172854.842000', '172854.844000', '172854.847000', '172854.849000', '172854.852000', '172854.855000', '172854.857000', '172854.860000', '172854.862000', '172854.865000', '172854.868000', '172854.870000', '172854.873000', '172854.875000', '172854.878000', '172854.881000', '172854.883000', '172914.772000', '172914.775000', '172914.778000', '172914.780000', '172914.783000', '172914.786000', '172914.788000', '172914.791000', '172914.793000', '172914.796000', '172914.799000', '172914.801000', '172914.804000', '172914.806000', '172914.809000', '172914.812000', '172914.814000', '172914.817000', '172914.819000', '172914.822000', '172914.824000', '172914.827000', '172914.830000', '172914.832000', '172914.835000', '172914.837000', '172914.840000', '172914.842000', '172914.845000', '172914.848000', '172914.850000', '172914.853000', '172914.855000', '172914.858000', '172914.861000', '172914.863000', '172914.866000', '172914.868000', '172914.871000', '172914.874000', '172914.876000', '172914.879000', '172914.881000', '172914.884000', '172934.771000', '172934.774000', '172934.777000', '172934.779000', '172934.782000', '172934.820000', '172934.823000', '172934.826000', '172934.829000', '172934.831000', '172934.834000', '172934.837000', '172934.839000', '172934.842000', '172934.844000', '172934.847000', '172934.849000', '172934.852000', '172934.855000', '172934.857000', '172934.860000', '172934.863000', '172934.865000', '172934.868000', '172934.871000', '172934.873000', '172934.876000', '172934.878000', '172934.881000', '172934.883000', '172934.886000', '172934.889000', '172934.892000', '172934.895000', '172934.898000', '172934.900000', '172934.903000', '172934.906000', '172934.908000', '172934.911000', '172934.914000', '172934.916000', '172934.919000', '172954.771000', '172954.774000', '172954.777000', '172954.779000', '172954.782000', '172954.784000', '172954.787000', '172954.790000', '172954.792000', '172954.795000', '172954.797000', '172954.800000', '172954.802000', '172954.805000', '172954.808000', '172954.810000', '172954.813000', '172954.815000', '172954.818000', '172954.821000', '172954.823000', '172954.826000', '172954.828000', '172954.831000', '172954.834000', '172954.836000', '172954.839000', '172954.841000', '172954.844000', '172954.847000', '172954.849000', '172954.852000', '172954.854000', '172954.857000', '172954.859000', '172954.862000', '172954.865000', '172954.867000', '172954.870000', '172954.873000', '172954.875000', '172954.878000', '172954.880000', '172954.883000', '173014.771000', '173014.774000', '173014.777000', '173014.780000', '173014.782000', '173014.785000', '173014.787000', '173014.790000', '173014.792000', '173014.795000', '173014.798000', '173014.800000', '173014.803000', '173014.805000', '173014.808000', '173014.810000', '173014.813000', '173014.816000', '173014.818000', '173014.821000', '173014.823000', '173014.826000', '173014.829000', '173014.831000', '173014.834000', '173014.836000', '173014.839000', '173014.842000', '173014.844000', '173014.847000', '173014.849000', '173014.852000', '173014.855000', '173014.857000', '173014.860000', '173014.862000', '173014.865000', '173014.868000', '173014.871000', '173014.873000', '173014.876000', '173014.879000', '173014.881000', '173034.773000', '173034.776000', '173034.779000', '173034.781000', '173034.784000', '173034.786000', '173034.789000', '173034.792000', '173034.794000', '173034.797000', '173034.799000', '173034.802000', '173034.804000', '173034.807000', '173034.810000', '173034.812000', '173034.815000', '173034.817000', '173034.820000', '173034.823000', '173034.825000', '173034.828000', '173034.830000', '173034.833000', '173034.835000', '173034.838000', '173034.841000', '173034.843000', '173034.846000', '173034.848000', '173034.851000', '173034.854000', '173034.856000', '173034.859000', '173034.861000', '173034.864000', '173034.867000', '173034.869000', '173034.872000', '173034.874000', '173034.877000', '173034.879000', '173034.882000', '173034.885000', '173054.772000', '173054.775000', '173054.778000', '173054.780000', '173054.783000', '173054.786000', '173054.788000', '173054.791000', '173054.793000', '173054.796000', '173054.798000', '173054.801000', '173054.804000', '173054.806000', '173054.809000', '173054.811000', '173054.814000', '173054.816000', '173054.819000', '173054.821000', '173054.824000', '173054.827000', '173054.829000', '173054.832000', '173054.834000', '173054.837000', '173054.840000', '173054.842000', '173054.845000', '173054.847000', '173054.861000', '173054.868000', '173054.870000', '173054.873000', '173054.876000', '173054.878000', '173054.881000', '173054.883000', '173054.886000', '173054.889000', '173054.891000', '173054.894000', '173054.896000', '173114.772000', '173114.775000', '173114.778000', '173114.780000', '173114.783000', '173114.786000', '173114.788000', '173114.791000', '173114.793000', '173114.796000', '173114.799000', '173114.801000', '173114.804000', '173114.806000', '173114.809000', '173114.813000', '173114.815000', '173114.818000', '173114.821000', '173114.823000', '173114.826000', '173114.828000', '173114.831000', '173114.833000', '173114.836000', '173114.839000', '173114.841000', '173114.844000', '173114.847000', '173114.849000', '173114.852000', '173114.854000', '173114.857000', '173114.860000', '173114.862000', '173114.865000', '173114.867000', '173114.870000', '173114.872000', '173114.875000', '173114.878000', '173114.880000', '173114.883000', '173114.885000', '173134.772000', '173134.775000', '173134.778000', '173134.781000', '173134.783000', '173134.786000', '173134.788000', '173134.791000', '173134.794000', '173134.796000', '173134.799000', '173134.801000', '173134.804000', '173134.807000', '173134.809000', '173134.812000', '173134.815000', '173134.817000', '173134.820000', '173134.822000', '173134.825000', '173134.828000', '173134.830000', '173134.833000', '173134.835000', '173134.838000', '173134.840000', '173134.843000', '173134.846000', '173134.848000', '173134.851000', '173134.853000', '173134.856000', '173134.859000', '173134.861000', '173134.864000', '173134.866000', '173134.869000', '173134.872000', '173134.874000', '173134.877000', '173134.879000', '173134.882000', '173154.771000', '173154.774000', '173154.777000', '173154.779000', '173154.782000', '173154.785000', '173154.788000', '173154.790000', '173154.793000', '173154.796000', '173154.798000', '173154.801000', '173154.803000', '173154.806000', '173154.809000', '173154.811000', '173154.814000', '173154.816000', '173154.819000', '173154.822000', '173154.824000', '173154.827000', '173154.829000', '173154.832000', '173154.835000', '173154.837000', '173154.840000', '173154.842000', '173154.845000', '173154.848000', '173154.850000', '173154.853000', '173154.855000', '173154.858000', '173154.861000', '173154.863000', '173154.866000', '173154.868000', '173154.871000', '173154.873000', '173154.876000', '173154.879000', '173154.881000', '173154.884000', '173214.771000', '173214.774000', '173214.777000', '173214.779000', '173214.782000', '173214.785000', '173214.787000', '173214.790000', '173214.792000', '173214.795000', '173214.797000', '173214.800000', '173214.803000', '173214.805000', '173214.808000', '173214.811000', '173214.813000', '173214.816000', '173214.818000', '173214.821000', '173214.824000', '173214.826000', '173214.829000', '173214.831000', '173214.834000', '173214.836000', '173214.839000', '173214.842000', '173214.844000', '173214.847000', '173214.849000', '173214.852000', '173214.855000', '173214.857000', '173214.860000', '173214.862000', '173214.865000', '173214.868000', '173214.870000', '173214.873000', '173214.875000', '173214.878000', '173214.881000', '173234.771000', '173234.774000', '173234.777000', '173234.780000', '173234.782000', '173234.785000', '173234.787000', '173234.790000', '173234.793000', '173234.795000', '173234.798000', '173234.800000', '173234.803000', '173234.806000', '173234.808000', '173234.811000', '173234.813000', '173234.816000', '173234.819000', '173234.821000', '173234.825000', '173234.828000', '173234.831000', '173234.833000', '173234.836000', '173234.838000', '173234.841000', '173234.844000', '173234.846000', '173234.849000', '173234.851000', '173234.854000', '173234.857000', '173234.859000', '173234.862000', '173234.864000', '173234.867000', '173234.870000', '173234.872000', '173234.875000', '173234.877000', '173234.880000', '173234.883000', '173234.885000', '173254.772000', '173254.775000', '173254.778000', '173254.780000', '173254.783000', '173254.786000', '173254.788000', '173254.791000', '173254.793000', '173254.796000', '173254.799000', '173254.801000', '173254.804000', '173254.807000', '173254.809000', '173254.812000', '173254.814000', '173254.817000', '173254.820000', '173254.822000', '173254.825000', '173254.827000', '173254.830000', '173254.833000', '173254.835000', '173254.838000', '173254.840000', '173254.843000', '173254.845000', '173254.848000', '173254.851000', '173254.853000', '173254.856000', '173254.858000', '173254.861000', '173254.863000', '173254.866000', '173254.869000', '173254.871000', '173254.874000', '173254.877000', '173254.879000', '173254.882000', '173314.774000', '173314.777000', '173314.779000', '173314.782000', '173314.784000', '173314.787000', '173314.790000', '173314.792000', '173314.795000', '173314.798000', '173314.800000', '173314.803000', '173314.805000', '173314.808000', '173314.811000', '173314.813000', '173314.816000', '173314.818000', '173314.821000', '173314.823000', '173314.826000', '173314.829000', '173314.831000', '173314.834000', '173314.837000', '173314.839000', '173314.842000', '173314.844000', '173314.847000', '173314.849000', '173314.852000', '173314.855000', '173314.857000', '173314.860000', '173314.862000', '173314.865000', '173314.868000', '173314.870000', '173314.873000', '173314.875000', '173314.878000', '173314.881000', '173314.883000', '173314.886000', '173334.772000', '173334.775000', '173334.778000', '173334.781000', '173334.783000', '173334.786000', '173334.788000', '173334.791000', '173334.793000', '173334.796000', '173334.799000', '173334.801000', '173334.804000', '173334.806000', '173334.809000', '173334.812000', '173334.814000', '173334.817000', '173334.819000', '173334.822000', '173334.825000', '173334.827000', '173334.830000', '173334.832000', '173334.835000', '173334.837000', '173334.840000', '173334.843000', '173334.845000', '173334.848000', '173334.850000', '173334.853000', '173334.856000', '173334.858000', '173334.861000', '173334.863000', '173334.866000', '173334.868000', '173334.871000', '173334.874000', '173334.876000', '173334.879000', '173334.881000', '173354.281000', '173354.284000', '173354.287000', '173354.295000', '173354.298000', '173354.300000', '173354.303000', '173354.306000', '173354.331000', '173354.334000', '173354.337000', '173354.339000', '173354.342000', '173354.345000', '173354.347000', '173354.350000', '173354.353000', '173354.355000', '173354.358000', '173354.360000', '173354.363000', '173354.365000', '173354.368000', '173354.371000', '173354.374000', '173354.376000', '173354.379000', '173354.381000', '173354.384000', '173354.387000', '173354.389000', '173354.392000', '173354.395000', '173354.397000', '173354.400000', '173354.402000', '173354.405000', '173354.408000', '173354.410000', '173354.413000', '173354.415000', '173354.418000', '173354.420000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [16160, 15570, 15977, 14847, 14474, 14033, 12240, 14477, 11437, 13566, 11186, 13465, 10662, 13322, 10247, 13666, 8553, 13557, 9337, 14163, 9937, 14326, 9690, 14401, 9814, 14844, 10888, 14515, 11492, 14142, 11836, 14330, 11910, 15811, 11668, 11380, 11511, 10900, 12895, 11582, 13156, 11701, 13796, 9318, 14450, 9986, 14551, 10586, 14630, 12105, 14961, 12465, 16042, 12202, 13548, 11747, 10744, 12618, 10384, 13842, 9310, 14249, 10532, 14939, 10997, 14666, 12382, 16087, 11907, 10244, 12255, 9168, 13878, 10456, 14778, 12163, 15065, 11628, 15553, 11771, 15107, 11421, 12312, 12700, 9627, 13557, 9368, 14469, 10658, 14556, 12442, 14984, 11576, 15327, 11711, 15949, 11453, 13302, 12191, 8937, 13552, 9535, 14180, 9615, 14997, 12023, 15553, 12031, 11418, 12254, 9777, 13803, 10096, 15019, 11129, 15122, 11691, 16492, 11642, 12494, 12508, 8988, 14721, 11077, 15198, 11880, 16047, 11664, 9412, 12641, 9213, 14151, 10222, 14761, 10790, 15475, 12084, 15739, 11911, 14715, 11777, 12450, 13115, 9036, 14018, 9601, 14832, 10341, 15247, 12557, 15838, 11680, 13173, 11501, 10856, 12705, 10891, 14265, 9108, 14480, 11654, 15610, 11873, 14246, 11692, 8978, 13794, 10079, 15369, 12096, 15938, 12295, 9943, 12862, 9293, 14462, 9925, 14802, 11494, 15647, 12349, 14793, 11649, 9769, 12915, 9635, 14243, 10292, 14662, 12127, 16340, 12165, 16390, 11771, 9473, 12046, 9207, 13899, 9508, 14788, 10104, 15071, 11125, 14931, 11712, 15519, 11817, 15793, 11751, 8607, 13047, 9722, 14245, 11593, 15190, 11656, 11746, 11900, 9104, 13998, 11345, 14798, 11194, 15358, 10964, 8655, 11596, 8789, 13310, 9509, 15797, 11109, 14520, 11354, 8613, 14287, 10990, 8739, 13421, 11436, 14948, 11434, 11932, 12064, 9711, 14305, 11515, 14638, 11593, 13836, 11628, 10973, 13257, 9128, 14013, 11687, 14856, 11781, 15127, 11472, 9138, 13333, 11005, 13904, 11101, 8988, 13217, 10484, 14675, 10941, 15331, 11171, 15732, 11476, 16656, 11760, 12405, 12030, 9921, 13914, 9969, 14667, 9377, 14933, 11650, 15322, 12077, 16306, 11977, 9064, 12716, 9248, 14105, 10773, 14714, 12155, 16190, 11329, 11296, 11860, 10196, 13404, 10493, 14451, 10514, 15170, 11977, 16018, 11568, 13390, 11662, 8740, 13166, 9757, 14632, 10338, 14972, 11404, 15619, 11791, 15272, 11738, 13798, 11483, 11840, 11772, 8913, 12920, 9336, 13996, 9804, 14740, 11771, 14980, 11489, 15090, 11454, 12849, 11414, 11652, 12512, 8564, 13334, 9872, 14334, 11038, 14680, 11550, 14657, 11380, 14671, 11505, 15003, 11322, 13123, 11372, 11711, 12098, 9639, 13757, 10198, 14357, 11333, 14624, 11492, 15085, 11576, 15743, 11629, 12182, 11225, 9664, 13299, 9889, 14174, 10135, 14809, 10882, 14791, 11845, 14971, 11740, 14731, 11580, 10291, 11925, 9076, 13389, 9726, 14713, 11799, 15279, 11302, 11123, 12186, 10157, 13208, 9494, 13938, 10275, 14477, 9224, 14354, 9765, 14360, 9839, 14458, 9380, 14130, 9729, 14354, 10203, 14973, 11914, 14472, 11546, 14536, 11120, 13119, 11707, 8822, 13107, 9278, 14055, 10023, 14543, 11143, 14613, 11405, 14410, 11528, 14598, 11407, 15444, 11223, 10312, 12069, 9550, 13269, 10046, 13599, 10049, 13969, 10509, 15127, 11927, 14931, 11827, 15207, 11476, 9006, 12490, 9600, 14402, 11338, 15211, 11111, 11540, 11583, 9856, 13061, 10127, 13818, 11380, 14454, 9296, 14913, 11039, 15610, 12169, 15907, 11675, 8822, 12045, 10459, 13742, 11645, 14434, 11349, 14815, 10790, 15377, 10843, 14836, 11143, 15756, 11272, 15201, 10973, 11895, 11402, 10732, 12792, 10406, 14601, 11638, 8806, 13552, 11091, 11503, 11582, 8959, 13906, 9763, 14444, 10089, 14810, 11500, 15091, 11655, 14417, 11695, 13741, 11456, 10609, 12774, 8964, 13514, 9873, 14230, 10149, 14698, 11062, 15288, 11497, 15265, 11907, 15303, 12268, 14807, 11216, 14599, 11184, 11490, 11977, 10037, 13932, 9275, 14021, 11066, 14733, 11886, 16156, 11673, 8723, 11775, 10161, 13775, 11233, 15307, 10986, 11133, 11489, 10087, 12154, 10379, 13196, 10834, 14869, 9839, 14759, 11426, 15682, 11764, 16411, 11848, 8749, 12093, 10366, 14310, 11417, 15775, 11335, 9572, 11688, 8800, 13717, 9880, 15330, 11864, 15445, 10917, 11358, 11448, 9383, 13306, 9846, 14744, 10217, 14633, 11408, 14996, 11713, 15098, 12181, 14787, 11087, 14969, 11368, 15005, 11687, 13074, 11120, 8790, 12620, 9655, 13661, 9839, 14033, 9904, 14877, 9230, 14647, 9928, 14774, 11166, 15417, 11891, 14941, 11712, 15227, 11319, 15140, 11632, 14649, 10870, 15005, 11387, 13779, 10821, 10721, 12293, 10622, 12706, 11071, 12627, 12902, 12796, 8854, 12859, 9748, 13452, 9618, 13708, 10228, 13440, 9135, 13712, 9977, 14281, 9815, 14716, 9448, 14455, 10544, 14544, 10880, 15172, 11783, 14900, 11510, 14824, 11783, 15374, 11926, 12010, 11045, 9328, 13168, 9420, 13512, 10488, 13547, 9234, 13939, 9542, 14573, 10196, 14838, 10900, 14646, 11332, 15075, 11988, 15497, 11979, 14915, 11567, 15508, 11321, 12878, 12161, 9528, 14467, 11450, 11393, 11456, 8991, 13755, 9188, 13272, 9413, 13217, 9393, 13969, 9607, 14253, 9666, 14992, 11559, 15365, 11555, 11302, 12543, 10509, 13490, 12857, 13772, 9184, 14343, 9863, 14609, 10020, 14727, 9807, 14441, 9629, 13924, 10571, 14574, 11307, 13983, 11443, 14726, 11167, 14255, 10837, 9660, 11307, 8394, 12885, 8957, 13759, 9348, 13440, 9494, 14016, 9456, 15189, 11798, 12169, 10959, 8769, 14762, 11556, 9855, 13146, 10431, 13536, 9645, 14396, 11644, 14830, 11509, 9101, 12678, 9342, 14356, 11526, 14716, 11416, 15151, 11212, 10473, 11531, 9525, 13130, 9622, 14094, 9762, 14142, 9701, 15234, 11570, 14742, 11832, 13042, 11339, 11292, 11898, 8756, 12896, 9331, 13812, 9411, 14460, 9284, 14888, 10202, 15160, 11634, 15101, 12375, 15725, 11727, 9498, 12351, 9118, 14171, 11990, 15856, 11638, 8797, 12904, 8765, 14350, 9391, 14327, 9636, 15510, 11334, 15757, 11317, 10849, 12741, 9183, 14114, 10269, 15211, 11474, 10296, 12435, 9097, 13936, 9770, 14810, 9934, 15194, 11735, 15788, 11780, 15566, 11695, 14753, 11073, 14323, 11752, 14592, 11440, 14636, 11436, 8310, 12784, 8684, 14211, 9116, 14230, 9555, 14650, 10324, 15260, 11467, 15380, 11614, 14873, 11560, 15023, 11600, 15201, 11497, 13335, 11416, 10528, 12013, 9982, 13946, 9003, 14551, 10061, 15265, 11847, 15226, 11376, 12049, 11494, 10493, 13043, 10345, 13548, 9040, 15051, 10036, 15282, 12015, 15286, 12019, 15315, 11488, 11243, 11888, 9772, 13490, 9893, 14733, 11411, 15079, 11607, 16112, 11564, 15227, 11869, 8769, 12391, 9120], 'WindowCenter': [4319.0, 4292.0, 4266.0, 4264.0, 4240.0, 4237.0, 4206.0, 4225.0, 4191.0, 4212.0, 4190.0, 4212.0, 4191.0, 4226.0, 4204.0, 4235.0, 4173.0, 4225.0, 4184.0, 4237.0, 4195.0, 4238.0, 4196.0, 4248.0, 4211.0, 4250.0, 4219.0, 4239.0, 4218.0, 4249.0, 4231.0, 4263.0, 4244.0, 4274.0, 4243.0, 4232.0, 4231.0, 4232.0, 4243.0, 4231.0, 4253.0, 4243.0, 4255.0, 4210.0, 4251.0, 4211.0, 4252.0, 4221.0, 4261.0, 4244.0, 4263.0, 4241.0, 4261.0, 4242.0, 4251.0, 4232.0, 4232.0, 4244.0, 4222.0, 4253.0, 4212.0, 4263.0, 4223.0, 4263.0, 4232.0, 4263.0, 4243.0, 4275.0, 4244.0, 4223.0, 4243.0, 4213.0, 4252.0, 4235.0, 4275.0, 4254.0, 4275.0, 4245.0, 4274.0, 4245.0, 4275.0, 4246.0, 4244.0, 4253.0, 4212.0, 4253.0, 4211.0, 4274.0, 4247.0, 4276.0, 4255.0, 4276.0, 4245.0, 4276.0, 4257.0, 4287.0, 4246.0, 4267.0, 4256.0, 4213.0, 4255.0, 4224.0, 4266.0, 4226.0, 4275.0, 4256.0, 4276.0, 4245.0, 4243.0, 4243.0, 4236.0, 4277.0, 4237.0, 4279.0, 4246.0, 4277.0, 4256.0, 4286.0, 4246.0, 4256.0, 4257.0, 4213.0, 4264.0, 4243.0, 4275.0, 4244.0, 4275.0, 4244.0, 4226.0, 4255.0, 4214.0, 4265.0, 4235.0, 4264.0, 4235.0, 4276.0, 4244.0, 4263.0, 4244.0, 4264.0, 4243.0, 4243.0, 4252.0, 4200.0, 4251.0, 4211.0, 4261.0, 4223.0, 4274.0, 4253.0, 4273.0, 4243.0, 4253.0, 4243.0, 4233.0, 4257.0, 4233.0, 4264.0, 4213.0, 4264.0, 4232.0, 4274.0, 4244.0, 4264.0, 4242.0, 4204.0, 4254.0, 4222.0, 4263.0, 4243.0, 4274.0, 4243.0, 4222.0, 4242.0, 4211.0, 4252.0, 4222.0, 4262.0, 4232.0, 4262.0, 4243.0, 4261.0, 4230.0, 4221.0, 4253.0, 4212.0, 4264.0, 4222.0, 4265.0, 4256.0, 4286.0, 4258.0, 4285.0, 4245.0, 4214.0, 4242.0, 4213.0, 4254.0, 4213.0, 4263.0, 4223.0, 4263.0, 4221.0, 4251.0, 4232.0, 4261.0, 4232.0, 4262.0, 4232.0, 4201.0, 4241.0, 4211.0, 4251.0, 4233.0, 4273.0, 4233.0, 4243.0, 4233.0, 4213.0, 4264.0, 4234.0, 4264.0, 4246.0, 4276.0, 4237.0, 4216.0, 4245.0, 4204.0, 4266.0, 4213.0, 4276.0, 4233.0, 4264.0, 4233.0, 4203.0, 4266.0, 4235.0, 4203.0, 4254.0, 4233.0, 4262.0, 4231.0, 4232.0, 4231.0, 4210.0, 4252.0, 4229.0, 4250.0, 4232.0, 4251.0, 4231.0, 4231.0, 4252.0, 4212.0, 4253.0, 4242.0, 4262.0, 4258.0, 4276.0, 4245.0, 4213.0, 4255.0, 4235.0, 4265.0, 4245.0, 4215.0, 4268.0, 4236.0, 4277.0, 4246.0, 4277.0, 4247.0, 4276.0, 4244.0, 4276.0, 4233.0, 4242.0, 4230.0, 4210.0, 4251.0, 4210.0, 4252.0, 4200.0, 4249.0, 4229.0, 4250.0, 4240.0, 4273.0, 4232.0, 4200.0, 4241.0, 4199.0, 4252.0, 4231.0, 4263.0, 4244.0, 4273.0, 4233.0, 4233.0, 4233.0, 4221.0, 4253.0, 4224.0, 4264.0, 4221.0, 4261.0, 4232.0, 4273.0, 4245.0, 4254.0, 4232.0, 4200.0, 4242.0, 4210.0, 4261.0, 4220.0, 4262.0, 4231.0, 4263.0, 4230.0, 4261.0, 4231.0, 4251.0, 4231.0, 4232.0, 4232.0, 4201.0, 4241.0, 4201.0, 4251.0, 4224.0, 4262.0, 4242.0, 4264.0, 4233.0, 4261.0, 4232.0, 4241.0, 4233.0, 4233.0, 4243.0, 4200.0, 4252.0, 4212.0, 4263.0, 4233.0, 4264.0, 4233.0, 4264.0, 4234.0, 4264.0, 4245.0, 4263.0, 4236.0, 4253.0, 4233.0, 4231.0, 4241.0, 4213.0, 4253.0, 4222.0, 4263.0, 4231.0, 4262.0, 4233.0, 4264.0, 4245.0, 4275.0, 4235.0, 4232.0, 4220.0, 4210.0, 4241.0, 4211.0, 4251.0, 4222.0, 4253.0, 4220.0, 4251.0, 4230.0, 4261.0, 4244.0, 4263.0, 4232.0, 4223.0, 4233.0, 4211.0, 4252.0, 4213.0, 4264.0, 4244.0, 4275.0, 4234.0, 4248.0, 4257.0, 4224.0, 4255.0, 4214.0, 4265.0, 4224.0, 4265.0, 4213.0, 4253.0, 4211.0, 4251.0, 4211.0, 4252.0, 4199.0, 4251.0, 4199.0, 4250.0, 4222.0, 4261.0, 4231.0, 4251.0, 4231.0, 4251.0, 4231.0, 4243.0, 4231.0, 4199.0, 4240.0, 4200.0, 4250.0, 4212.0, 4253.0, 4230.0, 4252.0, 4232.0, 4252.0, 4232.0, 4264.0, 4232.0, 4263.0, 4221.0, 4220.0, 4230.0, 4211.0, 4239.0, 4211.0, 4252.0, 4210.0, 4252.0, 4222.0, 4262.0, 4243.0, 4264.0, 4244.0, 4264.0, 4245.0, 4214.0, 4243.0, 4214.0, 4265.0, 4247.0, 4275.0, 4247.0, 4247.0, 4244.0, 4223.0, 4254.0, 4236.0, 4256.0, 4234.0, 4263.0, 4200.0, 4261.0, 4221.0, 4262.0, 4242.0, 4262.0, 4230.0, 4201.0, 4239.0, 4223.0, 4262.0, 4245.0, 4265.0, 4245.0, 4265.0, 4236.0, 4264.0, 4235.0, 4265.0, 4234.0, 4264.0, 4233.0, 4264.0, 4223.0, 4231.0, 4231.0, 4221.0, 4241.0, 4222.0, 4261.0, 4232.0, 4213.0, 4255.0, 4233.0, 4233.0, 4233.0, 4202.0, 4252.0, 4210.0, 4252.0, 4210.0, 4250.0, 4231.0, 4251.0, 4231.0, 4250.0, 4231.0, 4251.0, 4233.0, 4234.0, 4254.0, 4212.0, 4255.0, 4223.0, 4265.0, 4236.0, 4277.0, 4234.0, 4263.0, 4234.0, 4264.0, 4234.0, 4263.0, 4242.0, 4252.0, 4232.0, 4250.0, 4220.0, 4229.0, 4231.0, 4211.0, 4263.0, 4200.0, 4250.0, 4230.0, 4262.0, 4243.0, 4273.0, 4234.0, 4202.0, 4243.0, 4222.0, 4263.0, 4245.0, 4276.0, 4236.0, 4246.0, 4244.0, 4224.0, 4244.0, 4222.0, 4254.0, 4234.0, 4264.0, 4211.0, 4251.0, 4230.0, 4261.0, 4243.0, 4271.0, 4231.0, 4200.0, 4230.0, 4220.0, 4263.0, 4244.0, 4276.0, 4245.0, 4224.0, 4244.0, 4212.0, 4253.0, 4222.0, 4274.0, 4243.0, 4264.0, 4223.0, 4231.0, 4231.0, 4212.0, 4252.0, 4221.0, 4263.0, 4220.0, 4252.0, 4230.0, 4261.0, 4245.0, 4263.0, 4243.0, 4261.0, 4232.0, 4262.0, 4232.0, 4264.0, 4243.0, 4252.0, 4232.0, 4201.0, 4254.0, 4222.0, 4265.0, 4223.0, 4264.0, 4224.0, 4278.0, 4212.0, 4264.0, 4211.0, 4262.0, 4234.0, 4262.0, 4231.0, 4251.0, 4229.0, 4260.0, 4231.0, 4263.0, 4232.0, 4251.0, 4219.0, 4251.0, 4231.0, 4252.0, 4221.0, 4222.0, 4230.0, 4220.0, 4240.0, 4218.0, 4243.0, 4241.0, 4241.0, 4200.0, 4240.0, 4209.0, 4240.0, 4211.0, 4253.0, 4221.0, 4253.0, 4212.0, 4252.0, 4223.0, 4264.0, 4224.0, 4265.0, 4212.0, 4251.0, 4221.0, 4263.0, 4234.0, 4265.0, 4243.0, 4263.0, 4231.0, 4264.0, 4244.0, 4262.0, 4243.0, 4242.0, 4231.0, 4210.0, 4253.0, 4212.0, 4253.0, 4222.0, 4251.0, 4200.0, 4251.0, 4212.0, 4264.0, 4223.0, 4263.0, 4222.0, 4262.0, 4231.0, 4262.0, 4243.0, 4263.0, 4243.0, 4262.0, 4242.0, 4274.0, 4244.0, 4254.0, 4243.0, 4212.0, 4265.0, 4257.0, 4245.0, 4246.0, 4214.0, 4265.0, 4225.0, 4254.0, 4210.0, 4252.0, 4201.0, 4252.0, 4211.0, 4252.0, 4212.0, 4261.0, 4220.0, 4248.0, 4218.0, 4217.0, 4227.0, 4207.0, 4238.0, 4226.0, 4227.0, 4172.0, 4224.0, 4180.0, 4222.0, 4169.0, 4221.0, 4169.0, 4222.0, 4195.0, 4222.0, 4190.0, 4222.0, 4205.0, 4222.0, 4215.0, 4235.0, 4216.0, 4248.0, 4217.0, 4197.0, 4217.0, 4186.0, 4237.0, 4198.0, 4240.0, 4199.0, 4239.0, 4209.0, 4252.0, 4211.0, 4260.0, 4231.0, 4240.0, 4219.0, 4200.0, 4262.0, 4231.0, 4211.0, 4241.0, 4220.0, 4240.0, 4210.0, 4250.0, 4230.0, 4249.0, 4231.0, 4197.0, 4240.0, 4200.0, 4261.0, 4233.0, 4262.0, 4243.0, 4264.0, 4234.0, 4234.0, 4233.0, 4212.0, 4252.0, 4211.0, 4264.0, 4224.0, 4267.0, 4213.0, 4261.0, 4231.0, 4262.0, 4242.0, 4252.0, 4244.0, 4247.0, 4258.0, 4216.0, 4267.0, 4226.0, 4265.0, 4226.0, 4278.0, 4215.0, 4265.0, 4223.0, 4264.0, 4244.0, 4275.0, 4256.0, 4274.0, 4242.0, 4223.0, 4254.0, 4213.0, 4266.0, 4246.0, 4288.0, 4248.0, 4217.0, 4267.0, 4216.0, 4278.0, 4226.0, 4278.0, 4226.0, 4278.0, 4235.0, 4275.0, 4235.0, 4234.0, 4253.0, 4214.0, 4265.0, 4225.0, 4276.0, 4244.0, 4234.0, 4254.0, 4215.0, 4278.0, 4225.0, 4265.0, 4223.0, 4263.0, 4244.0, 4274.0, 4245.0, 4264.0, 4232.0, 4261.0, 4232.0, 4262.0, 4243.0, 4264.0, 4246.0, 4265.0, 4245.0, 4204.0, 4254.0, 4214.0, 4265.0, 4215.0, 4267.0, 4225.0, 4276.0, 4235.0, 4277.0, 4245.0, 4276.0, 4244.0, 4277.0, 4247.0, 4275.0, 4244.0, 4274.0, 4245.0, 4253.0, 4244.0, 4235.0, 4256.0, 4236.0, 4265.0, 4215.0, 4266.0, 4236.0, 4277.0, 4256.0, 4277.0, 4246.0, 4255.0, 4247.0, 4236.0, 4266.0, 4235.0, 4267.0, 4216.0, 4275.0, 4223.0, 4275.0, 4257.0, 4277.0, 4256.0, 4277.0, 4247.0, 4246.0, 4245.0, 4235.0, 4267.0, 4238.0, 4278.0, 4248.0, 4277.0, 4258.0, 4288.0, 4248.0, 4278.0, 4246.0, 4205.0, 4243.0, 4214.0], 'WindowWidth': [9532.0, 9479.0, 9433.0, 9427.0, 9386.0, 9374.0, 9327.0, 9351.0, 9300.0, 9330.0, 9299.0, 9331.0, 9304.0, 9357.0, 9327.0, 9368.0, 9283.0, 9354.0, 9298.0, 9373.0, 9316.0, 9377.0, 9318.0, 9392.0, 9346.0, 9396.0, 9352.0, 9379.0, 9351.0, 9394.0, 9371.0, 9419.0, 9396.0, 9436.0, 9394.0, 9377.0, 9373.0, 9377.0, 9392.0, 9373.0, 9407.0, 9393.0, 9411.0, 9345.0, 9402.0, 9347.0, 9403.0, 9359.0, 9414.0, 9395.0, 9418.0, 9388.0, 9415.0, 9390.0, 9402.0, 9377.0, 9378.0, 9396.0, 9365.0, 9408.0, 9348.0, 9420.0, 9365.0, 9422.0, 9378.0, 9421.0, 9393.0, 9440.0, 9395.0, 9367.0, 9393.0, 9351.0, 9406.0, 9386.0, 9440.0, 9410.0, 9439.0, 9397.0, 9437.0, 9400.0, 9441.0, 9402.0, 9397.0, 9407.0, 9350.0, 9407.0, 9349.0, 9440.0, 9406.0, 9444.0, 9415.0, 9444.0, 9400.0, 9443.0, 9419.0, 9461.0, 9404.0, 9432.0, 9416.0, 9356.0, 9413.0, 9368.0, 9429.0, 9375.0, 9441.0, 9415.0, 9443.0, 9400.0, 9396.0, 9396.0, 9389.0, 9448.0, 9392.0, 9453.0, 9403.0, 9446.0, 9416.0, 9458.0, 9403.0, 9417.0, 9419.0, 9355.0, 9424.0, 9394.0, 9440.0, 9399.0, 9442.0, 9400.0, 9376.0, 9413.0, 9356.0, 9427.0, 9385.0, 9426.0, 9386.0, 9443.0, 9395.0, 9421.0, 9395.0, 9425.0, 9395.0, 9394.0, 9404.0, 9331.0, 9400.0, 9345.0, 9417.0, 9367.0, 9437.0, 9407.0, 9435.0, 9394.0, 9409.0, 9394.0, 9383.0, 9418.0, 9382.0, 9425.0, 9354.0, 9422.0, 9376.0, 9436.0, 9396.0, 9424.0, 9391.0, 9340.0, 9407.0, 9362.0, 9420.0, 9395.0, 9439.0, 9395.0, 9363.0, 9390.0, 9346.0, 9403.0, 9362.0, 9418.0, 9377.0, 9420.0, 9391.0, 9415.0, 9373.0, 9362.0, 9405.0, 9350.0, 9425.0, 9363.0, 9426.0, 9419.0, 9460.0, 9421.0, 9456.0, 9399.0, 9355.0, 9392.0, 9353.0, 9408.0, 9354.0, 9422.0, 9365.0, 9421.0, 9360.0, 9400.0, 9376.0, 9414.0, 9377.0, 9418.0, 9378.0, 9333.0, 9387.0, 9345.0, 9401.0, 9380.0, 9436.0, 9382.0, 9394.0, 9379.0, 9353.0, 9421.0, 9382.0, 9425.0, 9402.0, 9445.0, 9392.0, 9364.0, 9401.0, 9342.0, 9430.0, 9353.0, 9440.0, 9380.0, 9424.0, 9380.0, 9341.0, 9429.0, 9386.0, 9340.0, 9407.0, 9378.0, 9417.0, 9374.0, 9377.0, 9373.0, 9345.0, 9401.0, 9368.0, 9397.0, 9374.0, 9401.0, 9375.0, 9375.0, 9404.0, 9348.0, 9405.0, 9391.0, 9419.0, 9422.0, 9445.0, 9400.0, 9354.0, 9411.0, 9384.0, 9425.0, 9400.0, 9362.0, 9437.0, 9391.0, 9448.0, 9404.0, 9446.0, 9405.0, 9444.0, 9398.0, 9444.0, 9380.0, 9388.0, 9371.0, 9343.0, 9402.0, 9343.0, 9401.0, 9328.0, 9394.0, 9366.0, 9397.0, 9385.0, 9432.0, 9375.0, 9332.0, 9386.0, 9329.0, 9401.0, 9374.0, 9420.0, 9395.0, 9434.0, 9379.0, 9378.0, 9377.0, 9362.0, 9407.0, 9366.0, 9422.0, 9360.0, 9416.0, 9376.0, 9434.0, 9398.0, 9408.0, 9376.0, 9332.0, 9389.0, 9342.0, 9415.0, 9357.0, 9417.0, 9373.0, 9420.0, 9370.0, 9412.0, 9373.0, 9399.0, 9372.0, 9376.0, 9376.0, 9334.0, 9387.0, 9331.0, 9402.0, 9369.0, 9420.0, 9391.0, 9422.0, 9377.0, 9414.0, 9377.0, 9389.0, 9380.0, 9379.0, 9392.0, 9333.0, 9403.0, 9349.0, 9421.0, 9381.0, 9424.0, 9379.0, 9422.0, 9381.0, 9422.0, 9400.0, 9423.0, 9388.0, 9406.0, 9378.0, 9374.0, 9388.0, 9353.0, 9406.0, 9363.0, 9419.0, 9374.0, 9417.0, 9379.0, 9422.0, 9400.0, 9439.0, 9385.0, 9375.0, 9358.0, 9344.0, 9387.0, 9347.0, 9402.0, 9361.0, 9405.0, 9355.0, 9398.0, 9370.0, 9415.0, 9394.0, 9422.0, 9379.0, 9365.0, 9377.0, 9349.0, 9405.0, 9354.0, 9424.0, 9397.0, 9441.0, 9384.0, 9407.0, 9418.0, 9370.0, 9411.0, 9356.0, 9425.0, 9368.0, 9427.0, 9352.0, 9406.0, 9346.0, 9401.0, 9346.0, 9403.0, 9327.0, 9399.0, 9326.0, 9397.0, 9362.0, 9415.0, 9371.0, 9399.0, 9372.0, 9400.0, 9374.0, 9392.0, 9375.0, 9329.0, 9384.0, 9328.0, 9396.0, 9347.0, 9405.0, 9371.0, 9403.0, 9374.0, 9401.0, 9374.0, 9422.0, 9378.0, 9419.0, 9360.0, 9358.0, 9370.0, 9345.0, 9383.0, 9348.0, 9405.0, 9345.0, 9401.0, 9361.0, 9417.0, 9391.0, 9422.0, 9395.0, 9424.0, 9398.0, 9356.0, 9394.0, 9355.0, 9425.0, 9405.0, 9440.0, 9405.0, 9404.0, 9398.0, 9368.0, 9409.0, 9389.0, 9414.0, 9383.0, 9420.0, 9330.0, 9414.0, 9359.0, 9419.0, 9390.0, 9418.0, 9372.0, 9334.0, 9384.0, 9365.0, 9420.0, 9398.0, 9427.0, 9399.0, 9428.0, 9387.0, 9423.0, 9385.0, 9428.0, 9383.0, 9424.0, 9380.0, 9424.0, 9364.0, 9373.0, 9371.0, 9357.0, 9386.0, 9361.0, 9417.0, 9378.0, 9354.0, 9411.0, 9380.0, 9379.0, 9378.0, 9335.0, 9404.0, 9343.0, 9403.0, 9343.0, 9397.0, 9372.0, 9399.0, 9372.0, 9397.0, 9372.0, 9401.0, 9380.0, 9383.0, 9408.0, 9351.0, 9412.0, 9365.0, 9426.0, 9389.0, 9444.0, 9382.0, 9421.0, 9380.0, 9421.0, 9381.0, 9422.0, 9391.0, 9404.0, 9376.0, 9396.0, 9357.0, 9369.0, 9374.0, 9346.0, 9419.0, 9329.0, 9399.0, 9370.0, 9417.0, 9394.0, 9436.0, 9382.0, 9336.0, 9391.0, 9365.0, 9422.0, 9400.0, 9444.0, 9390.0, 9402.0, 9396.0, 9368.0, 9394.0, 9365.0, 9409.0, 9380.0, 9425.0, 9346.0, 9401.0, 9370.0, 9416.0, 9393.0, 9431.0, 9374.0, 9331.0, 9370.0, 9359.0, 9421.0, 9397.0, 9444.0, 9401.0, 9370.0, 9395.0, 9350.0, 9407.0, 9364.0, 9437.0, 9393.0, 9423.0, 9366.0, 9374.0, 9372.0, 9348.0, 9404.0, 9361.0, 9422.0, 9358.0, 9402.0, 9370.0, 9414.0, 9398.0, 9421.0, 9393.0, 9414.0, 9375.0, 9415.0, 9376.0, 9422.0, 9394.0, 9405.0, 9379.0, 9336.0, 9408.0, 9365.0, 9425.0, 9366.0, 9425.0, 9371.0, 9449.0, 9351.0, 9423.0, 9348.0, 9419.0, 9380.0, 9419.0, 9372.0, 9399.0, 9367.0, 9412.0, 9375.0, 9418.0, 9376.0, 9400.0, 9355.0, 9399.0, 9372.0, 9404.0, 9361.0, 9362.0, 9370.0, 9355.0, 9382.0, 9352.0, 9390.0, 9388.0, 9387.0, 9329.0, 9382.0, 9342.0, 9384.0, 9346.0, 9405.0, 9360.0, 9406.0, 9349.0, 9404.0, 9365.0, 9426.0, 9369.0, 9427.0, 9349.0, 9402.0, 9361.0, 9421.0, 9382.0, 9425.0, 9392.0, 9419.0, 9375.0, 9421.0, 9397.0, 9419.0, 9394.0, 9390.0, 9373.0, 9345.0, 9404.0, 9351.0, 9405.0, 9362.0, 9401.0, 9331.0, 9400.0, 9351.0, 9423.0, 9366.0, 9420.0, 9362.0, 9416.0, 9375.0, 9418.0, 9393.0, 9422.0, 9392.0, 9417.0, 9391.0, 9436.0, 9396.0, 9410.0, 9393.0, 9351.0, 9427.0, 9421.0, 9403.0, 9401.0, 9356.0, 9427.0, 9373.0, 9409.0, 9345.0, 9404.0, 9333.0, 9405.0, 9346.0, 9404.0, 9351.0, 9415.0, 9355.0, 9393.0, 9350.0, 9348.0, 9360.0, 9335.0, 9378.0, 9358.0, 9360.0, 9279.0, 9352.0, 9286.0, 9347.0, 9268.0, 9342.0, 9269.0, 9343.0, 9317.0, 9346.0, 9300.0, 9344.0, 9329.0, 9347.0, 9340.0, 9367.0, 9346.0, 9391.0, 9348.0, 9321.0, 9348.0, 9306.0, 9376.0, 9324.0, 9383.0, 9325.0, 9382.0, 9341.0, 9405.0, 9346.0, 9409.0, 9371.0, 9385.0, 9356.0, 9331.0, 9416.0, 9374.0, 9347.0, 9387.0, 9356.0, 9384.0, 9343.0, 9398.0, 9370.0, 9398.0, 9372.0, 9324.0, 9383.0, 9331.0, 9416.0, 9377.0, 9420.0, 9395.0, 9424.0, 9383.0, 9382.0, 9380.0, 9351.0, 9403.0, 9348.0, 9423.0, 9370.0, 9431.0, 9353.0, 9415.0, 9375.0, 9417.0, 9389.0, 9405.0, 9398.0, 9410.0, 9423.0, 9361.0, 9433.0, 9376.0, 9429.0, 9378.0, 9448.0, 9359.0, 9426.0, 9367.0, 9423.0, 9396.0, 9441.0, 9415.0, 9437.0, 9393.0, 9367.0, 9410.0, 9355.0, 9430.0, 9404.0, 9464.0, 9409.0, 9366.0, 9434.0, 9363.0, 9450.0, 9377.0, 9451.0, 9378.0, 9449.0, 9385.0, 9441.0, 9385.0, 9382.0, 9406.0, 9354.0, 9426.0, 9373.0, 9445.0, 9399.0, 9384.0, 9411.0, 9358.0, 9448.0, 9373.0, 9428.0, 9367.0, 9422.0, 9396.0, 9437.0, 9398.0, 9422.0, 9377.0, 9416.0, 9376.0, 9418.0, 9392.0, 9424.0, 9401.0, 9427.0, 9400.0, 9344.0, 9412.0, 9357.0, 9427.0, 9360.0, 9434.0, 9373.0, 9445.0, 9387.0, 9444.0, 9399.0, 9443.0, 9397.0, 9447.0, 9404.0, 9440.0, 9397.0, 9437.0, 9398.0, 9408.0, 9396.0, 9387.0, 9417.0, 9389.0, 9428.0, 9359.0, 9429.0, 9389.0, 9447.0, 9415.0, 9448.0, 9404.0, 9415.0, 9404.0, 9389.0, 9431.0, 9387.0, 9431.0, 9360.0, 9440.0, 9368.0, 9439.0, 9419.0, 9447.0, 9417.0, 9446.0, 9403.0, 9402.0, 9399.0, 9386.0, 9434.0, 9393.0, 9448.0, 9407.0, 9448.0, 9424.0, 9465.0, 9408.0, 9449.0, 9403.0, 9346.0, 9395.0, 9355.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.0011575465498357064</td></tr>
<tr><td colspan=3>aqi</td><td>0.022631962322015333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.59939240998904</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.298794016743422</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0069926702521925</td></tr>
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
<tr><td colspan=3>fber</td><td>5026.4419</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08974788905602703</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.176341730558598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.392294858703286</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3712163071021615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5633236661583285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2423446028493674</td></tr>
<tr><td colspan=3>gcor</td><td>0.0096865</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008354981429874897</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029087970033288002</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.943715555495896</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.7915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9733</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295321.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.9491</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7201</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.266</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3392.6717</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.4001</td></tr>
<tr><td colspan=3>tsnr</td><td>37.71625066967681</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>