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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-02/func/sub-0003_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e8f37b14a62d17be9b53ada2d813ff01</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>13:12:12.435000</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.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114155</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7256, 545, -20, -11, 56, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc8444c6-fc5b-4968-8902-14802765ed25||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.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [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': ['131212.435000', '131212.895000', '131213.355000', '131213.815000', '131214.275000', '131214.735000', '131215.195000', '131215.655000', '131216.115000', '131216.575000', '131217.035000', '131217.495000', '131217.955000', '131218.415000', '131218.875000', '131219.335000', '131219.795000', '131220.255000', '131220.715000', '131221.175000', '131221.635000', '131222.095000', '131222.555000', '131223.015000', '131223.475000', '131223.935000', '131224.395000', '131224.855000', '131225.315000', '131225.775000', '131226.235000', '131226.695000', '131227.155000', '131227.615000', '131228.075000', '131228.535000', '131228.995000', '131229.455000', '131229.915000', '131230.375000', '131230.835000', '131231.295000', '131231.755000', '131232.215000', '131232.675000', '131233.135000', '131233.595000', '131234.055000', '131234.515000', '131234.975000', '131235.435000', '131235.895000', '131236.355000', '131236.815000', '131237.275000', '131237.735000', '131238.195000', '131238.655000', '131239.115000', '131239.575000', '131240.035000', '131240.495000', '131240.955000', '131241.415000', '131241.875000', '131242.335000', '131242.795000', '131243.255000', '131243.715000', '131244.175000', '131244.635000', '131245.095000', '131245.555000', '131246.015000', '131246.475000', '131246.935000', '131247.395000', '131247.855000', '131248.315000', '131248.775000', '131249.235000', '131249.695000', '131250.155000', '131250.615000', '131251.075000', '131251.535000', '131251.995000', '131252.455000', '131252.915000', '131253.375000', '131253.835000', '131254.295000', '131254.755000', '131255.215000', '131255.675000', '131256.135000', '131256.595000', '131257.055000', '131257.515000', '131257.975000', '131258.435000', '131258.895000', '131259.355000', '131259.815000', '131300.275000', '131300.735000', '131301.195000', '131301.655000', '131302.115000', '131302.575000', '131303.035000', '131303.495000', '131303.955000', '131304.415000', '131304.875000', '131305.335000', '131305.795000', '131306.255000', '131306.715000', '131307.175000', '131307.635000', '131308.095000', '131308.555000', '131309.015000', '131309.475000', '131309.935000', '131310.395000', '131310.855000', '131311.315000', '131311.775000', '131312.235000', '131312.695000', '131313.155000', '131313.615000', '131314.075000', '131314.535000', '131314.995000', '131315.455000', '131315.915000', '131316.375000', '131316.835000', '131317.295000', '131317.755000', '131318.215000', '131318.675000', '131319.135000', '131319.595000', '131320.055000', '131320.515000', '131320.975000', '131321.435000', '131321.895000', '131322.355000', '131322.815000', '131323.275000', '131323.735000', '131324.195000', '131324.655000', '131325.115000', '131325.575000', '131326.035000', '131326.495000', '131326.955000', '131327.415000', '131327.875000', '131328.335000', '131328.795000', '131329.255000', '131329.715000', '131330.175000', '131330.635000', '131331.095000', '131331.555000', '131332.015000', '131332.475000', '131332.935000', '131333.395000', '131333.855000', '131334.315000', '131334.775000', '131335.235000', '131335.695000', '131336.155000', '131336.615000', '131337.075000', '131337.535000', '131337.995000', '131338.455000', '131338.915000', '131339.375000', '131339.835000', '131340.295000', '131340.755000', '131341.215000', '131341.675000', '131342.135000', '131342.595000', '131343.055000', '131343.515000', '131343.975000', '131344.435000', '131344.895000', '131345.355000', '131345.815000', '131346.275000', '131346.735000', '131347.195000', '131347.655000', '131348.115000', '131348.575000', '131349.035000', '131349.495000', '131349.955000', '131350.415000', '131350.875000', '131351.335000', '131351.795000', '131352.255000', '131352.715000', '131353.175000', '131353.635000', '131354.095000', '131354.555000', '131355.015000', '131355.475000', '131355.935000', '131356.395000', '131356.855000', '131357.315000', '131357.775000', '131358.235000', '131358.695000', '131359.155000', '131359.615000', '131400.075000', '131400.535000', '131400.995000', '131401.455000', '131401.915000', '131402.375000', '131402.835000', '131403.295000', '131403.755000', '131404.215000', '131404.675000', '131405.135000', '131405.595000', '131406.055000', '131406.515000', '131406.975000', '131407.435000', '131407.895000', '131408.355000', '131408.815000', '131409.275000', '131409.735000', '131410.195000', '131410.655000', '131411.115000', '131411.575000', '131412.035000', '131412.495000', '131412.955000', '131413.415000', '131413.875000', '131414.335000', '131414.795000', '131415.255000', '131415.715000', '131416.175000', '131416.635000', '131417.095000', '131417.555000', '131418.015000', '131418.475000', '131418.935000', '131419.395000', '131419.855000', '131420.315000', '131420.775000', '131421.235000', '131421.695000', '131422.155000', '131422.615000', '131423.075000', '131423.535000', '131423.995000', '131424.455000', '131424.915000', '131425.375000', '131425.835000', '131426.295000', '131426.755000', '131427.215000', '131427.675000', '131428.135000', '131428.595000', '131429.055000', '131429.515000', '131429.975000', '131430.435000', '131430.895000', '131431.355000', '131431.815000', '131432.275000', '131432.735000', '131433.195000', '131433.655000', '131434.115000', '131434.575000', '131435.035000', '131435.495000', '131435.955000', '131436.415000', '131436.875000', '131437.335000', '131437.795000', '131438.255000', '131438.715000', '131439.175000', '131439.635000', '131440.095000', '131440.555000', '131441.015000', '131441.475000', '131441.935000', '131442.395000', '131442.855000', '131443.315000', '131443.775000', '131444.235000', '131444.695000', '131445.155000', '131445.615000', '131446.075000', '131446.535000', '131446.995000', '131447.455000', '131447.915000', '131448.375000', '131448.835000', '131449.295000', '131449.755000', '131450.215000', '131450.675000', '131451.135000', '131451.595000', '131452.055000', '131452.515000', '131452.975000', '131453.435000', '131453.895000', '131454.355000', '131454.815000', '131455.275000', '131455.735000', '131456.195000', '131456.655000', '131457.115000', '131457.575000', '131458.035000', '131458.495000', '131458.955000', '131459.415000', '131459.875000', '131500.335000', '131500.795000', '131501.255000', '131501.715000', '131502.175000', '131502.635000', '131503.095000', '131503.555000', '131504.015000', '131504.475000', '131504.935000', '131505.395000', '131505.855000', '131506.315000', '131506.775000', '131507.235000', '131507.695000', '131508.155000', '131508.615000', '131509.075000', '131509.535000', '131509.995000', '131510.455000', '131510.915000', '131511.375000', '131511.835000', '131512.295000', '131512.755000', '131513.215000', '131513.675000', '131514.135000', '131514.595000', '131515.055000', '131515.515000', '131515.975000', '131516.435000', '131516.895000', '131517.355000', '131517.815000', '131518.275000', '131518.735000', '131519.195000', '131519.655000', '131520.115000', '131520.575000', '131521.035000', '131521.495000', '131521.955000', '131522.415000', '131522.875000', '131523.335000', '131523.795000', '131524.255000', '131524.715000', '131525.175000', '131525.635000', '131526.095000', '131526.555000', '131527.015000', '131527.475000', '131527.935000', '131528.395000', '131528.855000', '131529.315000', '131529.775000', '131530.235000', '131530.695000', '131531.155000', '131531.615000', '131532.075000', '131532.535000', '131532.995000', '131533.455000', '131533.915000', '131534.375000', '131534.835000', '131535.295000', '131535.755000', '131536.215000', '131536.675000', '131537.135000', '131537.595000', '131538.055000', '131538.515000', '131538.975000', '131539.435000', '131539.895000', '131540.355000', '131540.815000', '131541.275000', '131541.735000', '131542.195000', '131542.655000', '131543.115000', '131543.575000', '131544.035000', '131544.495000', '131544.955000', '131545.415000', '131545.875000', '131546.335000', '131546.795000', '131547.255000', '131547.715000', '131548.175000', '131548.635000', '131549.095000', '131549.555000', '131550.015000', '131550.475000', '131550.935000', '131551.395000', '131551.855000', '131552.315000', '131552.775000', '131553.235000', '131553.695000', '131554.155000', '131554.615000', '131555.075000', '131555.535000', '131555.995000', '131556.455000', '131556.915000', '131557.375000', '131557.835000', '131558.295000', '131558.755000', '131559.215000', '131559.675000', '131600.135000', '131600.595000', '131601.055000', '131601.515000', '131601.975000', '131602.435000', '131602.895000', '131603.355000', '131603.815000', '131604.275000', '131604.735000', '131605.195000', '131605.655000', '131606.115000', '131606.575000', '131607.035000', '131607.495000', '131607.955000', '131608.415000', '131608.875000', '131609.335000', '131609.795000', '131610.255000', '131610.715000', '131611.175000', '131611.635000', '131612.095000', '131612.555000', '131613.015000', '131613.475000', '131613.935000', '131614.395000', '131614.855000', '131615.315000', '131615.775000', '131616.235000', '131616.695000', '131617.155000', '131617.615000', '131618.075000', '131618.535000', '131618.995000', '131619.455000', '131619.915000', '131620.375000', '131620.835000', '131621.295000', '131621.755000', '131622.215000', '131622.675000', '131623.135000', '131623.595000', '131624.055000', '131624.515000', '131624.975000', '131625.435000', '131625.895000', '131626.355000', '131626.815000', '131627.275000', '131627.735000', '131628.195000', '131628.655000', '131629.115000', '131629.575000', '131630.035000', '131630.495000', '131630.955000', '131631.415000', '131631.875000', '131632.335000', '131632.795000', '131633.255000', '131633.715000', '131634.175000', '131634.635000', '131635.095000', '131635.555000', '131636.015000', '131636.475000', '131636.935000', '131637.395000', '131637.855000', '131638.315000', '131638.775000', '131639.235000', '131639.695000', '131640.155000', '131640.615000', '131641.075000', '131641.535000', '131641.995000', '131642.455000', '131642.915000', '131643.375000', '131643.835000', '131644.295000', '131644.755000', '131645.215000', '131645.675000', '131646.135000', '131646.595000', '131647.055000', '131647.515000', '131647.975000', '131648.435000', '131648.895000', '131649.355000', '131649.815000', '131650.275000', '131650.735000', '131651.195000', '131651.655000', '131652.115000', '131652.575000', '131653.035000', '131653.495000', '131653.955000', '131654.415000', '131654.875000', '131655.335000', '131655.795000', '131656.255000', '131656.715000', '131657.175000', '131657.635000', '131658.095000', '131658.555000', '131659.015000', '131659.475000', '131659.935000', '131700.395000', '131700.855000', '131701.315000', '131701.775000', '131702.235000', '131702.695000', '131703.155000', '131703.615000', '131704.075000', '131704.535000', '131704.995000', '131705.455000', '131705.915000', '131706.375000', '131706.835000', '131707.295000', '131707.755000', '131708.215000', '131708.675000', '131709.135000', '131709.595000', '131710.055000', '131710.515000', '131710.975000', '131711.435000', '131711.895000', '131712.355000', '131712.815000', '131713.275000', '131713.735000', '131714.195000', '131714.655000', '131715.115000', '131715.575000', '131716.035000', '131716.495000', '131716.955000', '131717.415000', '131717.875000', '131718.335000', '131718.795000', '131719.255000', '131719.715000', '131720.175000', '131720.635000', '131721.095000', '131721.555000', '131722.015000', '131722.475000', '131722.935000', '131723.395000', '131723.855000', '131724.315000', '131724.775000', '131725.235000', '131725.695000', '131726.155000', '131726.615000', '131727.075000', '131727.535000', '131727.995000', '131728.455000', '131728.915000', '131729.375000', '131729.835000', '131730.295000', '131730.755000', '131731.215000', '131731.675000', '131732.135000', '131732.595000', '131733.055000', '131733.515000', '131733.975000', '131734.435000', '131734.895000', '131735.355000', '131735.815000', '131736.275000', '131736.735000', '131737.195000', '131737.655000', '131738.115000', '131738.575000', '131739.035000', '131739.495000', '131739.955000', '131740.415000', '131740.875000', '131741.335000', '131741.795000', '131742.255000', '131742.715000', '131743.175000', '131743.635000', '131744.095000', '131744.555000', '131745.015000', '131745.475000', '131745.935000', '131746.395000', '131746.855000', '131747.315000', '131747.775000', '131748.235000', '131748.695000', '131749.155000', '131749.615000', '131750.075000', '131750.535000', '131750.995000', '131751.455000', '131751.915000', '131752.375000', '131752.835000', '131753.295000', '131753.755000', '131754.215000', '131754.675000', '131755.135000', '131755.595000', '131756.055000', '131756.515000', '131756.975000', '131757.435000', '131757.895000', '131758.355000', '131758.815000', '131759.275000', '131759.735000', '131800.195000', '131800.655000', '131801.115000', '131801.575000', '131802.035000', '131802.495000', '131802.955000', '131803.415000', '131803.875000', '131804.335000', '131804.795000', '131805.255000', '131805.715000', '131806.175000', '131806.635000', '131807.095000', '131807.555000', '131808.015000', '131808.475000', '131808.935000', '131809.395000', '131809.855000', '131810.315000', '131810.775000', '131811.235000', '131811.695000', '131812.155000', '131812.615000', '131813.075000', '131813.535000', '131813.995000', '131814.455000', '131814.915000', '131815.375000', '131815.835000', '131816.295000', '131816.755000', '131817.215000', '131817.675000', '131818.135000', '131818.595000', '131819.055000', '131819.515000', '131819.975000', '131820.435000', '131820.895000', '131821.355000', '131821.815000', '131822.275000', '131822.735000', '131823.195000', '131823.655000', '131824.115000', '131824.575000', '131825.035000', '131825.495000', '131825.955000', '131826.415000', '131826.875000', '131827.335000', '131827.795000', '131828.255000', '131828.715000', '131829.175000', '131829.635000', '131830.095000', '131830.555000', '131831.015000', '131831.475000', '131831.935000', '131832.395000', '131832.855000', '131833.315000', '131833.775000', '131834.235000', '131834.695000', '131835.155000', '131835.615000', '131836.075000', '131836.535000', '131836.995000', '131837.455000', '131837.915000', '131838.375000', '131838.835000', '131839.295000', '131839.755000', '131840.215000', '131840.675000', '131841.135000', '131841.595000', '131842.055000', '131842.515000', '131842.975000', '131843.435000', '131843.895000', '131844.355000', '131844.815000', '131845.275000', '131845.735000', '131846.195000', '131846.655000', '131847.115000', '131847.575000', '131848.035000', '131848.495000', '131848.955000', '131849.415000', '131849.875000', '131850.335000', '131850.795000', '131851.255000', '131851.715000', '131852.175000', '131852.635000', '131853.095000', '131853.555000', '131854.015000', '131854.475000', '131854.935000', '131855.395000', '131855.855000', '131856.315000', '131856.775000', '131857.235000', '131857.695000', '131858.155000', '131858.615000', '131859.075000', '131859.535000', '131859.995000', '131900.455000', '131900.915000', '131901.375000', '131901.835000', '131902.295000', '131902.755000', '131903.215000', '131903.675000', '131904.135000', '131904.595000', '131905.055000', '131905.515000', '131905.975000', '131906.435000', '131906.895000', '131907.355000', '131907.815000', '131908.275000', '131908.735000', '131909.195000', '131909.655000', '131910.115000', '131910.575000', '131911.035000', '131911.495000', '131911.955000', '131912.415000'], 'ContentTime': ['131224.297000', '131224.300000', '131224.303000', '131224.306000', '131224.309000', '131224.312000', '131224.315000', '131224.326000', '131224.329000', '131224.332000', '131224.335000', '131224.338000', '131224.341000', '131224.344000', '131224.348000', '131224.356000', '131224.359000', '131224.362000', '131224.365000', '131224.368000', '131224.370000', '131224.374000', '131224.376000', '131224.379000', '131244.264000', '131244.267000', '131244.270000', '131244.273000', '131244.276000', '131244.279000', '131244.282000', '131244.284000', '131244.287000', '131244.290000', '131244.293000', '131244.296000', '131244.299000', '131244.302000', '131244.305000', '131244.308000', '131244.311000', '131244.313000', '131244.316000', '131244.319000', '131244.322000', '131244.325000', '131244.328000', '131244.331000', '131244.334000', '131244.336000', '131244.339000', '131244.342000', '131244.345000', '131244.348000', '131244.351000', '131244.354000', '131244.357000', '131244.360000', '131244.363000', '131244.366000', '131244.368000', '131244.371000', '131244.374000', '131244.377000', '131244.380000', '131244.383000', '131244.386000', '131244.389000', '131304.264000', '131304.267000', '131304.270000', '131304.273000', '131304.276000', '131304.279000', '131304.282000', '131304.285000', '131304.288000', '131304.290000', '131304.293000', '131304.296000', '131304.299000', '131304.302000', '131304.305000', '131304.308000', '131304.311000', '131304.314000', '131304.317000', '131304.319000', '131304.322000', '131304.325000', '131304.328000', '131304.331000', '131304.334000', '131304.337000', '131304.340000', '131304.343000', '131304.346000', '131304.349000', '131304.352000', '131304.354000', '131304.357000', '131304.360000', '131304.363000', '131304.366000', '131304.369000', '131304.372000', '131304.375000', '131304.381000', '131304.384000', '131304.387000', '131304.390000', '131324.264000', '131324.267000', '131324.270000', '131324.273000', '131324.276000', '131324.279000', '131324.282000', '131324.285000', '131324.287000', '131324.290000', '131324.293000', '131324.296000', '131324.299000', '131324.302000', '131324.305000', '131324.308000', '131324.311000', '131324.314000', '131324.317000', '131324.319000', '131324.322000', '131324.325000', '131324.328000', '131324.331000', '131324.334000', '131324.337000', '131324.340000', '131324.342000', '131324.345000', '131324.348000', '131324.351000', '131324.354000', '131324.357000', '131324.360000', '131324.363000', '131324.366000', '131324.368000', '131324.371000', '131324.374000', '131324.377000', '131324.380000', '131324.383000', '131324.386000', '131324.389000', '131344.263000', '131344.266000', '131344.269000', '131344.272000', '131344.275000', '131344.278000', '131344.281000', '131344.284000', '131344.287000', '131344.290000', '131344.292000', '131344.295000', '131344.298000', '131344.301000', '131344.320000', '131344.323000', '131344.325000', '131344.328000', '131344.332000', '131344.335000', '131344.338000', '131344.341000', '131344.344000', '131344.347000', '131344.350000', '131344.353000', '131344.355000', '131344.358000', '131344.361000', '131344.364000', '131344.367000', '131344.370000', '131344.373000', '131344.376000', '131344.379000', '131344.382000', '131344.385000', '131344.388000', '131344.391000', '131344.394000', '131344.397000', '131344.401000', '131344.404000', '131404.263000', '131404.266000', '131404.269000', '131404.272000', '131404.275000', '131404.277000', '131404.280000', '131404.283000', '131404.287000', '131404.290000', '131404.292000', '131404.295000', '131404.298000', '131404.301000', '131404.304000', '131404.307000', '131404.310000', '131404.313000', '131404.316000', '131404.319000', '131404.322000', '131404.325000', '131404.328000', '131404.331000', '131404.334000', '131404.337000', '131404.339000', '131404.342000', '131404.345000', '131404.348000', '131404.351000', '131404.354000', '131404.357000', '131404.360000', '131404.363000', '131404.366000', '131404.369000', '131404.372000', '131404.375000', '131404.377000', '131404.380000', '131404.383000', '131404.386000', '131404.389000', '131424.263000', '131424.266000', '131424.269000', '131424.272000', '131424.275000', '131424.278000', '131424.281000', '131424.284000', '131424.287000', '131424.289000', '131424.292000', '131424.295000', '131424.298000', '131424.301000', '131424.304000', '131424.307000', '131424.310000', '131424.313000', '131424.316000', '131424.319000', '131424.322000', '131424.325000', '131424.328000', '131424.331000', '131424.333000', '131424.336000', '131424.339000', '131424.342000', '131424.345000', '131424.348000', '131424.351000', '131424.354000', '131424.357000', '131424.360000', '131424.363000', '131424.366000', '131424.369000', '131424.371000', '131424.374000', '131424.377000', '131424.380000', '131424.383000', '131424.386000', '131444.264000', '131444.267000', '131444.270000', '131444.273000', '131444.276000', '131444.279000', '131444.282000', '131444.285000', '131444.287000', '131444.290000', '131444.293000', '131444.296000', '131444.299000', '131444.302000', '131444.305000', '131444.308000', '131444.311000', '131444.314000', '131444.317000', '131444.320000', '131444.323000', '131444.325000', '131444.328000', '131444.331000', '131444.334000', '131444.337000', '131444.340000', '131444.343000', '131444.346000', '131444.349000', '131444.352000', '131444.355000', '131444.358000', '131444.360000', '131444.363000', '131444.366000', '131444.369000', '131444.372000', '131444.375000', '131444.378000', '131444.381000', '131444.384000', '131444.387000', '131444.390000', '131504.264000', '131504.267000', '131504.270000', '131504.273000', '131504.276000', '131504.279000', '131504.282000', '131504.285000', '131504.288000', '131504.291000', '131504.294000', '131504.297000', '131504.299000', '131504.302000', '131504.305000', '131504.308000', '131504.311000', '131504.314000', '131504.317000', '131504.320000', '131504.323000', '131504.326000', '131504.329000', '131504.332000', '131504.335000', '131504.338000', '131504.341000', '131504.343000', '131504.346000', '131504.349000', '131504.352000', '131504.355000', '131504.358000', '131504.361000', '131504.364000', '131504.367000', '131504.370000', '131504.374000', '131504.377000', '131504.380000', '131504.383000', '131504.386000', '131504.389000', '131524.264000', '131524.267000', '131524.270000', '131524.273000', '131524.276000', '131524.279000', '131524.282000', '131524.285000', '131524.288000', '131524.291000', '131524.306000', '131524.309000', '131524.312000', '131524.315000', '131524.318000', '131524.321000', '131524.324000', '131524.327000', '131524.330000', '131524.333000', '131524.335000', '131524.338000', '131524.341000', '131524.344000', '131524.347000', '131524.350000', '131524.353000', '131524.356000', '131524.359000', '131524.362000', '131524.365000', '131524.368000', '131524.371000', '131524.373000', '131524.376000', '131524.379000', '131524.382000', '131524.385000', '131524.388000', '131524.391000', '131524.394000', '131524.397000', '131524.400000', '131524.403000', '131544.263000', '131544.266000', '131544.269000', '131544.272000', '131544.275000', '131544.278000', '131544.281000', '131544.284000', '131544.287000', '131544.290000', '131544.293000', '131544.295000', '131544.298000', '131544.301000', '131544.304000', '131544.307000', '131544.310000', '131544.313000', '131544.316000', '131544.319000', '131544.322000', '131544.325000', '131544.328000', '131544.331000', '131544.334000', '131544.336000', '131544.339000', '131544.342000', '131544.345000', '131544.348000', '131544.351000', '131544.354000', '131544.357000', '131544.360000', '131544.363000', '131544.366000', '131544.369000', '131544.372000', '131544.374000', '131544.377000', '131544.380000', '131544.383000', '131544.386000', '131604.263000', '131604.266000', '131604.269000', '131604.272000', '131604.275000', '131604.278000', '131604.281000', '131604.284000', '131604.287000', '131604.290000', '131604.293000', '131604.295000', '131604.298000', '131604.301000', '131604.304000', '131604.307000', '131604.310000', '131604.313000', '131604.316000', '131604.319000', '131604.322000', '131604.325000', '131604.328000', '131604.331000', '131604.333000', '131604.337000', '131604.339000', '131604.342000', '131604.345000', '131604.348000', '131604.351000', '131604.354000', '131604.357000', '131604.360000', '131604.363000', '131604.366000', '131604.369000', '131604.372000', '131604.375000', '131604.378000', '131604.381000', '131604.384000', '131604.387000', '131604.389000', '131624.263000', '131624.266000', '131624.269000', '131624.272000', '131624.275000', '131624.278000', '131624.281000', '131624.284000', '131624.287000', '131624.290000', '131624.292000', '131624.295000', '131624.298000', '131624.301000', '131624.304000', '131624.307000', '131624.310000', '131624.313000', '131624.316000', '131624.319000', '131624.322000', '131624.325000', '131624.328000', '131624.331000', '131624.334000', '131624.336000', '131624.339000', '131624.342000', '131624.345000', '131624.348000', '131624.351000', '131624.354000', '131624.357000', '131624.360000', '131624.363000', '131624.366000', '131624.369000', '131624.372000', '131624.375000', '131624.378000', '131624.381000', '131624.383000', '131624.386000', '131644.263000', '131644.266000', '131644.269000', '131644.272000', '131644.275000', '131644.278000', '131644.281000', '131644.284000', '131644.287000', '131644.290000', '131644.293000', '131644.295000', '131644.298000', '131644.301000', '131644.304000', '131644.307000', '131644.310000', '131644.313000', '131644.316000', '131644.319000', '131644.322000', '131644.325000', '131644.328000', '131644.331000', '131644.334000', '131644.337000', '131644.340000', '131644.343000', '131644.346000', '131644.349000', '131644.352000', '131644.354000', '131644.357000', '131644.360000', '131644.363000', '131644.381000', '131644.389000', '131644.392000', '131644.395000', '131644.398000', '131644.401000', '131644.404000', '131644.407000', '131704.265000', '131704.268000', '131704.271000', '131704.274000', '131704.277000', '131704.280000', '131704.283000', '131704.286000', '131704.289000', '131704.292000', '131704.295000', '131704.298000', '131704.301000', '131704.304000', '131704.307000', '131704.310000', '131704.313000', '131704.316000', '131704.318000', '131704.321000', '131704.324000', '131704.327000', '131704.330000', '131704.333000', '131704.336000', '131704.339000', '131704.342000', '131704.345000', '131704.348000', '131704.351000', '131704.353000', '131704.356000', '131704.359000', '131704.362000', '131704.365000', '131704.368000', '131704.371000', '131704.374000', '131704.377000', '131704.380000', '131704.383000', '131704.386000', '131704.389000', '131704.392000', '131724.264000', '131724.267000', '131724.270000', '131724.274000', '131724.277000', '131724.280000', '131724.284000', '131724.287000', '131724.290000', '131724.292000', '131724.295000', '131724.298000', '131724.301000', '131724.304000', '131724.307000', '131724.310000', '131724.313000', '131724.316000', '131724.319000', '131724.322000', '131724.325000', '131724.328000', '131724.331000', '131724.334000', '131724.337000', '131724.339000', '131724.342000', '131724.345000', '131724.348000', '131724.351000', '131724.354000', '131724.357000', '131724.360000', '131724.363000', '131724.366000', '131724.369000', '131724.372000', '131724.375000', '131724.378000', '131724.381000', '131724.384000', '131724.387000', '131724.389000', '131744.264000', '131744.267000', '131744.270000', '131744.273000', '131744.276000', '131744.279000', '131744.282000', '131744.285000', '131744.288000', '131744.291000', '131744.294000', '131744.297000', '131744.300000', '131744.303000', '131744.306000', '131744.309000', '131744.312000', '131744.315000', '131744.318000', '131744.321000', '131744.324000', '131744.326000', '131744.329000', '131744.332000', '131744.335000', '131744.338000', '131744.341000', '131744.344000', '131744.347000', '131744.350000', '131744.357000', '131744.360000', '131744.363000', '131744.366000', '131744.369000', '131744.372000', '131744.375000', '131744.378000', '131744.381000', '131744.384000', '131744.387000', '131744.390000', '131744.393000', '131744.395000', '131804.263000', '131804.266000', '131804.269000', '131804.272000', '131804.275000', '131804.278000', '131804.281000', '131804.283000', '131804.287000', '131804.289000', '131804.293000', '131804.298000', '131804.301000', '131804.304000', '131804.307000', '131804.310000', '131804.312000', '131804.315000', '131804.318000', '131804.321000', '131804.324000', '131804.327000', '131804.330000', '131804.333000', '131804.336000', '131804.339000', '131804.342000', '131804.345000', '131804.348000', '131804.351000', '131804.354000', '131804.357000', '131804.359000', '131804.362000', '131804.365000', '131804.368000', '131804.371000', '131804.374000', '131804.377000', '131804.380000', '131804.383000', '131804.386000', '131804.389000', '131824.263000', '131824.266000', '131824.269000', '131824.272000', '131824.275000', '131824.278000', '131824.281000', '131824.284000', '131824.286000', '131824.290000', '131824.293000', '131824.295000', '131824.298000', '131824.301000', '131824.304000', '131824.307000', '131824.310000', '131824.313000', '131824.316000', '131824.319000', '131824.322000', '131824.325000', '131824.328000', '131824.331000', '131824.334000', '131824.337000', '131824.339000', '131824.342000', '131824.345000', '131824.348000', '131824.351000', '131824.354000', '131824.357000', '131824.360000', '131824.363000', '131824.366000', '131824.369000', '131824.372000', '131824.374000', '131824.377000', '131824.380000', '131824.383000', '131824.386000', '131824.389000', '131844.263000', '131844.266000', '131844.269000', '131844.272000', '131844.275000', '131844.278000', '131844.281000', '131844.284000', '131844.287000', '131844.290000', '131844.292000', '131844.295000', '131844.298000', '131844.301000', '131844.304000', '131844.307000', '131844.311000', '131844.314000', '131844.317000', '131844.320000', '131844.323000', '131844.326000', '131844.329000', '131844.332000', '131844.334000', '131844.337000', '131844.340000', '131844.343000', '131844.346000', '131844.349000', '131844.352000', '131844.355000', '131844.358000', '131844.361000', '131844.364000', '131844.367000', '131844.369000', '131844.372000', '131844.375000', '131844.378000', '131844.381000', '131844.384000', '131844.387000', '131904.263000', '131904.266000', '131904.269000', '131904.272000', '131904.275000', '131904.278000', '131904.281000', '131904.284000', '131904.287000', '131904.290000', '131904.293000', '131904.295000', '131904.298000', '131904.301000', '131904.304000', '131904.307000', '131904.310000', '131904.313000', '131904.316000', '131904.319000', '131904.322000', '131904.325000', '131904.328000', '131904.331000', '131904.334000', '131904.337000', '131904.339000', '131904.342000', '131904.345000', '131904.348000', '131904.351000', '131904.354000', '131904.357000', '131904.360000', '131904.363000', '131904.366000', '131904.369000', '131904.372000', '131904.375000', '131904.378000', '131904.381000', '131904.384000', '131904.386000', '131904.389000', '131913.356000', '131913.360000', '131913.363000', '131913.367000', '131913.372000', '131913.375000', '131913.378000', '131913.381000', '131913.385000', '131913.388000', '131913.391000', '131913.395000', '131913.398000', '131913.401000', '131913.404000', '131913.407000', '131913.411000', '131913.415000', '131913.418000', '131913.421000'], 'InstanceCreationTime': ['131224.297000', '131224.300000', '131224.303000', '131224.306000', '131224.309000', '131224.312000', '131224.315000', '131224.326000', '131224.329000', '131224.332000', '131224.335000', '131224.338000', '131224.341000', '131224.344000', '131224.348000', '131224.356000', '131224.359000', '131224.362000', '131224.365000', '131224.368000', '131224.370000', '131224.374000', '131224.376000', '131224.379000', '131244.264000', '131244.267000', '131244.270000', '131244.273000', '131244.276000', '131244.279000', '131244.282000', '131244.284000', '131244.287000', '131244.290000', '131244.293000', '131244.296000', '131244.299000', '131244.302000', '131244.305000', '131244.308000', '131244.311000', '131244.313000', '131244.316000', '131244.319000', '131244.322000', '131244.325000', '131244.328000', '131244.331000', '131244.334000', '131244.336000', '131244.339000', '131244.342000', '131244.345000', '131244.348000', '131244.351000', '131244.354000', '131244.357000', '131244.360000', '131244.363000', '131244.366000', '131244.368000', '131244.371000', '131244.374000', '131244.377000', '131244.380000', '131244.383000', '131244.386000', '131244.389000', '131304.264000', '131304.267000', '131304.270000', '131304.273000', '131304.276000', '131304.279000', '131304.282000', '131304.285000', '131304.288000', '131304.290000', '131304.293000', '131304.296000', '131304.299000', '131304.302000', '131304.305000', '131304.308000', '131304.311000', '131304.314000', '131304.317000', '131304.319000', '131304.322000', '131304.325000', '131304.328000', '131304.331000', '131304.334000', '131304.337000', '131304.340000', '131304.343000', '131304.346000', '131304.349000', '131304.352000', '131304.354000', '131304.357000', '131304.360000', '131304.363000', '131304.366000', '131304.369000', '131304.372000', '131304.375000', '131304.381000', '131304.384000', '131304.387000', '131304.390000', '131324.264000', '131324.267000', '131324.270000', '131324.273000', '131324.276000', '131324.279000', '131324.282000', '131324.285000', '131324.287000', '131324.290000', '131324.293000', '131324.296000', '131324.299000', '131324.302000', '131324.305000', '131324.308000', '131324.311000', '131324.314000', '131324.317000', '131324.319000', '131324.322000', '131324.325000', '131324.328000', '131324.331000', '131324.334000', '131324.337000', '131324.340000', '131324.342000', '131324.345000', '131324.348000', '131324.351000', '131324.354000', '131324.357000', '131324.360000', '131324.363000', '131324.366000', '131324.368000', '131324.371000', '131324.374000', '131324.377000', '131324.380000', '131324.383000', '131324.386000', '131324.389000', '131344.263000', '131344.266000', '131344.269000', '131344.272000', '131344.275000', '131344.278000', '131344.281000', '131344.284000', '131344.287000', '131344.290000', '131344.292000', '131344.295000', '131344.298000', '131344.301000', '131344.320000', '131344.323000', '131344.325000', '131344.328000', '131344.332000', '131344.335000', '131344.338000', '131344.341000', '131344.344000', '131344.347000', '131344.350000', '131344.353000', '131344.355000', '131344.358000', '131344.361000', '131344.364000', '131344.367000', '131344.370000', '131344.373000', '131344.376000', '131344.379000', '131344.382000', '131344.385000', '131344.388000', '131344.391000', '131344.394000', '131344.397000', '131344.401000', '131344.404000', '131404.263000', '131404.266000', '131404.269000', '131404.272000', '131404.275000', '131404.277000', '131404.280000', '131404.283000', '131404.287000', '131404.290000', '131404.292000', '131404.295000', '131404.298000', '131404.301000', '131404.304000', '131404.307000', '131404.310000', '131404.313000', '131404.316000', '131404.319000', '131404.322000', '131404.325000', '131404.328000', '131404.331000', '131404.334000', '131404.337000', '131404.339000', '131404.342000', '131404.345000', '131404.348000', '131404.351000', '131404.354000', '131404.357000', '131404.360000', '131404.363000', '131404.366000', '131404.369000', '131404.372000', '131404.375000', '131404.377000', '131404.380000', '131404.383000', '131404.386000', '131404.389000', '131424.263000', '131424.266000', '131424.269000', '131424.272000', '131424.275000', '131424.278000', '131424.281000', '131424.284000', '131424.287000', '131424.289000', '131424.292000', '131424.295000', '131424.298000', '131424.301000', '131424.304000', '131424.307000', '131424.310000', '131424.313000', '131424.316000', '131424.319000', '131424.322000', '131424.325000', '131424.328000', '131424.331000', '131424.333000', '131424.336000', '131424.339000', '131424.342000', '131424.345000', '131424.348000', '131424.351000', '131424.354000', '131424.357000', '131424.360000', '131424.363000', '131424.366000', '131424.369000', '131424.371000', '131424.374000', '131424.377000', '131424.380000', '131424.383000', '131424.386000', '131444.264000', '131444.267000', '131444.270000', '131444.273000', '131444.276000', '131444.279000', '131444.282000', '131444.285000', '131444.287000', '131444.290000', '131444.293000', '131444.296000', '131444.299000', '131444.302000', '131444.305000', '131444.308000', '131444.311000', '131444.314000', '131444.317000', '131444.320000', '131444.323000', '131444.325000', '131444.328000', '131444.331000', '131444.334000', '131444.337000', '131444.340000', '131444.343000', '131444.346000', '131444.349000', '131444.352000', '131444.355000', '131444.358000', '131444.360000', '131444.363000', '131444.366000', '131444.369000', '131444.372000', '131444.375000', '131444.378000', '131444.381000', '131444.384000', '131444.387000', '131444.390000', '131504.264000', '131504.267000', '131504.270000', '131504.273000', '131504.276000', '131504.279000', '131504.282000', '131504.285000', '131504.288000', '131504.291000', '131504.294000', '131504.297000', '131504.299000', '131504.302000', '131504.305000', '131504.308000', '131504.311000', '131504.314000', '131504.317000', '131504.320000', '131504.323000', '131504.326000', '131504.329000', '131504.332000', '131504.335000', '131504.338000', '131504.341000', '131504.343000', '131504.346000', '131504.349000', '131504.352000', '131504.355000', '131504.358000', '131504.361000', '131504.364000', '131504.367000', '131504.370000', '131504.374000', '131504.377000', '131504.380000', '131504.383000', '131504.386000', '131504.389000', '131524.264000', '131524.267000', '131524.270000', '131524.273000', '131524.276000', '131524.279000', '131524.282000', '131524.285000', '131524.288000', '131524.291000', '131524.306000', '131524.309000', '131524.312000', '131524.315000', '131524.318000', '131524.321000', '131524.324000', '131524.327000', '131524.330000', '131524.333000', '131524.335000', '131524.338000', '131524.341000', '131524.344000', '131524.347000', '131524.350000', '131524.353000', '131524.356000', '131524.359000', '131524.362000', '131524.365000', '131524.368000', '131524.371000', '131524.373000', '131524.376000', '131524.379000', '131524.382000', '131524.385000', '131524.388000', '131524.391000', '131524.394000', '131524.397000', '131524.400000', '131524.403000', '131544.263000', '131544.266000', '131544.269000', '131544.272000', '131544.275000', '131544.278000', '131544.281000', '131544.284000', '131544.287000', '131544.290000', '131544.293000', '131544.295000', '131544.298000', '131544.301000', '131544.304000', '131544.307000', '131544.310000', '131544.313000', '131544.316000', '131544.319000', '131544.322000', '131544.325000', '131544.328000', '131544.331000', '131544.334000', '131544.336000', '131544.339000', '131544.342000', '131544.345000', '131544.348000', '131544.351000', '131544.354000', '131544.357000', '131544.360000', '131544.363000', '131544.366000', '131544.369000', '131544.372000', '131544.374000', '131544.377000', '131544.380000', '131544.383000', '131544.386000', '131604.263000', '131604.266000', '131604.269000', '131604.272000', '131604.275000', '131604.278000', '131604.281000', '131604.284000', '131604.287000', '131604.290000', '131604.293000', '131604.295000', '131604.298000', '131604.301000', '131604.304000', '131604.307000', '131604.310000', '131604.313000', '131604.316000', '131604.319000', '131604.322000', '131604.325000', '131604.328000', '131604.331000', '131604.333000', '131604.337000', '131604.339000', '131604.342000', '131604.345000', '131604.348000', '131604.351000', '131604.354000', '131604.357000', '131604.360000', '131604.363000', '131604.366000', '131604.369000', '131604.372000', '131604.375000', '131604.378000', '131604.381000', '131604.384000', '131604.387000', '131604.389000', '131624.263000', '131624.266000', '131624.269000', '131624.272000', '131624.275000', '131624.278000', '131624.281000', '131624.284000', '131624.287000', '131624.290000', '131624.292000', '131624.295000', '131624.298000', '131624.301000', '131624.304000', '131624.307000', '131624.310000', '131624.313000', '131624.316000', '131624.319000', '131624.322000', '131624.325000', '131624.328000', '131624.331000', '131624.334000', '131624.336000', '131624.339000', '131624.342000', '131624.345000', '131624.348000', '131624.351000', '131624.354000', '131624.357000', '131624.360000', '131624.363000', '131624.366000', '131624.369000', '131624.372000', '131624.375000', '131624.378000', '131624.381000', '131624.383000', '131624.386000', '131644.263000', '131644.266000', '131644.269000', '131644.272000', '131644.275000', '131644.278000', '131644.281000', '131644.284000', '131644.287000', '131644.290000', '131644.293000', '131644.295000', '131644.298000', '131644.301000', '131644.304000', '131644.307000', '131644.310000', '131644.313000', '131644.316000', '131644.319000', '131644.322000', '131644.325000', '131644.328000', '131644.331000', '131644.334000', '131644.337000', '131644.340000', '131644.343000', '131644.346000', '131644.349000', '131644.352000', '131644.354000', '131644.357000', '131644.360000', '131644.363000', '131644.381000', '131644.389000', '131644.392000', '131644.395000', '131644.398000', '131644.401000', '131644.404000', '131644.407000', '131704.265000', '131704.268000', '131704.271000', '131704.274000', '131704.277000', '131704.280000', '131704.283000', '131704.286000', '131704.289000', '131704.292000', '131704.295000', '131704.298000', '131704.301000', '131704.304000', '131704.307000', '131704.310000', '131704.313000', '131704.316000', '131704.318000', '131704.321000', '131704.324000', '131704.327000', '131704.330000', '131704.333000', '131704.336000', '131704.339000', '131704.342000', '131704.345000', '131704.348000', '131704.351000', '131704.353000', '131704.356000', '131704.359000', '131704.362000', '131704.365000', '131704.368000', '131704.371000', '131704.374000', '131704.377000', '131704.380000', '131704.383000', '131704.386000', '131704.389000', '131704.392000', '131724.264000', '131724.267000', '131724.270000', '131724.274000', '131724.277000', '131724.280000', '131724.284000', '131724.287000', '131724.290000', '131724.292000', '131724.295000', '131724.298000', '131724.301000', '131724.304000', '131724.307000', '131724.310000', '131724.313000', '131724.316000', '131724.319000', '131724.322000', '131724.325000', '131724.328000', '131724.331000', '131724.334000', '131724.337000', '131724.339000', '131724.342000', '131724.345000', '131724.348000', '131724.351000', '131724.354000', '131724.357000', '131724.360000', '131724.363000', '131724.366000', '131724.369000', '131724.372000', '131724.375000', '131724.378000', '131724.381000', '131724.384000', '131724.387000', '131724.389000', '131744.264000', '131744.267000', '131744.270000', '131744.273000', '131744.276000', '131744.279000', '131744.282000', '131744.285000', '131744.288000', '131744.291000', '131744.294000', '131744.297000', '131744.300000', '131744.303000', '131744.306000', '131744.309000', '131744.312000', '131744.315000', '131744.318000', '131744.321000', '131744.324000', '131744.326000', '131744.329000', '131744.332000', '131744.335000', '131744.338000', '131744.341000', '131744.344000', '131744.347000', '131744.350000', '131744.357000', '131744.360000', '131744.363000', '131744.366000', '131744.369000', '131744.372000', '131744.375000', '131744.378000', '131744.381000', '131744.384000', '131744.387000', '131744.390000', '131744.393000', '131744.395000', '131804.263000', '131804.266000', '131804.269000', '131804.272000', '131804.275000', '131804.278000', '131804.281000', '131804.283000', '131804.287000', '131804.289000', '131804.293000', '131804.298000', '131804.301000', '131804.304000', '131804.307000', '131804.310000', '131804.312000', '131804.315000', '131804.318000', '131804.321000', '131804.324000', '131804.327000', '131804.330000', '131804.333000', '131804.336000', '131804.339000', '131804.342000', '131804.345000', '131804.348000', '131804.351000', '131804.354000', '131804.357000', '131804.359000', '131804.362000', '131804.365000', '131804.368000', '131804.371000', '131804.374000', '131804.377000', '131804.380000', '131804.383000', '131804.386000', '131804.389000', '131824.263000', '131824.266000', '131824.269000', '131824.272000', '131824.275000', '131824.278000', '131824.281000', '131824.284000', '131824.286000', '131824.290000', '131824.293000', '131824.295000', '131824.298000', '131824.301000', '131824.304000', '131824.307000', '131824.310000', '131824.313000', '131824.316000', '131824.319000', '131824.322000', '131824.325000', '131824.328000', '131824.331000', '131824.334000', '131824.337000', '131824.339000', '131824.342000', '131824.345000', '131824.348000', '131824.351000', '131824.354000', '131824.357000', '131824.360000', '131824.363000', '131824.366000', '131824.369000', '131824.372000', '131824.374000', '131824.377000', '131824.380000', '131824.383000', '131824.386000', '131824.389000', '131844.263000', '131844.266000', '131844.269000', '131844.272000', '131844.275000', '131844.278000', '131844.281000', '131844.284000', '131844.287000', '131844.290000', '131844.292000', '131844.295000', '131844.298000', '131844.301000', '131844.304000', '131844.307000', '131844.311000', '131844.314000', '131844.317000', '131844.320000', '131844.323000', '131844.326000', '131844.329000', '131844.332000', '131844.334000', '131844.337000', '131844.340000', '131844.343000', '131844.346000', '131844.349000', '131844.352000', '131844.355000', '131844.358000', '131844.361000', '131844.364000', '131844.367000', '131844.369000', '131844.372000', '131844.375000', '131844.378000', '131844.381000', '131844.384000', '131844.387000', '131904.263000', '131904.266000', '131904.269000', '131904.272000', '131904.275000', '131904.278000', '131904.281000', '131904.284000', '131904.287000', '131904.290000', '131904.293000', '131904.295000', '131904.298000', '131904.301000', '131904.304000', '131904.307000', '131904.310000', '131904.313000', '131904.316000', '131904.319000', '131904.322000', '131904.325000', '131904.328000', '131904.331000', '131904.334000', '131904.337000', '131904.339000', '131904.342000', '131904.345000', '131904.348000', '131904.351000', '131904.354000', '131904.357000', '131904.360000', '131904.363000', '131904.366000', '131904.369000', '131904.372000', '131904.375000', '131904.378000', '131904.381000', '131904.384000', '131904.386000', '131904.389000', '131913.356000', '131913.360000', '131913.363000', '131913.367000', '131913.372000', '131913.375000', '131913.378000', '131913.381000', '131913.385000', '131913.388000', '131913.391000', '131913.395000', '131913.398000', '131913.401000', '131913.404000', '131913.407000', '131913.411000', '131913.415000', '131913.418000', '131913.421000'], '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': [7399, 7330, 9561, 9379, 7346, 10425, 9287, 6813, 6722, 8085, 6810, 8359, 10303, 6932, 6819, 8904, 7593, 6565, 10389, 8114, 6620, 9689, 8154, 6936, 10374, 9718, 7361, 8709, 7626, 6834, 8136, 8445, 7314, 9533, 9588, 6968, 6685, 9356, 9310, 7609, 10381, 8205, 6592, 9941, 10093, 7384, 11250, 8398, 6725, 8347, 8096, 6772, 8860, 9189, 6816, 6551, 9401, 8364, 6724, 11702, 8414, 6715, 9573, 7979, 6670, 9881, 8430, 6842, 8301, 7562, 6748, 9334, 7465, 7190, 7256, 10662, 10812, 8355, 11335, 8307, 6870, 7103, 8209, 7899, 9023, 9253, 6890, 6630, 7446, 7008, 7322, 8509, 6902, 6759, 7547, 7026, 7781, 9337, 6829, 7250, 8501, 6915, 8202, 9577, 7444, 11070, 9360, 7046, 10523, 8688, 7081, 11369, 8148, 6641, 8158, 6960, 6661, 9570, 8007, 6616, 8651, 7241, 6572, 8859, 8957, 7384, 10290, 7646, 6730, 8861, 8146, 8525, 9678, 6933, 7337, 7747, 6657, 8717, 8885, 6935, 10478, 8065, 6537, 8606, 7478, 6803, 9370, 8439, 6813, 7279, 7600, 6874, 8094, 8984, 7007, 8806, 8278, 6897, 10339, 10071, 7405, 11258, 7886, 6662, 9165, 7652, 6961, 10132, 7793, 6919, 8295, 7039, 7016, 8406, 7533, 6948, 8017, 7672, 6772, 8599, 9302, 6942, 10897, 9071, 6941, 9010, 8163, 6988, 9622, 8702, 7195, 8695, 7730, 6961, 8012, 7795, 6778, 6876, 7882, 6984, 6657, 9589, 8780, 7326, 9722, 7313, 6815, 8680, 8665, 7380, 10652, 7601, 6825, 8646, 7657, 6882, 9404, 8709, 6850, 7185, 8050, 6973, 8064, 10342, 7791, 6655, 8881, 7513, 7091, 9171, 8972, 6950, 6782, 8385, 7474, 7030, 9052, 8648, 6929, 6648, 8613, 8045, 7085, 10824, 8164, 6999, 9338, 7955, 6728, 10722, 8917, 7173, 8900, 7300, 7092, 8159, 7840, 6830, 6862, 8199, 7364, 6776, 10053, 8037, 6625, 9334, 7785, 7066, 10294, 8514, 6849, 7938, 7784, 6985, 7600, 9359, 7134, 6728, 9073, 7828, 6832, 10527, 8289, 6814, 9653, 7773, 6851, 9219, 8432, 6729, 7253, 8250, 6956, 6719, 9072, 9720, 7421, 9364, 7726, 6997, 7224, 7591, 7450, 8509, 9616, 7491, 6677, 8948, 8131, 6617, 9762, 8651, 6996, 7109, 8361, 7190, 6809, 8543, 9825, 7179, 6678, 8285, 8636, 7496, 6956, 9906, 8541, 8662, 8455, 9469, 7311, 6665, 7273, 8010, 9100, 7188, 8254, 7598, 6993, 6408, 9006, 7551, 6581, 6749, 8127, 7454, 6803, 9453, 8708, 7086, 7295, 9213, 7793, 6877, 10204, 8323, 6720, 7522, 8038, 7014, 6950, 9824, 8435, 7052, 6763, 7824, 7496, 6785, 10061, 8163, 7006, 7106, 8104, 7947, 6853, 11200, 8821, 6697, 6710, 8166, 7927, 6941, 10144, 9102, 6940, 6841, 8705, 7417, 6847, 7776, 10272, 8102, 6729, 7853, 7836, 7189, 6687, 9851, 9309, 6952, 7234, 8691, 7838, 6680, 7392, 9645, 8967, 6956, 10357, 8874, 7141, 6698, 8466, 7357, 6995, 9113, 9434, 6993, 6715, 9051, 7918, 6718, 10588, 9227, 7244, 9543, 8315, 6761, 7404, 7730, 7096, 6984, 9637, 8212, 6903, 6743, 8317, 7116, 6709, 6567, 8944, 8180, 6781, 6881, 8157, 6691, 6686, 6725, 7442, 7813, 7471, 9711, 9325, 6955, 6774, 7873, 7636, 8171, 6701, 9910, 9032, 7024, 6983, 9086, 8153, 6587, 9094, 8680, 6718, 6730, 9482, 7788, 6967, 10008, 9019, 6941, 6674, 7575, 6694, 7462, 6842, 8124, 7707, 7445, 6828, 7201, 7776, 6975, 6807, 8820, 8544, 7770, 9310, 9320, 7148, 6734, 9821, 9646, 7431, 10719, 8873, 6891, 6704, 8310, 7645, 7085, 8876, 7472, 6794, 7034, 8091, 8273, 9134, 10640, 7688, 6740, 9316, 7492, 8358, 10082, 7561, 7105, 9787, 6892, 6901, 8478, 7889, 7055, 6809, 8490, 7205, 6897, 6770, 9083, 8912, 8094, 10721, 8170, 6749, 9072, 7954, 6811, 10254, 9223, 7201, 6753, 8609, 7229, 6616, 9009, 7525, 6788, 8865, 8683, 6841, 6788, 8862, 7873, 6740, 9528, 10322, 6939, 6646, 8813, 7401, 6841, 8655, 9761, 7025, 6673, 9249, 7932, 6672, 10447, 8689, 8494, 10064, 6866, 8289, 7544, 6815, 8939, 8114, 6892, 6561, 7874, 6778, 6728, 7483, 8210, 6860, 9905, 8641, 6798, 9570, 8796, 6919, 10610, 8897, 7334, 10235, 7654, 6608, 9670, 8899, 6856, 9502, 6887, 6788, 8558, 7225, 6719, 7649, 7933, 6860, 6734, 9247, 8424, 8564, 11547, 7227, 6575, 9230, 7292, 7667, 10713, 7916, 6964, 9914, 7481, 6851, 8496, 8437, 6778, 6653, 8743, 7657, 6929, 10346, 8419, 7054, 9216, 8920, 6576, 6775, 8348, 7395, 6750, 8966, 8677, 7091, 6819, 9420, 7641, 6680, 9503, 9421, 7246, 6681, 9168, 7456, 6860, 8235, 9621, 7174, 6974, 7707, 7634, 6886, 6784, 9994, 8670, 6914, 6957, 8271, 7548, 7045, 9906, 9132, 6855, 6740, 8579, 7497, 6720, 7881, 10724, 7861, 6819, 7903, 7768, 7376, 6814, 9583, 9330, 6948, 6579, 6983, 7631, 7410, 7140, 6837, 7189, 9938, 7859, 7834, 8663, 10537, 8195, 6703, 7168, 10879, 8095, 6780, 9013, 9151, 7062, 6883, 6651, 7390, 7054, 6809, 8627, 7916, 7163, 6741, 8099, 7091, 6774, 10002, 7834, 6796, 8276, 7563, 6914, 7086, 9566, 9248, 7326, 10209, 8741, 6832, 6678, 8769, 8711, 6993, 9153, 8883, 7468, 6798, 9612, 8456, 6995, 10842, 8916, 8122, 9258, 8315, 6782, 6875, 8928, 7511, 6600, 7429, 8449, 7086, 6830, 9567, 8528, 7063, 6549, 10189, 8416, 6956, 11441, 8098, 7057, 9591, 7865, 6700, 7680, 8620, 7685, 6718, 6826, 8227, 6984, 6796, 6874, 9316, 7586, 8137, 8852, 7190, 11327, 7971, 6883, 9717, 7804, 7196, 11644, 9298, 6650, 6841, 7342, 6830, 6612, 8269, 8012, 6743, 6368, 10634, 8219, 6917, 6585, 7926, 7656, 7406, 6934, 9894, 9237, 7036, 6867, 9396, 7666, 6699, 10255, 8656, 7502, 7574, 8908, 7061, 6698, 7977, 7550, 8208, 6777, 9298, 7734, 7060, 6792, 8751, 7626, 6842, 7564, 11301, 8585, 7106, 7182, 8070, 7036, 6962, 9632, 9300, 7049, 6952, 8666, 7615, 7027, 7688, 11073, 8434, 6776, 6678, 8445, 7310, 7041, 7693, 11034, 8442, 6698, 6597, 8751, 7804, 6681, 9325, 9747, 7606, 6611, 10205, 8453, 6794, 8494, 11841, 7762, 6770, 6548, 7705, 6986, 6883, 8363, 9343, 7480, 6994, 6629, 8129, 7277, 6566, 11175, 8895, 7726, 11567, 7208, 6650, 9880, 7784, 6709, 11082, 9303, 6805, 6619, 8766, 7223, 6923, 7572], 'WindowCenter': [4111.0, 4083.0, 4101.0, 4085.0, 4064.0, 4095.0, 4082.0, 4049.0, 4047.0, 4057.0, 4049.0, 4069.0, 4080.0, 4047.0, 4037.0, 4056.0, 4047.0, 4047.0, 4068.0, 4057.0, 4035.0, 4066.0, 4044.0, 4034.0, 4077.0, 4070.0, 4045.0, 4055.0, 4045.0, 4035.0, 4045.0, 4070.0, 4048.0, 4070.0, 4069.0, 4036.0, 4035.0, 4068.0, 4067.0, 4048.0, 4064.0, 4044.0, 4022.0, 4066.0, 4066.0, 4035.0, 4065.0, 4042.0, 4022.0, 4042.0, 4043.0, 4033.0, 4052.0, 4055.0, 4022.0, 4020.0, 4053.0, 4055.0, 4034.0, 4074.0, 4043.0, 4022.0, 4051.0, 4032.0, 4033.0, 4062.0, 4044.0, 4021.0, 4042.0, 4034.0, 4034.0, 4067.0, 4035.0, 4033.0, 4044.0, 4066.0, 4075.0, 4047.0, 4078.0, 4042.0, 4022.0, 4032.0, 4045.0, 4042.0, 4054.0, 4053.0, 4034.0, 4022.0, 4043.0, 4047.0, 4044.0, 4055.0, 4034.0, 4033.0, 4044.0, 4045.0, 4059.0, 4068.0, 4035.0, 4049.0, 4056.0, 4035.0, 4057.0, 4068.0, 4047.0, 4075.0, 4054.0, 4034.0, 4063.0, 4055.0, 4046.0, 4075.0, 4042.0, 4022.0, 4030.0, 4023.0, 4032.0, 4065.0, 4046.0, 4033.0, 4043.0, 4034.0, 4032.0, 4068.0, 4070.0, 4045.0, 4064.0, 4045.0, 4033.0, 4055.0, 4057.0, 4054.0, 4054.0, 4033.0, 4033.0, 4032.0, 4023.0, 4054.0, 4057.0, 4033.0, 4065.0, 4044.0, 4021.0, 4042.0, 4044.0, 4034.0, 4054.0, 4044.0, 4033.0, 4032.0, 4043.0, 4036.0, 4058.0, 4059.0, 4035.0, 4054.0, 4042.0, 4033.0, 4078.0, 4065.0, 4032.0, 4064.0, 4043.0, 4021.0, 4041.0, 4031.0, 4033.0, 4062.0, 4042.0, 4034.0, 4042.0, 4032.0, 4043.0, 4057.0, 4045.0, 4035.0, 4047.0, 4044.0, 4036.0, 4055.0, 4069.0, 4048.0, 4077.0, 4056.0, 4033.0, 4053.0, 4043.0, 4034.0, 4063.0, 4055.0, 4034.0, 4045.0, 4044.0, 4033.0, 4043.0, 4044.0, 4034.0, 4033.0, 4044.0, 4034.0, 4035.0, 4079.0, 4058.0, 4046.0, 4065.0, 4044.0, 4034.0, 4066.0, 4068.0, 4046.0, 4078.0, 4046.0, 4036.0, 4053.0, 4047.0, 4045.0, 4068.0, 4056.0, 4034.0, 4035.0, 4045.0, 4046.0, 4056.0, 4066.0, 4044.0, 4033.0, 4054.0, 4045.0, 4049.0, 4067.0, 4058.0, 4035.0, 4033.0, 4044.0, 4046.0, 4048.0, 4057.0, 4057.0, 4034.0, 4036.0, 4055.0, 4056.0, 4048.0, 4077.0, 4055.0, 4033.0, 4054.0, 4044.0, 4034.0, 4075.0, 4055.0, 4033.0, 4052.0, 4031.0, 4045.0, 4055.0, 4047.0, 4035.0, 4034.0, 4057.0, 4047.0, 4049.0, 4066.0, 4057.0, 4034.0, 4055.0, 4046.0, 4048.0, 4068.0, 4056.0, 4035.0, 4045.0, 4044.0, 4045.0, 4056.0, 4066.0, 4035.0, 4035.0, 4053.0, 4046.0, 4048.0, 4069.0, 4057.0, 4033.0, 4054.0, 4046.0, 4034.0, 4065.0, 4055.0, 4033.0, 4034.0, 4043.0, 4035.0, 4034.0, 4056.0, 4065.0, 4034.0, 4054.0, 4044.0, 4035.0, 4043.0, 4057.0, 4058.0, 4056.0, 4067.0, 4045.0, 4035.0, 4055.0, 4045.0, 4037.0, 4066.0, 4055.0, 4033.0, 4033.0, 4042.0, 4034.0, 4036.0, 4056.0, 4067.0, 4050.0, 4050.0, 4056.0, 4058.0, 4047.0, 4048.0, 4068.0, 4056.0, 4058.0, 4044.0, 4052.0, 4032.0, 4021.0, 4034.0, 4045.0, 4055.0, 4033.0, 4043.0, 4033.0, 4032.0, 4023.0, 4066.0, 4045.0, 4035.0, 4033.0, 4044.0, 4045.0, 4035.0, 4068.0, 4056.0, 4036.0, 4034.0, 4054.0, 4032.0, 4035.0, 4065.0, 4055.0, 4033.0, 4044.0, 4043.0, 4035.0, 4048.0, 4066.0, 4056.0, 4032.0, 4036.0, 4043.0, 4044.0, 4049.0, 4066.0, 4058.0, 4035.0, 4035.0, 4045.0, 4056.0, 4047.0, 4077.0, 4055.0, 4035.0, 4035.0, 4043.0, 4047.0, 4038.0, 4067.0, 4057.0, 4035.0, 4035.0, 4055.0, 4045.0, 4033.0, 4057.0, 4067.0, 4045.0, 4034.0, 4044.0, 4043.0, 4035.0, 4036.0, 4067.0, 4056.0, 4036.0, 4037.0, 4042.0, 4045.0, 4033.0, 4034.0, 4056.0, 4056.0, 4034.0, 4063.0, 4045.0, 4033.0, 4035.0, 4042.0, 4033.0, 4033.0, 4055.0, 4055.0, 4034.0, 4022.0, 4043.0, 4043.0, 4022.0, 4065.0, 4056.0, 4031.0, 4052.0, 4040.0, 4020.0, 4032.0, 4030.0, 4034.0, 4034.0, 4065.0, 4057.0, 4031.0, 4020.0, 4041.0, 4031.0, 4022.0, 4033.0, 4053.0, 4046.0, 4033.0, 4034.0, 4042.0, 4032.0, 4033.0, 4033.0, 4043.0, 4045.0, 4045.0, 4065.0, 4055.0, 4034.0, 4034.0, 4042.0, 4045.0, 4056.0, 4035.0, 4065.0, 4055.0, 4034.0, 4035.0, 4068.0, 4058.0, 4036.0, 4058.0, 4044.0, 4032.0, 4024.0, 4055.0, 4045.0, 4047.0, 4066.0, 4054.0, 4033.0, 4032.0, 4057.0, 4048.0, 4046.0, 4034.0, 4056.0, 4058.0, 4059.0, 4047.0, 4047.0, 4046.0, 4046.0, 4036.0, 4068.0, 4070.0, 4048.0, 4070.0, 4069.0, 4036.0, 4035.0, 4068.0, 4067.0, 4045.0, 4067.0, 4054.0, 4033.0, 4022.0, 4044.0, 4058.0, 4046.0, 4067.0, 4045.0, 4036.0, 4048.0, 4059.0, 4070.0, 4069.0, 4079.0, 4047.0, 4035.0, 4055.0, 4045.0, 4058.0, 4067.0, 4043.0, 4035.0, 4064.0, 4046.0, 4035.0, 4054.0, 4047.0, 4047.0, 4035.0, 4056.0, 4045.0, 4047.0, 4038.0, 4069.0, 4070.0, 4047.0, 4079.0, 4056.0, 4035.0, 4056.0, 4042.0, 4049.0, 4065.0, 4055.0, 4033.0, 4035.0, 4042.0, 4034.0, 4035.0, 4055.0, 4057.0, 4036.0, 4058.0, 4055.0, 4035.0, 4035.0, 4059.0, 4060.0, 4049.0, 4069.0, 4066.0, 4035.0, 4034.0, 4054.0, 4035.0, 4048.0, 4057.0, 4066.0, 4036.0, 4037.0, 4056.0, 4044.0, 4032.0, 4065.0, 4058.0, 4043.0, 4054.0, 4021.0, 4031.0, 4030.0, 4020.0, 4055.0, 4043.0, 4031.0, 4032.0, 4045.0, 4034.0, 4034.0, 4045.0, 4071.0, 4048.0, 4079.0, 4058.0, 4037.0, 4057.0, 4055.0, 4048.0, 4076.0, 4056.0, 4034.0, 4063.0, 4033.0, 4033.0, 4069.0, 4054.0, 4024.0, 4053.0, 4032.0, 4022.0, 4057.0, 4046.0, 4034.0, 4046.0, 4047.0, 4037.0, 4036.0, 4083.0, 4072.0, 4057.0, 4078.0, 4046.0, 4035.0, 4055.0, 4047.0, 4048.0, 4067.0, 4046.0, 4031.0, 4054.0, 4031.0, 4033.0, 4059.0, 4045.0, 4034.0, 4033.0, 4042.0, 4033.0, 4032.0, 4065.0, 4055.0, 4037.0, 4056.0, 4053.0, 4022.0, 4023.0, 4046.0, 4045.0, 4032.0, 4055.0, 4043.0, 4034.0, 4033.0, 4054.0, 4046.0, 4050.0, 4056.0, 4055.0, 4033.0, 4021.0, 4053.0, 4031.0, 4034.0, 4059.0, 4057.0, 4035.0, 4036.0, 4043.0, 4045.0, 4034.0, 4049.0, 4066.0, 4060.0, 4035.0, 4037.0, 4046.0, 4045.0, 4047.0, 4078.0, 4055.0, 4036.0, 4033.0, 4054.0, 4036.0, 4049.0, 4058.0, 4077.0, 4049.0, 4037.0, 4047.0, 4047.0, 4034.0, 4035.0, 4068.0, 4066.0, 4050.0, 4047.0, 4047.0, 4057.0, 4058.0, 4047.0, 4049.0, 4048.0, 4078.0, 4058.0, 4048.0, 4055.0, 4064.0, 4044.0, 4035.0, 4034.0, 4066.0, 4043.0, 4037.0, 4056.0, 4055.0, 4033.0, 4033.0, 4021.0, 4032.0, 4044.0, 4047.0, 4057.0, 4058.0, 4046.0, 4037.0, 4057.0, 4048.0, 4048.0, 4070.0, 4049.0, 4037.0, 4056.0, 4045.0, 4035.0, 4047.0, 4067.0, 4056.0, 4048.0, 4069.0, 4056.0, 4034.0, 4033.0, 4060.0, 4059.0, 4037.0, 4069.0, 4056.0, 4046.0, 4035.0, 4057.0, 4046.0, 4034.0, 4079.0, 4059.0, 4047.0, 4055.0, 4043.0, 4023.0, 4023.0, 4054.0, 4044.0, 4032.0, 4045.0, 4056.0, 4060.0, 4049.0, 4069.0, 4068.0, 4050.0, 4024.0, 4065.0, 4045.0, 4034.0, 4076.0, 4044.0, 4035.0, 4055.0, 4046.0, 4021.0, 4019.0, 4029.0, 4021.0, 4018.0, 4019.0, 4040.0, 4031.0, 4032.0, 4034.0, 4056.0, 4045.0, 4045.0, 4044.0, 4023.0, 4065.0, 4030.0, 4017.0, 4039.0, 4016.0, 4007.0, 4048.0, 4025.0, 4008.0, 4009.0, 4017.0, 4020.0, 4023.0, 4055.0, 4042.0, 4023.0, 4035.0, 4076.0, 4043.0, 4034.0, 4035.0, 4057.0, 4047.0, 4047.0, 4046.0, 4069.0, 4067.0, 4047.0, 4034.0, 4055.0, 4048.0, 4035.0, 4068.0, 4056.0, 4035.0, 4044.0, 4043.0, 4033.0, 4022.0, 4043.0, 4046.0, 4056.0, 4034.0, 4054.0, 4044.0, 4034.0, 4035.0, 4055.0, 4045.0, 4040.0, 4047.0, 4079.0, 4057.0, 4037.0, 4036.0, 4045.0, 4035.0, 4049.0, 4071.0, 4057.0, 4047.0, 4035.0, 4055.0, 4045.0, 4035.0, 4047.0, 4079.0, 4058.0, 4035.0, 4035.0, 4045.0, 4035.0, 4047.0, 4046.0, 4078.0, 4058.0, 4036.0, 4038.0, 4057.0, 4047.0, 4051.0, 4069.0, 4068.0, 4047.0, 4036.0, 4067.0, 4045.0, 4038.0, 4056.0, 4076.0, 4033.0, 4024.0, 4023.0, 4032.0, 4050.0, 4048.0, 4044.0, 4055.0, 4034.0, 4035.0, 4036.0, 4057.0, 4048.0, 4037.0, 4091.0, 4070.0, 4048.0, 4079.0, 4048.0, 4035.0, 4065.0, 4043.0, 4033.0, 4063.0, 4055.0, 4021.0, 4021.0, 4041.0, 4033.0, 4049.0, 4033.0], 'WindowWidth': [9181.0, 9124.0, 9141.0, 9112.0, 9077.0, 9119.0, 9095.0, 9048.0, 9043.0, 9054.0, 9050.0, 9074.0, 9091.0, 9042.0, 9025.0, 9048.0, 9038.0, 9041.0, 9069.0, 9053.0, 9021.0, 9061.0, 9032.0, 9017.0, 9080.0, 9071.0, 9034.0, 9047.0, 9034.0, 9019.0, 9034.0, 9075.0, 9042.0, 9072.0, 9068.0, 9022.0, 9020.0, 9070.0, 9067.0, 9039.0, 9057.0, 9029.0, 8998.0, 9063.0, 9061.0, 9020.0, 9061.0, 9023.0, 8996.0, 9022.0, 9027.0, 9014.0, 9038.0, 9042.0, 8998.0, 8994.0, 9040.0, 9048.0, 9018.0, 9073.0, 9027.0, 8996.0, 9034.0, 9009.0, 9015.0, 9053.0, 9028.0, 8997.0, 9022.0, 9015.0, 9019.0, 9068.0, 9019.0, 9015.0, 9032.0, 9062.0, 9074.0, 9038.0, 9081.0, 9025.0, 8997.0, 9010.0, 9033.0, 9026.0, 9044.0, 9040.0, 9013.0, 8997.0, 9031.0, 9042.0, 9032.0, 9048.0, 9018.0, 9014.0, 9029.0, 9036.0, 9061.0, 9068.0, 9021.0, 9042.0, 9048.0, 9020.0, 9053.0, 9070.0, 9039.0, 9076.0, 9042.0, 9014.0, 9052.0, 9047.0, 9037.0, 9073.0, 9024.0, 8995.0, 9004.0, 8997.0, 9012.0, 9062.0, 9033.0, 9013.0, 9026.0, 9015.0, 9013.0, 9070.0, 9072.0, 9033.0, 9057.0, 9031.0, 9012.0, 9048.0, 9053.0, 9045.0, 9046.0, 9013.0, 9014.0, 9010.0, 8999.0, 9044.0, 9051.0, 9014.0, 9058.0, 9027.0, 8995.0, 9023.0, 9030.0, 9022.0, 9044.0, 9031.0, 9013.0, 9012.0, 9028.0, 9023.0, 9055.0, 9056.0, 9020.0, 9043.0, 9024.0, 9015.0, 9084.0, 9061.0, 9012.0, 9058.0, 9027.0, 8993.0, 9020.0, 9010.0, 9015.0, 9051.0, 9025.0, 9015.0, 9024.0, 9011.0, 9030.0, 9053.0, 9035.0, 9020.0, 9038.0, 9031.0, 9023.0, 9047.0, 9073.0, 9042.0, 9079.0, 9046.0, 9013.0, 9040.0, 9026.0, 9015.0, 9057.0, 9045.0, 9017.0, 9030.0, 9027.0, 9015.0, 9028.0, 9029.0, 9016.0, 9016.0, 9031.0, 9018.0, 9022.0, 9087.0, 9056.0, 9037.0, 9060.0, 9031.0, 9016.0, 9067.0, 9070.0, 9036.0, 9083.0, 9036.0, 9020.0, 9043.0, 9040.0, 9038.0, 9067.0, 9049.0, 9019.0, 9020.0, 9033.0, 9040.0, 9052.0, 9063.0, 9031.0, 9014.0, 9043.0, 9036.0, 9047.0, 9065.0, 9055.0, 9019.0, 9014.0, 9031.0, 9036.0, 9044.0, 9051.0, 9052.0, 9019.0, 9021.0, 9046.0, 9050.0, 9045.0, 9079.0, 9048.0, 9013.0, 9045.0, 9029.0, 9019.0, 9075.0, 9046.0, 9014.0, 9038.0, 9009.0, 9035.0, 9049.0, 9038.0, 9021.0, 9019.0, 9050.0, 9039.0, 9047.0, 9066.0, 9054.0, 9018.0, 9047.0, 9035.0, 9043.0, 9068.0, 9051.0, 9020.0, 9032.0, 9030.0, 9034.0, 9052.0, 9065.0, 9022.0, 9020.0, 9043.0, 9035.0, 9045.0, 9069.0, 9053.0, 9016.0, 9044.0, 9032.0, 9017.0, 9062.0, 9048.0, 9013.0, 9016.0, 9026.0, 9019.0, 9017.0, 9049.0, 9059.0, 9017.0, 9045.0, 9029.0, 9019.0, 9029.0, 9055.0, 9058.0, 9049.0, 9064.0, 9032.0, 9019.0, 9044.0, 9035.0, 9026.0, 9063.0, 9045.0, 9014.0, 9013.0, 9027.0, 9018.0, 9023.0, 9048.0, 9064.0, 9050.0, 9048.0, 9051.0, 9054.0, 9040.0, 9043.0, 9068.0, 9049.0, 9055.0, 9028.0, 9038.0, 9010.0, 8996.0, 9014.0, 9035.0, 9045.0, 9014.0, 9027.0, 9012.0, 9011.0, 9000.0, 9066.0, 9033.0, 9018.0, 9016.0, 9031.0, 9033.0, 9020.0, 9071.0, 9050.0, 9021.0, 9017.0, 9043.0, 9012.0, 9022.0, 9062.0, 9046.0, 9015.0, 9028.0, 9026.0, 9020.0, 9044.0, 9065.0, 9050.0, 9013.0, 9019.0, 9026.0, 9033.0, 9044.0, 9064.0, 9055.0, 9021.0, 9019.0, 9034.0, 9048.0, 9039.0, 9078.0, 9047.0, 9019.0, 9019.0, 9027.0, 9036.0, 9026.0, 9063.0, 9049.0, 9020.0, 9020.0, 9044.0, 9032.0, 9016.0, 9056.0, 9064.0, 9033.0, 9017.0, 9029.0, 9026.0, 9017.0, 9024.0, 9067.0, 9050.0, 9021.0, 9022.0, 9024.0, 9030.0, 9013.0, 9013.0, 9047.0, 9046.0, 9015.0, 9054.0, 9028.0, 9013.0, 9016.0, 9024.0, 9013.0, 9013.0, 9044.0, 9044.0, 9013.0, 8995.0, 9027.0, 9026.0, 8999.0, 9062.0, 9047.0, 9007.0, 9036.0, 9017.0, 8990.0, 9009.0, 9004.0, 9019.0, 9017.0, 9063.0, 9050.0, 9009.0, 8993.0, 9021.0, 9007.0, 8997.0, 9013.0, 9043.0, 9035.0, 9014.0, 9016.0, 9024.0, 9012.0, 9013.0, 9014.0, 9028.0, 9035.0, 9034.0, 9061.0, 9045.0, 9018.0, 9015.0, 9026.0, 9032.0, 9048.0, 9018.0, 9061.0, 9044.0, 9017.0, 9017.0, 9069.0, 9056.0, 9022.0, 9052.0, 9029.0, 9012.0, 9000.0, 9043.0, 9032.0, 9038.0, 9061.0, 9043.0, 9013.0, 9014.0, 9052.0, 9044.0, 9037.0, 9018.0, 9051.0, 9056.0, 9060.0, 9042.0, 9042.0, 9036.0, 9038.0, 9024.0, 9070.0, 9073.0, 9042.0, 9075.0, 9071.0, 9023.0, 9019.0, 9070.0, 9066.0, 9033.0, 9065.0, 9042.0, 9012.0, 8998.0, 9031.0, 9056.0, 9037.0, 9067.0, 9033.0, 9024.0, 9041.0, 9059.0, 9076.0, 9071.0, 9085.0, 9037.0, 9018.0, 9045.0, 9033.0, 9055.0, 9063.0, 9027.0, 9017.0, 9059.0, 9039.0, 9020.0, 9046.0, 9037.0, 9038.0, 9019.0, 9049.0, 9033.0, 9040.0, 9026.0, 9071.0, 9075.0, 9038.0, 9084.0, 9047.0, 9018.0, 9046.0, 9026.0, 9047.0, 9061.0, 9046.0, 9014.0, 9017.0, 9024.0, 9015.0, 9016.0, 9047.0, 9053.0, 9023.0, 9055.0, 9046.0, 9020.0, 9018.0, 9053.0, 9061.0, 9047.0, 9070.0, 9062.0, 9019.0, 9015.0, 9042.0, 9018.0, 9042.0, 9053.0, 9063.0, 9022.0, 9021.0, 9045.0, 9028.0, 9010.0, 9061.0, 9055.0, 9027.0, 9044.0, 8995.0, 9006.0, 9004.0, 8993.0, 9047.0, 9027.0, 9008.0, 9012.0, 9029.0, 9016.0, 9016.0, 9037.0, 9077.0, 9042.0, 9086.0, 9055.0, 9025.0, 9049.0, 9045.0, 9043.0, 9079.0, 9050.0, 9017.0, 9054.0, 9012.0, 9013.0, 9068.0, 9044.0, 9003.0, 9040.0, 9009.0, 8997.0, 9053.0, 9039.0, 9018.0, 9035.0, 9037.0, 9027.0, 9022.0, 9096.0, 9078.0, 9052.0, 9082.0, 9034.0, 9019.0, 9044.0, 9037.0, 9040.0, 9064.0, 9034.0, 9009.0, 9041.0, 9008.0, 9013.0, 9056.0, 9033.0, 9017.0, 9014.0, 9025.0, 9014.0, 9011.0, 9062.0, 9046.0, 9024.0, 9050.0, 9040.0, 8996.0, 8997.0, 9035.0, 9035.0, 9012.0, 9045.0, 9026.0, 9015.0, 9013.0, 9041.0, 9034.0, 9045.0, 9046.0, 9044.0, 9014.0, 8994.0, 9037.0, 9007.0, 9015.0, 9057.0, 9049.0, 9019.0, 9019.0, 9027.0, 9030.0, 9016.0, 9045.0, 9064.0, 9057.0, 9018.0, 9022.0, 9034.0, 9030.0, 9038.0, 9082.0, 9046.0, 9021.0, 9013.0, 9042.0, 9021.0, 9047.0, 9056.0, 9078.0, 9042.0, 9022.0, 9034.0, 9034.0, 9016.0, 9019.0, 9068.0, 9063.0, 9050.0, 9043.0, 9040.0, 9057.0, 9061.0, 9044.0, 9048.0, 9045.0, 9085.0, 9057.0, 9043.0, 9049.0, 9058.0, 9029.0, 9017.0, 9015.0, 9060.0, 9025.0, 9025.0, 9047.0, 9044.0, 9014.0, 9012.0, 8994.0, 9009.0, 9031.0, 9039.0, 9052.0, 9056.0, 9037.0, 9025.0, 9052.0, 9043.0, 9045.0, 9073.0, 9043.0, 9025.0, 9050.0, 9034.0, 9019.0, 9040.0, 9063.0, 9049.0, 9041.0, 9069.0, 9046.0, 9016.0, 9015.0, 9061.0, 9057.0, 9024.0, 9069.0, 9048.0, 9034.0, 9018.0, 9049.0, 9034.0, 9015.0, 9087.0, 9056.0, 9033.0, 9043.0, 9023.0, 8997.0, 8998.0, 9043.0, 9031.0, 9011.0, 9032.0, 9050.0, 9063.0, 9048.0, 9072.0, 9069.0, 9044.0, 9003.0, 9057.0, 9030.0, 9015.0, 9073.0, 9030.0, 9016.0, 9044.0, 9035.0, 8992.0, 8986.0, 9000.0, 8989.0, 8985.0, 8989.0, 9018.0, 9008.0, 9012.0, 9014.0, 9048.0, 9032.0, 9030.0, 9028.0, 8996.0, 9055.0, 9002.0, 8980.0, 9012.0, 8980.0, 8967.0, 9024.0, 8988.0, 8967.0, 8971.0, 8982.0, 8991.0, 8998.0, 9046.0, 9024.0, 8997.0, 9020.0, 9077.0, 9027.0, 9018.0, 9020.0, 9051.0, 9037.0, 9037.0, 9036.0, 9069.0, 9066.0, 9039.0, 9018.0, 9046.0, 9038.0, 9018.0, 9065.0, 9049.0, 9017.0, 9029.0, 9026.0, 9012.0, 8997.0, 9026.0, 9037.0, 9049.0, 9017.0, 9044.0, 9029.0, 9016.0, 9018.0, 9044.0, 9032.0, 9033.0, 9038.0, 9083.0, 9050.0, 9023.0, 9021.0, 9032.0, 9021.0, 9044.0, 9074.0, 9051.0, 9038.0, 9020.0, 9046.0, 9032.0, 9021.0, 9037.0, 9082.0, 9052.0, 9019.0, 9019.0, 9033.0, 9018.0, 9038.0, 9038.0, 9081.0, 9052.0, 9022.0, 9025.0, 9050.0, 9037.0, 9047.0, 9070.0, 9069.0, 9039.0, 9021.0, 9063.0, 9032.0, 9026.0, 9048.0, 9075.0, 9013.0, 9000.0, 8999.0, 9012.0, 9048.0, 9042.0, 9029.0, 9044.0, 9016.0, 9020.0, 9023.0, 9052.0, 9042.0, 9026.0, 9103.0, 9074.0, 9041.0, 9083.0, 9038.0, 9017.0, 9058.0, 9027.0, 9013.0, 9054.0, 9042.0, 8992.0, 8992.0, 9020.0, 9013.0, 9047.0, 9012.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.000829945054945055</td></tr>
<tr><td colspan=3>aqi</td><td>0.017628283846153843</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.07794642682068</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.186956129658967</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0208360309020903</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>6456.5996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09428660110172832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.285714285714286</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3376488119654937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2516044008630223</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5170346672619446</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2443073677715133</td></tr>
<tr><td colspan=3>gcor</td><td>0.00858142</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0057197255082428455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03981423005461693</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9448986412804086</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.1883</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6138</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.5198</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296377.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>989.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.0987</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.618</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.8181</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3246.4912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.444</td></tr>
<tr><td colspan=3>tsnr</td><td>43.43041143845767</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>