<?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-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0032_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_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-0032/ses-02/func/sub-0032_ses-02_task-alignvideo_acq-mb8_run-04_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>76fe979903202fb3e7ce172c60d476d6</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>14:51:44.962500</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.9991, -0.0419005, 0.00660443, 0.042224, 0.997273, -0.0605355]</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103515</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7763, -7215, 655, -77, -110, -28, 63]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f35699a-c830-4365-9ecb-8cfa6ebae55d||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.6805121898651123, 0.11328399181365967, 0.0109348613768816, 106.29029846191406], [0.11241599917411804, 2.6756093502044678, -0.16405163705348969, -99.57898712158203], [0.017719199880957603, 0.16241227090358734, 2.6949892044067383, -73.49156188964844], [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': ['145144.962500', '145145.422500', '145145.882500', '145146.342500', '145146.802500', '145147.262500', '145147.722500', '145148.182500', '145148.642500', '145149.102500', '145149.562500', '145150.022500', '145150.482500', '145150.942500', '145151.402500', '145151.862500', '145152.322500', '145152.782500', '145153.242500', '145153.702500', '145154.162500', '145154.622500', '145155.082500', '145155.542500', '145156.002500', '145156.462500', '145156.922500', '145157.382500', '145157.842500', '145158.302500', '145158.762500', '145159.222500', '145159.682500', '145200.142500', '145200.602500', '145201.062500', '145201.522500', '145201.982500', '145202.442500', '145202.902500', '145203.362500', '145203.822500', '145204.282500', '145204.742500', '145205.202500', '145205.662500', '145206.122500', '145206.582500', '145207.042500', '145207.502500', '145207.962500', '145208.422500', '145208.882500', '145209.342500', '145209.802500', '145210.262500', '145210.722500', '145211.182500', '145211.642500', '145212.102500', '145212.562500', '145213.022500', '145213.482500', '145213.942500', '145214.402500', '145214.862500', '145215.322500', '145215.782500', '145216.242500', '145216.702500', '145217.162500', '145217.622500', '145218.082500', '145218.542500', '145219.002500', '145219.462500', '145219.922500', '145220.382500', '145220.842500', '145221.302500', '145221.762500', '145222.222500', '145222.682500', '145223.142500', '145223.602500', '145224.062500', '145224.522500', '145224.982500', '145225.442500', '145225.902500', '145226.362500', '145226.822500', '145227.282500', '145227.742500', '145228.202500', '145228.662500', '145229.122500', '145229.582500', '145230.042500', '145230.502500', '145230.962500', '145231.422500', '145231.882500', '145232.342500', '145232.802500', '145233.262500', '145233.722500', '145234.182500', '145234.642500', '145235.102500', '145235.562500', '145236.022500', '145236.482500', '145236.942500', '145237.402500', '145237.862500', '145238.322500', '145238.782500', '145239.242500', '145239.702500', '145240.162500', '145240.622500', '145241.082500', '145241.542500', '145242.002500', '145242.462500', '145242.922500', '145243.382500', '145243.842500', '145244.302500', '145244.762500', '145245.222500', '145245.682500', '145246.142500', '145246.602500', '145247.062500', '145247.522500', '145247.982500', '145248.442500', '145248.902500', '145249.362500', '145249.822500', '145250.282500', '145250.742500', '145251.202500', '145251.662500', '145252.122500', '145252.582500', '145253.042500', '145253.502500', '145253.962500', '145254.422500', '145254.882500', '145255.342500', '145255.802500', '145256.262500', '145256.722500', '145257.182500', '145257.642500', '145258.102500', '145258.562500', '145259.022500', '145259.482500', '145259.942500', '145300.402500', '145300.862500', '145301.322500', '145301.782500', '145302.242500', '145302.702500', '145303.162500', '145303.622500', '145304.082500', '145304.542500', '145305.002500', '145305.462500', '145305.922500', '145306.382500', '145306.842500', '145307.302500', '145307.762500', '145308.222500', '145308.682500', '145309.142500', '145309.602500', '145310.062500', '145310.522500', '145310.982500', '145311.442500', '145311.902500', '145312.362500', '145312.822500', '145313.282500', '145313.742500', '145314.202500', '145314.662500', '145315.122500', '145315.582500', '145316.042500', '145316.502500', '145316.962500', '145317.422500', '145317.882500', '145318.342500', '145318.802500', '145319.262500', '145319.722500', '145320.182500', '145320.642500', '145321.102500', '145321.562500', '145322.022500', '145322.482500', '145322.942500', '145323.402500', '145323.862500', '145324.322500', '145324.782500', '145325.242500', '145325.702500', '145326.162500', '145326.622500', '145327.082500', '145327.542500', '145328.002500', '145328.462500', '145328.922500', '145329.382500', '145329.842500', '145330.302500', '145330.762500', '145331.222500', '145331.682500', '145332.142500', '145332.602500', '145333.062500', '145333.522500', '145333.982500', '145334.442500', '145334.902500', '145335.362500', '145335.822500', '145336.282500', '145336.742500', '145337.202500', '145337.662500', '145338.122500', '145338.582500', '145339.042500', '145339.502500', '145339.962500', '145340.422500', '145340.882500', '145341.342500', '145341.802500', '145342.262500', '145342.722500', '145343.182500', '145343.642500', '145344.102500', '145344.562500', '145345.022500', '145345.482500', '145345.942500', '145346.402500', '145346.862500', '145347.322500', '145347.782500', '145348.242500', '145348.702500', '145349.162500', '145349.622500', '145350.082500', '145350.542500', '145351.002500', '145351.462500', '145351.922500', '145352.382500', '145352.842500', '145353.302500', '145353.762500', '145354.222500', '145354.682500', '145355.142500', '145355.602500', '145356.062500', '145356.522500', '145356.982500', '145357.442500', '145357.902500', '145358.362500', '145358.822500', '145359.282500', '145359.742500', '145400.202500', '145400.662500', '145401.122500', '145401.582500', '145402.042500', '145402.502500', '145402.962500', '145403.422500', '145403.882500', '145404.342500', '145404.802500', '145405.262500', '145405.722500', '145406.182500', '145406.642500', '145407.102500', '145407.562500', '145408.022500', '145408.482500', '145408.942500', '145409.402500', '145409.862500', '145410.322500', '145410.782500', '145411.242500', '145411.702500', '145412.162500', '145412.622500', '145413.082500', '145413.542500', '145414.002500', '145414.462500', '145414.922500', '145415.382500', '145415.842500', '145416.302500', '145416.762500', '145417.222500', '145417.682500', '145418.142500', '145418.602500', '145419.062500', '145419.522500', '145419.982500', '145420.442500', '145420.902500', '145421.362500', '145421.822500', '145422.282500', '145422.742500', '145423.202500', '145423.662500', '145424.122500', '145424.582500', '145425.042500', '145425.502500', '145425.962500', '145426.422500', '145426.882500', '145427.342500', '145427.802500', '145428.262500', '145428.722500', '145429.182500', '145429.642500', '145430.102500', '145430.562500', '145431.022500', '145431.482500', '145431.942500', '145432.402500', '145432.862500', '145433.322500', '145433.782500', '145434.242500', '145434.702500', '145435.162500', '145435.622500', '145436.082500', '145436.542500', '145437.002500', '145437.462500', '145437.922500', '145438.382500', '145438.842500', '145439.302500', '145439.762500', '145440.222500', '145440.682500', '145441.142500', '145441.602500', '145442.062500', '145442.522500', '145442.982500', '145443.442500', '145443.902500', '145444.362500', '145444.822500', '145445.282500', '145445.742500', '145446.202500', '145446.662500', '145447.122500', '145447.582500', '145448.042500', '145448.502500', '145448.962500', '145449.422500', '145449.882500', '145450.342500', '145450.802500', '145451.262500', '145451.722500', '145452.182500', '145452.642500', '145453.102500', '145453.562500', '145454.022500', '145454.482500', '145454.942500', '145455.402500', '145455.862500', '145456.322500', '145456.782500', '145457.242500', '145457.702500', '145458.162500', '145458.622500', '145459.082500', '145459.542500', '145500.002500', '145500.462500', '145500.922500', '145501.382500', '145501.842500', '145502.302500', '145502.762500', '145503.222500', '145503.682500', '145504.142500', '145504.602500', '145505.062500', '145505.522500', '145505.982500', '145506.442500', '145506.902500', '145507.362500', '145507.822500', '145508.282500', '145508.742500', '145509.202500', '145509.662500', '145510.122500', '145510.582500', '145511.042500', '145511.502500', '145511.962500', '145512.422500', '145512.882500', '145513.342500', '145513.802500', '145514.262500', '145514.722500', '145515.182500', '145515.642500', '145516.102500', '145516.562500', '145517.022500', '145517.482500', '145517.942500', '145518.402500', '145518.862500', '145519.322500', '145519.782500', '145520.242500', '145520.702500', '145521.162500', '145521.622500', '145522.082500', '145522.542500', '145523.002500', '145523.462500', '145523.922500', '145524.382500', '145524.842500', '145525.302500', '145525.762500', '145526.222500', '145526.682500', '145527.142500', '145527.602500', '145528.062500', '145528.522500', '145528.982500', '145529.442500', '145529.902500', '145530.362500', '145530.822500', '145531.282500', '145531.742500', '145532.202500', '145532.662500', '145533.122500', '145533.582500', '145534.042500', '145534.502500', '145534.962500', '145535.422500', '145535.882500', '145536.342500', '145536.802500', '145537.262500', '145537.722500', '145538.182500', '145538.642500', '145539.102500', '145539.562500', '145540.022500', '145540.482500', '145540.942500', '145541.402500', '145541.862500', '145542.322500', '145542.782500', '145543.242500', '145543.702500', '145544.162500', '145544.622500', '145545.082500', '145545.542500', '145546.002500', '145546.462500', '145546.922500', '145547.382500', '145547.842500', '145548.302500', '145548.762500', '145549.222500', '145549.682500', '145550.142500', '145550.602500', '145551.062500', '145551.522500', '145551.982500', '145552.442500', '145552.902500', '145553.362500', '145553.822500', '145554.282500', '145554.742500', '145555.202500', '145555.662500', '145556.122500', '145556.582500', '145557.042500', '145557.502500', '145557.962500', '145558.422500', '145558.882500', '145559.342500', '145559.802500', '145600.262500', '145600.722500', '145601.182500', '145601.642500', '145602.102500', '145602.562500', '145603.022500', '145603.482500', '145603.942500', '145604.402500', '145604.862500', '145605.322500', '145605.782500', '145606.242500', '145606.702500', '145607.162500', '145607.622500', '145608.082500', '145608.542500', '145609.002500', '145609.462500', '145609.922500', '145610.382500', '145610.842500', '145611.302500', '145611.762500', '145612.222500', '145612.682500', '145613.142500', '145613.602500', '145614.062500', '145614.522500', '145614.982500', '145615.442500', '145615.902500', '145616.362500', '145616.822500', '145617.282500', '145617.742500', '145618.202500', '145618.662500', '145619.122500', '145619.582500', '145620.042500', '145620.502500', '145620.962500', '145621.422500', '145621.882500', '145622.342500', '145622.802500', '145623.262500', '145623.722500', '145624.182500', '145624.642500', '145625.102500', '145625.562500', '145626.022500', '145626.482500', '145626.942500', '145627.402500', '145627.862500', '145628.322500', '145628.782500', '145629.242500', '145629.702500', '145630.162500', '145630.622500', '145631.082500', '145631.542500', '145632.002500', '145632.462500', '145632.922500', '145633.382500', '145633.842500', '145634.302500', '145634.762500', '145635.222500', '145635.682500', '145636.142500', '145636.602500', '145637.062500', '145637.522500', '145637.982500', '145638.442500', '145638.902500', '145639.362500', '145639.822500', '145640.282500', '145640.742500', '145641.202500', '145641.662500', '145642.122500', '145642.582500', '145643.042500', '145643.502500', '145643.962500', '145644.422500', '145644.882500', '145645.342500', '145645.802500', '145646.262500', '145646.722500', '145647.182500', '145647.642500', '145648.102500', '145648.562500', '145649.022500', '145649.482500', '145649.942500', '145650.402500', '145650.862500', '145651.322500', '145651.782500', '145652.242500', '145652.702500', '145653.162500', '145653.622500', '145654.082500', '145654.542500', '145655.002500', '145655.462500', '145655.922500', '145656.382500', '145656.842500', '145657.302500', '145657.762500', '145658.222500', '145658.682500', '145659.142500', '145659.602500', '145700.062500', '145700.522500', '145700.982500', '145701.442500', '145701.902500', '145702.362500', '145702.822500', '145703.282500', '145703.742500', '145704.202500', '145704.662500', '145705.122500', '145705.582500', '145706.042500', '145706.502500', '145706.962500', '145707.422500', '145707.882500', '145708.342500', '145708.802500', '145709.262500', '145709.722500', '145710.182500', '145710.642500', '145711.102500', '145711.562500', '145712.022500', '145712.482500', '145712.942500', '145713.402500', '145713.862500', '145714.322500', '145714.782500', '145715.242500', '145715.702500', '145716.162500', '145716.622500', '145717.082500', '145717.542500', '145718.002500', '145718.462500', '145718.922500', '145719.382500', '145719.842500', '145720.302500', '145720.762500', '145721.222500', '145721.682500', '145722.142500', '145722.602500', '145723.062500', '145723.522500', '145723.982500', '145724.442500', '145724.902500', '145725.362500', '145725.822500', '145726.282500', '145726.742500', '145727.202500', '145727.662500', '145728.122500', '145728.582500', '145729.042500', '145729.502500', '145729.962500', '145730.422500', '145730.882500', '145731.342500', '145731.802500', '145732.262500', '145732.722500', '145733.182500', '145733.642500', '145734.102500', '145734.562500', '145735.022500', '145735.482500', '145735.942500', '145736.402500', '145736.862500', '145737.322500', '145737.782500', '145738.242500', '145738.702500', '145739.162500', '145739.622500', '145740.082500', '145740.542500', '145741.002500', '145741.462500', '145741.922500', '145742.382500', '145742.842500', '145743.302500', '145743.762500', '145744.222500', '145744.682500', '145745.142500', '145745.602500', '145746.062500', '145746.522500', '145746.982500', '145747.442500', '145747.902500', '145748.362500', '145748.822500', '145749.282500', '145749.742500', '145750.202500', '145750.662500', '145751.122500', '145751.582500', '145752.042500', '145752.502500', '145752.962500', '145753.422500', '145753.882500', '145754.342500', '145754.802500', '145755.262500', '145755.722500', '145756.182500', '145756.642500', '145757.102500', '145757.562500', '145758.022500', '145758.482500', '145758.942500', '145759.402500', '145759.862500', '145800.322500', '145800.782500', '145801.242500', '145801.702500', '145802.162500', '145802.622500', '145803.082500', '145803.542500', '145804.002500', '145804.462500', '145804.922500', '145805.382500', '145805.842500', '145806.302500', '145806.762500', '145807.222500', '145807.682500', '145808.142500', '145808.602500', '145809.062500', '145809.522500', '145809.982500', '145810.442500', '145810.902500', '145811.362500', '145811.822500', '145812.282500', '145812.742500', '145813.202500', '145813.662500', '145814.122500', '145814.582500', '145815.042500', '145815.502500', '145815.962500', '145816.422500', '145816.882500', '145817.342500', '145817.802500', '145818.262500', '145818.722500', '145819.182500', '145819.642500', '145820.102500', '145820.562500', '145821.022500', '145821.482500', '145821.942500', '145822.402500', '145822.862500', '145823.322500', '145823.782500', '145824.242500', '145824.702500', '145825.162500', '145825.622500', '145826.082500', '145826.542500', '145827.002500', '145827.462500', '145827.922500', '145828.382500', '145828.842500', '145829.302500', '145829.762500', '145830.222500', '145830.682500', '145831.142500', '145831.602500', '145832.062500', '145832.522500', '145832.982500', '145833.442500', '145833.902500', '145834.362500', '145834.822500', '145835.282500', '145835.742500', '145836.202500', '145836.662500', '145837.122500', '145837.582500', '145838.042500', '145838.502500', '145838.962500', '145839.422500', '145839.882500', '145840.342500', '145840.802500', '145841.262500', '145841.722500', '145842.182500', '145842.642500', '145843.102500', '145843.562500', '145844.022500', '145844.482500', '145844.942500'], 'ContentTime': ['145201.230000', '145201.234000', '145201.250000', '145201.253000', '145201.256000', '145201.259000', '145201.262000', '145201.265000', '145201.268000', '145201.271000', '145201.274000', '145201.277000', '145201.280000', '145201.283000', '145201.286000', '145201.289000', '145201.292000', '145201.295000', '145201.298000', '145201.301000', '145201.305000', '145201.325000', '145201.328000', '145201.331000', '145201.334000', '145201.337000', '145201.341000', '145201.344000', '145201.347000', '145201.350000', '145201.353000', '145201.356000', '145201.359000', '145221.185000', '145221.206000', '145221.209000', '145221.213000', '145221.216000', '145221.237000', '145221.240000', '145221.243000', '145221.246000', '145221.249000', '145221.252000', '145221.255000', '145221.258000', '145221.261000', '145221.264000', '145221.268000', '145221.271000', '145221.274000', '145221.277000', '145221.280000', '145221.283000', '145221.286000', '145221.289000', '145221.293000', '145221.296000', '145221.299000', '145221.302000', '145221.305000', '145221.308000', '145221.311000', '145221.313000', '145221.316000', '145221.320000', '145221.322000', '145221.326000', '145221.329000', '145221.337000', '145221.341000', '145221.344000', '145221.346000', '145221.349000', '145221.352000', '145221.355000', '145241.186000', '145241.189000', '145241.192000', '145241.195000', '145241.198000', '145241.201000', '145241.204000', '145241.207000', '145241.209000', '145241.212000', '145241.215000', '145241.218000', '145241.221000', '145241.224000', '145241.227000', '145241.230000', '145241.237000', '145241.240000', '145241.243000', '145241.246000', '145241.248000', '145241.251000', '145241.254000', '145241.257000', '145241.260000', '145241.263000', '145241.266000', '145241.269000', '145241.272000', '145241.275000', '145241.278000', '145241.281000', '145241.283000', '145241.286000', '145241.289000', '145241.292000', '145241.295000', '145241.298000', '145241.301000', '145241.304000', '145241.306000', '145241.309000', '145241.312000', '145241.315000', '145301.188000', '145301.231000', '145301.234000', '145301.237000', '145301.240000', '145301.243000', '145301.246000', '145301.249000', '145301.252000', '145301.254000', '145301.257000', '145301.260000', '145301.263000', '145301.266000', '145301.269000', '145301.272000', '145301.275000', '145301.278000', '145301.281000', '145301.284000', '145301.287000', '145301.290000', '145301.293000', '145301.296000', '145301.299000', '145301.302000', '145301.305000', '145301.308000', '145301.311000', '145301.314000', '145301.317000', '145301.320000', '145301.323000', '145301.326000', '145301.329000', '145301.332000', '145301.335000', '145301.338000', '145301.340000', '145301.344000', '145301.346000', '145301.349000', '145301.352000', '145321.186000', '145321.189000', '145321.192000', '145321.195000', '145321.198000', '145321.201000', '145321.204000', '145321.207000', '145321.210000', '145321.213000', '145321.216000', '145321.219000', '145321.221000', '145321.224000', '145321.227000', '145321.230000', '145321.233000', '145321.236000', '145321.239000', '145321.242000', '145321.245000', '145321.248000', '145321.251000', '145321.254000', '145321.257000', '145321.260000', '145321.262000', '145321.265000', '145321.268000', '145321.271000', '145321.274000', '145321.277000', '145321.280000', '145321.283000', '145321.286000', '145321.289000', '145321.292000', '145321.294000', '145321.297000', '145321.300000', '145321.303000', '145321.306000', '145321.309000', '145321.312000', '145341.185000', '145341.188000', '145341.191000', '145341.195000', '145341.200000', '145341.205000', '145341.209000', '145341.212000', '145341.216000', '145341.219000', '145341.223000', '145341.227000', '145341.230000', '145341.234000', '145341.237000', '145341.241000', '145341.244000', '145341.247000', '145341.250000', '145341.253000', '145341.257000', '145341.260000', '145341.263000', '145341.266000', '145341.269000', '145341.272000', '145341.275000', '145341.278000', '145341.281000', '145341.284000', '145341.287000', '145341.290000', '145341.293000', '145341.296000', '145341.299000', '145341.302000', '145341.305000', '145341.308000', '145341.311000', '145341.314000', '145341.317000', '145341.320000', '145341.323000', '145401.185000', '145401.188000', '145401.191000', '145401.194000', '145401.197000', '145401.200000', '145401.203000', '145401.206000', '145401.209000', '145401.212000', '145401.215000', '145401.218000', '145401.221000', '145401.224000', '145401.227000', '145401.229000', '145401.232000', '145401.235000', '145401.238000', '145401.241000', '145401.244000', '145401.247000', '145401.250000', '145401.253000', '145401.256000', '145401.259000', '145401.262000', '145401.265000', '145401.268000', '145401.271000', '145401.274000', '145401.276000', '145401.293000', '145401.300000', '145401.303000', '145401.306000', '145401.309000', '145401.312000', '145401.315000', '145401.318000', '145401.321000', '145401.324000', '145401.327000', '145401.329000', '145421.185000', '145421.188000', '145421.191000', '145421.195000', '145421.197000', '145421.200000', '145421.203000', '145421.206000', '145421.209000', '145421.212000', '145421.215000', '145421.218000', '145421.222000', '145421.225000', '145421.228000', '145421.231000', '145421.234000', '145421.237000', '145421.240000', '145421.242000', '145421.245000', '145421.248000', '145421.251000', '145421.254000', '145421.257000', '145421.260000', '145421.263000', '145421.266000', '145421.269000', '145421.272000', '145421.274000', '145421.277000', '145421.280000', '145421.283000', '145421.286000', '145421.289000', '145421.292000', '145421.295000', '145421.298000', '145421.301000', '145421.304000', '145421.307000', '145421.310000', '145441.186000', '145441.189000', '145441.192000', '145441.195000', '145441.198000', '145441.201000', '145441.204000', '145441.207000', '145441.210000', '145441.213000', '145441.216000', '145441.218000', '145441.222000', '145441.224000', '145441.227000', '145441.230000', '145441.233000', '145441.236000', '145441.239000', '145441.242000', '145441.245000', '145441.248000', '145441.251000', '145441.254000', '145441.257000', '145441.260000', '145441.263000', '145441.266000', '145441.269000', '145441.272000', '145441.275000', '145441.278000', '145441.281000', '145441.283000', '145441.286000', '145441.289000', '145441.292000', '145441.295000', '145441.298000', '145441.301000', '145441.304000', '145441.315000', '145441.317000', '145441.320000', '145501.186000', '145501.189000', '145501.192000', '145501.195000', '145501.198000', '145501.201000', '145501.204000', '145501.207000', '145501.210000', '145501.213000', '145501.220000', '145501.228000', '145501.231000', '145501.234000', '145501.237000', '145501.240000', '145501.243000', '145501.246000', '145501.249000', '145501.252000', '145501.255000', '145501.258000', '145501.261000', '145501.264000', '145501.267000', '145501.270000', '145501.273000', '145501.276000', '145501.279000', '145501.282000', '145501.285000', '145501.288000', '145501.291000', '145501.294000', '145501.297000', '145501.300000', '145501.303000', '145501.306000', '145501.309000', '145501.312000', '145501.315000', '145501.317000', '145501.320000', '145521.186000', '145521.189000', '145521.192000', '145521.195000', '145521.198000', '145521.201000', '145521.204000', '145521.216000', '145521.219000', '145521.222000', '145521.225000', '145521.228000', '145521.231000', '145521.234000', '145521.236000', '145521.240000', '145521.242000', '145521.245000', '145521.248000', '145521.251000', '145521.254000', '145521.257000', '145521.260000', '145521.263000', '145521.266000', '145521.269000', '145521.272000', '145521.275000', '145521.278000', '145521.281000', '145521.284000', '145521.287000', '145521.290000', '145521.292000', '145521.295000', '145521.298000', '145521.301000', '145521.304000', '145521.307000', '145521.310000', '145521.313000', '145521.316000', '145521.319000', '145521.322000', '145541.186000', '145541.189000', '145541.192000', '145541.195000', '145541.198000', '145541.201000', '145541.204000', '145541.207000', '145541.210000', '145541.213000', '145541.216000', '145541.219000', '145541.221000', '145541.225000', '145541.228000', '145541.230000', '145541.233000', '145541.236000', '145541.239000', '145541.242000', '145541.245000', '145541.248000', '145541.251000', '145541.254000', '145541.257000', '145541.260000', '145541.263000', '145541.268000', '145541.280000', '145541.283000', '145541.286000', '145541.289000', '145541.292000', '145541.295000', '145541.298000', '145541.301000', '145541.304000', '145541.307000', '145541.310000', '145541.313000', '145541.316000', '145541.318000', '145541.321000', '145601.185000', '145601.199000', '145601.202000', '145601.205000', '145601.208000', '145601.211000', '145601.214000', '145601.217000', '145601.220000', '145601.222000', '145601.231000', '145601.234000', '145601.237000', '145601.240000', '145601.243000', '145601.246000', '145601.249000', '145601.252000', '145601.255000', '145601.258000', '145601.261000', '145601.263000', '145601.266000', '145601.269000', '145601.272000', '145601.275000', '145601.278000', '145601.281000', '145601.284000', '145601.287000', '145601.290000', '145601.293000', '145601.296000', '145601.299000', '145601.302000', '145601.305000', '145601.308000', '145601.311000', '145601.314000', '145601.317000', '145601.320000', '145601.323000', '145601.326000', '145601.329000', '145621.185000', '145621.188000', '145621.198000', '145621.201000', '145621.204000', '145621.208000', '145621.211000', '145621.214000', '145621.217000', '145621.220000', '145621.223000', '145621.226000', '145621.229000', '145621.232000', '145621.235000', '145621.238000', '145621.241000', '145621.244000', '145621.247000', '145621.250000', '145621.253000', '145621.256000', '145621.259000', '145621.262000', '145621.265000', '145621.268000', '145621.272000', '145621.275000', '145621.278000', '145621.281000', '145621.284000', '145621.287000', '145621.290000', '145621.293000', '145621.296000', '145621.299000', '145621.302000', '145621.305000', '145621.308000', '145621.311000', '145621.314000', '145621.316000', '145621.320000', '145641.185000', '145641.205000', '145641.208000', '145641.211000', '145641.213000', '145641.217000', '145641.219000', '145641.222000', '145641.225000', '145641.228000', '145641.231000', '145641.234000', '145641.237000', '145641.240000', '145641.243000', '145641.246000', '145641.249000', '145641.252000', '145641.255000', '145641.258000', '145641.261000', '145641.264000', '145641.267000', '145641.270000', '145641.272000', '145641.276000', '145641.278000', '145641.281000', '145641.284000', '145641.287000', '145641.290000', '145641.293000', '145641.296000', '145641.299000', '145641.302000', '145641.305000', '145641.308000', '145641.311000', '145641.314000', '145641.317000', '145641.319000', '145641.322000', '145641.325000', '145641.328000', '145701.186000', '145701.198000', '145701.201000', '145701.204000', '145701.207000', '145701.210000', '145701.213000', '145701.216000', '145701.218000', '145701.226000', '145701.229000', '145701.232000', '145701.235000', '145701.238000', '145701.241000', '145701.244000', '145701.247000', '145701.250000', '145701.253000', '145701.258000', '145701.261000', '145701.264000', '145701.267000', '145701.270000', '145701.273000', '145701.276000', '145701.279000', '145701.282000', '145701.285000', '145701.288000', '145701.290000', '145701.294000', '145701.296000', '145701.299000', '145701.302000', '145701.305000', '145701.308000', '145701.311000', '145701.314000', '145701.317000', '145701.320000', '145701.323000', '145701.326000', '145721.186000', '145721.189000', '145721.192000', '145721.195000', '145721.198000', '145721.201000', '145721.204000', '145721.207000', '145721.210000', '145721.213000', '145721.216000', '145721.218000', '145721.221000', '145721.224000', '145721.227000', '145721.230000', '145721.233000', '145721.236000', '145721.239000', '145721.242000', '145721.245000', '145721.248000', '145721.251000', '145721.254000', '145721.257000', '145721.260000', '145721.263000', '145721.266000', '145721.269000', '145721.272000', '145721.275000', '145721.278000', '145721.281000', '145721.284000', '145721.286000', '145721.289000', '145721.292000', '145721.295000', '145721.298000', '145721.301000', '145721.304000', '145721.307000', '145721.310000', '145721.313000', '145741.186000', '145741.205000', '145741.208000', '145741.211000', '145741.214000', '145741.217000', '145741.220000', '145741.223000', '145741.225000', '145741.228000', '145741.231000', '145741.234000', '145741.237000', '145741.240000', '145741.243000', '145741.247000', '145741.250000', '145741.253000', '145741.257000', '145741.259000', '145741.262000', '145741.266000', '145741.269000', '145741.272000', '145741.274000', '145741.277000', '145741.280000', '145741.283000', '145741.286000', '145741.289000', '145741.292000', '145741.295000', '145741.298000', '145741.301000', '145741.304000', '145741.307000', '145741.311000', '145741.315000', '145741.318000', '145741.321000', '145741.324000', '145741.327000', '145741.330000', '145801.186000', '145801.189000', '145801.192000', '145801.195000', '145801.198000', '145801.201000', '145801.204000', '145801.207000', '145801.210000', '145801.213000', '145801.216000', '145801.219000', '145801.222000', '145801.224000', '145801.227000', '145801.236000', '145801.239000', '145801.241000', '145801.244000', '145801.247000', '145801.250000', '145801.253000', '145801.256000', '145801.259000', '145801.262000', '145801.265000', '145801.268000', '145801.271000', '145801.274000', '145801.277000', '145801.280000', '145801.283000', '145801.286000', '145801.289000', '145801.292000', '145801.295000', '145801.298000', '145801.300000', '145801.303000', '145801.306000', '145801.309000', '145801.312000', '145801.315000', '145801.318000', '145821.185000', '145821.188000', '145821.191000', '145821.194000', '145821.197000', '145821.200000', '145821.203000', '145821.206000', '145821.209000', '145821.212000', '145821.215000', '145821.218000', '145821.221000', '145821.224000', '145821.227000', '145821.229000', '145821.232000', '145821.235000', '145821.238000', '145821.241000', '145821.244000', '145821.247000', '145821.250000', '145821.253000', '145821.256000', '145821.259000', '145821.262000', '145821.265000', '145821.268000', '145821.272000', '145821.274000', '145821.277000', '145821.280000', '145821.283000', '145821.286000', '145821.289000', '145821.292000', '145821.295000', '145821.298000', '145821.301000', '145821.304000', '145821.307000', '145821.310000', '145841.185000', '145841.203000', '145841.206000', '145841.209000', '145841.212000', '145841.215000', '145841.230000', '145841.233000', '145841.236000', '145841.239000', '145841.242000', '145841.245000', '145841.248000', '145841.251000', '145841.254000', '145841.257000', '145841.259000', '145841.262000', '145841.266000', '145841.268000', '145841.271000', '145841.274000', '145841.277000', '145841.280000', '145841.283000', '145841.286000', '145841.289000', '145841.292000', '145841.295000', '145841.298000', '145841.301000', '145841.304000', '145841.307000', '145841.310000', '145841.313000', '145841.316000', '145841.319000', '145841.322000', '145841.325000', '145841.328000', '145841.330000', '145841.333000', '145841.336000', '145841.339000', '145846.240000', '145846.243000', '145846.247000', '145846.249000', '145846.253000', '145846.256000', '145846.258000', '145846.261000', '145846.264000', '145846.267000', '145846.270000'], 'InstanceCreationTime': ['145201.230000', '145201.234000', '145201.250000', '145201.253000', '145201.256000', '145201.259000', '145201.262000', '145201.265000', '145201.268000', '145201.271000', '145201.274000', '145201.277000', '145201.280000', '145201.283000', '145201.286000', '145201.289000', '145201.292000', '145201.295000', '145201.298000', '145201.301000', '145201.305000', '145201.325000', '145201.328000', '145201.331000', '145201.334000', '145201.337000', '145201.341000', '145201.344000', '145201.347000', '145201.350000', '145201.353000', '145201.356000', '145201.359000', '145221.185000', '145221.206000', '145221.209000', '145221.213000', '145221.216000', '145221.237000', '145221.240000', '145221.243000', '145221.246000', '145221.249000', '145221.252000', '145221.255000', '145221.258000', '145221.261000', '145221.264000', '145221.268000', '145221.271000', '145221.274000', '145221.277000', '145221.280000', '145221.283000', '145221.286000', '145221.289000', '145221.293000', '145221.296000', '145221.299000', '145221.302000', '145221.305000', '145221.308000', '145221.311000', '145221.313000', '145221.316000', '145221.320000', '145221.322000', '145221.326000', '145221.329000', '145221.337000', '145221.341000', '145221.344000', '145221.346000', '145221.349000', '145221.352000', '145221.355000', '145241.186000', '145241.189000', '145241.192000', '145241.195000', '145241.198000', '145241.201000', '145241.204000', '145241.207000', '145241.209000', '145241.212000', '145241.215000', '145241.218000', '145241.221000', '145241.224000', '145241.227000', '145241.230000', '145241.237000', '145241.240000', '145241.243000', '145241.246000', '145241.248000', '145241.251000', '145241.254000', '145241.257000', '145241.260000', '145241.263000', '145241.266000', '145241.269000', '145241.272000', '145241.275000', '145241.278000', '145241.281000', '145241.283000', '145241.286000', '145241.289000', '145241.292000', '145241.295000', '145241.298000', '145241.301000', '145241.304000', '145241.306000', '145241.309000', '145241.312000', '145241.315000', '145301.188000', '145301.231000', '145301.234000', '145301.237000', '145301.240000', '145301.243000', '145301.246000', '145301.249000', '145301.252000', '145301.254000', '145301.257000', '145301.260000', '145301.263000', '145301.266000', '145301.269000', '145301.272000', '145301.275000', '145301.278000', '145301.281000', '145301.284000', '145301.287000', '145301.290000', '145301.293000', '145301.296000', '145301.299000', '145301.302000', '145301.305000', '145301.308000', '145301.311000', '145301.314000', '145301.317000', '145301.320000', '145301.323000', '145301.326000', '145301.329000', '145301.332000', '145301.335000', '145301.338000', '145301.340000', '145301.344000', '145301.346000', '145301.349000', '145301.352000', '145321.186000', '145321.189000', '145321.192000', '145321.195000', '145321.198000', '145321.201000', '145321.204000', '145321.207000', '145321.210000', '145321.213000', '145321.216000', '145321.219000', '145321.221000', '145321.224000', '145321.227000', '145321.230000', '145321.233000', '145321.236000', '145321.239000', '145321.242000', '145321.245000', '145321.248000', '145321.251000', '145321.254000', '145321.257000', '145321.260000', '145321.262000', '145321.265000', '145321.268000', '145321.271000', '145321.274000', '145321.277000', '145321.280000', '145321.283000', '145321.286000', '145321.289000', '145321.292000', '145321.294000', '145321.297000', '145321.300000', '145321.303000', '145321.306000', '145321.309000', '145321.312000', '145341.185000', '145341.188000', '145341.191000', '145341.195000', '145341.200000', '145341.205000', '145341.209000', '145341.212000', '145341.216000', '145341.219000', '145341.223000', '145341.227000', '145341.230000', '145341.234000', '145341.237000', '145341.241000', '145341.244000', '145341.247000', '145341.250000', '145341.253000', '145341.257000', '145341.260000', '145341.263000', '145341.266000', '145341.269000', '145341.272000', '145341.275000', '145341.278000', '145341.281000', '145341.284000', '145341.287000', '145341.290000', '145341.293000', '145341.296000', '145341.299000', '145341.302000', '145341.305000', '145341.308000', '145341.311000', '145341.314000', '145341.317000', '145341.320000', '145341.323000', '145401.185000', '145401.188000', '145401.191000', '145401.194000', '145401.197000', '145401.200000', '145401.203000', '145401.206000', '145401.209000', '145401.212000', '145401.215000', '145401.218000', '145401.221000', '145401.224000', '145401.227000', '145401.229000', '145401.232000', '145401.235000', '145401.238000', '145401.241000', '145401.244000', '145401.247000', '145401.250000', '145401.253000', '145401.256000', '145401.259000', '145401.262000', '145401.265000', '145401.268000', '145401.271000', '145401.274000', '145401.276000', '145401.293000', '145401.300000', '145401.303000', '145401.306000', '145401.309000', '145401.312000', '145401.315000', '145401.318000', '145401.321000', '145401.324000', '145401.327000', '145401.329000', '145421.185000', '145421.188000', '145421.191000', '145421.195000', '145421.197000', '145421.200000', '145421.203000', '145421.206000', '145421.209000', '145421.212000', '145421.215000', '145421.218000', '145421.222000', '145421.225000', '145421.228000', '145421.231000', '145421.234000', '145421.237000', '145421.240000', '145421.242000', '145421.245000', '145421.248000', '145421.251000', '145421.254000', '145421.257000', '145421.260000', '145421.263000', '145421.266000', '145421.269000', '145421.272000', '145421.274000', '145421.277000', '145421.280000', '145421.283000', '145421.286000', '145421.289000', '145421.292000', '145421.295000', '145421.298000', '145421.301000', '145421.304000', '145421.307000', '145421.310000', '145441.186000', '145441.189000', '145441.192000', '145441.195000', '145441.198000', '145441.201000', '145441.204000', '145441.207000', '145441.210000', '145441.213000', '145441.216000', '145441.218000', '145441.222000', '145441.224000', '145441.227000', '145441.230000', '145441.233000', '145441.236000', '145441.239000', '145441.242000', '145441.245000', '145441.248000', '145441.251000', '145441.254000', '145441.257000', '145441.260000', '145441.263000', '145441.266000', '145441.269000', '145441.272000', '145441.275000', '145441.278000', '145441.281000', '145441.283000', '145441.286000', '145441.289000', '145441.292000', '145441.295000', '145441.298000', '145441.301000', '145441.304000', '145441.315000', '145441.317000', '145441.320000', '145501.186000', '145501.189000', '145501.192000', '145501.195000', '145501.198000', '145501.201000', '145501.204000', '145501.207000', '145501.210000', '145501.213000', '145501.220000', '145501.228000', '145501.231000', '145501.234000', '145501.237000', '145501.240000', '145501.243000', '145501.246000', '145501.249000', '145501.252000', '145501.255000', '145501.258000', '145501.261000', '145501.264000', '145501.267000', '145501.270000', '145501.273000', '145501.276000', '145501.279000', '145501.282000', '145501.285000', '145501.288000', '145501.291000', '145501.294000', '145501.297000', '145501.300000', '145501.303000', '145501.306000', '145501.309000', '145501.312000', '145501.315000', '145501.317000', '145501.320000', '145521.186000', '145521.189000', '145521.192000', '145521.195000', '145521.198000', '145521.201000', '145521.204000', '145521.216000', '145521.219000', '145521.222000', '145521.225000', '145521.228000', '145521.231000', '145521.234000', '145521.236000', '145521.240000', '145521.242000', '145521.245000', '145521.248000', '145521.251000', '145521.254000', '145521.257000', '145521.260000', '145521.263000', '145521.266000', '145521.269000', '145521.272000', '145521.275000', '145521.278000', '145521.281000', '145521.284000', '145521.287000', '145521.290000', '145521.292000', '145521.295000', '145521.298000', '145521.301000', '145521.304000', '145521.307000', '145521.310000', '145521.313000', '145521.316000', '145521.319000', '145521.322000', '145541.186000', '145541.189000', '145541.192000', '145541.195000', '145541.198000', '145541.201000', '145541.204000', '145541.207000', '145541.210000', '145541.213000', '145541.216000', '145541.219000', '145541.221000', '145541.225000', '145541.228000', '145541.230000', '145541.233000', '145541.236000', '145541.239000', '145541.242000', '145541.245000', '145541.248000', '145541.251000', '145541.254000', '145541.257000', '145541.260000', '145541.263000', '145541.268000', '145541.280000', '145541.283000', '145541.286000', '145541.289000', '145541.292000', '145541.295000', '145541.298000', '145541.301000', '145541.304000', '145541.307000', '145541.310000', '145541.313000', '145541.316000', '145541.318000', '145541.321000', '145601.185000', '145601.199000', '145601.202000', '145601.205000', '145601.208000', '145601.211000', '145601.214000', '145601.217000', '145601.220000', '145601.222000', '145601.231000', '145601.234000', '145601.237000', '145601.240000', '145601.243000', '145601.246000', '145601.249000', '145601.252000', '145601.255000', '145601.258000', '145601.261000', '145601.263000', '145601.266000', '145601.269000', '145601.272000', '145601.275000', '145601.278000', '145601.281000', '145601.284000', '145601.287000', '145601.290000', '145601.293000', '145601.296000', '145601.299000', '145601.302000', '145601.305000', '145601.308000', '145601.311000', '145601.314000', '145601.317000', '145601.320000', '145601.323000', '145601.326000', '145601.329000', '145621.185000', '145621.188000', '145621.198000', '145621.201000', '145621.204000', '145621.208000', '145621.211000', '145621.214000', '145621.217000', '145621.220000', '145621.223000', '145621.226000', '145621.229000', '145621.232000', '145621.235000', '145621.238000', '145621.241000', '145621.244000', '145621.247000', '145621.250000', '145621.253000', '145621.256000', '145621.259000', '145621.262000', '145621.265000', '145621.268000', '145621.272000', '145621.275000', '145621.278000', '145621.281000', '145621.284000', '145621.287000', '145621.290000', '145621.293000', '145621.296000', '145621.299000', '145621.302000', '145621.305000', '145621.308000', '145621.311000', '145621.314000', '145621.316000', '145621.320000', '145641.185000', '145641.205000', '145641.208000', '145641.211000', '145641.213000', '145641.217000', '145641.219000', '145641.222000', '145641.225000', '145641.228000', '145641.231000', '145641.234000', '145641.237000', '145641.240000', '145641.243000', '145641.246000', '145641.249000', '145641.252000', '145641.255000', '145641.258000', '145641.261000', '145641.264000', '145641.267000', '145641.270000', '145641.272000', '145641.276000', '145641.278000', '145641.281000', '145641.284000', '145641.287000', '145641.290000', '145641.293000', '145641.296000', '145641.299000', '145641.302000', '145641.305000', '145641.308000', '145641.311000', '145641.314000', '145641.317000', '145641.319000', '145641.322000', '145641.325000', '145641.328000', '145701.186000', '145701.198000', '145701.201000', '145701.204000', '145701.207000', '145701.210000', '145701.213000', '145701.216000', '145701.218000', '145701.226000', '145701.229000', '145701.232000', '145701.235000', '145701.238000', '145701.241000', '145701.244000', '145701.247000', '145701.250000', '145701.253000', '145701.258000', '145701.261000', '145701.264000', '145701.267000', '145701.270000', '145701.273000', '145701.276000', '145701.279000', '145701.282000', '145701.285000', '145701.288000', '145701.290000', '145701.294000', '145701.296000', '145701.299000', '145701.302000', '145701.305000', '145701.308000', '145701.311000', '145701.314000', '145701.317000', '145701.320000', '145701.323000', '145701.326000', '145721.186000', '145721.189000', '145721.192000', '145721.195000', '145721.198000', '145721.201000', '145721.204000', '145721.207000', '145721.210000', '145721.213000', '145721.216000', '145721.218000', '145721.221000', '145721.224000', '145721.227000', '145721.230000', '145721.233000', '145721.236000', '145721.239000', '145721.242000', '145721.245000', '145721.248000', '145721.251000', '145721.254000', '145721.257000', '145721.260000', '145721.263000', '145721.266000', '145721.269000', '145721.272000', '145721.275000', '145721.278000', '145721.281000', '145721.284000', '145721.286000', '145721.289000', '145721.292000', '145721.295000', '145721.298000', '145721.301000', '145721.304000', '145721.307000', '145721.310000', '145721.313000', '145741.186000', '145741.205000', '145741.208000', '145741.211000', '145741.214000', '145741.217000', '145741.220000', '145741.223000', '145741.225000', '145741.228000', '145741.231000', '145741.234000', '145741.237000', '145741.240000', '145741.243000', '145741.247000', '145741.250000', '145741.253000', '145741.257000', '145741.259000', '145741.262000', '145741.266000', '145741.269000', '145741.272000', '145741.274000', '145741.277000', '145741.280000', '145741.283000', '145741.286000', '145741.289000', '145741.292000', '145741.295000', '145741.298000', '145741.301000', '145741.304000', '145741.307000', '145741.311000', '145741.315000', '145741.318000', '145741.321000', '145741.324000', '145741.327000', '145741.330000', '145801.186000', '145801.189000', '145801.192000', '145801.195000', '145801.198000', '145801.201000', '145801.204000', '145801.207000', '145801.210000', '145801.213000', '145801.216000', '145801.219000', '145801.222000', '145801.224000', '145801.227000', '145801.236000', '145801.239000', '145801.241000', '145801.244000', '145801.247000', '145801.250000', '145801.253000', '145801.256000', '145801.259000', '145801.262000', '145801.265000', '145801.268000', '145801.271000', '145801.274000', '145801.277000', '145801.280000', '145801.283000', '145801.286000', '145801.289000', '145801.292000', '145801.295000', '145801.298000', '145801.300000', '145801.303000', '145801.306000', '145801.309000', '145801.312000', '145801.315000', '145801.318000', '145821.185000', '145821.188000', '145821.191000', '145821.194000', '145821.197000', '145821.200000', '145821.203000', '145821.206000', '145821.209000', '145821.212000', '145821.215000', '145821.218000', '145821.221000', '145821.224000', '145821.227000', '145821.229000', '145821.232000', '145821.235000', '145821.238000', '145821.241000', '145821.244000', '145821.247000', '145821.250000', '145821.253000', '145821.256000', '145821.259000', '145821.262000', '145821.265000', '145821.268000', '145821.272000', '145821.274000', '145821.277000', '145821.280000', '145821.283000', '145821.286000', '145821.289000', '145821.292000', '145821.295000', '145821.298000', '145821.301000', '145821.304000', '145821.307000', '145821.310000', '145841.185000', '145841.203000', '145841.206000', '145841.209000', '145841.212000', '145841.215000', '145841.230000', '145841.233000', '145841.236000', '145841.239000', '145841.242000', '145841.245000', '145841.248000', '145841.251000', '145841.254000', '145841.257000', '145841.259000', '145841.262000', '145841.266000', '145841.268000', '145841.271000', '145841.274000', '145841.277000', '145841.280000', '145841.283000', '145841.286000', '145841.289000', '145841.292000', '145841.295000', '145841.298000', '145841.301000', '145841.304000', '145841.307000', '145841.310000', '145841.313000', '145841.316000', '145841.319000', '145841.322000', '145841.325000', '145841.328000', '145841.330000', '145841.333000', '145841.336000', '145841.339000', '145846.240000', '145846.243000', '145846.247000', '145846.249000', '145846.253000', '145846.256000', '145846.258000', '145846.261000', '145846.264000', '145846.267000', '145846.270000'], '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': [8700, 8024, 10432, 9535, 11512, 9892, 8416, 8209, 7345, 8792, 7936, 8846, 8071, 8746, 7276, 8888, 7146, 8187, 6480, 8006, 6778, 8135, 6290, 7982, 6745, 7575, 6618, 7626, 6158, 7366, 6651, 7655, 6577, 7749, 6394, 7749, 6854, 7972, 7979, 7828, 9087, 8476, 8244, 8159, 10049, 8023, 10569, 8085, 10918, 8041, 10180, 7657, 9224, 7070, 8701, 7325, 9203, 7182, 8590, 7268, 8480, 6690, 8165, 6824, 8305, 7465, 8646, 7377, 8560, 6759, 8043, 7305, 7761, 8416, 7244, 9528, 7681, 9470, 7508, 8735, 7363, 8697, 6902, 8338, 6598, 8521, 7738, 8252, 9391, 8179, 8657, 7788, 7025, 7560, 6492, 7957, 6802, 8657, 6859, 8643, 6509, 7979, 7727, 8006, 9442, 8187, 10569, 8071, 9419, 7327, 8893, 7782, 8814, 11840, 8314, 10606, 7898, 7699, 7796, 7348, 7870, 7034, 7698, 7613, 7651, 7098, 7740, 8665, 7716, 9355, 7694, 10376, 7969, 10775, 8132, 10757, 8293, 8417, 7956, 8489, 7899, 9991, 7899, 7778, 7849, 6121, 7953, 6822, 6205, 7520, 6696, 6152, 8558, 7140, 6100, 8126, 7089, 9519, 7326, 8321, 7633, 7208, 9700, 7385, 10105, 7620, 10069, 7582, 9974, 7640, 10234, 7592, 10183, 7209, 9695, 7483, 10117, 6985, 7541, 7026, 8302, 7091, 9307, 6873, 9352, 7132, 9184, 7442, 6876, 7304, 7489, 7851, 9021, 7214, 9358, 7477, 7256, 7632, 6515, 7828, 6182, 7591, 6194, 7713, 6286, 7851, 6598, 7705, 7211, 7679, 11129, 7840, 10254, 7716, 9011, 6639, 8236, 6505, 8040, 6828, 8013, 6596, 7979, 6697, 7844, 6961, 7779, 7857, 7922, 6899, 8338, 7284, 8675, 8435, 8534, 12409, 8609, 11496, 8810, 9862, 7368, 8594, 7477, 8429, 8109, 8339, 8236, 8269, 7267, 7785, 6994, 7754, 7503, 7740, 8837, 7607, 9264, 8274, 8376, 8353, 10810, 8381, 10438, 8062, 8765, 6715, 8561, 6904, 8900, 7059, 8984, 6715, 7898, 6621, 6505, 7444, 7075, 8697, 7203, 7113, 7553, 6830, 7625, 7321, 7966, 8564, 8185, 9649, 8552, 7888, 9130, 8021, 9218, 8325, 8687, 8284, 8119, 7586, 8334, 7015, 7967, 6232, 6134, 7484, 6878, 6407, 7823, 6834, 6451, 9349, 7997, 6696, 8968, 8024, 7642, 9869, 8439, 11748, 9508, 8704, 7792, 7152, 8472, 7399, 10112, 8078, 10982, 8259, 10716, 8153, 9067, 7781, 7600, 7586, 6696, 8122, 7182, 8534, 7271, 8876, 7145, 9013, 6942, 8692, 6831, 7551, 6876, 6629, 7251, 6464, 7846, 6528, 7540, 5973, 7722, 7155, 8477, 6892, 7770, 7169, 7173, 7559, 6618, 8413, 7212, 6144, 7366, 6794, 9362, 6981, 10107, 7898, 9745, 8851, 6944, 8761, 7385, 7383, 7670, 6353, 8399, 7056, 9825, 7596, 6834, 7377, 6409, 8775, 6949, 9824, 7569, 10716, 8039, 10429, 8397, 10171, 7949, 9542, 7612, 10389, 7729, 7570, 7657, 6929, 8008, 6456, 7770, 6630, 8296, 7491, 10084, 7225, 8288, 7393, 8549, 7576, 9595, 7581, 10749, 7605, 9880, 7702, 7426, 7499, 7302, 7279, 7623, 7452, 9349, 7289, 7849, 7569, 6993, 7266, 7112, 7244, 9231, 7188, 8126, 6596, 7791, 6727, 8190, 7162, 8244, 7127, 7903, 10415, 7719, 9951, 7668, 9954, 7604, 9120, 6873, 8881, 7046, 8801, 7089, 9094, 6891, 9022, 7077, 9518, 7823, 9785, 7486, 8948, 7436, 9307, 6891, 8220, 6870, 8655, 7395, 8443, 6874, 8492, 6838, 8957, 7061, 9370, 7076, 8100, 7245, 8704, 7420, 9818, 7186, 10362, 7621, 9163, 7623, 10104, 7455, 10255, 7522, 9872, 7355, 10471, 7612, 10084, 7152, 7638, 7283, 7219, 7426, 7260, 7639, 8286, 7985, 7786, 8445, 7518, 8563, 8204, 8291, 8956, 8608, 7541, 8498, 7197, 8409, 7159, 7919, 7575, 7847, 6969, 8579, 6822, 8117, 6908, 8220, 6584, 8327, 6597, 8548, 7008, 8512, 7123, 8471, 7226, 9000, 6908, 9378, 7212, 10199, 7694, 9440, 7349, 8767, 7429, 9719, 6979, 10160, 7197, 9674, 7084, 9561, 6912, 8846, 6511, 7316, 7012, 6301, 7462, 6052, 7257, 6316, 6177, 7770, 6910, 6205, 7502, 7118, 7415, 10421, 7439, 6507, 8740, 7874, 10094, 8818, 7664, 9547, 7651, 11024, 8745, 9486, 9848, 7716, 9639, 7681, 8474, 7956, 8444, 7847, 7315, 8088, 7124, 8482, 6497, 8746, 5959, 8298, 6733, 8727, 7098, 9174, 7187, 9660, 7425, 9717, 7379, 10093, 7142, 9747, 7415, 9987, 7280, 9946, 7969, 9807, 7957, 6497, 7777, 6109, 8353, 7002, 8744, 7576, 8547, 7231, 9180, 7776, 10282, 8539, 10905, 8215, 10515, 8384, 10292, 8343, 10089, 7874, 10268, 8305, 10536, 7699, 7262, 8192, 6815, 8360, 6767, 8416, 6978, 8565, 7345, 8166, 7784, 7597, 8238, 7740, 6714, 7850, 7026, 6924, 7795, 7433, 8572, 8367, 7175, 9764, 8261, 10647, 8616, 10497, 8856, 12052, 9425, 10685, 8113, 9903, 8127, 9357, 7718, 9006, 6915, 7931, 6141, 5659, 7219, 5901, 6152, 6972, 6210, 8238, 7886, 6167, 10282, 8729, 10630, 9238, 11199, 9136, 11142, 10294, 8555, 9171, 7566, 9573, 7163, 9994, 7234, 10025, 6928, 9353, 6642, 8595, 6587, 9921, 7363, 7251, 6400, 6129, 7510, 6095, 7799, 6333, 8395, 6564, 8827, 6617, 10627, 7463, 9128, 6717, 6521, 8833, 6938, 10018, 7309, 10481, 7616, 9760, 7465, 8226, 7915, 6722, 8837, 6796, 9481, 6824, 9144, 7011, 9130, 6687, 6440, 7936, 6762, 8372, 6480, 6195, 7348, 6053, 8524, 6128, 8662, 7405, 6042, 8661, 7611, 6908, 8256, 7926, 6731, 11003, 8108, 10241, 9263, 10843, 9337, 7534, 9154, 6968, 9123, 6897, 9130, 8443, 8838, 9534, 8767, 6904, 8240, 6561, 8038, 6312, 7936, 6813, 7540, 8063, 8140, 6809, 8011, 7361, 8006, 10858, 8065, 11270, 8871, 11495, 7864, 10764, 6941, 9296, 6712, 8432, 7046, 8485, 6779, 9409, 6511, 9000, 6217, 8625, 6448, 8285, 7793, 9143, 7894, 9312, 7014, 8873, 6479, 8521, 6787, 8961, 7260, 9946, 6799, 9146, 6874, 8859, 7570, 10212, 7827, 10672, 8592, 9764, 7837, 8725, 8057, 8023, 8364, 8833, 9380, 6651, 8866, 7100, 9167, 6955, 9442, 7467, 9594, 7287, 9595, 7880, 10065, 8027, 8999, 7476, 7492, 7587, 7157, 7881, 7165, 8012, 6125, 8412, 6469, 8311, 6621, 8316, 7310, 8885, 7157, 8809, 6838, 8469, 7327, 8660, 7338, 9134, 7563, 9741, 8200, 8972, 7911, 6986, 7826, 6729, 7989, 6224, 7794, 6480, 8044, 7048, 8625, 7037, 6239, 7334, 6772, 8802, 7107], 'WindowCenter': [3889.0, 3862.0, 3876.0, 3840.0, 3847.0, 3835.0, 3800.0, 3787.0, 3764.0, 3786.0, 3774.0, 3784.0, 3773.0, 3771.0, 3761.0, 3781.0, 3748.0, 3758.0, 3727.0, 3759.0, 3739.0, 3759.0, 3739.0, 3771.0, 3751.0, 3760.0, 3751.0, 3772.0, 3742.0, 3774.0, 3754.0, 3775.0, 3753.0, 3774.0, 3753.0, 3773.0, 3752.0, 3785.0, 3774.0, 3775.0, 3784.0, 3784.0, 3772.0, 3772.0, 3791.0, 3772.0, 3802.0, 3772.0, 3802.0, 3773.0, 3792.0, 3761.0, 3781.0, 3764.0, 3782.0, 3761.0, 3781.0, 3751.0, 3771.0, 3761.0, 3770.0, 3738.0, 3770.0, 3739.0, 3772.0, 3760.0, 3770.0, 3759.0, 3780.0, 3738.0, 3769.0, 3748.0, 3760.0, 3771.0, 3762.0, 3793.0, 3773.0, 3793.0, 3763.0, 3781.0, 3759.0, 3781.0, 3749.0, 3771.0, 3739.0, 3770.0, 3760.0, 3783.0, 3781.0, 3770.0, 3769.0, 3760.0, 3762.0, 3772.0, 3754.0, 3784.0, 3765.0, 3796.0, 3765.0, 3798.0, 3754.0, 3789.0, 3788.0, 3786.0, 3795.0, 3783.0, 3791.0, 3760.0, 3781.0, 3775.0, 3783.0, 3761.0, 3783.0, 3815.0, 3783.0, 3789.0, 3758.0, 3759.0, 3760.0, 3758.0, 3769.0, 3761.0, 3772.0, 3771.0, 3773.0, 3762.0, 3773.0, 3770.0, 3760.0, 3779.0, 3760.0, 3790.0, 3771.0, 3791.0, 3772.0, 3801.0, 3770.0, 3768.0, 3758.0, 3767.0, 3758.0, 3789.0, 3772.0, 3773.0, 3774.0, 3755.0, 3785.0, 3749.0, 3739.0, 3771.0, 3750.0, 3755.0, 3784.0, 3764.0, 3743.0, 3784.0, 3777.0, 3795.0, 3764.0, 3785.0, 3775.0, 3763.0, 3794.0, 3763.0, 3793.0, 3762.0, 3791.0, 3761.0, 3791.0, 3760.0, 3790.0, 3760.0, 3790.0, 3763.0, 3781.0, 3761.0, 3790.0, 3750.0, 3759.0, 3749.0, 3770.0, 3762.0, 3793.0, 3752.0, 3795.0, 3763.0, 3782.0, 3763.0, 3751.0, 3761.0, 3750.0, 3772.0, 3782.0, 3764.0, 3794.0, 3762.0, 3762.0, 3772.0, 3753.0, 3774.0, 3744.0, 3775.0, 3744.0, 3775.0, 3755.0, 3787.0, 3754.0, 3775.0, 3775.0, 3787.0, 3816.0, 3785.0, 3806.0, 3774.0, 3784.0, 3753.0, 3786.0, 3754.0, 3786.0, 3765.0, 3787.0, 3764.0, 3786.0, 3765.0, 3787.0, 3777.0, 3790.0, 3789.0, 3788.0, 3766.0, 3787.0, 3764.0, 3786.0, 3773.0, 3785.0, 3814.0, 3784.0, 3804.0, 3783.0, 3793.0, 3749.0, 3769.0, 3747.0, 3771.0, 3759.0, 3770.0, 3770.0, 3770.0, 3759.0, 3760.0, 3749.0, 3772.0, 3761.0, 3775.0, 3795.0, 3775.0, 3794.0, 3773.0, 3771.0, 3771.0, 3801.0, 3770.0, 3791.0, 3759.0, 3771.0, 3752.0, 3782.0, 3749.0, 3780.0, 3747.0, 3793.0, 3751.0, 3770.0, 3765.0, 3765.0, 3774.0, 3764.0, 3795.0, 3774.0, 3764.0, 3774.0, 3753.0, 3774.0, 3763.0, 3774.0, 3784.0, 3787.0, 3795.0, 3771.0, 3759.0, 3780.0, 3759.0, 3781.0, 3758.0, 3769.0, 3771.0, 3758.0, 3759.0, 3770.0, 3761.0, 3784.0, 3744.0, 3742.0, 3775.0, 3766.0, 3755.0, 3788.0, 3766.0, 3754.0, 3796.0, 3787.0, 3766.0, 3785.0, 3787.0, 3774.0, 3796.0, 3775.0, 3804.0, 3795.0, 3783.0, 3760.0, 3749.0, 3758.0, 3748.0, 3780.0, 3759.0, 3789.0, 3758.0, 3778.0, 3758.0, 3768.0, 3759.0, 3758.0, 3746.0, 3736.0, 3756.0, 3736.0, 3768.0, 3748.0, 3768.0, 3748.0, 3768.0, 3750.0, 3782.0, 3751.0, 3759.0, 3738.0, 3737.0, 3749.0, 3739.0, 3771.0, 3740.0, 3762.0, 3743.0, 3762.0, 3763.0, 3772.0, 3763.0, 3762.0, 3764.0, 3764.0, 3774.0, 3767.0, 3787.0, 3777.0, 3758.0, 3778.0, 3767.0, 3807.0, 3765.0, 3807.0, 3786.0, 3808.0, 3799.0, 3766.0, 3798.0, 3788.0, 3775.0, 3774.0, 3755.0, 3786.0, 3766.0, 3807.0, 3788.0, 3768.0, 3777.0, 3755.0, 3785.0, 3764.0, 3806.0, 3774.0, 3805.0, 3773.0, 3804.0, 3773.0, 3792.0, 3772.0, 3792.0, 3762.0, 3791.0, 3761.0, 3760.0, 3760.0, 3749.0, 3760.0, 3739.0, 3760.0, 3752.0, 3771.0, 3761.0, 3792.0, 3761.0, 3770.0, 3761.0, 3770.0, 3761.0, 3780.0, 3761.0, 3803.0, 3762.0, 3791.0, 3761.0, 3760.0, 3759.0, 3748.0, 3759.0, 3759.0, 3761.0, 3781.0, 3762.0, 3771.0, 3773.0, 3762.0, 3762.0, 3750.0, 3761.0, 3793.0, 3762.0, 3772.0, 3753.0, 3773.0, 3753.0, 3783.0, 3762.0, 3783.0, 3750.0, 3771.0, 3791.0, 3761.0, 3792.0, 3773.0, 3792.0, 3773.0, 3793.0, 3752.0, 3781.0, 3762.0, 3781.0, 3763.0, 3783.0, 3764.0, 3795.0, 3765.0, 3795.0, 3774.0, 3793.0, 3762.0, 3781.0, 3762.0, 3793.0, 3752.0, 3772.0, 3752.0, 3783.0, 3763.0, 3783.0, 3752.0, 3782.0, 3764.0, 3795.0, 3766.0, 3795.0, 3766.0, 3786.0, 3776.0, 3785.0, 3776.0, 3807.0, 3766.0, 3805.0, 3776.0, 3795.0, 3775.0, 3805.0, 3764.0, 3805.0, 3775.0, 3805.0, 3775.0, 3804.0, 3775.0, 3805.0, 3765.0, 3772.0, 3774.0, 3774.0, 3775.0, 3775.0, 3776.0, 3787.0, 3788.0, 3776.0, 3785.0, 3762.0, 3784.0, 3773.0, 3773.0, 3784.0, 3783.0, 3762.0, 3782.0, 3750.0, 3771.0, 3751.0, 3773.0, 3762.0, 3773.0, 3762.0, 3783.0, 3751.0, 3772.0, 3751.0, 3772.0, 3752.0, 3784.0, 3765.0, 3784.0, 3763.0, 3782.0, 3752.0, 3771.0, 3761.0, 3782.0, 3765.0, 3794.0, 3764.0, 3804.0, 3774.0, 3792.0, 3762.0, 3771.0, 3762.0, 3792.0, 3751.0, 3804.0, 3763.0, 3793.0, 3752.0, 3792.0, 3752.0, 3795.0, 3754.0, 3774.0, 3764.0, 3753.0, 3788.0, 3758.0, 3790.0, 3782.0, 3772.0, 3791.0, 3781.0, 3760.0, 3792.0, 3792.0, 3791.0, 3822.0, 3780.0, 3758.0, 3801.0, 3790.0, 3810.0, 3799.0, 3778.0, 3799.0, 3778.0, 3821.0, 3800.0, 3809.0, 3808.0, 3776.0, 3808.0, 3791.0, 3787.0, 3788.0, 3787.0, 3775.0, 3778.0, 3791.0, 3769.0, 3798.0, 3745.0, 3786.0, 3759.0, 3799.0, 3768.0, 3799.0, 3780.0, 3810.0, 3781.0, 3810.0, 3779.0, 3799.0, 3779.0, 3808.0, 3755.0, 3797.0, 3765.0, 3796.0, 3778.0, 3809.0, 3804.0, 3810.0, 3777.0, 3756.0, 3776.0, 3760.0, 3800.0, 3779.0, 3800.0, 3791.0, 3799.0, 3780.0, 3812.0, 3804.0, 3823.0, 3802.0, 3819.0, 3801.0, 3821.0, 3790.0, 3809.0, 3787.0, 3808.0, 3802.0, 3809.0, 3789.0, 3806.0, 3776.0, 3779.0, 3788.0, 3755.0, 3788.0, 3756.0, 3789.0, 3768.0, 3799.0, 3780.0, 3803.0, 3792.0, 3791.0, 3801.0, 3789.0, 3766.0, 3786.0, 3765.0, 3766.0, 3790.0, 3794.0, 3815.0, 3802.0, 3780.0, 3810.0, 3803.0, 3821.0, 3799.0, 3819.0, 3802.0, 3831.0, 3799.0, 3807.0, 3777.0, 3808.0, 3777.0, 3796.0, 3777.0, 3812.0, 3785.0, 3791.0, 3747.0, 3736.0, 3765.0, 3748.0, 3771.0, 3780.0, 3760.0, 3800.0, 3792.0, 3761.0, 3824.0, 3805.0, 3823.0, 3811.0, 3822.0, 3811.0, 3820.0, 3797.0, 3775.0, 3796.0, 3764.0, 3782.0, 3740.0, 3781.0, 3748.0, 3780.0, 3737.0, 3768.0, 3741.0, 3783.0, 3753.0, 3792.0, 3750.0, 3750.0, 3740.0, 3730.0, 3763.0, 3732.0, 3775.0, 3742.0, 3774.0, 3767.0, 3797.0, 3754.0, 3793.0, 3762.0, 3781.0, 3740.0, 3741.0, 3784.0, 3764.0, 3796.0, 3765.0, 3805.0, 3763.0, 3794.0, 3776.0, 3785.0, 3774.0, 3752.0, 3782.0, 3752.0, 3793.0, 3753.0, 3794.0, 3764.0, 3794.0, 3755.0, 3753.0, 3775.0, 3754.0, 3785.0, 3754.0, 3743.0, 3774.0, 3757.0, 3798.0, 3757.0, 3798.0, 3777.0, 3759.0, 3811.0, 3791.0, 3779.0, 3798.0, 3786.0, 3768.0, 3832.0, 3789.0, 3809.0, 3810.0, 3820.0, 3798.0, 3776.0, 3795.0, 3764.0, 3794.0, 3751.0, 3783.0, 3773.0, 3784.0, 3794.0, 3772.0, 3751.0, 3771.0, 3738.0, 3772.0, 3740.0, 3774.0, 3754.0, 3775.0, 3772.0, 3774.0, 3753.0, 3773.0, 3750.0, 3772.0, 3803.0, 3773.0, 3804.0, 3783.0, 3803.0, 3772.0, 3802.0, 3750.0, 3780.0, 3738.0, 3782.0, 3763.0, 3783.0, 3752.0, 3795.0, 3742.0, 3782.0, 3730.0, 3771.0, 3740.0, 3773.0, 3763.0, 3783.0, 3772.0, 3795.0, 3752.0, 3781.0, 3739.0, 3782.0, 3741.0, 3782.0, 3761.0, 3791.0, 3752.0, 3781.0, 3750.0, 3781.0, 3773.0, 3793.0, 3762.0, 3792.0, 3772.0, 3791.0, 3760.0, 3769.0, 3758.0, 3758.0, 3768.0, 3769.0, 3769.0, 3738.0, 3768.0, 3737.0, 3766.0, 3735.0, 3778.0, 3748.0, 3778.0, 3750.0, 3779.0, 3760.0, 3778.0, 3756.0, 3767.0, 3746.0, 3735.0, 3746.0, 3747.0, 3758.0, 3748.0, 3758.0, 3727.0, 3768.0, 3725.0, 3756.0, 3737.0, 3769.0, 3750.0, 3780.0, 3750.0, 3781.0, 3739.0, 3770.0, 3760.0, 3770.0, 3749.0, 3780.0, 3762.0, 3782.0, 3771.0, 3780.0, 3759.0, 3748.0, 3759.0, 3738.0, 3759.0, 3728.0, 3760.0, 3754.0, 3785.0, 3764.0, 3783.0, 3762.0, 3730.0, 3762.0, 3764.0, 3796.0, 3765.0], 'WindowWidth': [8734.0, 8680.0, 8684.0, 8622.0, 8624.0, 8605.0, 8549.0, 8526.0, 8489.0, 8520.0, 8503.0, 8516.0, 8497.0, 8494.0, 8479.0, 8504.0, 8458.0, 8470.0, 8428.0, 8473.0, 8447.0, 8475.0, 8449.0, 8492.0, 8469.0, 8478.0, 8467.0, 8495.0, 8459.0, 8505.0, 8477.0, 8504.0, 8475.0, 8503.0, 8473.0, 8500.0, 8470.0, 8518.0, 8503.0, 8504.0, 8514.0, 8514.0, 8496.0, 8495.0, 8519.0, 8496.0, 8536.0, 8497.0, 8534.0, 8498.0, 8520.0, 8479.0, 8504.0, 8492.0, 8510.0, 8482.0, 8508.0, 8468.0, 8492.0, 8479.0, 8488.0, 8446.0, 8490.0, 8448.0, 8496.0, 8479.0, 8490.0, 8474.0, 8504.0, 8446.0, 8488.0, 8459.0, 8478.0, 8493.0, 8486.0, 8526.0, 8501.0, 8527.0, 8487.0, 8506.0, 8477.0, 8507.0, 8462.0, 8492.0, 8447.0, 8491.0, 8476.0, 8514.0, 8508.0, 8491.0, 8487.0, 8478.0, 8486.0, 8499.0, 8479.0, 8519.0, 8493.0, 8536.0, 8495.0, 8541.0, 8478.0, 8531.0, 8529.0, 8523.0, 8532.0, 8512.0, 8519.0, 8475.0, 8506.0, 8506.0, 8511.0, 8479.0, 8511.0, 8559.0, 8514.0, 8514.0, 8471.0, 8476.0, 8479.0, 8473.0, 8488.0, 8483.0, 8499.0, 8495.0, 8499.0, 8486.0, 8501.0, 8491.0, 8475.0, 8501.0, 8476.0, 8516.0, 8492.0, 8518.0, 8495.0, 8531.0, 8490.0, 8483.0, 8469.0, 8479.0, 8469.0, 8514.0, 8499.0, 8503.0, 8504.0, 8479.0, 8518.0, 8462.0, 8448.0, 8495.0, 8465.0, 8483.0, 8515.0, 8489.0, 8460.0, 8516.0, 8513.0, 8531.0, 8489.0, 8517.0, 8503.0, 8484.0, 8526.0, 8484.0, 8523.0, 8481.0, 8516.0, 8478.0, 8517.0, 8477.0, 8515.0, 8475.0, 8515.0, 8488.0, 8504.0, 8479.0, 8514.0, 8463.0, 8474.0, 8461.0, 8489.0, 8483.0, 8523.0, 8471.0, 8529.0, 8488.0, 8509.0, 8484.0, 8466.0, 8479.0, 8463.0, 8497.0, 8510.0, 8489.0, 8526.0, 8483.0, 8484.0, 8497.0, 8472.0, 8501.0, 8464.0, 8506.0, 8465.0, 8506.0, 8481.0, 8525.0, 8476.0, 8506.0, 8507.0, 8525.0, 8560.0, 8519.0, 8546.0, 8503.0, 8513.0, 8474.0, 8522.0, 8477.0, 8520.0, 8493.0, 8523.0, 8492.0, 8521.0, 8493.0, 8524.0, 8513.0, 8532.0, 8531.0, 8526.0, 8497.0, 8524.0, 8489.0, 8520.0, 8499.0, 8517.0, 8555.0, 8513.0, 8540.0, 8510.0, 8524.0, 8459.0, 8485.0, 8455.0, 8494.0, 8475.0, 8489.0, 8490.0, 8490.0, 8475.0, 8477.0, 8464.0, 8497.0, 8483.0, 8507.0, 8534.0, 8506.0, 8527.0, 8498.0, 8492.0, 8494.0, 8533.0, 8491.0, 8517.0, 8472.0, 8493.0, 8471.0, 8509.0, 8461.0, 8503.0, 8458.0, 8527.0, 8469.0, 8490.0, 8496.0, 8496.0, 8504.0, 8490.0, 8531.0, 8504.0, 8489.0, 8503.0, 8475.0, 8503.0, 8485.0, 8500.0, 8516.0, 8525.0, 8532.0, 8494.0, 8473.0, 8502.0, 8471.0, 8504.0, 8469.0, 8487.0, 8492.0, 8470.0, 8472.0, 8491.0, 8483.0, 8517.0, 8466.0, 8457.0, 8506.0, 8500.0, 8479.0, 8531.0, 8497.0, 8475.0, 8532.0, 8523.0, 8495.0, 8516.0, 8524.0, 8501.0, 8533.0, 8501.0, 8540.0, 8527.0, 8511.0, 8476.0, 8458.0, 8469.0, 8457.0, 8499.0, 8470.0, 8511.0, 8469.0, 8494.0, 8468.0, 8483.0, 8473.0, 8469.0, 8451.0, 8438.0, 8463.0, 8438.0, 8481.0, 8456.0, 8481.0, 8457.0, 8482.0, 8462.0, 8508.0, 8467.0, 8472.0, 8444.0, 8442.0, 8459.0, 8447.0, 8492.0, 8449.0, 8482.0, 8460.0, 8484.0, 8484.0, 8496.0, 8484.0, 8483.0, 8487.0, 8490.0, 8503.0, 8501.0, 8525.0, 8513.0, 8492.0, 8514.0, 8498.0, 8551.0, 8490.0, 8549.0, 8521.0, 8552.0, 8541.0, 8495.0, 8542.0, 8530.0, 8507.0, 8504.0, 8480.0, 8523.0, 8496.0, 8552.0, 8529.0, 8504.0, 8512.0, 8480.0, 8518.0, 8489.0, 8546.0, 8501.0, 8544.0, 8500.0, 8539.0, 8498.0, 8521.0, 8496.0, 8523.0, 8483.0, 8518.0, 8479.0, 8478.0, 8476.0, 8461.0, 8475.0, 8447.0, 8478.0, 8473.0, 8494.0, 8480.0, 8522.0, 8481.0, 8490.0, 8478.0, 8491.0, 8479.0, 8504.0, 8481.0, 8537.0, 8482.0, 8518.0, 8481.0, 8479.0, 8475.0, 8457.0, 8475.0, 8475.0, 8479.0, 8505.0, 8482.0, 8494.0, 8499.0, 8484.0, 8483.0, 8465.0, 8482.0, 8525.0, 8485.0, 8497.0, 8474.0, 8500.0, 8473.0, 8513.0, 8486.0, 8511.0, 8464.0, 8494.0, 8520.0, 8479.0, 8522.0, 8499.0, 8522.0, 8499.0, 8525.0, 8471.0, 8508.0, 8483.0, 8507.0, 8486.0, 8513.0, 8491.0, 8533.0, 8495.0, 8531.0, 8504.0, 8525.0, 8482.0, 8507.0, 8485.0, 8526.0, 8470.0, 8496.0, 8471.0, 8511.0, 8487.0, 8513.0, 8473.0, 8509.0, 8492.0, 8534.0, 8496.0, 8533.0, 8496.0, 8523.0, 8511.0, 8518.0, 8509.0, 8550.0, 8497.0, 8546.0, 8508.0, 8532.0, 8506.0, 8543.0, 8491.0, 8543.0, 8505.0, 8546.0, 8506.0, 8543.0, 8505.0, 8547.0, 8493.0, 8500.0, 8504.0, 8505.0, 8507.0, 8508.0, 8511.0, 8523.0, 8527.0, 8508.0, 8517.0, 8482.0, 8514.0, 8497.0, 8498.0, 8514.0, 8512.0, 8481.0, 8510.0, 8465.0, 8493.0, 8469.0, 8500.0, 8484.0, 8500.0, 8484.0, 8512.0, 8468.0, 8496.0, 8468.0, 8496.0, 8472.0, 8516.0, 8495.0, 8516.0, 8488.0, 8509.0, 8470.0, 8494.0, 8482.0, 8509.0, 8493.0, 8529.0, 8489.0, 8541.0, 8503.0, 8523.0, 8483.0, 8492.0, 8482.0, 8522.0, 8468.0, 8540.0, 8487.0, 8525.0, 8471.0, 8521.0, 8468.0, 8532.0, 8479.0, 8503.0, 8491.0, 8475.0, 8531.0, 8494.0, 8536.0, 8530.0, 8516.0, 8538.0, 8524.0, 8496.0, 8541.0, 8542.0, 8536.0, 8575.0, 8520.0, 8489.0, 8547.0, 8532.0, 8558.0, 8542.0, 8513.0, 8538.0, 8511.0, 8574.0, 8544.0, 8554.0, 8550.0, 8508.0, 8551.0, 8534.0, 8524.0, 8526.0, 8522.0, 8504.0, 8514.0, 8534.0, 8502.0, 8538.0, 8463.0, 8519.0, 8491.0, 8544.0, 8503.0, 8543.0, 8519.0, 8557.0, 8520.0, 8556.0, 8516.0, 8541.0, 8513.0, 8549.0, 8477.0, 8533.0, 8488.0, 8530.0, 8513.0, 8556.0, 8560.0, 8558.0, 8509.0, 8479.0, 8509.0, 8498.0, 8546.0, 8518.0, 8546.0, 8535.0, 8542.0, 8519.0, 8566.0, 8559.0, 8580.0, 8552.0, 8567.0, 8549.0, 8575.0, 8531.0, 8553.0, 8523.0, 8554.0, 8552.0, 8555.0, 8529.0, 8545.0, 8510.0, 8517.0, 8526.0, 8479.0, 8526.0, 8482.0, 8528.0, 8499.0, 8541.0, 8521.0, 8554.0, 8540.0, 8535.0, 8551.0, 8529.0, 8495.0, 8521.0, 8493.0, 8495.0, 8532.0, 8546.0, 8573.0, 8551.0, 8519.0, 8559.0, 8556.0, 8576.0, 8543.0, 8570.0, 8550.0, 8586.0, 8540.0, 8547.0, 8510.0, 8552.0, 8510.0, 8532.0, 8510.0, 8568.0, 8535.0, 8535.0, 8472.0, 8454.0, 8489.0, 8475.0, 8514.0, 8521.0, 8494.0, 8547.0, 8537.0, 8494.0, 8582.0, 8559.0, 8581.0, 8560.0, 8575.0, 8561.0, 8570.0, 8533.0, 8501.0, 8532.0, 8486.0, 8505.0, 8446.0, 8502.0, 8455.0, 8498.0, 8438.0, 8481.0, 8454.0, 8510.0, 8471.0, 8518.0, 8464.0, 8463.0, 8449.0, 8438.0, 8484.0, 8443.0, 8502.0, 8456.0, 8499.0, 8497.0, 8535.0, 8475.0, 8523.0, 8481.0, 8504.0, 8450.0, 8453.0, 8513.0, 8487.0, 8533.0, 8492.0, 8542.0, 8485.0, 8527.0, 8509.0, 8519.0, 8503.0, 8470.0, 8509.0, 8468.0, 8521.0, 8474.0, 8528.0, 8488.0, 8528.0, 8478.0, 8474.0, 8503.0, 8477.0, 8519.0, 8477.0, 8460.0, 8504.0, 8488.0, 8540.0, 8485.0, 8540.0, 8510.0, 8492.0, 8563.0, 8536.0, 8517.0, 8540.0, 8521.0, 8503.0, 8590.0, 8531.0, 8556.0, 8560.0, 8572.0, 8540.0, 8507.0, 8532.0, 8487.0, 8526.0, 8466.0, 8510.0, 8497.0, 8513.0, 8526.0, 8495.0, 8465.0, 8494.0, 8446.0, 8494.0, 8450.0, 8501.0, 8477.0, 8504.0, 8496.0, 8502.0, 8473.0, 8498.0, 8465.0, 8495.0, 8536.0, 8498.0, 8540.0, 8513.0, 8537.0, 8497.0, 8534.0, 8465.0, 8503.0, 8447.0, 8512.0, 8488.0, 8512.0, 8471.0, 8532.0, 8459.0, 8508.0, 8438.0, 8493.0, 8451.0, 8498.0, 8486.0, 8513.0, 8497.0, 8533.0, 8471.0, 8505.0, 8448.0, 8507.0, 8455.0, 8510.0, 8481.0, 8520.0, 8469.0, 8505.0, 8465.0, 8505.0, 8500.0, 8524.0, 8483.0, 8522.0, 8496.0, 8518.0, 8475.0, 8485.0, 8471.0, 8471.0, 8483.0, 8486.0, 8485.0, 8443.0, 8482.0, 8440.0, 8477.0, 8437.0, 8494.0, 8456.0, 8496.0, 8463.0, 8500.0, 8477.0, 8498.0, 8466.0, 8479.0, 8450.0, 8434.0, 8451.0, 8456.0, 8472.0, 8456.0, 8471.0, 8430.0, 8483.0, 8424.0, 8464.0, 8443.0, 8485.0, 8463.0, 8502.0, 8463.0, 8505.0, 8450.0, 8489.0, 8477.0, 8489.0, 8462.0, 8503.0, 8481.0, 8507.0, 8492.0, 8503.0, 8475.0, 8458.0, 8472.0, 8444.0, 8475.0, 8433.0, 8477.0, 8478.0, 8520.0, 8492.0, 8515.0, 8483.0, 8439.0, 8483.0, 8491.0, 8534.0, 8493.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.0016454515418502205</td></tr>
<tr><td colspan=3>aqi</td><td>0.03449656365638767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.01754176122382</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1844885158765146</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998284266560087</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>4235.2241</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12361146258152224</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.140969162995594</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5798303252330004</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.589101483725556</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6522265731296275</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4981629188438186</td></tr>
<tr><td colspan=3>gcor</td><td>0.00907006</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006695891264826059</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014064350165426731</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8280354053846843</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>36.9151</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1636</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.8402</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.698</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4327</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.3929</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2977.4399</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.8178</td></tr>
<tr><td colspan=3>tsnr</td><td>31.619409187696874</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>