<?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-0061_ses-01_task-social_acq-mb8_run-02_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-0061_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0061_suffix-bold_task-social" 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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0061_suffix-bold_task-social" 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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_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-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-01_task-social_acq-mb8_run-02_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-0061/ses-01/func/sub-0061_ses-01_task-social_acq-mb8_run-02_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>acb95216a86bd2e6ad93cd3c2ebf83c7</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:40:44.477500</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_VE11E_LATEST_20181129</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.997447, -0.0639716, 0.0317373, 0.0597834, 0.99111, 0.118855]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.0785377</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7769, -7271, 598, -85, -165, -15, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d8497a9b-dcd4-4985-8be8-201c454b57eb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676077127456665, 0.1603945940732956, 0.10545793175697327, 99.88825988769531], [0.17163123190402985, 2.65907621383667, 0.3149668574333191, -110.63965606689453], [0.08514877408742905, -0.3188798129558563, 2.6794915199279785, -56.033790588378906], [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, 872]</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], 'AcquisitionTime': ['124044.477500', '124044.937500', '124045.397500', '124045.857500', '124046.317500', '124046.777500', '124047.237500', '124047.697500', '124048.157500', '124048.617500', '124049.077500', '124049.537500', '124049.997500', '124050.457500', '124050.917500', '124051.377500', '124051.837500', '124052.297500', '124052.757500', '124053.217500', '124053.677500', '124054.137500', '124054.597500', '124055.057500', '124055.517500', '124055.977500', '124056.437500', '124056.897500', '124057.357500', '124057.817500', '124058.277500', '124058.737500', '124059.197500', '124059.657500', '124100.117500', '124100.577500', '124101.037500', '124101.497500', '124101.957500', '124102.417500', '124102.877500', '124103.337500', '124103.797500', '124104.257500', '124104.717500', '124105.177500', '124105.637500', '124106.097500', '124106.557500', '124107.017500', '124107.477500', '124107.937500', '124108.397500', '124108.857500', '124109.317500', '124109.777500', '124110.237500', '124110.697500', '124111.157500', '124111.617500', '124112.077500', '124112.537500', '124112.997500', '124113.457500', '124113.917500', '124114.377500', '124114.837500', '124115.297500', '124115.757500', '124116.217500', '124116.677500', '124117.137500', '124117.597500', '124118.057500', '124118.517500', '124118.977500', '124119.437500', '124119.897500', '124120.357500', '124120.817500', '124121.277500', '124121.737500', '124122.197500', '124122.657500', '124123.117500', '124123.577500', '124124.037500', '124124.497500', '124124.957500', '124125.417500', '124125.877500', '124126.337500', '124126.797500', '124127.257500', '124127.717500', '124128.177500', '124128.637500', '124129.097500', '124129.557500', '124130.017500', '124130.477500', '124130.937500', '124131.397500', '124131.857500', '124132.317500', '124132.777500', '124133.237500', '124133.697500', '124134.157500', '124134.617500', '124135.077500', '124135.537500', '124135.997500', '124136.457500', '124136.917500', '124137.377500', '124137.837500', '124138.297500', '124138.757500', '124139.217500', '124139.677500', '124140.137500', '124140.597500', '124141.057500', '124141.517500', '124141.977500', '124142.437500', '124142.897500', '124143.357500', '124143.817500', '124144.277500', '124144.737500', '124145.197500', '124145.657500', '124146.117500', '124146.577500', '124147.037500', '124147.497500', '124147.957500', '124148.417500', '124148.877500', '124149.337500', '124149.797500', '124150.257500', '124150.717500', '124151.177500', '124151.637500', '124152.097500', '124152.557500', '124153.017500', '124153.477500', '124153.937500', '124154.397500', '124154.857500', '124155.317500', '124155.777500', '124156.237500', '124156.697500', '124157.157500', '124157.617500', '124158.077500', '124158.537500', '124158.997500', '124159.457500', '124159.917500', '124200.377500', '124200.837500', '124201.297500', '124201.757500', '124202.217500', '124202.677500', '124203.137500', '124203.597500', '124204.057500', '124204.517500', '124204.977500', '124205.437500', '124205.897500', '124206.357500', '124206.817500', '124207.277500', '124207.737500', '124208.197500', '124208.657500', '124209.117500', '124209.577500', '124210.037500', '124210.497500', '124210.957500', '124211.417500', '124211.877500', '124212.337500', '124212.797500', '124213.257500', '124213.717500', '124214.177500', '124214.637500', '124215.097500', '124215.557500', '124216.017500', '124216.477500', '124216.937500', '124217.397500', '124217.857500', '124218.317500', '124218.777500', '124219.237500', '124219.697500', '124220.157500', '124220.617500', '124221.077500', '124221.537500', '124221.997500', '124222.457500', '124222.917500', '124223.377500', '124223.837500', '124224.297500', '124224.757500', '124225.217500', '124225.677500', '124226.137500', '124226.597500', '124227.057500', '124227.517500', '124227.977500', '124228.437500', '124228.897500', '124229.357500', '124229.817500', '124230.277500', '124230.737500', '124231.197500', '124231.657500', '124232.117500', '124232.577500', '124233.037500', '124233.497500', '124233.957500', '124234.417500', '124234.877500', '124235.337500', '124235.797500', '124236.257500', '124236.717500', '124237.177500', '124237.637500', '124238.097500', '124238.557500', '124239.017500', '124239.477500', '124239.937500', '124240.397500', '124240.857500', '124241.317500', '124241.777500', '124242.237500', '124242.697500', '124243.157500', '124243.617500', '124244.077500', '124244.537500', '124244.997500', '124245.457500', '124245.917500', '124246.377500', '124246.837500', '124247.297500', '124247.757500', '124248.217500', '124248.677500', '124249.137500', '124249.597500', '124250.057500', '124250.517500', '124250.977500', '124251.437500', '124251.897500', '124252.357500', '124252.817500', '124253.277500', '124253.737500', '124254.197500', '124254.657500', '124255.117500', '124255.577500', '124256.037500', '124256.497500', '124256.957500', '124257.417500', '124257.877500', '124258.337500', '124258.797500', '124259.257500', '124259.717500', '124300.177500', '124300.637500', '124301.097500', '124301.557500', '124302.017500', '124302.477500', '124302.937500', '124303.397500', '124303.857500', '124304.317500', '124304.777500', '124305.237500', '124305.697500', '124306.157500', '124306.617500', '124307.077500', '124307.537500', '124307.997500', '124308.457500', '124308.917500', '124309.377500', '124309.837500', '124310.297500', '124310.757500', '124311.217500', '124311.677500', '124312.137500', '124312.597500', '124313.057500', '124313.517500', '124313.977500', '124314.437500', '124314.897500', '124315.357500', '124315.817500', '124316.277500', '124316.737500', '124317.197500', '124317.657500', '124318.117500', '124318.577500', '124319.037500', '124319.497500', '124319.957500', '124320.417500', '124320.877500', '124321.337500', '124321.797500', '124322.257500', '124322.717500', '124323.177500', '124323.637500', '124324.097500', '124324.557500', '124325.017500', '124325.477500', '124325.937500', '124326.397500', '124326.857500', '124327.317500', '124327.777500', '124328.237500', '124328.697500', '124329.157500', '124329.617500', '124330.077500', '124330.537500', '124330.997500', '124331.457500', '124331.917500', '124332.377500', '124332.837500', '124333.297500', '124333.757500', '124334.217500', '124334.677500', '124335.137500', '124335.597500', '124336.057500', '124336.517500', '124336.977500', '124337.437500', '124337.897500', '124338.357500', '124338.817500', '124339.277500', '124339.737500', '124340.197500', '124340.657500', '124341.117500', '124341.577500', '124342.037500', '124342.497500', '124342.957500', '124343.417500', '124343.877500', '124344.337500', '124344.797500', '124345.257500', '124345.717500', '124346.177500', '124346.637500', '124347.097500', '124347.557500', '124348.017500', '124348.477500', '124348.937500', '124349.397500', '124349.857500', '124350.317500', '124350.777500', '124351.237500', '124351.697500', '124352.157500', '124352.617500', '124353.077500', '124353.537500', '124353.997500', '124354.457500', '124354.917500', '124355.377500', '124355.837500', '124356.297500', '124356.757500', '124357.217500', '124357.677500', '124358.137500', '124358.597500', '124359.057500', '124359.517500', '124359.977500', '124400.437500', '124400.897500', '124401.357500', '124401.817500', '124402.277500', '124402.737500', '124403.197500', '124403.657500', '124404.117500', '124404.577500', '124405.037500', '124405.497500', '124405.957500', '124406.417500', '124406.877500', '124407.337500', '124407.797500', '124408.257500', '124408.717500', '124409.177500', '124409.637500', '124410.097500', '124410.557500', '124411.017500', '124411.477500', '124411.937500', '124412.397500', '124412.857500', '124413.317500', '124413.777500', '124414.237500', '124414.697500', '124415.157500', '124415.617500', '124416.077500', '124416.537500', '124416.997500', '124417.457500', '124417.917500', '124418.377500', '124418.837500', '124419.297500', '124419.757500', '124420.217500', '124420.677500', '124421.137500', '124421.597500', '124422.057500', '124422.517500', '124422.977500', '124423.437500', '124423.897500', '124424.357500', '124424.817500', '124425.277500', '124425.737500', '124426.197500', '124426.657500', '124427.117500', '124427.577500', '124428.037500', '124428.497500', '124428.957500', '124429.417500', '124429.877500', '124430.337500', '124430.797500', '124431.257500', '124431.717500', '124432.177500', '124432.637500', '124433.097500', '124433.557500', '124434.017500', '124434.477500', '124434.937500', '124435.397500', '124435.857500', '124436.317500', '124436.777500', '124437.237500', '124437.697500', '124438.157500', '124438.617500', '124439.077500', '124439.537500', '124439.997500', '124440.457500', '124440.917500', '124441.377500', '124441.837500', '124442.297500', '124442.757500', '124443.217500', '124443.677500', '124444.137500', '124444.597500', '124445.057500', '124445.517500', '124445.977500', '124446.437500', '124446.897500', '124447.357500', '124447.817500', '124448.277500', '124448.737500', '124449.197500', '124449.657500', '124450.117500', '124450.577500', '124451.037500', '124451.497500', '124451.957500', '124452.417500', '124452.877500', '124453.337500', '124453.797500', '124454.257500', '124454.717500', '124455.177500', '124455.637500', '124456.097500', '124456.557500', '124457.017500', '124457.477500', '124457.937500', '124458.397500', '124458.857500', '124459.317500', '124459.777500', '124500.237500', '124500.697500', '124501.157500', '124501.617500', '124502.077500', '124502.537500', '124502.997500', '124503.457500', '124503.917500', '124504.377500', '124504.837500', '124505.297500', '124505.757500', '124506.217500', '124506.677500', '124507.137500', '124507.597500', '124508.057500', '124508.517500', '124508.977500', '124509.437500', '124509.897500', '124510.357500', '124510.817500', '124511.277500', '124511.737500', '124512.197500', '124512.657500', '124513.117500', '124513.577500', '124514.037500', '124514.497500', '124514.957500', '124515.417500', '124515.877500', '124516.337500', '124516.797500', '124517.257500', '124517.717500', '124518.177500', '124518.637500', '124519.097500', '124519.557500', '124520.017500', '124520.477500', '124520.937500', '124521.397500', '124521.857500', '124522.317500', '124522.777500', '124523.237500', '124523.697500', '124524.157500', '124524.617500', '124525.077500', '124525.537500', '124525.997500', '124526.457500', '124526.917500', '124527.377500', '124527.837500', '124528.297500', '124528.757500', '124529.217500', '124529.677500', '124530.137500', '124530.597500', '124531.057500', '124531.517500', '124531.977500', '124532.437500', '124532.897500', '124533.357500', '124533.817500', '124534.277500', '124534.737500', '124535.197500', '124535.657500', '124536.117500', '124536.577500', '124537.037500', '124537.497500', '124537.957500', '124538.417500', '124538.877500', '124539.337500', '124539.797500', '124540.257500', '124540.717500', '124541.177500', '124541.637500', '124542.097500', '124542.557500', '124543.017500', '124543.477500', '124543.937500', '124544.397500', '124544.857500', '124545.317500', '124545.777500', '124546.237500', '124546.697500', '124547.157500', '124547.617500', '124548.077500', '124548.537500', '124548.997500', '124549.457500', '124549.917500', '124550.377500', '124550.837500', '124551.297500', '124551.757500', '124552.217500', '124552.677500', '124553.137500', '124553.597500', '124554.057500', '124554.517500', '124554.977500', '124555.437500', '124555.897500', '124556.357500', '124556.817500', '124557.277500', '124557.737500', '124558.197500', '124558.657500', '124559.117500', '124559.577500', '124600.037500', '124600.497500', '124600.957500', '124601.417500', '124601.877500', '124602.337500', '124602.797500', '124603.257500', '124603.717500', '124604.177500', '124604.637500', '124605.097500', '124605.557500', '124606.017500', '124606.477500', '124606.937500', '124607.397500', '124607.857500', '124608.317500', '124608.777500', '124609.237500', '124609.697500', '124610.157500', '124610.617500', '124611.077500', '124611.537500', '124611.997500', '124612.457500', '124612.917500', '124613.377500', '124613.837500', '124614.297500', '124614.757500', '124615.217500', '124615.677500', '124616.137500', '124616.597500', '124617.057500', '124617.517500', '124617.977500', '124618.437500', '124618.897500', '124619.357500', '124619.817500', '124620.277500', '124620.737500', '124621.197500', '124621.657500', '124622.117500', '124622.577500', '124623.037500', '124623.497500', '124623.957500', '124624.417500', '124624.877500', '124625.337500', '124625.797500', '124626.257500', '124626.717500', '124627.177500', '124627.637500', '124628.097500', '124628.557500', '124629.017500', '124629.477500', '124629.937500', '124630.397500', '124630.857500', '124631.317500', '124631.777500', '124632.237500', '124632.697500', '124633.157500', '124633.617500', '124634.077500', '124634.537500', '124634.997500', '124635.457500', '124635.917500', '124636.377500', '124636.837500', '124637.297500', '124637.757500', '124638.217500', '124638.677500', '124639.137500', '124639.597500', '124640.057500', '124640.517500', '124640.977500', '124641.437500', '124641.897500', '124642.357500', '124642.817500', '124643.277500', '124643.737500', '124644.197500', '124644.657500', '124645.117500', '124645.577500', '124646.037500', '124646.497500', '124646.957500', '124647.417500', '124647.877500', '124648.337500', '124648.797500', '124649.257500', '124649.717500', '124650.177500', '124650.637500', '124651.097500', '124651.557500', '124652.017500', '124652.477500', '124652.937500', '124653.397500', '124653.857500', '124654.317500', '124654.777500', '124655.237500', '124655.697500', '124656.157500', '124656.617500', '124657.077500', '124657.537500', '124657.997500', '124658.457500', '124658.917500', '124659.377500', '124659.837500', '124700.297500', '124700.757500', '124701.217500', '124701.677500', '124702.137500', '124702.597500', '124703.057500', '124703.517500', '124703.977500', '124704.437500', '124704.897500', '124705.357500', '124705.817500', '124706.277500', '124706.737500', '124707.197500', '124707.657500', '124708.117500', '124708.577500', '124709.037500', '124709.497500', '124709.957500', '124710.417500', '124710.877500', '124711.337500', '124711.797500', '124712.257500', '124712.717500', '124713.177500', '124713.637500', '124714.097500', '124714.557500', '124715.017500', '124715.477500', '124715.937500', '124716.397500', '124716.857500', '124717.317500', '124717.777500', '124718.237500', '124718.697500', '124719.157500', '124719.617500', '124720.077500', '124720.537500', '124720.997500', '124721.457500', '124721.917500', '124722.377500', '124722.837500', '124723.297500', '124723.757500', '124724.217500', '124724.677500', '124725.137500'], 'ContentTime': ['124054.641000', '124054.644000', '124054.646000', '124054.649000', '124054.652000', '124054.654000', '124054.663000', '124054.666000', '124054.668000', '124054.671000', '124054.673000', '124054.676000', '124054.679000', '124054.681000', '124054.684000', '124054.686000', '124054.695000', '124054.698000', '124054.700000', '124054.703000', '124114.601000', '124114.604000', '124114.607000', '124114.610000', '124114.612000', '124114.615000', '124114.617000', '124114.620000', '124114.623000', '124114.625000', '124114.628000', '124114.630000', '124114.633000', '124114.636000', '124114.638000', '124114.641000', '124114.643000', '124114.646000', '124114.649000', '124114.651000', '124114.654000', '124114.657000', '124114.659000', '124114.662000', '124114.664000', '124114.667000', '124114.669000', '124114.672000', '124114.674000', '124114.677000', '124114.680000', '124114.682000', '124114.685000', '124114.687000', '124114.690000', '124114.693000', '124114.695000', '124114.698000', '124114.700000', '124114.705000', '124114.708000', '124114.711000', '124114.713000', '124134.601000', '124134.604000', '124134.607000', '124134.609000', '124134.612000', '124134.615000', '124134.617000', '124134.620000', '124134.622000', '124134.625000', '124134.628000', '124134.630000', '124134.633000', '124134.635000', '124134.638000', '124134.641000', '124134.643000', '124134.646000', '124134.648000', '124134.651000', '124134.654000', '124134.656000', '124134.659000', '124134.661000', '124134.664000', '124134.667000', '124134.669000', '124134.672000', '124134.674000', '124134.677000', '124134.679000', '124134.682000', '124134.685000', '124134.687000', '124134.690000', '124134.693000', '124134.695000', '124134.698000', '124134.700000', '124134.703000', '124134.706000', '124134.708000', '124134.711000', '124134.713000', '124154.601000', '124154.604000', '124154.607000', '124154.609000', '124154.612000', '124154.615000', '124154.617000', '124154.620000', '124154.622000', '124154.625000', '124154.628000', '124154.630000', '124154.633000', '124154.636000', '124154.638000', '124154.641000', '124154.643000', '124154.646000', '124154.649000', '124154.651000', '124154.654000', '124154.656000', '124154.659000', '124154.661000', '124154.664000', '124154.667000', '124154.669000', '124154.672000', '124154.674000', '124154.677000', '124154.680000', '124154.682000', '124154.685000', '124154.687000', '124154.690000', '124154.692000', '124154.695000', '124154.698000', '124154.700000', '124154.703000', '124154.705000', '124154.708000', '124154.710000', '124214.600000', '124214.603000', '124214.606000', '124214.608000', '124214.611000', '124214.614000', '124214.616000', '124214.619000', '124214.621000', '124214.625000', '124214.627000', '124214.630000', '124214.632000', '124214.635000', '124214.638000', '124214.640000', '124214.643000', '124214.645000', '124214.648000', '124214.651000', '124214.653000', '124214.656000', '124214.658000', '124214.661000', '124214.663000', '124214.666000', '124214.669000', '124214.671000', '124214.674000', '124214.677000', '124214.679000', '124214.682000', '124214.684000', '124214.701000', '124214.703000', '124214.706000', '124214.708000', '124214.711000', '124214.713000', '124214.716000', '124214.719000', '124214.721000', '124214.724000', '124234.600000', '124234.603000', '124234.606000', '124234.614000', '124234.617000', '124234.619000', '124234.622000', '124234.624000', '124234.627000', '124234.629000', '124234.632000', '124234.635000', '124234.637000', '124234.640000', '124234.642000', '124234.645000', '124234.647000', '124234.650000', '124234.653000', '124234.655000', '124234.658000', '124234.660000', '124234.663000', '124234.665000', '124234.668000', '124234.670000', '124234.673000', '124234.676000', '124234.678000', '124234.681000', '124234.683000', '124234.686000', '124234.688000', '124234.691000', '124234.694000', '124234.696000', '124234.699000', '124234.701000', '124234.704000', '124234.706000', '124234.709000', '124234.711000', '124234.714000', '124234.716000', '124254.600000', '124254.604000', '124254.607000', '124254.610000', '124254.612000', '124254.615000', '124254.633000', '124254.635000', '124254.638000', '124254.641000', '124254.643000', '124254.646000', '124254.648000', '124254.651000', '124254.653000', '124254.656000', '124254.659000', '124254.661000', '124254.664000', '124254.666000', '124254.669000', '124254.671000', '124254.674000', '124254.677000', '124254.679000', '124254.682000', '124254.684000', '124254.687000', '124254.689000', '124254.692000', '124254.695000', '124254.697000', '124254.700000', '124254.702000', '124254.705000', '124254.708000', '124254.710000', '124254.713000', '124254.715000', '124254.718000', '124254.720000', '124254.723000', '124254.726000', '124314.601000', '124314.604000', '124314.607000', '124314.610000', '124314.612000', '124314.615000', '124314.617000', '124314.620000', '124314.623000', '124314.625000', '124314.628000', '124314.630000', '124314.633000', '124314.636000', '124314.638000', '124314.641000', '124314.643000', '124314.646000', '124314.649000', '124314.651000', '124314.654000', '124314.656000', '124314.659000', '124314.661000', '124314.664000', '124314.667000', '124314.669000', '124314.672000', '124314.674000', '124314.677000', '124314.679000', '124314.682000', '124314.685000', '124314.687000', '124314.690000', '124314.692000', '124314.695000', '124314.697000', '124314.700000', '124314.703000', '124314.705000', '124314.708000', '124314.710000', '124314.713000', '124334.602000', '124334.605000', '124334.607000', '124334.610000', '124334.612000', '124334.615000', '124334.618000', '124334.620000', '124334.623000', '124334.626000', '124334.628000', '124334.631000', '124334.633000', '124334.636000', '124334.639000', '124334.641000', '124334.644000', '124334.646000', '124334.649000', '124334.651000', '124334.654000', '124334.657000', '124334.659000', '124334.662000', '124334.666000', '124334.669000', '124334.671000', '124334.674000', '124334.677000', '124334.679000', '124334.682000', '124334.684000', '124334.687000', '124334.690000', '124334.692000', '124334.695000', '124334.697000', '124334.700000', '124334.703000', '124334.705000', '124334.708000', '124334.710000', '124334.713000', '124354.602000', '124354.605000', '124354.607000', '124354.610000', '124354.612000', '124354.615000', '124354.617000', '124354.620000', '124354.623000', '124354.625000', '124354.628000', '124354.630000', '124354.633000', '124354.636000', '124354.638000', '124354.653000', '124354.655000', '124354.658000', '124354.661000', '124354.663000', '124354.666000', '124354.668000', '124354.671000', '124354.673000', '124354.676000', '124354.678000', '124354.681000', '124354.684000', '124354.686000', '124354.689000', '124354.692000', '124354.694000', '124354.697000', '124354.699000', '124354.702000', '124354.704000', '124354.707000', '124354.709000', '124354.712000', '124354.715000', '124354.717000', '124354.720000', '124354.722000', '124354.725000', '124414.601000', '124414.604000', '124414.607000', '124414.609000', '124414.612000', '124414.615000', '124414.617000', '124414.620000', '124414.622000', '124414.625000', '124414.628000', '124414.630000', '124414.633000', '124414.635000', '124414.638000', '124414.641000', '124414.643000', '124414.646000', '124414.648000', '124414.651000', '124414.654000', '124414.656000', '124414.659000', '124414.661000', '124414.664000', '124414.667000', '124414.669000', '124414.672000', '124414.674000', '124414.677000', '124414.680000', '124414.682000', '124414.685000', '124414.687000', '124414.690000', '124414.692000', '124414.695000', '124414.697000', '124414.700000', '124414.703000', '124414.705000', '124414.708000', '124414.710000', '124434.600000', '124434.603000', '124434.606000', '124434.608000', '124434.611000', '124434.614000', '124434.616000', '124434.619000', '124434.621000', '124434.624000', '124434.626000', '124434.629000', '124434.632000', '124434.634000', '124434.637000', '124434.639000', '124434.642000', '124434.645000', '124434.647000', '124434.650000', '124434.652000', '124434.655000', '124434.657000', '124434.660000', '124434.663000', '124434.665000', '124434.668000', '124434.670000', '124434.673000', '124434.675000', '124434.678000', '124434.681000', '124434.683000', '124434.686000', '124434.688000', '124434.691000', '124434.694000', '124434.696000', '124434.699000', '124434.701000', '124434.704000', '124434.706000', '124434.709000', '124434.712000', '124454.600000', '124454.603000', '124454.606000', '124454.608000', '124454.611000', '124454.614000', '124454.616000', '124454.619000', '124454.621000', '124454.624000', '124454.627000', '124454.629000', '124454.632000', '124454.634000', '124454.637000', '124454.639000', '124454.642000', '124454.645000', '124454.647000', '124454.650000', '124454.652000', '124454.655000', '124454.657000', '124454.660000', '124454.663000', '124454.665000', '124454.668000', '124454.671000', '124454.673000', '124454.676000', '124454.679000', '124454.681000', '124454.684000', '124454.687000', '124454.689000', '124454.692000', '124454.694000', '124454.697000', '124454.700000', '124454.703000', '124454.706000', '124454.709000', '124454.711000', '124514.601000', '124514.603000', '124514.606000', '124514.609000', '124514.611000', '124514.614000', '124514.616000', '124514.619000', '124514.621000', '124514.624000', '124514.627000', '124514.629000', '124514.632000', '124514.635000', '124514.637000', '124514.640000', '124514.642000', '124514.645000', '124514.648000', '124514.650000', '124514.653000', '124514.655000', '124514.658000', '124514.661000', '124514.663000', '124514.666000', '124514.668000', '124514.671000', '124514.674000', '124514.676000', '124514.679000', '124514.681000', '124514.684000', '124514.687000', '124514.689000', '124514.692000', '124514.694000', '124514.697000', '124514.700000', '124514.702000', '124514.705000', '124514.707000', '124514.710000', '124514.713000', '124534.601000', '124534.604000', '124534.607000', '124534.609000', '124534.612000', '124534.615000', '124534.617000', '124534.620000', '124534.622000', '124534.625000', '124534.628000', '124534.630000', '124534.633000', '124534.635000', '124534.638000', '124534.641000', '124534.644000', '124534.647000', '124534.650000', '124534.652000', '124534.655000', '124534.658000', '124534.660000', '124534.663000', '124534.665000', '124534.668000', '124534.671000', '124534.673000', '124534.676000', '124534.678000', '124534.681000', '124534.684000', '124534.686000', '124534.689000', '124534.691000', '124534.694000', '124534.697000', '124534.699000', '124534.702000', '124534.704000', '124534.707000', '124534.710000', '124534.712000', '124554.601000', '124554.604000', '124554.607000', '124554.610000', '124554.613000', '124554.616000', '124554.618000', '124554.621000', '124554.623000', '124554.626000', '124554.629000', '124554.631000', '124554.634000', '124554.637000', '124554.639000', '124554.642000', '124554.644000', '124554.647000', '124554.650000', '124554.652000', '124554.655000', '124554.657000', '124554.660000', '124554.662000', '124554.665000', '124554.668000', '124554.671000', '124554.673000', '124554.676000', '124554.678000', '124554.681000', '124554.683000', '124554.686000', '124554.689000', '124554.691000', '124554.694000', '124554.696000', '124554.699000', '124554.702000', '124554.704000', '124554.707000', '124554.709000', '124554.712000', '124554.714000', '124614.601000', '124614.604000', '124614.607000', '124614.609000', '124614.612000', '124614.615000', '124614.617000', '124614.620000', '124614.622000', '124614.625000', '124614.628000', '124614.630000', '124614.633000', '124614.635000', '124614.638000', '124614.641000', '124614.643000', '124614.655000', '124614.657000', '124614.660000', '124614.663000', '124614.665000', '124614.668000', '124614.670000', '124614.673000', '124614.676000', '124614.678000', '124614.681000', '124614.683000', '124614.686000', '124614.688000', '124614.691000', '124614.694000', '124614.696000', '124614.699000', '124614.702000', '124614.704000', '124614.707000', '124614.710000', '124614.712000', '124614.715000', '124614.717000', '124614.720000', '124634.601000', '124634.604000', '124634.607000', '124634.610000', '124634.613000', '124634.615000', '124634.618000', '124634.621000', '124634.623000', '124634.626000', '124634.629000', '124634.631000', '124634.634000', '124634.636000', '124634.639000', '124634.642000', '124634.644000', '124634.647000', '124634.650000', '124634.652000', '124634.655000', '124634.657000', '124634.660000', '124634.663000', '124634.665000', '124634.668000', '124634.670000', '124634.673000', '124634.675000', '124634.678000', '124634.681000', '124634.683000', '124634.686000', '124634.688000', '124634.691000', '124634.694000', '124634.696000', '124634.699000', '124634.701000', '124634.704000', '124634.707000', '124634.709000', '124634.712000', '124634.714000', '124654.601000', '124654.603000', '124654.606000', '124654.609000', '124654.611000', '124654.614000', '124654.625000', '124654.627000', '124654.630000', '124654.632000', '124654.635000', '124654.638000', '124654.640000', '124654.643000', '124654.646000', '124654.648000', '124654.651000', '124654.653000', '124654.657000', '124654.660000', '124654.662000', '124654.665000', '124654.668000', '124654.670000', '124654.673000', '124654.675000', '124654.678000', '124654.681000', '124654.683000', '124654.686000', '124654.688000', '124654.691000', '124654.693000', '124654.696000', '124654.699000', '124654.702000', '124654.704000', '124654.707000', '124654.710000', '124654.712000', '124654.715000', '124654.718000', '124654.720000', '124714.600000', '124714.603000', '124714.606000', '124714.609000', '124714.611000', '124714.614000', '124714.617000', '124714.619000', '124714.622000', '124714.624000', '124714.627000', '124714.629000', '124714.632000', '124714.635000', '124714.637000', '124714.640000', '124714.642000', '124714.645000', '124714.648000', '124714.651000', '124714.653000', '124714.656000', '124714.658000', '124714.661000', '124714.664000', '124714.666000', '124714.669000', '124714.671000', '124714.674000', '124714.676000', '124714.679000', '124714.682000', '124714.684000', '124714.687000', '124714.689000', '124714.692000', '124714.695000', '124714.697000', '124714.700000', '124714.702000', '124714.705000', '124714.707000', '124714.710000', '124714.713000', '124726.478000', '124726.482000', '124726.484000', '124726.487000', '124726.490000', '124726.492000', '124726.495000', '124726.498000', '124726.500000', '124726.503000', '124726.505000', '124726.508000', '124726.512000', '124726.516000', '124726.519000', '124726.522000', '124726.525000', '124726.527000', '124726.530000', '124726.534000', '124726.537000', '124726.550000', '124726.552000', '124726.555000', '124726.558000', '124726.561000'], 'InstanceCreationTime': ['124054.641000', '124054.644000', '124054.646000', '124054.649000', '124054.652000', '124054.654000', '124054.663000', '124054.666000', '124054.668000', '124054.671000', '124054.673000', '124054.676000', '124054.679000', '124054.681000', '124054.684000', '124054.686000', '124054.695000', '124054.698000', '124054.700000', '124054.703000', '124114.601000', '124114.604000', '124114.607000', '124114.610000', '124114.612000', '124114.615000', '124114.617000', '124114.620000', '124114.623000', '124114.625000', '124114.628000', '124114.630000', '124114.633000', '124114.636000', '124114.638000', '124114.641000', '124114.643000', '124114.646000', '124114.649000', '124114.651000', '124114.654000', '124114.657000', '124114.659000', '124114.662000', '124114.664000', '124114.667000', '124114.669000', '124114.672000', '124114.674000', '124114.677000', '124114.680000', '124114.682000', '124114.685000', '124114.687000', '124114.690000', '124114.693000', '124114.695000', '124114.698000', '124114.700000', '124114.705000', '124114.708000', '124114.711000', '124114.713000', '124134.601000', '124134.604000', '124134.607000', '124134.609000', '124134.612000', '124134.615000', '124134.617000', '124134.620000', '124134.622000', '124134.625000', '124134.628000', '124134.630000', '124134.633000', '124134.635000', '124134.638000', '124134.641000', '124134.643000', '124134.646000', '124134.648000', '124134.651000', '124134.654000', '124134.656000', '124134.659000', '124134.661000', '124134.664000', '124134.667000', '124134.669000', '124134.672000', '124134.674000', '124134.677000', '124134.679000', '124134.682000', '124134.685000', '124134.687000', '124134.690000', '124134.693000', '124134.695000', '124134.698000', '124134.700000', '124134.703000', '124134.706000', '124134.708000', '124134.711000', '124134.713000', '124154.601000', '124154.604000', '124154.607000', '124154.609000', '124154.612000', '124154.615000', '124154.617000', '124154.620000', '124154.622000', '124154.625000', '124154.628000', '124154.630000', '124154.633000', '124154.636000', '124154.638000', '124154.641000', '124154.643000', '124154.646000', '124154.649000', '124154.651000', '124154.654000', '124154.656000', '124154.659000', '124154.661000', '124154.664000', '124154.667000', '124154.669000', '124154.672000', '124154.674000', '124154.677000', '124154.680000', '124154.682000', '124154.685000', '124154.687000', '124154.690000', '124154.692000', '124154.695000', '124154.698000', '124154.700000', '124154.703000', '124154.705000', '124154.708000', '124154.710000', '124214.600000', '124214.603000', '124214.606000', '124214.608000', '124214.611000', '124214.614000', '124214.616000', '124214.619000', '124214.621000', '124214.625000', '124214.627000', '124214.630000', '124214.632000', '124214.635000', '124214.638000', '124214.640000', '124214.643000', '124214.645000', '124214.648000', '124214.651000', '124214.653000', '124214.656000', '124214.658000', '124214.661000', '124214.663000', '124214.666000', '124214.669000', '124214.671000', '124214.674000', '124214.677000', '124214.679000', '124214.682000', '124214.684000', '124214.701000', '124214.703000', '124214.706000', '124214.708000', '124214.711000', '124214.713000', '124214.716000', '124214.719000', '124214.721000', '124214.724000', '124234.600000', '124234.603000', '124234.606000', '124234.614000', '124234.617000', '124234.619000', '124234.622000', '124234.624000', '124234.627000', '124234.629000', '124234.632000', '124234.635000', '124234.637000', '124234.640000', '124234.642000', '124234.645000', '124234.647000', '124234.650000', '124234.653000', '124234.655000', '124234.658000', '124234.660000', '124234.663000', '124234.665000', '124234.668000', '124234.670000', '124234.673000', '124234.676000', '124234.678000', '124234.681000', '124234.683000', '124234.686000', '124234.688000', '124234.691000', '124234.694000', '124234.696000', '124234.699000', '124234.701000', '124234.704000', '124234.706000', '124234.709000', '124234.711000', '124234.714000', '124234.716000', '124254.600000', '124254.604000', '124254.607000', '124254.610000', '124254.612000', '124254.615000', '124254.633000', '124254.635000', '124254.638000', '124254.641000', '124254.643000', '124254.646000', '124254.648000', '124254.651000', '124254.653000', '124254.656000', '124254.659000', '124254.661000', '124254.664000', '124254.666000', '124254.669000', '124254.671000', '124254.674000', '124254.677000', '124254.679000', '124254.682000', '124254.684000', '124254.687000', '124254.689000', '124254.692000', '124254.695000', '124254.697000', '124254.700000', '124254.702000', '124254.705000', '124254.708000', '124254.710000', '124254.713000', '124254.715000', '124254.718000', '124254.720000', '124254.723000', '124254.726000', '124314.601000', '124314.604000', '124314.607000', '124314.610000', '124314.612000', '124314.615000', '124314.617000', '124314.620000', '124314.623000', '124314.625000', '124314.628000', '124314.630000', '124314.633000', '124314.636000', '124314.638000', '124314.641000', '124314.643000', '124314.646000', '124314.649000', '124314.651000', '124314.654000', '124314.656000', '124314.659000', '124314.661000', '124314.664000', '124314.667000', '124314.669000', '124314.672000', '124314.674000', '124314.677000', '124314.679000', '124314.682000', '124314.685000', '124314.687000', '124314.690000', '124314.692000', '124314.695000', '124314.697000', '124314.700000', '124314.703000', '124314.705000', '124314.708000', '124314.710000', '124314.713000', '124334.602000', '124334.605000', '124334.607000', '124334.610000', '124334.612000', '124334.615000', '124334.618000', '124334.620000', '124334.623000', '124334.626000', '124334.628000', '124334.631000', '124334.633000', '124334.636000', '124334.639000', '124334.641000', '124334.644000', '124334.646000', '124334.649000', '124334.651000', '124334.654000', '124334.657000', '124334.659000', '124334.662000', '124334.666000', '124334.669000', '124334.671000', '124334.674000', '124334.677000', '124334.679000', '124334.682000', '124334.684000', '124334.687000', '124334.690000', '124334.692000', '124334.695000', '124334.697000', '124334.700000', '124334.703000', '124334.705000', '124334.708000', '124334.710000', '124334.713000', '124354.602000', '124354.605000', '124354.607000', '124354.610000', '124354.612000', '124354.615000', '124354.617000', '124354.620000', '124354.623000', '124354.625000', '124354.628000', '124354.630000', '124354.633000', '124354.636000', '124354.638000', '124354.653000', '124354.655000', '124354.658000', '124354.661000', '124354.663000', '124354.666000', '124354.668000', '124354.671000', '124354.673000', '124354.676000', '124354.678000', '124354.681000', '124354.684000', '124354.686000', '124354.689000', '124354.692000', '124354.694000', '124354.697000', '124354.699000', '124354.702000', '124354.704000', '124354.707000', '124354.709000', '124354.712000', '124354.715000', '124354.717000', '124354.720000', '124354.722000', '124354.725000', '124414.601000', '124414.604000', '124414.607000', '124414.609000', '124414.612000', '124414.615000', '124414.617000', '124414.620000', '124414.622000', '124414.625000', '124414.628000', '124414.630000', '124414.633000', '124414.635000', '124414.638000', '124414.641000', '124414.643000', '124414.646000', '124414.648000', '124414.651000', '124414.654000', '124414.656000', '124414.659000', '124414.661000', '124414.664000', '124414.667000', '124414.669000', '124414.672000', '124414.674000', '124414.677000', '124414.680000', '124414.682000', '124414.685000', '124414.687000', '124414.690000', '124414.692000', '124414.695000', '124414.697000', '124414.700000', '124414.703000', '124414.705000', '124414.708000', '124414.710000', '124434.600000', '124434.603000', '124434.606000', '124434.608000', '124434.611000', '124434.614000', '124434.616000', '124434.619000', '124434.621000', '124434.624000', '124434.626000', '124434.629000', '124434.632000', '124434.634000', '124434.637000', '124434.639000', '124434.642000', '124434.645000', '124434.647000', '124434.650000', '124434.652000', '124434.655000', '124434.657000', '124434.660000', '124434.663000', '124434.665000', '124434.668000', '124434.670000', '124434.673000', '124434.675000', '124434.678000', '124434.681000', '124434.683000', '124434.686000', '124434.688000', '124434.691000', '124434.694000', '124434.696000', '124434.699000', '124434.701000', '124434.704000', '124434.706000', '124434.709000', '124434.712000', '124454.600000', '124454.603000', '124454.606000', '124454.608000', '124454.611000', '124454.614000', '124454.616000', '124454.619000', '124454.621000', '124454.624000', '124454.627000', '124454.629000', '124454.632000', '124454.634000', '124454.637000', '124454.639000', '124454.642000', '124454.645000', '124454.647000', '124454.650000', '124454.652000', '124454.655000', '124454.657000', '124454.660000', '124454.663000', '124454.665000', '124454.668000', '124454.671000', '124454.673000', '124454.676000', '124454.679000', '124454.681000', '124454.684000', '124454.687000', '124454.689000', '124454.692000', '124454.694000', '124454.697000', '124454.700000', '124454.703000', '124454.706000', '124454.709000', '124454.711000', '124514.601000', '124514.603000', '124514.606000', '124514.609000', '124514.611000', '124514.614000', '124514.616000', '124514.619000', '124514.621000', '124514.624000', '124514.627000', '124514.629000', '124514.632000', '124514.635000', '124514.637000', '124514.640000', '124514.642000', '124514.645000', '124514.648000', '124514.650000', '124514.653000', '124514.655000', '124514.658000', '124514.661000', '124514.663000', '124514.666000', '124514.668000', '124514.671000', '124514.674000', '124514.676000', '124514.679000', '124514.681000', '124514.684000', '124514.687000', '124514.689000', '124514.692000', '124514.694000', '124514.697000', '124514.700000', '124514.702000', '124514.705000', '124514.707000', '124514.710000', '124514.713000', '124534.601000', '124534.604000', '124534.607000', '124534.609000', '124534.612000', '124534.615000', '124534.617000', '124534.620000', '124534.622000', '124534.625000', '124534.628000', '124534.630000', '124534.633000', '124534.635000', '124534.638000', '124534.641000', '124534.644000', '124534.647000', '124534.650000', '124534.652000', '124534.655000', '124534.658000', '124534.660000', '124534.663000', '124534.665000', '124534.668000', '124534.671000', '124534.673000', '124534.676000', '124534.678000', '124534.681000', '124534.684000', '124534.686000', '124534.689000', '124534.691000', '124534.694000', '124534.697000', '124534.699000', '124534.702000', '124534.704000', '124534.707000', '124534.710000', '124534.712000', '124554.601000', '124554.604000', '124554.607000', '124554.610000', '124554.613000', '124554.616000', '124554.618000', '124554.621000', '124554.623000', '124554.626000', '124554.629000', '124554.631000', '124554.634000', '124554.637000', '124554.639000', '124554.642000', '124554.644000', '124554.647000', '124554.650000', '124554.652000', '124554.655000', '124554.657000', '124554.660000', '124554.662000', '124554.665000', '124554.668000', '124554.671000', '124554.673000', '124554.676000', '124554.678000', '124554.681000', '124554.683000', '124554.686000', '124554.689000', '124554.691000', '124554.694000', '124554.696000', '124554.699000', '124554.702000', '124554.704000', '124554.707000', '124554.709000', '124554.712000', '124554.714000', '124614.601000', '124614.604000', '124614.607000', '124614.609000', '124614.612000', '124614.615000', '124614.617000', '124614.620000', '124614.622000', '124614.625000', '124614.628000', '124614.630000', '124614.633000', '124614.635000', '124614.638000', '124614.641000', '124614.643000', '124614.655000', '124614.657000', '124614.660000', '124614.663000', '124614.665000', '124614.668000', '124614.670000', '124614.673000', '124614.676000', '124614.678000', '124614.681000', '124614.683000', '124614.686000', '124614.688000', '124614.691000', '124614.694000', '124614.696000', '124614.699000', '124614.702000', '124614.704000', '124614.707000', '124614.710000', '124614.712000', '124614.715000', '124614.717000', '124614.720000', '124634.601000', '124634.604000', '124634.607000', '124634.610000', '124634.613000', '124634.615000', '124634.618000', '124634.621000', '124634.623000', '124634.626000', '124634.629000', '124634.631000', '124634.634000', '124634.636000', '124634.639000', '124634.642000', '124634.644000', '124634.647000', '124634.650000', '124634.652000', '124634.655000', '124634.657000', '124634.660000', '124634.663000', '124634.665000', '124634.668000', '124634.670000', '124634.673000', '124634.675000', '124634.678000', '124634.681000', '124634.683000', '124634.686000', '124634.688000', '124634.691000', '124634.694000', '124634.696000', '124634.699000', '124634.701000', '124634.704000', '124634.707000', '124634.709000', '124634.712000', '124634.714000', '124654.601000', '124654.603000', '124654.606000', '124654.609000', '124654.611000', '124654.614000', '124654.625000', '124654.627000', '124654.630000', '124654.632000', '124654.635000', '124654.638000', '124654.640000', '124654.643000', '124654.646000', '124654.648000', '124654.651000', '124654.653000', '124654.657000', '124654.660000', '124654.662000', '124654.665000', '124654.668000', '124654.670000', '124654.673000', '124654.675000', '124654.678000', '124654.681000', '124654.683000', '124654.686000', '124654.688000', '124654.691000', '124654.693000', '124654.696000', '124654.699000', '124654.702000', '124654.704000', '124654.707000', '124654.710000', '124654.712000', '124654.715000', '124654.718000', '124654.720000', '124714.600000', '124714.603000', '124714.606000', '124714.609000', '124714.611000', '124714.614000', '124714.617000', '124714.619000', '124714.622000', '124714.624000', '124714.627000', '124714.629000', '124714.632000', '124714.635000', '124714.637000', '124714.640000', '124714.642000', '124714.645000', '124714.648000', '124714.651000', '124714.653000', '124714.656000', '124714.658000', '124714.661000', '124714.664000', '124714.666000', '124714.669000', '124714.671000', '124714.674000', '124714.676000', '124714.679000', '124714.682000', '124714.684000', '124714.687000', '124714.689000', '124714.692000', '124714.695000', '124714.697000', '124714.700000', '124714.702000', '124714.705000', '124714.707000', '124714.710000', '124714.713000', '124726.478000', '124726.482000', '124726.484000', '124726.487000', '124726.490000', '124726.492000', '124726.495000', '124726.498000', '124726.500000', '124726.503000', '124726.505000', '124726.508000', '124726.512000', '124726.516000', '124726.519000', '124726.522000', '124726.525000', '124726.527000', '124726.530000', '124726.534000', '124726.537000', '124726.550000', '124726.552000', '124726.555000', '124726.558000', '124726.561000'], '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], 'LargestImagePixelValue': [11256, 8217, 11326, 8850, 11120, 8833, 11116, 8061, 11190, 8330, 11524, 8642, 12991, 9112, 10758, 10357, 10305, 9792, 8271, 11073, 10008, 12706, 8660, 12657, 10261, 11118, 10236, 10731, 10195, 11874, 10089, 10297, 9774, 11073, 9883, 11900, 10398, 11734, 11082, 10563, 10194, 9600, 10952, 9338, 14452, 8956, 13023, 9859, 12780, 10658, 11963, 11091, 12220, 10957, 11661, 10960, 11389, 9746, 11357, 10481, 10584, 10550, 10302, 10208, 9581, 9720, 10431, 12915, 9553, 10344, 8792, 9424, 9694, 12779, 9779, 13719, 10486, 12074, 11094, 11972, 10599, 11796, 10741, 11192, 10553, 10483, 9971, 10267, 10719, 9990, 11648, 9593, 9341, 8971, 9903, 9656, 9678, 10163, 10190, 9823, 10140, 9604, 10209, 10622, 13922, 10146, 11236, 8886, 11627, 8904, 13327, 11308, 12864, 10478, 12073, 8863, 11742, 9980, 13201, 9296, 11528, 8987, 11801, 9281, 12952, 10935, 12120, 10651, 11794, 10811, 11655, 8886, 11592, 10139, 11326, 10469, 11819, 10479, 13766, 10112, 13046, 10487, 12718, 10886, 12759, 10685, 12679, 9990, 12173, 9234, 12589, 9022, 12690, 10091, 11616, 10178, 10641, 10051, 10003, 9761, 9387, 10123, 8621, 10830, 8321, 14178, 8634, 12783, 9451, 13168, 10295, 12257, 10571, 12433, 10596, 12310, 10768, 11933, 10627, 12448, 9301, 12630, 8729, 11876, 8786, 11547, 10218, 11801, 10788, 10663, 9774, 10439, 9878, 9899, 10007, 9981, 9222, 9367, 10149, 8957, 12040, 10065, 13339, 10035, 12230, 8465, 12436, 9042, 12395, 10807, 12158, 9999, 12339, 10554, 12057, 10689, 12283, 10802, 12833, 10635, 12675, 10171, 13843, 9300, 12050, 9521, 12638, 10299, 12565, 10545, 12067, 10588, 11787, 8901, 11273, 10428, 10943, 10098, 10675, 9893, 10076, 10390, 9841, 10737, 9328, 10357, 8453, 11388, 8963, 12217, 8925, 10360, 8525, 10315, 9269, 12190, 10128, 11848, 9646, 12085, 8824, 11984, 9869, 11048, 9597, 9638, 9144, 9531, 9953, 9584, 10097, 9919, 9440, 10102, 9934, 10818, 10087, 9645, 8914, 11404, 9567, 14561, 8758, 12131, 9466, 10533, 10658, 10676, 11203, 9783, 11893, 10813, 14914, 10028, 12372, 9121, 13453, 10370, 13489, 9757, 11825, 10385, 11133, 10432, 9850, 10692, 8856, 12757, 9401, 10985, 10287, 12337, 11632, 12680, 11796, 12058, 11468, 12054, 11617, 12576, 11521, 12068, 11261, 11785, 11415, 12511, 9988, 13069, 8449, 11953, 10746, 11185, 10817, 10613, 9935, 9863, 9598, 9461, 10511, 9816, 11558, 9453, 10222, 8883, 10440, 9504, 14468, 9911, 12199, 10698, 11692, 9177, 10771, 10871, 9977, 9457, 9255, 11029, 8961, 13440, 9037, 12285, 10871, 12013, 10846, 11419, 10625, 12361, 10802, 10802, 10054, 10399, 10135, 9776, 11300, 9640, 12218, 9190, 12646, 11026, 11761, 11046, 11965, 10197, 11553, 9487, 11432, 10548, 11440, 10718, 10488, 9709, 10018, 9688, 9854, 9607, 10271, 9522, 9614, 10429, 9263, 15026, 9515, 13454, 10080, 12265, 11035, 11899, 9899, 12054, 9939, 11584, 10515, 10965, 10228, 11276, 10555, 10305, 10143, 10843, 10077, 10383, 11478, 10042, 11054, 9383, 11383, 9243, 12369, 10783, 12186, 11042, 11968, 9339, 11339, 10689, 11258, 10522, 9965, 9708, 9674, 9695, 9929, 12826, 10410, 10724, 9226, 11702, 9764, 12894, 10699, 12224, 10891, 12575, 10722, 11945, 11188, 12181, 10630, 12089, 10749, 11682, 11077, 12438, 10454, 11475, 9574, 11519, 9387, 11140, 9941, 11384, 11167, 10351, 9845, 11495, 10806, 9543, 9944, 12001, 9448, 14728, 10479, 12614, 10665, 12439, 9307, 11496, 10791, 10249, 10072, 10275, 9703, 10244, 10760, 10517, 9825, 10767, 9876, 10881, 10828, 10967, 10837, 10090, 10746, 9567, 12921, 9297, 12732, 10795, 11887, 11423, 11832, 11159, 12428, 10232, 13427, 10526, 12893, 10621, 12696, 11376, 13072, 9618, 12264, 10594, 10892, 9973, 10133, 10279, 10126, 9935, 9660, 10003, 9807, 13306, 10272, 14327, 9800, 12166, 10668, 11404, 11065, 12135, 10160, 11836, 9332, 11108, 10639, 10807, 10077, 9806, 9511, 9779, 9536, 9983, 11600, 10244, 11013, 9440, 11218, 9370, 13896, 10021, 12398, 9766, 12330, 11042, 12263, 11225, 12048, 9733, 11810, 10762, 11270, 10761, 10454, 10096, 9856, 9541, 9812, 11369, 9898, 14505, 10410, 10837, 9292, 11220, 9414, 13057, 10184, 12166, 10192, 11583, 10697, 11833, 8982, 11643, 10712, 11172, 10152, 10114, 10048, 9689, 11301, 9692, 10640, 9276, 11978, 9707, 13341, 11272, 11772, 11367, 12004, 10195, 12120, 10502, 11165, 10047, 10553, 9990, 10411, 10282, 9835, 9307, 9699, 10938, 9901, 16275, 10228, 12936, 10622, 12670, 11241, 12365, 9477, 11789, 9306, 11306, 10331, 10661, 10334, 10108, 10122, 9442, 12722, 9119, 12390, 10500, 12566, 10428, 12384, 9885, 11235, 10570, 11486, 10108, 10961, 9949, 11299, 9840, 11838, 10350, 11329, 9762, 10891, 9791, 11039, 10344, 10025, 10012, 10455, 9744, 10294, 10638, 10202, 9430, 9991, 9361, 10658, 12543, 10309, 10698, 9218, 12219, 9190, 13351, 9756, 11821, 9602, 13285, 10320, 12665, 10484, 13012, 9626, 13389, 10022, 12958, 10142, 13340, 10020, 11884, 10540, 12214, 9177, 11803, 10097, 10244, 9288, 9656, 10445, 9528, 12197, 9882, 11100, 9190, 9637, 9592, 9579, 11002, 9732, 10667, 9556, 10788, 9740, 11849, 8761, 10955, 9848, 11071, 9943, 10524, 11598, 15049, 12081, 11608, 9440, 12131, 9593, 15004, 10517, 11195, 8661, 12348, 9337, 12430, 9900, 11789, 10163, 11806, 10407, 12381, 10414, 12601, 9516, 13346, 9643, 12838, 10107, 13255, 10661, 12250, 10554, 12079, 10351, 12367, 9293, 11906, 9844, 11805, 10119, 11951, 9977, 12782, 10402, 11814, 10767, 11916, 9505, 12505, 9979, 11213, 9990, 10461, 9785, 9706, 12700, 9469, 10729, 8557, 11260, 9056, 13306, 10369, 12169, 10942, 12205, 10975, 12703, 10181, 11669, 10237, 11547, 9553, 10945, 10176, 10643, 10100, 9614, 10740, 9397, 16302, 9577, 13037, 10690, 12367, 11020, 12500, 11181, 12325, 10693, 12380, 9368, 12552, 10561, 10902, 9878, 10088, 11286, 9821, 14925, 10368, 12554, 10293, 11953, 8833, 11627, 10703, 10281, 9824, 10060, 10324, 9604, 13133, 10018, 11571, 9092, 12895, 10142, 12229, 9903, 11980, 8958, 11438, 10282, 10885, 10307, 10386, 9850, 10056, 9619, 9838, 10795, 9860, 9931, 9900, 10622, 9628, 13245, 9398], 'WindowCenter': [4366.0, 4320.0, 4337.0, 4315.0, 4323.0, 4302.0, 4320.0, 4292.0, 4321.0, 4292.0, 4321.0, 4305.0, 4343.0, 4315.0, 4335.0, 4325.0, 4324.0, 4323.0, 4315.0, 4335.0, 4326.0, 4356.0, 4316.0, 4358.0, 4337.0, 4348.0, 4337.0, 4348.0, 4349.0, 4360.0, 4338.0, 4339.0, 4339.0, 4349.0, 4339.0, 4360.0, 4338.0, 4361.0, 4349.0, 4349.0, 4337.0, 4340.0, 4336.0, 4327.0, 4357.0, 4329.0, 4357.0, 4339.0, 4357.0, 4338.0, 4346.0, 4347.0, 4358.0, 4348.0, 4347.0, 4347.0, 4347.0, 4338.0, 4348.0, 4350.0, 4350.0, 4347.0, 4349.0, 4338.0, 4339.0, 4327.0, 4351.0, 4358.0, 4340.0, 4338.0, 4329.0, 4328.0, 4339.0, 4359.0, 4339.0, 4369.0, 4350.0, 4359.0, 4348.0, 4358.0, 4348.0, 4358.0, 4361.0, 4350.0, 4350.0, 4349.0, 4338.0, 4339.0, 4349.0, 4351.0, 4359.0, 4339.0, 4329.0, 4329.0, 4337.0, 4341.0, 4340.0, 4351.0, 4349.0, 4349.0, 4338.0, 4339.0, 4340.0, 4351.0, 4370.0, 4351.0, 4348.0, 4329.0, 4348.0, 4328.0, 4357.0, 4349.0, 4359.0, 4350.0, 4358.0, 4328.0, 4347.0, 4339.0, 4358.0, 4329.0, 4348.0, 4329.0, 4347.0, 4330.0, 4358.0, 4349.0, 4359.0, 4337.0, 4348.0, 4347.0, 4347.0, 4329.0, 4348.0, 4338.0, 4347.0, 4349.0, 4359.0, 4351.0, 4369.0, 4349.0, 4358.0, 4349.0, 4356.0, 4349.0, 4358.0, 4349.0, 4359.0, 4339.0, 4347.0, 4326.0, 4345.0, 4328.0, 4357.0, 4336.0, 4346.0, 4325.0, 4336.0, 4325.0, 4337.0, 4336.0, 4326.0, 4336.0, 4316.0, 4336.0, 4317.0, 4356.0, 4318.0, 4356.0, 4328.0, 4356.0, 4337.0, 4346.0, 4348.0, 4359.0, 4338.0, 4347.0, 4347.0, 4348.0, 4338.0, 4357.0, 4330.0, 4358.0, 4317.0, 4347.0, 4317.0, 4347.0, 4338.0, 4358.0, 4349.0, 4339.0, 4338.0, 4350.0, 4337.0, 4339.0, 4338.0, 4339.0, 4328.0, 4329.0, 4339.0, 4329.0, 4359.0, 4340.0, 4368.0, 4340.0, 4348.0, 4318.0, 4347.0, 4328.0, 4359.0, 4350.0, 4348.0, 4338.0, 4347.0, 4348.0, 4358.0, 4348.0, 4358.0, 4350.0, 4358.0, 4350.0, 4360.0, 4351.0, 4369.0, 4340.0, 4358.0, 4340.0, 4357.0, 4337.0, 4358.0, 4338.0, 4347.0, 4337.0, 4345.0, 4317.0, 4347.0, 4338.0, 4338.0, 4336.0, 4337.0, 4336.0, 4337.0, 4337.0, 4338.0, 4338.0, 4327.0, 4337.0, 4317.0, 4346.0, 4329.0, 4357.0, 4328.0, 4337.0, 4328.0, 4338.0, 4329.0, 4359.0, 4339.0, 4349.0, 4338.0, 4347.0, 4327.0, 4360.0, 4340.0, 4348.0, 4338.0, 4340.0, 4340.0, 4339.0, 4350.0, 4340.0, 4350.0, 4339.0, 4339.0, 4337.0, 4340.0, 4349.0, 4339.0, 4329.0, 4330.0, 4347.0, 4351.0, 4380.0, 4330.0, 4357.0, 4340.0, 4337.0, 4351.0, 4350.0, 4360.0, 4349.0, 4372.0, 4363.0, 4383.0, 4355.0, 4371.0, 4340.0, 4359.0, 4339.0, 4358.0, 4340.0, 4348.0, 4337.0, 4348.0, 4336.0, 4339.0, 4338.0, 4329.0, 4358.0, 4327.0, 4335.0, 4338.0, 4357.0, 4360.0, 4369.0, 4362.0, 4361.0, 4361.0, 4360.0, 4359.0, 4369.0, 4360.0, 4360.0, 4350.0, 4358.0, 4359.0, 4360.0, 4340.0, 4359.0, 4330.0, 4359.0, 4347.0, 4348.0, 4349.0, 4337.0, 4326.0, 4338.0, 4326.0, 4327.0, 4336.0, 4339.0, 4346.0, 4337.0, 4337.0, 4329.0, 4348.0, 4340.0, 4368.0, 4339.0, 4348.0, 4336.0, 4346.0, 4327.0, 4337.0, 4338.0, 4336.0, 4326.0, 4327.0, 4336.0, 4327.0, 4357.0, 4328.0, 4348.0, 4348.0, 4359.0, 4348.0, 4347.0, 4347.0, 4358.0, 4347.0, 4337.0, 4337.0, 4338.0, 4335.0, 4338.0, 4347.0, 4338.0, 4347.0, 4328.0, 4356.0, 4348.0, 4348.0, 4347.0, 4348.0, 4338.0, 4347.0, 4327.0, 4347.0, 4337.0, 4347.0, 4347.0, 4348.0, 4338.0, 4339.0, 4338.0, 4350.0, 4339.0, 4348.0, 4338.0, 4339.0, 4337.0, 4339.0, 4369.0, 4341.0, 4358.0, 4339.0, 4348.0, 4337.0, 4347.0, 4337.0, 4346.0, 4337.0, 4346.0, 4336.0, 4346.0, 4338.0, 4347.0, 4336.0, 4338.0, 4337.0, 4349.0, 4326.0, 4338.0, 4348.0, 4338.0, 4346.0, 4328.0, 4346.0, 4327.0, 4346.0, 4350.0, 4348.0, 4348.0, 4345.0, 4326.0, 4335.0, 4336.0, 4348.0, 4337.0, 4337.0, 4326.0, 4327.0, 4326.0, 4339.0, 4358.0, 4338.0, 4336.0, 4328.0, 4346.0, 4338.0, 4358.0, 4337.0, 4347.0, 4337.0, 4346.0, 4347.0, 4358.0, 4359.0, 4357.0, 4351.0, 4346.0, 4349.0, 4347.0, 4349.0, 4357.0, 4348.0, 4346.0, 4326.0, 4346.0, 4326.0, 4350.0, 4338.0, 4347.0, 4348.0, 4338.0, 4350.0, 4360.0, 4351.0, 4339.0, 4339.0, 4347.0, 4328.0, 4367.0, 4337.0, 4346.0, 4338.0, 4346.0, 4326.0, 4349.0, 4337.0, 4337.0, 4325.0, 4336.0, 4326.0, 4338.0, 4348.0, 4349.0, 4338.0, 4349.0, 4338.0, 4348.0, 4349.0, 4349.0, 4339.0, 4338.0, 4336.0, 4327.0, 4346.0, 4326.0, 4357.0, 4337.0, 4346.0, 4347.0, 4346.0, 4347.0, 4358.0, 4338.0, 4358.0, 4337.0, 4347.0, 4337.0, 4346.0, 4347.0, 4357.0, 4326.0, 4347.0, 4336.0, 4337.0, 4325.0, 4338.0, 4337.0, 4337.0, 4326.0, 4326.0, 4324.0, 4327.0, 4357.0, 4337.0, 4357.0, 4327.0, 4345.0, 4325.0, 4334.0, 4336.0, 4345.0, 4326.0, 4334.0, 4315.0, 4336.0, 4335.0, 4348.0, 4325.0, 4326.0, 4324.0, 4326.0, 4326.0, 4337.0, 4346.0, 4340.0, 4337.0, 4328.0, 4336.0, 4326.0, 4357.0, 4328.0, 4346.0, 4327.0, 4345.0, 4337.0, 4348.0, 4346.0, 4346.0, 4326.0, 4334.0, 4334.0, 4334.0, 4334.0, 4336.0, 4325.0, 4326.0, 4325.0, 4326.0, 4335.0, 4327.0, 4356.0, 4337.0, 4336.0, 4326.0, 4334.0, 4327.0, 4355.0, 4337.0, 4345.0, 4337.0, 4335.0, 4337.0, 4346.0, 4328.0, 4347.0, 4337.0, 4337.0, 4326.0, 4336.0, 4326.0, 4327.0, 4337.0, 4326.0, 4336.0, 4327.0, 4345.0, 4339.0, 4358.0, 4348.0, 4346.0, 4348.0, 4347.0, 4339.0, 4360.0, 4336.0, 4347.0, 4326.0, 4337.0, 4336.0, 4349.0, 4336.0, 4338.0, 4328.0, 4338.0, 4337.0, 4339.0, 4378.0, 4339.0, 4357.0, 4337.0, 4347.0, 4337.0, 4347.0, 4327.0, 4344.0, 4325.0, 4335.0, 4324.0, 4338.0, 4335.0, 4336.0, 4325.0, 4326.0, 4345.0, 4316.0, 4346.0, 4336.0, 4347.0, 4336.0, 4345.0, 4325.0, 4335.0, 4336.0, 4347.0, 4336.0, 4337.0, 4326.0, 4347.0, 4326.0, 4347.0, 4337.0, 4348.0, 4326.0, 4336.0, 4326.0, 4350.0, 4337.0, 4327.0, 4326.0, 4337.0, 4325.0, 4338.0, 4337.0, 4337.0, 4325.0, 4327.0, 4326.0, 4348.0, 4356.0, 4337.0, 4325.0, 4325.0, 4345.0, 4327.0, 4357.0, 4327.0, 4345.0, 4328.0, 4355.0, 4337.0, 4357.0, 4339.0, 4356.0, 4328.0, 4356.0, 4327.0, 4355.0, 4337.0, 4356.0, 4326.0, 4336.0, 4335.0, 4335.0, 4315.0, 4335.0, 4324.0, 4324.0, 4313.0, 4313.0, 4323.0, 4325.0, 4334.0, 4325.0, 4335.0, 4324.0, 4324.0, 4324.0, 4327.0, 4337.0, 4326.0, 4335.0, 4325.0, 4336.0, 4328.0, 4348.0, 4318.0, 4348.0, 4339.0, 4347.0, 4339.0, 4338.0, 4351.0, 4367.0, 4348.0, 4335.0, 4325.0, 4334.0, 4325.0, 4355.0, 4325.0, 4334.0, 4314.0, 4344.0, 4315.0, 4346.0, 4326.0, 4346.0, 4336.0, 4333.0, 4335.0, 4346.0, 4338.0, 4345.0, 4327.0, 4355.0, 4327.0, 4346.0, 4338.0, 4357.0, 4337.0, 4334.0, 4336.0, 4334.0, 4325.0, 4345.0, 4314.0, 4333.0, 4325.0, 4334.0, 4324.0, 4334.0, 4326.0, 4344.0, 4336.0, 4335.0, 4335.0, 4334.0, 4326.0, 4347.0, 4326.0, 4334.0, 4323.0, 4324.0, 4322.0, 4324.0, 4343.0, 4315.0, 4322.0, 4305.0, 4333.0, 4316.0, 4357.0, 4337.0, 4346.0, 4337.0, 4346.0, 4336.0, 4357.0, 4339.0, 4347.0, 4337.0, 4348.0, 4326.0, 4348.0, 4338.0, 4338.0, 4326.0, 4327.0, 4335.0, 4317.0, 4367.0, 4328.0, 4345.0, 4336.0, 4346.0, 4349.0, 4347.0, 4337.0, 4345.0, 4336.0, 4345.0, 4316.0, 4347.0, 4335.0, 4336.0, 4323.0, 4325.0, 4324.0, 4324.0, 4355.0, 4323.0, 4332.0, 4312.0, 4322.0, 4303.0, 4334.0, 4323.0, 4324.0, 4313.0, 4314.0, 4323.0, 4313.0, 4344.0, 4325.0, 4333.0, 4315.0, 4333.0, 4324.0, 4334.0, 4315.0, 4334.0, 4303.0, 4322.0, 4312.0, 4324.0, 4323.0, 4324.0, 4313.0, 4313.0, 4313.0, 4325.0, 4336.0, 4327.0, 4325.0, 4324.0, 4323.0, 4326.0, 4345.0, 4316.0], 'WindowWidth': [9641.0, 9566.0, 9582.0, 9547.0, 9552.0, 9524.0, 9545.0, 9509.0, 9544.0, 9509.0, 9545.0, 9531.0, 9577.0, 9545.0, 9572.0, 9559.0, 9555.0, 9553.0, 9547.0, 9572.0, 9564.0, 9602.0, 9551.0, 9611.0, 9579.0, 9595.0, 9580.0, 9598.0, 9601.0, 9614.0, 9583.0, 9584.0, 9584.0, 9597.0, 9586.0, 9615.0, 9583.0, 9618.0, 9598.0, 9599.0, 9580.0, 9586.0, 9576.0, 9566.0, 9606.0, 9570.0, 9606.0, 9585.0, 9605.0, 9581.0, 9589.0, 9593.0, 9610.0, 9595.0, 9591.0, 9593.0, 9592.0, 9581.0, 9597.0, 9601.0, 9603.0, 9595.0, 9599.0, 9581.0, 9584.0, 9567.0, 9603.0, 9611.0, 9588.0, 9583.0, 9574.0, 9569.0, 9587.0, 9613.0, 9586.0, 9625.0, 9601.0, 9612.0, 9597.0, 9609.0, 9597.0, 9611.0, 9618.0, 9602.0, 9601.0, 9600.0, 9584.0, 9586.0, 9598.0, 9606.0, 9616.0, 9587.0, 9570.0, 9572.0, 9582.0, 9593.0, 9592.0, 9606.0, 9601.0, 9600.0, 9584.0, 9588.0, 9587.0, 9605.0, 9631.0, 9606.0, 9597.0, 9573.0, 9596.0, 9571.0, 9607.0, 9599.0, 9612.0, 9601.0, 9609.0, 9570.0, 9593.0, 9586.0, 9611.0, 9573.0, 9595.0, 9571.0, 9593.0, 9574.0, 9611.0, 9599.0, 9611.0, 9579.0, 9594.0, 9592.0, 9592.0, 9571.0, 9595.0, 9584.0, 9594.0, 9598.0, 9611.0, 9605.0, 9626.0, 9600.0, 9610.0, 9598.0, 9605.0, 9600.0, 9611.0, 9599.0, 9610.0, 9582.0, 9591.0, 9563.0, 9586.0, 9569.0, 9606.0, 9577.0, 9589.0, 9560.0, 9574.0, 9559.0, 9579.0, 9577.0, 9563.0, 9575.0, 9549.0, 9576.0, 9552.0, 9605.0, 9555.0, 9603.0, 9569.0, 9603.0, 9578.0, 9589.0, 9596.0, 9611.0, 9582.0, 9592.0, 9594.0, 9594.0, 9581.0, 9608.0, 9574.0, 9608.0, 9554.0, 9591.0, 9552.0, 9592.0, 9582.0, 9612.0, 9598.0, 9585.0, 9582.0, 9600.0, 9580.0, 9586.0, 9583.0, 9586.0, 9568.0, 9572.0, 9583.0, 9571.0, 9611.0, 9588.0, 9625.0, 9588.0, 9596.0, 9557.0, 9592.0, 9569.0, 9612.0, 9599.0, 9596.0, 9582.0, 9592.0, 9595.0, 9609.0, 9599.0, 9611.0, 9602.0, 9608.0, 9600.0, 9613.0, 9605.0, 9627.0, 9590.0, 9611.0, 9589.0, 9608.0, 9581.0, 9611.0, 9583.0, 9593.0, 9579.0, 9587.0, 9552.0, 9591.0, 9582.0, 9581.0, 9577.0, 9580.0, 9576.0, 9580.0, 9578.0, 9583.0, 9581.0, 9567.0, 9578.0, 9553.0, 9590.0, 9572.0, 9608.0, 9571.0, 9579.0, 9570.0, 9582.0, 9571.0, 9613.0, 9586.0, 9598.0, 9583.0, 9591.0, 9568.0, 9614.0, 9589.0, 9596.0, 9583.0, 9588.0, 9589.0, 9587.0, 9602.0, 9587.0, 9601.0, 9584.0, 9585.0, 9582.0, 9590.0, 9599.0, 9586.0, 9570.0, 9573.0, 9594.0, 9607.0, 9643.0, 9576.0, 9608.0, 9587.0, 9577.0, 9606.0, 9603.0, 9618.0, 9602.0, 9638.0, 9628.0, 9653.0, 9617.0, 9632.0, 9590.0, 9611.0, 9585.0, 9610.0, 9586.0, 9595.0, 9580.0, 9594.0, 9576.0, 9582.0, 9580.0, 9573.0, 9608.0, 9567.0, 9575.0, 9583.0, 9607.0, 9615.0, 9628.0, 9620.0, 9618.0, 9619.0, 9613.0, 9615.0, 9629.0, 9616.0, 9615.0, 9602.0, 9609.0, 9612.0, 9617.0, 9590.0, 9614.0, 9577.0, 9612.0, 9592.0, 9595.0, 9597.0, 9580.0, 9563.0, 9581.0, 9563.0, 9567.0, 9577.0, 9585.0, 9593.0, 9580.0, 9580.0, 9572.0, 9596.0, 9588.0, 9624.0, 9585.0, 9594.0, 9576.0, 9589.0, 9563.0, 9578.0, 9580.0, 9576.0, 9562.0, 9565.0, 9575.0, 9565.0, 9605.0, 9570.0, 9596.0, 9595.0, 9610.0, 9595.0, 9593.0, 9594.0, 9610.0, 9593.0, 9580.0, 9579.0, 9581.0, 9575.0, 9584.0, 9594.0, 9583.0, 9593.0, 9569.0, 9605.0, 9594.0, 9595.0, 9595.0, 9596.0, 9582.0, 9592.0, 9566.0, 9593.0, 9580.0, 9595.0, 9595.0, 9597.0, 9582.0, 9586.0, 9583.0, 9604.0, 9588.0, 9599.0, 9582.0, 9584.0, 9579.0, 9585.0, 9626.0, 9591.0, 9610.0, 9584.0, 9594.0, 9580.0, 9592.0, 9579.0, 9590.0, 9578.0, 9588.0, 9576.0, 9591.0, 9581.0, 9596.0, 9578.0, 9583.0, 9580.0, 9597.0, 9564.0, 9582.0, 9595.0, 9581.0, 9590.0, 9567.0, 9589.0, 9565.0, 9590.0, 9599.0, 9595.0, 9593.0, 9587.0, 9563.0, 9575.0, 9577.0, 9594.0, 9579.0, 9580.0, 9564.0, 9567.0, 9564.0, 9585.0, 9609.0, 9583.0, 9577.0, 9568.0, 9590.0, 9580.0, 9609.0, 9581.0, 9591.0, 9579.0, 9589.0, 9592.0, 9610.0, 9614.0, 9607.0, 9605.0, 9589.0, 9599.0, 9593.0, 9598.0, 9607.0, 9597.0, 9591.0, 9562.0, 9589.0, 9562.0, 9600.0, 9584.0, 9592.0, 9596.0, 9582.0, 9603.0, 9614.0, 9604.0, 9583.0, 9586.0, 9592.0, 9567.0, 9620.0, 9578.0, 9587.0, 9578.0, 9586.0, 9561.0, 9598.0, 9579.0, 9578.0, 9558.0, 9576.0, 9560.0, 9582.0, 9596.0, 9598.0, 9582.0, 9596.0, 9580.0, 9595.0, 9597.0, 9598.0, 9583.0, 9579.0, 9574.0, 9563.0, 9587.0, 9563.0, 9605.0, 9579.0, 9589.0, 9592.0, 9589.0, 9591.0, 9609.0, 9583.0, 9608.0, 9580.0, 9590.0, 9578.0, 9588.0, 9591.0, 9605.0, 9563.0, 9590.0, 9573.0, 9578.0, 9558.0, 9580.0, 9577.0, 9578.0, 9561.0, 9562.0, 9557.0, 9565.0, 9605.0, 9579.0, 9605.0, 9563.0, 9584.0, 9558.0, 9568.0, 9575.0, 9586.0, 9560.0, 9568.0, 9545.0, 9573.0, 9573.0, 9594.0, 9558.0, 9561.0, 9556.0, 9561.0, 9561.0, 9580.0, 9592.0, 9587.0, 9577.0, 9566.0, 9576.0, 9563.0, 9607.0, 9566.0, 9589.0, 9565.0, 9586.0, 9576.0, 9592.0, 9590.0, 9588.0, 9561.0, 9570.0, 9567.0, 9569.0, 9571.0, 9575.0, 9559.0, 9561.0, 9558.0, 9560.0, 9571.0, 9564.0, 9602.0, 9576.0, 9574.0, 9561.0, 9569.0, 9563.0, 9601.0, 9577.0, 9587.0, 9577.0, 9572.0, 9578.0, 9589.0, 9567.0, 9591.0, 9577.0, 9577.0, 9561.0, 9575.0, 9561.0, 9566.0, 9579.0, 9564.0, 9575.0, 9564.0, 9587.0, 9584.0, 9608.0, 9596.0, 9589.0, 9593.0, 9591.0, 9585.0, 9617.0, 9577.0, 9591.0, 9563.0, 9578.0, 9575.0, 9599.0, 9577.0, 9582.0, 9566.0, 9582.0, 9579.0, 9586.0, 9637.0, 9583.0, 9604.0, 9579.0, 9591.0, 9577.0, 9590.0, 9564.0, 9583.0, 9559.0, 9572.0, 9556.0, 9578.0, 9573.0, 9575.0, 9559.0, 9562.0, 9584.0, 9546.0, 9588.0, 9574.0, 9591.0, 9576.0, 9584.0, 9557.0, 9571.0, 9574.0, 9592.0, 9575.0, 9577.0, 9563.0, 9591.0, 9561.0, 9593.0, 9577.0, 9595.0, 9562.0, 9575.0, 9561.0, 9601.0, 9579.0, 9565.0, 9560.0, 9577.0, 9559.0, 9581.0, 9577.0, 9579.0, 9560.0, 9564.0, 9561.0, 9595.0, 9604.0, 9578.0, 9558.0, 9558.0, 9584.0, 9564.0, 9604.0, 9564.0, 9586.0, 9566.0, 9598.0, 9576.0, 9603.0, 9585.0, 9604.0, 9567.0, 9602.0, 9565.0, 9602.0, 9579.0, 9600.0, 9563.0, 9574.0, 9571.0, 9570.0, 9544.0, 9572.0, 9554.0, 9554.0, 9536.0, 9539.0, 9551.0, 9557.0, 9569.0, 9558.0, 9570.0, 9557.0, 9556.0, 9558.0, 9564.0, 9577.0, 9563.0, 9573.0, 9558.0, 9576.0, 9567.0, 9592.0, 9554.0, 9594.0, 9584.0, 9593.0, 9586.0, 9583.0, 9603.0, 9621.0, 9593.0, 9572.0, 9557.0, 9568.0, 9558.0, 9598.0, 9558.0, 9567.0, 9543.0, 9581.0, 9545.0, 9588.0, 9563.0, 9588.0, 9574.0, 9567.0, 9572.0, 9588.0, 9580.0, 9586.0, 9566.0, 9600.0, 9564.0, 9587.0, 9580.0, 9603.0, 9577.0, 9569.0, 9573.0, 9568.0, 9557.0, 9584.0, 9542.0, 9565.0, 9557.0, 9568.0, 9554.0, 9568.0, 9562.0, 9582.0, 9574.0, 9570.0, 9571.0, 9569.0, 9562.0, 9590.0, 9559.0, 9569.0, 9552.0, 9555.0, 9549.0, 9555.0, 9581.0, 9543.0, 9550.0, 9530.0, 9566.0, 9547.0, 9603.0, 9577.0, 9590.0, 9578.0, 9587.0, 9575.0, 9606.0, 9585.0, 9592.0, 9578.0, 9593.0, 9562.0, 9596.0, 9582.0, 9580.0, 9560.0, 9562.0, 9571.0, 9549.0, 9618.0, 9566.0, 9585.0, 9575.0, 9589.0, 9598.0, 9590.0, 9578.0, 9584.0, 9573.0, 9585.0, 9548.0, 9591.0, 9571.0, 9572.0, 9551.0, 9557.0, 9553.0, 9554.0, 9596.0, 9552.0, 9562.0, 9534.0, 9547.0, 9523.0, 9566.0, 9551.0, 9553.0, 9535.0, 9538.0, 9550.0, 9539.0, 9582.0, 9557.0, 9565.0, 9542.0, 9565.0, 9554.0, 9568.0, 9542.0, 9566.0, 9524.0, 9548.0, 9534.0, 9552.0, 9550.0, 9554.0, 9537.0, 9536.0, 9536.0, 9558.0, 9576.0, 9564.0, 9558.0, 9556.0, 9552.0, 9560.0, 9585.0, 9547.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.00027721330275229356</td></tr>
<tr><td colspan=3>aqi</td><td>0.0242601877293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.130543354948294</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2178642312514356</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9667265903099882</td></tr>
<tr><td colspan=3>efc</td><td>0.459</td></tr>
<tr><td colspan=3>fber</td><td>6737.0117</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08801720633945033</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6055045871559632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.406534629771272</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3511151257632292</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5542962118281056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3141925517224813</td></tr>
<tr><td colspan=3>gcor</td><td>0.00588626</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013037679716944695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023574640974402428</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.9765238091351813</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>34.3138</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7721</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0303</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303313.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.3156</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5721</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.2024</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.7802</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3784.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.5784</td></tr>
<tr><td colspan=3>tsnr</td><td>41.74729250371456</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>