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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-02/func/sub-0031_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8c66c912dfd39f186960e09761152565</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>12:04:18.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.999768, -0.0212369, -0.00355872, 0.0212913, 0.999645, 0.0160159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.134129</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7748, -7190, 499, -43, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69534332-533f-47e7-94e8-ff07d7261518||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.682304859161377, 0.05712303891777992, -0.008686798624694347, 111.3343505859375], [0.056977104395627975, 2.681974411010742, 0.043437402695417404, -90.51675415039062], [-0.009547796100378036, -0.04296940937638283, 2.699636697769165, -36.8962516784668], [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': ['120418.020000', '120418.480000', '120418.940000', '120419.400000', '120419.860000', '120420.320000', '120420.780000', '120421.240000', '120421.700000', '120422.160000', '120422.620000', '120423.080000', '120423.540000', '120424.000000', '120424.460000', '120424.920000', '120425.380000', '120425.840000', '120426.300000', '120426.760000', '120427.220000', '120427.680000', '120428.140000', '120428.600000', '120429.060000', '120429.520000', '120429.980000', '120430.440000', '120430.900000', '120431.360000', '120431.820000', '120432.280000', '120432.740000', '120433.200000', '120433.660000', '120434.120000', '120434.580000', '120435.040000', '120435.500000', '120435.960000', '120436.420000', '120436.880000', '120437.340000', '120437.800000', '120438.260000', '120438.720000', '120439.180000', '120439.640000', '120440.100000', '120440.560000', '120441.020000', '120441.480000', '120441.940000', '120442.400000', '120442.860000', '120443.320000', '120443.780000', '120444.240000', '120444.700000', '120445.160000', '120445.620000', '120446.080000', '120446.540000', '120447.000000', '120447.460000', '120447.920000', '120448.380000', '120448.840000', '120449.300000', '120449.760000', '120450.220000', '120450.680000', '120451.140000', '120451.600000', '120452.060000', '120452.520000', '120452.980000', '120453.440000', '120453.900000', '120454.360000', '120454.820000', '120455.280000', '120455.740000', '120456.200000', '120456.660000', '120457.120000', '120457.580000', '120458.040000', '120458.500000', '120458.960000', '120459.420000', '120459.880000', '120500.340000', '120500.800000', '120501.260000', '120501.720000', '120502.180000', '120502.640000', '120503.100000', '120503.560000', '120504.020000', '120504.480000', '120504.940000', '120505.400000', '120505.860000', '120506.320000', '120506.780000', '120507.240000', '120507.700000', '120508.160000', '120508.620000', '120509.080000', '120509.540000', '120510.000000', '120510.460000', '120510.920000', '120511.380000', '120511.840000', '120512.300000', '120512.760000', '120513.220000', '120513.680000', '120514.140000', '120514.600000', '120515.060000', '120515.520000', '120515.980000', '120516.440000', '120516.900000', '120517.360000', '120517.820000', '120518.280000', '120518.740000', '120519.200000', '120519.660000', '120520.120000', '120520.580000', '120521.040000', '120521.500000', '120521.960000', '120522.420000', '120522.880000', '120523.340000', '120523.800000', '120524.260000', '120524.720000', '120525.180000', '120525.640000', '120526.100000', '120526.560000', '120527.020000', '120527.480000', '120527.940000', '120528.400000', '120528.860000', '120529.320000', '120529.780000', '120530.240000', '120530.700000', '120531.160000', '120531.620000', '120532.080000', '120532.540000', '120533.000000', '120533.460000', '120533.920000', '120534.380000', '120534.840000', '120535.300000', '120535.760000', '120536.220000', '120536.680000', '120537.140000', '120537.600000', '120538.060000', '120538.520000', '120538.980000', '120539.440000', '120539.900000', '120540.360000', '120540.820000', '120541.280000', '120541.740000', '120542.200000', '120542.660000', '120543.120000', '120543.580000', '120544.040000', '120544.500000', '120544.960000', '120545.420000', '120545.880000', '120546.340000', '120546.800000', '120547.260000', '120547.720000', '120548.180000', '120548.640000', '120549.100000', '120549.560000', '120550.020000', '120550.480000', '120550.940000', '120551.400000', '120551.860000', '120552.320000', '120552.780000', '120553.240000', '120553.700000', '120554.160000', '120554.620000', '120555.080000', '120555.540000', '120556.000000', '120556.460000', '120556.920000', '120557.380000', '120557.840000', '120558.300000', '120558.760000', '120559.220000', '120559.680000', '120600.140000', '120600.600000', '120601.060000', '120601.520000', '120601.980000', '120602.440000', '120602.900000', '120603.360000', '120603.820000', '120604.280000', '120604.740000', '120605.200000', '120605.660000', '120606.120000', '120606.580000', '120607.040000', '120607.500000', '120607.960000', '120608.420000', '120608.880000', '120609.340000', '120609.800000', '120610.260000', '120610.720000', '120611.180000', '120611.640000', '120612.100000', '120612.560000', '120613.020000', '120613.480000', '120613.940000', '120614.400000', '120614.860000', '120615.320000', '120615.780000', '120616.240000', '120616.700000', '120617.160000', '120617.620000', '120618.080000', '120618.540000', '120619.000000', '120619.460000', '120619.920000', '120620.380000', '120620.840000', '120621.300000', '120621.760000', '120622.220000', '120622.680000', '120623.140000', '120623.600000', '120624.060000', '120624.520000', '120624.980000', '120625.440000', '120625.900000', '120626.360000', '120626.820000', '120627.280000', '120627.740000', '120628.200000', '120628.660000', '120629.120000', '120629.580000', '120630.040000', '120630.500000', '120630.960000', '120631.420000', '120631.880000', '120632.340000', '120632.800000', '120633.260000', '120633.720000', '120634.180000', '120634.640000', '120635.100000', '120635.560000', '120636.020000', '120636.480000', '120636.940000', '120637.400000', '120637.860000', '120638.320000', '120638.780000', '120639.240000', '120639.700000', '120640.160000', '120640.620000', '120641.080000', '120641.540000', '120642.000000', '120642.460000', '120642.920000', '120643.380000', '120643.840000', '120644.300000', '120644.760000', '120645.220000', '120645.680000', '120646.140000', '120646.600000', '120647.060000', '120647.520000', '120647.980000', '120648.440000', '120648.900000', '120649.360000', '120649.820000', '120650.280000', '120650.740000', '120651.200000', '120651.660000', '120652.120000', '120652.580000', '120653.040000', '120653.500000', '120653.960000', '120654.420000', '120654.880000', '120655.340000', '120655.800000', '120656.260000', '120656.720000', '120657.180000', '120657.640000', '120658.100000', '120658.560000', '120659.020000', '120659.480000', '120659.940000', '120700.400000', '120700.860000', '120701.320000', '120701.780000', '120702.240000', '120702.700000', '120703.160000', '120703.620000', '120704.080000', '120704.540000', '120705.000000', '120705.460000', '120705.920000', '120706.380000', '120706.840000', '120707.300000', '120707.760000', '120708.220000', '120708.680000', '120709.140000', '120709.600000', '120710.060000', '120710.520000', '120710.980000', '120711.440000', '120711.900000', '120712.360000', '120712.820000', '120713.280000', '120713.740000', '120714.200000', '120714.660000', '120715.120000', '120715.580000', '120716.040000', '120716.500000', '120716.960000', '120717.420000', '120717.880000', '120718.340000', '120718.800000', '120719.260000', '120719.720000', '120720.180000', '120720.640000', '120721.100000', '120721.560000', '120722.020000', '120722.480000', '120722.940000', '120723.400000', '120723.860000', '120724.320000', '120724.780000', '120725.240000', '120725.700000', '120726.160000', '120726.620000', '120727.080000', '120727.540000', '120728.000000', '120728.460000', '120728.920000', '120729.380000', '120729.840000', '120730.300000', '120730.760000', '120731.220000', '120731.680000', '120732.140000', '120732.600000', '120733.060000', '120733.520000', '120733.980000', '120734.440000', '120734.900000', '120735.360000', '120735.820000', '120736.280000', '120736.740000', '120737.200000', '120737.660000', '120738.120000', '120738.580000', '120739.040000', '120739.500000', '120739.960000', '120740.420000', '120740.880000', '120741.340000', '120741.800000', '120742.260000', '120742.720000', '120743.180000', '120743.640000', '120744.100000', '120744.560000', '120745.020000', '120745.480000', '120745.940000', '120746.400000', '120746.860000', '120747.320000', '120747.780000', '120748.240000', '120748.700000', '120749.160000', '120749.620000', '120750.080000', '120750.540000', '120751.000000', '120751.460000', '120751.920000', '120752.380000', '120752.840000', '120753.300000', '120753.760000', '120754.220000', '120754.680000', '120755.140000', '120755.600000', '120756.060000', '120756.520000', '120756.980000', '120757.440000', '120757.900000', '120758.360000', '120758.820000', '120759.280000', '120759.740000', '120800.200000', '120800.660000', '120801.120000', '120801.580000', '120802.040000', '120802.500000', '120802.960000', '120803.420000', '120803.880000', '120804.340000', '120804.800000', '120805.260000', '120805.720000', '120806.180000', '120806.640000', '120807.100000', '120807.560000', '120808.020000', '120808.480000', '120808.940000', '120809.400000', '120809.860000', '120810.320000', '120810.780000', '120811.240000', '120811.700000', '120812.160000', '120812.620000', '120813.080000', '120813.540000', '120814.000000', '120814.460000', '120814.920000', '120815.380000', '120815.840000', '120816.300000', '120816.760000', '120817.220000', '120817.680000', '120818.140000', '120818.600000', '120819.060000', '120819.520000', '120819.980000', '120820.440000', '120820.900000', '120821.360000', '120821.820000', '120822.280000', '120822.740000', '120823.200000', '120823.660000', '120824.120000', '120824.580000', '120825.040000', '120825.500000', '120825.960000', '120826.420000', '120826.880000', '120827.340000', '120827.800000', '120828.260000', '120828.720000', '120829.180000', '120829.640000', '120830.100000', '120830.560000', '120831.020000', '120831.480000', '120831.940000', '120832.400000', '120832.860000', '120833.320000', '120833.780000', '120834.240000', '120834.700000', '120835.160000', '120835.620000', '120836.080000', '120836.540000', '120837.000000', '120837.460000', '120837.920000', '120838.380000', '120838.840000', '120839.300000', '120839.760000', '120840.220000', '120840.680000', '120841.140000', '120841.600000', '120842.060000', '120842.520000', '120842.980000', '120843.440000', '120843.900000', '120844.360000', '120844.820000', '120845.280000', '120845.740000', '120846.200000', '120846.660000', '120847.120000', '120847.580000', '120848.040000', '120848.500000', '120848.960000', '120849.420000', '120849.880000', '120850.340000', '120850.800000', '120851.260000', '120851.720000', '120852.180000', '120852.640000', '120853.100000', '120853.560000', '120854.020000', '120854.480000', '120854.940000', '120855.400000', '120855.860000', '120856.320000', '120856.780000', '120857.240000', '120857.700000', '120858.160000', '120858.620000', '120859.080000', '120859.540000', '120900.000000', '120900.460000', '120900.920000', '120901.380000', '120901.840000', '120902.300000', '120902.760000', '120903.220000', '120903.680000', '120904.140000', '120904.600000', '120905.060000', '120905.520000', '120905.980000', '120906.440000', '120906.900000', '120907.360000', '120907.820000', '120908.280000', '120908.740000', '120909.200000', '120909.660000', '120910.120000', '120910.580000', '120911.040000', '120911.500000', '120911.960000', '120912.420000', '120912.880000', '120913.340000', '120913.800000', '120914.260000', '120914.720000', '120915.180000', '120915.640000', '120916.100000', '120916.560000', '120917.020000', '120917.480000', '120917.940000', '120918.400000', '120918.860000', '120919.320000', '120919.780000', '120920.240000', '120920.700000', '120921.160000', '120921.620000', '120922.080000', '120922.540000', '120923.000000', '120923.460000', '120923.920000', '120924.380000', '120924.840000', '120925.300000', '120925.760000', '120926.220000', '120926.680000', '120927.140000', '120927.600000', '120928.060000', '120928.520000', '120928.980000', '120929.440000', '120929.900000', '120930.360000', '120930.820000', '120931.280000', '120931.740000', '120932.200000', '120932.660000', '120933.120000', '120933.580000', '120934.040000', '120934.500000', '120934.960000', '120935.420000', '120935.880000', '120936.340000', '120936.800000', '120937.260000', '120937.720000', '120938.180000', '120938.640000', '120939.100000', '120939.560000', '120940.020000', '120940.480000', '120940.940000', '120941.400000', '120941.860000', '120942.320000', '120942.780000', '120943.240000', '120943.700000', '120944.160000', '120944.620000', '120945.080000', '120945.540000', '120946.000000', '120946.460000', '120946.920000', '120947.380000', '120947.840000', '120948.300000', '120948.760000', '120949.220000', '120949.680000', '120950.140000', '120950.600000', '120951.060000', '120951.520000', '120951.980000', '120952.440000', '120952.900000', '120953.360000', '120953.820000', '120954.280000', '120954.740000', '120955.200000', '120955.660000', '120956.120000', '120956.580000', '120957.040000', '120957.500000', '120957.960000', '120958.420000', '120958.880000', '120959.340000', '120959.800000', '121000.260000', '121000.720000', '121001.180000', '121001.640000', '121002.100000', '121002.560000', '121003.020000', '121003.480000', '121003.940000', '121004.400000', '121004.860000', '121005.320000', '121005.780000', '121006.240000', '121006.700000', '121007.160000', '121007.620000', '121008.080000', '121008.540000', '121009.000000', '121009.460000', '121009.920000', '121010.380000', '121010.840000', '121011.300000', '121011.760000', '121012.220000', '121012.680000', '121013.140000', '121013.600000', '121014.060000', '121014.520000', '121014.980000', '121015.440000', '121015.900000', '121016.360000', '121016.820000', '121017.280000', '121017.740000', '121018.200000', '121018.660000', '121019.120000', '121019.580000', '121020.040000', '121020.500000', '121020.960000', '121021.420000', '121021.880000', '121022.340000', '121022.800000', '121023.260000', '121023.720000', '121024.180000', '121024.640000', '121025.100000', '121025.560000', '121026.020000', '121026.480000', '121026.940000', '121027.400000', '121027.860000', '121028.320000', '121028.780000', '121029.240000', '121029.700000', '121030.160000', '121030.620000', '121031.080000', '121031.540000', '121032.000000', '121032.460000', '121032.920000', '121033.380000', '121033.840000', '121034.300000', '121034.760000', '121035.220000', '121035.680000', '121036.140000', '121036.600000', '121037.060000', '121037.520000', '121037.980000', '121038.440000', '121038.900000', '121039.360000', '121039.820000', '121040.280000', '121040.740000', '121041.200000', '121041.660000', '121042.120000', '121042.580000', '121043.040000', '121043.500000', '121043.960000', '121044.420000', '121044.880000', '121045.340000', '121045.800000', '121046.260000', '121046.720000', '121047.180000', '121047.640000', '121048.100000', '121048.560000', '121049.020000', '121049.480000', '121049.940000', '121050.400000', '121050.860000', '121051.320000', '121051.780000', '121052.240000', '121052.700000', '121053.160000', '121053.620000', '121054.080000', '121054.540000', '121055.000000', '121055.460000', '121055.920000', '121056.380000', '121056.840000', '121057.300000', '121057.760000', '121058.220000', '121058.680000', '121059.140000', '121059.600000', '121100.060000', '121100.520000', '121100.980000', '121101.440000', '121101.900000', '121102.360000', '121102.820000', '121103.280000', '121103.740000', '121104.200000', '121104.660000', '121105.120000', '121105.580000', '121106.040000', '121106.500000', '121106.960000', '121107.420000', '121107.880000', '121108.340000', '121108.800000', '121109.260000', '121109.720000', '121110.180000', '121110.640000', '121111.100000', '121111.560000', '121112.020000', '121112.480000', '121112.940000', '121113.400000', '121113.860000', '121114.320000', '121114.780000', '121115.240000', '121115.700000', '121116.160000', '121116.620000', '121117.080000', '121117.540000', '121118.000000'], 'ContentTime': ['120438.225000', '120438.228000', '120438.231000', '120438.234000', '120438.237000', '120438.245000', '120438.248000', '120438.250000', '120438.253000', '120438.256000', '120438.259000', '120438.262000', '120438.265000', '120438.268000', '120438.271000', '120438.274000', '120438.276000', '120438.292000', '120438.295000', '120438.298000', '120438.300000', '120438.303000', '120438.306000', '120438.309000', '120438.312000', '120438.315000', '120438.318000', '120438.321000', '120438.323000', '120438.326000', '120438.329000', '120438.332000', '120438.335000', '120438.338000', '120438.341000', '120438.344000', '120438.346000', '120438.349000', '120438.352000', '120438.355000', '120438.358000', '120458.194000', '120458.201000', '120458.204000', '120458.207000', '120458.210000', '120458.212000', '120458.215000', '120458.218000', '120458.221000', '120458.224000', '120458.227000', '120458.230000', '120458.232000', '120458.235000', '120458.238000', '120458.241000', '120458.244000', '120458.247000', '120458.250000', '120458.253000', '120458.255000', '120458.258000', '120458.261000', '120458.264000', '120458.267000', '120458.270000', '120458.273000', '120458.275000', '120458.278000', '120458.281000', '120458.284000', '120458.287000', '120458.293000', '120458.295000', '120458.298000', '120458.301000', '120458.304000', '120458.307000', '120458.310000', '120458.313000', '120458.315000', '120458.318000', '120458.321000', '120458.324000', '120518.195000', '120518.198000', '120518.201000', '120518.204000', '120518.207000', '120518.209000', '120518.212000', '120518.215000', '120518.218000', '120518.221000', '120518.224000', '120518.229000', '120518.233000', '120518.237000', '120518.239000', '120518.242000', '120518.245000', '120518.248000', '120518.251000', '120518.254000', '120518.257000', '120518.260000', '120518.263000', '120518.273000', '120518.276000', '120518.279000', '120518.281000', '120518.284000', '120518.287000', '120518.294000', '120518.297000', '120518.299000', '120518.302000', '120518.305000', '120518.308000', '120518.311000', '120518.314000', '120518.317000', '120518.319000', '120518.322000', '120518.325000', '120518.328000', '120518.331000', '120538.195000', '120538.198000', '120538.201000', '120538.203000', '120538.206000', '120538.209000', '120538.212000', '120538.215000', '120538.218000', '120538.221000', '120538.224000', '120538.226000', '120538.230000', '120538.232000', '120538.235000', '120538.238000', '120538.241000', '120538.244000', '120538.247000', '120538.250000', '120538.253000', '120538.255000', '120538.258000', '120538.261000', '120538.264000', '120538.267000', '120538.270000', '120538.273000', '120538.276000', '120538.278000', '120538.281000', '120538.284000', '120538.287000', '120538.290000', '120538.293000', '120538.296000', '120538.299000', '120538.301000', '120538.304000', '120538.307000', '120538.310000', '120538.319000', '120538.322000', '120538.325000', '120558.195000', '120558.198000', '120558.201000', '120558.204000', '120558.206000', '120558.209000', '120558.212000', '120558.215000', '120558.218000', '120558.221000', '120558.230000', '120558.233000', '120558.236000', '120558.239000', '120558.245000', '120558.249000', '120558.252000', '120558.255000', '120558.257000', '120558.260000', '120558.263000', '120558.266000', '120558.269000', '120558.272000', '120558.275000', '120558.278000', '120558.281000', '120558.286000', '120558.289000', '120558.292000', '120558.294000', '120558.297000', '120558.300000', '120558.303000', '120558.306000', '120558.309000', '120558.312000', '120558.315000', '120558.318000', '120558.320000', '120558.323000', '120558.326000', '120558.329000', '120618.195000', '120618.198000', '120618.201000', '120618.204000', '120618.206000', '120618.209000', '120618.212000', '120618.215000', '120618.218000', '120618.221000', '120618.224000', '120618.227000', '120618.230000', '120618.233000', '120618.236000', '120618.239000', '120618.241000', '120618.244000', '120618.247000', '120618.250000', '120618.253000', '120618.256000', '120618.259000', '120618.262000', '120618.264000', '120618.267000', '120618.270000', '120618.273000', '120618.276000', '120618.279000', '120618.282000', '120618.285000', '120618.288000', '120618.290000', '120618.293000', '120618.296000', '120618.299000', '120618.302000', '120618.305000', '120618.313000', '120618.316000', '120618.319000', '120618.322000', '120618.325000', '120638.196000', '120638.334000', '120638.336000', '120638.339000', '120638.342000', '120638.345000', '120638.348000', '120638.351000', '120638.354000', '120638.357000', '120638.360000', '120638.363000', '120638.366000', '120638.368000', '120638.371000', '120638.374000', '120638.377000', '120638.380000', '120638.383000', '120638.386000', '120638.389000', '120638.392000', '120638.395000', '120638.398000', '120638.401000', '120638.403000', '120638.406000', '120638.409000', '120638.412000', '120638.415000', '120638.418000', '120638.421000', '120638.424000', '120638.426000', '120638.429000', '120638.432000', '120638.439000', '120638.442000', '120638.445000', '120638.448000', '120638.451000', '120638.454000', '120638.457000', '120658.194000', '120658.197000', '120658.200000', '120658.203000', '120658.205000', '120658.208000', '120658.211000', '120658.214000', '120658.217000', '120658.220000', '120658.223000', '120658.226000', '120658.229000', '120658.232000', '120658.235000', '120658.238000', '120658.240000', '120658.243000', '120658.246000', '120658.249000', '120658.252000', '120658.255000', '120658.258000', '120658.261000', '120658.264000', '120658.266000', '120658.269000', '120658.272000', '120658.275000', '120658.278000', '120658.281000', '120658.284000', '120658.287000', '120658.290000', '120658.293000', '120658.295000', '120658.298000', '120658.301000', '120658.304000', '120658.307000', '120658.310000', '120658.321000', '120658.324000', '120658.327000', '120718.194000', '120718.197000', '120718.200000', '120718.202000', '120718.206000', '120718.208000', '120718.211000', '120718.214000', '120718.217000', '120718.220000', '120718.223000', '120718.226000', '120718.229000', '120718.232000', '120718.235000', '120718.237000', '120718.241000', '120718.243000', '120718.246000', '120718.249000', '120718.252000', '120718.255000', '120718.258000', '120718.261000', '120718.264000', '120718.266000', '120718.269000', '120718.272000', '120718.278000', '120718.281000', '120718.284000', '120718.287000', '120718.290000', '120718.292000', '120718.295000', '120718.298000', '120718.309000', '120718.312000', '120718.315000', '120718.318000', '120718.321000', '120718.324000', '120718.327000', '120738.195000', '120738.198000', '120738.201000', '120738.204000', '120738.207000', '120738.210000', '120738.213000', '120738.216000', '120738.218000', '120738.221000', '120738.224000', '120738.227000', '120738.235000', '120738.238000', '120738.241000', '120738.244000', '120738.247000', '120738.250000', '120738.252000', '120738.255000', '120738.258000', '120738.261000', '120738.264000', '120738.267000', '120738.270000', '120738.273000', '120738.276000', '120738.278000', '120738.281000', '120738.284000', '120738.287000', '120738.290000', '120738.293000', '120738.296000', '120738.299000', '120738.302000', '120738.304000', '120738.307000', '120738.310000', '120738.313000', '120738.316000', '120738.319000', '120738.322000', '120738.324000', '120758.195000', '120758.198000', '120758.201000', '120758.204000', '120758.207000', '120758.210000', '120758.221000', '120758.224000', '120758.227000', '120758.230000', '120758.234000', '120758.237000', '120758.240000', '120758.243000', '120758.246000', '120758.249000', '120758.252000', '120758.255000', '120758.257000', '120758.261000', '120758.264000', '120758.266000', '120758.269000', '120758.272000', '120758.275000', '120758.278000', '120758.281000', '120758.284000', '120758.287000', '120758.290000', '120758.293000', '120758.297000', '120758.299000', '120758.302000', '120758.305000', '120758.308000', '120758.311000', '120758.314000', '120758.317000', '120758.320000', '120758.323000', '120758.326000', '120758.328000', '120818.195000', '120818.198000', '120818.201000', '120818.204000', '120818.206000', '120818.209000', '120818.212000', '120818.215000', '120818.218000', '120818.221000', '120818.224000', '120818.227000', '120818.230000', '120818.233000', '120818.235000', '120818.239000', '120818.241000', '120818.244000', '120818.247000', '120818.250000', '120818.253000', '120818.256000', '120818.259000', '120818.262000', '120818.265000', '120818.268000', '120818.270000', '120818.273000', '120818.276000', '120818.279000', '120818.282000', '120818.285000', '120818.288000', '120818.291000', '120818.294000', '120818.297000', '120818.299000', '120818.302000', '120818.305000', '120818.308000', '120818.311000', '120818.314000', '120818.316000', '120818.319000', '120838.195000', '120838.198000', '120838.201000', '120838.204000', '120838.207000', '120838.210000', '120838.213000', '120838.216000', '120838.218000', '120838.222000', '120838.224000', '120838.227000', '120838.230000', '120838.233000', '120838.236000', '120838.239000', '120838.242000', '120838.245000', '120838.248000', '120838.250000', '120838.253000', '120838.256000', '120838.259000', '120838.262000', '120838.265000', '120838.268000', '120838.271000', '120838.274000', '120838.276000', '120838.280000', '120838.282000', '120838.285000', '120838.298000', '120838.301000', '120838.304000', '120838.307000', '120838.309000', '120838.312000', '120838.317000', '120838.322000', '120838.325000', '120838.328000', '120838.331000', '120858.195000', '120858.202000', '120858.205000', '120858.208000', '120858.211000', '120858.214000', '120858.217000', '120858.220000', '120858.222000', '120858.225000', '120858.228000', '120858.231000', '120858.234000', '120858.237000', '120858.240000', '120858.243000', '120858.246000', '120858.249000', '120858.260000', '120858.262000', '120858.265000', '120858.268000', '120858.271000', '120858.274000', '120858.277000', '120858.286000', '120858.289000', '120858.291000', '120858.294000', '120858.297000', '120858.300000', '120858.303000', '120858.306000', '120858.309000', '120858.312000', '120858.314000', '120858.317000', '120858.320000', '120858.323000', '120858.326000', '120858.329000', '120858.332000', '120858.335000', '120858.337000', '120918.194000', '120918.197000', '120918.200000', '120918.203000', '120918.206000', '120918.209000', '120918.212000', '120918.214000', '120918.217000', '120918.220000', '120918.223000', '120918.226000', '120918.229000', '120918.232000', '120918.235000', '120918.238000', '120918.241000', '120918.244000', '120918.247000', '120918.249000', '120918.252000', '120918.255000', '120918.258000', '120918.261000', '120918.264000', '120918.267000', '120918.271000', '120918.274000', '120918.277000', '120918.280000', '120918.283000', '120918.286000', '120918.289000', '120918.292000', '120918.294000', '120918.297000', '120918.300000', '120918.303000', '120918.306000', '120918.309000', '120918.312000', '120918.314000', '120918.317000', '120938.194000', '120938.211000', '120938.214000', '120938.217000', '120938.220000', '120938.223000', '120938.226000', '120938.229000', '120938.231000', '120938.235000', '120938.238000', '120938.241000', '120938.244000', '120938.247000', '120938.250000', '120938.253000', '120938.256000', '120938.259000', '120938.262000', '120938.265000', '120938.268000', '120938.271000', '120938.274000', '120938.277000', '120938.279000', '120938.282000', '120938.285000', '120938.288000', '120938.291000', '120938.294000', '120938.297000', '120938.300000', '120938.303000', '120938.306000', '120938.309000', '120938.312000', '120938.314000', '120938.317000', '120938.320000', '120938.323000', '120938.326000', '120938.329000', '120938.332000', '120938.335000', '120958.195000', '120958.198000', '120958.201000', '120958.204000', '120958.207000', '120958.210000', '120958.212000', '120958.215000', '120958.218000', '120958.221000', '120958.224000', '120958.227000', '120958.230000', '120958.233000', '120958.236000', '120958.239000', '120958.242000', '120958.245000', '120958.247000', '120958.251000', '120958.253000', '120958.256000', '120958.259000', '120958.262000', '120958.265000', '120958.268000', '120958.271000', '120958.274000', '120958.277000', '120958.280000', '120958.282000', '120958.285000', '120958.288000', '120958.291000', '120958.294000', '120958.297000', '120958.300000', '120958.303000', '120958.305000', '120958.308000', '120958.311000', '120958.314000', '120958.317000', '121018.195000', '121018.206000', '121018.209000', '121018.212000', '121018.215000', '121018.218000', '121018.221000', '121018.224000', '121018.227000', '121018.230000', '121018.233000', '121018.236000', '121018.239000', '121018.242000', '121018.244000', '121018.247000', '121018.250000', '121018.253000', '121018.256000', '121018.259000', '121018.262000', '121018.265000', '121018.268000', '121018.271000', '121018.274000', '121018.277000', '121018.279000', '121018.282000', '121018.285000', '121018.299000', '121018.302000', '121018.305000', '121018.308000', '121018.311000', '121018.313000', '121018.316000', '121018.319000', '121018.322000', '121018.325000', '121018.328000', '121018.331000', '121018.334000', '121018.336000', '121038.209000', '121038.212000', '121038.214000', '121038.217000', '121038.220000', '121038.223000', '121038.233000', '121038.236000', '121038.239000', '121038.242000', '121038.245000', '121038.247000', '121038.250000', '121038.253000', '121038.256000', '121038.259000', '121038.262000', '121038.265000', '121038.268000', '121038.271000', '121038.274000', '121038.276000', '121038.280000', '121038.282000', '121038.285000', '121038.288000', '121038.291000', '121038.294000', '121038.297000', '121038.300000', '121038.303000', '121038.306000', '121038.309000', '121038.313000', '121038.316000', '121038.319000', '121038.322000', '121038.324000', '121038.328000', '121038.330000', '121038.333000', '121038.336000', '121038.339000', '121038.342000', '121058.195000', '121058.252000', '121058.255000', '121058.258000', '121058.261000', '121058.264000', '121058.267000', '121058.270000', '121058.273000', '121058.276000', '121058.279000', '121058.282000', '121058.285000', '121058.288000', '121058.291000', '121058.294000', '121058.297000', '121058.317000', '121058.320000', '121058.323000', '121058.326000', '121058.329000', '121058.332000', '121058.335000', '121058.338000', '121058.341000', '121058.344000', '121058.347000', '121058.350000', '121058.353000', '121058.356000', '121058.359000', '121058.362000', '121058.364000', '121058.367000', '121058.370000', '121058.373000', '121058.376000', '121058.379000', '121058.382000', '121058.385000', '121058.388000', '121058.391000', '121118.195000', '121118.216000', '121118.218000', '121118.221000', '121118.224000', '121118.227000', '121118.230000', '121118.233000', '121118.235000', '121118.238000', '121118.241000', '121118.244000', '121118.247000', '121118.250000', '121118.253000', '121118.256000', '121118.259000', '121118.261000', '121118.264000', '121118.267000', '121118.270000', '121118.273000', '121118.276000', '121118.279000', '121118.281000', '121118.284000', '121118.287000', '121118.290000', '121118.293000', '121118.296000', '121118.298000', '121118.301000', '121118.304000', '121118.307000', '121118.310000', '121118.313000', '121118.316000', '121118.318000', '121118.321000', '121118.324000', '121118.327000', '121118.330000', '121118.333000', '121118.335000', '121119.373000', '121119.378000', '121119.381000'], 'InstanceCreationTime': ['120438.225000', '120438.228000', '120438.231000', '120438.234000', '120438.237000', '120438.245000', '120438.248000', '120438.250000', '120438.253000', '120438.256000', '120438.259000', '120438.262000', '120438.265000', '120438.268000', '120438.271000', '120438.274000', '120438.276000', '120438.292000', '120438.295000', '120438.298000', '120438.300000', '120438.303000', '120438.306000', '120438.309000', '120438.312000', '120438.315000', '120438.318000', '120438.321000', '120438.323000', '120438.326000', '120438.329000', '120438.332000', '120438.335000', '120438.338000', '120438.341000', '120438.344000', '120438.346000', '120438.349000', '120438.352000', '120438.355000', '120438.358000', '120458.194000', '120458.201000', '120458.204000', '120458.207000', '120458.210000', '120458.212000', '120458.215000', '120458.218000', '120458.221000', '120458.224000', '120458.227000', '120458.230000', '120458.232000', '120458.235000', '120458.238000', '120458.241000', '120458.244000', '120458.247000', '120458.250000', '120458.253000', '120458.255000', '120458.258000', '120458.261000', '120458.264000', '120458.267000', '120458.270000', '120458.273000', '120458.275000', '120458.278000', '120458.281000', '120458.284000', '120458.287000', '120458.293000', '120458.295000', '120458.298000', '120458.301000', '120458.304000', '120458.307000', '120458.310000', '120458.313000', '120458.315000', '120458.318000', '120458.321000', '120458.324000', '120518.195000', '120518.198000', '120518.201000', '120518.204000', '120518.207000', '120518.209000', '120518.212000', '120518.215000', '120518.218000', '120518.221000', '120518.224000', '120518.229000', '120518.233000', '120518.237000', '120518.239000', '120518.242000', '120518.245000', '120518.248000', '120518.251000', '120518.254000', '120518.257000', '120518.260000', '120518.263000', '120518.273000', '120518.276000', '120518.279000', '120518.281000', '120518.284000', '120518.287000', '120518.294000', '120518.297000', '120518.299000', '120518.302000', '120518.305000', '120518.308000', '120518.311000', '120518.314000', '120518.317000', '120518.319000', '120518.322000', '120518.325000', '120518.328000', '120518.331000', '120538.195000', '120538.198000', '120538.201000', '120538.203000', '120538.206000', '120538.209000', '120538.212000', '120538.215000', '120538.218000', '120538.221000', '120538.224000', '120538.226000', '120538.230000', '120538.232000', '120538.235000', '120538.238000', '120538.241000', '120538.244000', '120538.247000', '120538.250000', '120538.253000', '120538.255000', '120538.258000', '120538.261000', '120538.264000', '120538.267000', '120538.270000', '120538.273000', '120538.276000', '120538.278000', '120538.281000', '120538.284000', '120538.287000', '120538.290000', '120538.293000', '120538.296000', '120538.299000', '120538.301000', '120538.304000', '120538.307000', '120538.310000', '120538.319000', '120538.322000', '120538.325000', '120558.195000', '120558.198000', '120558.201000', '120558.204000', '120558.206000', '120558.209000', '120558.212000', '120558.215000', '120558.218000', '120558.221000', '120558.230000', '120558.233000', '120558.236000', '120558.239000', '120558.245000', '120558.249000', '120558.252000', '120558.255000', '120558.257000', '120558.260000', '120558.263000', '120558.266000', '120558.269000', '120558.272000', '120558.275000', '120558.278000', '120558.281000', '120558.286000', '120558.289000', '120558.292000', '120558.294000', '120558.297000', '120558.300000', '120558.303000', '120558.306000', '120558.309000', '120558.312000', '120558.315000', '120558.318000', '120558.320000', '120558.323000', '120558.326000', '120558.329000', '120618.195000', '120618.198000', '120618.201000', '120618.204000', '120618.206000', '120618.209000', '120618.212000', '120618.215000', '120618.218000', '120618.221000', '120618.224000', '120618.227000', '120618.230000', '120618.233000', '120618.236000', '120618.239000', '120618.241000', '120618.244000', '120618.247000', '120618.250000', '120618.253000', '120618.256000', '120618.259000', '120618.262000', '120618.264000', '120618.267000', '120618.270000', '120618.273000', '120618.276000', '120618.279000', '120618.282000', '120618.285000', '120618.288000', '120618.290000', '120618.293000', '120618.296000', '120618.299000', '120618.302000', '120618.305000', '120618.313000', '120618.316000', '120618.319000', '120618.322000', '120618.325000', '120638.196000', '120638.334000', '120638.336000', '120638.339000', '120638.342000', '120638.345000', '120638.348000', '120638.351000', '120638.354000', '120638.357000', '120638.360000', '120638.363000', '120638.366000', '120638.368000', '120638.371000', '120638.374000', '120638.377000', '120638.380000', '120638.383000', '120638.386000', '120638.389000', '120638.392000', '120638.395000', '120638.398000', '120638.401000', '120638.403000', '120638.406000', '120638.409000', '120638.412000', '120638.415000', '120638.418000', '120638.421000', '120638.424000', '120638.426000', '120638.429000', '120638.432000', '120638.439000', '120638.442000', '120638.445000', '120638.448000', '120638.451000', '120638.454000', '120638.457000', '120658.194000', '120658.197000', '120658.200000', '120658.203000', '120658.205000', '120658.208000', '120658.211000', '120658.214000', '120658.217000', '120658.220000', '120658.223000', '120658.226000', '120658.229000', '120658.232000', '120658.235000', '120658.238000', '120658.240000', '120658.243000', '120658.246000', '120658.249000', '120658.252000', '120658.255000', '120658.258000', '120658.261000', '120658.264000', '120658.266000', '120658.269000', '120658.272000', '120658.275000', '120658.278000', '120658.281000', '120658.284000', '120658.287000', '120658.290000', '120658.293000', '120658.295000', '120658.298000', '120658.301000', '120658.304000', '120658.307000', '120658.310000', '120658.321000', '120658.324000', '120658.327000', '120718.194000', '120718.197000', '120718.200000', '120718.202000', '120718.206000', '120718.208000', '120718.211000', '120718.214000', '120718.217000', '120718.220000', '120718.223000', '120718.226000', '120718.229000', '120718.232000', '120718.235000', '120718.237000', '120718.241000', '120718.243000', '120718.246000', '120718.249000', '120718.252000', '120718.255000', '120718.258000', '120718.261000', '120718.264000', '120718.266000', '120718.269000', '120718.272000', '120718.278000', '120718.281000', '120718.284000', '120718.287000', '120718.290000', '120718.292000', '120718.295000', '120718.298000', '120718.309000', '120718.312000', '120718.315000', '120718.318000', '120718.321000', '120718.324000', '120718.327000', '120738.195000', '120738.198000', '120738.201000', '120738.204000', '120738.207000', '120738.210000', '120738.213000', '120738.216000', '120738.218000', '120738.221000', '120738.224000', '120738.227000', '120738.235000', '120738.238000', '120738.241000', '120738.244000', '120738.247000', '120738.250000', '120738.252000', '120738.255000', '120738.258000', '120738.261000', '120738.264000', '120738.267000', '120738.270000', '120738.273000', '120738.276000', '120738.278000', '120738.281000', '120738.284000', '120738.287000', '120738.290000', '120738.293000', '120738.296000', '120738.299000', '120738.302000', '120738.304000', '120738.307000', '120738.310000', '120738.313000', '120738.316000', '120738.319000', '120738.322000', '120738.324000', '120758.195000', '120758.198000', '120758.201000', '120758.204000', '120758.207000', '120758.210000', '120758.221000', '120758.224000', '120758.227000', '120758.230000', '120758.234000', '120758.237000', '120758.240000', '120758.243000', '120758.246000', '120758.249000', '120758.252000', '120758.255000', '120758.257000', '120758.261000', '120758.264000', '120758.266000', '120758.269000', '120758.272000', '120758.275000', '120758.278000', '120758.281000', '120758.284000', '120758.287000', '120758.290000', '120758.293000', '120758.297000', '120758.299000', '120758.302000', '120758.305000', '120758.308000', '120758.311000', '120758.314000', '120758.317000', '120758.320000', '120758.323000', '120758.326000', '120758.328000', '120818.195000', '120818.198000', '120818.201000', '120818.204000', '120818.206000', '120818.209000', '120818.212000', '120818.215000', '120818.218000', '120818.221000', '120818.224000', '120818.227000', '120818.230000', '120818.233000', '120818.235000', '120818.239000', '120818.241000', '120818.244000', '120818.247000', '120818.250000', '120818.253000', '120818.256000', '120818.259000', '120818.262000', '120818.265000', '120818.268000', '120818.270000', '120818.273000', '120818.276000', '120818.279000', '120818.282000', '120818.285000', '120818.288000', '120818.291000', '120818.294000', '120818.297000', '120818.299000', '120818.302000', '120818.305000', '120818.308000', '120818.311000', '120818.314000', '120818.316000', '120818.319000', '120838.195000', '120838.198000', '120838.201000', '120838.204000', '120838.207000', '120838.210000', '120838.213000', '120838.216000', '120838.218000', '120838.222000', '120838.224000', '120838.227000', '120838.230000', '120838.233000', '120838.236000', '120838.239000', '120838.242000', '120838.245000', '120838.248000', '120838.250000', '120838.253000', '120838.256000', '120838.259000', '120838.262000', '120838.265000', '120838.268000', '120838.271000', '120838.274000', '120838.276000', '120838.280000', '120838.282000', '120838.285000', '120838.298000', '120838.301000', '120838.304000', '120838.307000', '120838.309000', '120838.312000', '120838.317000', '120838.322000', '120838.325000', '120838.328000', '120838.331000', '120858.195000', '120858.202000', '120858.205000', '120858.208000', '120858.211000', '120858.214000', '120858.217000', '120858.220000', '120858.222000', '120858.225000', '120858.228000', '120858.231000', '120858.234000', '120858.237000', '120858.240000', '120858.243000', '120858.246000', '120858.249000', '120858.260000', '120858.262000', '120858.265000', '120858.268000', '120858.271000', '120858.274000', '120858.277000', '120858.286000', '120858.289000', '120858.291000', '120858.294000', '120858.297000', '120858.300000', '120858.303000', '120858.306000', '120858.309000', '120858.312000', '120858.314000', '120858.317000', '120858.320000', '120858.323000', '120858.326000', '120858.329000', '120858.332000', '120858.335000', '120858.337000', '120918.194000', '120918.197000', '120918.200000', '120918.203000', '120918.206000', '120918.209000', '120918.212000', '120918.214000', '120918.217000', '120918.220000', '120918.223000', '120918.226000', '120918.229000', '120918.232000', '120918.235000', '120918.238000', '120918.241000', '120918.244000', '120918.247000', '120918.249000', '120918.252000', '120918.255000', '120918.258000', '120918.261000', '120918.264000', '120918.267000', '120918.271000', '120918.274000', '120918.277000', '120918.280000', '120918.283000', '120918.286000', '120918.289000', '120918.292000', '120918.294000', '120918.297000', '120918.300000', '120918.303000', '120918.306000', '120918.309000', '120918.312000', '120918.314000', '120918.317000', '120938.194000', '120938.211000', '120938.214000', '120938.217000', '120938.220000', '120938.223000', '120938.226000', '120938.229000', '120938.231000', '120938.235000', '120938.238000', '120938.241000', '120938.244000', '120938.247000', '120938.250000', '120938.253000', '120938.256000', '120938.259000', '120938.262000', '120938.265000', '120938.268000', '120938.271000', '120938.274000', '120938.277000', '120938.279000', '120938.282000', '120938.285000', '120938.288000', '120938.291000', '120938.294000', '120938.297000', '120938.300000', '120938.303000', '120938.306000', '120938.309000', '120938.312000', '120938.314000', '120938.317000', '120938.320000', '120938.323000', '120938.326000', '120938.329000', '120938.332000', '120938.335000', '120958.195000', '120958.198000', '120958.201000', '120958.204000', '120958.207000', '120958.210000', '120958.212000', '120958.215000', '120958.218000', '120958.221000', '120958.224000', '120958.227000', '120958.230000', '120958.233000', '120958.236000', '120958.239000', '120958.242000', '120958.245000', '120958.247000', '120958.251000', '120958.253000', '120958.256000', '120958.259000', '120958.262000', '120958.265000', '120958.268000', '120958.271000', '120958.274000', '120958.277000', '120958.280000', '120958.282000', '120958.285000', '120958.288000', '120958.291000', '120958.294000', '120958.297000', '120958.300000', '120958.303000', '120958.305000', '120958.308000', '120958.311000', '120958.314000', '120958.317000', '121018.195000', '121018.206000', '121018.209000', '121018.212000', '121018.215000', '121018.218000', '121018.221000', '121018.224000', '121018.227000', '121018.230000', '121018.233000', '121018.236000', '121018.239000', '121018.242000', '121018.244000', '121018.247000', '121018.250000', '121018.253000', '121018.256000', '121018.259000', '121018.262000', '121018.265000', '121018.268000', '121018.271000', '121018.274000', '121018.277000', '121018.279000', '121018.282000', '121018.285000', '121018.299000', '121018.302000', '121018.305000', '121018.308000', '121018.311000', '121018.313000', '121018.316000', '121018.319000', '121018.322000', '121018.325000', '121018.328000', '121018.331000', '121018.334000', '121018.336000', '121038.209000', '121038.212000', '121038.214000', '121038.217000', '121038.220000', '121038.223000', '121038.233000', '121038.236000', '121038.239000', '121038.242000', '121038.245000', '121038.247000', '121038.250000', '121038.253000', '121038.256000', '121038.259000', '121038.262000', '121038.265000', '121038.268000', '121038.271000', '121038.274000', '121038.276000', '121038.280000', '121038.282000', '121038.285000', '121038.288000', '121038.291000', '121038.294000', '121038.297000', '121038.300000', '121038.303000', '121038.306000', '121038.309000', '121038.313000', '121038.316000', '121038.319000', '121038.322000', '121038.324000', '121038.328000', '121038.330000', '121038.333000', '121038.336000', '121038.339000', '121038.342000', '121058.195000', '121058.252000', '121058.255000', '121058.258000', '121058.261000', '121058.264000', '121058.267000', '121058.270000', '121058.273000', '121058.276000', '121058.279000', '121058.282000', '121058.285000', '121058.288000', '121058.291000', '121058.294000', '121058.297000', '121058.317000', '121058.320000', '121058.323000', '121058.326000', '121058.329000', '121058.332000', '121058.335000', '121058.338000', '121058.341000', '121058.344000', '121058.347000', '121058.350000', '121058.353000', '121058.356000', '121058.359000', '121058.362000', '121058.364000', '121058.367000', '121058.370000', '121058.373000', '121058.376000', '121058.379000', '121058.382000', '121058.385000', '121058.388000', '121058.391000', '121118.195000', '121118.216000', '121118.218000', '121118.221000', '121118.224000', '121118.227000', '121118.230000', '121118.233000', '121118.235000', '121118.238000', '121118.241000', '121118.244000', '121118.247000', '121118.250000', '121118.253000', '121118.256000', '121118.259000', '121118.261000', '121118.264000', '121118.267000', '121118.270000', '121118.273000', '121118.276000', '121118.279000', '121118.281000', '121118.284000', '121118.287000', '121118.290000', '121118.293000', '121118.296000', '121118.298000', '121118.301000', '121118.304000', '121118.307000', '121118.310000', '121118.313000', '121118.316000', '121118.318000', '121118.321000', '121118.324000', '121118.327000', '121118.330000', '121118.333000', '121118.335000', '121119.373000', '121119.378000', '121119.381000'], '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': [12446, 18683, 12717, 17137, 11408, 16928, 11665, 16870, 12226, 16969, 11829, 16515, 11235, 16259, 10603, 14273, 11402, 14846, 12250, 13657, 20724, 13611, 20165, 13814, 22802, 12871, 16508, 12914, 16031, 11923, 16093, 11220, 15597, 10954, 16174, 11547, 17095, 9715, 17351, 12299, 15401, 11521, 17345, 11231, 17231, 13241, 16246, 12872, 16575, 12412, 16697, 12640, 16713, 15730, 18317, 13975, 18387, 13471, 17842, 15492, 17134, 16719, 15873, 22159, 15030, 12398, 16318, 11259, 17033, 15685, 16544, 12978, 17197, 12072, 17412, 11259, 17206, 10050, 17842, 11863, 16782, 14025, 16134, 12810, 16771, 16696, 14678, 24663, 15553, 14285, 14563, 20022, 14701, 24942, 14809, 16102, 13825, 14607, 14985, 17416, 15388, 12800, 16197, 17100, 14997, 24804, 14772, 22896, 13814, 24120, 12477, 18218, 12548, 17576, 12163, 17131, 11590, 15765, 11662, 16660, 12465, 18125, 11413, 15092, 12951, 10563, 16204, 11664, 17043, 10903, 16269, 18630, 13134, 23313, 12199, 15711, 18643, 11881, 20297, 11507, 15802, 12411, 14844, 11107, 15496, 10037, 15939, 10619, 15735, 9837, 16810, 10494, 16846, 10515, 16961, 10896, 17147, 11849, 16559, 13114, 14868, 12797, 15814, 16445, 15036, 22977, 13931, 25678, 14798, 23472, 13193, 21379, 12793, 23351, 13603, 16866, 13504, 17315, 13572, 23986, 14274, 20333, 12006, 18666, 11807, 17613, 12251, 15707, 10727, 15423, 10061, 16119, 12489, 14707, 11267, 16052, 11172, 16535, 11645, 15912, 11464, 16183, 12138, 16462, 16011, 14285, 20633, 13959, 23164, 12999, 18166, 13288, 15773, 10811, 15407, 10087, 15620, 11959, 15357, 10759, 16910, 11606, 16225, 11975, 17082, 10450, 17379, 10101, 16987, 10670, 17608, 11889, 17649, 12279, 16903, 11706, 17746, 13025, 18420, 11899, 16876, 12427, 19520, 13252, 18619, 11193, 16413, 10094, 16121, 11883, 15157, 11520, 16321, 11655, 16061, 12175, 16028, 10162, 17480, 10246, 17167, 10506, 17228, 11442, 17674, 10594, 17187, 11237, 17378, 11523, 17279, 11320, 16364, 12087, 17227, 10608, 17153, 10294, 17646, 10785, 16981, 9770, 17727, 10319, 16800, 13013, 16063, 12094, 17135, 11971, 16212, 15278, 15526, 11726, 16700, 11641, 16688, 11596, 16534, 10534, 18046, 10620, 17397, 12357, 18414, 12564, 18087, 11007, 17511, 10879, 17918, 11821, 16589, 11998, 15055, 19534, 15401, 12358, 15183, 11031, 16442, 12133, 16442, 11555, 17317, 10700, 17412, 11463, 18577, 13111, 18188, 11290, 16128, 11154, 16633, 10731, 16776, 11957, 15725, 12112, 15910, 11453, 17064, 11901, 16946, 10844, 17097, 10654, 17205, 9890, 17240, 10516, 17507, 11903, 18349, 11968, 17141, 11623, 16844, 11115, 16658, 10778, 16663, 10331, 16315, 12139, 16594, 11705, 17032, 12648, 15337, 19351, 14308, 12770, 15125, 16579, 14378, 16328, 14901, 10998, 16417, 11640, 16204, 11553, 15580, 13718, 16096, 13106, 15582, 18968, 14125, 25634, 15198, 19824, 12261, 19764, 12533, 24142, 13656, 17719, 11944, 17108, 12625, 22184, 13686, 12669, 14606, 11851, 15439, 13268, 14951, 12489, 15827, 11446, 17115, 11547, 16374, 16580, 15032, 13794, 14497, 22251, 13647, 26092, 14513, 21201, 12004, 21486, 11804, 23166, 12225, 18140, 12221, 14310, 13698, 11643, 15130, 11813, 17006, 10328, 17827, 10523, 17283, 11264, 18001, 11579, 17462, 11097, 16627, 11726, 17021, 12547, 17256, 11674, 16907, 12302, 20999, 12256, 19228, 12276, 20985, 12769, 21340, 13638, 11843, 14148, 11052, 15154, 20874, 14315, 14281, 14864, 17847, 14374, 23297, 14748, 13153, 15069, 13820, 14937, 17523, 15492, 11737, 16752, 11914, 16750, 11355, 17344, 11095, 18333, 10814, 17474, 11387, 17469, 11194, 19527, 11742, 18214, 11722, 17816, 12527, 19165, 13351, 20721, 12073, 18583, 12327, 19299, 12878, 17513, 11209, 15808, 10726, 16168, 11724, 14956, 11578, 14227, 12505, 13975, 22292, 13749, 14802, 13197, 14921, 13927, 21648, 14021, 15787, 13893, 23448, 13460, 19738, 12606, 17538, 11562, 16603, 10339, 15577, 11002, 17090, 10386, 17327, 12562, 15278, 11825, 15273, 11745, 16424, 12540, 15962, 12601, 15963, 17414, 15476, 15032, 14150, 24649, 13606, 22367, 13344, 21472, 11743, 16984, 11269, 16586, 12129, 16039, 11623, 16385, 11618, 16532, 12287, 22094, 11877, 18892, 11663, 16688, 11997, 16128, 11779, 16502, 11313, 15980, 11305, 16379, 12068, 17026, 10503, 16253, 11186, 16666, 12171, 16765, 10506, 16045, 11185, 16694, 12153, 17386, 10821, 16394, 12362, 14669, 23950, 14544, 20875, 12451, 22295, 12855, 21177, 13744, 20515, 11604, 20445, 12220, 22434, 13764, 19342, 12476, 21808, 12685, 22800, 13223, 20548, 13088, 24590, 12271, 19574, 12191, 18251, 12621, 17471, 10899, 15822, 11036, 16523, 11610, 16746, 10301, 15674, 10484, 16374, 11545, 16795, 10364, 16548, 11228, 16094, 11493, 16815, 11325, 16230, 11527, 17444, 12173, 18183, 12030, 17240, 11402, 16317, 12033, 17189, 11562, 17430, 10805, 16243, 10497, 16398, 10652, 16943, 10497, 17288, 11048, 17218, 12062, 17720, 11575, 16515, 11864, 18527, 13047, 17627, 10689, 15471, 11204, 16572, 11618, 16096, 9941, 15200, 10144, 15601, 10692, 16398, 10083, 16967, 10824, 16442, 13568, 15035, 11960, 15446, 11451, 15792, 12878, 15504, 11861, 16607, 10825, 17690, 11620, 19179, 13221, 20234, 13951, 14453, 15743, 11692, 17458, 12379, 15214, 23597, 14395, 18749, 13431, 22245, 13031, 18095, 13670, 20866, 12060, 19887, 11425, 19148, 12011, 21167, 12942, 11946, 14138, 12345, 14687, 20154, 14558, 17014, 14799, 24603, 12871, 19377, 13421, 18317, 12080, 17293, 11482, 16443, 12012, 16765, 12254, 16915, 11268, 16507, 12139, 17925, 12946, 18526, 11399, 16416, 11598, 16845, 12409, 17940, 11126, 16486, 11672, 17893, 12379, 17761, 10067, 15414, 10238, 16643, 11754, 18572, 12029, 16824, 11926, 16543, 11529, 18066, 12589, 21526, 11655, 21706, 12156, 19658, 12257, 17822, 11699, 16922, 11585, 16295, 11544, 16961, 12489, 17020, 10602, 15935, 11359, 17726, 12467, 19733, 11875, 19622, 12082, 18895, 12994, 14124, 14974, 14501, 14528, 23883, 12888, 19373, 12955, 17591, 11362, 17049, 11113, 16998, 12255, 17320, 11476, 16747, 11255, 16214, 11632, 18113, 12277, 18891, 12170, 15930, 12863, 19703, 14128, 13557, 14650, 23259, 13305, 25169, 13079, 22874, 12706, 20839, 11268, 17097, 11885, 21395, 11934, 22464, 11032, 20981, 11534, 22246, 12335, 19553, 11533, 21450, 11709, 22545, 12008, 20989, 12272, 22715, 11724, 22104, 11750, 22222, 13174, 14687, 12356, 10966, 14423, 10912, 15698, 12109, 15637, 10640, 16673, 11650, 15623, 14927, 15013, 13061, 15378, 23391, 12813, 23852, 12610, 18588, 11878, 17052, 10898, 15653, 11668, 18742, 11339, 20477, 11531, 21572, 12428, 14841, 13001, 16150, 13723], 'WindowCenter': [5154.0, 5177.0, 5111.0, 5140.0, 5088.0, 5124.0, 5077.0, 5125.0, 5087.0, 5123.0, 5086.0, 5122.0, 5076.0, 5117.0, 5067.0, 5107.0, 5087.0, 5120.0, 5082.0, 5106.0, 5155.0, 5107.0, 5153.0, 5117.0, 5165.0, 5099.0, 5123.0, 5097.0, 5125.0, 5099.0, 5127.0, 5076.0, 5112.0, 5077.0, 5128.0, 5087.0, 5137.0, 5072.0, 5136.0, 5085.0, 5119.0, 5085.0, 5137.0, 5078.0, 5134.0, 5096.0, 5125.0, 5098.0, 5127.0, 5095.0, 5128.0, 5096.0, 5127.0, 5126.0, 5137.0, 5107.0, 5133.0, 5097.0, 5134.0, 5112.0, 5125.0, 5122.0, 5115.0, 5151.0, 5104.0, 5082.0, 5113.0, 5061.0, 5122.0, 5104.0, 5111.0, 5095.0, 5121.0, 5073.0, 5119.0, 5072.0, 5124.0, 5069.0, 5130.0, 5073.0, 5125.0, 5101.0, 5115.0, 5095.0, 5128.0, 5113.0, 5103.0, 5158.0, 5111.0, 5104.0, 5106.0, 5141.0, 5106.0, 5161.0, 5105.0, 5123.0, 5107.0, 5102.0, 5113.0, 5121.0, 5112.0, 5095.0, 5123.0, 5122.0, 5117.0, 5164.0, 5101.0, 5150.0, 5095.0, 5160.0, 5083.0, 5121.0, 5086.0, 5120.0, 5073.0, 5113.0, 5074.0, 5102.0, 5074.0, 5111.0, 5085.0, 5133.0, 5075.0, 5116.0, 5096.0, 5065.0, 5124.0, 5077.0, 5137.0, 5078.0, 5125.0, 5135.0, 5096.0, 5155.0, 5075.0, 5104.0, 5120.0, 5073.0, 5120.0, 5061.0, 5090.0, 5060.0, 5079.0, 5052.0, 5090.0, 5043.0, 5100.0, 5052.0, 5113.0, 5055.0, 5112.0, 5063.0, 5110.0, 5063.0, 5122.0, 5073.0, 5124.0, 5076.0, 5114.0, 5084.0, 5101.0, 5084.0, 5102.0, 5111.0, 5103.0, 5149.0, 5096.0, 5160.0, 5092.0, 5147.0, 5083.0, 5136.0, 5073.0, 5139.0, 5094.0, 5108.0, 5081.0, 5107.0, 5091.0, 5150.0, 5094.0, 5141.0, 5085.0, 5122.0, 5075.0, 5111.0, 5075.0, 5103.0, 5062.0, 5089.0, 5040.0, 5101.0, 5072.0, 5087.0, 5060.0, 5101.0, 5061.0, 5108.0, 5063.0, 5111.0, 5070.0, 5114.0, 5082.0, 5125.0, 5114.0, 5102.0, 5144.0, 5103.0, 5154.0, 5082.0, 5120.0, 5084.0, 5100.0, 5063.0, 5102.0, 5053.0, 5102.0, 5062.0, 5089.0, 5061.0, 5111.0, 5064.0, 5098.0, 5059.0, 5110.0, 5063.0, 5111.0, 5052.0, 5110.0, 5062.0, 5122.0, 5074.0, 5124.0, 5084.0, 5112.0, 5075.0, 5120.0, 5084.0, 5120.0, 5075.0, 5112.0, 5085.0, 5127.0, 5083.0, 5120.0, 5062.0, 5101.0, 5040.0, 5101.0, 5059.0, 5092.0, 5059.0, 5101.0, 5059.0, 5100.0, 5071.0, 5100.0, 5052.0, 5110.0, 5054.0, 5109.0, 5052.0, 5120.0, 5073.0, 5122.0, 5064.0, 5124.0, 5063.0, 5121.0, 5073.0, 5122.0, 5063.0, 5110.0, 5072.0, 5108.0, 5067.0, 5121.0, 5053.0, 5111.0, 5061.0, 5123.0, 5053.0, 5119.0, 5052.0, 5110.0, 5083.0, 5110.0, 5070.0, 5120.0, 5072.0, 5109.0, 5099.0, 5101.0, 5074.0, 5112.0, 5063.0, 5111.0, 5062.0, 5109.0, 5064.0, 5131.0, 5065.0, 5121.0, 5083.0, 5136.0, 5086.0, 5133.0, 5066.0, 5123.0, 5062.0, 5122.0, 5075.0, 5110.0, 5072.0, 5103.0, 5119.0, 5100.0, 5072.0, 5091.0, 5050.0, 5099.0, 5072.0, 5103.0, 5063.0, 5109.0, 5049.0, 5108.0, 5074.0, 5121.0, 5093.0, 5121.0, 5061.0, 5104.0, 5064.0, 5113.0, 5060.0, 5110.0, 5072.0, 5101.0, 5069.0, 5100.0, 5063.0, 5106.0, 5071.0, 5109.0, 5065.0, 5109.0, 5053.0, 5109.0, 5049.0, 5108.0, 5061.0, 5109.0, 5075.0, 5123.0, 5074.0, 5121.0, 5075.0, 5111.0, 5064.0, 5113.0, 5065.0, 5110.0, 5052.0, 5100.0, 5071.0, 5113.0, 5071.0, 5113.0, 5070.0, 5102.0, 5118.0, 5092.0, 5072.0, 5092.0, 5100.0, 5092.0, 5099.0, 5099.0, 5065.0, 5114.0, 5072.0, 5112.0, 5074.0, 5115.0, 5091.0, 5114.0, 5082.0, 5111.0, 5120.0, 5090.0, 5163.0, 5101.0, 5130.0, 5071.0, 5127.0, 5071.0, 5150.0, 5093.0, 5117.0, 5071.0, 5112.0, 5074.0, 5139.0, 5091.0, 5083.0, 5103.0, 5072.0, 5099.0, 5080.0, 5102.0, 5084.0, 5112.0, 5075.0, 5121.0, 5074.0, 5113.0, 5112.0, 5102.0, 5094.0, 5104.0, 5138.0, 5085.0, 5158.0, 5092.0, 5137.0, 5071.0, 5127.0, 5063.0, 5137.0, 5072.0, 5120.0, 5070.0, 5087.0, 5076.0, 5060.0, 5087.0, 5062.0, 5110.0, 5052.0, 5110.0, 5051.0, 5107.0, 5064.0, 5110.0, 5062.0, 5107.0, 5060.0, 5098.0, 5061.0, 5110.0, 5074.0, 5107.0, 5063.0, 5108.0, 5072.0, 5138.0, 5074.0, 5131.0, 5082.0, 5142.0, 5084.0, 5138.0, 5094.0, 5071.0, 5104.0, 5073.0, 5105.0, 5140.0, 5092.0, 5103.0, 5105.0, 5120.0, 5104.0, 5148.0, 5101.0, 5084.0, 5100.0, 5091.0, 5103.0, 5121.0, 5103.0, 5076.0, 5113.0, 5074.0, 5110.0, 5074.0, 5123.0, 5066.0, 5134.0, 5063.0, 5121.0, 5073.0, 5122.0, 5065.0, 5132.0, 5074.0, 5123.0, 5075.0, 5122.0, 5073.0, 5132.0, 5092.0, 5140.0, 5083.0, 5121.0, 5085.0, 5129.0, 5082.0, 5114.0, 5062.0, 5104.0, 5061.0, 5097.0, 5058.0, 5089.0, 5059.0, 5077.0, 5068.0, 5081.0, 5136.0, 5094.0, 5091.0, 5081.0, 5102.0, 5102.0, 5148.0, 5105.0, 5112.0, 5107.0, 5162.0, 5094.0, 5142.0, 5085.0, 5126.0, 5077.0, 5110.0, 5055.0, 5099.0, 5061.0, 5111.0, 5052.0, 5122.0, 5073.0, 5099.0, 5074.0, 5100.0, 5076.0, 5111.0, 5084.0, 5112.0, 5083.0, 5112.0, 5122.0, 5101.0, 5102.0, 5092.0, 5157.0, 5095.0, 5139.0, 5084.0, 5140.0, 5070.0, 5110.0, 5061.0, 5102.0, 5073.0, 5099.0, 5065.0, 5100.0, 5077.0, 5108.0, 5073.0, 5141.0, 5076.0, 5131.0, 5076.0, 5111.0, 5072.0, 5112.0, 5073.0, 5113.0, 5066.0, 5111.0, 5062.0, 5113.0, 5075.0, 5109.0, 5065.0, 5112.0, 5074.0, 5114.0, 5073.0, 5112.0, 5066.0, 5114.0, 5077.0, 5120.0, 5084.0, 5126.0, 5074.0, 5123.0, 5087.0, 5103.0, 5150.0, 5104.0, 5142.0, 5087.0, 5152.0, 5082.0, 5139.0, 5094.0, 5139.0, 5074.0, 5140.0, 5085.0, 5149.0, 5094.0, 5132.0, 5087.0, 5151.0, 5086.0, 5149.0, 5093.0, 5140.0, 5094.0, 5160.0, 5076.0, 5134.0, 5072.0, 5121.0, 5072.0, 5111.0, 5063.0, 5099.0, 5054.0, 5100.0, 5060.0, 5110.0, 5051.0, 5100.0, 5054.0, 5097.0, 5063.0, 5111.0, 5053.0, 5109.0, 5065.0, 5103.0, 5062.0, 5110.0, 5063.0, 5115.0, 5074.0, 5112.0, 5072.0, 5120.0, 5083.0, 5121.0, 5073.0, 5113.0, 5075.0, 5124.0, 5073.0, 5124.0, 5062.0, 5101.0, 5051.0, 5113.0, 5053.0, 5109.0, 5053.0, 5113.0, 5061.0, 5111.0, 5074.0, 5120.0, 5072.0, 5112.0, 5072.0, 5119.0, 5085.0, 5118.0, 5066.0, 5103.0, 5065.0, 5115.0, 5074.0, 5114.0, 5054.0, 5101.0, 5054.0, 5102.0, 5061.0, 5111.0, 5063.0, 5123.0, 5062.0, 5114.0, 5090.0, 5103.0, 5075.0, 5101.0, 5072.0, 5109.0, 5080.0, 5105.0, 5073.0, 5125.0, 5067.0, 5134.0, 5087.0, 5132.0, 5096.0, 5145.0, 5103.0, 5106.0, 5115.0, 5075.0, 5123.0, 5085.0, 5105.0, 5153.0, 5097.0, 5131.0, 5094.0, 5142.0, 5082.0, 5113.0, 5083.0, 5132.0, 5072.0, 5131.0, 5064.0, 5131.0, 5074.0, 5144.0, 5085.0, 5087.0, 5108.0, 5087.0, 5110.0, 5145.0, 5109.0, 5124.0, 5105.0, 5165.0, 5085.0, 5133.0, 5094.0, 5123.0, 5075.0, 5111.0, 5064.0, 5101.0, 5074.0, 5115.0, 5078.0, 5112.0, 5063.0, 5110.0, 5077.0, 5123.0, 5088.0, 5124.0, 5077.0, 5113.0, 5077.0, 5112.0, 5086.0, 5125.0, 5078.0, 5111.0, 5062.0, 5124.0, 5083.0, 5122.0, 5055.0, 5093.0, 5055.0, 5100.0, 5075.0, 5119.0, 5076.0, 5111.0, 5074.0, 5110.0, 5062.0, 5120.0, 5085.0, 5144.0, 5075.0, 5147.0, 5085.0, 5132.0, 5073.0, 5121.0, 5074.0, 5110.0, 5065.0, 5099.0, 5065.0, 5099.0, 5072.0, 5113.0, 5056.0, 5099.0, 5064.0, 5112.0, 5083.0, 5130.0, 5076.0, 5128.0, 5073.0, 5130.0, 5093.0, 5103.0, 5119.0, 5106.0, 5107.0, 5155.0, 5086.0, 5122.0, 5083.0, 5112.0, 5074.0, 5110.0, 5062.0, 5113.0, 5072.0, 5111.0, 5073.0, 5109.0, 5064.0, 5103.0, 5063.0, 5123.0, 5086.0, 5132.0, 5076.0, 5111.0, 5088.0, 5133.0, 5105.0, 5092.0, 5104.0, 5150.0, 5086.0, 5161.0, 5083.0, 5153.0, 5084.0, 5134.0, 5063.0, 5102.0, 5061.0, 5128.0, 5062.0, 5139.0, 5052.0, 5130.0, 5065.0, 5140.0, 5074.0, 5119.0, 5065.0, 5140.0, 5065.0, 5138.0, 5073.0, 5130.0, 5076.0, 5138.0, 5064.0, 5139.0, 5064.0, 5138.0, 5082.0, 5091.0, 5075.0, 5064.0, 5094.0, 5065.0, 5101.0, 5074.0, 5102.0, 5057.0, 5111.0, 5076.0, 5105.0, 5101.0, 5106.0, 5084.0, 5103.0, 5149.0, 5070.0, 5142.0, 5074.0, 5119.0, 5063.0, 5099.0, 5052.0, 5088.0, 5064.0, 5122.0, 5063.0, 5131.0, 5065.0, 5137.0, 5084.0, 5104.0, 5085.0, 5110.0, 5096.0], 'WindowWidth': [11157.0, 11176.0, 11073.0, 11107.0, 11030.0, 11074.0, 11011.0, 11075.0, 11022.0, 11071.0, 11021.0, 11069.0, 11009.0, 11065.0, 10994.0, 11051.0, 11023.0, 11070.0, 11012.0, 11048.0, 11113.0, 11055.0, 11112.0, 11069.0, 11135.0, 11044.0, 11074.0, 11040.0, 11077.0, 11046.0, 11082.0, 11010.0, 11056.0, 11012.0, 11084.0, 11027.0, 11096.0, 11009.0, 11094.0, 11020.0, 11073.0, 11021.0, 11095.0, 11014.0, 11090.0, 11034.0, 11079.0, 11038.0, 11082.0, 11035.0, 11084.0, 11036.0, 11082.0, 11079.0, 11100.0, 11053.0, 11091.0, 11036.0, 11092.0, 11054.0, 11078.0, 11067.0, 11060.0, 11107.0, 11042.0, 11010.0, 11053.0, 10981.0, 11065.0, 11040.0, 11053.0, 11031.0, 11064.0, 11000.0, 11061.0, 10999.0, 11072.0, 11001.0, 11081.0, 11001.0, 11075.0, 11037.0, 11062.0, 11033.0, 11082.0, 11054.0, 11041.0, 11116.0, 11051.0, 11040.0, 11047.0, 11090.0, 11046.0, 11123.0, 11044.0, 11071.0, 11051.0, 11038.0, 11056.0, 11064.0, 11055.0, 11031.0, 11073.0, 11066.0, 11064.0, 11134.0, 11039.0, 11109.0, 11034.0, 11123.0, 11016.0, 11067.0, 11019.0, 11064.0, 11000.0, 11057.0, 11001.0, 11036.0, 11001.0, 11049.0, 11022.0, 11085.0, 11008.0, 11059.0, 11034.0, 10992.0, 11073.0, 11009.0, 11096.0, 11014.0, 11077.0, 11086.0, 11034.0, 11129.0, 11002.0, 11043.0, 11057.0, 10997.0, 11067.0, 10976.0, 11017.0, 10973.0, 10998.0, 10964.0, 11014.0, 10953.0, 11030.0, 10967.0, 11053.0, 10975.0, 11050.0, 10983.0, 11047.0, 10986.0, 11070.0, 11002.0, 11072.0, 11004.0, 11055.0, 11013.0, 11036.0, 11012.0, 11038.0, 11046.0, 11039.0, 11099.0, 11030.0, 11120.0, 11024.0, 11096.0, 11010.0, 11079.0, 10997.0, 11085.0, 11026.0, 11041.0, 11006.0, 11039.0, 11022.0, 11109.0, 11028.0, 11091.0, 11015.0, 11069.0, 11003.0, 11051.0, 11002.0, 11039.0, 10980.0, 11015.0, 10950.0, 11034.0, 10992.0, 11011.0, 10976.0, 11033.0, 10978.0, 11041.0, 10983.0, 11048.0, 10992.0, 11056.0, 11011.0, 11073.0, 11056.0, 11042.0, 11099.0, 11044.0, 11125.0, 11010.0, 11063.0, 11013.0, 11033.0, 10984.0, 11037.0, 10969.0, 11035.0, 10978.0, 11015.0, 10978.0, 11046.0, 10982.0, 11027.0, 10975.0, 11047.0, 10984.0, 11048.0, 10968.0, 11046.0, 10982.0, 11068.0, 11003.0, 11071.0, 11016.0, 11053.0, 11001.0, 11063.0, 11015.0, 11064.0, 11002.0, 11052.0, 11016.0, 11071.0, 11012.0, 11063.0, 10981.0, 11035.0, 10949.0, 11032.0, 10971.0, 11020.0, 10974.0, 11032.0, 10975.0, 11032.0, 10991.0, 11033.0, 10968.0, 11048.0, 10972.0, 11045.0, 10968.0, 11064.0, 11000.0, 11067.0, 10987.0, 11070.0, 10985.0, 11066.0, 11000.0, 11068.0, 10985.0, 11047.0, 10996.0, 11045.0, 10992.0, 11062.0, 10970.0, 11050.0, 10980.0, 11069.0, 10972.0, 11061.0, 10970.0, 11050.0, 11010.0, 11048.0, 10993.0, 11062.0, 10994.0, 11044.0, 11028.0, 11034.0, 10998.0, 11050.0, 10984.0, 11049.0, 10983.0, 11048.0, 10988.0, 11080.0, 10991.0, 11065.0, 11015.0, 11091.0, 11021.0, 11085.0, 10993.0, 11070.0, 10983.0, 11070.0, 11002.0, 11047.0, 10994.0, 11037.0, 11054.0, 11030.0, 10991.0, 11019.0, 10961.0, 11026.0, 10991.0, 11036.0, 10982.0, 11045.0, 10962.0, 11043.0, 10999.0, 11064.0, 11028.0, 11065.0, 10982.0, 11041.0, 10986.0, 11054.0, 10981.0, 11051.0, 10994.0, 11033.0, 10986.0, 11033.0, 10983.0, 11039.0, 10991.0, 11043.0, 10987.0, 11045.0, 10971.0, 11047.0, 10963.0, 11042.0, 10981.0, 11046.0, 11001.0, 11069.0, 11002.0, 11063.0, 11001.0, 11051.0, 10986.0, 11055.0, 10988.0, 11048.0, 10968.0, 11033.0, 10992.0, 11054.0, 10995.0, 11052.0, 10989.0, 11034.0, 11052.0, 11020.0, 10992.0, 11021.0, 11028.0, 11020.0, 11028.0, 11031.0, 10987.0, 11056.0, 10996.0, 11050.0, 11000.0, 11057.0, 11022.0, 11057.0, 11010.0, 11050.0, 11060.0, 11020.0, 11129.0, 11035.0, 11073.0, 10995.0, 11068.0, 10993.0, 11102.0, 11027.0, 11052.0, 10995.0, 11047.0, 10999.0, 11084.0, 11021.0, 11010.0, 11039.0, 10995.0, 11033.0, 11003.0, 11037.0, 11012.0, 11054.0, 11005.0, 11067.0, 11000.0, 11057.0, 11050.0, 11040.0, 11026.0, 11041.0, 11083.0, 11014.0, 11122.0, 11024.0, 11082.0, 10993.0, 11068.0, 10983.0, 11084.0, 10994.0, 11056.0, 10991.0, 11010.0, 10995.0, 10975.0, 11011.0, 10979.0, 11046.0, 10967.0, 11045.0, 10963.0, 11039.0, 10982.0, 11047.0, 10980.0, 11040.0, 10975.0, 11027.0, 10979.0, 11045.0, 10998.0, 11041.0, 10983.0, 11041.0, 10998.0, 11085.0, 11001.0, 11075.0, 11012.0, 11091.0, 11016.0, 11085.0, 11030.0, 10995.0, 11043.0, 10999.0, 11045.0, 11088.0, 11026.0, 11039.0, 11043.0, 11060.0, 11042.0, 11099.0, 11036.0, 11013.0, 11035.0, 11020.0, 11040.0, 11061.0, 11040.0, 11003.0, 11055.0, 11000.0, 11049.0, 11002.0, 11070.0, 10992.0, 11088.0, 10986.0, 11065.0, 10998.0, 11065.0, 10987.0, 11082.0, 11001.0, 11069.0, 11000.0, 11066.0, 10997.0, 11080.0, 11025.0, 11093.0, 11014.0, 11067.0, 11017.0, 11075.0, 11012.0, 11056.0, 10983.0, 11040.0, 10979.0, 11029.0, 10971.0, 11014.0, 10972.0, 10998.0, 10984.0, 11004.0, 11076.0, 11026.0, 11019.0, 11009.0, 11036.0, 11039.0, 11101.0, 11045.0, 11052.0, 11050.0, 11125.0, 11031.0, 11099.0, 11018.0, 11077.0, 11008.0, 11050.0, 10976.0, 11032.0, 10981.0, 11051.0, 10969.0, 11067.0, 10998.0, 11030.0, 10996.0, 11034.0, 11002.0, 11050.0, 11013.0, 11052.0, 11010.0, 11052.0, 11063.0, 11038.0, 11035.0, 11024.0, 11113.0, 11027.0, 11092.0, 11011.0, 11090.0, 10993.0, 11046.0, 10981.0, 11035.0, 10997.0, 11030.0, 10988.0, 11033.0, 11007.0, 11042.0, 11001.0, 11093.0, 11007.0, 11079.0, 11005.0, 11050.0, 10997.0, 11051.0, 11000.0, 11054.0, 10991.0, 11051.0, 10983.0, 11054.0, 11002.0, 11046.0, 10988.0, 11051.0, 11002.0, 11055.0, 11001.0, 11055.0, 10994.0, 11058.0, 11009.0, 11066.0, 11017.0, 11077.0, 11004.0, 11072.0, 11020.0, 11041.0, 11105.0, 11042.0, 11093.0, 11021.0, 11109.0, 11011.0, 11091.0, 11030.0, 11090.0, 11003.0, 11090.0, 11018.0, 11105.0, 11030.0, 11081.0, 11023.0, 11105.0, 11020.0, 11104.0, 11029.0, 11091.0, 11031.0, 11122.0, 11005.0, 11087.0, 10997.0, 11065.0, 10996.0, 11052.0, 10985.0, 11030.0, 10971.0, 11033.0, 10978.0, 11046.0, 10964.0, 11031.0, 10971.0, 11026.0, 10982.0, 11049.0, 10971.0, 11043.0, 10988.0, 11039.0, 10983.0, 11048.0, 10985.0, 11058.0, 11001.0, 11051.0, 10998.0, 11066.0, 11015.0, 11064.0, 10999.0, 11054.0, 11003.0, 11070.0, 11001.0, 11071.0, 10983.0, 11036.0, 10965.0, 11052.0, 10970.0, 11045.0, 10968.0, 11051.0, 10978.0, 11049.0, 10999.0, 11061.0, 10996.0, 11052.0, 10998.0, 11061.0, 11017.0, 11060.0, 10991.0, 11039.0, 10989.0, 11057.0, 11002.0, 11056.0, 10974.0, 11036.0, 10973.0, 11038.0, 10980.0, 11050.0, 10987.0, 11068.0, 10983.0, 11055.0, 11019.0, 11039.0, 11000.0, 11036.0, 10995.0, 11046.0, 11005.0, 11045.0, 10999.0, 11075.0, 10993.0, 11086.0, 11024.0, 11084.0, 11035.0, 11101.0, 11042.0, 11045.0, 11061.0, 11004.0, 11070.0, 11016.0, 11044.0, 11109.0, 11033.0, 11075.0, 11028.0, 11101.0, 11007.0, 11051.0, 11009.0, 11079.0, 10995.0, 11076.0, 10987.0, 11074.0, 11000.0, 11095.0, 11017.0, 11020.0, 11050.0, 11020.0, 11054.0, 11098.0, 11053.0, 11068.0, 11046.0, 11139.0, 11016.0, 11084.0, 11028.0, 11069.0, 11002.0, 11050.0, 10985.0, 11033.0, 10997.0, 11057.0, 11007.0, 11050.0, 10984.0, 11047.0, 11005.0, 11069.0, 11023.0, 11071.0, 11006.0, 11051.0, 11005.0, 11051.0, 11019.0, 11072.0, 11009.0, 11050.0, 10983.0, 11069.0, 11012.0, 11067.0, 10974.0, 11024.0, 10972.0, 11030.0, 10998.0, 11060.0, 11003.0, 11048.0, 11000.0, 11046.0, 10982.0, 11059.0, 11017.0, 11098.0, 11006.0, 11099.0, 11017.0, 11080.0, 10999.0, 11064.0, 11000.0, 11048.0, 10987.0, 11030.0, 10986.0, 11030.0, 10995.0, 11050.0, 10974.0, 11029.0, 10985.0, 11048.0, 11013.0, 11074.0, 11005.0, 11070.0, 11000.0, 11073.0, 11027.0, 11038.0, 11066.0, 11046.0, 11050.0, 11124.0, 11018.0, 11067.0, 11012.0, 11052.0, 11000.0, 11047.0, 10983.0, 11052.0, 10996.0, 11049.0, 10998.0, 11046.0, 10986.0, 11037.0, 10985.0, 11065.0, 11020.0, 11078.0, 11005.0, 11048.0, 11022.0, 11077.0, 11045.0, 11024.0, 11044.0, 11102.0, 11016.0, 11126.0, 11013.0, 11110.0, 11014.0, 11087.0, 10983.0, 11035.0, 10978.0, 11069.0, 10982.0, 11086.0, 10968.0, 11073.0, 10986.0, 11087.0, 11000.0, 11056.0, 10989.0, 11085.0, 10986.0, 11084.0, 10997.0, 11074.0, 11003.0, 11084.0, 10985.0, 11085.0, 10984.0, 11081.0, 11008.0, 11017.0, 11000.0, 10983.0, 11025.0, 10987.0, 11035.0, 10998.0, 11040.0, 10979.0, 11051.0, 11003.0, 11043.0, 11033.0, 11046.0, 11013.0, 11042.0, 11101.0, 10991.0, 11102.0, 10997.0, 11060.0, 10983.0, 11029.0, 10966.0, 11011.0, 10983.0, 11063.0, 10984.0, 11075.0, 10988.0, 11081.0, 11014.0, 11039.0, 11016.0, 11045.0, 11031.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.0003456970362239298</td></tr>
<tr><td colspan=3>aqi</td><td>0.013783423710208562</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.42675187686814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3433311417582403</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039640898131879</td></tr>
<tr><td colspan=3>efc</td><td>0.5198</td></tr>
<tr><td colspan=3>fber</td><td>4077.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06589411880219134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43907793633369924</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3678684599782933</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.251906309946733</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5957546653851136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.255944404603033</td></tr>
<tr><td colspan=3>gcor</td><td>0.00504838</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015081552788615227</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034021470695734024</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.123456211799074</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>14.0623</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.0183</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.6356</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1357.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>490.7976</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0618</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>690.4661</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4235.4033</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4382.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.6947</td></tr>
<tr><td colspan=3>tsnr</td><td>48.379723493009806</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>