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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0122_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-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-02/func/sub-0122_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>32537093a1704db27a35a0648f3bd0c1</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>21:37:23.685000</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.999735, 0.0226404, 0.00416075, -0.0228617, 0.997657, 0.0644778]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0819669</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7635, -7101, 878, -170, 296, -456, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca3db792-5f88-4b10-87ad-865c7a827d84||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.682215929031372, -0.06133631244301796, 0.007266220636665821, 112.47217559814453], [-0.06074260175228119, 2.6766414642333984, 0.17430077493190765, -97.40086364746094], [0.011162974871695042, -0.17298923432826996, 2.6943583488464355, -53.669227600097656], [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': ['213723.685000', '213724.145000', '213724.605000', '213725.065000', '213725.525000', '213725.985000', '213726.445000', '213726.905000', '213727.365000', '213727.825000', '213728.285000', '213728.745000', '213729.205000', '213729.665000', '213730.125000', '213730.585000', '213731.045000', '213731.505000', '213731.965000', '213732.425000', '213732.885000', '213733.345000', '213733.805000', '213734.265000', '213734.725000', '213735.185000', '213735.645000', '213736.105000', '213736.565000', '213737.025000', '213737.485000', '213737.945000', '213738.405000', '213738.865000', '213739.325000', '213739.785000', '213740.245000', '213740.705000', '213741.165000', '213741.625000', '213742.085000', '213742.545000', '213743.005000', '213743.465000', '213743.925000', '213744.385000', '213744.845000', '213745.305000', '213745.765000', '213746.225000', '213746.685000', '213747.145000', '213747.605000', '213748.065000', '213748.525000', '213748.985000', '213749.445000', '213749.905000', '213750.365000', '213750.825000', '213751.285000', '213751.745000', '213752.205000', '213752.665000', '213753.125000', '213753.585000', '213754.045000', '213754.505000', '213754.965000', '213755.425000', '213755.885000', '213756.345000', '213756.805000', '213757.265000', '213757.725000', '213758.185000', '213758.645000', '213759.105000', '213759.565000', '213800.025000', '213800.485000', '213800.945000', '213801.405000', '213801.865000', '213802.325000', '213802.785000', '213803.245000', '213803.705000', '213804.165000', '213804.625000', '213805.085000', '213805.545000', '213806.005000', '213806.465000', '213806.925000', '213807.385000', '213807.845000', '213808.305000', '213808.765000', '213809.225000', '213809.685000', '213810.145000', '213810.605000', '213811.065000', '213811.525000', '213811.985000', '213812.445000', '213812.905000', '213813.365000', '213813.825000', '213814.285000', '213814.745000', '213815.205000', '213815.665000', '213816.125000', '213816.585000', '213817.045000', '213817.505000', '213817.965000', '213818.425000', '213818.885000', '213819.345000', '213819.805000', '213820.265000', '213820.725000', '213821.185000', '213821.645000', '213822.105000', '213822.565000', '213823.025000', '213823.485000', '213823.945000', '213824.405000', '213824.865000', '213825.325000', '213825.785000', '213826.245000', '213826.705000', '213827.165000', '213827.625000', '213828.085000', '213828.545000', '213829.005000', '213829.465000', '213829.925000', '213830.385000', '213830.845000', '213831.305000', '213831.765000', '213832.225000', '213832.685000', '213833.145000', '213833.605000', '213834.065000', '213834.525000', '213834.985000', '213835.445000', '213835.905000', '213836.365000', '213836.825000', '213837.285000', '213837.745000', '213838.205000', '213838.665000', '213839.125000', '213839.585000', '213840.045000', '213840.505000', '213840.965000', '213841.425000', '213841.885000', '213842.345000', '213842.805000', '213843.265000', '213843.725000', '213844.185000', '213844.645000', '213845.105000', '213845.565000', '213846.025000', '213846.485000', '213846.945000', '213847.405000', '213847.865000', '213848.325000', '213848.785000', '213849.245000', '213849.705000', '213850.165000', '213850.625000', '213851.085000', '213851.545000', '213852.005000', '213852.465000', '213852.925000', '213853.385000', '213853.845000', '213854.305000', '213854.765000', '213855.225000', '213855.685000', '213856.145000', '213856.605000', '213857.065000', '213857.525000', '213857.985000', '213858.445000', '213858.905000', '213859.365000', '213859.825000', '213900.285000', '213900.745000', '213901.205000', '213901.665000', '213902.125000', '213902.585000', '213903.045000', '213903.505000', '213903.965000', '213904.425000', '213904.885000', '213905.345000', '213905.805000', '213906.265000', '213906.725000', '213907.185000', '213907.645000', '213908.105000', '213908.565000', '213909.025000', '213909.485000', '213909.945000', '213910.405000', '213910.865000', '213911.325000', '213911.785000', '213912.245000', '213912.705000', '213913.165000', '213913.625000', '213914.085000', '213914.545000', '213915.005000', '213915.465000', '213915.925000', '213916.385000', '213916.845000', '213917.305000', '213917.765000', '213918.225000', '213918.685000', '213919.145000', '213919.605000', '213920.065000', '213920.525000', '213920.985000', '213921.445000', '213921.905000', '213922.365000', '213922.825000', '213923.285000', '213923.745000', '213924.205000', '213924.665000', '213925.125000', '213925.585000', '213926.045000', '213926.505000', '213926.965000', '213927.425000', '213927.885000', '213928.345000', '213928.805000', '213929.265000', '213929.725000', '213930.185000', '213930.645000', '213931.105000', '213931.565000', '213932.025000', '213932.485000', '213932.945000', '213933.405000', '213933.865000', '213934.325000', '213934.785000', '213935.245000', '213935.705000', '213936.165000', '213936.625000', '213937.085000', '213937.545000', '213938.005000', '213938.465000', '213938.925000', '213939.385000', '213939.845000', '213940.305000', '213940.765000', '213941.225000', '213941.685000', '213942.145000', '213942.605000', '213943.065000', '213943.525000', '213943.985000', '213944.445000', '213944.905000', '213945.365000', '213945.825000', '213946.285000', '213946.745000', '213947.205000', '213947.665000', '213948.125000', '213948.585000', '213949.045000', '213949.505000', '213949.965000', '213950.425000', '213950.885000', '213951.345000', '213951.805000', '213952.265000', '213952.725000', '213953.185000', '213953.645000', '213954.105000', '213954.565000', '213955.025000', '213955.485000', '213955.945000', '213956.405000', '213956.865000', '213957.325000', '213957.785000', '213958.245000', '213958.705000', '213959.165000', '213959.625000', '214000.085000', '214000.545000', '214001.005000', '214001.465000', '214001.925000', '214002.385000', '214002.845000', '214003.305000', '214003.765000', '214004.225000', '214004.685000', '214005.145000', '214005.605000', '214006.065000', '214006.525000', '214006.985000', '214007.445000', '214007.905000', '214008.365000', '214008.825000', '214009.285000', '214009.745000', '214010.205000', '214010.665000', '214011.125000', '214011.585000', '214012.045000', '214012.505000', '214012.965000', '214013.425000', '214013.885000', '214014.345000', '214014.805000', '214015.265000', '214015.725000', '214016.185000', '214016.645000', '214017.105000', '214017.565000', '214018.025000', '214018.485000', '214018.945000', '214019.405000', '214019.865000', '214020.325000', '214020.785000', '214021.245000', '214021.705000', '214022.165000', '214022.625000', '214023.085000', '214023.545000', '214024.005000', '214024.465000', '214024.925000', '214025.385000', '214025.845000', '214026.305000', '214026.765000', '214027.225000', '214027.685000', '214028.145000', '214028.605000', '214029.065000', '214029.525000', '214029.985000', '214030.445000', '214030.905000', '214031.365000', '214031.825000', '214032.285000', '214032.745000', '214033.205000', '214033.665000', '214034.125000', '214034.585000', '214035.045000', '214035.505000', '214035.965000', '214036.425000', '214036.885000', '214037.345000', '214037.805000', '214038.265000', '214038.725000', '214039.185000', '214039.645000', '214040.105000', '214040.565000', '214041.025000', '214041.485000', '214041.945000', '214042.405000', '214042.865000', '214043.325000', '214043.785000', '214044.245000', '214044.705000', '214045.165000', '214045.625000', '214046.085000', '214046.545000', '214047.005000', '214047.465000', '214047.925000', '214048.385000', '214048.845000', '214049.305000', '214049.765000', '214050.225000', '214050.685000', '214051.145000', '214051.605000', '214052.065000', '214052.525000', '214052.985000', '214053.445000', '214053.905000', '214054.365000', '214054.825000', '214055.285000', '214055.745000', '214056.205000', '214056.665000', '214057.125000', '214057.585000', '214058.045000', '214058.505000', '214058.965000', '214059.425000', '214059.885000', '214100.345000', '214100.805000', '214101.265000', '214101.725000', '214102.185000', '214102.645000', '214103.105000', '214103.565000', '214104.025000', '214104.485000', '214104.945000', '214105.405000', '214105.865000', '214106.325000', '214106.785000', '214107.245000', '214107.705000', '214108.165000', '214108.625000', '214109.085000', '214109.545000', '214110.005000', '214110.465000', '214110.925000', '214111.385000', '214111.845000', '214112.305000', '214112.765000', '214113.225000', '214113.685000', '214114.145000', '214114.605000', '214115.065000', '214115.525000', '214115.985000', '214116.445000', '214116.905000', '214117.365000', '214117.825000', '214118.285000', '214118.745000', '214119.205000', '214119.665000', '214120.125000', '214120.585000', '214121.045000', '214121.505000', '214121.965000', '214122.425000', '214122.885000', '214123.345000', '214123.805000', '214124.265000', '214124.725000', '214125.185000', '214125.645000', '214126.105000', '214126.565000', '214127.025000', '214127.485000', '214127.945000', '214128.405000', '214128.865000', '214129.325000', '214129.785000', '214130.245000', '214130.705000', '214131.165000', '214131.625000', '214132.085000', '214132.545000', '214133.005000', '214133.465000', '214133.925000', '214134.385000', '214134.845000', '214135.305000', '214135.765000', '214136.225000', '214136.685000', '214137.145000', '214137.605000', '214138.065000', '214138.525000', '214138.985000', '214139.445000', '214139.905000', '214140.365000', '214140.825000', '214141.285000', '214141.745000', '214142.205000', '214142.665000', '214143.125000', '214143.585000', '214144.045000', '214144.505000', '214144.965000', '214145.425000', '214145.885000', '214146.345000', '214146.805000', '214147.265000', '214147.725000', '214148.185000', '214148.645000', '214149.105000', '214149.565000', '214150.025000', '214150.485000', '214150.945000', '214151.405000', '214151.865000', '214152.325000', '214152.785000', '214153.245000', '214153.705000', '214154.165000', '214154.625000', '214155.085000', '214155.545000', '214156.005000', '214156.465000', '214156.925000', '214157.385000', '214157.845000', '214158.305000', '214158.765000', '214159.225000', '214159.685000', '214200.145000', '214200.605000', '214201.065000', '214201.525000', '214201.985000', '214202.445000', '214202.905000', '214203.365000', '214203.825000', '214204.285000', '214204.745000', '214205.205000', '214205.665000', '214206.125000', '214206.585000', '214207.045000', '214207.505000', '214207.965000', '214208.425000', '214208.885000', '214209.345000', '214209.805000', '214210.265000', '214210.725000', '214211.185000', '214211.645000', '214212.105000', '214212.565000', '214213.025000', '214213.485000', '214213.945000', '214214.405000', '214214.865000', '214215.325000', '214215.785000', '214216.245000', '214216.705000', '214217.165000', '214217.625000', '214218.085000', '214218.545000', '214219.005000', '214219.465000', '214219.925000', '214220.385000', '214220.845000', '214221.305000', '214221.765000', '214222.225000', '214222.685000', '214223.145000', '214223.605000', '214224.065000', '214224.525000', '214224.985000', '214225.445000', '214225.905000', '214226.365000', '214226.825000', '214227.285000', '214227.745000', '214228.205000', '214228.665000', '214229.125000', '214229.585000', '214230.045000', '214230.505000', '214230.965000', '214231.425000', '214231.885000', '214232.345000', '214232.805000', '214233.265000', '214233.725000', '214234.185000', '214234.645000', '214235.105000', '214235.565000', '214236.025000', '214236.485000', '214236.945000', '214237.405000', '214237.865000', '214238.325000', '214238.785000', '214239.245000', '214239.705000', '214240.165000', '214240.625000', '214241.085000', '214241.545000', '214242.005000', '214242.465000', '214242.925000', '214243.385000', '214243.845000', '214244.305000', '214244.765000', '214245.225000', '214245.685000', '214246.145000', '214246.605000', '214247.065000', '214247.525000', '214247.985000', '214248.445000', '214248.905000', '214249.365000', '214249.825000', '214250.285000', '214250.745000', '214251.205000', '214251.665000', '214252.125000', '214252.585000', '214253.045000', '214253.505000', '214253.965000', '214254.425000', '214254.885000', '214255.345000', '214255.805000', '214256.265000', '214256.725000', '214257.185000', '214257.645000', '214258.105000', '214258.565000', '214259.025000', '214259.485000', '214259.945000', '214300.405000', '214300.865000', '214301.325000', '214301.785000', '214302.245000', '214302.705000', '214303.165000', '214303.625000', '214304.085000', '214304.545000', '214305.005000', '214305.465000', '214305.925000', '214306.385000', '214306.845000', '214307.305000', '214307.765000', '214308.225000', '214308.685000', '214309.145000', '214309.605000', '214310.065000', '214310.525000', '214310.985000', '214311.445000', '214311.905000', '214312.365000', '214312.825000', '214313.285000', '214313.745000', '214314.205000', '214314.665000', '214315.125000', '214315.585000', '214316.045000', '214316.505000', '214316.965000', '214317.425000', '214317.885000', '214318.345000', '214318.805000', '214319.265000', '214319.725000', '214320.185000', '214320.645000', '214321.105000', '214321.565000', '214322.025000', '214322.485000', '214322.945000', '214323.405000', '214323.865000', '214324.325000', '214324.785000', '214325.245000', '214325.705000', '214326.165000', '214326.625000', '214327.085000', '214327.545000', '214328.005000', '214328.465000', '214328.925000', '214329.385000', '214329.845000', '214330.305000', '214330.765000', '214331.225000', '214331.685000', '214332.145000', '214332.605000', '214333.065000', '214333.525000', '214333.985000', '214334.445000', '214334.905000', '214335.365000', '214335.825000', '214336.285000', '214336.745000', '214337.205000', '214337.665000', '214338.125000', '214338.585000', '214339.045000', '214339.505000', '214339.965000', '214340.425000', '214340.885000', '214341.345000', '214341.805000', '214342.265000', '214342.725000', '214343.185000', '214343.645000', '214344.105000', '214344.565000', '214345.025000', '214345.485000', '214345.945000', '214346.405000', '214346.865000', '214347.325000', '214347.785000', '214348.245000', '214348.705000', '214349.165000', '214349.625000', '214350.085000', '214350.545000', '214351.005000', '214351.465000', '214351.925000', '214352.385000', '214352.845000', '214353.305000', '214353.765000', '214354.225000', '214354.685000', '214355.145000', '214355.605000', '214356.065000', '214356.525000', '214356.985000', '214357.445000', '214357.905000', '214358.365000', '214358.825000', '214359.285000', '214359.745000', '214400.205000', '214400.665000', '214401.125000', '214401.585000', '214402.045000', '214402.505000', '214402.965000', '214403.425000', '214403.885000', '214404.345000', '214404.805000', '214405.265000', '214405.725000', '214406.185000', '214406.645000', '214407.105000', '214407.565000', '214408.025000', '214408.485000', '214408.945000', '214409.405000', '214409.865000', '214410.325000', '214410.785000', '214411.245000', '214411.705000', '214412.165000', '214412.625000', '214413.085000', '214413.545000', '214414.005000', '214414.465000', '214414.925000', '214415.385000', '214415.845000', '214416.305000', '214416.765000', '214417.225000', '214417.685000', '214418.145000', '214418.605000', '214419.065000', '214419.525000', '214419.985000', '214420.445000', '214420.905000', '214421.365000', '214421.825000', '214422.285000', '214422.745000', '214423.205000', '214423.665000'], 'ContentTime': ['213738.165000', '213738.169000', '213738.172000', '213738.174000', '213738.183000', '213738.185000', '213738.188000', '213738.190000', '213738.193000', '213738.195000', '213738.198000', '213738.201000', '213738.203000', '213738.206000', '213738.208000', '213738.211000', '213738.213000', '213738.216000', '213738.222000', '213738.227000', '213738.229000', '213738.232000', '213738.234000', '213738.237000', '213738.240000', '213738.242000', '213738.245000', '213738.247000', '213738.250000', '213758.114000', '213758.117000', '213758.120000', '213758.122000', '213758.125000', '213758.128000', '213758.130000', '213758.133000', '213758.139000', '213758.141000', '213758.144000', '213758.146000', '213758.149000', '213758.151000', '213758.154000', '213758.156000', '213758.159000', '213758.161000', '213758.164000', '213758.166000', '213758.169000', '213758.172000', '213758.174000', '213758.177000', '213758.179000', '213758.182000', '213758.184000', '213758.187000', '213758.189000', '213758.194000', '213758.197000', '213758.199000', '213758.202000', '213758.204000', '213758.207000', '213758.209000', '213758.212000', '213758.215000', '213758.217000', '213758.220000', '213758.222000', '213758.225000', '213758.228000', '213818.114000', '213818.117000', '213818.120000', '213818.123000', '213818.125000', '213818.128000', '213818.130000', '213818.133000', '213818.135000', '213818.138000', '213818.141000', '213818.144000', '213818.147000', '213818.150000', '213818.153000', '213818.155000', '213818.158000', '213818.161000', '213818.163000', '213818.166000', '213818.169000', '213818.180000', '213818.182000', '213818.185000', '213818.187000', '213818.190000', '213818.202000', '213818.205000', '213818.207000', '213818.210000', '213818.213000', '213818.215000', '213818.218000', '213818.220000', '213818.223000', '213818.226000', '213818.228000', '213818.231000', '213818.233000', '213818.236000', '213818.239000', '213818.241000', '213818.244000', '213838.116000', '213838.118000', '213838.121000', '213838.124000', '213838.126000', '213838.129000', '213838.131000', '213838.134000', '213838.136000', '213838.139000', '213838.142000', '213838.144000', '213838.147000', '213838.149000', '213838.152000', '213838.155000', '213838.157000', '213838.160000', '213838.162000', '213838.165000', '213838.167000', '213838.170000', '213838.172000', '213838.175000', '213838.178000', '213838.180000', '213838.183000', '213838.185000', '213838.188000', '213838.191000', '213838.199000', '213838.202000', '213838.205000', '213838.207000', '213838.210000', '213838.212000', '213838.215000', '213838.217000', '213838.220000', '213838.222000', '213838.225000', '213838.228000', '213838.230000', '213838.233000', '213858.115000', '213858.118000', '213858.121000', '213858.124000', '213858.126000', '213858.129000', '213858.131000', '213858.134000', '213858.137000', '213858.139000', '213858.142000', '213858.144000', '213858.147000', '213858.150000', '213858.152000', '213858.155000', '213858.157000', '213858.160000', '213858.163000', '213858.165000', '213858.168000', '213858.171000', '213858.173000', '213858.176000', '213858.178000', '213858.181000', '213858.183000', '213858.186000', '213858.189000', '213858.191000', '213858.194000', '213858.196000', '213858.199000', '213858.202000', '213858.204000', '213858.207000', '213858.209000', '213858.212000', '213858.214000', '213858.217000', '213858.220000', '213858.222000', '213858.225000', '213918.116000', '213918.118000', '213918.121000', '213918.123000', '213918.126000', '213918.129000', '213918.131000', '213918.134000', '213918.136000', '213918.139000', '213918.142000', '213918.144000', '213918.147000', '213918.149000', '213918.152000', '213918.154000', '213918.157000', '213918.159000', '213918.162000', '213918.164000', '213918.167000', '213918.170000', '213918.172000', '213918.175000', '213918.184000', '213918.187000', '213918.189000', '213918.192000', '213918.195000', '213918.197000', '213918.200000', '213918.202000', '213918.205000', '213918.208000', '213918.210000', '213918.213000', '213918.215000', '213918.218000', '213918.221000', '213918.223000', '213918.226000', '213918.228000', '213918.231000', '213918.233000', '213938.115000', '213938.117000', '213938.120000', '213938.123000', '213938.125000', '213938.128000', '213938.130000', '213938.133000', '213938.136000', '213938.138000', '213938.141000', '213938.143000', '213938.146000', '213938.148000', '213938.151000', '213938.154000', '213938.156000', '213938.159000', '213938.161000', '213938.164000', '213938.168000', '213938.170000', '213938.173000', '213938.176000', '213938.178000', '213938.181000', '213938.184000', '213938.186000', '213938.189000', '213938.191000', '213938.194000', '213938.196000', '213938.199000', '213938.203000', '213938.206000', '213938.209000', '213938.211000', '213938.214000', '213938.216000', '213938.219000', '213938.222000', '213938.224000', '213938.227000', '213958.115000', '213958.117000', '213958.120000', '213958.122000', '213958.125000', '213958.128000', '213958.130000', '213958.133000', '213958.135000', '213958.138000', '213958.140000', '213958.143000', '213958.145000', '213958.148000', '213958.151000', '213958.153000', '213958.156000', '213958.158000', '213958.161000', '213958.163000', '213958.166000', '213958.169000', '213958.210000', '213958.212000', '213958.215000', '213958.218000', '213958.220000', '213958.223000', '213958.225000', '213958.228000', '213958.230000', '213958.233000', '213958.235000', '213958.238000', '213958.241000', '213958.243000', '213958.246000', '213958.248000', '213958.251000', '213958.254000', '213958.256000', '213958.259000', '213958.261000', '213958.264000', '214018.114000', '214018.117000', '214018.120000', '214018.123000', '214018.125000', '214018.128000', '214018.130000', '214018.133000', '214018.136000', '214018.138000', '214018.141000', '214018.143000', '214018.146000', '214018.149000', '214018.151000', '214018.154000', '214018.157000', '214018.159000', '214018.162000', '214018.164000', '214018.167000', '214018.170000', '214018.172000', '214018.175000', '214018.177000', '214018.180000', '214018.183000', '214018.185000', '214018.188000', '214018.190000', '214018.193000', '214018.196000', '214018.198000', '214018.201000', '214018.203000', '214018.206000', '214018.209000', '214018.211000', '214018.214000', '214018.217000', '214018.220000', '214018.222000', '214018.225000', '214038.114000', '214038.117000', '214038.120000', '214038.122000', '214038.125000', '214038.127000', '214038.130000', '214038.133000', '214038.135000', '214038.138000', '214038.140000', '214038.143000', '214038.145000', '214038.148000', '214038.150000', '214038.153000', '214038.156000', '214038.158000', '214038.161000', '214038.163000', '214038.166000', '214038.168000', '214038.171000', '214038.174000', '214038.176000', '214038.179000', '214038.181000', '214038.184000', '214038.186000', '214038.189000', '214038.192000', '214038.194000', '214038.197000', '214038.199000', '214038.202000', '214038.205000', '214038.207000', '214038.210000', '214038.212000', '214038.215000', '214038.218000', '214038.220000', '214038.223000', '214038.225000', '214058.116000', '214058.118000', '214058.121000', '214058.124000', '214058.126000', '214058.129000', '214058.131000', '214058.134000', '214058.136000', '214058.139000', '214058.142000', '214058.144000', '214058.147000', '214058.149000', '214058.152000', '214058.155000', '214058.157000', '214058.160000', '214058.162000', '214058.165000', '214058.167000', '214058.170000', '214058.173000', '214058.175000', '214058.178000', '214058.180000', '214058.183000', '214058.185000', '214058.188000', '214058.191000', '214058.193000', '214058.196000', '214058.198000', '214058.201000', '214058.204000', '214058.206000', '214058.209000', '214058.211000', '214058.214000', '214058.217000', '214058.219000', '214058.222000', '214058.224000', '214118.116000', '214118.118000', '214118.121000', '214118.124000', '214118.126000', '214118.129000', '214118.131000', '214118.134000', '214118.136000', '214118.139000', '214118.142000', '214118.144000', '214118.147000', '214118.149000', '214118.152000', '214118.155000', '214118.157000', '214118.160000', '214118.162000', '214118.165000', '214118.168000', '214118.170000', '214118.173000', '214118.175000', '214118.178000', '214118.181000', '214118.183000', '214118.186000', '214118.188000', '214118.191000', '214118.193000', '214118.196000', '214118.199000', '214118.201000', '214118.204000', '214118.207000', '214118.209000', '214118.212000', '214118.214000', '214118.217000', '214118.219000', '214118.222000', '214118.225000', '214118.227000', '214138.115000', '214138.118000', '214138.121000', '214138.129000', '214138.132000', '214138.135000', '214138.137000', '214138.140000', '214138.142000', '214138.145000', '214138.147000', '214138.150000', '214138.153000', '214138.155000', '214138.158000', '214138.160000', '214138.167000', '214138.170000', '214138.173000', '214138.175000', '214138.178000', '214138.180000', '214138.183000', '214138.185000', '214138.188000', '214138.191000', '214138.193000', '214138.196000', '214138.198000', '214138.201000', '214138.203000', '214138.206000', '214138.209000', '214138.211000', '214138.214000', '214138.217000', '214138.219000', '214138.222000', '214138.224000', '214138.227000', '214138.230000', '214138.233000', '214138.236000', '214158.114000', '214158.117000', '214158.120000', '214158.123000', '214158.125000', '214158.128000', '214158.130000', '214158.133000', '214158.135000', '214158.138000', '214158.140000', '214158.143000', '214158.146000', '214158.148000', '214158.151000', '214158.153000', '214158.156000', '214158.158000', '214158.161000', '214158.163000', '214158.166000', '214158.169000', '214158.171000', '214158.174000', '214158.176000', '214158.179000', '214158.182000', '214158.184000', '214158.187000', '214158.189000', '214158.192000', '214158.195000', '214158.197000', '214158.200000', '214158.202000', '214158.205000', '214158.208000', '214158.210000', '214158.213000', '214158.215000', '214158.218000', '214158.221000', '214158.223000', '214158.226000', '214218.114000', '214218.117000', '214218.120000', '214218.123000', '214218.125000', '214218.128000', '214218.130000', '214218.133000', '214218.136000', '214218.138000', '214218.141000', '214218.143000', '214218.146000', '214218.149000', '214218.151000', '214218.154000', '214218.157000', '214218.159000', '214218.162000', '214218.164000', '214218.167000', '214218.170000', '214218.172000', '214218.175000', '214218.177000', '214218.180000', '214218.183000', '214218.185000', '214218.188000', '214218.190000', '214218.193000', '214218.196000', '214218.198000', '214218.201000', '214218.203000', '214218.206000', '214218.209000', '214218.211000', '214218.214000', '214218.216000', '214218.219000', '214218.221000', '214218.224000', '214238.114000', '214238.117000', '214238.120000', '214238.122000', '214238.125000', '214238.128000', '214238.130000', '214238.133000', '214238.135000', '214238.138000', '214238.140000', '214238.143000', '214238.145000', '214238.148000', '214238.151000', '214238.153000', '214238.156000', '214238.158000', '214238.161000', '214238.163000', '214238.166000', '214238.169000', '214238.171000', '214238.174000', '214238.176000', '214238.179000', '214238.181000', '214238.184000', '214238.186000', '214238.189000', '214238.192000', '214238.194000', '214238.197000', '214238.199000', '214238.202000', '214238.204000', '214238.207000', '214238.210000', '214238.212000', '214238.215000', '214238.217000', '214238.220000', '214238.223000', '214238.225000', '214258.115000', '214258.117000', '214258.120000', '214258.123000', '214258.125000', '214258.128000', '214258.130000', '214258.133000', '214258.135000', '214258.138000', '214258.141000', '214258.143000', '214258.146000', '214258.149000', '214258.151000', '214258.154000', '214258.156000', '214258.159000', '214258.162000', '214258.164000', '214258.167000', '214258.169000', '214258.172000', '214258.175000', '214258.177000', '214258.180000', '214258.182000', '214258.185000', '214258.196000', '214258.199000', '214258.201000', '214258.204000', '214258.206000', '214258.209000', '214258.211000', '214258.214000', '214258.217000', '214258.219000', '214258.222000', '214258.224000', '214258.227000', '214258.230000', '214258.232000', '214318.116000', '214318.118000', '214318.123000', '214318.125000', '214318.128000', '214318.130000', '214318.133000', '214318.136000', '214318.138000', '214318.141000', '214318.143000', '214318.146000', '214318.149000', '214318.151000', '214318.154000', '214318.156000', '214318.159000', '214318.162000', '214318.164000', '214318.167000', '214318.169000', '214318.172000', '214318.174000', '214318.177000', '214318.179000', '214318.182000', '214318.185000', '214318.187000', '214318.190000', '214318.192000', '214318.195000', '214318.198000', '214318.200000', '214318.203000', '214318.205000', '214318.208000', '214318.210000', '214318.213000', '214318.216000', '214318.218000', '214318.221000', '214318.223000', '214318.226000', '214338.115000', '214338.118000', '214338.121000', '214338.124000', '214338.126000', '214338.129000', '214338.131000', '214338.134000', '214338.136000', '214338.139000', '214338.142000', '214338.144000', '214338.147000', '214338.149000', '214338.152000', '214338.155000', '214338.157000', '214338.160000', '214338.162000', '214338.165000', '214338.167000', '214338.170000', '214338.173000', '214338.175000', '214338.178000', '214338.180000', '214338.183000', '214338.186000', '214338.188000', '214338.191000', '214338.193000', '214338.196000', '214338.198000', '214338.201000', '214338.204000', '214338.206000', '214338.209000', '214338.211000', '214338.214000', '214338.217000', '214338.219000', '214338.222000', '214338.224000', '214338.227000', '214358.115000', '214358.118000', '214358.121000', '214358.123000', '214358.126000', '214358.129000', '214358.131000', '214358.134000', '214358.136000', '214358.139000', '214358.142000', '214358.144000', '214358.147000', '214358.150000', '214358.152000', '214358.155000', '214358.158000', '214358.160000', '214358.163000', '214358.165000', '214358.168000', '214358.171000', '214358.173000', '214358.176000', '214358.179000', '214358.181000', '214358.184000', '214358.187000', '214358.189000', '214358.192000', '214358.195000', '214358.197000', '214358.200000', '214358.203000', '214358.205000', '214358.208000', '214358.211000', '214358.214000', '214358.216000', '214358.219000', '214358.222000', '214358.224000', '214358.227000', '214358.230000', '214418.115000', '214418.117000', '214418.120000', '214418.123000', '214418.125000', '214418.128000', '214418.130000', '214418.133000', '214418.136000', '214418.138000', '214418.141000', '214418.144000', '214418.146000', '214418.149000', '214418.182000', '214418.184000', '214418.187000', '214418.190000', '214418.192000', '214418.195000', '214418.197000', '214418.200000', '214418.203000', '214418.205000', '214418.208000', '214418.210000', '214418.213000', '214418.216000', '214418.218000', '214418.221000', '214418.223000', '214418.226000', '214418.229000', '214418.231000', '214418.234000', '214418.236000', '214418.239000', '214418.242000', '214418.251000', '214418.253000', '214418.256000', '214418.259000', '214418.261000', '214425.178000', '214425.182000', '214425.185000', '214425.187000', '214425.190000', '214425.193000', '214425.195000', '214425.198000', '214425.201000', '214425.203000', '214425.206000', '214425.209000', '214425.211000', '214425.223000', '214425.226000', '214425.229000'], 'InstanceCreationTime': ['213738.165000', '213738.169000', '213738.172000', '213738.174000', '213738.183000', '213738.185000', '213738.188000', '213738.190000', '213738.193000', '213738.195000', '213738.198000', '213738.201000', '213738.203000', '213738.206000', '213738.208000', '213738.211000', '213738.213000', '213738.216000', '213738.222000', '213738.227000', '213738.229000', '213738.232000', '213738.234000', '213738.237000', '213738.240000', '213738.242000', '213738.245000', '213738.247000', '213738.250000', '213758.114000', '213758.117000', '213758.120000', '213758.122000', '213758.125000', '213758.128000', '213758.130000', '213758.133000', '213758.139000', '213758.141000', '213758.144000', '213758.146000', '213758.149000', '213758.151000', '213758.154000', '213758.156000', '213758.159000', '213758.161000', '213758.164000', '213758.166000', '213758.169000', '213758.172000', '213758.174000', '213758.177000', '213758.179000', '213758.182000', '213758.184000', '213758.187000', '213758.189000', '213758.194000', '213758.197000', '213758.199000', '213758.202000', '213758.204000', '213758.207000', '213758.209000', '213758.212000', '213758.215000', '213758.217000', '213758.220000', '213758.222000', '213758.225000', '213758.228000', '213818.114000', '213818.117000', '213818.120000', '213818.123000', '213818.125000', '213818.128000', '213818.130000', '213818.133000', '213818.135000', '213818.138000', '213818.141000', '213818.144000', '213818.147000', '213818.150000', '213818.153000', '213818.155000', '213818.158000', '213818.161000', '213818.163000', '213818.166000', '213818.169000', '213818.180000', '213818.182000', '213818.185000', '213818.187000', '213818.190000', '213818.202000', '213818.205000', '213818.207000', '213818.210000', '213818.213000', '213818.215000', '213818.218000', '213818.220000', '213818.223000', '213818.226000', '213818.228000', '213818.231000', '213818.233000', '213818.236000', '213818.239000', '213818.241000', '213818.244000', '213838.116000', '213838.118000', '213838.121000', '213838.124000', '213838.126000', '213838.129000', '213838.131000', '213838.134000', '213838.136000', '213838.139000', '213838.142000', '213838.144000', '213838.147000', '213838.149000', '213838.152000', '213838.155000', '213838.157000', '213838.160000', '213838.162000', '213838.165000', '213838.167000', '213838.170000', '213838.172000', '213838.175000', '213838.178000', '213838.180000', '213838.183000', '213838.185000', '213838.188000', '213838.191000', '213838.199000', '213838.202000', '213838.205000', '213838.207000', '213838.210000', '213838.212000', '213838.215000', '213838.217000', '213838.220000', '213838.222000', '213838.225000', '213838.228000', '213838.230000', '213838.233000', '213858.115000', '213858.118000', '213858.121000', '213858.124000', '213858.126000', '213858.129000', '213858.131000', '213858.134000', '213858.137000', '213858.139000', '213858.142000', '213858.144000', '213858.147000', '213858.150000', '213858.152000', '213858.155000', '213858.157000', '213858.160000', '213858.163000', '213858.165000', '213858.168000', '213858.171000', '213858.173000', '213858.176000', '213858.178000', '213858.181000', '213858.183000', '213858.186000', '213858.189000', '213858.191000', '213858.194000', '213858.196000', '213858.199000', '213858.202000', '213858.204000', '213858.207000', '213858.209000', '213858.212000', '213858.214000', '213858.217000', '213858.220000', '213858.222000', '213858.225000', '213918.116000', '213918.118000', '213918.121000', '213918.123000', '213918.126000', '213918.129000', '213918.131000', '213918.134000', '213918.136000', '213918.139000', '213918.142000', '213918.144000', '213918.147000', '213918.149000', '213918.152000', '213918.154000', '213918.157000', '213918.159000', '213918.162000', '213918.164000', '213918.167000', '213918.170000', '213918.172000', '213918.175000', '213918.184000', '213918.187000', '213918.189000', '213918.192000', '213918.195000', '213918.197000', '213918.200000', '213918.202000', '213918.205000', '213918.208000', '213918.210000', '213918.213000', '213918.215000', '213918.218000', '213918.221000', '213918.223000', '213918.226000', '213918.228000', '213918.231000', '213918.233000', '213938.115000', '213938.117000', '213938.120000', '213938.123000', '213938.125000', '213938.128000', '213938.130000', '213938.133000', '213938.136000', '213938.138000', '213938.141000', '213938.143000', '213938.146000', '213938.148000', '213938.151000', '213938.154000', '213938.156000', '213938.159000', '213938.161000', '213938.164000', '213938.168000', '213938.170000', '213938.173000', '213938.176000', '213938.178000', '213938.181000', '213938.184000', '213938.186000', '213938.189000', '213938.191000', '213938.194000', '213938.196000', '213938.199000', '213938.203000', '213938.206000', '213938.209000', '213938.211000', '213938.214000', '213938.216000', '213938.219000', '213938.222000', '213938.224000', '213938.227000', '213958.115000', '213958.117000', '213958.120000', '213958.122000', '213958.125000', '213958.128000', '213958.130000', '213958.133000', '213958.135000', '213958.138000', '213958.140000', '213958.143000', '213958.145000', '213958.148000', '213958.151000', '213958.153000', '213958.156000', '213958.158000', '213958.161000', '213958.163000', '213958.166000', '213958.169000', '213958.210000', '213958.212000', '213958.215000', '213958.218000', '213958.220000', '213958.223000', '213958.225000', '213958.228000', '213958.230000', '213958.233000', '213958.235000', '213958.238000', '213958.241000', '213958.243000', '213958.246000', '213958.248000', '213958.251000', '213958.254000', '213958.256000', '213958.259000', '213958.261000', '213958.264000', '214018.114000', '214018.117000', '214018.120000', '214018.123000', '214018.125000', '214018.128000', '214018.130000', '214018.133000', '214018.136000', '214018.138000', '214018.141000', '214018.143000', '214018.146000', '214018.149000', '214018.151000', '214018.154000', '214018.157000', '214018.159000', '214018.162000', '214018.164000', '214018.167000', '214018.170000', '214018.172000', '214018.175000', '214018.177000', '214018.180000', '214018.183000', '214018.185000', '214018.188000', '214018.190000', '214018.193000', '214018.196000', '214018.198000', '214018.201000', '214018.203000', '214018.206000', '214018.209000', '214018.211000', '214018.214000', '214018.217000', '214018.220000', '214018.222000', '214018.225000', '214038.114000', '214038.117000', '214038.120000', '214038.122000', '214038.125000', '214038.127000', '214038.130000', '214038.133000', '214038.135000', '214038.138000', '214038.140000', '214038.143000', '214038.145000', '214038.148000', '214038.150000', '214038.153000', '214038.156000', '214038.158000', '214038.161000', '214038.163000', '214038.166000', '214038.168000', '214038.171000', '214038.174000', '214038.176000', '214038.179000', '214038.181000', '214038.184000', '214038.186000', '214038.189000', '214038.192000', '214038.194000', '214038.197000', '214038.199000', '214038.202000', '214038.205000', '214038.207000', '214038.210000', '214038.212000', '214038.215000', '214038.218000', '214038.220000', '214038.223000', '214038.225000', '214058.116000', '214058.118000', '214058.121000', '214058.124000', '214058.126000', '214058.129000', '214058.131000', '214058.134000', '214058.136000', '214058.139000', '214058.142000', '214058.144000', '214058.147000', '214058.149000', '214058.152000', '214058.155000', '214058.157000', '214058.160000', '214058.162000', '214058.165000', '214058.167000', '214058.170000', '214058.173000', '214058.175000', '214058.178000', '214058.180000', '214058.183000', '214058.185000', '214058.188000', '214058.191000', '214058.193000', '214058.196000', '214058.198000', '214058.201000', '214058.204000', '214058.206000', '214058.209000', '214058.211000', '214058.214000', '214058.217000', '214058.219000', '214058.222000', '214058.224000', '214118.116000', '214118.118000', '214118.121000', '214118.124000', '214118.126000', '214118.129000', '214118.131000', '214118.134000', '214118.136000', '214118.139000', '214118.142000', '214118.144000', '214118.147000', '214118.149000', '214118.152000', '214118.155000', '214118.157000', '214118.160000', '214118.162000', '214118.165000', '214118.168000', '214118.170000', '214118.173000', '214118.175000', '214118.178000', '214118.181000', '214118.183000', '214118.186000', '214118.188000', '214118.191000', '214118.193000', '214118.196000', '214118.199000', '214118.201000', '214118.204000', '214118.207000', '214118.209000', '214118.212000', '214118.214000', '214118.217000', '214118.219000', '214118.222000', '214118.225000', '214118.227000', '214138.115000', '214138.118000', '214138.121000', '214138.129000', '214138.132000', '214138.135000', '214138.137000', '214138.140000', '214138.142000', '214138.145000', '214138.147000', '214138.150000', '214138.153000', '214138.155000', '214138.158000', '214138.160000', '214138.167000', '214138.170000', '214138.173000', '214138.175000', '214138.178000', '214138.180000', '214138.183000', '214138.185000', '214138.188000', '214138.191000', '214138.193000', '214138.196000', '214138.198000', '214138.201000', '214138.203000', '214138.206000', '214138.209000', '214138.211000', '214138.214000', '214138.217000', '214138.219000', '214138.222000', '214138.224000', '214138.227000', '214138.230000', '214138.233000', '214138.236000', '214158.114000', '214158.117000', '214158.120000', '214158.123000', '214158.125000', '214158.128000', '214158.130000', '214158.133000', '214158.135000', '214158.138000', '214158.140000', '214158.143000', '214158.146000', '214158.148000', '214158.151000', '214158.153000', '214158.156000', '214158.158000', '214158.161000', '214158.163000', '214158.166000', '214158.169000', '214158.171000', '214158.174000', '214158.176000', '214158.179000', '214158.182000', '214158.184000', '214158.187000', '214158.189000', '214158.192000', '214158.195000', '214158.197000', '214158.200000', '214158.202000', '214158.205000', '214158.208000', '214158.210000', '214158.213000', '214158.215000', '214158.218000', '214158.221000', '214158.223000', '214158.226000', '214218.114000', '214218.117000', '214218.120000', '214218.123000', '214218.125000', '214218.128000', '214218.130000', '214218.133000', '214218.136000', '214218.138000', '214218.141000', '214218.143000', '214218.146000', '214218.149000', '214218.151000', '214218.154000', '214218.157000', '214218.159000', '214218.162000', '214218.164000', '214218.167000', '214218.170000', '214218.172000', '214218.175000', '214218.177000', '214218.180000', '214218.183000', '214218.185000', '214218.188000', '214218.190000', '214218.193000', '214218.196000', '214218.198000', '214218.201000', '214218.203000', '214218.206000', '214218.209000', '214218.211000', '214218.214000', '214218.216000', '214218.219000', '214218.221000', '214218.224000', '214238.114000', '214238.117000', '214238.120000', '214238.122000', '214238.125000', '214238.128000', '214238.130000', '214238.133000', '214238.135000', '214238.138000', '214238.140000', '214238.143000', '214238.145000', '214238.148000', '214238.151000', '214238.153000', '214238.156000', '214238.158000', '214238.161000', '214238.163000', '214238.166000', '214238.169000', '214238.171000', '214238.174000', '214238.176000', '214238.179000', '214238.181000', '214238.184000', '214238.186000', '214238.189000', '214238.192000', '214238.194000', '214238.197000', '214238.199000', '214238.202000', '214238.204000', '214238.207000', '214238.210000', '214238.212000', '214238.215000', '214238.217000', '214238.220000', '214238.223000', '214238.225000', '214258.115000', '214258.117000', '214258.120000', '214258.123000', '214258.125000', '214258.128000', '214258.130000', '214258.133000', '214258.135000', '214258.138000', '214258.141000', '214258.143000', '214258.146000', '214258.149000', '214258.151000', '214258.154000', '214258.156000', '214258.159000', '214258.162000', '214258.164000', '214258.167000', '214258.169000', '214258.172000', '214258.175000', '214258.177000', '214258.180000', '214258.182000', '214258.185000', '214258.196000', '214258.199000', '214258.201000', '214258.204000', '214258.206000', '214258.209000', '214258.211000', '214258.214000', '214258.217000', '214258.219000', '214258.222000', '214258.224000', '214258.227000', '214258.230000', '214258.232000', '214318.116000', '214318.118000', '214318.123000', '214318.125000', '214318.128000', '214318.130000', '214318.133000', '214318.136000', '214318.138000', '214318.141000', '214318.143000', '214318.146000', '214318.149000', '214318.151000', '214318.154000', '214318.156000', '214318.159000', '214318.162000', '214318.164000', '214318.167000', '214318.169000', '214318.172000', '214318.174000', '214318.177000', '214318.179000', '214318.182000', '214318.185000', '214318.187000', '214318.190000', '214318.192000', '214318.195000', '214318.198000', '214318.200000', '214318.203000', '214318.205000', '214318.208000', '214318.210000', '214318.213000', '214318.216000', '214318.218000', '214318.221000', '214318.223000', '214318.226000', '214338.115000', '214338.118000', '214338.121000', '214338.124000', '214338.126000', '214338.129000', '214338.131000', '214338.134000', '214338.136000', '214338.139000', '214338.142000', '214338.144000', '214338.147000', '214338.149000', '214338.152000', '214338.155000', '214338.157000', '214338.160000', '214338.162000', '214338.165000', '214338.167000', '214338.170000', '214338.173000', '214338.175000', '214338.178000', '214338.180000', '214338.183000', '214338.186000', '214338.188000', '214338.191000', '214338.193000', '214338.196000', '214338.198000', '214338.201000', '214338.204000', '214338.206000', '214338.209000', '214338.211000', '214338.214000', '214338.217000', '214338.219000', '214338.222000', '214338.224000', '214338.227000', '214358.115000', '214358.118000', '214358.121000', '214358.123000', '214358.126000', '214358.129000', '214358.131000', '214358.134000', '214358.136000', '214358.139000', '214358.142000', '214358.144000', '214358.147000', '214358.150000', '214358.152000', '214358.155000', '214358.158000', '214358.160000', '214358.163000', '214358.165000', '214358.168000', '214358.171000', '214358.173000', '214358.176000', '214358.179000', '214358.181000', '214358.184000', '214358.187000', '214358.189000', '214358.192000', '214358.195000', '214358.197000', '214358.200000', '214358.203000', '214358.205000', '214358.208000', '214358.211000', '214358.214000', '214358.216000', '214358.219000', '214358.222000', '214358.224000', '214358.227000', '214358.230000', '214418.115000', '214418.117000', '214418.120000', '214418.123000', '214418.125000', '214418.128000', '214418.130000', '214418.133000', '214418.136000', '214418.138000', '214418.141000', '214418.144000', '214418.146000', '214418.149000', '214418.182000', '214418.184000', '214418.187000', '214418.190000', '214418.192000', '214418.195000', '214418.197000', '214418.200000', '214418.203000', '214418.205000', '214418.208000', '214418.210000', '214418.213000', '214418.216000', '214418.218000', '214418.221000', '214418.223000', '214418.226000', '214418.229000', '214418.231000', '214418.234000', '214418.236000', '214418.239000', '214418.242000', '214418.251000', '214418.253000', '214418.256000', '214418.259000', '214418.261000', '214425.178000', '214425.182000', '214425.185000', '214425.187000', '214425.190000', '214425.193000', '214425.195000', '214425.198000', '214425.201000', '214425.203000', '214425.206000', '214425.209000', '214425.211000', '214425.223000', '214425.226000', '214425.229000'], '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': [10413, 10830, 9531, 10987, 11270, 9725, 10414, 10895, 10621, 10903, 9150, 11501, 9758, 10380, 10449, 8411, 10609, 10099, 10805, 11443, 9232, 10637, 10290, 9411, 10725, 9252, 10658, 10521, 9156, 10867, 10478, 9013, 11048, 9861, 9563, 10892, 9547, 11166, 10044, 9286, 11150, 9684, 10414, 10745, 9440, 11190, 9807, 9731, 10778, 9571, 10782, 10696, 10112, 10918, 9678, 10707, 10550, 10875, 11091, 10036, 11020, 11007, 9393, 10789, 9884, 10207, 10883, 9573, 11062, 10702, 9490, 10746, 10090, 9254, 10983, 9301, 10902, 10726, 9353, 11209, 9741, 10873, 10690, 9365, 10839, 10486, 10364, 11053, 9613, 10673, 10905, 10057, 11082, 9522, 10619, 10953, 9193, 10939, 10444, 10700, 10804, 9453, 10720, 10108, 9725, 11303, 9823, 11117, 10548, 9407, 11083, 9800, 10956, 10651, 9803, 11264, 9928, 9544, 11003, 9550, 10922, 10030, 10258, 10905, 9850, 10768, 10726, 10094, 11247, 9990, 10417, 10976, 9385, 11484, 9963, 11163, 10956, 9984, 10828, 10416, 10454, 11000, 9766, 11142, 10399, 9971, 11153, 10140, 11268, 10362, 10282, 10986, 9711, 11001, 10661, 10345, 11095, 10013, 11013, 10631, 9275, 11182, 9879, 10972, 10685, 9445, 11330, 10212, 10722, 11045, 9814, 11190, 10305, 10816, 10855, 10211, 11276, 10025, 10936, 10857, 9711, 11219, 10742, 11141, 11126, 9825, 11272, 10731, 9855, 11094, 10508, 11109, 10617, 9451, 11340, 9937, 10953, 10858, 9553, 11530, 10012, 10495, 11034, 9536, 11487, 9991, 11180, 10857, 9798, 11068, 10314, 11203, 11134, 9968, 11428, 10408, 10132, 11409, 9632, 11695, 10492, 9898, 11291, 10177, 10869, 11132, 10259, 11092, 10527, 9336, 11279, 10243, 11112, 10940, 9798, 11247, 10100, 10289, 11121, 10598, 11362, 10066, 10657, 11124, 9911, 11127, 10552, 10074, 11281, 9786, 11012, 10898, 9688, 11181, 10025, 11066, 10778, 9287, 11186, 9986, 11190, 10589, 10502, 11221, 10117, 11145, 10939, 10168, 11286, 10363, 11172, 10891, 9470, 11304, 10363, 11105, 10809, 9828, 11596, 10251, 10889, 11000, 10477, 11396, 10525, 11530, 10738, 10056, 11353, 9782, 11489, 10686, 10230, 11171, 10549, 10921, 11179, 11110, 11281, 10278, 11141, 10421, 10873, 10984, 11245, 11101, 11050, 11211, 9548, 10978, 10880, 10877, 11503, 9742, 11071, 10251, 8995, 11119, 9985, 11074, 9982, 9419, 10668, 9626, 10190, 10382, 9735, 10994, 9526, 11068, 10377, 8734, 10967, 9738, 11026, 10109, 10826, 10829, 9290, 11162, 10028, 10690, 10519, 9783, 11095, 9771, 10786, 10698, 9602, 11141, 9733, 10961, 10642, 9044, 10930, 9801, 10958, 10487, 10305, 10871, 9920, 10645, 10551, 8954, 10957, 9221, 11298, 10146, 10117, 10869, 9790, 11350, 10539, 11100, 11275, 9926, 11157, 10457, 9997, 10439, 8702, 10765, 9560, 10170, 9736, 9802, 10398, 9097, 10406, 9884, 9842, 10300, 9632, 10390, 8911, 10370, 9943, 9793, 10071, 9234, 10663, 9490, 10206, 10240, 8716, 10164, 9339, 10501, 9596, 10044, 10096, 8692, 10110, 9567, 10138, 10184, 9414, 10537, 9950, 10100, 10180, 9206, 10340, 9468, 10083, 10007, 8325, 10244, 9359, 10310, 9986, 10585, 10497, 8644, 10390, 9685, 10266, 10426, 10151, 10613, 8705, 10642, 10265, 8684, 10668, 9053, 10690, 10329, 9572, 10425, 9759, 10240, 10381, 9716, 10442, 9539, 10251, 9951, 9562, 10776, 8939, 10964, 9664, 10158, 10302, 8704, 10300, 10110, 10097, 10625, 8496, 10014, 9746, 9515, 10091, 9426, 9992, 7787, 9551, 9556, 9475, 9941, 9340, 10382, 8021, 9396, 9549, 9512, 10030, 8563, 10107, 8752, 10123, 8984, 9820, 8711, 9817, 9993, 9657, 8548, 10019, 11102, 10026, 9564, 9424, 9001, 10010, 9495, 10267, 8246, 10087, 8282, 9412, 9878, 9789, 10477, 9293, 10019, 8594, 10647, 9740, 10109, 10382, 9884, 11063, 8781, 11453, 9514, 10107, 10263, 9742, 11226, 8728, 10364, 8556, 10114, 10373, 9461, 10808, 8593, 10862, 8368, 10976, 8377, 10050, 10606, 9071, 11137, 9193, 10923, 8716, 9948, 10890, 9134, 11356, 8447, 10440, 7857, 8691, 10347, 8235, 10295, 8667, 10577, 9820, 8793, 10164, 8217, 10216, 8873, 10159, 10061, 8863, 10462, 8220, 10461, 9698, 10104, 7755, 9306, 10033, 8373, 10769, 9324, 9722, 9811, 9475, 9920, 9989, 8399, 9242, 9243, 9831, 9722, 9409, 12063, 8916, 11979, 8932, 11503, 8537, 12362, 9031, 11555, 11477, 11602, 12300, 9413, 11559, 10751, 9153, 11212, 8392, 11745, 10080, 10067, 10936, 8612, 11795, 7899, 10629, 10347, 8622, 11146, 8356, 10806, 9832, 9237, 10671, 8630, 10358, 8335, 10246, 8151, 9545, 8093, 9280, 9167, 9132, 9001, 9410, 8418, 8857, 8434, 9645, 9079, 9856, 9259, 10323, 9021, 10583, 9093, 11022, 9706, 9264, 10214, 9156, 10012, 9844, 8649, 10249, 9384, 8727, 9921, 8783, 9461, 9378, 9226, 10326, 8842, 10531, 9972, 8770, 10761, 8761, 10031, 9845, 8724, 10540, 8041, 10518, 9506, 9378, 9799, 8312, 10808, 8987, 9682, 9998, 8091, 9932, 9027, 9843, 9788, 7795, 9996, 9121, 8348, 9498, 8688, 9920, 9030, 8277, 9597, 8408, 8249, 9172, 8292, 9382, 7780, 9165, 8682, 9220, 10358, 8848, 8530, 8653, 8776, 8740, 10167, 10148, 9442, 9714, 10088, 9779, 9227, 8789, 9985, 8834, 9702, 9148, 7885, 9416, 7939, 9479, 8931, 8551, 9806, 8367, 8903, 9367, 8445, 9391, 8571, 8868, 9574, 7843, 9145, 9337, 7998, 9485, 8031, 9149, 9200, 8575, 9563, 8941, 9292, 9320, 8343, 9594, 8513, 8323, 9838, 8301, 9164, 8912, 8819, 9624, 8340, 9916, 8558, 9266, 9262, 8690, 10030, 8581, 10428, 9379, 9212, 10182, 8568, 10829, 8839, 9641, 9841, 8583, 10367, 8442, 9631, 9711, 8578, 10313, 8833, 9219, 9432, 8785, 9925, 9095, 9560, 9517, 8535, 9443, 8793, 9316, 9248, 8366, 9880, 9138, 8465, 9405, 8553, 9879, 9216, 8483, 9972, 8479, 9397, 9697, 8945, 9999, 9103, 8574, 9683, 8630, 9985, 8475, 9281, 9386, 8715, 10109, 9033, 9120, 10010, 8864, 10162, 9101, 9059, 10217, 9863, 9370, 8987, 8742, 9668, 8242, 9739, 9632, 8383, 9905, 8286, 10029, 7856, 9430, 9569, 8910, 9697, 8333, 9778, 8814, 9379, 9445, 8747, 9462, 9616, 9972, 8640, 8738, 9538, 8426, 9258, 8578, 9097, 9109, 8595, 9450, 8446, 9591, 9173, 8898, 10137, 9206, 9807, 9335, 10064, 8731, 9454, 8598, 9776, 8904, 9985, 9119, 9875, 9598, 10510, 9451, 8933, 9567, 9260, 9099, 9659, 8867, 9326, 9080, 9377, 9752, 8515, 9541, 9211, 9334, 9607, 8676, 9779, 9513, 9314], 'WindowCenter': [4799.0, 4780.0, 4754.0, 4750.0, 4749.0, 4712.0, 4722.0, 4732.0, 4720.0, 4720.0, 4698.0, 4729.0, 4706.0, 4707.0, 4720.0, 4687.0, 4718.0, 4709.0, 4718.0, 4728.0, 4709.0, 4719.0, 4718.0, 4696.0, 4718.0, 4699.0, 4709.0, 4719.0, 4710.0, 4718.0, 4720.0, 4697.0, 4728.0, 4731.0, 4721.0, 4733.0, 4719.0, 4732.0, 4733.0, 4707.0, 4744.0, 4736.0, 4731.0, 4744.0, 4721.0, 4745.0, 4734.0, 4723.0, 4747.0, 4724.0, 4731.0, 4734.0, 4722.0, 4733.0, 4722.0, 4733.0, 4732.0, 4730.0, 4732.0, 4721.0, 4729.0, 4731.0, 4711.0, 4731.0, 4721.0, 4708.0, 4720.0, 4708.0, 4715.0, 4720.0, 4707.0, 4717.0, 4719.0, 4695.0, 4718.0, 4709.0, 4718.0, 4729.0, 4708.0, 4728.0, 4710.0, 4730.0, 4733.0, 4710.0, 4729.0, 4731.0, 4718.0, 4741.0, 4723.0, 4732.0, 4742.0, 4721.0, 4740.0, 4722.0, 4718.0, 4743.0, 4712.0, 4719.0, 4732.0, 4719.0, 4731.0, 4720.0, 4743.0, 4733.0, 4709.0, 4732.0, 4721.0, 4730.0, 4732.0, 4723.0, 4732.0, 4721.0, 4719.0, 4731.0, 4708.0, 4728.0, 4723.0, 4711.0, 4718.0, 4709.0, 4717.0, 4721.0, 4717.0, 4730.0, 4719.0, 4719.0, 4731.0, 4707.0, 4731.0, 4720.0, 4730.0, 4731.0, 4707.0, 4730.0, 4708.0, 4717.0, 4728.0, 4708.0, 4730.0, 4719.0, 4718.0, 4718.0, 4708.0, 4728.0, 4719.0, 4719.0, 4729.0, 4719.0, 4728.0, 4720.0, 4708.0, 4731.0, 4722.0, 4718.0, 4719.0, 4707.0, 4729.0, 4718.0, 4728.0, 4730.0, 4700.0, 4730.0, 4709.0, 4716.0, 4720.0, 4710.0, 4731.0, 4720.0, 4720.0, 4728.0, 4705.0, 4729.0, 4730.0, 4731.0, 4731.0, 4720.0, 4742.0, 4721.0, 4728.0, 4743.0, 4720.0, 4732.0, 4732.0, 4730.0, 4729.0, 4707.0, 4729.0, 4729.0, 4695.0, 4718.0, 4707.0, 4715.0, 4716.0, 4706.0, 4727.0, 4706.0, 4704.0, 4718.0, 4695.0, 4716.0, 4719.0, 4719.0, 4718.0, 4707.0, 4727.0, 4719.0, 4727.0, 4731.0, 4719.0, 4730.0, 4720.0, 4729.0, 4731.0, 4719.0, 4744.0, 4733.0, 4721.0, 4741.0, 4709.0, 4742.0, 4732.0, 4721.0, 4742.0, 4722.0, 4719.0, 4728.0, 4709.0, 4717.0, 4720.0, 4709.0, 4716.0, 4719.0, 4715.0, 4717.0, 4707.0, 4729.0, 4718.0, 4706.0, 4730.0, 4717.0, 4729.0, 4720.0, 4729.0, 4740.0, 4718.0, 4716.0, 4720.0, 4706.0, 4729.0, 4719.0, 4730.0, 4719.0, 4706.0, 4729.0, 4707.0, 4717.0, 4730.0, 4710.0, 4728.0, 4722.0, 4730.0, 4731.0, 4718.0, 4731.0, 4732.0, 4729.0, 4730.0, 4718.0, 4730.0, 4719.0, 4719.0, 4729.0, 4708.0, 4718.0, 4708.0, 4715.0, 4729.0, 4706.0, 4730.0, 4721.0, 4717.0, 4720.0, 4719.0, 4729.0, 4718.0, 4729.0, 4742.0, 4721.0, 4732.0, 4720.0, 4732.0, 4731.0, 4718.0, 4743.0, 4720.0, 4718.0, 4730.0, 4720.0, 4729.0, 4706.0, 4731.0, 4730.0, 4731.0, 4730.0, 4742.0, 4743.0, 4741.0, 4744.0, 4746.0, 4754.0, 4743.0, 4731.0, 4741.0, 4711.0, 4728.0, 4718.0, 4700.0, 4719.0, 4711.0, 4716.0, 4708.0, 4707.0, 4718.0, 4708.0, 4706.0, 4707.0, 4707.0, 4716.0, 4706.0, 4727.0, 4719.0, 4710.0, 4730.0, 4720.0, 4729.0, 4730.0, 4730.0, 4742.0, 4722.0, 4740.0, 4724.0, 4731.0, 4732.0, 4720.0, 4731.0, 4733.0, 4731.0, 4732.0, 4710.0, 4729.0, 4711.0, 4718.0, 4719.0, 4710.0, 4730.0, 4707.0, 4719.0, 4719.0, 4717.0, 4729.0, 4720.0, 4731.0, 4720.0, 4707.0, 4730.0, 4709.0, 4729.0, 4731.0, 4721.0, 4731.0, 4721.0, 4729.0, 4732.0, 4731.0, 4744.0, 4732.0, 4719.0, 4744.0, 4730.0, 4731.0, 4698.0, 4729.0, 4722.0, 4733.0, 4720.0, 4720.0, 4731.0, 4708.0, 4731.0, 4733.0, 4733.0, 4731.0, 4720.0, 4732.0, 4708.0, 4721.0, 4730.0, 4721.0, 4721.0, 4709.0, 4720.0, 4711.0, 4718.0, 4720.0, 4710.0, 4729.0, 4708.0, 4720.0, 4719.0, 4720.0, 4730.0, 4710.0, 4732.0, 4721.0, 4720.0, 4721.0, 4710.0, 4719.0, 4720.0, 4721.0, 4719.0, 4698.0, 4719.0, 4708.0, 4707.0, 4718.0, 4698.0, 4719.0, 4708.0, 4718.0, 4721.0, 4718.0, 4732.0, 4712.0, 4732.0, 4722.0, 4731.0, 4733.0, 4729.0, 4735.0, 4712.0, 4735.0, 4733.0, 4699.0, 4722.0, 4698.0, 4720.0, 4721.0, 4721.0, 4731.0, 4709.0, 4709.0, 4719.0, 4705.0, 4718.0, 4707.0, 4707.0, 4721.0, 4719.0, 4730.0, 4709.0, 4729.0, 4719.0, 4731.0, 4730.0, 4698.0, 4720.0, 4719.0, 4720.0, 4731.0, 4700.0, 4732.0, 4721.0, 4721.0, 4720.0, 4707.0, 4719.0, 4689.0, 4720.0, 4710.0, 4719.0, 4720.0, 4709.0, 4730.0, 4701.0, 4719.0, 4720.0, 4709.0, 4724.0, 4710.0, 4747.0, 4711.0, 4732.0, 4722.0, 4746.0, 4726.0, 4746.0, 4731.0, 4724.0, 4713.0, 4733.0, 4746.0, 4720.0, 4722.0, 4713.0, 4700.0, 4720.0, 4709.0, 4732.0, 4700.0, 4733.0, 4711.0, 4722.0, 4732.0, 4733.0, 4731.0, 4722.0, 4735.0, 4724.0, 4742.0, 4722.0, 4732.0, 4731.0, 4720.0, 4742.0, 4712.0, 4742.0, 4710.0, 4719.0, 4719.0, 4709.0, 4729.0, 4698.0, 4719.0, 4699.0, 4718.0, 4718.0, 4705.0, 4729.0, 4700.0, 4730.0, 4699.0, 4731.0, 4699.0, 4720.0, 4731.0, 4712.0, 4740.0, 4711.0, 4731.0, 4701.0, 4723.0, 4746.0, 4711.0, 4743.0, 4715.0, 4743.0, 4713.0, 4710.0, 4729.0, 4697.0, 4719.0, 4697.0, 4729.0, 4720.0, 4698.0, 4730.0, 4698.0, 4719.0, 4710.0, 4719.0, 4718.0, 4707.0, 4730.0, 4699.0, 4729.0, 4708.0, 4719.0, 4687.0, 4720.0, 4722.0, 4697.0, 4728.0, 4709.0, 4708.0, 4708.0, 4708.0, 4718.0, 4719.0, 4709.0, 4723.0, 4734.0, 4747.0, 4748.0, 4725.0, 4754.0, 4725.0, 4753.0, 4724.0, 4743.0, 4700.0, 4728.0, 4686.0, 4715.0, 4705.0, 4703.0, 4717.0, 4682.0, 4704.0, 4693.0, 4681.0, 4702.0, 4660.0, 4714.0, 4695.0, 4691.0, 4705.0, 4674.0, 4713.0, 4663.0, 4703.0, 4707.0, 4686.0, 4715.0, 4674.0, 4705.0, 4694.0, 4696.0, 4715.0, 4696.0, 4709.0, 4686.0, 4719.0, 4700.0, 4723.0, 4701.0, 4736.0, 4735.0, 4737.0, 4723.0, 4731.0, 4714.0, 4737.0, 4724.0, 4733.0, 4722.0, 4734.0, 4723.0, 4721.0, 4712.0, 4732.0, 4711.0, 4742.0, 4710.0, 4711.0, 4720.0, 4687.0, 4696.0, 4697.0, 4687.0, 4709.0, 4708.0, 4686.0, 4706.0, 4687.0, 4694.0, 4695.0, 4682.0, 4702.0, 4684.0, 4702.0, 4694.0, 4670.0, 4704.0, 4685.0, 4694.0, 4694.0, 4682.0, 4703.0, 4673.0, 4702.0, 4706.0, 4697.0, 4706.0, 4683.0, 4714.0, 4695.0, 4694.0, 4706.0, 4685.0, 4706.0, 4696.0, 4703.0, 4715.0, 4675.0, 4706.0, 4709.0, 4698.0, 4718.0, 4695.0, 4717.0, 4709.0, 4696.0, 4718.0, 4699.0, 4697.0, 4720.0, 4699.0, 4722.0, 4701.0, 4732.0, 4736.0, 4747.0, 4754.0, 4748.0, 4737.0, 4738.0, 4736.0, 4737.0, 4758.0, 4732.0, 4721.0, 4733.0, 4719.0, 4720.0, 4709.0, 4699.0, 4719.0, 4707.0, 4705.0, 4708.0, 4688.0, 4707.0, 4684.0, 4706.0, 4708.0, 4694.0, 4717.0, 4698.0, 4708.0, 4709.0, 4695.0, 4708.0, 4708.0, 4708.0, 4719.0, 4686.0, 4719.0, 4721.0, 4696.0, 4720.0, 4697.0, 4720.0, 4722.0, 4707.0, 4720.0, 4709.0, 4707.0, 4720.0, 4700.0, 4731.0, 4710.0, 4710.0, 4743.0, 4711.0, 4721.0, 4721.0, 4721.0, 4731.0, 4711.0, 4744.0, 4724.0, 4734.0, 4732.0, 4724.0, 4745.0, 4723.0, 4754.0, 4734.0, 4733.0, 4744.0, 4722.0, 4743.0, 4721.0, 4732.0, 4734.0, 4711.0, 4731.0, 4699.0, 4719.0, 4719.0, 4698.0, 4728.0, 4710.0, 4706.0, 4708.0, 4697.0, 4719.0, 4707.0, 4706.0, 4718.0, 4696.0, 4718.0, 4696.0, 4709.0, 4718.0, 4698.0, 4729.0, 4719.0, 4710.0, 4721.0, 4710.0, 4731.0, 4723.0, 4708.0, 4742.0, 4710.0, 4719.0, 4729.0, 4709.0, 4732.0, 4710.0, 4711.0, 4731.0, 4708.0, 4731.0, 4709.0, 4722.0, 4732.0, 4711.0, 4742.0, 4723.0, 4719.0, 4732.0, 4718.0, 4742.0, 4721.0, 4710.0, 4731.0, 4719.0, 4709.0, 4709.0, 4698.0, 4718.0, 4697.0, 4718.0, 4720.0, 4723.0, 4742.0, 4698.0, 4756.0, 4710.0, 4744.0, 4734.0, 4733.0, 4744.0, 4722.0, 4733.0, 4709.0, 4721.0, 4721.0, 4709.0, 4720.0, 4709.0, 4718.0, 4696.0, 4694.0, 4705.0, 4686.0, 4708.0, 4697.0, 4707.0, 4707.0, 4706.0, 4719.0, 4697.0, 4720.0, 4721.0, 4722.0, 4746.0, 4731.0, 4743.0, 4734.0, 4756.0, 4747.0, 4759.0, 4736.0, 4758.0, 4734.0, 4746.0, 4724.0, 4745.0, 4735.0, 4745.0, 4734.0, 4722.0, 4722.0, 4721.0, 4719.0, 4732.0, 4721.0, 4720.0, 4722.0, 4722.0, 4720.0, 4709.0, 4720.0, 4721.0, 4719.0, 4732.0, 4710.0, 4731.0, 4723.0, 4719.0], 'WindowWidth': [10503.0, 10458.0, 10407.0, 10392.0, 10387.0, 10325.0, 10337.0, 10349.0, 10330.0, 10327.0, 10294.0, 10337.0, 10302.0, 10305.0, 10328.0, 10278.0, 10321.0, 10310.0, 10318.0, 10334.0, 10310.0, 10325.0, 10319.0, 10288.0, 10321.0, 10295.0, 10305.0, 10323.0, 10310.0, 10318.0, 10326.0, 10291.0, 10335.0, 10345.0, 10332.0, 10347.0, 10327.0, 10346.0, 10350.0, 10308.0, 10367.0, 10359.0, 10345.0, 10367.0, 10331.0, 10369.0, 10355.0, 10336.0, 10374.0, 10339.0, 10344.0, 10351.0, 10333.0, 10350.0, 10336.0, 10351.0, 10348.0, 10340.0, 10345.0, 10330.0, 10339.0, 10345.0, 10316.0, 10345.0, 10329.0, 10306.0, 10324.0, 10306.0, 10312.0, 10327.0, 10305.0, 10317.0, 10323.0, 10285.0, 10319.0, 10310.0, 10322.0, 10337.0, 10308.0, 10334.0, 10313.0, 10341.0, 10351.0, 10314.0, 10339.0, 10344.0, 10321.0, 10357.0, 10338.0, 10347.0, 10361.0, 10330.0, 10356.0, 10333.0, 10323.0, 10365.0, 10319.0, 10325.0, 10345.0, 10325.0, 10345.0, 10329.0, 10365.0, 10350.0, 10312.0, 10347.0, 10329.0, 10340.0, 10348.0, 10337.0, 10346.0, 10331.0, 10325.0, 10343.0, 10308.0, 10335.0, 10335.0, 10316.0, 10322.0, 10309.0, 10319.0, 10329.0, 10318.0, 10342.0, 10325.0, 10322.0, 10343.0, 10305.0, 10341.0, 10326.0, 10344.0, 10344.0, 10306.0, 10339.0, 10309.0, 10318.0, 10335.0, 10308.0, 10341.0, 10324.0, 10320.0, 10321.0, 10307.0, 10334.0, 10326.0, 10325.0, 10339.0, 10325.0, 10334.0, 10326.0, 10306.0, 10342.0, 10331.0, 10321.0, 10326.0, 10304.0, 10337.0, 10321.0, 10338.0, 10343.0, 10297.0, 10340.0, 10311.0, 10318.0, 10326.0, 10314.0, 10344.0, 10327.0, 10325.0, 10337.0, 10301.0, 10339.0, 10344.0, 10345.0, 10345.0, 10330.0, 10361.0, 10331.0, 10338.0, 10366.0, 10331.0, 10347.0, 10346.0, 10339.0, 10339.0, 10306.0, 10338.0, 10338.0, 10286.0, 10319.0, 10303.0, 10312.0, 10315.0, 10303.0, 10333.0, 10301.0, 10296.0, 10318.0, 10285.0, 10313.0, 10323.0, 10322.0, 10321.0, 10306.0, 10332.0, 10324.0, 10331.0, 10346.0, 10325.0, 10340.0, 10328.0, 10337.0, 10345.0, 10326.0, 10369.0, 10352.0, 10329.0, 10359.0, 10312.0, 10359.0, 10349.0, 10333.0, 10360.0, 10331.0, 10324.0, 10335.0, 10309.0, 10317.0, 10327.0, 10310.0, 10317.0, 10324.0, 10312.0, 10318.0, 10302.0, 10340.0, 10324.0, 10302.0, 10340.0, 10319.0, 10339.0, 10329.0, 10340.0, 10358.0, 10324.0, 10317.0, 10328.0, 10303.0, 10336.0, 10327.0, 10341.0, 10324.0, 10303.0, 10337.0, 10306.0, 10318.0, 10341.0, 10314.0, 10338.0, 10332.0, 10340.0, 10344.0, 10321.0, 10344.0, 10348.0, 10339.0, 10340.0, 10322.0, 10340.0, 10324.0, 10322.0, 10340.0, 10309.0, 10320.0, 10307.0, 10314.0, 10337.0, 10302.0, 10338.0, 10329.0, 10318.0, 10326.0, 10321.0, 10336.0, 10322.0, 10337.0, 10363.0, 10330.0, 10346.0, 10327.0, 10345.0, 10344.0, 10322.0, 10364.0, 10327.0, 10322.0, 10339.0, 10323.0, 10337.0, 10303.0, 10341.0, 10341.0, 10345.0, 10345.0, 10362.0, 10364.0, 10359.0, 10369.0, 10378.0, 10385.0, 10366.0, 10346.0, 10359.0, 10314.0, 10335.0, 10324.0, 10300.0, 10322.0, 10314.0, 10315.0, 10307.0, 10309.0, 10322.0, 10307.0, 10300.0, 10305.0, 10303.0, 10315.0, 10301.0, 10330.0, 10326.0, 10316.0, 10343.0, 10327.0, 10340.0, 10343.0, 10341.0, 10362.0, 10335.0, 10358.0, 10338.0, 10345.0, 10347.0, 10327.0, 10344.0, 10350.0, 10347.0, 10347.0, 10315.0, 10338.0, 10315.0, 10320.0, 10324.0, 10314.0, 10340.0, 10305.0, 10322.0, 10324.0, 10319.0, 10339.0, 10329.0, 10345.0, 10327.0, 10308.0, 10341.0, 10309.0, 10339.0, 10345.0, 10330.0, 10343.0, 10331.0, 10340.0, 10347.0, 10343.0, 10369.0, 10348.0, 10322.0, 10370.0, 10344.0, 10347.0, 10296.0, 10340.0, 10337.0, 10351.0, 10331.0, 10328.0, 10345.0, 10311.0, 10347.0, 10354.0, 10353.0, 10347.0, 10330.0, 10347.0, 10310.0, 10331.0, 10344.0, 10333.0, 10330.0, 10312.0, 10327.0, 10314.0, 10321.0, 10326.0, 10317.0, 10342.0, 10311.0, 10327.0, 10326.0, 10327.0, 10341.0, 10319.0, 10349.0, 10331.0, 10329.0, 10330.0, 10313.0, 10325.0, 10328.0, 10330.0, 10323.0, 10295.0, 10322.0, 10307.0, 10304.0, 10321.0, 10297.0, 10325.0, 10309.0, 10322.0, 10330.0, 10323.0, 10346.0, 10321.0, 10350.0, 10332.0, 10345.0, 10350.0, 10341.0, 10354.0, 10320.0, 10356.0, 10350.0, 10298.0, 10332.0, 10294.0, 10326.0, 10328.0, 10331.0, 10345.0, 10311.0, 10309.0, 10324.0, 10300.0, 10321.0, 10305.0, 10305.0, 10329.0, 10325.0, 10339.0, 10312.0, 10339.0, 10329.0, 10347.0, 10343.0, 10295.0, 10326.0, 10325.0, 10330.0, 10346.0, 10303.0, 10348.0, 10331.0, 10333.0, 10328.0, 10306.0, 10325.0, 10285.0, 10328.0, 10313.0, 10325.0, 10327.0, 10312.0, 10343.0, 10304.0, 10329.0, 10328.0, 10312.0, 10338.0, 10316.0, 10376.0, 10320.0, 10351.0, 10337.0, 10378.0, 10349.0, 10375.0, 10347.0, 10342.0, 10324.0, 10350.0, 10371.0, 10331.0, 10335.0, 10320.0, 10300.0, 10328.0, 10312.0, 10348.0, 10301.0, 10351.0, 10321.0, 10336.0, 10349.0, 10350.0, 10346.0, 10336.0, 10357.0, 10342.0, 10363.0, 10336.0, 10348.0, 10346.0, 10329.0, 10361.0, 10321.0, 10360.0, 10314.0, 10324.0, 10323.0, 10309.0, 10338.0, 10296.0, 10324.0, 10296.0, 10321.0, 10319.0, 10304.0, 10340.0, 10301.0, 10342.0, 10299.0, 10343.0, 10300.0, 10330.0, 10346.0, 10321.0, 10357.0, 10319.0, 10346.0, 10304.0, 10337.0, 10372.0, 10319.0, 10364.0, 10330.0, 10367.0, 10326.0, 10318.0, 10339.0, 10294.0, 10324.0, 10294.0, 10339.0, 10326.0, 10297.0, 10342.0, 10299.0, 10326.0, 10313.0, 10325.0, 10323.0, 10309.0, 10344.0, 10301.0, 10340.0, 10308.0, 10325.0, 10281.0, 10329.0, 10333.0, 10292.0, 10336.0, 10312.0, 10308.0, 10307.0, 10307.0, 10323.0, 10326.0, 10315.0, 10339.0, 10354.0, 10377.0, 10380.0, 10344.0, 10382.0, 10342.0, 10378.0, 10343.0, 10366.0, 10300.0, 10333.0, 10272.0, 10310.0, 10295.0, 10290.0, 10314.0, 10260.0, 10291.0, 10274.0, 10257.0, 10287.0, 10229.0, 10307.0, 10282.0, 10272.0, 10294.0, 10252.0, 10306.0, 10237.0, 10293.0, 10304.0, 10275.0, 10310.0, 10254.0, 10298.0, 10281.0, 10287.0, 10312.0, 10290.0, 10309.0, 10275.0, 10325.0, 10301.0, 10336.0, 10306.0, 10360.0, 10358.0, 10364.0, 10340.0, 10349.0, 10329.0, 10367.0, 10344.0, 10351.0, 10335.0, 10355.0, 10335.0, 10329.0, 10319.0, 10344.0, 10318.0, 10362.0, 10314.0, 10316.0, 10327.0, 10269.0, 10281.0, 10284.0, 10271.0, 10308.0, 10308.0, 10276.0, 10305.0, 10276.0, 10282.0, 10285.0, 10262.0, 10291.0, 10265.0, 10291.0, 10281.0, 10245.0, 10295.0, 10274.0, 10281.0, 10280.0, 10263.0, 10294.0, 10252.0, 10294.0, 10303.0, 10293.0, 10303.0, 10268.0, 10312.0, 10288.0, 10284.0, 10304.0, 10274.0, 10303.0, 10291.0, 10298.0, 10317.0, 10261.0, 10304.0, 10311.0, 10297.0, 10325.0, 10291.0, 10321.0, 10313.0, 10293.0, 10324.0, 10301.0, 10297.0, 10331.0, 10301.0, 10337.0, 10307.0, 10354.0, 10366.0, 10382.0, 10388.0, 10387.0, 10369.0, 10371.0, 10367.0, 10368.0, 10395.0, 10352.0, 10335.0, 10353.0, 10330.0, 10329.0, 10314.0, 10298.0, 10326.0, 10306.0, 10303.0, 10311.0, 10284.0, 10306.0, 10275.0, 10306.0, 10309.0, 10287.0, 10320.0, 10297.0, 10312.0, 10313.0, 10292.0, 10313.0, 10310.0, 10312.0, 10329.0, 10281.0, 10329.0, 10333.0, 10293.0, 10331.0, 10297.0, 10331.0, 10335.0, 10310.0, 10333.0, 10317.0, 10311.0, 10331.0, 10303.0, 10347.0, 10319.0, 10319.0, 10370.0, 10321.0, 10336.0, 10335.0, 10334.0, 10350.0, 10324.0, 10374.0, 10347.0, 10359.0, 10354.0, 10345.0, 10375.0, 10344.0, 10387.0, 10363.0, 10359.0, 10372.0, 10340.0, 10369.0, 10334.0, 10350.0, 10357.0, 10321.0, 10347.0, 10303.0, 10327.0, 10328.0, 10297.0, 10341.0, 10317.0, 10307.0, 10312.0, 10294.0, 10326.0, 10308.0, 10308.0, 10326.0, 10294.0, 10325.0, 10294.0, 10313.0, 10327.0, 10300.0, 10342.0, 10330.0, 10319.0, 10337.0, 10320.0, 10351.0, 10340.0, 10316.0, 10367.0, 10322.0, 10331.0, 10345.0, 10317.0, 10351.0, 10318.0, 10322.0, 10349.0, 10314.0, 10348.0, 10317.0, 10339.0, 10353.0, 10322.0, 10366.0, 10341.0, 10332.0, 10350.0, 10329.0, 10365.0, 10335.0, 10318.0, 10349.0, 10329.0, 10315.0, 10316.0, 10299.0, 10328.0, 10297.0, 10326.0, 10331.0, 10344.0, 10369.0, 10298.0, 10395.0, 10322.0, 10377.0, 10359.0, 10356.0, 10373.0, 10342.0, 10356.0, 10316.0, 10335.0, 10336.0, 10317.0, 10330.0, 10314.0, 10324.0, 10292.0, 10287.0, 10305.0, 10278.0, 10312.0, 10296.0, 10310.0, 10309.0, 10308.0, 10329.0, 10298.0, 10333.0, 10335.0, 10338.0, 10378.0, 10351.0, 10370.0, 10360.0, 10394.0, 10386.0, 10401.0, 10366.0, 10397.0, 10358.0, 10377.0, 10346.0, 10373.0, 10362.0, 10374.0, 10358.0, 10339.0, 10336.0, 10334.0, 10330.0, 10349.0, 10334.0, 10334.0, 10335.0, 10335.0, 10333.0, 10314.0, 10332.0, 10335.0, 10330.0, 10352.0, 10319.0, 10347.0, 10336.0, 10327.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.0010859714599341383</td></tr>
<tr><td colspan=3>aqi</td><td>0.027804741163556534</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.783376660208845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1663618108571436</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9607511390769236</td></tr>
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
<tr><td colspan=3>fber</td><td>6145.7939</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09548295750295499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.48847420417124</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3017564209092813</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.321416217380397</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.44497530534361</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1388777400038377</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124384</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012424212880432606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024244552478194237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.29005930000585</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.6582</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1827</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.6482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.614</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0249</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.1892</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3958.8773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.2255</td></tr>
<tr><td colspan=3>tsnr</td><td>38.91650881734677</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>