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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0023/ses-02/func/sub-0023_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8221d575b4fc909b6e2ed694ce1c111d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:55:39.697500</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.999012, -0.00138764, 0.0444238, 0.00854386, 0.986867, -0.16131]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10971</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7739, -7228, 561, -33, -105, -102, 44]</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>277.896</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c4f2fa4-710a-4b22-af7f-807dbeb33407||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.6802756786346436, 0.02292255498468876, 0.11776459217071533, 108.13614654541016], [0.003722935914993286, 2.647691488265991, -0.4361315369606018, -83.52799987792969], [0.11918576061725616, 0.4327830672264099, 2.6619391441345215, -81.12798309326172], [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': ['125539.697500', '125540.157500', '125540.617500', '125541.077500', '125541.537500', '125541.997500', '125542.457500', '125542.917500', '125543.377500', '125543.837500', '125544.297500', '125544.757500', '125545.217500', '125545.677500', '125546.137500', '125546.597500', '125547.057500', '125547.517500', '125547.977500', '125548.437500', '125548.897500', '125549.357500', '125549.817500', '125550.277500', '125550.737500', '125551.197500', '125551.657500', '125552.117500', '125552.577500', '125553.037500', '125553.497500', '125553.957500', '125554.417500', '125554.877500', '125555.337500', '125555.797500', '125556.257500', '125556.717500', '125557.177500', '125557.637500', '125558.097500', '125558.557500', '125559.017500', '125559.477500', '125559.937500', '125600.397500', '125600.857500', '125601.317500', '125601.777500', '125602.237500', '125602.697500', '125603.157500', '125603.617500', '125604.077500', '125604.537500', '125604.997500', '125605.457500', '125605.917500', '125606.377500', '125606.837500', '125607.297500', '125607.757500', '125608.217500', '125608.677500', '125609.137500', '125609.597500', '125610.057500', '125610.517500', '125610.977500', '125611.437500', '125611.897500', '125612.357500', '125612.817500', '125613.277500', '125613.737500', '125614.197500', '125614.657500', '125615.117500', '125615.577500', '125616.037500', '125616.497500', '125616.957500', '125617.417500', '125617.877500', '125618.337500', '125618.797500', '125619.257500', '125619.717500', '125620.177500', '125620.637500', '125621.097500', '125621.557500', '125622.017500', '125622.477500', '125622.937500', '125623.397500', '125623.857500', '125624.317500', '125624.777500', '125625.237500', '125625.697500', '125626.157500', '125626.617500', '125627.077500', '125627.537500', '125627.997500', '125628.457500', '125628.917500', '125629.377500', '125629.837500', '125630.297500', '125630.757500', '125631.217500', '125631.677500', '125632.137500', '125632.597500', '125633.057500', '125633.517500', '125633.977500', '125634.437500', '125634.897500', '125635.357500', '125635.817500', '125636.277500', '125636.737500', '125637.197500', '125637.657500', '125638.117500', '125638.577500', '125639.037500', '125639.497500', '125639.957500', '125640.417500', '125640.877500', '125641.337500', '125641.797500', '125642.257500', '125642.717500', '125643.177500', '125643.637500', '125644.097500', '125644.557500', '125645.017500', '125645.477500', '125645.937500', '125646.397500', '125646.857500', '125647.317500', '125647.777500', '125648.237500', '125648.697500', '125649.157500', '125649.617500', '125650.077500', '125650.537500', '125650.997500', '125651.457500', '125651.917500', '125652.377500', '125652.837500', '125653.297500', '125653.757500', '125654.217500', '125654.677500', '125655.137500', '125655.597500', '125656.057500', '125656.517500', '125656.977500', '125657.437500', '125657.897500', '125658.357500', '125658.817500', '125659.277500', '125659.737500', '125700.197500', '125700.657500', '125701.117500', '125701.577500', '125702.037500', '125702.497500', '125702.957500', '125703.417500', '125703.877500', '125704.337500', '125704.797500', '125705.257500', '125705.717500', '125706.177500', '125706.637500', '125707.097500', '125707.557500', '125708.017500', '125708.477500', '125708.937500', '125709.397500', '125709.857500', '125710.317500', '125710.777500', '125711.237500', '125711.697500', '125712.157500', '125712.617500', '125713.077500', '125713.537500', '125713.997500', '125714.457500', '125714.917500', '125715.377500', '125715.837500', '125716.297500', '125716.757500', '125717.217500', '125717.677500', '125718.137500', '125718.597500', '125719.057500', '125719.517500', '125719.977500', '125720.437500', '125720.897500', '125721.357500', '125721.817500', '125722.277500', '125722.737500', '125723.197500', '125723.657500', '125724.117500', '125724.577500', '125725.037500', '125725.497500', '125725.957500', '125726.417500', '125726.877500', '125727.337500', '125727.797500', '125728.257500', '125728.717500', '125729.177500', '125729.637500', '125730.097500', '125730.557500', '125731.017500', '125731.477500', '125731.937500', '125732.397500', '125732.857500', '125733.317500', '125733.777500', '125734.237500', '125734.697500', '125735.157500', '125735.617500', '125736.077500', '125736.537500', '125736.997500', '125737.457500', '125737.917500', '125738.377500', '125738.837500', '125739.297500', '125739.757500', '125740.217500', '125740.677500', '125741.137500', '125741.597500', '125742.057500', '125742.517500', '125742.977500', '125743.437500', '125743.897500', '125744.357500', '125744.817500', '125745.277500', '125745.737500', '125746.197500', '125746.657500', '125747.117500', '125747.577500', '125748.037500', '125748.497500', '125748.957500', '125749.417500', '125749.877500', '125750.337500', '125750.797500', '125751.257500', '125751.717500', '125752.177500', '125752.637500', '125753.097500', '125753.557500', '125754.017500', '125754.477500', '125754.937500', '125755.397500', '125755.857500', '125756.317500', '125756.777500', '125757.237500', '125757.697500', '125758.157500', '125758.617500', '125759.077500', '125759.537500', '125759.997500', '125800.457500', '125800.917500', '125801.377500', '125801.837500', '125802.297500', '125802.757500', '125803.217500', '125803.677500', '125804.137500', '125804.597500', '125805.057500', '125805.517500', '125805.977500', '125806.437500', '125806.897500', '125807.357500', '125807.817500', '125808.277500', '125808.737500', '125809.197500', '125809.657500', '125810.117500', '125810.577500', '125811.037500', '125811.497500', '125811.957500', '125812.417500', '125812.877500', '125813.337500', '125813.797500', '125814.257500', '125814.717500', '125815.177500', '125815.637500', '125816.097500', '125816.557500', '125817.017500', '125817.477500', '125817.937500', '125818.397500', '125818.857500', '125819.317500', '125819.777500', '125820.237500', '125820.697500', '125821.157500', '125821.617500', '125822.077500', '125822.537500', '125822.997500', '125823.457500', '125823.917500', '125824.377500', '125824.837500', '125825.297500', '125825.757500', '125826.217500', '125826.677500', '125827.137500', '125827.597500', '125828.057500', '125828.517500', '125828.977500', '125829.437500', '125829.897500', '125830.357500', '125830.817500', '125831.277500', '125831.737500', '125832.197500', '125832.657500', '125833.117500', '125833.577500', '125834.037500', '125834.497500', '125834.957500', '125835.417500', '125835.877500', '125836.337500', '125836.797500', '125837.257500', '125837.717500', '125838.177500', '125838.637500', '125839.097500', '125839.557500', '125840.017500', '125840.477500', '125840.937500', '125841.397500', '125841.857500', '125842.317500', '125842.777500', '125843.237500', '125843.697500', '125844.157500', '125844.617500', '125845.077500', '125845.537500', '125845.997500', '125846.457500', '125846.917500', '125847.377500', '125847.837500', '125848.297500', '125848.757500', '125849.217500', '125849.677500', '125850.137500', '125850.597500', '125851.057500', '125851.517500', '125851.977500', '125852.437500', '125852.897500', '125853.357500', '125853.817500', '125854.277500', '125854.737500', '125855.197500', '125855.657500', '125856.117500', '125856.577500', '125857.037500', '125857.497500', '125857.957500', '125858.417500', '125858.877500', '125859.337500', '125859.797500', '125900.257500', '125900.717500', '125901.177500', '125901.637500', '125902.097500', '125902.557500', '125903.017500', '125903.477500', '125903.937500', '125904.397500', '125904.857500', '125905.317500', '125905.777500', '125906.237500', '125906.697500', '125907.157500', '125907.617500', '125908.077500', '125908.537500', '125908.997500', '125909.457500', '125909.917500', '125910.377500', '125910.837500', '125911.297500', '125911.757500', '125912.217500', '125912.677500', '125913.137500', '125913.597500', '125914.057500', '125914.517500', '125914.977500', '125915.437500', '125915.897500', '125916.357500', '125916.817500', '125917.277500', '125917.737500', '125918.197500', '125918.657500', '125919.117500', '125919.577500', '125920.037500', '125920.497500', '125920.957500', '125921.417500', '125921.877500', '125922.337500', '125922.797500', '125923.257500', '125923.717500', '125924.177500', '125924.637500', '125925.097500', '125925.557500', '125926.017500', '125926.477500', '125926.937500', '125927.397500', '125927.857500', '125928.317500', '125928.777500', '125929.237500', '125929.697500', '125930.157500', '125930.617500', '125931.077500', '125931.537500', '125931.997500', '125932.457500', '125932.917500', '125933.377500', '125933.837500', '125934.297500', '125934.757500', '125935.217500', '125935.677500', '125936.137500', '125936.597500', '125937.057500', '125937.517500', '125937.977500', '125938.437500', '125938.897500', '125939.357500', '125939.817500', '125940.277500', '125940.737500', '125941.197500', '125941.657500', '125942.117500', '125942.577500', '125943.037500', '125943.497500', '125943.957500', '125944.417500', '125944.877500', '125945.337500', '125945.797500', '125946.257500', '125946.717500', '125947.177500', '125947.637500', '125948.097500', '125948.557500', '125949.017500', '125949.477500', '125949.937500', '125950.397500', '125950.857500', '125951.317500', '125951.777500', '125952.237500', '125952.697500', '125953.157500', '125953.617500', '125954.077500', '125954.537500', '125954.997500', '125955.457500', '125955.917500', '125956.377500', '125956.837500', '125957.297500', '125957.757500', '125958.217500', '125958.677500', '125959.137500', '125959.597500', '130000.057500', '130000.517500', '130000.977500', '130001.437500', '130001.897500', '130002.357500', '130002.817500', '130003.277500', '130003.737500', '130004.197500', '130004.657500', '130005.117500', '130005.577500', '130006.037500', '130006.497500', '130006.957500', '130007.417500', '130007.877500', '130008.337500', '130008.797500', '130009.257500', '130009.717500', '130010.177500', '130010.637500', '130011.097500', '130011.557500', '130012.017500', '130012.477500', '130012.937500', '130013.397500', '130013.857500', '130014.317500', '130014.777500', '130015.237500', '130015.697500', '130016.157500', '130016.617500', '130017.077500', '130017.537500', '130017.997500', '130018.457500', '130018.917500', '130019.377500', '130019.837500', '130020.297500', '130020.757500', '130021.217500', '130021.677500', '130022.137500', '130022.597500', '130023.057500', '130023.517500', '130023.977500', '130024.437500', '130024.897500', '130025.357500', '130025.817500', '130026.277500', '130026.737500', '130027.197500', '130027.657500', '130028.117500', '130028.577500', '130029.037500', '130029.497500', '130029.957500', '130030.417500', '130030.877500', '130031.337500', '130031.797500', '130032.257500', '130032.717500', '130033.177500', '130033.637500', '130034.097500', '130034.557500', '130035.017500', '130035.477500', '130035.937500', '130036.397500', '130036.857500', '130037.317500', '130037.777500', '130038.237500', '130038.697500', '130039.157500', '130039.617500', '130040.077500', '130040.537500', '130040.997500', '130041.457500', '130041.917500', '130042.377500', '130042.837500', '130043.297500', '130043.757500', '130044.217500', '130044.677500', '130045.137500', '130045.597500', '130046.057500', '130046.517500', '130046.977500', '130047.437500', '130047.897500', '130048.357500', '130048.817500', '130049.277500', '130049.737500', '130050.197500', '130050.657500', '130051.117500', '130051.577500', '130052.037500', '130052.497500', '130052.957500', '130053.417500', '130053.877500', '130054.337500', '130054.797500', '130055.257500', '130055.717500', '130056.177500', '130056.637500', '130057.097500', '130057.557500', '130058.017500', '130058.477500', '130058.937500', '130059.397500', '130059.857500', '130100.317500', '130100.777500', '130101.237500', '130101.697500', '130102.157500', '130102.617500', '130103.077500', '130103.537500', '130103.997500', '130104.457500', '130104.917500', '130105.377500', '130105.837500', '130106.297500', '130106.757500', '130107.217500', '130107.677500', '130108.137500', '130108.597500', '130109.057500', '130109.517500', '130109.977500', '130110.437500', '130110.897500', '130111.357500', '130111.817500', '130112.277500', '130112.737500', '130113.197500', '130113.657500', '130114.117500', '130114.577500', '130115.037500', '130115.497500', '130115.957500', '130116.417500', '130116.877500', '130117.337500', '130117.797500', '130118.257500', '130118.717500', '130119.177500', '130119.637500', '130120.097500', '130120.557500', '130121.017500', '130121.477500', '130121.937500', '130122.397500', '130122.857500', '130123.317500', '130123.777500', '130124.237500', '130124.697500', '130125.157500', '130125.617500', '130126.077500', '130126.537500', '130126.997500', '130127.457500', '130127.917500', '130128.377500', '130128.837500', '130129.297500', '130129.757500', '130130.217500', '130130.677500', '130131.137500', '130131.597500', '130132.057500', '130132.517500', '130132.977500', '130133.437500', '130133.897500', '130134.357500', '130134.817500', '130135.277500', '130135.737500', '130136.197500', '130136.657500', '130137.117500', '130137.577500', '130138.037500', '130138.497500', '130138.957500', '130139.417500', '130139.877500', '130140.337500', '130140.797500', '130141.257500', '130141.717500', '130142.177500', '130142.637500', '130143.097500', '130143.557500', '130144.017500', '130144.477500', '130144.937500', '130145.397500', '130145.857500', '130146.317500', '130146.777500', '130147.237500', '130147.697500', '130148.157500', '130148.617500', '130149.077500', '130149.537500', '130149.997500', '130150.457500', '130150.917500', '130151.377500', '130151.837500', '130152.297500', '130152.757500', '130153.217500', '130153.677500', '130154.137500', '130154.597500', '130155.057500', '130155.517500', '130155.977500', '130156.437500', '130156.897500', '130157.357500', '130157.817500', '130158.277500', '130158.737500', '130159.197500', '130159.657500', '130200.117500', '130200.577500', '130201.037500', '130201.497500', '130201.957500', '130202.417500', '130202.877500', '130203.337500', '130203.797500', '130204.257500', '130204.717500', '130205.177500', '130205.637500', '130206.097500', '130206.557500', '130207.017500', '130207.477500', '130207.937500', '130208.397500', '130208.857500', '130209.317500', '130209.777500', '130210.237500', '130210.697500', '130211.157500', '130211.617500', '130212.077500', '130212.537500', '130212.997500', '130213.457500', '130213.917500', '130214.377500', '130214.837500', '130215.297500', '130215.757500', '130216.217500', '130216.677500', '130217.137500', '130217.597500', '130218.057500', '130218.517500', '130218.977500', '130219.437500', '130219.897500', '130220.357500', '130220.817500', '130221.277500', '130221.737500', '130222.197500', '130222.657500', '130223.117500', '130223.577500', '130224.037500', '130224.497500', '130224.957500', '130225.417500', '130225.877500', '130226.337500', '130226.797500', '130227.257500', '130227.717500', '130228.177500', '130228.637500', '130229.097500', '130229.557500', '130230.017500', '130230.477500', '130230.937500', '130231.397500', '130231.857500', '130232.317500', '130232.777500', '130233.237500', '130233.697500', '130234.157500', '130234.617500', '130235.077500', '130235.537500', '130235.997500', '130236.457500', '130236.917500', '130237.377500', '130237.837500', '130238.297500', '130238.757500', '130239.217500', '130239.677500'], 'ContentTime': ['125604.108000', '125604.112000', '125604.114000', '125604.118000', '125604.120000', '125604.123000', '125604.126000', '125604.129000', '125604.132000', '125604.135000', '125604.138000', '125604.147000', '125604.150000', '125604.153000', '125604.156000', '125604.159000', '125604.162000', '125604.164000', '125604.167000', '125604.170000', '125604.173000', '125604.176000', '125604.180000', '125604.183000', '125604.186000', '125604.189000', '125604.192000', '125604.195000', '125604.198000', '125604.200000', '125604.203000', '125604.206000', '125604.209000', '125604.212000', '125604.215000', '125604.218000', '125604.221000', '125604.224000', '125604.226000', '125604.230000', '125604.233000', '125604.250000', '125604.253000', '125604.256000', '125604.258000', '125604.261000', '125604.264000', '125604.267000', '125604.270000', '125604.273000', '125604.276000', '125624.068000', '125624.071000', '125624.074000', '125624.077000', '125624.080000', '125624.083000', '125624.086000', '125624.098000', '125624.101000', '125624.104000', '125624.107000', '125624.110000', '125624.113000', '125624.115000', '125624.118000', '125624.121000', '125624.124000', '125624.127000', '125624.130000', '125624.133000', '125624.136000', '125624.147000', '125624.150000', '125624.153000', '125624.156000', '125624.159000', '125624.162000', '125624.165000', '125624.168000', '125624.171000', '125624.174000', '125624.177000', '125624.179000', '125624.182000', '125624.185000', '125624.188000', '125624.191000', '125624.194000', '125624.197000', '125624.200000', '125624.203000', '125624.206000', '125624.209000', '125624.212000', '125644.068000', '125644.071000', '125644.074000', '125644.077000', '125644.080000', '125644.083000', '125644.086000', '125644.089000', '125644.091000', '125644.095000', '125644.097000', '125644.100000', '125644.103000', '125644.106000', '125644.109000', '125644.112000', '125644.115000', '125644.118000', '125644.121000', '125644.124000', '125644.126000', '125644.129000', '125644.132000', '125644.135000', '125644.138000', '125644.141000', '125644.146000', '125644.148000', '125644.151000', '125644.154000', '125644.157000', '125644.160000', '125644.163000', '125644.166000', '125644.176000', '125644.178000', '125644.181000', '125644.184000', '125644.187000', '125644.190000', '125644.193000', '125644.196000', '125644.199000', '125704.067000', '125704.070000', '125704.073000', '125704.076000', '125704.079000', '125704.082000', '125704.085000', '125704.088000', '125704.090000', '125704.093000', '125704.096000', '125704.099000', '125704.102000', '125704.105000', '125704.109000', '125704.112000', '125704.115000', '125704.118000', '125704.121000', '125704.124000', '125704.127000', '125704.130000', '125704.133000', '125704.135000', '125704.138000', '125704.141000', '125704.144000', '125704.147000', '125704.150000', '125704.153000', '125704.156000', '125704.159000', '125704.162000', '125704.168000', '125704.172000', '125704.174000', '125704.177000', '125704.186000', '125704.189000', '125704.192000', '125704.194000', '125704.197000', '125704.200000', '125704.203000', '125724.067000', '125724.070000', '125724.073000', '125724.076000', '125724.079000', '125724.082000', '125724.084000', '125724.087000', '125724.090000', '125724.093000', '125724.096000', '125724.099000', '125724.102000', '125724.105000', '125724.108000', '125724.111000', '125724.114000', '125724.117000', '125724.119000', '125724.122000', '125724.130000', '125724.132000', '125724.135000', '125724.138000', '125724.141000', '125724.144000', '125724.147000', '125724.150000', '125724.153000', '125724.156000', '125724.159000', '125724.161000', '125724.164000', '125724.167000', '125724.170000', '125724.173000', '125724.176000', '125724.179000', '125724.182000', '125724.185000', '125724.188000', '125724.190000', '125724.193000', '125744.067000', '125744.079000', '125744.082000', '125744.085000', '125744.088000', '125744.091000', '125744.094000', '125744.097000', '125744.100000', '125744.103000', '125744.106000', '125744.109000', '125744.112000', '125744.115000', '125744.118000', '125744.121000', '125744.124000', '125744.127000', '125744.129000', '125744.132000', '125744.135000', '125744.138000', '125744.141000', '125744.144000', '125744.147000', '125744.150000', '125744.153000', '125744.156000', '125744.168000', '125744.176000', '125744.178000', '125744.181000', '125744.184000', '125744.187000', '125744.190000', '125744.193000', '125744.196000', '125744.199000', '125744.202000', '125744.205000', '125744.208000', '125744.211000', '125744.214000', '125744.217000', '125804.067000', '125804.070000', '125804.073000', '125804.076000', '125804.079000', '125804.082000', '125804.085000', '125804.088000', '125804.091000', '125804.094000', '125804.096000', '125804.099000', '125804.102000', '125804.105000', '125804.108000', '125804.111000', '125804.114000', '125804.117000', '125804.120000', '125804.123000', '125804.126000', '125804.129000', '125804.131000', '125804.135000', '125804.137000', '125804.140000', '125804.143000', '125804.146000', '125804.149000', '125804.152000', '125804.155000', '125804.158000', '125804.161000', '125804.164000', '125804.166000', '125804.169000', '125804.172000', '125804.175000', '125804.178000', '125804.182000', '125804.185000', '125804.188000', '125804.191000', '125824.068000', '125824.071000', '125824.074000', '125824.077000', '125824.080000', '125824.083000', '125824.086000', '125824.089000', '125824.092000', '125824.095000', '125824.098000', '125824.101000', '125824.104000', '125824.107000', '125824.110000', '125824.132000', '125824.135000', '125824.138000', '125824.140000', '125824.143000', '125824.148000', '125824.151000', '125824.154000', '125824.156000', '125824.159000', '125824.162000', '125824.165000', '125824.168000', '125824.171000', '125824.174000', '125824.177000', '125824.180000', '125824.183000', '125824.186000', '125824.189000', '125824.192000', '125824.195000', '125824.198000', '125824.200000', '125824.203000', '125824.206000', '125824.209000', '125824.212000', '125844.068000', '125844.071000', '125844.074000', '125844.077000', '125844.080000', '125844.083000', '125844.086000', '125844.089000', '125844.100000', '125844.103000', '125844.106000', '125844.109000', '125844.112000', '125844.115000', '125844.118000', '125844.121000', '125844.123000', '125844.126000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.153000', '125844.156000', '125844.159000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125844.179000', '125844.182000', '125844.185000', '125844.188000', '125844.191000', '125844.194000', '125844.197000', '125844.200000', '125844.203000', '125904.068000', '125904.079000', '125904.082000', '125904.085000', '125904.088000', '125904.091000', '125904.094000', '125904.097000', '125904.100000', '125904.102000', '125904.105000', '125904.108000', '125904.111000', '125904.114000', '125904.117000', '125904.120000', '125904.123000', '125904.126000', '125904.129000', '125904.132000', '125904.135000', '125904.138000', '125904.140000', '125904.143000', '125904.146000', '125904.149000', '125904.152000', '125904.155000', '125904.158000', '125904.161000', '125904.164000', '125904.167000', '125904.170000', '125904.173000', '125904.176000', '125904.179000', '125904.182000', '125904.185000', '125904.187000', '125904.190000', '125904.193000', '125904.196000', '125904.199000', '125904.202000', '125924.067000', '125924.070000', '125924.073000', '125924.076000', '125924.079000', '125924.082000', '125924.085000', '125924.088000', '125924.091000', '125924.094000', '125924.109000', '125924.112000', '125924.115000', '125924.118000', '125924.121000', '125924.124000', '125924.127000', '125924.130000', '125924.133000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.159000', '125924.162000', '125924.165000', '125924.168000', '125924.171000', '125924.173000', '125924.177000', '125924.179000', '125924.182000', '125924.185000', '125924.188000', '125924.191000', '125924.194000', '125924.197000', '125924.200000', '125924.203000', '125944.067000', '125944.070000', '125944.073000', '125944.076000', '125944.079000', '125944.082000', '125944.085000', '125944.088000', '125944.091000', '125944.094000', '125944.106000', '125944.109000', '125944.112000', '125944.115000', '125944.118000', '125944.121000', '125944.124000', '125944.127000', '125944.130000', '125944.133000', '125944.136000', '125944.139000', '125944.142000', '125944.145000', '125944.148000', '125944.151000', '125944.154000', '125944.156000', '125944.159000', '125944.162000', '125944.165000', '125944.168000', '125944.171000', '125944.174000', '125944.177000', '125944.180000', '125944.183000', '125944.186000', '125944.189000', '125944.192000', '125944.195000', '125944.198000', '125944.201000', '130004.067000', '130004.070000', '130004.073000', '130004.076000', '130004.079000', '130004.082000', '130004.085000', '130004.088000', '130004.091000', '130004.094000', '130004.097000', '130004.100000', '130004.103000', '130004.106000', '130004.109000', '130004.111000', '130004.114000', '130004.117000', '130004.120000', '130004.123000', '130004.126000', '130004.129000', '130004.132000', '130004.135000', '130004.138000', '130004.141000', '130004.144000', '130004.147000', '130004.149000', '130004.153000', '130004.155000', '130004.158000', '130004.161000', '130004.164000', '130004.176000', '130004.179000', '130004.182000', '130004.185000', '130004.188000', '130004.191000', '130004.194000', '130004.197000', '130004.200000', '130004.203000', '130024.067000', '130024.070000', '130024.073000', '130024.077000', '130024.079000', '130024.082000', '130024.085000', '130024.088000', '130024.091000', '130024.094000', '130024.097000', '130024.100000', '130024.103000', '130024.106000', '130024.109000', '130024.113000', '130024.115000', '130024.118000', '130024.121000', '130024.124000', '130024.127000', '130024.130000', '130024.133000', '130024.136000', '130024.139000', '130024.142000', '130024.145000', '130024.148000', '130024.151000', '130024.154000', '130024.157000', '130024.160000', '130024.162000', '130024.166000', '130024.168000', '130024.171000', '130024.174000', '130024.186000', '130024.193000', '130024.196000', '130024.198000', '130024.202000', '130024.204000', '130044.068000', '130044.071000', '130044.074000', '130044.077000', '130044.080000', '130044.083000', '130044.086000', '130044.089000', '130044.092000', '130044.095000', '130044.098000', '130044.100000', '130044.104000', '130044.114000', '130044.117000', '130044.120000', '130044.123000', '130044.126000', '130044.129000', '130044.132000', '130044.135000', '130044.138000', '130044.141000', '130044.144000', '130044.147000', '130044.149000', '130044.152000', '130044.155000', '130044.158000', '130044.161000', '130044.164000', '130044.167000', '130044.170000', '130044.173000', '130044.176000', '130044.179000', '130044.192000', '130044.195000', '130044.198000', '130044.201000', '130044.204000', '130044.207000', '130044.210000', '130044.212000', '130104.068000', '130104.071000', '130104.074000', '130104.077000', '130104.080000', '130104.083000', '130104.086000', '130104.089000', '130104.092000', '130104.095000', '130104.098000', '130104.101000', '130104.104000', '130104.107000', '130104.110000', '130104.113000', '130104.115000', '130104.118000', '130104.130000', '130104.133000', '130104.136000', '130104.139000', '130104.142000', '130104.145000', '130104.148000', '130104.151000', '130104.154000', '130104.157000', '130104.160000', '130104.163000', '130104.166000', '130104.169000', '130104.172000', '130104.175000', '130104.177000', '130104.180000', '130104.183000', '130104.186000', '130104.189000', '130104.192000', '130104.195000', '130104.198000', '130104.201000', '130124.068000', '130124.071000', '130124.074000', '130124.077000', '130124.080000', '130124.083000', '130124.086000', '130124.089000', '130124.092000', '130124.095000', '130124.098000', '130124.101000', '130124.104000', '130124.107000', '130124.109000', '130124.113000', '130124.115000', '130124.118000', '130124.121000', '130124.124000', '130124.127000', '130124.130000', '130124.133000', '130124.136000', '130124.139000', '130124.142000', '130124.145000', '130124.148000', '130124.151000', '130124.154000', '130124.156000', '130124.160000', '130124.162000', '130124.171000', '130124.174000', '130124.177000', '130124.180000', '130124.183000', '130124.186000', '130124.191000', '130124.194000', '130124.196000', '130124.199000', '130124.202000', '130144.067000', '130144.070000', '130144.073000', '130144.076000', '130144.079000', '130144.082000', '130144.085000', '130144.088000', '130144.091000', '130144.094000', '130144.097000', '130144.100000', '130144.103000', '130144.106000', '130144.109000', '130144.112000', '130144.115000', '130144.118000', '130144.121000', '130144.124000', '130144.127000', '130144.130000', '130144.133000', '130144.136000', '130144.139000', '130144.142000', '130144.145000', '130144.148000', '130144.152000', '130144.155000', '130144.158000', '130144.161000', '130144.164000', '130144.167000', '130144.170000', '130144.173000', '130144.176000', '130144.179000', '130144.181000', '130144.184000', '130144.187000', '130144.190000', '130144.193000', '130204.067000', '130204.070000', '130204.073000', '130204.076000', '130204.079000', '130204.082000', '130204.085000', '130204.088000', '130204.091000', '130204.094000', '130204.097000', '130204.100000', '130204.102000', '130204.105000', '130204.108000', '130204.111000', '130204.114000', '130204.117000', '130204.120000', '130204.123000', '130204.126000', '130204.129000', '130204.132000', '130204.135000', '130204.138000', '130204.140000', '130204.144000', '130204.146000', '130204.149000', '130204.152000', '130204.155000', '130204.158000', '130204.161000', '130204.164000', '130204.167000', '130204.170000', '130204.173000', '130204.176000', '130204.179000', '130204.182000', '130204.185000', '130204.187000', '130204.190000', '130204.193000', '130224.067000', '130224.070000', '130224.073000', '130224.076000', '130224.079000', '130224.087000', '130224.090000', '130224.093000', '130224.096000', '130224.099000', '130224.102000', '130224.105000', '130224.108000', '130224.111000', '130224.113000', '130224.116000', '130224.119000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.134000', '130224.137000', '130224.140000', '130224.143000', '130224.146000', '130224.149000', '130224.152000', '130224.155000', '130224.158000', '130224.161000', '130224.164000', '130224.167000', '130224.170000', '130224.173000', '130224.176000', '130224.179000', '130224.181000', '130224.184000', '130224.187000', '130224.190000', '130224.193000', '130224.196000', '130240.763000', '130240.767000', '130240.770000', '130240.773000', '130240.777000', '130240.780000', '130240.783000', '130240.786000', '130240.789000', '130240.792000', '130240.795000', '130240.799000', '130240.802000', '130240.805000', '130240.807000', '130240.811000', '130240.814000', '130240.840000', '130240.843000', '130240.846000', '130240.849000', '130240.852000', '130240.855000', '130240.858000', '130240.861000', '130240.864000', '130240.875000', '130240.879000', '130240.882000', '130240.885000', '130240.888000', '130240.891000', '130240.894000', '130240.897000', '130240.899000', '130240.902000', '130240.906000'], 'InstanceCreationTime': ['125604.108000', '125604.112000', '125604.114000', '125604.118000', '125604.120000', '125604.123000', '125604.126000', '125604.129000', '125604.132000', '125604.135000', '125604.138000', '125604.147000', '125604.150000', '125604.153000', '125604.156000', '125604.159000', '125604.162000', '125604.164000', '125604.167000', '125604.170000', '125604.173000', '125604.176000', '125604.180000', '125604.183000', '125604.186000', '125604.189000', '125604.192000', '125604.195000', '125604.198000', '125604.200000', '125604.203000', '125604.206000', '125604.209000', '125604.212000', '125604.215000', '125604.218000', '125604.221000', '125604.224000', '125604.226000', '125604.230000', '125604.233000', '125604.250000', '125604.253000', '125604.256000', '125604.258000', '125604.261000', '125604.264000', '125604.267000', '125604.270000', '125604.273000', '125604.276000', '125624.068000', '125624.071000', '125624.074000', '125624.077000', '125624.080000', '125624.083000', '125624.086000', '125624.098000', '125624.101000', '125624.104000', '125624.107000', '125624.110000', '125624.113000', '125624.115000', '125624.118000', '125624.121000', '125624.124000', '125624.127000', '125624.130000', '125624.133000', '125624.136000', '125624.147000', '125624.150000', '125624.153000', '125624.156000', '125624.159000', '125624.162000', '125624.165000', '125624.168000', '125624.171000', '125624.174000', '125624.177000', '125624.179000', '125624.182000', '125624.185000', '125624.188000', '125624.191000', '125624.194000', '125624.197000', '125624.200000', '125624.203000', '125624.206000', '125624.209000', '125624.212000', '125644.068000', '125644.071000', '125644.074000', '125644.077000', '125644.080000', '125644.083000', '125644.086000', '125644.089000', '125644.091000', '125644.095000', '125644.097000', '125644.100000', '125644.103000', '125644.106000', '125644.109000', '125644.112000', '125644.115000', '125644.118000', '125644.121000', '125644.124000', '125644.126000', '125644.129000', '125644.132000', '125644.135000', '125644.138000', '125644.141000', '125644.146000', '125644.148000', '125644.151000', '125644.154000', '125644.157000', '125644.160000', '125644.163000', '125644.166000', '125644.176000', '125644.178000', '125644.181000', '125644.184000', '125644.187000', '125644.190000', '125644.193000', '125644.196000', '125644.199000', '125704.067000', '125704.070000', '125704.073000', '125704.076000', '125704.079000', '125704.082000', '125704.085000', '125704.088000', '125704.090000', '125704.093000', '125704.096000', '125704.099000', '125704.102000', '125704.105000', '125704.109000', '125704.112000', '125704.115000', '125704.118000', '125704.121000', '125704.124000', '125704.127000', '125704.130000', '125704.133000', '125704.135000', '125704.138000', '125704.141000', '125704.144000', '125704.147000', '125704.150000', '125704.153000', '125704.156000', '125704.159000', '125704.162000', '125704.168000', '125704.172000', '125704.174000', '125704.177000', '125704.186000', '125704.189000', '125704.192000', '125704.194000', '125704.197000', '125704.200000', '125704.203000', '125724.067000', '125724.070000', '125724.073000', '125724.076000', '125724.079000', '125724.082000', '125724.084000', '125724.087000', '125724.090000', '125724.093000', '125724.096000', '125724.099000', '125724.102000', '125724.105000', '125724.108000', '125724.111000', '125724.114000', '125724.117000', '125724.119000', '125724.122000', '125724.130000', '125724.132000', '125724.135000', '125724.138000', '125724.141000', '125724.144000', '125724.147000', '125724.150000', '125724.153000', '125724.156000', '125724.159000', '125724.161000', '125724.164000', '125724.167000', '125724.170000', '125724.173000', '125724.176000', '125724.179000', '125724.182000', '125724.185000', '125724.188000', '125724.190000', '125724.193000', '125744.067000', '125744.079000', '125744.082000', '125744.085000', '125744.088000', '125744.091000', '125744.094000', '125744.097000', '125744.100000', '125744.103000', '125744.106000', '125744.109000', '125744.112000', '125744.115000', '125744.118000', '125744.121000', '125744.124000', '125744.127000', '125744.129000', '125744.132000', '125744.135000', '125744.138000', '125744.141000', '125744.144000', '125744.147000', '125744.150000', '125744.153000', '125744.156000', '125744.168000', '125744.176000', '125744.178000', '125744.181000', '125744.184000', '125744.187000', '125744.190000', '125744.193000', '125744.196000', '125744.199000', '125744.202000', '125744.205000', '125744.208000', '125744.211000', '125744.214000', '125744.217000', '125804.067000', '125804.070000', '125804.073000', '125804.076000', '125804.079000', '125804.082000', '125804.085000', '125804.088000', '125804.091000', '125804.094000', '125804.096000', '125804.099000', '125804.102000', '125804.105000', '125804.108000', '125804.111000', '125804.114000', '125804.117000', '125804.120000', '125804.123000', '125804.126000', '125804.129000', '125804.131000', '125804.135000', '125804.137000', '125804.140000', '125804.143000', '125804.146000', '125804.149000', '125804.152000', '125804.155000', '125804.158000', '125804.161000', '125804.164000', '125804.166000', '125804.169000', '125804.172000', '125804.175000', '125804.178000', '125804.182000', '125804.185000', '125804.188000', '125804.191000', '125824.068000', '125824.071000', '125824.074000', '125824.077000', '125824.080000', '125824.083000', '125824.086000', '125824.089000', '125824.092000', '125824.095000', '125824.098000', '125824.101000', '125824.104000', '125824.107000', '125824.110000', '125824.132000', '125824.135000', '125824.138000', '125824.140000', '125824.143000', '125824.148000', '125824.151000', '125824.154000', '125824.156000', '125824.159000', '125824.162000', '125824.165000', '125824.168000', '125824.171000', '125824.174000', '125824.177000', '125824.180000', '125824.183000', '125824.186000', '125824.189000', '125824.192000', '125824.195000', '125824.198000', '125824.200000', '125824.203000', '125824.206000', '125824.209000', '125824.212000', '125844.068000', '125844.071000', '125844.074000', '125844.077000', '125844.080000', '125844.083000', '125844.086000', '125844.089000', '125844.100000', '125844.103000', '125844.106000', '125844.109000', '125844.112000', '125844.115000', '125844.118000', '125844.121000', '125844.123000', '125844.126000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.153000', '125844.156000', '125844.159000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125844.179000', '125844.182000', '125844.185000', '125844.188000', '125844.191000', '125844.194000', '125844.197000', '125844.200000', '125844.203000', '125904.068000', '125904.079000', '125904.082000', '125904.085000', '125904.088000', '125904.091000', '125904.094000', '125904.097000', '125904.100000', '125904.102000', '125904.105000', '125904.108000', '125904.111000', '125904.114000', '125904.117000', '125904.120000', '125904.123000', '125904.126000', '125904.129000', '125904.132000', '125904.135000', '125904.138000', '125904.140000', '125904.143000', '125904.146000', '125904.149000', '125904.152000', '125904.155000', '125904.158000', '125904.161000', '125904.164000', '125904.167000', '125904.170000', '125904.173000', '125904.176000', '125904.179000', '125904.182000', '125904.185000', '125904.187000', '125904.190000', '125904.193000', '125904.196000', '125904.199000', '125904.202000', '125924.067000', '125924.070000', '125924.073000', '125924.076000', '125924.079000', '125924.082000', '125924.085000', '125924.088000', '125924.091000', '125924.094000', '125924.109000', '125924.112000', '125924.115000', '125924.118000', '125924.121000', '125924.124000', '125924.127000', '125924.130000', '125924.133000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.159000', '125924.162000', '125924.165000', '125924.168000', '125924.171000', '125924.173000', '125924.177000', '125924.179000', '125924.182000', '125924.185000', '125924.188000', '125924.191000', '125924.194000', '125924.197000', '125924.200000', '125924.203000', '125944.067000', '125944.070000', '125944.073000', '125944.076000', '125944.079000', '125944.082000', '125944.085000', '125944.088000', '125944.091000', '125944.094000', '125944.106000', '125944.109000', '125944.112000', '125944.115000', '125944.118000', '125944.121000', '125944.124000', '125944.127000', '125944.130000', '125944.133000', '125944.136000', '125944.139000', '125944.142000', '125944.145000', '125944.148000', '125944.151000', '125944.154000', '125944.156000', '125944.159000', '125944.162000', '125944.165000', '125944.168000', '125944.171000', '125944.174000', '125944.177000', '125944.180000', '125944.183000', '125944.186000', '125944.189000', '125944.192000', '125944.195000', '125944.198000', '125944.201000', '130004.067000', '130004.070000', '130004.073000', '130004.076000', '130004.079000', '130004.082000', '130004.085000', '130004.088000', '130004.091000', '130004.094000', '130004.097000', '130004.100000', '130004.103000', '130004.106000', '130004.109000', '130004.111000', '130004.114000', '130004.117000', '130004.120000', '130004.123000', '130004.126000', '130004.129000', '130004.132000', '130004.135000', '130004.138000', '130004.141000', '130004.144000', '130004.147000', '130004.149000', '130004.153000', '130004.155000', '130004.158000', '130004.161000', '130004.164000', '130004.176000', '130004.179000', '130004.182000', '130004.185000', '130004.188000', '130004.191000', '130004.194000', '130004.197000', '130004.200000', '130004.203000', '130024.067000', '130024.070000', '130024.073000', '130024.077000', '130024.079000', '130024.082000', '130024.085000', '130024.088000', '130024.091000', '130024.094000', '130024.097000', '130024.100000', '130024.103000', '130024.106000', '130024.109000', '130024.113000', '130024.115000', '130024.118000', '130024.121000', '130024.124000', '130024.127000', '130024.130000', '130024.133000', '130024.136000', '130024.139000', '130024.142000', '130024.145000', '130024.148000', '130024.151000', '130024.154000', '130024.157000', '130024.160000', '130024.162000', '130024.166000', '130024.168000', '130024.171000', '130024.174000', '130024.186000', '130024.193000', '130024.196000', '130024.198000', '130024.202000', '130024.204000', '130044.068000', '130044.071000', '130044.074000', '130044.077000', '130044.080000', '130044.083000', '130044.086000', '130044.089000', '130044.092000', '130044.095000', '130044.098000', '130044.100000', '130044.104000', '130044.114000', '130044.117000', '130044.120000', '130044.123000', '130044.126000', '130044.129000', '130044.132000', '130044.135000', '130044.138000', '130044.141000', '130044.144000', '130044.147000', '130044.149000', '130044.152000', '130044.155000', '130044.158000', '130044.161000', '130044.164000', '130044.167000', '130044.170000', '130044.173000', '130044.176000', '130044.179000', '130044.192000', '130044.195000', '130044.198000', '130044.201000', '130044.204000', '130044.207000', '130044.210000', '130044.212000', '130104.068000', '130104.071000', '130104.074000', '130104.077000', '130104.080000', '130104.083000', '130104.086000', '130104.089000', '130104.092000', '130104.095000', '130104.098000', '130104.101000', '130104.104000', '130104.107000', '130104.110000', '130104.113000', '130104.115000', '130104.118000', '130104.130000', '130104.133000', '130104.136000', '130104.139000', '130104.142000', '130104.145000', '130104.148000', '130104.151000', '130104.154000', '130104.157000', '130104.160000', '130104.163000', '130104.166000', '130104.169000', '130104.172000', '130104.175000', '130104.177000', '130104.180000', '130104.183000', '130104.186000', '130104.189000', '130104.192000', '130104.195000', '130104.198000', '130104.201000', '130124.068000', '130124.071000', '130124.074000', '130124.077000', '130124.080000', '130124.083000', '130124.086000', '130124.089000', '130124.092000', '130124.095000', '130124.098000', '130124.101000', '130124.104000', '130124.107000', '130124.109000', '130124.113000', '130124.115000', '130124.118000', '130124.121000', '130124.124000', '130124.127000', '130124.130000', '130124.133000', '130124.136000', '130124.139000', '130124.142000', '130124.145000', '130124.148000', '130124.151000', '130124.154000', '130124.156000', '130124.160000', '130124.162000', '130124.171000', '130124.174000', '130124.177000', '130124.180000', '130124.183000', '130124.186000', '130124.191000', '130124.194000', '130124.196000', '130124.199000', '130124.202000', '130144.067000', '130144.070000', '130144.073000', '130144.076000', '130144.079000', '130144.082000', '130144.085000', '130144.088000', '130144.091000', '130144.094000', '130144.097000', '130144.100000', '130144.103000', '130144.106000', '130144.109000', '130144.112000', '130144.115000', '130144.118000', '130144.121000', '130144.124000', '130144.127000', '130144.130000', '130144.133000', '130144.136000', '130144.139000', '130144.142000', '130144.145000', '130144.148000', '130144.152000', '130144.155000', '130144.158000', '130144.161000', '130144.164000', '130144.167000', '130144.170000', '130144.173000', '130144.176000', '130144.179000', '130144.181000', '130144.184000', '130144.187000', '130144.190000', '130144.193000', '130204.067000', '130204.070000', '130204.073000', '130204.076000', '130204.079000', '130204.082000', '130204.085000', '130204.088000', '130204.091000', '130204.094000', '130204.097000', '130204.100000', '130204.102000', '130204.105000', '130204.108000', '130204.111000', '130204.114000', '130204.117000', '130204.120000', '130204.123000', '130204.126000', '130204.129000', '130204.132000', '130204.135000', '130204.138000', '130204.140000', '130204.144000', '130204.146000', '130204.149000', '130204.152000', '130204.155000', '130204.158000', '130204.161000', '130204.164000', '130204.167000', '130204.170000', '130204.173000', '130204.176000', '130204.179000', '130204.182000', '130204.185000', '130204.187000', '130204.190000', '130204.193000', '130224.067000', '130224.070000', '130224.073000', '130224.076000', '130224.079000', '130224.087000', '130224.090000', '130224.093000', '130224.096000', '130224.099000', '130224.102000', '130224.105000', '130224.108000', '130224.111000', '130224.113000', '130224.116000', '130224.119000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.134000', '130224.137000', '130224.140000', '130224.143000', '130224.146000', '130224.149000', '130224.152000', '130224.155000', '130224.158000', '130224.161000', '130224.164000', '130224.167000', '130224.170000', '130224.173000', '130224.176000', '130224.179000', '130224.181000', '130224.184000', '130224.187000', '130224.190000', '130224.193000', '130224.196000', '130240.763000', '130240.767000', '130240.770000', '130240.773000', '130240.777000', '130240.780000', '130240.783000', '130240.786000', '130240.789000', '130240.792000', '130240.795000', '130240.799000', '130240.802000', '130240.805000', '130240.807000', '130240.811000', '130240.814000', '130240.840000', '130240.843000', '130240.846000', '130240.849000', '130240.852000', '130240.855000', '130240.858000', '130240.861000', '130240.864000', '130240.875000', '130240.879000', '130240.882000', '130240.885000', '130240.888000', '130240.891000', '130240.894000', '130240.897000', '130240.899000', '130240.902000', '130240.906000'], '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': [10496, 11226, 11518, 10695, 11464, 11778, 10314, 11259, 11255, 10700, 11587, 11444, 11157, 13501, 10034, 10973, 11624, 10733, 11380, 11604, 10877, 10919, 9757, 11291, 12270, 10001, 11533, 11596, 11442, 10604, 9629, 11070, 12433, 10246, 11234, 10990, 11167, 13408, 10419, 11101, 12247, 11240, 10744, 9938, 10564, 12765, 10169, 11189, 10501, 11430, 10178, 10469, 10921, 13508, 9942, 11281, 11150, 11004, 13461, 11698, 11090, 11799, 11051, 11059, 11028, 11204, 11698, 9709, 11211, 10624, 9399, 10944, 11799, 11427, 10798, 9929, 11201, 12204, 9847, 11526, 11839, 11357, 10196, 9584, 11012, 11709, 9484, 10846, 11540, 11212, 10196, 9839, 10712, 12770, 10715, 13528, 11524, 11143, 12373, 9372, 10908, 10789, 11281, 10785, 10442, 10947, 10491, 9726, 10252, 11618, 9721, 11018, 10631, 10959, 11646, 9525, 10267, 12026, 11056, 10584, 10457, 10776, 12297, 9799, 10559, 11842, 9317, 11348, 9854, 10985, 10183, 10392, 10971, 13000, 11207, 11036, 10082, 10302, 12829, 10470, 11466, 11175, 11149, 11645, 9584, 10243, 11813, 9718, 11244, 10794, 11269, 10565, 10138, 10892, 12683, 9808, 11262, 11263, 10885, 13389, 11784, 11258, 11476, 11064, 10699, 10449, 10993, 11196, 9886, 11074, 10743, 9251, 11046, 11487, 9247, 11176, 11025, 11245, 10813, 11724, 10924, 14004, 10739, 11114, 10664, 10622, 12267, 10201, 10698, 10774, 10939, 11162, 10398, 10691, 9849, 9689, 10512, 11694, 9491, 10847, 10984, 11042, 10240, 11047, 10435, 12796, 9136, 11030, 10052, 10515, 10193, 10557, 10901, 10367, 9955, 10699, 10229, 9915, 10242, 13166, 9640, 10854, 10394, 10575, 9629, 10070, 10452, 12325, 9213, 10849, 10495, 9395, 10290, 11170, 9636, 10902, 10497, 11307, 10944, 10399, 10330, 10698, 10709, 10929, 11671, 9269, 10850, 10767, 10542, 10989, 11238, 11419, 10129, 10219, 10393, 11741, 9553, 10661, 10477, 9961, 10962, 11043, 9318, 10291, 10678, 9591, 11260, 10201, 11059, 10354, 9617, 10056, 12651, 9695, 11208, 10118, 11103, 10319, 10521, 10922, 10208, 9399, 10974, 10758, 11104, 10161, 10344, 10901, 12500, 9250, 11481, 10449, 10618, 9810, 10424, 10976, 9536, 9234, 11407, 11443, 9393, 11109, 10983, 11251, 10683, 9626, 11041, 12135, 9878, 10258, 12016, 9450, 11185, 11657, 11186, 10269, 10157, 11154, 11236, 9551, 10997, 11431, 9594, 10922, 11414, 11171, 10749, 10327, 10786, 12214, 9518, 10624, 12546, 9472, 10931, 10516, 9404, 10530, 11218, 11321, 11148, 9502, 11047, 11643, 9597, 10773, 13702, 9590, 11221, 11968, 10408, 10960, 10139, 11196, 10821, 10152, 10773, 10103, 9599, 10442, 10839, 9691, 10785, 11392, 9721, 10963, 11423, 11021, 12437, 10232, 10911, 10112, 9555, 10661, 9788, 9450, 10813, 10996, 9946, 10299, 10468, 9579, 10582, 10175, 11365, 10448, 9729, 10032, 12394, 9901, 10935, 11577, 9889, 11340, 10048, 9800, 10833, 11180, 9365, 10711, 10006, 9724, 9562, 10868, 9687, 10600, 10726, 11011, 11287, 9711, 10284, 11857, 9686, 10733, 10581, 9566, 10479, 10622, 9757, 10643, 10757, 9683, 11063, 10909, 9660, 10249, 12862, 9617, 10552, 10733, 9806, 10347, 11045, 9784, 10553, 11017, 9754, 10301, 10772, 9798, 10707, 10844, 9929, 11072, 11022, 9704, 10065, 11373, 9889, 10304, 9961, 9821, 10678, 9727, 10259, 10838, 10336, 11289, 10278, 9829, 10344, 11765, 9915, 10280, 10876, 10183, 10463, 9663, 10501, 10628, 11908, 10209, 10365, 10633, 10040, 10473, 10640, 10165, 10608, 9833, 10575, 11134, 10074, 10576, 13342, 10079, 10447, 10373, 10319, 10379, 9912, 10345, 10703, 10083, 10462, 10347, 10043, 10823, 10066, 10350, 10907, 11199, 10507, 12274, 10070, 10522, 10535, 11019, 10580, 10489, 10677, 14727, 10482, 10457, 10293, 10495, 10677, 10299, 10546, 10449, 10110, 10930, 9386, 10291, 10863, 11762, 10762, 10521, 10233, 10796, 10133, 10262, 10609, 14569, 11161, 10587, 9898, 10401, 10969, 9786, 10568, 10819, 9863, 10862, 10432, 10610, 10834, 12387, 13215, 13284, 11189, 10772, 10238, 10561, 11008, 10395, 10901, 9944, 10270, 10353, 10082, 10424, 12966, 10043, 10745, 10084, 10113, 10308, 10611, 10274, 10670, 9786, 10086, 10695, 10036, 9841, 10769, 10941, 10459, 10367, 9673, 10292, 10997, 10982, 10005, 10502, 10793, 9719, 10929, 10639, 10459, 10577, 13037, 10074, 10552, 10126, 10356, 10535, 10027, 10042, 10082, 11160, 10822, 10381, 10302, 10467, 10541, 10774, 11078, 9934, 10468, 10910, 10049, 12345, 14316, 14440, 15428, 10869, 10208, 10064, 9945, 10559, 10403, 10670, 9285, 10444, 10107, 10684, 10191, 10596, 10638, 11421, 10240, 13804, 13218, 12902, 15803, 14041, 11610, 12547, 10352, 10287, 10321, 10111, 10304, 10568, 9930, 10356, 10602, 10326, 10320, 10262, 10516, 10728, 10795, 9574, 10829, 10545, 10533, 10785, 10737, 11168, 9765, 11053, 10820, 10290, 11208, 11118, 10467, 11000, 10710, 9881, 11119, 10476, 9881, 10639, 10907, 11160, 10529, 11237, 11047, 12206, 10744, 11014, 10056, 10927, 10947, 14686, 10970, 10761, 9255, 11054, 10596, 9959, 11053, 10804, 10553, 11090, 10786, 10101, 11278, 11360, 11998, 10815, 10931, 10740, 11120, 11058, 9764, 10962, 11205, 10324, 11191, 11390, 9842, 11203, 10594, 9857, 11148, 10522, 9856, 11499, 10791, 10489, 10913, 10707, 11371, 10924, 11218, 11339, 10735, 11086, 11153, 10925, 11455, 11172, 11241, 11105, 12266, 12267, 10807, 14600, 10958, 10609, 10812, 10981, 10712, 11003, 11049, 11349, 11213, 11155, 11044, 10889, 11214, 10801, 11219, 10988, 11233, 11160, 11030, 11217, 11244, 10816, 11544, 11456, 9554, 11036, 10601, 12356, 11324, 10852, 9967, 11144, 11362, 11592, 10811, 11347, 11210, 11227, 11242, 10408, 10984, 11234, 16769, 12024, 10859, 10154, 11229, 11105, 11343, 11097, 11230, 10870, 11292, 11097, 10345, 11163, 11030, 13902, 11156, 11083, 10758, 11067, 10979, 10492, 11041, 11033, 11094, 11172, 11187, 11009, 11328, 11120, 11175, 10309, 11435, 11420, 9441, 11532, 11231, 9977, 11110, 10978, 11069, 10891, 9830, 11097, 10798, 12969, 11101, 11017, 9773, 11359, 11549, 10813, 10908, 10627, 10412, 11301, 11140, 9702, 11613, 11305, 11735, 11366, 11130, 11150, 10790, 11753, 10943, 11258, 14214, 11348, 11410, 11158, 11224, 11384, 10186, 11550, 11128, 9577, 11331, 11521, 11094, 11132, 11195, 11391, 11429, 11030, 11185, 10623, 10798, 11097, 10667, 11109, 11424, 11015, 11354, 11126, 11162, 11312, 10000, 11554, 11534, 11128, 11220, 11821, 13471, 11386, 12489, 11377, 11292, 11369, 10132, 11374, 11182, 10394, 11519, 11572, 10996, 11716, 11224, 11128, 11452, 11302, 11360, 11145, 11017, 10995, 11087, 12219, 11442, 11556], 'WindowCenter': [4108.0, 4104.0, 4099.0, 4075.0, 4074.0, 4084.0, 4065.0, 4074.0, 4073.0, 4062.0, 4070.0, 4059.0, 4072.0, 4092.0, 4051.0, 4061.0, 4059.0, 4059.0, 4069.0, 4071.0, 4072.0, 4060.0, 4049.0, 4059.0, 4069.0, 4049.0, 4072.0, 4072.0, 4084.0, 4061.0, 4049.0, 4070.0, 4081.0, 4063.0, 4073.0, 4073.0, 4073.0, 4092.0, 4073.0, 4074.0, 4084.0, 4072.0, 4073.0, 4060.0, 4060.0, 4084.0, 4062.0, 4073.0, 4060.0, 4071.0, 4060.0, 4062.0, 4074.0, 4107.0, 4076.0, 4085.0, 4072.0, 4061.0, 4083.0, 4084.0, 4072.0, 4072.0, 4071.0, 4059.0, 4059.0, 4072.0, 4072.0, 4062.0, 4073.0, 4061.0, 4051.0, 4072.0, 4085.0, 4084.0, 4075.0, 4064.0, 4074.0, 4083.0, 4061.0, 4085.0, 4084.0, 4074.0, 4063.0, 4051.0, 4071.0, 4071.0, 4051.0, 4086.0, 4085.0, 4085.0, 4074.0, 4062.0, 4062.0, 4083.0, 4062.0, 4096.0, 4075.0, 4073.0, 4083.0, 4050.0, 4059.0, 4059.0, 4072.0, 4073.0, 4071.0, 4072.0, 4072.0, 4050.0, 4061.0, 4073.0, 4066.0, 4074.0, 4073.0, 4074.0, 4073.0, 4051.0, 4062.0, 4087.0, 4075.0, 4074.0, 4073.0, 4073.0, 4071.0, 4061.0, 4074.0, 4085.0, 4065.0, 4084.0, 4062.0, 4072.0, 4061.0, 4074.0, 4086.0, 4096.0, 4086.0, 4074.0, 4061.0, 4061.0, 4084.0, 4074.0, 4073.0, 4072.0, 4073.0, 4070.0, 4048.0, 4048.0, 4072.0, 4050.0, 4072.0, 4071.0, 4071.0, 4060.0, 4060.0, 4074.0, 4095.0, 4062.0, 4072.0, 4070.0, 4060.0, 4082.0, 4072.0, 4060.0, 4072.0, 4058.0, 4047.0, 4047.0, 4060.0, 4070.0, 4049.0, 4071.0, 4059.0, 4049.0, 4071.0, 4084.0, 4064.0, 4086.0, 4073.0, 4071.0, 4072.0, 4085.0, 4073.0, 4096.0, 4073.0, 4071.0, 4048.0, 4048.0, 4069.0, 4048.0, 4059.0, 4058.0, 4058.0, 4069.0, 4046.0, 4060.0, 4050.0, 4051.0, 4061.0, 4084.0, 4051.0, 4072.0, 4060.0, 4069.0, 4048.0, 4071.0, 4062.0, 4083.0, 4050.0, 4060.0, 4048.0, 4059.0, 4059.0, 4061.0, 4072.0, 4062.0, 4061.0, 4071.0, 4061.0, 4061.0, 4063.0, 4096.0, 4064.0, 4074.0, 4062.0, 4062.0, 4049.0, 4049.0, 4062.0, 4083.0, 4051.0, 4073.0, 4072.0, 4051.0, 4061.0, 4072.0, 4063.0, 4074.0, 4074.0, 4084.0, 4071.0, 4061.0, 4062.0, 4074.0, 4074.0, 4074.0, 4084.0, 4052.0, 4072.0, 4061.0, 4061.0, 4072.0, 4073.0, 4073.0, 4063.0, 4061.0, 4060.0, 4071.0, 4052.0, 4074.0, 4074.0, 4062.0, 4073.0, 4073.0, 4052.0, 4062.0, 4063.0, 4064.0, 4085.0, 4063.0, 4084.0, 4062.0, 4051.0, 4061.0, 4095.0, 4063.0, 4074.0, 4061.0, 4070.0, 4060.0, 4062.0, 4073.0, 4062.0, 4051.0, 4073.0, 4072.0, 4072.0, 4060.0, 4061.0, 4073.0, 4084.0, 4053.0, 4083.0, 4060.0, 4060.0, 4061.0, 4063.0, 4072.0, 4051.0, 4052.0, 4072.0, 4072.0, 4039.0, 4073.0, 4074.0, 4073.0, 4062.0, 4052.0, 4073.0, 4082.0, 4051.0, 4064.0, 4086.0, 4064.0, 4085.0, 4072.0, 4073.0, 4061.0, 4062.0, 4087.0, 4076.0, 4064.0, 4074.0, 4085.0, 4051.0, 4062.0, 4075.0, 4074.0, 4073.0, 4062.0, 4072.0, 4071.0, 4052.0, 4063.0, 4085.0, 4052.0, 4074.0, 4062.0, 4050.0, 4059.0, 4072.0, 4072.0, 4072.0, 4052.0, 4072.0, 4071.0, 4051.0, 4061.0, 4093.0, 4050.0, 4070.0, 4069.0, 4059.0, 4059.0, 4048.0, 4070.0, 4060.0, 4060.0, 4060.0, 4048.0, 4048.0, 4061.0, 4061.0, 4051.0, 4072.0, 4070.0, 4049.0, 4060.0, 4071.0, 4060.0, 4082.0, 4064.0, 4060.0, 4049.0, 4039.0, 4058.0, 4050.0, 4051.0, 4072.0, 4072.0, 4052.0, 4061.0, 4061.0, 4052.0, 4073.0, 4062.0, 4083.0, 4062.0, 4051.0, 4062.0, 4083.0, 4063.0, 4074.0, 4073.0, 4062.0, 4072.0, 4051.0, 4051.0, 4062.0, 4074.0, 4051.0, 4073.0, 4063.0, 4063.0, 4052.0, 4073.0, 4064.0, 4075.0, 4074.0, 4075.0, 4071.0, 4051.0, 4051.0, 4072.0, 4053.0, 4073.0, 4063.0, 4051.0, 4061.0, 4061.0, 4052.0, 4062.0, 4073.0, 4052.0, 4073.0, 4060.0, 4050.0, 4051.0, 4083.0, 4051.0, 4062.0, 4060.0, 4050.0, 4049.0, 4060.0, 4063.0, 4063.0, 4073.0, 4051.0, 4061.0, 4061.0, 4051.0, 4063.0, 4063.0, 4062.0, 4072.0, 4061.0, 4050.0, 4050.0, 4072.0, 4051.0, 4062.0, 4051.0, 4051.0, 4062.0, 4050.0, 4062.0, 4075.0, 4065.0, 4074.0, 4064.0, 4063.0, 4062.0, 4071.0, 4051.0, 4063.0, 4064.0, 4064.0, 4062.0, 4049.0, 4060.0, 4062.0, 4085.0, 4063.0, 4065.0, 4074.0, 4063.0, 4062.0, 4064.0, 4064.0, 4074.0, 4063.0, 4074.0, 4074.0, 4052.0, 4062.0, 4084.0, 4052.0, 4062.0, 4061.0, 4051.0, 4061.0, 4050.0, 4050.0, 4062.0, 4063.0, 4073.0, 4075.0, 4065.0, 4074.0, 4064.0, 4064.0, 4074.0, 4075.0, 4075.0, 4087.0, 4066.0, 4075.0, 4064.0, 4063.0, 4062.0, 4062.0, 4062.0, 4096.0, 4063.0, 4063.0, 4063.0, 4061.0, 4062.0, 4061.0, 4063.0, 4075.0, 4065.0, 4086.0, 4065.0, 4074.0, 4075.0, 4086.0, 4088.0, 4076.0, 4065.0, 4076.0, 4064.0, 4062.0, 4062.0, 4095.0, 4076.0, 4064.0, 4064.0, 4073.0, 4073.0, 4062.0, 4087.0, 4087.0, 4078.0, 4089.0, 4088.0, 4076.0, 4076.0, 4100.0, 4098.0, 4097.0, 4075.0, 4063.0, 4050.0, 4060.0, 4063.0, 4063.0, 4073.0, 4062.0, 4062.0, 4062.0, 4061.0, 4074.0, 4095.0, 4063.0, 4073.0, 4061.0, 4049.0, 4050.0, 4060.0, 4062.0, 4062.0, 4051.0, 4061.0, 4059.0, 4049.0, 4049.0, 4060.0, 4061.0, 4062.0, 4063.0, 4050.0, 4060.0, 4060.0, 4074.0, 4063.0, 4062.0, 4073.0, 4051.0, 4060.0, 4061.0, 4061.0, 4062.0, 4084.0, 4063.0, 4062.0, 4061.0, 4060.0, 4060.0, 4063.0, 4052.0, 4062.0, 4072.0, 4061.0, 4062.0, 4062.0, 4061.0, 4074.0, 4074.0, 4075.0, 4064.0, 4063.0, 4063.0, 4063.0, 4085.0, 4084.0, 4095.0, 4106.0, 4076.0, 4064.0, 4064.0, 4062.0, 4062.0, 4062.0, 4061.0, 4051.0, 4061.0, 4063.0, 4076.0, 4075.0, 4076.0, 4074.0, 4072.0, 4061.0, 4081.0, 4072.0, 4070.0, 4080.0, 4071.0, 4047.0, 4057.0, 4033.0, 4032.0, 4031.0, 4033.0, 4033.0, 4045.0, 4034.0, 4045.0, 4045.0, 4046.0, 4046.0, 4048.0, 4059.0, 4059.0, 4059.0, 4048.0, 4059.0, 4060.0, 4061.0, 4072.0, 4072.0, 4074.0, 4065.0, 4085.0, 4073.0, 4061.0, 4073.0, 4074.0, 4065.0, 4074.0, 4062.0, 4052.0, 4074.0, 4076.0, 4065.0, 4075.0, 4087.0, 4075.0, 4074.0, 4075.0, 4087.0, 4098.0, 4077.0, 4087.0, 4066.0, 4074.0, 4074.0, 4106.0, 4075.0, 4075.0, 4054.0, 4072.0, 4063.0, 4063.0, 4074.0, 4076.0, 4077.0, 4087.0, 4088.0, 4075.0, 4074.0, 4084.0, 4087.0, 4077.0, 4076.0, 4075.0, 4073.0, 4073.0, 4052.0, 4074.0, 4074.0, 4064.0, 4074.0, 4084.0, 4063.0, 4073.0, 4075.0, 4065.0, 4085.0, 4076.0, 4066.0, 4086.0, 4087.0, 4075.0, 4077.0, 4076.0, 4087.0, 4075.0, 4074.0, 4074.0, 4074.0, 4086.0, 4076.0, 4076.0, 4087.0, 4075.0, 4075.0, 4075.0, 4085.0, 4087.0, 4075.0, 4106.0, 4074.0, 4063.0, 4062.0, 4061.0, 4061.0, 4062.0, 4073.0, 4073.0, 4073.0, 4073.0, 4073.0, 4073.0, 4073.0, 4074.0, 4075.0, 4074.0, 4074.0, 4073.0, 4072.0, 4073.0, 4074.0, 4076.0, 4087.0, 4087.0, 4064.0, 4074.0, 4075.0, 4098.0, 4086.0, 4088.0, 4064.0, 4074.0, 4085.0, 4074.0, 4077.0, 4075.0, 4075.0, 4074.0, 4072.0, 4061.0, 4061.0, 4072.0, 4106.0, 4083.0, 4073.0, 4062.0, 4071.0, 4072.0, 4071.0, 4074.0, 4075.0, 4074.0, 4074.0, 4073.0, 4062.0, 4072.0, 4073.0, 4095.0, 4072.0, 4072.0, 4062.0, 4060.0, 4061.0, 4060.0, 4071.0, 4072.0, 4073.0, 4072.0, 4073.0, 4072.0, 4072.0, 4072.0, 4074.0, 4076.0, 4085.0, 4085.0, 4064.0, 4083.0, 4074.0, 4063.0, 4087.0, 4076.0, 4076.0, 4086.0, 4064.0, 4074.0, 4074.0, 4096.0, 4086.0, 4075.0, 4065.0, 4074.0, 4073.0, 4073.0, 4076.0, 4075.0, 4075.0, 4085.0, 4085.0, 4064.0, 4087.0, 4086.0, 4086.0, 4075.0, 4074.0, 4072.0, 4073.0, 4072.0, 4073.0, 4073.0, 4095.0, 4073.0, 4073.0, 4071.0, 4072.0, 4072.0, 4063.0, 4073.0, 4074.0, 4062.0, 4073.0, 4072.0, 4072.0, 4073.0, 4075.0, 4085.0, 4085.0, 4073.0, 4073.0, 4063.0, 4073.0, 4075.0, 4074.0, 4074.0, 4073.0, 4073.0, 4074.0, 4073.0, 4086.0, 4086.0, 4075.0, 4086.0, 4085.0, 4074.0, 4074.0, 4085.0, 4097.0, 4085.0, 4085.0, 4074.0, 4073.0, 4071.0, 4061.0, 4072.0, 4073.0, 4063.0, 4084.0, 4084.0, 4073.0, 4083.0, 4073.0, 4086.0, 4086.0, 4086.0, 4085.0, 4085.0, 4073.0, 4073.0, 4075.0, 4086.0, 4084.0, 4084.0], 'WindowWidth': [9143.0, 9130.0, 9112.0, 9070.0, 9065.0, 9081.0, 9056.0, 9068.0, 9065.0, 9047.0, 9053.0, 9039.0, 9061.0, 9090.0, 9031.0, 9043.0, 9038.0, 9035.0, 9052.0, 9057.0, 9060.0, 9043.0, 9024.0, 9038.0, 9051.0, 9025.0, 9060.0, 9062.0, 9080.0, 9047.0, 9026.0, 9055.0, 9071.0, 9052.0, 9065.0, 9064.0, 9063.0, 9089.0, 9062.0, 9068.0, 9082.0, 9064.0, 9064.0, 9041.0, 9039.0, 9081.0, 9049.0, 9064.0, 9045.0, 9058.0, 9042.0, 9048.0, 9068.0, 9119.0, 9075.0, 9084.0, 9062.0, 9044.0, 9078.0, 9081.0, 9062.0, 9063.0, 9058.0, 9037.0, 9038.0, 9062.0, 9064.0, 9048.0, 9065.0, 9047.0, 9032.0, 9061.0, 9084.0, 9081.0, 9072.0, 9055.0, 9066.0, 9076.0, 9045.0, 9085.0, 9082.0, 9066.0, 9051.0, 9032.0, 9058.0, 9059.0, 9033.0, 9085.0, 9084.0, 9084.0, 9070.0, 9049.0, 9046.0, 9079.0, 9047.0, 9101.0, 9070.0, 9064.0, 9081.0, 9029.0, 9040.0, 9038.0, 9062.0, 9065.0, 9060.0, 9064.0, 9062.0, 9030.0, 9045.0, 9065.0, 9060.0, 9068.0, 9066.0, 9069.0, 9064.0, 9033.0, 9045.0, 9090.0, 9070.0, 9070.0, 9066.0, 9064.0, 9059.0, 9045.0, 9067.0, 9084.0, 9056.0, 9082.0, 9048.0, 9062.0, 9045.0, 9068.0, 9085.0, 9104.0, 9087.0, 9068.0, 9045.0, 9044.0, 9080.0, 9070.0, 9065.0, 9062.0, 9064.0, 9055.0, 9023.0, 9022.0, 9064.0, 9031.0, 9062.0, 9059.0, 9058.0, 9042.0, 9043.0, 9067.0, 9097.0, 9049.0, 9061.0, 9055.0, 9040.0, 9076.0, 9063.0, 9041.0, 9059.0, 9036.0, 9017.0, 9020.0, 9041.0, 9058.0, 9028.0, 9058.0, 9040.0, 9025.0, 9057.0, 9081.0, 9055.0, 9087.0, 9065.0, 9061.0, 9061.0, 9083.0, 9065.0, 9101.0, 9063.0, 9058.0, 9023.0, 9021.0, 9054.0, 9024.0, 9038.0, 9037.0, 9037.0, 9052.0, 9019.0, 9041.0, 9026.0, 9031.0, 9046.0, 9081.0, 9033.0, 9063.0, 9043.0, 9052.0, 9023.0, 9058.0, 9046.0, 9078.0, 9029.0, 9043.0, 9024.0, 9038.0, 9039.0, 9046.0, 9060.0, 9049.0, 9046.0, 9059.0, 9045.0, 9046.0, 9052.0, 9102.0, 9053.0, 9066.0, 9050.0, 9047.0, 9026.0, 9027.0, 9047.0, 9080.0, 9032.0, 9065.0, 9063.0, 9032.0, 9044.0, 9062.0, 9052.0, 9067.0, 9067.0, 9080.0, 9060.0, 9045.0, 9047.0, 9067.0, 9067.0, 9066.0, 9082.0, 9035.0, 9059.0, 9044.0, 9044.0, 9063.0, 9064.0, 9063.0, 9053.0, 9046.0, 9043.0, 9058.0, 9034.0, 9067.0, 9068.0, 9049.0, 9064.0, 9063.0, 9036.0, 9047.0, 9050.0, 9053.0, 9082.0, 9052.0, 9081.0, 9049.0, 9030.0, 9044.0, 9100.0, 9051.0, 9065.0, 9045.0, 9054.0, 9042.0, 9046.0, 9062.0, 9047.0, 9031.0, 9063.0, 9061.0, 9058.0, 9042.0, 9045.0, 9064.0, 9084.0, 9037.0, 9077.0, 9042.0, 9041.0, 9043.0, 9050.0, 9062.0, 9034.0, 9034.0, 9060.0, 9059.0, 9013.0, 9061.0, 9067.0, 9062.0, 9047.0, 9032.0, 9063.0, 9075.0, 9030.0, 9053.0, 9087.0, 9054.0, 9082.0, 9062.0, 9063.0, 9044.0, 9047.0, 9090.0, 9072.0, 9054.0, 9067.0, 9082.0, 9033.0, 9046.0, 9071.0, 9065.0, 9066.0, 9048.0, 9060.0, 9058.0, 9032.0, 9048.0, 9086.0, 9035.0, 9065.0, 9046.0, 9028.0, 9038.0, 9060.0, 9061.0, 9062.0, 9034.0, 9058.0, 9056.0, 9030.0, 9043.0, 9094.0, 9030.0, 9055.0, 9052.0, 9037.0, 9036.0, 9021.0, 9055.0, 9041.0, 9041.0, 9040.0, 9023.0, 9022.0, 9043.0, 9045.0, 9031.0, 9060.0, 9056.0, 9025.0, 9039.0, 9058.0, 9042.0, 9074.0, 9052.0, 9040.0, 9022.0, 9009.0, 9037.0, 9029.0, 9030.0, 9059.0, 9061.0, 9034.0, 9043.0, 9042.0, 9035.0, 9063.0, 9050.0, 9077.0, 9047.0, 9032.0, 9045.0, 9077.0, 9052.0, 9065.0, 9067.0, 9048.0, 9060.0, 9029.0, 9029.0, 9045.0, 9065.0, 9032.0, 9062.0, 9049.0, 9050.0, 9034.0, 9062.0, 9056.0, 9068.0, 9069.0, 9069.0, 9060.0, 9030.0, 9030.0, 9061.0, 9035.0, 9062.0, 9050.0, 9030.0, 9041.0, 9042.0, 9035.0, 9046.0, 9064.0, 9032.0, 9059.0, 9040.0, 9027.0, 9029.0, 9077.0, 9031.0, 9047.0, 9042.0, 9025.0, 9024.0, 9041.0, 9050.0, 9049.0, 9062.0, 9031.0, 9041.0, 9043.0, 9029.0, 9047.0, 9049.0, 9046.0, 9060.0, 9044.0, 9026.0, 9025.0, 9060.0, 9031.0, 9046.0, 9031.0, 9030.0, 9045.0, 9028.0, 9044.0, 9068.0, 9055.0, 9065.0, 9052.0, 9048.0, 9046.0, 9056.0, 9028.0, 9048.0, 9053.0, 9050.0, 9044.0, 9024.0, 9039.0, 9044.0, 9081.0, 9049.0, 9056.0, 9068.0, 9047.0, 9046.0, 9052.0, 9053.0, 9066.0, 9050.0, 9064.0, 9065.0, 9032.0, 9045.0, 9079.0, 9034.0, 9044.0, 9044.0, 9028.0, 9041.0, 9026.0, 9026.0, 9043.0, 9050.0, 9063.0, 9069.0, 9056.0, 9068.0, 9052.0, 9051.0, 9065.0, 9069.0, 9069.0, 9087.0, 9059.0, 9068.0, 9052.0, 9047.0, 9046.0, 9046.0, 9046.0, 9101.0, 9049.0, 9049.0, 9049.0, 9044.0, 9043.0, 9044.0, 9049.0, 9069.0, 9055.0, 9085.0, 9056.0, 9066.0, 9068.0, 9085.0, 9090.0, 9072.0, 9057.0, 9070.0, 9051.0, 9045.0, 9046.0, 9098.0, 9071.0, 9052.0, 9053.0, 9063.0, 9062.0, 9046.0, 9089.0, 9089.0, 9079.0, 9095.0, 9091.0, 9073.0, 9072.0, 9113.0, 9106.0, 9105.0, 9070.0, 9048.0, 9026.0, 9040.0, 9052.0, 9049.0, 9061.0, 9047.0, 9046.0, 9045.0, 9043.0, 9066.0, 9098.0, 9050.0, 9064.0, 9044.0, 9024.0, 9026.0, 9042.0, 9047.0, 9045.0, 9032.0, 9044.0, 9037.0, 9024.0, 9023.0, 9041.0, 9045.0, 9045.0, 9050.0, 9028.0, 9041.0, 9041.0, 9068.0, 9050.0, 9047.0, 9065.0, 9030.0, 9041.0, 9043.0, 9041.0, 9047.0, 9080.0, 9049.0, 9048.0, 9043.0, 9040.0, 9040.0, 9049.0, 9033.0, 9047.0, 9060.0, 9045.0, 9044.0, 9044.0, 9044.0, 9067.0, 9065.0, 9071.0, 9054.0, 9049.0, 9049.0, 9048.0, 9081.0, 9082.0, 9098.0, 9112.0, 9072.0, 9055.0, 9052.0, 9046.0, 9047.0, 9046.0, 9044.0, 9030.0, 9044.0, 9051.0, 9072.0, 9072.0, 9072.0, 9066.0, 9062.0, 9044.0, 9071.0, 9062.0, 9053.0, 9069.0, 9059.0, 9017.0, 9030.0, 8991.0, 8986.0, 8986.0, 8991.0, 8993.0, 9010.0, 8995.0, 9012.0, 9011.0, 9012.0, 9015.0, 9020.0, 9039.0, 9037.0, 9037.0, 9022.0, 9036.0, 9040.0, 9042.0, 9060.0, 9058.0, 9065.0, 9055.0, 9082.0, 9060.0, 9044.0, 9061.0, 9065.0, 9054.0, 9065.0, 9046.0, 9032.0, 9064.0, 9070.0, 9055.0, 9070.0, 9090.0, 9068.0, 9066.0, 9067.0, 9088.0, 9107.0, 9073.0, 9088.0, 9058.0, 9065.0, 9063.0, 9111.0, 9067.0, 9068.0, 9039.0, 9061.0, 9049.0, 9049.0, 9064.0, 9072.0, 9075.0, 9088.0, 9091.0, 9071.0, 9066.0, 9078.0, 9089.0, 9074.0, 9071.0, 9069.0, 9062.0, 9061.0, 9034.0, 9066.0, 9065.0, 9055.0, 9066.0, 9078.0, 9048.0, 9062.0, 9067.0, 9056.0, 9082.0, 9073.0, 9059.0, 9085.0, 9087.0, 9068.0, 9076.0, 9072.0, 9087.0, 9070.0, 9065.0, 9064.0, 9064.0, 9086.0, 9072.0, 9072.0, 9086.0, 9069.0, 9068.0, 9067.0, 9084.0, 9089.0, 9069.0, 9111.0, 9064.0, 9049.0, 9045.0, 9043.0, 9044.0, 9046.0, 9063.0, 9063.0, 9064.0, 9062.0, 9063.0, 9060.0, 9061.0, 9064.0, 9068.0, 9066.0, 9067.0, 9064.0, 9060.0, 9061.0, 9066.0, 9074.0, 9087.0, 9089.0, 9054.0, 9066.0, 9067.0, 9107.0, 9087.0, 9092.0, 9055.0, 9065.0, 9079.0, 9067.0, 9076.0, 9069.0, 9070.0, 9064.0, 9060.0, 9045.0, 9042.0, 9060.0, 9116.0, 9077.0, 9064.0, 9047.0, 9058.0, 9059.0, 9057.0, 9067.0, 9067.0, 9067.0, 9065.0, 9063.0, 9047.0, 9059.0, 9062.0, 9096.0, 9061.0, 9059.0, 9047.0, 9040.0, 9041.0, 9040.0, 9057.0, 9061.0, 9062.0, 9062.0, 9064.0, 9059.0, 9059.0, 9060.0, 9065.0, 9073.0, 9081.0, 9084.0, 9055.0, 9077.0, 9065.0, 9052.0, 9089.0, 9072.0, 9071.0, 9086.0, 9053.0, 9064.0, 9066.0, 9101.0, 9085.0, 9069.0, 9058.0, 9065.0, 9062.0, 9063.0, 9072.0, 9068.0, 9072.0, 9082.0, 9081.0, 9053.0, 9088.0, 9085.0, 9088.0, 9068.0, 9066.0, 9060.0, 9060.0, 9061.0, 9062.0, 9062.0, 9096.0, 9062.0, 9061.0, 9057.0, 9058.0, 9058.0, 9050.0, 9063.0, 9065.0, 9048.0, 9062.0, 9061.0, 9060.0, 9064.0, 9069.0, 9082.0, 9083.0, 9063.0, 9061.0, 9048.0, 9064.0, 9072.0, 9065.0, 9065.0, 9063.0, 9064.0, 9064.0, 9063.0, 9086.0, 9084.0, 9071.0, 9085.0, 9082.0, 9068.0, 9066.0, 9084.0, 9106.0, 9083.0, 9084.0, 9065.0, 9061.0, 9057.0, 9046.0, 9061.0, 9064.0, 9052.0, 9079.0, 9080.0, 9063.0, 9077.0, 9063.0, 9088.0, 9086.0, 9086.0, 9084.0, 9084.0, 9066.0, 9064.0, 9069.0, 9088.0, 9080.0, 9081.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.001244002192982456</td></tr>
<tr><td colspan=3>aqi</td><td>0.03460743706140351</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.1726544042042</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.132558485565312</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9736214125905583</td></tr>
<tr><td colspan=3>efc</td><td>0.5095</td></tr>
<tr><td colspan=3>fber</td><td>3890.0964</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11867467550531388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.881578947368421</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4556766263533794</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3612160346133138</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692391663081108</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3134221813657163</td></tr>
<tr><td colspan=3>gcor</td><td>0.00438338</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01726379245519638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03908374905586243</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.9664673959255228</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>22.3785</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.473</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.1172</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4043</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.5936</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3212.385</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.878</td></tr>
<tr><td colspan=3>tsnr</td><td>31.483342705934774</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>