<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>57928a68604c6664fe51116fcbcc658e</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>15:58:56.020000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0885718</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6485a093-27e1-4125-a56b-8853fab12f95||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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': ['155856.020000', '155856.480000', '155856.940000', '155857.400000', '155857.860000', '155858.320000', '155858.780000', '155859.240000', '155859.700000', '155900.160000', '155900.620000', '155901.080000', '155901.540000', '155902.000000', '155902.460000', '155902.920000', '155903.380000', '155903.840000', '155904.300000', '155904.760000', '155905.220000', '155905.680000', '155906.140000', '155906.600000', '155907.060000', '155907.520000', '155907.980000', '155908.440000', '155908.900000', '155909.360000', '155909.820000', '155910.280000', '155910.740000', '155911.200000', '155911.660000', '155912.120000', '155912.580000', '155913.040000', '155913.500000', '155913.960000', '155914.420000', '155914.880000', '155915.340000', '155915.800000', '155916.260000', '155916.720000', '155917.180000', '155917.640000', '155918.100000', '155918.560000', '155919.020000', '155919.480000', '155919.940000', '155920.400000', '155920.860000', '155921.320000', '155921.780000', '155922.240000', '155922.700000', '155923.160000', '155923.620000', '155924.080000', '155924.540000', '155925.000000', '155925.460000', '155925.920000', '155926.380000', '155926.840000', '155927.300000', '155927.760000', '155928.220000', '155928.680000', '155929.140000', '155929.600000', '155930.060000', '155930.520000', '155930.980000', '155931.440000', '155931.900000', '155932.360000', '155932.820000', '155933.280000', '155933.740000', '155934.200000', '155934.660000', '155935.120000', '155935.580000', '155936.040000', '155936.500000', '155936.960000', '155937.420000', '155937.880000', '155938.340000', '155938.800000', '155939.260000', '155939.720000', '155940.180000', '155940.640000', '155941.100000', '155941.560000', '155942.020000', '155942.480000', '155942.940000', '155943.400000', '155943.860000', '155944.320000', '155944.780000', '155945.240000', '155945.700000', '155946.160000', '155946.620000', '155947.080000', '155947.540000', '155948.000000', '155948.460000', '155948.920000', '155949.380000', '155949.840000', '155950.300000', '155950.760000', '155951.220000', '155951.680000', '155952.140000', '155952.600000', '155953.060000', '155953.520000', '155953.980000', '155954.440000', '155954.900000', '155955.360000', '155955.820000', '155956.280000', '155956.740000', '155957.200000', '155957.660000', '155958.120000', '155958.580000', '155959.040000', '155959.500000', '155959.960000', '160000.420000', '160000.880000', '160001.340000', '160001.800000', '160002.260000', '160002.720000', '160003.180000', '160003.640000', '160004.100000', '160004.560000', '160005.020000', '160005.480000', '160005.940000', '160006.400000', '160006.860000', '160007.320000', '160007.780000', '160008.240000', '160008.700000', '160009.160000', '160009.620000', '160010.080000', '160010.540000', '160011.000000', '160011.460000', '160011.920000', '160012.380000', '160012.840000', '160013.300000', '160013.760000', '160014.220000', '160014.680000', '160015.140000', '160015.600000', '160016.060000', '160016.520000', '160016.980000', '160017.440000', '160017.900000', '160018.360000', '160018.820000', '160019.280000', '160019.740000', '160020.200000', '160020.660000', '160021.120000', '160021.580000', '160022.040000', '160022.500000', '160022.960000', '160023.420000', '160023.880000', '160024.340000', '160024.800000', '160025.260000', '160025.720000', '160026.180000', '160026.640000', '160027.100000', '160027.560000', '160028.020000', '160028.480000', '160028.940000', '160029.400000', '160029.860000', '160030.320000', '160030.780000', '160031.240000', '160031.700000', '160032.160000', '160032.620000', '160033.080000', '160033.540000', '160034.000000', '160034.460000', '160034.920000', '160035.380000', '160035.840000', '160036.300000', '160036.760000', '160037.220000', '160037.680000', '160038.140000', '160038.600000', '160039.060000', '160039.520000', '160039.980000', '160040.440000', '160040.900000', '160041.360000', '160041.820000', '160042.280000', '160042.740000', '160043.200000', '160043.660000', '160044.120000', '160044.580000', '160045.040000', '160045.500000', '160045.960000', '160046.420000', '160046.880000', '160047.340000', '160047.800000', '160048.260000', '160048.720000', '160049.180000', '160049.640000', '160050.100000', '160050.560000', '160051.020000', '160051.480000', '160051.940000', '160052.400000', '160052.860000', '160053.320000', '160053.780000', '160054.240000', '160054.700000', '160055.160000', '160055.620000', '160056.080000', '160056.540000', '160057.000000', '160057.460000', '160057.920000', '160058.380000', '160058.840000', '160059.300000', '160059.760000', '160100.220000', '160100.680000', '160101.140000', '160101.600000', '160102.060000', '160102.520000', '160102.980000', '160103.440000', '160103.900000', '160104.360000', '160104.820000', '160105.280000', '160105.740000', '160106.200000', '160106.660000', '160107.120000', '160107.580000', '160108.040000', '160108.500000', '160108.960000', '160109.420000', '160109.880000', '160110.340000', '160110.800000', '160111.260000', '160111.720000', '160112.180000', '160112.640000', '160113.100000', '160113.560000', '160114.020000', '160114.480000', '160114.940000', '160115.400000', '160115.860000', '160116.320000', '160116.780000', '160117.240000', '160117.700000', '160118.160000', '160118.620000', '160119.080000', '160119.540000', '160120.000000', '160120.460000', '160120.920000', '160121.380000', '160121.840000', '160122.300000', '160122.760000', '160123.220000', '160123.680000', '160124.140000', '160124.600000', '160125.060000', '160125.520000', '160125.980000', '160126.440000', '160126.900000', '160127.360000', '160127.820000', '160128.280000', '160128.740000', '160129.200000', '160129.660000', '160130.120000', '160130.580000', '160131.040000', '160131.500000', '160131.960000', '160132.420000', '160132.880000', '160133.340000', '160133.800000', '160134.260000', '160134.720000', '160135.180000', '160135.640000', '160136.100000', '160136.560000', '160137.020000', '160137.480000', '160137.940000', '160138.400000', '160138.860000', '160139.320000', '160139.780000', '160140.240000', '160140.700000', '160141.160000', '160141.620000', '160142.080000', '160142.540000', '160143.000000', '160143.460000', '160143.920000', '160144.380000', '160144.840000', '160145.300000', '160145.760000', '160146.220000', '160146.680000', '160147.140000', '160147.600000', '160148.060000', '160148.520000', '160148.980000', '160149.440000', '160149.900000', '160150.360000', '160150.820000', '160151.280000', '160151.740000', '160152.200000', '160152.660000', '160153.120000', '160153.580000', '160154.040000', '160154.500000', '160154.960000', '160155.420000', '160155.880000', '160156.340000', '160156.800000', '160157.260000', '160157.720000', '160158.180000', '160158.640000', '160159.100000', '160159.560000', '160200.020000', '160200.480000', '160200.940000', '160201.400000', '160201.860000', '160202.320000', '160202.780000', '160203.240000', '160203.700000', '160204.160000', '160204.620000', '160205.080000', '160205.540000', '160206.000000', '160206.460000', '160206.920000', '160207.380000', '160207.840000', '160208.300000', '160208.760000', '160209.220000', '160209.680000', '160210.140000', '160210.600000', '160211.060000', '160211.520000', '160211.980000', '160212.440000', '160212.900000', '160213.360000', '160213.820000', '160214.280000', '160214.740000', '160215.200000', '160215.660000', '160216.120000', '160216.580000', '160217.040000', '160217.500000', '160217.960000', '160218.420000', '160218.880000', '160219.340000', '160219.800000', '160220.260000', '160220.720000', '160221.180000', '160221.640000', '160222.100000', '160222.560000', '160223.020000', '160223.480000', '160223.940000', '160224.400000', '160224.860000', '160225.320000', '160225.780000', '160226.240000', '160226.700000', '160227.160000', '160227.620000', '160228.080000', '160228.540000', '160229.000000', '160229.460000', '160229.920000', '160230.380000', '160230.840000', '160231.300000', '160231.760000', '160232.220000', '160232.680000', '160233.140000', '160233.600000', '160234.060000', '160234.520000', '160234.980000', '160235.440000', '160235.900000', '160236.360000', '160236.820000', '160237.280000', '160237.740000', '160238.200000', '160238.660000', '160239.120000', '160239.580000', '160240.040000', '160240.500000', '160240.960000', '160241.420000', '160241.880000', '160242.340000', '160242.800000', '160243.260000', '160243.720000', '160244.180000', '160244.640000', '160245.100000', '160245.560000', '160246.020000', '160246.480000', '160246.940000', '160247.400000', '160247.860000', '160248.320000', '160248.780000', '160249.240000', '160249.700000', '160250.160000', '160250.620000', '160251.080000', '160251.540000', '160252.000000', '160252.460000', '160252.920000', '160253.380000', '160253.840000', '160254.300000', '160254.760000', '160255.220000', '160255.680000', '160256.140000', '160256.600000', '160257.060000', '160257.520000', '160257.980000', '160258.440000', '160258.900000', '160259.360000', '160259.820000', '160300.280000', '160300.740000', '160301.200000', '160301.660000', '160302.120000', '160302.580000', '160303.040000', '160303.500000', '160303.960000', '160304.420000', '160304.880000', '160305.340000', '160305.800000', '160306.260000', '160306.720000', '160307.180000', '160307.640000', '160308.100000', '160308.560000', '160309.020000', '160309.480000', '160309.940000', '160310.400000', '160310.860000', '160311.320000', '160311.780000', '160312.240000', '160312.700000', '160313.160000', '160313.620000', '160314.080000', '160314.540000', '160315.000000', '160315.460000', '160315.920000', '160316.380000', '160316.840000', '160317.300000', '160317.760000', '160318.220000', '160318.680000', '160319.140000', '160319.600000', '160320.060000', '160320.520000', '160320.980000', '160321.440000', '160321.900000', '160322.360000', '160322.820000', '160323.280000', '160323.740000', '160324.200000', '160324.660000', '160325.120000', '160325.580000', '160326.040000', '160326.500000', '160326.960000', '160327.420000', '160327.880000', '160328.340000', '160328.800000', '160329.260000', '160329.720000', '160330.180000', '160330.640000', '160331.100000', '160331.560000', '160332.020000', '160332.480000', '160332.940000', '160333.400000', '160333.860000', '160334.320000', '160334.780000', '160335.240000', '160335.700000', '160336.160000', '160336.620000', '160337.080000', '160337.540000', '160338.000000', '160338.460000', '160338.920000', '160339.380000', '160339.840000', '160340.300000', '160340.760000', '160341.220000', '160341.680000', '160342.140000', '160342.600000', '160343.060000', '160343.520000', '160343.980000', '160344.440000', '160344.900000', '160345.360000', '160345.820000', '160346.280000', '160346.740000', '160347.200000', '160347.660000', '160348.120000', '160348.580000', '160349.040000', '160349.500000', '160349.960000', '160350.420000', '160350.880000', '160351.340000', '160351.800000', '160352.260000', '160352.720000', '160353.180000', '160353.640000', '160354.100000', '160354.560000', '160355.020000', '160355.480000', '160355.940000', '160356.400000', '160356.860000', '160357.320000', '160357.780000', '160358.240000', '160358.700000', '160359.160000', '160359.620000', '160400.080000', '160400.540000', '160401.000000', '160401.460000', '160401.920000', '160402.380000', '160402.840000', '160403.300000', '160403.760000', '160404.220000', '160404.680000', '160405.140000', '160405.600000', '160406.060000', '160406.520000', '160406.980000', '160407.440000', '160407.900000', '160408.360000', '160408.820000', '160409.280000', '160409.740000', '160410.200000', '160410.660000', '160411.120000', '160411.580000', '160412.040000', '160412.500000', '160412.960000', '160413.420000', '160413.880000', '160414.340000', '160414.800000', '160415.260000', '160415.720000', '160416.180000', '160416.640000', '160417.100000', '160417.560000', '160418.020000', '160418.480000', '160418.940000', '160419.400000', '160419.860000', '160420.320000', '160420.780000', '160421.240000', '160421.700000', '160422.160000', '160422.620000', '160423.080000', '160423.540000', '160424.000000', '160424.460000', '160424.920000', '160425.380000', '160425.840000', '160426.300000', '160426.760000', '160427.220000', '160427.680000', '160428.140000', '160428.600000', '160429.060000', '160429.520000', '160429.980000', '160430.440000', '160430.900000', '160431.360000', '160431.820000', '160432.280000', '160432.740000', '160433.200000', '160433.660000', '160434.120000', '160434.580000', '160435.040000', '160435.500000', '160435.960000', '160436.420000', '160436.880000', '160437.340000', '160437.800000', '160438.260000', '160438.720000', '160439.180000', '160439.640000', '160440.100000', '160440.560000', '160441.020000', '160441.480000', '160441.940000', '160442.400000', '160442.860000', '160443.320000', '160443.780000', '160444.240000', '160444.700000', '160445.160000', '160445.620000', '160446.080000', '160446.540000', '160447.000000', '160447.460000', '160447.920000', '160448.380000', '160448.840000', '160449.300000', '160449.760000', '160450.220000', '160450.680000', '160451.140000', '160451.600000', '160452.060000', '160452.520000', '160452.980000', '160453.440000', '160453.900000', '160454.360000', '160454.820000', '160455.280000', '160455.740000', '160456.200000', '160456.660000', '160457.120000', '160457.580000', '160458.040000', '160458.500000', '160458.960000', '160459.420000', '160459.880000', '160500.340000', '160500.800000', '160501.260000', '160501.720000', '160502.180000', '160502.640000', '160503.100000', '160503.560000', '160504.020000', '160504.480000', '160504.940000', '160505.400000', '160505.860000', '160506.320000', '160506.780000', '160507.240000', '160507.700000', '160508.160000', '160508.620000', '160509.080000', '160509.540000', '160510.000000', '160510.460000', '160510.920000', '160511.380000', '160511.840000', '160512.300000', '160512.760000', '160513.220000', '160513.680000', '160514.140000', '160514.600000', '160515.060000', '160515.520000', '160515.980000', '160516.440000', '160516.900000', '160517.360000', '160517.820000', '160518.280000', '160518.740000', '160519.200000', '160519.660000', '160520.120000', '160520.580000', '160521.040000', '160521.500000', '160521.960000', '160522.420000', '160522.880000', '160523.340000', '160523.800000', '160524.260000', '160524.720000', '160525.180000', '160525.640000', '160526.100000', '160526.560000', '160527.020000', '160527.480000', '160527.940000', '160528.400000', '160528.860000', '160529.320000', '160529.780000', '160530.240000', '160530.700000', '160531.160000', '160531.620000', '160532.080000', '160532.540000', '160533.000000', '160533.460000', '160533.920000', '160534.380000', '160534.840000', '160535.300000', '160535.760000', '160536.220000', '160536.680000', '160537.140000', '160537.600000', '160538.060000', '160538.520000', '160538.980000', '160539.440000', '160539.900000', '160540.360000', '160540.820000', '160541.280000', '160541.740000', '160542.200000', '160542.660000', '160543.120000', '160543.580000', '160544.040000', '160544.500000', '160544.960000', '160545.420000', '160545.880000', '160546.340000', '160546.800000', '160547.260000', '160547.720000', '160548.180000', '160548.640000', '160549.100000', '160549.560000', '160550.020000', '160550.480000', '160550.940000', '160551.400000', '160551.860000', '160552.320000', '160552.780000', '160553.240000', '160553.700000', '160554.160000', '160554.620000', '160555.080000', '160555.540000', '160556.000000'], 'ContentTime': ['155921.302000', '155921.305000', '155921.308000', '155921.311000', '155921.314000', '155921.317000', '155921.320000', '155921.323000', '155921.325000', '155921.328000', '155921.331000', '155921.334000', '155921.337000', '155921.340000', '155921.343000', '155921.345000', '155921.356000', '155921.359000', '155921.362000', '155921.365000', '155921.367000', '155921.370000', '155921.373000', '155921.376000', '155921.379000', '155921.382000', '155921.385000', '155921.388000', '155921.390000', '155921.393000', '155921.397000', '155921.400000', '155921.403000', '155921.406000', '155921.409000', '155921.411000', '155921.414000', '155921.417000', '155921.420000', '155921.423000', '155921.426000', '155921.428000', '155921.431000', '155921.434000', '155921.437000', '155921.440000', '155921.443000', '155921.446000', '155921.448000', '155921.451000', '155921.454000', '155921.457000', '155921.460000', '155921.463000', '155941.257000', '155941.260000', '155941.263000', '155941.266000', '155941.269000', '155941.271000', '155941.274000', '155941.277000', '155941.281000', '155941.286000', '155941.289000', '155941.292000', '155941.295000', '155941.298000', '155941.301000', '155941.304000', '155941.306000', '155941.309000', '155941.312000', '155941.315000', '155941.318000', '155941.321000', '155941.324000', '155941.326000', '155941.329000', '155941.338000', '155941.341000', '155941.343000', '155941.346000', '155941.349000', '155941.352000', '155941.355000', '155941.358000', '155941.360000', '155941.363000', '155941.366000', '155941.369000', '155941.372000', '155941.375000', '155941.378000', '155941.380000', '155941.383000', '155941.386000', '160001.257000', '160001.260000', '160001.263000', '160001.266000', '160001.269000', '160001.272000', '160001.275000', '160001.277000', '160001.280000', '160001.283000', '160001.286000', '160001.289000', '160001.292000', '160001.294000', '160001.297000', '160001.300000', '160001.303000', '160001.306000', '160001.309000', '160001.312000', '160001.315000', '160001.317000', '160001.320000', '160001.323000', '160001.326000', '160001.329000', '160001.332000', '160001.335000', '160001.337000', '160001.340000', '160001.343000', '160001.346000', '160001.349000', '160001.352000', '160001.355000', '160001.358000', '160001.361000', '160001.363000', '160001.366000', '160001.369000', '160001.372000', '160001.375000', '160001.378000', '160001.381000', '160021.257000', '160021.260000', '160021.266000', '160021.269000', '160021.272000', '160021.275000', '160021.278000', '160021.281000', '160021.284000', '160021.287000', '160021.290000', '160021.293000', '160021.295000', '160021.298000', '160021.301000', '160021.329000', '160021.332000', '160021.335000', '160021.338000', '160021.340000', '160021.343000', '160021.346000', '160021.349000', '160021.352000', '160021.355000', '160021.358000', '160021.361000', '160021.364000', '160021.366000', '160021.369000', '160021.372000', '160021.375000', '160021.378000', '160021.381000', '160021.384000', '160021.387000', '160021.389000', '160021.392000', '160021.395000', '160021.398000', '160021.401000', '160021.404000', '160021.407000', '160041.256000', '160041.259000', '160041.262000', '160041.265000', '160041.268000', '160041.270000', '160041.273000', '160041.276000', '160041.279000', '160041.282000', '160041.285000', '160041.288000', '160041.291000', '160041.294000', '160041.297000', '160041.299000', '160041.302000', '160041.305000', '160041.308000', '160041.311000', '160041.314000', '160041.317000', '160041.320000', '160041.323000', '160041.325000', '160041.328000', '160041.331000', '160041.349000', '160041.352000', '160041.355000', '160041.358000', '160041.360000', '160041.363000', '160041.366000', '160041.369000', '160041.372000', '160041.375000', '160041.378000', '160041.380000', '160041.383000', '160041.386000', '160041.389000', '160041.392000', '160041.395000', '160101.256000', '160101.259000', '160101.262000', '160101.265000', '160101.268000', '160101.270000', '160101.273000', '160101.276000', '160101.279000', '160101.282000', '160101.285000', '160101.288000', '160101.294000', '160101.297000', '160101.300000', '160101.303000', '160101.306000', '160101.309000', '160101.311000', '160101.314000', '160101.317000', '160101.320000', '160101.323000', '160101.326000', '160101.329000', '160101.331000', '160101.334000', '160101.337000', '160101.340000', '160101.343000', '160101.346000', '160101.349000', '160101.352000', '160101.355000', '160101.357000', '160101.360000', '160101.363000', '160101.366000', '160101.369000', '160101.372000', '160101.375000', '160101.378000', '160101.381000', '160121.256000', '160121.297000', '160121.299000', '160121.302000', '160121.305000', '160121.308000', '160121.311000', '160121.314000', '160121.317000', '160121.319000', '160121.322000', '160121.325000', '160121.328000', '160121.331000', '160121.334000', '160121.337000', '160121.340000', '160121.343000', '160121.345000', '160121.348000', '160121.351000', '160121.354000', '160121.357000', '160121.360000', '160121.363000', '160121.366000', '160121.369000', '160121.371000', '160121.374000', '160121.377000', '160121.380000', '160121.383000', '160121.386000', '160121.389000', '160121.392000', '160121.395000', '160121.397000', '160121.400000', '160121.403000', '160121.406000', '160121.409000', '160121.412000', '160121.415000', '160121.418000', '160141.256000', '160141.259000', '160141.262000', '160141.265000', '160141.268000', '160141.271000', '160141.273000', '160141.276000', '160141.279000', '160141.282000', '160141.285000', '160141.289000', '160141.295000', '160141.298000', '160141.301000', '160141.304000', '160141.307000', '160141.310000', '160141.312000', '160141.315000', '160141.318000', '160141.321000', '160141.324000', '160141.327000', '160141.330000', '160141.333000', '160141.335000', '160141.338000', '160141.341000', '160141.344000', '160141.354000', '160141.357000', '160141.360000', '160141.363000', '160141.365000', '160141.368000', '160141.371000', '160141.374000', '160141.377000', '160141.380000', '160141.383000', '160141.386000', '160141.388000', '160201.257000', '160201.260000', '160201.263000', '160201.266000', '160201.269000', '160201.272000', '160201.275000', '160201.277000', '160201.280000', '160201.283000', '160201.286000', '160201.289000', '160201.292000', '160201.295000', '160201.298000', '160201.301000', '160201.303000', '160201.306000', '160201.309000', '160201.312000', '160201.315000', '160201.318000', '160201.321000', '160201.324000', '160201.327000', '160201.329000', '160201.332000', '160201.335000', '160201.338000', '160201.341000', '160201.344000', '160201.347000', '160201.350000', '160201.352000', '160201.355000', '160201.358000', '160201.361000', '160201.364000', '160201.367000', '160201.370000', '160201.373000', '160201.376000', '160201.378000', '160201.381000', '160221.257000', '160221.260000', '160221.263000', '160221.266000', '160221.269000', '160221.272000', '160221.274000', '160221.277000', '160221.280000', '160221.283000', '160221.286000', '160221.289000', '160221.292000', '160221.295000', '160221.298000', '160221.300000', '160221.303000', '160221.306000', '160221.309000', '160221.312000', '160221.315000', '160221.318000', '160221.321000', '160221.336000', '160221.339000', '160221.342000', '160221.345000', '160221.348000', '160221.351000', '160221.354000', '160221.357000', '160221.360000', '160221.363000', '160221.366000', '160221.368000', '160221.371000', '160221.374000', '160221.377000', '160221.380000', '160221.383000', '160221.386000', '160221.389000', '160221.392000', '160241.257000', '160241.260000', '160241.263000', '160241.266000', '160241.269000', '160241.272000', '160241.274000', '160241.277000', '160241.280000', '160241.283000', '160241.286000', '160241.289000', '160241.292000', '160241.295000', '160241.298000', '160241.300000', '160241.303000', '160241.306000', '160241.309000', '160241.312000', '160241.315000', '160241.318000', '160241.321000', '160241.324000', '160241.327000', '160241.330000', '160241.332000', '160241.335000', '160241.338000', '160241.341000', '160241.344000', '160241.347000', '160241.350000', '160241.352000', '160241.355000', '160241.358000', '160241.361000', '160241.364000', '160241.367000', '160241.370000', '160241.373000', '160241.376000', '160241.379000', '160241.382000', '160301.256000', '160301.259000', '160301.262000', '160301.265000', '160301.268000', '160301.271000', '160301.274000', '160301.277000', '160301.280000', '160301.283000', '160301.286000', '160301.289000', '160301.292000', '160301.295000', '160301.298000', '160301.301000', '160301.304000', '160301.306000', '160301.309000', '160301.312000', '160301.315000', '160301.318000', '160301.321000', '160301.324000', '160301.327000', '160301.330000', '160301.333000', '160301.335000', '160301.338000', '160301.341000', '160301.344000', '160301.348000', '160301.350000', '160301.353000', '160301.356000', '160301.359000', '160301.362000', '160301.365000', '160301.368000', '160301.371000', '160301.374000', '160301.377000', '160301.380000', '160321.256000', '160321.259000', '160321.262000', '160321.265000', '160321.268000', '160321.271000', '160321.273000', '160321.276000', '160321.279000', '160321.282000', '160321.285000', '160321.288000', '160321.291000', '160321.294000', '160321.297000', '160321.299000', '160321.302000', '160321.305000', '160321.308000', '160321.311000', '160321.314000', '160321.317000', '160321.320000', '160321.323000', '160321.326000', '160321.329000', '160321.331000', '160321.334000', '160321.337000', '160321.340000', '160321.343000', '160321.346000', '160321.349000', '160321.352000', '160321.355000', '160321.358000', '160321.360000', '160321.363000', '160321.366000', '160321.369000', '160321.372000', '160321.375000', '160321.378000', '160321.381000', '160341.256000', '160341.259000', '160341.262000', '160341.265000', '160341.268000', '160341.271000', '160341.274000', '160341.276000', '160341.279000', '160341.282000', '160341.285000', '160341.288000', '160341.291000', '160341.294000', '160341.297000', '160341.299000', '160341.302000', '160341.305000', '160341.308000', '160341.311000', '160341.314000', '160341.317000', '160341.320000', '160341.323000', '160341.325000', '160341.328000', '160341.331000', '160341.334000', '160341.337000', '160341.340000', '160341.343000', '160341.346000', '160341.349000', '160341.352000', '160341.354000', '160341.357000', '160341.360000', '160341.365000', '160341.368000', '160341.371000', '160341.374000', '160341.376000', '160341.379000', '160401.256000', '160401.259000', '160401.262000', '160401.265000', '160401.268000', '160401.271000', '160401.274000', '160401.277000', '160401.279000', '160401.282000', '160401.285000', '160401.288000', '160401.291000', '160401.294000', '160401.297000', '160401.300000', '160401.303000', '160401.306000', '160401.308000', '160401.311000', '160401.314000', '160401.317000', '160401.320000', '160401.323000', '160401.326000', '160401.329000', '160401.332000', '160401.334000', '160401.337000', '160401.340000', '160401.343000', '160401.346000', '160401.349000', '160401.352000', '160401.355000', '160401.358000', '160401.361000', '160401.364000', '160401.366000', '160401.369000', '160401.372000', '160401.375000', '160401.378000', '160401.381000', '160421.257000', '160421.260000', '160421.263000', '160421.266000', '160421.269000', '160421.272000', '160421.275000', '160421.278000', '160421.281000', '160421.283000', '160421.286000', '160421.289000', '160421.292000', '160421.295000', '160421.298000', '160421.301000', '160421.304000', '160421.307000', '160421.310000', '160421.313000', '160421.316000', '160421.319000', '160421.322000', '160421.325000', '160421.328000', '160421.331000', '160421.334000', '160421.337000', '160421.340000', '160421.342000', '160421.345000', '160421.348000', '160421.351000', '160421.354000', '160421.357000', '160421.360000', '160421.363000', '160421.366000', '160421.369000', '160421.372000', '160421.375000', '160421.378000', '160421.382000', '160441.257000', '160441.260000', '160441.263000', '160441.266000', '160441.269000', '160441.272000', '160441.275000', '160441.278000', '160441.281000', '160441.284000', '160441.287000', '160441.289000', '160441.292000', '160441.295000', '160441.298000', '160441.301000', '160441.304000', '160441.307000', '160441.310000', '160441.312000', '160441.315000', '160441.318000', '160441.321000', '160441.324000', '160441.327000', '160441.330000', '160441.335000', '160441.338000', '160441.341000', '160441.344000', '160441.347000', '160441.350000', '160441.353000', '160441.356000', '160441.359000', '160441.362000', '160441.365000', '160441.368000', '160441.371000', '160441.374000', '160441.377000', '160441.379000', '160441.382000', '160441.385000', '160501.257000', '160501.260000', '160501.263000', '160501.266000', '160501.269000', '160501.272000', '160501.275000', '160501.278000', '160501.280000', '160501.283000', '160501.286000', '160501.289000', '160501.292000', '160501.295000', '160501.298000', '160501.301000', '160501.303000', '160501.306000', '160501.309000', '160501.312000', '160501.315000', '160501.318000', '160501.321000', '160501.324000', '160501.326000', '160501.329000', '160501.332000', '160501.335000', '160501.338000', '160501.341000', '160501.344000', '160501.347000', '160501.350000', '160501.352000', '160501.355000', '160501.358000', '160501.361000', '160501.364000', '160501.367000', '160501.370000', '160501.373000', '160501.375000', '160501.378000', '160521.256000', '160521.275000', '160521.278000', '160521.281000', '160521.284000', '160521.287000', '160521.290000', '160521.292000', '160521.295000', '160521.298000', '160521.301000', '160521.304000', '160521.307000', '160521.310000', '160521.313000', '160521.316000', '160521.319000', '160521.322000', '160521.325000', '160521.328000', '160521.331000', '160521.334000', '160521.337000', '160521.340000', '160521.342000', '160521.345000', '160521.348000', '160521.351000', '160521.354000', '160521.357000', '160521.360000', '160521.363000', '160521.366000', '160521.369000', '160521.371000', '160521.374000', '160521.377000', '160521.380000', '160521.383000', '160521.386000', '160521.389000', '160521.392000', '160521.395000', '160521.398000', '160541.256000', '160541.259000', '160541.262000', '160541.265000', '160541.268000', '160541.271000', '160541.274000', '160541.276000', '160541.279000', '160541.282000', '160541.285000', '160541.288000', '160541.291000', '160541.294000', '160541.297000', '160541.299000', '160541.302000', '160541.305000', '160541.308000', '160541.311000', '160541.314000', '160541.317000', '160541.320000', '160541.323000', '160541.325000', '160541.328000', '160541.331000', '160541.334000', '160541.337000', '160541.340000', '160541.343000', '160541.346000', '160541.350000', '160541.353000', '160541.355000', '160541.358000', '160541.361000', '160541.364000', '160541.367000', '160541.370000', '160541.373000', '160541.376000', '160541.379000', '160556.655000', '160556.659000', '160556.662000', '160556.665000', '160556.668000', '160556.672000', '160556.675000', '160556.679000', '160556.682000', '160556.685000', '160556.688000', '160556.691000', '160556.694000', '160556.699000', '160556.701000', '160556.705000', '160556.708000', '160556.711000', '160556.714000', '160556.717000', '160556.720000', '160556.723000', '160556.726000', '160556.729000', '160556.732000', '160556.735000', '160556.738000', '160556.741000', '160556.744000', '160556.747000', '160556.750000', '160556.753000', '160556.755000', '160556.758000'], 'InstanceCreationTime': ['155921.302000', '155921.305000', '155921.308000', '155921.311000', '155921.314000', '155921.317000', '155921.320000', '155921.323000', '155921.325000', '155921.328000', '155921.331000', '155921.334000', '155921.337000', '155921.340000', '155921.343000', '155921.345000', '155921.356000', '155921.359000', '155921.362000', '155921.365000', '155921.367000', '155921.370000', '155921.373000', '155921.376000', '155921.379000', '155921.382000', '155921.385000', '155921.388000', '155921.390000', '155921.393000', '155921.397000', '155921.400000', '155921.403000', '155921.406000', '155921.409000', '155921.411000', '155921.414000', '155921.417000', '155921.420000', '155921.423000', '155921.426000', '155921.428000', '155921.431000', '155921.434000', '155921.437000', '155921.440000', '155921.443000', '155921.446000', '155921.448000', '155921.451000', '155921.454000', '155921.457000', '155921.460000', '155921.463000', '155941.257000', '155941.260000', '155941.263000', '155941.266000', '155941.269000', '155941.271000', '155941.274000', '155941.277000', '155941.281000', '155941.286000', '155941.289000', '155941.292000', '155941.295000', '155941.298000', '155941.301000', '155941.304000', '155941.306000', '155941.309000', '155941.312000', '155941.315000', '155941.318000', '155941.321000', '155941.324000', '155941.326000', '155941.329000', '155941.338000', '155941.341000', '155941.343000', '155941.346000', '155941.349000', '155941.352000', '155941.355000', '155941.358000', '155941.360000', '155941.363000', '155941.366000', '155941.369000', '155941.372000', '155941.375000', '155941.378000', '155941.380000', '155941.383000', '155941.386000', '160001.257000', '160001.260000', '160001.263000', '160001.266000', '160001.269000', '160001.272000', '160001.275000', '160001.277000', '160001.280000', '160001.283000', '160001.286000', '160001.289000', '160001.292000', '160001.294000', '160001.297000', '160001.300000', '160001.303000', '160001.306000', '160001.309000', '160001.312000', '160001.315000', '160001.317000', '160001.320000', '160001.323000', '160001.326000', '160001.329000', '160001.332000', '160001.335000', '160001.337000', '160001.340000', '160001.343000', '160001.346000', '160001.349000', '160001.352000', '160001.355000', '160001.358000', '160001.361000', '160001.363000', '160001.366000', '160001.369000', '160001.372000', '160001.375000', '160001.378000', '160001.381000', '160021.257000', '160021.260000', '160021.266000', '160021.269000', '160021.272000', '160021.275000', '160021.278000', '160021.281000', '160021.284000', '160021.287000', '160021.290000', '160021.293000', '160021.295000', '160021.298000', '160021.301000', '160021.329000', '160021.332000', '160021.335000', '160021.338000', '160021.340000', '160021.343000', '160021.346000', '160021.349000', '160021.352000', '160021.355000', '160021.358000', '160021.361000', '160021.364000', '160021.366000', '160021.369000', '160021.372000', '160021.375000', '160021.378000', '160021.381000', '160021.384000', '160021.387000', '160021.389000', '160021.392000', '160021.395000', '160021.398000', '160021.401000', '160021.404000', '160021.407000', '160041.256000', '160041.259000', '160041.262000', '160041.265000', '160041.268000', '160041.270000', '160041.273000', '160041.276000', '160041.279000', '160041.282000', '160041.285000', '160041.288000', '160041.291000', '160041.294000', '160041.297000', '160041.299000', '160041.302000', '160041.305000', '160041.308000', '160041.311000', '160041.314000', '160041.317000', '160041.320000', '160041.323000', '160041.325000', '160041.328000', '160041.331000', '160041.349000', '160041.352000', '160041.355000', '160041.358000', '160041.360000', '160041.363000', '160041.366000', '160041.369000', '160041.372000', '160041.375000', '160041.378000', '160041.380000', '160041.383000', '160041.386000', '160041.389000', '160041.392000', '160041.395000', '160101.256000', '160101.259000', '160101.262000', '160101.265000', '160101.268000', '160101.270000', '160101.273000', '160101.276000', '160101.279000', '160101.282000', '160101.285000', '160101.288000', '160101.294000', '160101.297000', '160101.300000', '160101.303000', '160101.306000', '160101.309000', '160101.311000', '160101.314000', '160101.317000', '160101.320000', '160101.323000', '160101.326000', '160101.329000', '160101.331000', '160101.334000', '160101.337000', '160101.340000', '160101.343000', '160101.346000', '160101.349000', '160101.352000', '160101.355000', '160101.357000', '160101.360000', '160101.363000', '160101.366000', '160101.369000', '160101.372000', '160101.375000', '160101.378000', '160101.381000', '160121.256000', '160121.297000', '160121.299000', '160121.302000', '160121.305000', '160121.308000', '160121.311000', '160121.314000', '160121.317000', '160121.319000', '160121.322000', '160121.325000', '160121.328000', '160121.331000', '160121.334000', '160121.337000', '160121.340000', '160121.343000', '160121.345000', '160121.348000', '160121.351000', '160121.354000', '160121.357000', '160121.360000', '160121.363000', '160121.366000', '160121.369000', '160121.371000', '160121.374000', '160121.377000', '160121.380000', '160121.383000', '160121.386000', '160121.389000', '160121.392000', '160121.395000', '160121.397000', '160121.400000', '160121.403000', '160121.406000', '160121.409000', '160121.412000', '160121.415000', '160121.418000', '160141.256000', '160141.259000', '160141.262000', '160141.265000', '160141.268000', '160141.271000', '160141.273000', '160141.276000', '160141.279000', '160141.282000', '160141.285000', '160141.289000', '160141.295000', '160141.298000', '160141.301000', '160141.304000', '160141.307000', '160141.310000', '160141.312000', '160141.315000', '160141.318000', '160141.321000', '160141.324000', '160141.327000', '160141.330000', '160141.333000', '160141.335000', '160141.338000', '160141.341000', '160141.344000', '160141.354000', '160141.357000', '160141.360000', '160141.363000', '160141.365000', '160141.368000', '160141.371000', '160141.374000', '160141.377000', '160141.380000', '160141.383000', '160141.386000', '160141.388000', '160201.257000', '160201.260000', '160201.263000', '160201.266000', '160201.269000', '160201.272000', '160201.275000', '160201.277000', '160201.280000', '160201.283000', '160201.286000', '160201.289000', '160201.292000', '160201.295000', '160201.298000', '160201.301000', '160201.303000', '160201.306000', '160201.309000', '160201.312000', '160201.315000', '160201.318000', '160201.321000', '160201.324000', '160201.327000', '160201.329000', '160201.332000', '160201.335000', '160201.338000', '160201.341000', '160201.344000', '160201.347000', '160201.350000', '160201.352000', '160201.355000', '160201.358000', '160201.361000', '160201.364000', '160201.367000', '160201.370000', '160201.373000', '160201.376000', '160201.378000', '160201.381000', '160221.257000', '160221.260000', '160221.263000', '160221.266000', '160221.269000', '160221.272000', '160221.274000', '160221.277000', '160221.280000', '160221.283000', '160221.286000', '160221.289000', '160221.292000', '160221.295000', '160221.298000', '160221.300000', '160221.303000', '160221.306000', '160221.309000', '160221.312000', '160221.315000', '160221.318000', '160221.321000', '160221.336000', '160221.339000', '160221.342000', '160221.345000', '160221.348000', '160221.351000', '160221.354000', '160221.357000', '160221.360000', '160221.363000', '160221.366000', '160221.368000', '160221.371000', '160221.374000', '160221.377000', '160221.380000', '160221.383000', '160221.386000', '160221.389000', '160221.392000', '160241.257000', '160241.260000', '160241.263000', '160241.266000', '160241.269000', '160241.272000', '160241.274000', '160241.277000', '160241.280000', '160241.283000', '160241.286000', '160241.289000', '160241.292000', '160241.295000', '160241.298000', '160241.300000', '160241.303000', '160241.306000', '160241.309000', '160241.312000', '160241.315000', '160241.318000', '160241.321000', '160241.324000', '160241.327000', '160241.330000', '160241.332000', '160241.335000', '160241.338000', '160241.341000', '160241.344000', '160241.347000', '160241.350000', '160241.352000', '160241.355000', '160241.358000', '160241.361000', '160241.364000', '160241.367000', '160241.370000', '160241.373000', '160241.376000', '160241.379000', '160241.382000', '160301.256000', '160301.259000', '160301.262000', '160301.265000', '160301.268000', '160301.271000', '160301.274000', '160301.277000', '160301.280000', '160301.283000', '160301.286000', '160301.289000', '160301.292000', '160301.295000', '160301.298000', '160301.301000', '160301.304000', '160301.306000', '160301.309000', '160301.312000', '160301.315000', '160301.318000', '160301.321000', '160301.324000', '160301.327000', '160301.330000', '160301.333000', '160301.335000', '160301.338000', '160301.341000', '160301.344000', '160301.348000', '160301.350000', '160301.353000', '160301.356000', '160301.359000', '160301.362000', '160301.365000', '160301.368000', '160301.371000', '160301.374000', '160301.377000', '160301.380000', '160321.256000', '160321.259000', '160321.262000', '160321.265000', '160321.268000', '160321.271000', '160321.273000', '160321.276000', '160321.279000', '160321.282000', '160321.285000', '160321.288000', '160321.291000', '160321.294000', '160321.297000', '160321.299000', '160321.302000', '160321.305000', '160321.308000', '160321.311000', '160321.314000', '160321.317000', '160321.320000', '160321.323000', '160321.326000', '160321.329000', '160321.331000', '160321.334000', '160321.337000', '160321.340000', '160321.343000', '160321.346000', '160321.349000', '160321.352000', '160321.355000', '160321.358000', '160321.360000', '160321.363000', '160321.366000', '160321.369000', '160321.372000', '160321.375000', '160321.378000', '160321.381000', '160341.256000', '160341.259000', '160341.262000', '160341.265000', '160341.268000', '160341.271000', '160341.274000', '160341.276000', '160341.279000', '160341.282000', '160341.285000', '160341.288000', '160341.291000', '160341.294000', '160341.297000', '160341.299000', '160341.302000', '160341.305000', '160341.308000', '160341.311000', '160341.314000', '160341.317000', '160341.320000', '160341.323000', '160341.325000', '160341.328000', '160341.331000', '160341.334000', '160341.337000', '160341.340000', '160341.343000', '160341.346000', '160341.349000', '160341.352000', '160341.354000', '160341.357000', '160341.360000', '160341.365000', '160341.368000', '160341.371000', '160341.374000', '160341.376000', '160341.379000', '160401.256000', '160401.259000', '160401.262000', '160401.265000', '160401.268000', '160401.271000', '160401.274000', '160401.277000', '160401.279000', '160401.282000', '160401.285000', '160401.288000', '160401.291000', '160401.294000', '160401.297000', '160401.300000', '160401.303000', '160401.306000', '160401.308000', '160401.311000', '160401.314000', '160401.317000', '160401.320000', '160401.323000', '160401.326000', '160401.329000', '160401.332000', '160401.334000', '160401.337000', '160401.340000', '160401.343000', '160401.346000', '160401.349000', '160401.352000', '160401.355000', '160401.358000', '160401.361000', '160401.364000', '160401.366000', '160401.369000', '160401.372000', '160401.375000', '160401.378000', '160401.381000', '160421.257000', '160421.260000', '160421.263000', '160421.266000', '160421.269000', '160421.272000', '160421.275000', '160421.278000', '160421.281000', '160421.283000', '160421.286000', '160421.289000', '160421.292000', '160421.295000', '160421.298000', '160421.301000', '160421.304000', '160421.307000', '160421.310000', '160421.313000', '160421.316000', '160421.319000', '160421.322000', '160421.325000', '160421.328000', '160421.331000', '160421.334000', '160421.337000', '160421.340000', '160421.342000', '160421.345000', '160421.348000', '160421.351000', '160421.354000', '160421.357000', '160421.360000', '160421.363000', '160421.366000', '160421.369000', '160421.372000', '160421.375000', '160421.378000', '160421.382000', '160441.257000', '160441.260000', '160441.263000', '160441.266000', '160441.269000', '160441.272000', '160441.275000', '160441.278000', '160441.281000', '160441.284000', '160441.287000', '160441.289000', '160441.292000', '160441.295000', '160441.298000', '160441.301000', '160441.304000', '160441.307000', '160441.310000', '160441.312000', '160441.315000', '160441.318000', '160441.321000', '160441.324000', '160441.327000', '160441.330000', '160441.335000', '160441.338000', '160441.341000', '160441.344000', '160441.347000', '160441.350000', '160441.353000', '160441.356000', '160441.359000', '160441.362000', '160441.365000', '160441.368000', '160441.371000', '160441.374000', '160441.377000', '160441.379000', '160441.382000', '160441.385000', '160501.257000', '160501.260000', '160501.263000', '160501.266000', '160501.269000', '160501.272000', '160501.275000', '160501.278000', '160501.280000', '160501.283000', '160501.286000', '160501.289000', '160501.292000', '160501.295000', '160501.298000', '160501.301000', '160501.303000', '160501.306000', '160501.309000', '160501.312000', '160501.315000', '160501.318000', '160501.321000', '160501.324000', '160501.326000', '160501.329000', '160501.332000', '160501.335000', '160501.338000', '160501.341000', '160501.344000', '160501.347000', '160501.350000', '160501.352000', '160501.355000', '160501.358000', '160501.361000', '160501.364000', '160501.367000', '160501.370000', '160501.373000', '160501.375000', '160501.378000', '160521.256000', '160521.275000', '160521.278000', '160521.281000', '160521.284000', '160521.287000', '160521.290000', '160521.292000', '160521.295000', '160521.298000', '160521.301000', '160521.304000', '160521.307000', '160521.310000', '160521.313000', '160521.316000', '160521.319000', '160521.322000', '160521.325000', '160521.328000', '160521.331000', '160521.334000', '160521.337000', '160521.340000', '160521.342000', '160521.345000', '160521.348000', '160521.351000', '160521.354000', '160521.357000', '160521.360000', '160521.363000', '160521.366000', '160521.369000', '160521.371000', '160521.374000', '160521.377000', '160521.380000', '160521.383000', '160521.386000', '160521.389000', '160521.392000', '160521.395000', '160521.398000', '160541.256000', '160541.259000', '160541.262000', '160541.265000', '160541.268000', '160541.271000', '160541.274000', '160541.276000', '160541.279000', '160541.282000', '160541.285000', '160541.288000', '160541.291000', '160541.294000', '160541.297000', '160541.299000', '160541.302000', '160541.305000', '160541.308000', '160541.311000', '160541.314000', '160541.317000', '160541.320000', '160541.323000', '160541.325000', '160541.328000', '160541.331000', '160541.334000', '160541.337000', '160541.340000', '160541.343000', '160541.346000', '160541.350000', '160541.353000', '160541.355000', '160541.358000', '160541.361000', '160541.364000', '160541.367000', '160541.370000', '160541.373000', '160541.376000', '160541.379000', '160556.655000', '160556.659000', '160556.662000', '160556.665000', '160556.668000', '160556.672000', '160556.675000', '160556.679000', '160556.682000', '160556.685000', '160556.688000', '160556.691000', '160556.694000', '160556.699000', '160556.701000', '160556.705000', '160556.708000', '160556.711000', '160556.714000', '160556.717000', '160556.720000', '160556.723000', '160556.726000', '160556.729000', '160556.732000', '160556.735000', '160556.738000', '160556.741000', '160556.744000', '160556.747000', '160556.750000', '160556.753000', '160556.755000', '160556.758000'], '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': [7174, 10970, 11450, 8181, 11125, 7108, 12332, 7612, 12458, 9646, 12078, 6779, 11687, 6419, 11254, 7948, 7875, 10079, 7311, 13457, 8971, 11932, 6696, 11074, 6380, 10877, 8317, 7946, 10097, 7655, 14066, 10261, 12273, 6995, 12324, 6196, 11172, 8212, 9913, 8484, 7481, 12118, 7338, 13914, 10712, 12844, 7219, 12483, 6852, 12085, 8366, 11246, 7629, 7714, 11334, 7654, 14194, 11048, 14542, 6908, 12908, 6507, 9250, 11143, 6944, 13495, 7197, 12345, 6417, 10858, 7042, 8445, 13365, 7843, 11952, 7023, 12333, 6496, 10642, 8682, 9197, 10751, 7422, 11932, 6726, 11563, 7354, 11680, 8042, 7558, 11159, 7078, 12661, 8844, 12295, 6808, 11707, 6228, 11353, 9695, 8340, 14113, 7173, 12952, 6272, 12011, 8332, 7909, 7073, 7428, 5957, 8018, 12437, 10324, 13345, 7355, 13085, 7282, 12785, 8093, 12632, 6343, 8279, 7150, 11758, 13216, 9130, 9183, 9361, 7165, 8089, 6521, 10462, 6568, 10947, 12754, 10404, 14201, 6408, 12882, 6188, 10949, 8646, 8336, 13761, 10023, 12583, 6388, 9499, 6147, 10923, 9552, 7703, 11683, 6880, 11883, 6096, 11768, 7972, 10439, 6981, 7568, 13255, 6404, 12198, 6106, 11707, 8105, 10151, 7382, 7592, 13572, 6465, 11694, 7238, 11745, 8778, 8248, 6601, 7517, 12939, 10379, 13081, 7047, 12280, 6210, 10986, 10212, 12064, 13095, 7507, 12833, 6511, 11858, 6140, 12243, 7851, 7980, 6188, 7367, 12795, 6748, 11482, 7659, 11406, 7876, 8024, 10850, 9253, 14240, 10747, 11954, 6174, 10098, 6217, 8318, 6244, 8857, 7585, 10511, 10486, 7339, 11130, 7368, 11426, 7396, 10622, 6338, 9910, 6773, 7753, 13062, 10465, 12422, 6861, 12305, 6074, 11083, 6737, 12271, 7936, 9266, 6512, 6997, 11521, 6729, 11960, 9230, 13006, 7111, 10774, 6564, 7978, 10075, 8067, 12947, 7338, 12059, 6195, 11136, 6958, 11739, 11135, 8478, 11865, 6392, 11633, 7285, 11874, 7500, 11088, 6367, 7303, 8549, 9859, 10658, 6909, 12380, 6637, 11763, 7916, 11570, 7176, 8948, 6577, 10803, 10679, 9012, 7585, 7283, 6297, 8155, 6762, 9488, 5855, 11537, 9136, 8417, 12482, 8883, 10379, 7911, 12748, 8868, 12697, 10185, 14367, 11235, 12140, 14808, 12378, 14445, 7479, 13123, 7346, 9966, 10101, 7551, 12781, 7216, 12560, 7309, 9597, 6592, 7467, 11867, 6959, 11639, 7236, 11321, 6461, 8383, 7141, 7380, 11990, 8270, 12015, 6874, 10565, 7240, 7395, 12400, 7299, 12092, 7385, 12017, 8190, 8533, 6530, 7586, 10764, 8112, 13306, 10571, 12771, 7104, 8833, 6621, 7672, 13253, 10893, 13481, 7276, 13060, 6901, 11093, 8347, 7906, 13401, 10351, 13025, 7229, 11952, 6574, 8417, 7224, 7642, 13146, 9854, 12621, 6999, 12291, 6215, 8638, 10319, 8021, 12576, 7224, 12608, 6383, 11726, 8057, 10457, 8932, 7220, 12659, 7300, 12473, 8664, 12696, 7115, 11824, 6293, 10769, 7639, 9661, 6418, 7294, 6689, 9159, 6469, 10755, 7269, 12307, 8514, 12721, 8161, 10506, 9928, 7619, 13459, 7273, 12892, 9727, 11903, 7374, 7700, 6374, 7578, 13080, 7333, 12886, 8124, 10823, 6962, 7716, 5997, 7228, 13552, 10388, 12647, 6983, 11463, 6586, 7516, 11491, 8895, 11873, 7103, 12399, 7314, 12009, 7397, 12237, 7961, 13830, 6504, 6574, 7070, 7487, 9667, 11497, 8095, 11640, 7407, 11412, 7107, 11448, 13574, 10674, 13809, 8988, 12477, 7890, 8213, 7289, 13262, 9256, 14065, 8239, 13817, 8882, 14548, 12047, 8605, 12446, 8244, 12853, 7922, 12004, 7184, 8296, 6711, 7884, 11883, 7725, 13258, 7399, 12868, 6775, 11929, 6275, 7946, 9313, 10057, 11413, 7841, 12769, 7426, 12096, 6735, 10075, 7405, 11604, 9642, 8099, 13170, 7221, 12770, 8738, 12336, 6954, 11673, 6502, 11108, 7097, 8728, 10553, 8360, 11795, 7539, 13151, 7143, 12571, 7662, 12490, 7796, 12505, 8010, 8870, 6386, 8013, 7440, 7520, 13641, 10118, 13183, 7342, 11699, 6726, 9458, 6780, 7490, 11775, 9496, 12737, 7551, 13099, 7234, 12255, 6770, 12025, 7553, 11148, 6912, 7747, 11748, 7434, 12285, 8251, 12993, 8654, 8748, 6728, 7496, 10613, 7440, 12645, 8771, 12132, 6499, 8307, 6186, 10746, 10619, 8809, 10847, 7699, 12908, 7327, 11985, 8386, 12204, 6417, 8588, 6244, 7721, 13281, 8588, 12551, 6377, 12550, 8969, 11251, 6260, 10075, 9294, 10798, 8130, 13105, 8985, 10970, 6694, 11449, 6991, 11995, 8493, 13919, 6700, 12334, 6554, 11078, 6807, 12070, 8891, 9432, 7043, 8543, 6512, 8741, 11962, 9554, 14048, 6927, 12268, 6799, 11804, 7254, 12173, 7905, 8790, 6492, 10145, 9494, 11012, 8577, 8237, 8235, 7780, 12355, 7178, 11507, 9174, 13792, 6893, 11847, 6361, 11071, 6142, 12061, 7878, 10329, 7047, 7709, 6662, 7827, 12510, 9372, 14778, 7075, 12504, 6384, 11313, 7119, 11766, 8424, 8655, 6389, 7468, 10524, 7329, 11161, 6944, 11021, 6214, 9202, 6136, 10555, 12209, 9468, 12829, 6838, 11944, 6790, 11459, 7555, 11881, 6144, 8623, 6121, 10745, 7979, 8930, 5846, 7070, 7067, 9707, 11897, 9425, 12883, 6907, 11950, 6950, 11701, 8348, 12058, 6841, 10617, 6023, 9786, 6642, 10061, 10338, 8023, 9307, 7340, 9913, 7118, 11195, 9388, 12567, 6806, 11127, 6572, 10821, 7096, 12509, 7736, 7622, 7154, 7159, 11880, 6983, 11432, 8379, 12276, 6226, 9253, 6296, 10509, 7533, 11423, 6509, 7580, 7315, 6817, 12281, 9595, 11719, 6377, 10072, 6067, 8870, 6866, 8124, 6636, 10191, 6509, 10298, 7214, 11268, 9015, 13606, 6654, 11995, 6700, 12308, 8480, 14814, 9509, 8561, 6421, 7060, 8385, 6557, 12444, 10329, 12143, 7197, 11410, 9208, 10599, 7911, 13495, 10760, 7256, 6985, 6208, 9559, 7229, 8168, 11029, 7844, 14205, 7729, 12585, 8093, 12232, 7638, 12867, 9899, 12070, 14871, 11509, 13658, 7969, 13006, 9542, 12989, 10562, 8316, 14670, 7556, 12861, 7126, 11044, 6483, 8356, 6884, 7691, 13238, 7479, 12206, 7073, 11783, 7507, 11114, 6767, 8716, 6363, 8871, 6675, 8255, 9446, 8250, 13904, 10793, 12903, 7335, 9020, 8115, 9654, 9473, 6707, 9198, 6912, 12724, 9106, 12059, 9943, 8122, 14766, 7541, 12432, 6970, 11326, 6994, 13109, 9143, 8351, 7442, 7750, 6060, 7994, 12130, 9494, 13837, 7581, 12066, 6631, 11621, 7719, 9618, 12588, 9472, 13874, 7594, 12706, 7160, 12196, 7662, 12592, 8553, 9125, 6342, 7842, 13136, 8698, 14688, 7247, 12949, 6932, 12367, 6480, 12223, 8298, 11062, 7571, 9291, 7601, 7463, 12240, 8610, 10931], 'WindowCenter': [3700.0, 3730.0, 3740.0, 3708.0, 3704.0, 3672.0, 3711.0, 3681.0, 3712.0, 3703.0, 3712.0, 3671.0, 3711.0, 3647.0, 3712.0, 3680.0, 3679.0, 3688.0, 3667.0, 3710.0, 3705.0, 3712.0, 3669.0, 3699.0, 3658.0, 3700.0, 3678.0, 3694.0, 3700.0, 3679.0, 3710.0, 3700.0, 3700.0, 3668.0, 3709.0, 3636.0, 3699.0, 3677.0, 3704.0, 3679.0, 3668.0, 3698.0, 3669.0, 3710.0, 3699.0, 3711.0, 3669.0, 3710.0, 3656.0, 3710.0, 3678.0, 3701.0, 3667.0, 3680.0, 3699.0, 3669.0, 3711.0, 3700.0, 3710.0, 3657.0, 3699.0, 3646.0, 3688.0, 3698.0, 3657.0, 3709.0, 3657.0, 3698.0, 3659.0, 3701.0, 3656.0, 3677.0, 3709.0, 3678.0, 3698.0, 3657.0, 3713.0, 3659.0, 3701.0, 3677.0, 3690.0, 3698.0, 3668.0, 3699.0, 3656.0, 3700.0, 3656.0, 3700.0, 3667.0, 3668.0, 3698.0, 3682.0, 3712.0, 3703.0, 3711.0, 3670.0, 3711.0, 3635.0, 3701.0, 3688.0, 3678.0, 3708.0, 3669.0, 3709.0, 3647.0, 3723.0, 3692.0, 3679.0, 3657.0, 3668.0, 3634.0, 3678.0, 3709.0, 3701.0, 3711.0, 3668.0, 3710.0, 3668.0, 3710.0, 3678.0, 3710.0, 3647.0, 3649.0, 3673.0, 3715.0, 3713.0, 3690.0, 3676.0, 3664.0, 3643.0, 3665.0, 3635.0, 3689.0, 3647.0, 3703.0, 3714.0, 3716.0, 3724.0, 3649.0, 3699.0, 3625.0, 3687.0, 3653.0, 3654.0, 3698.0, 3676.0, 3696.0, 3635.0, 3675.0, 3624.0, 3686.0, 3675.0, 3655.0, 3686.0, 3646.0, 3698.0, 3635.0, 3699.0, 3667.0, 3690.0, 3656.0, 3669.0, 3710.0, 3647.0, 3698.0, 3635.0, 3700.0, 3667.0, 3690.0, 3657.0, 3670.0, 3710.0, 3646.0, 3699.0, 3657.0, 3700.0, 3677.0, 3680.0, 3649.0, 3658.0, 3699.0, 3688.0, 3711.0, 3657.0, 3701.0, 3636.0, 3690.0, 3687.0, 3700.0, 3699.0, 3657.0, 3699.0, 3647.0, 3699.0, 3634.0, 3699.0, 3667.0, 3670.0, 3636.0, 3669.0, 3698.0, 3657.0, 3700.0, 3668.0, 3701.0, 3668.0, 3666.0, 3688.0, 3689.0, 3710.0, 3715.0, 3700.0, 3636.0, 3701.0, 3648.0, 3678.0, 3646.0, 3690.0, 3667.0, 3703.0, 3701.0, 3683.0, 3713.0, 3671.0, 3700.0, 3657.0, 3688.0, 3646.0, 3689.0, 3645.0, 3667.0, 3698.0, 3700.0, 3699.0, 3657.0, 3699.0, 3636.0, 3699.0, 3645.0, 3699.0, 3666.0, 3677.0, 3635.0, 3658.0, 3698.0, 3647.0, 3698.0, 3677.0, 3698.0, 3645.0, 3687.0, 3645.0, 3666.0, 3675.0, 3665.0, 3697.0, 3655.0, 3699.0, 3633.0, 3687.0, 3644.0, 3699.0, 3686.0, 3667.0, 3698.0, 3644.0, 3698.0, 3656.0, 3699.0, 3668.0, 3700.0, 3645.0, 3657.0, 3677.0, 3690.0, 3687.0, 3658.0, 3699.0, 3656.0, 3699.0, 3679.0, 3701.0, 3658.0, 3692.0, 3660.0, 3714.0, 3702.0, 3680.0, 3670.0, 3672.0, 3661.0, 3694.0, 3672.0, 3702.0, 3650.0, 3712.0, 3690.0, 3681.0, 3726.0, 3693.0, 3701.0, 3679.0, 3710.0, 3678.0, 3698.0, 3688.0, 3710.0, 3686.0, 3686.0, 3697.0, 3685.0, 3685.0, 3641.0, 3682.0, 3639.0, 3660.0, 3671.0, 3639.0, 3681.0, 3642.0, 3683.0, 3640.0, 3673.0, 3631.0, 3654.0, 3683.0, 3642.0, 3685.0, 3654.0, 3686.0, 3646.0, 3679.0, 3656.0, 3656.0, 3699.0, 3679.0, 3699.0, 3646.0, 3689.0, 3655.0, 3656.0, 3698.0, 3669.0, 3699.0, 3669.0, 3710.0, 3678.0, 3679.0, 3647.0, 3668.0, 3699.0, 3679.0, 3711.0, 3701.0, 3711.0, 3657.0, 3677.0, 3645.0, 3668.0, 3710.0, 3700.0, 3709.0, 3669.0, 3710.0, 3659.0, 3700.0, 3678.0, 3682.0, 3710.0, 3701.0, 3710.0, 3657.0, 3698.0, 3645.0, 3678.0, 3656.0, 3681.0, 3710.0, 3689.0, 3698.0, 3657.0, 3710.0, 3636.0, 3677.0, 3688.0, 3680.0, 3711.0, 3671.0, 3713.0, 3661.0, 3714.0, 3679.0, 3703.0, 3678.0, 3668.0, 3698.0, 3666.0, 3711.0, 3679.0, 3710.0, 3669.0, 3711.0, 3660.0, 3713.0, 3682.0, 3702.0, 3660.0, 3681.0, 3670.0, 3702.0, 3659.0, 3701.0, 3681.0, 3714.0, 3694.0, 3726.0, 3693.0, 3703.0, 3691.0, 3682.0, 3710.0, 3667.0, 3712.0, 3689.0, 3713.0, 3669.0, 3669.0, 3645.0, 3668.0, 3699.0, 3667.0, 3711.0, 3679.0, 3700.0, 3657.0, 3680.0, 3647.0, 3667.0, 3711.0, 3700.0, 3710.0, 3659.0, 3699.0, 3659.0, 3671.0, 3711.0, 3691.0, 3711.0, 3684.0, 3724.0, 3680.0, 3714.0, 3671.0, 3713.0, 3681.0, 3713.0, 3661.0, 3659.0, 3670.0, 3669.0, 3704.0, 3701.0, 3669.0, 3701.0, 3668.0, 3700.0, 3659.0, 3701.0, 3710.0, 3700.0, 3710.0, 3678.0, 3696.0, 3654.0, 3653.0, 3641.0, 3696.0, 3663.0, 3698.0, 3652.0, 3683.0, 3662.0, 3683.0, 3670.0, 3649.0, 3669.0, 3649.0, 3669.0, 3638.0, 3672.0, 3627.0, 3650.0, 3627.0, 3651.0, 3683.0, 3652.0, 3693.0, 3653.0, 3695.0, 3644.0, 3711.0, 3645.0, 3666.0, 3676.0, 3689.0, 3699.0, 3680.0, 3713.0, 3668.0, 3711.0, 3646.0, 3689.0, 3656.0, 3701.0, 3688.0, 3692.0, 3711.0, 3669.0, 3723.0, 3704.0, 3724.0, 3670.0, 3700.0, 3646.0, 3699.0, 3656.0, 3692.0, 3700.0, 3680.0, 3711.0, 3680.0, 3710.0, 3656.0, 3710.0, 3669.0, 3713.0, 3669.0, 3713.0, 3680.0, 3689.0, 3647.0, 3679.0, 3667.0, 3668.0, 3710.0, 3689.0, 3711.0, 3668.0, 3700.0, 3658.0, 3690.0, 3657.0, 3669.0, 3699.0, 3690.0, 3710.0, 3678.0, 3722.0, 3682.0, 3713.0, 3659.0, 3713.0, 3669.0, 3703.0, 3659.0, 3670.0, 3711.0, 3682.0, 3712.0, 3680.0, 3712.0, 3679.0, 3679.0, 3657.0, 3669.0, 3698.0, 3668.0, 3711.0, 3679.0, 3700.0, 3646.0, 3678.0, 3634.0, 3701.0, 3699.0, 3703.0, 3700.0, 3680.0, 3709.0, 3668.0, 3700.0, 3678.0, 3711.0, 3648.0, 3680.0, 3646.0, 3669.0, 3711.0, 3692.0, 3649.0, 3617.0, 3665.0, 3658.0, 3662.0, 3612.0, 3665.0, 3637.0, 3663.0, 3647.0, 3702.0, 3684.0, 3703.0, 3652.0, 3702.0, 3647.0, 3687.0, 3654.0, 3684.0, 3621.0, 3687.0, 3622.0, 3676.0, 3636.0, 3699.0, 3667.0, 3666.0, 3633.0, 3654.0, 3621.0, 3655.0, 3686.0, 3678.0, 3711.0, 3646.0, 3687.0, 3635.0, 3686.0, 3645.0, 3685.0, 3654.0, 3653.0, 3621.0, 3676.0, 3677.0, 3689.0, 3666.0, 3668.0, 3666.0, 3658.0, 3687.0, 3645.0, 3687.0, 3678.0, 3699.0, 3645.0, 3688.0, 3636.0, 3687.0, 3624.0, 3702.0, 3656.0, 3678.0, 3645.0, 3657.0, 3635.0, 3657.0, 3698.0, 3678.0, 3712.0, 3647.0, 3699.0, 3635.0, 3687.0, 3645.0, 3688.0, 3667.0, 3668.0, 3635.0, 3646.0, 3675.0, 3645.0, 3687.0, 3645.0, 3687.0, 3624.0, 3677.0, 3635.0, 3688.0, 3688.0, 3679.0, 3698.0, 3645.0, 3686.0, 3634.0, 3689.0, 3656.0, 3687.0, 3635.0, 3668.0, 3638.0, 3703.0, 3668.0, 3677.0, 3624.0, 3646.0, 3645.0, 3678.0, 3688.0, 3677.0, 3698.0, 3645.0, 3686.0, 3645.0, 3687.0, 3666.0, 3698.0, 3634.0, 3686.0, 3623.0, 3689.0, 3644.0, 3677.0, 3676.0, 3666.0, 3676.0, 3656.0, 3676.0, 3645.0, 3686.0, 3677.0, 3687.0, 3646.0, 3689.0, 3645.0, 3687.0, 3644.0, 3697.0, 3655.0, 3656.0, 3658.0, 3658.0, 3700.0, 3645.0, 3700.0, 3667.0, 3686.0, 3623.0, 3664.0, 3634.0, 3688.0, 3656.0, 3699.0, 3634.0, 3656.0, 3655.0, 3645.0, 3698.0, 3677.0, 3688.0, 3648.0, 3690.0, 3635.0, 3678.0, 3646.0, 3668.0, 3660.0, 3689.0, 3648.0, 3689.0, 3669.0, 3701.0, 3681.0, 3712.0, 3648.0, 3700.0, 3646.0, 3698.0, 3667.0, 3710.0, 3676.0, 3666.0, 3634.0, 3656.0, 3666.0, 3635.0, 3710.0, 3699.0, 3700.0, 3658.0, 3712.0, 3688.0, 3687.0, 3667.0, 3712.0, 3704.0, 3670.0, 3670.0, 3648.0, 3702.0, 3668.0, 3679.0, 3699.0, 3694.0, 3723.0, 3681.0, 3711.0, 3680.0, 3700.0, 3667.0, 3698.0, 3674.0, 3687.0, 3696.0, 3684.0, 3684.0, 3650.0, 3683.0, 3660.0, 3683.0, 3659.0, 3649.0, 3679.0, 3652.0, 3682.0, 3628.0, 3669.0, 3617.0, 3650.0, 3628.0, 3651.0, 3682.0, 3653.0, 3694.0, 3654.0, 3698.0, 3655.0, 3697.0, 3657.0, 3679.0, 3659.0, 3690.0, 3645.0, 3680.0, 3676.0, 3666.0, 3709.0, 3700.0, 3709.0, 3669.0, 3677.0, 3679.0, 3690.0, 3690.0, 3659.0, 3690.0, 3669.0, 3713.0, 3692.0, 3713.0, 3701.0, 3680.0, 3710.0, 3668.0, 3710.0, 3658.0, 3713.0, 3672.0, 3724.0, 3691.0, 3691.0, 3682.0, 3680.0, 3648.0, 3682.0, 3711.0, 3702.0, 3723.0, 3681.0, 3713.0, 3671.0, 3712.0, 3668.0, 3690.0, 3711.0, 3701.0, 3724.0, 3682.0, 3712.0, 3671.0, 3713.0, 3682.0, 3713.0, 3691.0, 3691.0, 3660.0, 3681.0, 3711.0, 3691.0, 3723.0, 3670.0, 3712.0, 3670.0, 3725.0, 3660.0, 3713.0, 3692.0, 3727.0, 3696.0, 3691.0, 3681.0, 3670.0, 3669.0, 3626.0, 3683.0], 'WindowWidth': [8368.0, 8404.0, 8414.0, 8366.0, 8348.0, 8308.0, 8359.0, 8317.0, 8361.0, 8349.0, 8362.0, 8306.0, 8356.0, 8267.0, 8361.0, 8313.0, 8310.0, 8320.0, 8293.0, 8356.0, 8357.0, 8361.0, 8299.0, 8338.0, 8282.0, 8343.0, 8309.0, 8341.0, 8341.0, 8313.0, 8356.0, 8340.0, 8340.0, 8296.0, 8349.0, 8249.0, 8338.0, 8307.0, 8355.0, 8312.0, 8296.0, 8335.0, 8297.0, 8356.0, 8339.0, 8358.0, 8298.0, 8352.0, 8277.0, 8355.0, 8309.0, 8344.0, 8293.0, 8313.0, 8337.0, 8298.0, 8357.0, 8340.0, 8355.0, 8280.0, 8339.0, 8264.0, 8322.0, 8333.0, 8278.0, 8351.0, 8279.0, 8335.0, 8287.0, 8343.0, 8277.0, 8306.0, 8350.0, 8308.0, 8335.0, 8281.0, 8364.0, 8286.0, 8345.0, 8304.0, 8327.0, 8334.0, 8296.0, 8338.0, 8277.0, 8340.0, 8277.0, 8339.0, 8290.0, 8295.0, 8335.0, 8323.0, 8361.0, 8350.0, 8356.0, 8304.0, 8356.0, 8249.0, 8343.0, 8321.0, 8308.0, 8347.0, 8298.0, 8350.0, 8267.0, 8380.0, 8334.0, 8314.0, 8280.0, 8294.0, 8245.0, 8309.0, 8352.0, 8348.0, 8359.0, 8298.0, 8354.0, 8297.0, 8356.0, 8310.0, 8354.0, 8268.0, 8252.0, 8311.0, 8365.0, 8360.0, 8324.0, 8295.0, 8278.0, 8252.0, 8282.0, 8244.0, 8321.0, 8263.0, 8349.0, 8362.0, 8369.0, 8378.0, 8270.0, 8334.0, 8230.0, 8313.0, 8261.0, 8266.0, 8334.0, 8299.0, 8325.0, 8243.0, 8296.0, 8227.0, 8314.0, 8295.0, 8270.0, 8311.0, 8259.0, 8331.0, 8247.0, 8338.0, 8290.0, 8325.0, 8275.0, 8296.0, 8350.0, 8263.0, 8331.0, 8245.0, 8338.0, 8290.0, 8325.0, 8276.0, 8297.0, 8352.0, 8264.0, 8337.0, 8278.0, 8338.0, 8303.0, 8311.0, 8270.0, 8282.0, 8337.0, 8321.0, 8354.0, 8278.0, 8341.0, 8250.0, 8324.0, 8315.0, 8337.0, 8333.0, 8278.0, 8336.0, 8264.0, 8334.0, 8244.0, 8336.0, 8291.0, 8298.0, 8250.0, 8298.0, 8335.0, 8279.0, 8340.0, 8296.0, 8340.0, 8292.0, 8289.0, 8319.0, 8323.0, 8353.0, 8369.0, 8339.0, 8248.0, 8342.0, 8269.0, 8306.0, 8262.0, 8328.0, 8291.0, 8348.0, 8343.0, 8324.0, 8363.0, 8304.0, 8340.0, 8278.0, 8318.0, 8262.0, 8323.0, 8257.0, 8290.0, 8333.0, 8338.0, 8336.0, 8280.0, 8337.0, 8250.0, 8337.0, 8257.0, 8335.0, 8286.0, 8305.0, 8245.0, 8282.0, 8332.0, 8264.0, 8334.0, 8305.0, 8336.0, 8259.0, 8317.0, 8258.0, 8288.0, 8298.0, 8285.0, 8332.0, 8273.0, 8334.0, 8242.0, 8316.0, 8256.0, 8337.0, 8315.0, 8289.0, 8332.0, 8258.0, 8332.0, 8276.0, 8338.0, 8295.0, 8338.0, 8262.0, 8278.0, 8302.0, 8325.0, 8319.0, 8281.0, 8337.0, 8277.0, 8338.0, 8310.0, 8344.0, 8281.0, 8333.0, 8288.0, 8364.0, 8347.0, 8311.0, 8298.0, 8307.0, 8291.0, 8340.0, 8309.0, 8349.0, 8278.0, 8362.0, 8328.0, 8317.0, 8388.0, 8335.0, 8344.0, 8312.0, 8354.0, 8308.0, 8336.0, 8320.0, 8358.0, 8311.0, 8313.0, 8331.0, 8313.0, 8313.0, 8245.0, 8303.0, 8239.0, 8267.0, 8285.0, 8240.0, 8297.0, 8246.0, 8303.0, 8244.0, 8291.0, 8232.0, 8266.0, 8305.0, 8250.0, 8311.0, 8269.0, 8316.0, 8262.0, 8309.0, 8275.0, 8277.0, 8334.0, 8308.0, 8337.0, 8262.0, 8323.0, 8271.0, 8276.0, 8332.0, 8297.0, 8339.0, 8299.0, 8355.0, 8308.0, 8311.0, 8267.0, 8297.0, 8336.0, 8311.0, 8359.0, 8343.0, 8355.0, 8278.0, 8305.0, 8259.0, 8296.0, 8351.0, 8340.0, 8352.0, 8297.0, 8354.0, 8284.0, 8339.0, 8308.0, 8321.0, 8355.0, 8343.0, 8355.0, 8278.0, 8332.0, 8261.0, 8306.0, 8276.0, 8317.0, 8354.0, 8323.0, 8334.0, 8281.0, 8352.0, 8250.0, 8307.0, 8319.0, 8316.0, 8356.0, 8304.0, 8362.0, 8295.0, 8367.0, 8312.0, 8349.0, 8308.0, 8294.0, 8332.0, 8290.0, 8354.0, 8311.0, 8354.0, 8299.0, 8354.0, 8290.0, 8365.0, 8323.0, 8348.0, 8290.0, 8319.0, 8303.0, 8347.0, 8287.0, 8344.0, 8320.0, 8367.0, 8340.0, 8386.0, 8335.0, 8350.0, 8329.0, 8320.0, 8355.0, 8294.0, 8359.0, 8325.0, 8363.0, 8297.0, 8297.0, 8262.0, 8294.0, 8336.0, 8292.0, 8357.0, 8310.0, 8339.0, 8281.0, 8315.0, 8267.0, 8293.0, 8355.0, 8339.0, 8352.0, 8284.0, 8339.0, 8284.0, 8304.0, 8359.0, 8333.0, 8357.0, 8329.0, 8379.0, 8317.0, 8366.0, 8306.0, 8364.0, 8316.0, 8363.0, 8290.0, 8285.0, 8301.0, 8300.0, 8351.0, 8343.0, 8296.0, 8343.0, 8295.0, 8341.0, 8283.0, 8343.0, 8353.0, 8341.0, 8356.0, 8308.0, 8329.0, 8268.0, 8263.0, 8247.0, 8328.0, 8279.0, 8335.0, 8261.0, 8309.0, 8275.0, 8307.0, 8281.0, 8253.0, 8278.0, 8252.0, 8278.0, 8236.0, 8286.0, 8221.0, 8254.0, 8221.0, 8261.0, 8304.0, 8264.0, 8319.0, 8266.0, 8324.0, 8257.0, 8357.0, 8260.0, 8290.0, 8301.0, 8324.0, 8338.0, 8313.0, 8363.0, 8297.0, 8355.0, 8263.0, 8322.0, 8274.0, 8342.0, 8319.0, 8336.0, 8358.0, 8299.0, 8378.0, 8354.0, 8378.0, 8301.0, 8340.0, 8263.0, 8335.0, 8274.0, 8334.0, 8339.0, 8313.0, 8357.0, 8315.0, 8352.0, 8276.0, 8352.0, 8297.0, 8363.0, 8299.0, 8363.0, 8313.0, 8324.0, 8268.0, 8312.0, 8291.0, 8295.0, 8353.0, 8324.0, 8357.0, 8298.0, 8341.0, 8283.0, 8328.0, 8279.0, 8298.0, 8337.0, 8328.0, 8355.0, 8311.0, 8373.0, 8321.0, 8361.0, 8286.0, 8361.0, 8299.0, 8348.0, 8283.0, 8302.0, 8356.0, 8322.0, 8361.0, 8315.0, 8360.0, 8311.0, 8312.0, 8280.0, 8299.0, 8334.0, 8294.0, 8358.0, 8310.0, 8338.0, 8263.0, 8308.0, 8246.0, 8342.0, 8336.0, 8350.0, 8340.0, 8313.0, 8349.0, 8295.0, 8342.0, 8310.0, 8358.0, 8269.0, 8313.0, 8263.0, 8298.0, 8357.0, 8332.0, 8238.0, 8211.0, 8267.0, 8269.0, 8266.0, 8200.0, 8274.0, 8222.0, 8267.0, 8253.0, 8337.0, 8318.0, 8341.0, 8276.0, 8338.0, 8257.0, 8310.0, 8259.0, 8300.0, 8212.0, 8308.0, 8218.0, 8294.0, 8243.0, 8331.0, 8286.0, 8283.0, 8233.0, 8261.0, 8213.0, 8265.0, 8307.0, 8303.0, 8353.0, 8257.0, 8313.0, 8241.0, 8309.0, 8255.0, 8306.0, 8262.0, 8260.0, 8216.0, 8295.0, 8298.0, 8318.0, 8284.0, 8289.0, 8284.0, 8277.0, 8312.0, 8255.0, 8313.0, 8302.0, 8332.0, 8257.0, 8315.0, 8244.0, 8311.0, 8226.0, 8340.0, 8271.0, 8302.0, 8254.0, 8274.0, 8240.0, 8273.0, 8329.0, 8304.0, 8354.0, 8261.0, 8331.0, 8243.0, 8313.0, 8255.0, 8316.0, 8287.0, 8289.0, 8241.0, 8256.0, 8294.0, 8255.0, 8314.0, 8255.0, 8311.0, 8226.0, 8300.0, 8244.0, 8315.0, 8315.0, 8307.0, 8327.0, 8256.0, 8311.0, 8240.0, 8319.0, 8270.0, 8312.0, 8245.0, 8291.0, 8255.0, 8347.0, 8291.0, 8301.0, 8228.0, 8260.0, 8257.0, 8303.0, 8316.0, 8301.0, 8327.0, 8258.0, 8312.0, 8258.0, 8314.0, 8286.0, 8330.0, 8241.0, 8311.0, 8226.0, 8319.0, 8253.0, 8301.0, 8299.0, 8286.0, 8297.0, 8272.0, 8298.0, 8257.0, 8313.0, 8301.0, 8314.0, 8257.0, 8320.0, 8255.0, 8313.0, 8254.0, 8329.0, 8270.0, 8274.0, 8279.0, 8281.0, 8337.0, 8259.0, 8337.0, 8288.0, 8312.0, 8226.0, 8278.0, 8239.0, 8317.0, 8273.0, 8334.0, 8243.0, 8274.0, 8270.0, 8257.0, 8332.0, 8300.0, 8316.0, 8269.0, 8324.0, 8246.0, 8307.0, 8262.0, 8292.0, 8289.0, 8323.0, 8266.0, 8320.0, 8295.0, 8342.0, 8313.0, 8356.0, 8266.0, 8338.0, 8261.0, 8331.0, 8289.0, 8353.0, 8300.0, 8288.0, 8242.0, 8274.0, 8285.0, 8245.0, 8352.0, 8337.0, 8339.0, 8283.0, 8363.0, 8322.0, 8318.0, 8292.0, 8356.0, 8349.0, 8299.0, 8302.0, 8271.0, 8345.0, 8295.0, 8310.0, 8337.0, 8340.0, 8375.0, 8317.0, 8359.0, 8314.0, 8341.0, 8291.0, 8336.0, 8294.0, 8316.0, 8331.0, 8308.0, 8308.0, 8256.0, 8309.0, 8271.0, 8308.0, 8266.0, 8253.0, 8293.0, 8263.0, 8299.0, 8222.0, 8279.0, 8207.0, 8256.0, 8225.0, 8260.0, 8301.0, 8266.0, 8323.0, 8273.0, 8335.0, 8275.0, 8333.0, 8282.0, 8312.0, 8287.0, 8327.0, 8261.0, 8314.0, 8300.0, 8288.0, 8352.0, 8341.0, 8351.0, 8297.0, 8305.0, 8312.0, 8327.0, 8327.0, 8285.0, 8327.0, 8300.0, 8363.0, 8334.0, 8364.0, 8342.0, 8316.0, 8354.0, 8294.0, 8352.0, 8281.0, 8364.0, 8310.0, 8381.0, 8331.0, 8333.0, 8321.0, 8316.0, 8271.0, 8320.0, 8357.0, 8346.0, 8377.0, 8319.0, 8362.0, 8306.0, 8361.0, 8297.0, 8329.0, 8357.0, 8345.0, 8378.0, 8320.0, 8362.0, 8307.0, 8365.0, 8323.0, 8365.0, 8332.0, 8333.0, 8290.0, 8320.0, 8358.0, 8330.0, 8376.0, 8304.0, 8360.0, 8303.0, 8382.0, 8288.0, 8362.0, 8335.0, 8390.0, 8347.0, 8329.0, 8317.0, 8300.0, 8275.0, 8208.0, 8306.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.006692681318681318</td></tr>
<tr><td colspan=3>aqi</td><td>0.07465689164835165</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.43976238821784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780008734323433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999138205027502</td></tr>
<tr><td colspan=3>efc</td><td>0.468</td></tr>
<tr><td colspan=3>fber</td><td>6246.1084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19975409937477767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>179</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.67032967032967</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497152676095041</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338557944244434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7300445712743016</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4228555127663873</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110291</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014507860876619816</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03307216614484787</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.206154718983479</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>26.6307</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3439</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.2221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300519.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>521.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>233.3023</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1605</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.1605</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2904.0651</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>722.5079</td></tr>
<tr><td colspan=3>tsnr</td><td>24.196647690725513</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>