<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-02/func/sub-0004_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>a4fde9d3de7a2e06e33d9f68439003e2</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>10:11:40.775000</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.999879, 0.00642847, -0.0141818, -0.00523537, 0.996568, 0.0826179]</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.0888487</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7751, -7257, 577, -91, -169, 40, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>732e2184-7d10-455c-8ffc-796cbbf3733b||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.6826016902923584, -0.014046115800738335, -0.03959352895617485, 111.67850494384766], [-0.01724712736904621, 2.673717975616455, 0.22284075617790222, -103.59622192382812], [-0.038048844784498215, -0.22165772318840027, 2.6904969215393066, -34.489105224609375], [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': ['101140.775000', '101141.235000', '101141.695000', '101142.155000', '101142.615000', '101143.075000', '101143.535000', '101143.995000', '101144.455000', '101144.915000', '101145.375000', '101145.835000', '101146.295000', '101146.755000', '101147.215000', '101147.675000', '101148.135000', '101148.595000', '101149.055000', '101149.515000', '101149.975000', '101150.435000', '101150.895000', '101151.355000', '101151.815000', '101152.275000', '101152.735000', '101153.195000', '101153.655000', '101154.115000', '101154.575000', '101155.035000', '101155.495000', '101155.955000', '101156.415000', '101156.875000', '101157.335000', '101157.795000', '101158.255000', '101158.715000', '101159.175000', '101159.635000', '101200.095000', '101200.555000', '101201.015000', '101201.475000', '101201.935000', '101202.395000', '101202.855000', '101203.315000', '101203.775000', '101204.235000', '101204.695000', '101205.155000', '101205.615000', '101206.075000', '101206.535000', '101206.995000', '101207.455000', '101207.915000', '101208.375000', '101208.835000', '101209.295000', '101209.755000', '101210.215000', '101210.675000', '101211.135000', '101211.595000', '101212.055000', '101212.515000', '101212.975000', '101213.435000', '101213.895000', '101214.355000', '101214.815000', '101215.275000', '101215.735000', '101216.195000', '101216.655000', '101217.115000', '101217.575000', '101218.035000', '101218.495000', '101218.955000', '101219.415000', '101219.875000', '101220.335000', '101220.795000', '101221.255000', '101221.715000', '101222.175000', '101222.635000', '101223.095000', '101223.555000', '101224.015000', '101224.475000', '101224.935000', '101225.395000', '101225.855000', '101226.315000', '101226.775000', '101227.235000', '101227.695000', '101228.155000', '101228.615000', '101229.075000', '101229.535000', '101229.995000', '101230.455000', '101230.915000', '101231.375000', '101231.835000', '101232.295000', '101232.755000', '101233.215000', '101233.675000', '101234.135000', '101234.595000', '101235.055000', '101235.515000', '101235.975000', '101236.435000', '101236.895000', '101237.355000', '101237.815000', '101238.275000', '101238.735000', '101239.195000', '101239.655000', '101240.115000', '101240.575000', '101241.035000', '101241.495000', '101241.955000', '101242.415000', '101242.875000', '101243.335000', '101243.795000', '101244.255000', '101244.715000', '101245.175000', '101245.635000', '101246.095000', '101246.555000', '101247.015000', '101247.475000', '101247.935000', '101248.395000', '101248.855000', '101249.315000', '101249.775000', '101250.235000', '101250.695000', '101251.155000', '101251.615000', '101252.075000', '101252.535000', '101252.995000', '101253.455000', '101253.915000', '101254.375000', '101254.835000', '101255.295000', '101255.755000', '101256.215000', '101256.675000', '101257.135000', '101257.595000', '101258.055000', '101258.515000', '101258.975000', '101259.435000', '101259.895000', '101300.355000', '101300.815000', '101301.275000', '101301.735000', '101302.195000', '101302.655000', '101303.115000', '101303.575000', '101304.035000', '101304.495000', '101304.955000', '101305.415000', '101305.875000', '101306.335000', '101306.795000', '101307.255000', '101307.715000', '101308.175000', '101308.635000', '101309.095000', '101309.555000', '101310.015000', '101310.475000', '101310.935000', '101311.395000', '101311.855000', '101312.315000', '101312.775000', '101313.235000', '101313.695000', '101314.155000', '101314.615000', '101315.075000', '101315.535000', '101315.995000', '101316.455000', '101316.915000', '101317.375000', '101317.835000', '101318.295000', '101318.755000', '101319.215000', '101319.675000', '101320.135000', '101320.595000', '101321.055000', '101321.515000', '101321.975000', '101322.435000', '101322.895000', '101323.355000', '101323.815000', '101324.275000', '101324.735000', '101325.195000', '101325.655000', '101326.115000', '101326.575000', '101327.035000', '101327.495000', '101327.955000', '101328.415000', '101328.875000', '101329.335000', '101329.795000', '101330.255000', '101330.715000', '101331.175000', '101331.635000', '101332.095000', '101332.555000', '101333.015000', '101333.475000', '101333.935000', '101334.395000', '101334.855000', '101335.315000', '101335.775000', '101336.235000', '101336.695000', '101337.155000', '101337.615000', '101338.075000', '101338.535000', '101338.995000', '101339.455000', '101339.915000', '101340.375000', '101340.835000', '101341.295000', '101341.755000', '101342.215000', '101342.675000', '101343.135000', '101343.595000', '101344.055000', '101344.515000', '101344.975000', '101345.435000', '101345.895000', '101346.355000', '101346.815000', '101347.275000', '101347.735000', '101348.195000', '101348.655000', '101349.115000', '101349.575000', '101350.035000', '101350.495000', '101350.955000', '101351.415000', '101351.875000', '101352.335000', '101352.795000', '101353.255000', '101353.715000', '101354.175000', '101354.635000', '101355.095000', '101355.555000', '101356.015000', '101356.475000', '101356.935000', '101357.395000', '101357.855000', '101358.315000', '101358.775000', '101359.235000', '101359.695000', '101400.155000', '101400.615000', '101401.075000', '101401.535000', '101401.995000', '101402.455000', '101402.915000', '101403.375000', '101403.835000', '101404.295000', '101404.755000', '101405.215000', '101405.675000', '101406.135000', '101406.595000', '101407.055000', '101407.515000', '101407.975000', '101408.435000', '101408.895000', '101409.355000', '101409.815000', '101410.275000', '101410.735000', '101411.195000', '101411.655000', '101412.115000', '101412.575000', '101413.035000', '101413.495000', '101413.955000', '101414.415000', '101414.875000', '101415.335000', '101415.795000', '101416.255000', '101416.715000', '101417.175000', '101417.635000', '101418.095000', '101418.555000', '101419.015000', '101419.475000', '101419.935000', '101420.395000', '101420.855000', '101421.315000', '101421.775000', '101422.235000', '101422.695000', '101423.155000', '101423.615000', '101424.075000', '101424.535000', '101424.995000', '101425.455000', '101425.915000', '101426.375000', '101426.835000', '101427.295000', '101427.755000', '101428.215000', '101428.675000', '101429.135000', '101429.595000', '101430.055000', '101430.515000', '101430.975000', '101431.435000', '101431.895000', '101432.355000', '101432.815000', '101433.275000', '101433.735000', '101434.195000', '101434.655000', '101435.115000', '101435.575000', '101436.035000', '101436.495000', '101436.955000', '101437.415000', '101437.875000', '101438.335000', '101438.795000', '101439.255000', '101439.715000', '101440.175000', '101440.635000', '101441.095000', '101441.555000', '101442.015000', '101442.475000', '101442.935000', '101443.395000', '101443.855000', '101444.315000', '101444.775000', '101445.235000', '101445.695000', '101446.155000', '101446.615000', '101447.075000', '101447.535000', '101447.995000', '101448.455000', '101448.915000', '101449.375000', '101449.835000', '101450.295000', '101450.755000', '101451.215000', '101451.675000', '101452.135000', '101452.595000', '101453.055000', '101453.515000', '101453.975000', '101454.435000', '101454.895000', '101455.355000', '101455.815000', '101456.275000', '101456.735000', '101457.195000', '101457.655000', '101458.115000', '101458.575000', '101459.035000', '101459.495000', '101459.955000', '101500.415000', '101500.875000', '101501.335000', '101501.795000', '101502.255000', '101502.715000', '101503.175000', '101503.635000', '101504.095000', '101504.555000', '101505.015000', '101505.475000', '101505.935000', '101506.395000', '101506.855000', '101507.315000', '101507.775000', '101508.235000', '101508.695000', '101509.155000', '101509.615000', '101510.075000', '101510.535000', '101510.995000', '101511.455000', '101511.915000', '101512.375000', '101512.835000', '101513.295000', '101513.755000', '101514.215000', '101514.675000', '101515.135000', '101515.595000', '101516.055000', '101516.515000', '101516.975000', '101517.435000', '101517.895000', '101518.355000', '101518.815000', '101519.275000', '101519.735000', '101520.195000', '101520.655000', '101521.115000', '101521.575000', '101522.035000', '101522.495000', '101522.955000', '101523.415000', '101523.875000', '101524.335000', '101524.795000', '101525.255000', '101525.715000', '101526.175000', '101526.635000', '101527.095000', '101527.555000', '101528.015000', '101528.475000', '101528.935000', '101529.395000', '101529.855000', '101530.315000', '101530.775000', '101531.235000', '101531.695000', '101532.155000', '101532.615000', '101533.075000', '101533.535000', '101533.995000', '101534.455000', '101534.915000', '101535.375000', '101535.835000', '101536.295000', '101536.755000', '101537.215000', '101537.675000', '101538.135000', '101538.595000', '101539.055000', '101539.515000', '101539.975000', '101540.435000', '101540.895000', '101541.355000', '101541.815000', '101542.275000', '101542.735000', '101543.195000', '101543.655000', '101544.115000', '101544.575000', '101545.035000', '101545.495000', '101545.955000', '101546.415000', '101546.875000', '101547.335000', '101547.795000', '101548.255000', '101548.715000', '101549.175000', '101549.635000', '101550.095000', '101550.555000', '101551.015000', '101551.475000', '101551.935000', '101552.395000', '101552.855000', '101553.315000', '101553.775000', '101554.235000', '101554.695000', '101555.155000', '101555.615000', '101556.075000', '101556.535000', '101556.995000', '101557.455000', '101557.915000', '101558.375000', '101558.835000', '101559.295000', '101559.755000', '101600.215000', '101600.675000', '101601.135000', '101601.595000', '101602.055000', '101602.515000', '101602.975000', '101603.435000', '101603.895000', '101604.355000', '101604.815000', '101605.275000', '101605.735000', '101606.195000', '101606.655000', '101607.115000', '101607.575000', '101608.035000', '101608.495000', '101608.955000', '101609.415000', '101609.875000', '101610.335000', '101610.795000', '101611.255000', '101611.715000', '101612.175000', '101612.635000', '101613.095000', '101613.555000', '101614.015000', '101614.475000', '101614.935000', '101615.395000', '101615.855000', '101616.315000', '101616.775000', '101617.235000', '101617.695000', '101618.155000', '101618.615000', '101619.075000', '101619.535000', '101619.995000', '101620.455000', '101620.915000', '101621.375000', '101621.835000', '101622.295000', '101622.755000', '101623.215000', '101623.675000', '101624.135000', '101624.595000', '101625.055000', '101625.515000', '101625.975000', '101626.435000', '101626.895000', '101627.355000', '101627.815000', '101628.275000', '101628.735000', '101629.195000', '101629.655000', '101630.115000', '101630.575000', '101631.035000', '101631.495000', '101631.955000', '101632.415000', '101632.875000', '101633.335000', '101633.795000', '101634.255000', '101634.715000', '101635.175000', '101635.635000', '101636.095000', '101636.555000', '101637.015000', '101637.475000', '101637.935000', '101638.395000', '101638.855000', '101639.315000', '101639.775000', '101640.235000', '101640.695000', '101641.155000', '101641.615000', '101642.075000', '101642.535000', '101642.995000', '101643.455000', '101643.915000', '101644.375000', '101644.835000', '101645.295000', '101645.755000', '101646.215000', '101646.675000', '101647.135000', '101647.595000', '101648.055000', '101648.515000', '101648.975000', '101649.435000', '101649.895000', '101650.355000', '101650.815000', '101651.275000', '101651.735000', '101652.195000', '101652.655000', '101653.115000', '101653.575000', '101654.035000', '101654.495000', '101654.955000', '101655.415000', '101655.875000', '101656.335000', '101656.795000', '101657.255000', '101657.715000', '101658.175000', '101658.635000', '101659.095000', '101659.555000', '101700.015000', '101700.475000', '101700.935000', '101701.395000', '101701.855000', '101702.315000', '101702.775000', '101703.235000', '101703.695000', '101704.155000', '101704.615000', '101705.075000', '101705.535000', '101705.995000', '101706.455000', '101706.915000', '101707.375000', '101707.835000', '101708.295000', '101708.755000', '101709.215000', '101709.675000', '101710.135000', '101710.595000', '101711.055000', '101711.515000', '101711.975000', '101712.435000', '101712.895000', '101713.355000', '101713.815000', '101714.275000', '101714.735000', '101715.195000', '101715.655000', '101716.115000', '101716.575000', '101717.035000', '101717.495000', '101717.955000', '101718.415000', '101718.875000', '101719.335000', '101719.795000', '101720.255000', '101720.715000', '101721.175000', '101721.635000', '101722.095000', '101722.555000', '101723.015000', '101723.475000', '101723.935000', '101724.395000', '101724.855000', '101725.315000', '101725.775000', '101726.235000', '101726.695000', '101727.155000', '101727.615000', '101728.075000', '101728.535000', '101728.995000', '101729.455000', '101729.915000', '101730.375000', '101730.835000', '101731.295000', '101731.755000', '101732.215000', '101732.675000', '101733.135000', '101733.595000', '101734.055000', '101734.515000', '101734.975000', '101735.435000', '101735.895000', '101736.355000', '101736.815000', '101737.275000', '101737.735000', '101738.195000', '101738.655000', '101739.115000', '101739.575000', '101740.035000', '101740.495000', '101740.955000', '101741.415000', '101741.875000', '101742.335000', '101742.795000', '101743.255000', '101743.715000', '101744.175000', '101744.635000', '101745.095000', '101745.555000', '101746.015000', '101746.475000', '101746.935000', '101747.395000', '101747.855000', '101748.315000', '101748.775000', '101749.235000', '101749.695000', '101750.155000', '101750.615000', '101751.075000', '101751.535000', '101751.995000', '101752.455000', '101752.915000', '101753.375000', '101753.835000', '101754.295000', '101754.755000', '101755.215000', '101755.675000', '101756.135000', '101756.595000', '101757.055000', '101757.515000', '101757.975000', '101758.435000', '101758.895000', '101759.355000', '101759.815000', '101800.275000', '101800.735000', '101801.195000', '101801.655000', '101802.115000', '101802.575000', '101803.035000', '101803.495000', '101803.955000', '101804.415000', '101804.875000', '101805.335000', '101805.795000', '101806.255000', '101806.715000', '101807.175000', '101807.635000', '101808.095000', '101808.555000', '101809.015000', '101809.475000', '101809.935000', '101810.395000', '101810.855000', '101811.315000', '101811.775000', '101812.235000', '101812.695000', '101813.155000', '101813.615000', '101814.075000', '101814.535000', '101814.995000', '101815.455000', '101815.915000', '101816.375000', '101816.835000', '101817.295000', '101817.755000', '101818.215000', '101818.675000', '101819.135000', '101819.595000', '101820.055000', '101820.515000', '101820.975000', '101821.435000', '101821.895000', '101822.355000', '101822.815000', '101823.275000', '101823.735000', '101824.195000', '101824.655000', '101825.115000', '101825.575000', '101826.035000', '101826.495000', '101826.955000', '101827.415000', '101827.875000', '101828.335000', '101828.795000', '101829.255000', '101829.715000', '101830.175000', '101830.635000', '101831.095000', '101831.555000', '101832.015000', '101832.475000', '101832.935000', '101833.395000', '101833.855000', '101834.315000', '101834.775000', '101835.235000', '101835.695000', '101836.155000', '101836.615000', '101837.075000', '101837.535000', '101837.995000', '101838.455000', '101838.915000', '101839.375000', '101839.835000', '101840.295000', '101840.755000'], 'ContentTime': ['101202.060000', '101202.063000', '101202.066000', '101202.069000', '101202.072000', '101202.075000', '101202.078000', '101202.081000', '101202.084000', '101202.086000', '101202.094000', '101202.097000', '101202.100000', '101202.103000', '101202.106000', '101202.109000', '101202.112000', '101202.115000', '101202.118000', '101202.121000', '101202.123000', '101202.126000', '101202.129000', '101202.132000', '101202.135000', '101202.138000', '101202.141000', '101202.144000', '101202.146000', '101202.149000', '101202.152000', '101202.155000', '101202.158000', '101202.190000', '101202.193000', '101202.196000', '101202.199000', '101202.201000', '101202.204000', '101202.207000', '101202.210000', '101202.213000', '101202.216000', '101222.018000', '101222.021000', '101222.024000', '101222.027000', '101222.029000', '101222.032000', '101222.035000', '101222.038000', '101222.041000', '101222.044000', '101222.046000', '101222.049000', '101222.052000', '101222.055000', '101222.058000', '101222.061000', '101222.064000', '101222.067000', '101222.069000', '101222.072000', '101222.075000', '101222.078000', '101222.081000', '101222.084000', '101222.087000', '101222.089000', '101222.092000', '101222.095000', '101222.098000', '101222.101000', '101222.104000', '101222.107000', '101222.109000', '101222.112000', '101222.115000', '101222.118000', '101222.121000', '101222.124000', '101222.126000', '101222.129000', '101222.132000', '101222.135000', '101222.145000', '101222.147000', '101242.020000', '101242.023000', '101242.028000', '101242.030000', '101242.033000', '101242.036000', '101242.039000', '101242.042000', '101242.045000', '101242.047000', '101242.050000', '101242.053000', '101242.056000', '101242.059000', '101242.062000', '101242.065000', '101242.068000', '101242.070000', '101242.073000', '101242.076000', '101242.079000', '101242.082000', '101242.085000', '101242.088000', '101242.090000', '101242.093000', '101242.096000', '101242.099000', '101242.102000', '101242.105000', '101242.107000', '101242.110000', '101242.113000', '101242.116000', '101242.119000', '101242.122000', '101242.130000', '101242.133000', '101242.136000', '101242.139000', '101242.150000', '101242.153000', '101242.156000', '101302.018000', '101302.021000', '101302.024000', '101302.026000', '101302.029000', '101302.032000', '101302.035000', '101302.038000', '101302.041000', '101302.044000', '101302.047000', '101302.050000', '101302.053000', '101302.056000', '101302.058000', '101302.061000', '101302.064000', '101302.067000', '101302.070000', '101302.073000', '101302.076000', '101302.078000', '101302.081000', '101302.084000', '101302.087000', '101302.090000', '101302.093000', '101302.096000', '101302.099000', '101302.102000', '101302.105000', '101302.113000', '101302.116000', '101302.119000', '101302.122000', '101302.125000', '101302.127000', '101302.130000', '101302.133000', '101302.136000', '101302.139000', '101302.142000', '101302.145000', '101302.148000', '101322.018000', '101322.021000', '101322.024000', '101322.027000', '101322.030000', '101322.032000', '101322.037000', '101322.042000', '101322.045000', '101322.048000', '101322.051000', '101322.054000', '101322.057000', '101322.060000', '101322.062000', '101322.065000', '101322.068000', '101322.071000', '101322.074000', '101322.077000', '101322.080000', '101322.083000', '101322.086000', '101322.088000', '101322.091000', '101322.094000', '101322.097000', '101322.100000', '101322.103000', '101322.106000', '101322.108000', '101322.111000', '101322.114000', '101322.117000', '101322.120000', '101322.123000', '101322.125000', '101322.128000', '101322.131000', '101322.134000', '101322.137000', '101322.140000', '101322.143000', '101342.018000', '101342.021000', '101342.024000', '101342.027000', '101342.030000', '101342.032000', '101342.035000', '101342.038000', '101342.041000', '101342.044000', '101342.047000', '101342.050000', '101342.053000', '101342.055000', '101342.058000', '101342.061000', '101342.064000', '101342.067000', '101342.070000', '101342.073000', '101342.076000', '101342.079000', '101342.081000', '101342.084000', '101342.087000', '101342.090000', '101342.093000', '101342.096000', '101342.099000', '101342.102000', '101342.105000', '101342.108000', '101342.110000', '101342.113000', '101342.116000', '101342.119000', '101342.122000', '101342.125000', '101342.128000', '101342.131000', '101342.133000', '101342.136000', '101342.139000', '101342.142000', '101402.017000', '101402.020000', '101402.023000', '101402.026000', '101402.029000', '101402.032000', '101402.035000', '101402.038000', '101402.041000', '101402.043000', '101402.046000', '101402.049000', '101402.052000', '101402.055000', '101402.059000', '101402.064000', '101402.067000', '101402.070000', '101402.073000', '101402.076000', '101402.079000', '101402.082000', '101402.085000', '101402.088000', '101402.091000', '101402.093000', '101402.096000', '101402.099000', '101402.102000', '101402.105000', '101402.108000', '101402.110000', '101402.113000', '101402.116000', '101402.119000', '101402.122000', '101402.125000', '101402.128000', '101402.130000', '101402.133000', '101402.136000', '101402.139000', '101402.142000', '101422.018000', '101422.021000', '101422.024000', '101422.027000', '101422.029000', '101422.032000', '101422.035000', '101422.038000', '101422.041000', '101422.044000', '101422.047000', '101422.049000', '101422.052000', '101422.055000', '101422.058000', '101422.061000', '101422.064000', '101422.067000', '101422.070000', '101422.073000', '101422.075000', '101422.079000', '101422.081000', '101422.084000', '101422.087000', '101422.090000', '101422.093000', '101422.096000', '101422.099000', '101422.101000', '101422.104000', '101422.107000', '101422.110000', '101422.113000', '101422.116000', '101422.119000', '101422.121000', '101422.124000', '101422.127000', '101422.130000', '101422.133000', '101422.136000', '101422.139000', '101422.142000', '101442.018000', '101442.021000', '101442.024000', '101442.027000', '101442.029000', '101442.032000', '101442.035000', '101442.038000', '101442.041000', '101442.044000', '101442.047000', '101442.050000', '101442.052000', '101442.055000', '101442.058000', '101442.061000', '101442.064000', '101442.067000', '101442.070000', '101442.073000', '101442.076000', '101442.079000', '101442.082000', '101442.085000', '101442.088000', '101442.091000', '101442.093000', '101442.096000', '101442.099000', '101442.102000', '101442.105000', '101442.108000', '101442.111000', '101442.113000', '101442.116000', '101442.119000', '101442.122000', '101442.125000', '101442.128000', '101442.131000', '101442.133000', '101442.136000', '101442.139000', '101502.018000', '101502.021000', '101502.024000', '101502.027000', '101502.029000', '101502.032000', '101502.035000', '101502.038000', '101502.041000', '101502.044000', '101502.047000', '101502.050000', '101502.052000', '101502.055000', '101502.058000', '101502.061000', '101502.064000', '101502.067000', '101502.070000', '101502.073000', '101502.076000', '101502.079000', '101502.082000', '101502.085000', '101502.087000', '101502.090000', '101502.093000', '101502.096000', '101502.099000', '101502.102000', '101502.105000', '101502.107000', '101502.110000', '101502.113000', '101502.122000', '101502.125000', '101502.128000', '101502.131000', '101502.134000', '101502.137000', '101502.140000', '101502.143000', '101502.145000', '101502.148000', '101522.018000', '101522.021000', '101522.024000', '101522.027000', '101522.029000', '101522.032000', '101522.036000', '101522.039000', '101522.042000', '101522.045000', '101522.048000', '101522.051000', '101522.054000', '101522.057000', '101522.060000', '101522.063000', '101522.066000', '101522.069000', '101522.072000', '101522.075000', '101522.077000', '101522.080000', '101522.087000', '101522.090000', '101522.093000', '101522.096000', '101522.099000', '101522.101000', '101522.104000', '101522.107000', '101522.110000', '101522.115000', '101522.119000', '101522.122000', '101522.125000', '101522.128000', '101522.131000', '101522.134000', '101522.137000', '101522.140000', '101522.143000', '101522.145000', '101522.148000', '101542.018000', '101542.021000', '101542.024000', '101542.027000', '101542.030000', '101542.033000', '101542.035000', '101542.038000', '101542.041000', '101542.044000', '101542.047000', '101542.050000', '101542.053000', '101542.056000', '101542.059000', '101542.062000', '101542.064000', '101542.067000', '101542.070000', '101542.073000', '101542.076000', '101542.082000', '101542.085000', '101542.088000', '101542.091000', '101542.094000', '101542.096000', '101542.099000', '101542.102000', '101542.105000', '101542.108000', '101542.111000', '101542.114000', '101542.117000', '101542.119000', '101542.122000', '101542.125000', '101542.128000', '101542.131000', '101542.134000', '101542.137000', '101542.140000', '101542.143000', '101542.145000', '101602.018000', '101602.021000', '101602.024000', '101602.027000', '101602.030000', '101602.033000', '101602.036000', '101602.039000', '101602.041000', '101602.045000', '101602.047000', '101602.050000', '101602.053000', '101602.056000', '101602.059000', '101602.062000', '101602.065000', '101602.068000', '101602.071000', '101602.074000', '101602.076000', '101602.079000', '101602.082000', '101602.085000', '101602.088000', '101602.091000', '101602.094000', '101602.096000', '101602.099000', '101602.102000', '101602.105000', '101602.108000', '101602.111000', '101602.114000', '101602.117000', '101602.121000', '101602.129000', '101602.132000', '101602.135000', '101602.138000', '101602.140000', '101602.143000', '101602.146000', '101622.017000', '101622.020000', '101622.023000', '101622.026000', '101622.029000', '101622.033000', '101622.036000', '101622.039000', '101622.042000', '101622.045000', '101622.048000', '101622.050000', '101622.053000', '101622.056000', '101622.059000', '101622.062000', '101622.065000', '101622.068000', '101622.071000', '101622.074000', '101622.077000', '101622.080000', '101622.083000', '101622.086000', '101622.089000', '101622.092000', '101622.095000', '101622.102000', '101622.105000', '101622.108000', '101622.111000', '101622.114000', '101622.116000', '101622.119000', '101622.122000', '101622.125000', '101622.128000', '101622.131000', '101622.134000', '101622.137000', '101622.140000', '101622.143000', '101622.146000', '101622.149000', '101642.025000', '101642.028000', '101642.031000', '101642.034000', '101642.037000', '101642.040000', '101642.043000', '101642.046000', '101642.049000', '101642.051000', '101642.054000', '101642.057000', '101642.060000', '101642.063000', '101642.066000', '101642.069000', '101642.072000', '101642.076000', '101642.079000', '101642.082000', '101642.085000', '101642.088000', '101642.091000', '101642.094000', '101642.097000', '101642.100000', '101642.102000', '101642.105000', '101642.108000', '101642.111000', '101642.114000', '101642.117000', '101642.120000', '101642.123000', '101642.126000', '101642.129000', '101642.132000', '101642.135000', '101642.139000', '101642.144000', '101642.147000', '101642.150000', '101642.153000', '101702.018000', '101702.021000', '101702.024000', '101702.027000', '101702.030000', '101702.033000', '101702.036000', '101702.039000', '101702.042000', '101702.045000', '101702.048000', '101702.051000', '101702.054000', '101702.057000', '101702.060000', '101702.063000', '101702.066000', '101702.069000', '101702.072000', '101702.075000', '101702.077000', '101702.080000', '101702.083000', '101702.086000', '101702.089000', '101702.092000', '101702.095000', '101702.098000', '101702.101000', '101702.104000', '101702.107000', '101702.109000', '101702.112000', '101702.115000', '101702.118000', '101702.121000', '101702.129000', '101702.132000', '101702.135000', '101702.138000', '101702.141000', '101702.144000', '101702.146000', '101702.149000', '101722.018000', '101722.021000', '101722.024000', '101722.027000', '101722.030000', '101722.032000', '101722.035000', '101722.038000', '101722.041000', '101722.044000', '101722.047000', '101722.050000', '101722.053000', '101722.056000', '101722.059000', '101722.062000', '101722.065000', '101722.068000', '101722.070000', '101722.073000', '101722.076000', '101722.079000', '101722.082000', '101722.085000', '101722.088000', '101722.091000', '101722.094000', '101722.097000', '101722.099000', '101722.102000', '101722.105000', '101722.108000', '101722.111000', '101722.114000', '101722.117000', '101722.120000', '101722.123000', '101722.125000', '101722.128000', '101722.131000', '101722.134000', '101722.137000', '101722.140000', '101742.018000', '101742.021000', '101742.024000', '101742.027000', '101742.038000', '101742.041000', '101742.044000', '101742.047000', '101742.050000', '101742.053000', '101742.056000', '101742.059000', '101742.062000', '101742.065000', '101742.067000', '101742.070000', '101742.073000', '101742.076000', '101742.079000', '101742.082000', '101742.085000', '101742.088000', '101742.091000', '101742.094000', '101742.097000', '101742.100000', '101742.102000', '101742.105000', '101742.108000', '101742.111000', '101742.114000', '101742.117000', '101742.120000', '101742.123000', '101742.126000', '101742.129000', '101742.132000', '101742.136000', '101742.139000', '101742.142000', '101742.145000', '101742.148000', '101742.151000', '101742.154000', '101802.018000', '101802.021000', '101802.024000', '101802.027000', '101802.030000', '101802.033000', '101802.036000', '101802.038000', '101802.041000', '101802.044000', '101802.047000', '101802.050000', '101802.053000', '101802.056000', '101802.059000', '101802.062000', '101802.065000', '101802.068000', '101802.071000', '101802.074000', '101802.077000', '101802.079000', '101802.082000', '101802.085000', '101802.088000', '101802.107000', '101802.110000', '101802.114000', '101802.117000', '101802.120000', '101802.123000', '101802.126000', '101802.129000', '101802.131000', '101802.134000', '101802.137000', '101802.140000', '101802.143000', '101802.146000', '101802.149000', '101802.152000', '101802.155000', '101802.158000', '101822.018000', '101822.021000', '101822.024000', '101822.027000', '101822.030000', '101822.032000', '101822.035000', '101822.038000', '101822.041000', '101822.044000', '101822.047000', '101822.050000', '101822.053000', '101822.056000', '101822.059000', '101822.062000', '101822.065000', '101822.067000', '101822.070000', '101822.073000', '101822.076000', '101822.079000', '101822.082000', '101822.085000', '101822.088000', '101822.091000', '101822.093000', '101822.096000', '101822.099000', '101822.102000', '101822.105000', '101822.112000', '101822.115000', '101822.117000', '101822.120000', '101822.123000', '101822.126000', '101822.129000', '101822.132000', '101822.135000', '101822.138000', '101822.141000', '101822.144000', '101822.147000', '101842.018000', '101842.021000', '101842.024000', '101842.027000', '101842.030000', '101842.033000', '101842.036000', '101842.039000', '101842.041000', '101842.045000', '101842.047000', '101842.050000', '101842.053000', '101842.066000', '101842.069000', '101842.072000', '101842.075000', '101842.078000', '101842.081000', '101842.084000', '101842.087000', '101842.090000', '101842.093000', '101842.096000', '101842.099000', '101842.102000', '101842.104000', '101842.107000', '101842.110000', '101842.113000', '101842.116000', '101842.119000', '101842.122000', '101842.125000', '101842.128000', '101842.131000', '101842.133000', '101842.137000', '101842.139000', '101842.142000', '101842.145000', '101842.148000', '101842.153000', '101842.578000'], 'InstanceCreationTime': ['101202.060000', '101202.063000', '101202.066000', '101202.069000', '101202.072000', '101202.075000', '101202.078000', '101202.081000', '101202.084000', '101202.086000', '101202.094000', '101202.097000', '101202.100000', '101202.103000', '101202.106000', '101202.109000', '101202.112000', '101202.115000', '101202.118000', '101202.121000', '101202.123000', '101202.126000', '101202.129000', '101202.132000', '101202.135000', '101202.138000', '101202.141000', '101202.144000', '101202.146000', '101202.149000', '101202.152000', '101202.155000', '101202.158000', '101202.190000', '101202.193000', '101202.196000', '101202.199000', '101202.201000', '101202.204000', '101202.207000', '101202.210000', '101202.213000', '101202.216000', '101222.018000', '101222.021000', '101222.024000', '101222.027000', '101222.029000', '101222.032000', '101222.035000', '101222.038000', '101222.041000', '101222.044000', '101222.046000', '101222.049000', '101222.052000', '101222.055000', '101222.058000', '101222.061000', '101222.064000', '101222.067000', '101222.069000', '101222.072000', '101222.075000', '101222.078000', '101222.081000', '101222.084000', '101222.087000', '101222.089000', '101222.092000', '101222.095000', '101222.098000', '101222.101000', '101222.104000', '101222.107000', '101222.109000', '101222.112000', '101222.115000', '101222.118000', '101222.121000', '101222.124000', '101222.126000', '101222.129000', '101222.132000', '101222.135000', '101222.145000', '101222.147000', '101242.020000', '101242.023000', '101242.028000', '101242.030000', '101242.033000', '101242.036000', '101242.039000', '101242.042000', '101242.045000', '101242.047000', '101242.050000', '101242.053000', '101242.056000', '101242.059000', '101242.062000', '101242.065000', '101242.068000', '101242.070000', '101242.073000', '101242.076000', '101242.079000', '101242.082000', '101242.085000', '101242.088000', '101242.090000', '101242.093000', '101242.096000', '101242.099000', '101242.102000', '101242.105000', '101242.107000', '101242.110000', '101242.113000', '101242.116000', '101242.119000', '101242.122000', '101242.130000', '101242.133000', '101242.136000', '101242.139000', '101242.150000', '101242.153000', '101242.156000', '101302.018000', '101302.021000', '101302.024000', '101302.026000', '101302.029000', '101302.032000', '101302.035000', '101302.038000', '101302.041000', '101302.044000', '101302.047000', '101302.050000', '101302.053000', '101302.056000', '101302.058000', '101302.061000', '101302.064000', '101302.067000', '101302.070000', '101302.073000', '101302.076000', '101302.078000', '101302.081000', '101302.084000', '101302.087000', '101302.090000', '101302.093000', '101302.096000', '101302.099000', '101302.102000', '101302.105000', '101302.113000', '101302.116000', '101302.119000', '101302.122000', '101302.125000', '101302.127000', '101302.130000', '101302.133000', '101302.136000', '101302.139000', '101302.142000', '101302.145000', '101302.148000', '101322.018000', '101322.021000', '101322.024000', '101322.027000', '101322.030000', '101322.032000', '101322.037000', '101322.042000', '101322.045000', '101322.048000', '101322.051000', '101322.054000', '101322.057000', '101322.060000', '101322.062000', '101322.065000', '101322.068000', '101322.071000', '101322.074000', '101322.077000', '101322.080000', '101322.083000', '101322.086000', '101322.088000', '101322.091000', '101322.094000', '101322.097000', '101322.100000', '101322.103000', '101322.106000', '101322.108000', '101322.111000', '101322.114000', '101322.117000', '101322.120000', '101322.123000', '101322.125000', '101322.128000', '101322.131000', '101322.134000', '101322.137000', '101322.140000', '101322.143000', '101342.018000', '101342.021000', '101342.024000', '101342.027000', '101342.030000', '101342.032000', '101342.035000', '101342.038000', '101342.041000', '101342.044000', '101342.047000', '101342.050000', '101342.053000', '101342.055000', '101342.058000', '101342.061000', '101342.064000', '101342.067000', '101342.070000', '101342.073000', '101342.076000', '101342.079000', '101342.081000', '101342.084000', '101342.087000', '101342.090000', '101342.093000', '101342.096000', '101342.099000', '101342.102000', '101342.105000', '101342.108000', '101342.110000', '101342.113000', '101342.116000', '101342.119000', '101342.122000', '101342.125000', '101342.128000', '101342.131000', '101342.133000', '101342.136000', '101342.139000', '101342.142000', '101402.017000', '101402.020000', '101402.023000', '101402.026000', '101402.029000', '101402.032000', '101402.035000', '101402.038000', '101402.041000', '101402.043000', '101402.046000', '101402.049000', '101402.052000', '101402.055000', '101402.059000', '101402.064000', '101402.067000', '101402.070000', '101402.073000', '101402.076000', '101402.079000', '101402.082000', '101402.085000', '101402.088000', '101402.091000', '101402.093000', '101402.096000', '101402.099000', '101402.102000', '101402.105000', '101402.108000', '101402.110000', '101402.113000', '101402.116000', '101402.119000', '101402.122000', '101402.125000', '101402.128000', '101402.130000', '101402.133000', '101402.136000', '101402.139000', '101402.142000', '101422.018000', '101422.021000', '101422.024000', '101422.027000', '101422.029000', '101422.032000', '101422.035000', '101422.038000', '101422.041000', '101422.044000', '101422.047000', '101422.049000', '101422.052000', '101422.055000', '101422.058000', '101422.061000', '101422.064000', '101422.067000', '101422.070000', '101422.073000', '101422.075000', '101422.079000', '101422.081000', '101422.084000', '101422.087000', '101422.090000', '101422.093000', '101422.096000', '101422.099000', '101422.101000', '101422.104000', '101422.107000', '101422.110000', '101422.113000', '101422.116000', '101422.119000', '101422.121000', '101422.124000', '101422.127000', '101422.130000', '101422.133000', '101422.136000', '101422.139000', '101422.142000', '101442.018000', '101442.021000', '101442.024000', '101442.027000', '101442.029000', '101442.032000', '101442.035000', '101442.038000', '101442.041000', '101442.044000', '101442.047000', '101442.050000', '101442.052000', '101442.055000', '101442.058000', '101442.061000', '101442.064000', '101442.067000', '101442.070000', '101442.073000', '101442.076000', '101442.079000', '101442.082000', '101442.085000', '101442.088000', '101442.091000', '101442.093000', '101442.096000', '101442.099000', '101442.102000', '101442.105000', '101442.108000', '101442.111000', '101442.113000', '101442.116000', '101442.119000', '101442.122000', '101442.125000', '101442.128000', '101442.131000', '101442.133000', '101442.136000', '101442.139000', '101502.018000', '101502.021000', '101502.024000', '101502.027000', '101502.029000', '101502.032000', '101502.035000', '101502.038000', '101502.041000', '101502.044000', '101502.047000', '101502.050000', '101502.052000', '101502.055000', '101502.058000', '101502.061000', '101502.064000', '101502.067000', '101502.070000', '101502.073000', '101502.076000', '101502.079000', '101502.082000', '101502.085000', '101502.087000', '101502.090000', '101502.093000', '101502.096000', '101502.099000', '101502.102000', '101502.105000', '101502.107000', '101502.110000', '101502.113000', '101502.122000', '101502.125000', '101502.128000', '101502.131000', '101502.134000', '101502.137000', '101502.140000', '101502.143000', '101502.145000', '101502.148000', '101522.018000', '101522.021000', '101522.024000', '101522.027000', '101522.029000', '101522.032000', '101522.036000', '101522.039000', '101522.042000', '101522.045000', '101522.048000', '101522.051000', '101522.054000', '101522.057000', '101522.060000', '101522.063000', '101522.066000', '101522.069000', '101522.072000', '101522.075000', '101522.077000', '101522.080000', '101522.087000', '101522.090000', '101522.093000', '101522.096000', '101522.099000', '101522.101000', '101522.104000', '101522.107000', '101522.110000', '101522.115000', '101522.119000', '101522.122000', '101522.125000', '101522.128000', '101522.131000', '101522.134000', '101522.137000', '101522.140000', '101522.143000', '101522.145000', '101522.148000', '101542.018000', '101542.021000', '101542.024000', '101542.027000', '101542.030000', '101542.033000', '101542.035000', '101542.038000', '101542.041000', '101542.044000', '101542.047000', '101542.050000', '101542.053000', '101542.056000', '101542.059000', '101542.062000', '101542.064000', '101542.067000', '101542.070000', '101542.073000', '101542.076000', '101542.082000', '101542.085000', '101542.088000', '101542.091000', '101542.094000', '101542.096000', '101542.099000', '101542.102000', '101542.105000', '101542.108000', '101542.111000', '101542.114000', '101542.117000', '101542.119000', '101542.122000', '101542.125000', '101542.128000', '101542.131000', '101542.134000', '101542.137000', '101542.140000', '101542.143000', '101542.145000', '101602.018000', '101602.021000', '101602.024000', '101602.027000', '101602.030000', '101602.033000', '101602.036000', '101602.039000', '101602.041000', '101602.045000', '101602.047000', '101602.050000', '101602.053000', '101602.056000', '101602.059000', '101602.062000', '101602.065000', '101602.068000', '101602.071000', '101602.074000', '101602.076000', '101602.079000', '101602.082000', '101602.085000', '101602.088000', '101602.091000', '101602.094000', '101602.096000', '101602.099000', '101602.102000', '101602.105000', '101602.108000', '101602.111000', '101602.114000', '101602.117000', '101602.121000', '101602.129000', '101602.132000', '101602.135000', '101602.138000', '101602.140000', '101602.143000', '101602.146000', '101622.017000', '101622.020000', '101622.023000', '101622.026000', '101622.029000', '101622.033000', '101622.036000', '101622.039000', '101622.042000', '101622.045000', '101622.048000', '101622.050000', '101622.053000', '101622.056000', '101622.059000', '101622.062000', '101622.065000', '101622.068000', '101622.071000', '101622.074000', '101622.077000', '101622.080000', '101622.083000', '101622.086000', '101622.089000', '101622.092000', '101622.095000', '101622.102000', '101622.105000', '101622.108000', '101622.111000', '101622.114000', '101622.116000', '101622.119000', '101622.122000', '101622.125000', '101622.128000', '101622.131000', '101622.134000', '101622.137000', '101622.140000', '101622.143000', '101622.146000', '101622.149000', '101642.025000', '101642.028000', '101642.031000', '101642.034000', '101642.037000', '101642.040000', '101642.043000', '101642.046000', '101642.049000', '101642.051000', '101642.054000', '101642.057000', '101642.060000', '101642.063000', '101642.066000', '101642.069000', '101642.072000', '101642.076000', '101642.079000', '101642.082000', '101642.085000', '101642.088000', '101642.091000', '101642.094000', '101642.097000', '101642.100000', '101642.102000', '101642.105000', '101642.108000', '101642.111000', '101642.114000', '101642.117000', '101642.120000', '101642.123000', '101642.126000', '101642.129000', '101642.132000', '101642.135000', '101642.139000', '101642.144000', '101642.147000', '101642.150000', '101642.153000', '101702.018000', '101702.021000', '101702.024000', '101702.027000', '101702.030000', '101702.033000', '101702.036000', '101702.039000', '101702.042000', '101702.045000', '101702.048000', '101702.051000', '101702.054000', '101702.057000', '101702.060000', '101702.063000', '101702.066000', '101702.069000', '101702.072000', '101702.075000', '101702.077000', '101702.080000', '101702.083000', '101702.086000', '101702.089000', '101702.092000', '101702.095000', '101702.098000', '101702.101000', '101702.104000', '101702.107000', '101702.109000', '101702.112000', '101702.115000', '101702.118000', '101702.121000', '101702.129000', '101702.132000', '101702.135000', '101702.138000', '101702.141000', '101702.144000', '101702.146000', '101702.149000', '101722.018000', '101722.021000', '101722.024000', '101722.027000', '101722.030000', '101722.032000', '101722.035000', '101722.038000', '101722.041000', '101722.044000', '101722.047000', '101722.050000', '101722.053000', '101722.056000', '101722.059000', '101722.062000', '101722.065000', '101722.068000', '101722.070000', '101722.073000', '101722.076000', '101722.079000', '101722.082000', '101722.085000', '101722.088000', '101722.091000', '101722.094000', '101722.097000', '101722.099000', '101722.102000', '101722.105000', '101722.108000', '101722.111000', '101722.114000', '101722.117000', '101722.120000', '101722.123000', '101722.125000', '101722.128000', '101722.131000', '101722.134000', '101722.137000', '101722.140000', '101742.018000', '101742.021000', '101742.024000', '101742.027000', '101742.038000', '101742.041000', '101742.044000', '101742.047000', '101742.050000', '101742.053000', '101742.056000', '101742.059000', '101742.062000', '101742.065000', '101742.067000', '101742.070000', '101742.073000', '101742.076000', '101742.079000', '101742.082000', '101742.085000', '101742.088000', '101742.091000', '101742.094000', '101742.097000', '101742.100000', '101742.102000', '101742.105000', '101742.108000', '101742.111000', '101742.114000', '101742.117000', '101742.120000', '101742.123000', '101742.126000', '101742.129000', '101742.132000', '101742.136000', '101742.139000', '101742.142000', '101742.145000', '101742.148000', '101742.151000', '101742.154000', '101802.018000', '101802.021000', '101802.024000', '101802.027000', '101802.030000', '101802.033000', '101802.036000', '101802.038000', '101802.041000', '101802.044000', '101802.047000', '101802.050000', '101802.053000', '101802.056000', '101802.059000', '101802.062000', '101802.065000', '101802.068000', '101802.071000', '101802.074000', '101802.077000', '101802.079000', '101802.082000', '101802.085000', '101802.088000', '101802.107000', '101802.110000', '101802.114000', '101802.117000', '101802.120000', '101802.123000', '101802.126000', '101802.129000', '101802.131000', '101802.134000', '101802.137000', '101802.140000', '101802.143000', '101802.146000', '101802.149000', '101802.152000', '101802.155000', '101802.158000', '101822.018000', '101822.021000', '101822.024000', '101822.027000', '101822.030000', '101822.032000', '101822.035000', '101822.038000', '101822.041000', '101822.044000', '101822.047000', '101822.050000', '101822.053000', '101822.056000', '101822.059000', '101822.062000', '101822.065000', '101822.067000', '101822.070000', '101822.073000', '101822.076000', '101822.079000', '101822.082000', '101822.085000', '101822.088000', '101822.091000', '101822.093000', '101822.096000', '101822.099000', '101822.102000', '101822.105000', '101822.112000', '101822.115000', '101822.117000', '101822.120000', '101822.123000', '101822.126000', '101822.129000', '101822.132000', '101822.135000', '101822.138000', '101822.141000', '101822.144000', '101822.147000', '101842.018000', '101842.021000', '101842.024000', '101842.027000', '101842.030000', '101842.033000', '101842.036000', '101842.039000', '101842.041000', '101842.045000', '101842.047000', '101842.050000', '101842.053000', '101842.066000', '101842.069000', '101842.072000', '101842.075000', '101842.078000', '101842.081000', '101842.084000', '101842.087000', '101842.090000', '101842.093000', '101842.096000', '101842.099000', '101842.102000', '101842.104000', '101842.107000', '101842.110000', '101842.113000', '101842.116000', '101842.119000', '101842.122000', '101842.125000', '101842.128000', '101842.131000', '101842.133000', '101842.137000', '101842.139000', '101842.142000', '101842.145000', '101842.148000', '101842.153000', '101842.578000'], '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': [10516, 9683, 9067, 8755, 9317, 8646, 10041, 8888, 8630, 9482, 8621, 11092, 10440, 9402, 8299, 8975, 8488, 10017, 9499, 8568, 8729, 8713, 8601, 9997, 9254, 8824, 8530, 8517, 8892, 9100, 9143, 10230, 10088, 8351, 8951, 8581, 8823, 8753, 8887, 9461, 8769, 8423, 8678, 9192, 8916, 10729, 10244, 10888, 8543, 10563, 8613, 11625, 9359, 12138, 9325, 12440, 8660, 10169, 8672, 10000, 8395, 10701, 8874, 8909, 8748, 9088, 9007, 9199, 8557, 9854, 8773, 8766, 8726, 9186, 10400, 8585, 9397, 8392, 8815, 10426, 8866, 10721, 9113, 10948, 8718, 10031, 8817, 10794, 8703, 10453, 8864, 9440, 8533, 9969, 8524, 10442, 8459, 9733, 8498, 9456, 8594, 9568, 9764, 8759, 9978, 9037, 10158, 8922, 10561, 8853, 10998, 8888, 10216, 8748, 9055, 8390, 9776, 10283, 11063, 9464, 9713, 8747, 9258, 8231, 8563, 8528, 8726, 9225, 8941, 8855, 9831, 8412, 9185, 10632, 9893, 8505, 8897, 9138, 8397, 10361, 8431, 12041, 9316, 11163, 8510, 9754, 8740, 9183, 8761, 10264, 8834, 8688, 8757, 8687, 9098, 8482, 10071, 8767, 9800, 9212, 10572, 8903, 12061, 9515, 10538, 9111, 9628, 9112, 10655, 8465, 10477, 8420, 10039, 8406, 9397, 8858, 8950, 11084, 10731, 10202, 8848, 10779, 8526, 10858, 8339, 11135, 8625, 9561, 8613, 8825, 8727, 9222, 10011, 8461, 9486, 9135, 10065, 8981, 10375, 8848, 10271, 8932, 10203, 8943, 10712, 8876, 9298, 8835, 8674, 10960, 9038, 11665, 9937, 10720, 8894, 10110, 8892, 9977, 8832, 11042, 8847, 9591, 8839, 8929, 9250, 8756, 10743, 8950, 10735, 8883, 10343, 8927, 10950, 8619, 9097, 8727, 8757, 9529, 9307, 9895, 9077, 10162, 9159, 10666, 8816, 10468, 8744, 10285, 8890, 9507, 9054, 10168, 8858, 8958, 8694, 8880, 8895, 8976, 10547, 10566, 10782, 9022, 10702, 9242, 11221, 9152, 10043, 8954, 9924, 8378, 10324, 8608, 10251, 8795, 9509, 9007, 8961, 8654, 9197, 8981, 8868, 9157, 9148, 10142, 9634, 10817, 9078, 10358, 8756, 10847, 8974, 10538, 9240, 10151, 8845, 10499, 8578, 10049, 8442, 9266, 9043, 9959, 8807, 8959, 9048, 8751, 8903, 9638, 9214, 8700, 9130, 9042, 9522, 8926, 10640, 9706, 10503, 8721, 10679, 9104, 11048, 8976, 10449, 9166, 9983, 8707, 11007, 8993, 10744, 9091, 10538, 9116, 11119, 9151, 10505, 8824, 9893, 9077, 11014, 8700, 10782, 8602, 10244, 8686, 10912, 8789, 11122, 8562, 9005, 8736, 9687, 8605, 9342, 8806, 8968, 8993, 9197, 8814, 9116, 8624, 8856, 8555, 9601, 8616, 10674, 8878, 10386, 8496, 10479, 8669, 11422, 8711, 10311, 8832, 9543, 8648, 10770, 8735, 9165, 9049, 9087, 9051, 8871, 9462, 8721, 8785, 8573, 8956, 9042, 10059, 9519, 8977, 8779, 9736, 9053, 10211, 10079, 9127, 9170, 10641, 9222, 10932, 9518, 10036, 9148, 10213, 9336, 10772, 9504, 10027, 9396, 10457, 9177, 11295, 8839, 10851, 8959, 10262, 8517, 10145, 8952, 10773, 8757, 10894, 8834, 9304, 8864, 9410, 8763, 10481, 9140, 9596, 9053, 9582, 9118, 10930, 8610, 10493, 8812, 9073, 8885, 8946, 10204, 9744, 10396, 9330, 9047, 8956, 9924, 9369, 10290, 9286, 8585, 8915, 8573, 9009, 9100, 8923, 9822, 9650, 9262, 8897, 8368, 9066, 9112, 9389, 10904, 9835, 9008, 8648, 8963, 9209, 9370, 8966, 10914, 9435, 8786, 9113, 8957, 9183, 10389, 9229, 10203, 8974, 10441, 9299, 10574, 9207, 11542, 8907, 11072, 9696, 8446, 8526, 8805, 8896, 8912, 9284, 9709, 8624, 10311, 9014, 11203, 8954, 10583, 8910, 10232, 8965, 10541, 8436, 9336, 8511, 8831, 10465, 8916, 10408, 8937, 11585, 9134, 10372, 8555, 10486, 8563, 11472, 8642, 9458, 8707, 9146, 8903, 8865, 8414, 8898, 9061, 8530, 10501, 9975, 10347, 8731, 10395, 8983, 10309, 8756, 11029, 8897, 10071, 8873, 9763, 8740, 9264, 8666, 9212, 8550, 8952, 9255, 8968, 10743, 9358, 10009, 9144, 10503, 9271, 10163, 9288, 10395, 8723, 9964, 8862, 11096, 8999, 10709, 8607, 10322, 8216, 9995, 8590, 9839, 8799, 9443, 8406, 8748, 8671, 8691, 8863, 9283, 8528, 9321, 8682, 9107, 8930, 9072, 8780, 10631, 8949, 9741, 9073, 10041, 8814, 10241, 8864, 10482, 9490, 9797, 9026, 9424, 8801, 10284, 9067, 10067, 9527, 8848, 8618, 8762, 8766, 8472, 9157, 8725, 10794, 8975, 9654, 8715, 8887, 8792, 8953, 10012, 8817, 9951, 8594, 10499, 8630, 10392, 8658, 8858, 10398, 8760, 12294, 10138, 9780, 8741, 8918, 9253, 8939, 10163, 8706, 12059, 9979, 10674, 8926, 10560, 8840, 11110, 9081, 10763, 8908, 10746, 9102, 9505, 9141, 9955, 8649, 10609, 8981, 10698, 8614, 9396, 8422, 9331, 10291, 9772, 8985, 8909, 10770, 8789, 10934, 8773, 10629, 8735, 11044, 8605, 9341, 8859, 8924, 8655, 8786, 8881, 8936, 9856, 8755, 8597, 8891, 9168, 8939, 9923, 9520, 8870, 8927, 8729, 9147, 9370, 8709, 10522, 9921, 8509, 8742, 8675, 9190, 9421, 8936, 10077, 9287, 8663, 8694, 8891, 8663, 10173, 9213, 12110, 10113, 10271, 9063, 10643, 9034, 11058, 8936, 11343, 8778, 10619, 8641, 8746, 9101, 8673, 8966, 8789, 10313, 8792, 9316, 8651, 9399, 9309, 9624, 10104, 9722, 10877, 10054, 9160, 9069, 9984, 8783, 11325, 10230, 10018, 9052, 8586, 9390, 10126, 9030, 10904, 8980, 12094, 9919, 10768, 9279, 10298, 9232, 10924, 9323, 11601, 9389, 10469, 8623, 10333, 9161, 10848, 8865, 11323, 8649, 10575, 8771, 10776, 8964, 11122, 8567, 11084, 8858, 10673, 9180, 10881, 8943, 10909, 8697, 11359, 8370, 10408, 8947, 9796, 8713, 10807, 8658, 10038, 8650, 8873, 9248, 9187, 8769, 9320, 8937, 10425, 8467, 9302, 9017, 9866, 8794, 10680, 8624, 10589, 8824, 9258, 8574, 9132, 9225, 9719, 9193, 9241, 8639, 8792, 8983, 8680, 10134, 9063, 8586, 8758, 9241, 8980, 9181, 9089, 10405, 9575, 9058, 9309, 9977, 9089, 11291, 8978, 12219, 9766, 11318, 8502, 10773, 8937, 10635, 8875, 11339, 8995, 10464, 8766, 9841, 8678, 10708, 8723, 9793, 8736, 9207, 8972, 9244, 8784, 9121, 9722, 8687, 10656, 9941, 8903, 8822, 8445, 8960, 9889, 9034, 10986, 9288, 10904, 9223, 11521, 8785, 10301, 8737, 10970, 9179, 10851, 8959, 11250, 9032, 10526, 8845, 10057, 9221, 10367, 8683, 10454, 8858, 10767, 8777, 9391, 8675, 9923, 8474, 9705, 8818, 8995, 8944, 10116, 8648, 10995, 9086, 10797, 8881, 10892], 'WindowCenter': [4826.0, 4801.0, 4773.0, 4764.0, 4761.0, 4764.0, 4767.0, 4759.0, 4751.0, 4771.0, 4761.0, 4791.0, 4779.0, 4760.0, 4750.0, 4750.0, 4750.0, 4770.0, 4770.0, 4749.0, 4750.0, 4750.0, 4751.0, 4768.0, 4759.0, 4759.0, 4750.0, 4748.0, 4759.0, 4747.0, 4759.0, 4769.0, 4779.0, 4738.0, 4759.0, 4749.0, 4761.0, 4751.0, 4761.0, 4770.0, 4751.0, 4750.0, 4751.0, 4760.0, 4764.0, 4780.0, 4779.0, 4778.0, 4749.0, 4767.0, 4735.0, 4776.0, 4747.0, 4786.0, 4747.0, 4785.0, 4735.0, 4753.0, 4732.0, 4752.0, 4735.0, 4764.0, 4747.0, 4745.0, 4736.0, 4745.0, 4756.0, 4760.0, 4749.0, 4768.0, 4749.0, 4750.0, 4751.0, 4760.0, 4781.0, 4749.0, 4760.0, 4739.0, 4749.0, 4764.0, 4748.0, 4766.0, 4746.0, 4765.0, 4747.0, 4767.0, 4748.0, 4766.0, 4747.0, 4766.0, 4748.0, 4757.0, 4749.0, 4770.0, 4747.0, 4778.0, 4749.0, 4758.0, 4749.0, 4759.0, 4749.0, 4757.0, 4757.0, 4747.0, 4756.0, 4744.0, 4755.0, 4747.0, 4765.0, 4746.0, 4777.0, 4744.0, 4755.0, 4737.0, 4745.0, 4734.0, 4767.0, 4765.0, 4777.0, 4758.0, 4755.0, 4748.0, 4756.0, 4737.0, 4736.0, 4731.0, 4735.0, 4743.0, 4747.0, 4747.0, 4758.0, 4736.0, 4746.0, 4754.0, 4745.0, 4723.0, 4733.0, 4731.0, 4722.0, 4741.0, 4723.0, 4770.0, 4733.0, 4761.0, 4723.0, 4739.0, 4720.0, 4730.0, 4722.0, 4753.0, 4731.0, 4734.0, 4732.0, 4734.0, 4732.0, 4736.0, 4753.0, 4734.0, 4755.0, 4757.0, 4763.0, 4747.0, 4784.0, 4755.0, 4763.0, 4744.0, 4755.0, 4747.0, 4765.0, 4739.0, 4768.0, 4737.0, 4767.0, 4737.0, 4746.0, 4736.0, 4746.0, 4764.0, 4764.0, 4752.0, 4733.0, 4762.0, 4732.0, 4762.0, 4723.0, 4764.0, 4732.0, 4743.0, 4733.0, 4734.0, 4733.0, 4754.0, 4755.0, 4734.0, 4755.0, 4756.0, 4755.0, 4758.0, 4778.0, 4758.0, 4767.0, 4756.0, 4766.0, 4746.0, 4778.0, 4745.0, 4757.0, 4746.0, 4747.0, 4765.0, 4748.0, 4776.0, 4765.0, 4765.0, 4747.0, 4764.0, 4745.0, 4765.0, 4748.0, 4775.0, 4747.0, 4756.0, 4744.0, 4747.0, 4745.0, 4745.0, 4774.0, 4746.0, 4764.0, 4745.0, 4764.0, 4744.0, 4775.0, 4735.0, 4744.0, 4735.0, 4733.0, 4744.0, 4755.0, 4754.0, 4747.0, 4764.0, 4756.0, 4764.0, 4746.0, 4777.0, 4745.0, 4765.0, 4745.0, 4754.0, 4745.0, 4768.0, 4748.0, 4756.0, 4746.0, 4747.0, 4744.0, 4747.0, 4765.0, 4766.0, 4776.0, 4747.0, 4765.0, 4756.0, 4776.0, 4757.0, 4765.0, 4756.0, 4767.0, 4739.0, 4769.0, 4747.0, 4769.0, 4748.0, 4758.0, 4747.0, 4759.0, 4747.0, 4759.0, 4745.0, 4755.0, 4756.0, 4758.0, 4765.0, 4758.0, 4777.0, 4748.0, 4766.0, 4745.0, 4767.0, 4747.0, 4765.0, 4757.0, 4766.0, 4747.0, 4778.0, 4745.0, 4767.0, 4736.0, 4758.0, 4756.0, 4768.0, 4758.0, 4757.0, 4755.0, 4749.0, 4759.0, 4769.0, 4758.0, 4749.0, 4759.0, 4758.0, 4759.0, 4757.0, 4778.0, 4770.0, 4767.0, 4748.0, 4765.0, 4745.0, 4774.0, 4746.0, 4764.0, 4746.0, 4753.0, 4747.0, 4775.0, 4746.0, 4775.0, 4757.0, 4767.0, 4759.0, 4787.0, 4757.0, 4776.0, 4760.0, 4766.0, 4757.0, 4776.0, 4746.0, 4777.0, 4747.0, 4766.0, 4748.0, 4776.0, 4738.0, 4776.0, 4738.0, 4744.0, 4736.0, 4756.0, 4736.0, 4745.0, 4744.0, 4747.0, 4746.0, 4756.0, 4747.0, 4747.0, 4748.0, 4758.0, 4750.0, 4768.0, 4749.0, 4776.0, 4758.0, 4769.0, 4750.0, 4767.0, 4747.0, 4779.0, 4736.0, 4763.0, 4744.0, 4755.0, 4736.0, 4763.0, 4735.0, 4746.0, 4734.0, 4744.0, 4734.0, 4746.0, 4744.0, 4735.0, 4733.0, 4735.0, 4744.0, 4745.0, 4757.0, 4756.0, 4745.0, 4746.0, 4754.0, 4749.0, 4766.0, 4755.0, 4746.0, 4756.0, 4764.0, 4758.0, 4778.0, 4759.0, 4765.0, 4759.0, 4766.0, 4759.0, 4775.0, 4769.0, 4768.0, 4760.0, 4778.0, 4757.0, 4776.0, 4760.0, 4778.0, 4759.0, 4766.0, 4746.0, 4766.0, 4747.0, 4778.0, 4749.0, 4766.0, 4746.0, 4745.0, 4744.0, 4757.0, 4748.0, 4776.0, 4757.0, 4757.0, 4756.0, 4768.0, 4758.0, 4788.0, 4749.0, 4778.0, 4746.0, 4749.0, 4746.0, 4748.0, 4753.0, 4769.0, 4766.0, 4756.0, 4744.0, 4744.0, 4754.0, 4756.0, 4765.0, 4754.0, 4734.0, 4744.0, 4745.0, 4746.0, 4746.0, 4757.0, 4768.0, 4766.0, 4755.0, 4745.0, 4733.0, 4743.0, 4744.0, 4756.0, 4764.0, 4758.0, 4745.0, 4734.0, 4743.0, 4744.0, 4743.0, 4745.0, 4764.0, 4746.0, 4732.0, 4745.0, 4743.0, 4754.0, 4765.0, 4755.0, 4763.0, 4744.0, 4760.0, 4756.0, 4765.0, 4757.0, 4786.0, 4757.0, 4799.0, 4779.0, 4748.0, 4758.0, 4755.0, 4759.0, 4746.0, 4758.0, 4756.0, 4748.0, 4778.0, 4760.0, 4777.0, 4757.0, 4767.0, 4742.0, 4754.0, 4734.0, 4753.0, 4723.0, 4732.0, 4721.0, 4732.0, 4749.0, 4732.0, 4749.0, 4731.0, 4760.0, 4743.0, 4750.0, 4722.0, 4748.0, 4731.0, 4770.0, 4734.0, 4743.0, 4732.0, 4743.0, 4744.0, 4745.0, 4735.0, 4753.0, 4746.0, 4747.0, 4766.0, 4766.0, 4767.0, 4749.0, 4765.0, 4747.0, 4764.0, 4748.0, 4776.0, 4748.0, 4755.0, 4744.0, 4757.0, 4734.0, 4757.0, 4736.0, 4743.0, 4734.0, 4745.0, 4746.0, 4746.0, 4773.0, 4756.0, 4765.0, 4756.0, 4766.0, 4756.0, 4767.0, 4758.0, 4768.0, 4749.0, 4767.0, 4760.0, 4776.0, 4761.0, 4779.0, 4748.0, 4767.0, 4737.0, 4755.0, 4736.0, 4756.0, 4735.0, 4755.0, 4736.0, 4744.0, 4745.0, 4746.0, 4746.0, 4757.0, 4748.0, 4757.0, 4750.0, 4757.0, 4757.0, 4760.0, 4748.0, 4778.0, 4759.0, 4769.0, 4759.0, 4781.0, 4771.0, 4780.0, 4761.0, 4781.0, 4770.0, 4770.0, 4759.0, 4758.0, 4747.0, 4766.0, 4748.0, 4765.0, 4756.0, 4747.0, 4749.0, 4749.0, 4747.0, 4736.0, 4757.0, 4748.0, 4778.0, 4759.0, 4768.0, 4760.0, 4768.0, 4761.0, 4772.0, 4795.0, 4771.0, 4782.0, 4763.0, 4783.0, 4759.0, 4778.0, 4760.0, 4758.0, 4779.0, 4761.0, 4799.0, 4769.0, 4768.0, 4737.0, 4745.0, 4744.0, 4742.0, 4754.0, 4735.0, 4785.0, 4755.0, 4764.0, 4743.0, 4761.0, 4743.0, 4764.0, 4731.0, 4764.0, 4745.0, 4775.0, 4747.0, 4753.0, 4757.0, 4766.0, 4745.0, 4777.0, 4758.0, 4778.0, 4748.0, 4759.0, 4737.0, 4757.0, 4767.0, 4768.0, 4746.0, 4747.0, 4765.0, 4747.0, 4763.0, 4734.0, 4763.0, 4745.0, 4778.0, 4746.0, 4756.0, 4743.0, 4746.0, 4735.0, 4746.0, 4746.0, 4757.0, 4768.0, 4747.0, 4746.0, 4748.0, 4744.0, 4746.0, 4766.0, 4769.0, 4748.0, 4748.0, 4745.0, 4756.0, 4754.0, 4751.0, 4766.0, 4766.0, 4747.0, 4747.0, 4746.0, 4757.0, 4758.0, 4758.0, 4766.0, 4757.0, 4748.0, 4759.0, 4746.0, 4747.0, 4765.0, 4759.0, 4786.0, 4766.0, 4755.0, 4746.0, 4763.0, 4744.0, 4776.0, 4747.0, 4777.0, 4748.0, 4777.0, 4748.0, 4748.0, 4759.0, 4749.0, 4761.0, 4761.0, 4782.0, 4762.0, 4769.0, 4749.0, 4760.0, 4758.0, 4759.0, 4767.0, 4758.0, 4777.0, 4756.0, 4745.0, 4747.0, 4752.0, 4736.0, 4775.0, 4766.0, 4756.0, 4746.0, 4735.0, 4755.0, 4765.0, 4747.0, 4764.0, 4746.0, 4785.0, 4757.0, 4762.0, 4745.0, 4753.0, 4745.0, 4764.0, 4756.0, 4774.0, 4758.0, 4765.0, 4746.0, 4765.0, 4757.0, 4776.0, 4757.0, 4777.0, 4748.0, 4765.0, 4748.0, 4766.0, 4748.0, 4777.0, 4747.0, 4776.0, 4746.0, 4765.0, 4756.0, 4776.0, 4746.0, 4777.0, 4748.0, 4776.0, 4737.0, 4768.0, 4743.0, 4755.0, 4735.0, 4766.0, 4736.0, 4755.0, 4736.0, 4746.0, 4756.0, 4757.0, 4745.0, 4758.0, 4760.0, 4778.0, 4749.0, 4758.0, 4757.0, 4767.0, 4746.0, 4778.0, 4748.0, 4776.0, 4746.0, 4756.0, 4735.0, 4757.0, 4746.0, 4757.0, 4744.0, 4744.0, 4735.0, 4735.0, 4744.0, 4748.0, 4766.0, 4747.0, 4745.0, 4748.0, 4757.0, 4748.0, 4756.0, 4749.0, 4769.0, 4757.0, 4746.0, 4754.0, 4755.0, 4747.0, 4764.0, 4748.0, 4784.0, 4755.0, 4764.0, 4736.0, 4763.0, 4744.0, 4764.0, 4745.0, 4774.0, 4744.0, 4767.0, 4745.0, 4765.0, 4746.0, 4776.0, 4746.0, 4765.0, 4747.0, 4757.0, 4747.0, 4758.0, 4748.0, 4758.0, 4755.0, 4747.0, 4767.0, 4756.0, 4745.0, 4747.0, 4736.0, 4746.0, 4754.0, 4748.0, 4774.0, 4758.0, 4779.0, 4758.0, 4788.0, 4749.0, 4766.0, 4748.0, 4765.0, 4756.0, 4774.0, 4747.0, 4775.0, 4747.0, 4765.0, 4746.0, 4755.0, 4754.0, 4766.0, 4746.0, 4775.0, 4746.0, 4778.0, 4745.0, 4756.0, 4745.0, 4769.0, 4750.0, 4767.0, 4757.0, 4759.0, 4758.0, 4765.0, 4762.0, 4790.0, 4762.0, 4779.0, 4759.0, 4780.0], 'WindowWidth': [10543.0, 10498.0, 10447.0, 10431.0, 10420.0, 10427.0, 10422.0, 10415.0, 10405.0, 10433.0, 10422.0, 10460.0, 10442.0, 10417.0, 10402.0, 10400.0, 10403.0, 10429.0, 10429.0, 10399.0, 10401.0, 10401.0, 10404.0, 10424.0, 10413.0, 10412.0, 10402.0, 10397.0, 10412.0, 10393.0, 10412.0, 10425.0, 10440.0, 10384.0, 10413.0, 10400.0, 10416.0, 10403.0, 10420.0, 10429.0, 10404.0, 10401.0, 10405.0, 10415.0, 10427.0, 10443.0, 10441.0, 10436.0, 10397.0, 10418.0, 10375.0, 10428.0, 10393.0, 10443.0, 10392.0, 10440.0, 10372.0, 10394.0, 10364.0, 10392.0, 10374.0, 10413.0, 10392.0, 10389.0, 10377.0, 10390.0, 10407.0, 10415.0, 10398.0, 10423.0, 10399.0, 10402.0, 10405.0, 10418.0, 10447.0, 10401.0, 10414.0, 10384.0, 10396.0, 10412.0, 10394.0, 10416.0, 10389.0, 10412.0, 10392.0, 10422.0, 10394.0, 10416.0, 10394.0, 10417.0, 10395.0, 10407.0, 10401.0, 10429.0, 10395.0, 10438.0, 10399.0, 10411.0, 10398.0, 10412.0, 10399.0, 10410.0, 10407.0, 10392.0, 10402.0, 10386.0, 10401.0, 10392.0, 10415.0, 10390.0, 10435.0, 10388.0, 10402.0, 10379.0, 10386.0, 10372.0, 10420.0, 10417.0, 10438.0, 10409.0, 10403.0, 10395.0, 10405.0, 10376.0, 10372.0, 10361.0, 10372.0, 10383.0, 10394.0, 10392.0, 10409.0, 10376.0, 10391.0, 10397.0, 10383.0, 10352.0, 10365.0, 10359.0, 10351.0, 10373.0, 10351.0, 10413.0, 10367.0, 10403.0, 10352.0, 10371.0, 10345.0, 10359.0, 10348.0, 10395.0, 10364.0, 10370.0, 10366.0, 10370.0, 10366.0, 10377.0, 10397.0, 10373.0, 10401.0, 10409.0, 10410.0, 10394.0, 10441.0, 10402.0, 10410.0, 10386.0, 10402.0, 10393.0, 10418.0, 10385.0, 10424.0, 10382.0, 10421.0, 10379.0, 10390.0, 10374.0, 10389.0, 10412.0, 10411.0, 10392.0, 10368.0, 10406.0, 10366.0, 10407.0, 10354.0, 10412.0, 10367.0, 10381.0, 10367.0, 10370.0, 10368.0, 10401.0, 10401.0, 10373.0, 10403.0, 10405.0, 10404.0, 10413.0, 10438.0, 10412.0, 10421.0, 10406.0, 10419.0, 10392.0, 10440.0, 10391.0, 10408.0, 10391.0, 10393.0, 10414.0, 10396.0, 10433.0, 10418.0, 10417.0, 10395.0, 10415.0, 10389.0, 10416.0, 10395.0, 10432.0, 10395.0, 10408.0, 10389.0, 10395.0, 10389.0, 10391.0, 10427.0, 10390.0, 10412.0, 10389.0, 10413.0, 10386.0, 10431.0, 10376.0, 10386.0, 10376.0, 10372.0, 10387.0, 10402.0, 10400.0, 10394.0, 10415.0, 10405.0, 10415.0, 10392.0, 10438.0, 10390.0, 10416.0, 10389.0, 10401.0, 10390.0, 10425.0, 10397.0, 10407.0, 10393.0, 10395.0, 10387.0, 10396.0, 10417.0, 10420.0, 10432.0, 10393.0, 10416.0, 10407.0, 10435.0, 10410.0, 10417.0, 10408.0, 10422.0, 10387.0, 10427.0, 10394.0, 10426.0, 10397.0, 10411.0, 10395.0, 10414.0, 10395.0, 10415.0, 10391.0, 10406.0, 10406.0, 10413.0, 10419.0, 10412.0, 10435.0, 10396.0, 10418.0, 10390.0, 10420.0, 10395.0, 10416.0, 10408.0, 10419.0, 10393.0, 10438.0, 10391.0, 10421.0, 10379.0, 10409.0, 10407.0, 10427.0, 10412.0, 10409.0, 10407.0, 10401.0, 10415.0, 10432.0, 10413.0, 10403.0, 10415.0, 10412.0, 10412.0, 10411.0, 10439.0, 10428.0, 10420.0, 10395.0, 10416.0, 10390.0, 10428.0, 10392.0, 10413.0, 10390.0, 10397.0, 10395.0, 10430.0, 10395.0, 10432.0, 10410.0, 10420.0, 10414.0, 10449.0, 10409.0, 10433.0, 10416.0, 10421.0, 10411.0, 10436.0, 10396.0, 10435.0, 10395.0, 10420.0, 10397.0, 10433.0, 10382.0, 10430.0, 10382.0, 10386.0, 10376.0, 10407.0, 10379.0, 10390.0, 10389.0, 10393.0, 10390.0, 10406.0, 10394.0, 10393.0, 10397.0, 10411.0, 10403.0, 10427.0, 10400.0, 10437.0, 10412.0, 10427.0, 10401.0, 10423.0, 10396.0, 10439.0, 10379.0, 10411.0, 10386.0, 10402.0, 10377.0, 10413.0, 10374.0, 10389.0, 10372.0, 10384.0, 10371.0, 10391.0, 10384.0, 10373.0, 10369.0, 10375.0, 10386.0, 10391.0, 10407.0, 10405.0, 10391.0, 10392.0, 10401.0, 10400.0, 10418.0, 10404.0, 10392.0, 10408.0, 10414.0, 10413.0, 10436.0, 10412.0, 10419.0, 10413.0, 10419.0, 10415.0, 10434.0, 10429.0, 10427.0, 10416.0, 10438.0, 10411.0, 10435.0, 10416.0, 10438.0, 10413.0, 10419.0, 10394.0, 10421.0, 10395.0, 10438.0, 10399.0, 10420.0, 10391.0, 10389.0, 10387.0, 10408.0, 10396.0, 10435.0, 10410.0, 10410.0, 10410.0, 10425.0, 10415.0, 10455.0, 10403.0, 10438.0, 10394.0, 10399.0, 10392.0, 10395.0, 10399.0, 10429.0, 10421.0, 10406.0, 10388.0, 10387.0, 10400.0, 10406.0, 10414.0, 10401.0, 10373.0, 10388.0, 10388.0, 10393.0, 10392.0, 10411.0, 10426.0, 10423.0, 10405.0, 10392.0, 10372.0, 10387.0, 10386.0, 10407.0, 10415.0, 10410.0, 10388.0, 10373.0, 10383.0, 10384.0, 10381.0, 10390.0, 10413.0, 10391.0, 10370.0, 10387.0, 10384.0, 10403.0, 10416.0, 10402.0, 10411.0, 10386.0, 10403.0, 10405.0, 10416.0, 10409.0, 10448.0, 10410.0, 10473.0, 10446.0, 10401.0, 10413.0, 10407.0, 10415.0, 10393.0, 10411.0, 10406.0, 10400.0, 10438.0, 10418.0, 10437.0, 10410.0, 10421.0, 10381.0, 10397.0, 10368.0, 10397.0, 10353.0, 10364.0, 10348.0, 10365.0, 10385.0, 10364.0, 10385.0, 10362.0, 10399.0, 10381.0, 10387.0, 10350.0, 10384.0, 10364.0, 10416.0, 10371.0, 10383.0, 10368.0, 10384.0, 10386.0, 10389.0, 10375.0, 10401.0, 10391.0, 10397.0, 10420.0, 10420.0, 10423.0, 10399.0, 10416.0, 10394.0, 10414.0, 10397.0, 10433.0, 10396.0, 10404.0, 10387.0, 10404.0, 10371.0, 10406.0, 10376.0, 10385.0, 10372.0, 10390.0, 10390.0, 10392.0, 10426.0, 10407.0, 10417.0, 10407.0, 10419.0, 10407.0, 10421.0, 10411.0, 10425.0, 10401.0, 10423.0, 10415.0, 10434.0, 10417.0, 10441.0, 10398.0, 10420.0, 10379.0, 10401.0, 10376.0, 10405.0, 10376.0, 10403.0, 10378.0, 10387.0, 10390.0, 10392.0, 10392.0, 10411.0, 10398.0, 10409.0, 10401.0, 10410.0, 10410.0, 10418.0, 10401.0, 10443.0, 10418.0, 10430.0, 10419.0, 10449.0, 10435.0, 10444.0, 10423.0, 10447.0, 10435.0, 10431.0, 10415.0, 10411.0, 10396.0, 10419.0, 10398.0, 10418.0, 10406.0, 10395.0, 10400.0, 10399.0, 10395.0, 10380.0, 10409.0, 10400.0, 10439.0, 10415.0, 10428.0, 10422.0, 10431.0, 10424.0, 10441.0, 10477.0, 10440.0, 10454.0, 10427.0, 10451.0, 10416.0, 10440.0, 10418.0, 10414.0, 10444.0, 10421.0, 10472.0, 10426.0, 10424.0, 10379.0, 10388.0, 10385.0, 10382.0, 10398.0, 10376.0, 10443.0, 10402.0, 10410.0, 10383.0, 10405.0, 10382.0, 10409.0, 10364.0, 10413.0, 10388.0, 10428.0, 10393.0, 10398.0, 10409.0, 10419.0, 10391.0, 10438.0, 10413.0, 10438.0, 10399.0, 10414.0, 10380.0, 10408.0, 10420.0, 10424.0, 10391.0, 10393.0, 10416.0, 10394.0, 10410.0, 10372.0, 10411.0, 10389.0, 10435.0, 10390.0, 10406.0, 10384.0, 10390.0, 10374.0, 10390.0, 10391.0, 10409.0, 10424.0, 10395.0, 10390.0, 10396.0, 10386.0, 10394.0, 10420.0, 10428.0, 10397.0, 10396.0, 10391.0, 10407.0, 10401.0, 10405.0, 10420.0, 10421.0, 10394.0, 10395.0, 10391.0, 10407.0, 10409.0, 10411.0, 10421.0, 10411.0, 10400.0, 10415.0, 10394.0, 10396.0, 10417.0, 10413.0, 10447.0, 10421.0, 10402.0, 10389.0, 10410.0, 10387.0, 10429.0, 10395.0, 10435.0, 10397.0, 10435.0, 10397.0, 10399.0, 10415.0, 10401.0, 10422.0, 10424.0, 10454.0, 10424.0, 10430.0, 10401.0, 10416.0, 10410.0, 10413.0, 10423.0, 10412.0, 10434.0, 10404.0, 10388.0, 10391.0, 10396.0, 10378.0, 10429.0, 10418.0, 10403.0, 10390.0, 10375.0, 10403.0, 10414.0, 10393.0, 10412.0, 10392.0, 10443.0, 10406.0, 10409.0, 10388.0, 10397.0, 10389.0, 10412.0, 10405.0, 10429.0, 10411.0, 10417.0, 10393.0, 10416.0, 10408.0, 10432.0, 10409.0, 10436.0, 10396.0, 10417.0, 10397.0, 10417.0, 10396.0, 10435.0, 10394.0, 10431.0, 10392.0, 10418.0, 10406.0, 10430.0, 10391.0, 10433.0, 10398.0, 10433.0, 10381.0, 10422.0, 10384.0, 10400.0, 10372.0, 10416.0, 10377.0, 10401.0, 10376.0, 10391.0, 10404.0, 10408.0, 10392.0, 10413.0, 10417.0, 10441.0, 10400.0, 10412.0, 10409.0, 10422.0, 10392.0, 10439.0, 10396.0, 10435.0, 10391.0, 10404.0, 10374.0, 10408.0, 10391.0, 10407.0, 10385.0, 10386.0, 10374.0, 10375.0, 10386.0, 10397.0, 10420.0, 10396.0, 10391.0, 10398.0, 10408.0, 10397.0, 10405.0, 10401.0, 10425.0, 10408.0, 10391.0, 10402.0, 10401.0, 10392.0, 10413.0, 10395.0, 10440.0, 10402.0, 10412.0, 10375.0, 10408.0, 10383.0, 10412.0, 10388.0, 10425.0, 10386.0, 10418.0, 10389.0, 10417.0, 10393.0, 10433.0, 10392.0, 10418.0, 10396.0, 10408.0, 10394.0, 10410.0, 10395.0, 10410.0, 10403.0, 10396.0, 10421.0, 10405.0, 10389.0, 10394.0, 10378.0, 10392.0, 10400.0, 10397.0, 10428.0, 10410.0, 10440.0, 10412.0, 10451.0, 10400.0, 10419.0, 10397.0, 10415.0, 10404.0, 10427.0, 10393.0, 10430.0, 10393.0, 10416.0, 10391.0, 10401.0, 10399.0, 10416.0, 10391.0, 10432.0, 10391.0, 10436.0, 10391.0, 10405.0, 10391.0, 10429.0, 10402.0, 10421.0, 10408.0, 10413.0, 10412.0, 10420.0, 10424.0, 10459.0, 10422.0, 10441.0, 10414.0, 10440.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.00030103183315038424</td></tr>
<tr><td colspan=3>aqi</td><td>0.015742022941822174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.97257692935164</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1998779015604402</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9833408064615377</td></tr>
<tr><td colspan=3>efc</td><td>0.475</td></tr>
<tr><td colspan=3>fber</td><td>7104.8271</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07051715602410072</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43907793633369924</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.443792645568151</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4080007607706064</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.681906845149267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.24147033078458</td></tr>
<tr><td colspan=3>gcor</td><td>0.00781103</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0047907098196446896</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03293096646666527</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.695891436117319</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>18.9925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0736</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.4932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298056.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.1782</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0409</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.6163</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3932.8728</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1127.461</td></tr>
<tr><td colspan=3>tsnr</td><td>43.947272865334526</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>