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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-03/func/sub-0059_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0c86917db064a27724586c89076581cf</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:51:57.217500</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.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.102029</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2269bd3e-f484-41f6-ba0d-778903c2bc37||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.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['125157.217500', '125157.677500', '125158.137500', '125158.597500', '125159.057500', '125159.517500', '125159.977500', '125200.437500', '125200.897500', '125201.357500', '125201.817500', '125202.277500', '125202.737500', '125203.197500', '125203.657500', '125204.117500', '125204.577500', '125205.037500', '125205.497500', '125205.957500', '125206.417500', '125206.877500', '125207.337500', '125207.797500', '125208.257500', '125208.717500', '125209.177500', '125209.637500', '125210.097500', '125210.557500', '125211.017500', '125211.477500', '125211.937500', '125212.397500', '125212.857500', '125213.317500', '125213.777500', '125214.237500', '125214.697500', '125215.157500', '125215.617500', '125216.077500', '125216.537500', '125216.997500', '125217.457500', '125217.917500', '125218.377500', '125218.837500', '125219.297500', '125219.757500', '125220.217500', '125220.677500', '125221.137500', '125221.597500', '125222.057500', '125222.517500', '125222.977500', '125223.437500', '125223.897500', '125224.357500', '125224.817500', '125225.277500', '125225.737500', '125226.197500', '125226.657500', '125227.117500', '125227.577500', '125228.037500', '125228.497500', '125228.957500', '125229.417500', '125229.877500', '125230.337500', '125230.797500', '125231.257500', '125231.717500', '125232.177500', '125232.637500', '125233.097500', '125233.557500', '125234.017500', '125234.477500', '125234.937500', '125235.397500', '125235.857500', '125236.317500', '125236.777500', '125237.237500', '125237.697500', '125238.157500', '125238.617500', '125239.077500', '125239.537500', '125239.997500', '125240.457500', '125240.917500', '125241.377500', '125241.837500', '125242.297500', '125242.757500', '125243.217500', '125243.677500', '125244.137500', '125244.597500', '125245.057500', '125245.517500', '125245.977500', '125246.437500', '125246.897500', '125247.357500', '125247.817500', '125248.277500', '125248.737500', '125249.197500', '125249.657500', '125250.117500', '125250.577500', '125251.037500', '125251.497500', '125251.957500', '125252.417500', '125252.877500', '125253.337500', '125253.797500', '125254.257500', '125254.717500', '125255.177500', '125255.637500', '125256.097500', '125256.557500', '125257.017500', '125257.477500', '125257.937500', '125258.397500', '125258.857500', '125259.317500', '125259.777500', '125300.237500', '125300.697500', '125301.157500', '125301.617500', '125302.077500', '125302.537500', '125302.997500', '125303.457500', '125303.917500', '125304.377500', '125304.837500', '125305.297500', '125305.757500', '125306.217500', '125306.677500', '125307.137500', '125307.597500', '125308.057500', '125308.517500', '125308.977500', '125309.437500', '125309.897500', '125310.357500', '125310.817500', '125311.277500', '125311.737500', '125312.197500', '125312.657500', '125313.117500', '125313.577500', '125314.037500', '125314.497500', '125314.957500', '125315.417500', '125315.877500', '125316.337500', '125316.797500', '125317.257500', '125317.717500', '125318.177500', '125318.637500', '125319.097500', '125319.557500', '125320.017500', '125320.477500', '125320.937500', '125321.397500', '125321.857500', '125322.317500', '125322.777500', '125323.237500', '125323.697500', '125324.157500', '125324.617500', '125325.077500', '125325.537500', '125325.997500', '125326.457500', '125326.917500', '125327.377500', '125327.837500', '125328.297500', '125328.757500', '125329.217500', '125329.677500', '125330.137500', '125330.597500', '125331.057500', '125331.517500', '125331.977500', '125332.437500', '125332.897500', '125333.357500', '125333.817500', '125334.277500', '125334.737500', '125335.197500', '125335.657500', '125336.117500', '125336.577500', '125337.037500', '125337.497500', '125337.957500', '125338.417500', '125338.877500', '125339.337500', '125339.797500', '125340.257500', '125340.717500', '125341.177500', '125341.637500', '125342.097500', '125342.557500', '125343.017500', '125343.477500', '125343.937500', '125344.397500', '125344.857500', '125345.317500', '125345.777500', '125346.237500', '125346.697500', '125347.157500', '125347.617500', '125348.077500', '125348.537500', '125348.997500', '125349.457500', '125349.917500', '125350.377500', '125350.837500', '125351.297500', '125351.757500', '125352.217500', '125352.677500', '125353.137500', '125353.597500', '125354.057500', '125354.517500', '125354.977500', '125355.437500', '125355.897500', '125356.357500', '125356.817500', '125357.277500', '125357.737500', '125358.197500', '125358.657500', '125359.117500', '125359.577500', '125400.037500', '125400.497500', '125400.957500', '125401.417500', '125401.877500', '125402.337500', '125402.797500', '125403.257500', '125403.717500', '125404.177500', '125404.637500', '125405.097500', '125405.557500', '125406.017500', '125406.477500', '125406.937500', '125407.397500', '125407.857500', '125408.317500', '125408.777500', '125409.237500', '125409.697500', '125410.157500', '125410.617500', '125411.077500', '125411.537500', '125411.997500', '125412.457500', '125412.917500', '125413.377500', '125413.837500', '125414.297500', '125414.757500', '125415.217500', '125415.677500', '125416.137500', '125416.597500', '125417.057500', '125417.517500', '125417.977500', '125418.437500', '125418.897500', '125419.357500', '125419.817500', '125420.277500', '125420.737500', '125421.197500', '125421.657500', '125422.117500', '125422.577500', '125423.037500', '125423.497500', '125423.957500', '125424.417500', '125424.877500', '125425.337500', '125425.797500', '125426.257500', '125426.717500', '125427.177500', '125427.637500', '125428.097500', '125428.557500', '125429.017500', '125429.477500', '125429.937500', '125430.397500', '125430.857500', '125431.317500', '125431.777500', '125432.237500', '125432.697500', '125433.157500', '125433.617500', '125434.077500', '125434.537500', '125434.997500', '125435.457500', '125435.917500', '125436.377500', '125436.837500', '125437.297500', '125437.757500', '125438.217500', '125438.677500', '125439.137500', '125439.597500', '125440.057500', '125440.517500', '125440.977500', '125441.437500', '125441.897500', '125442.357500', '125442.817500', '125443.277500', '125443.737500', '125444.197500', '125444.657500', '125445.117500', '125445.577500', '125446.037500', '125446.497500', '125446.957500', '125447.417500', '125447.877500', '125448.337500', '125448.797500', '125449.257500', '125449.717500', '125450.177500', '125450.637500', '125451.097500', '125451.557500', '125452.017500', '125452.477500', '125452.937500', '125453.397500', '125453.857500', '125454.317500', '125454.777500', '125455.237500', '125455.697500', '125456.157500', '125456.617500', '125457.077500', '125457.537500', '125457.997500', '125458.457500', '125458.917500', '125459.377500', '125459.837500', '125500.297500', '125500.757500', '125501.217500', '125501.677500', '125502.137500', '125502.597500', '125503.057500', '125503.517500', '125503.977500', '125504.437500', '125504.897500', '125505.357500', '125505.817500', '125506.277500', '125506.737500', '125507.197500', '125507.657500', '125508.117500', '125508.577500', '125509.037500', '125509.497500', '125509.957500', '125510.417500', '125510.877500', '125511.337500', '125511.797500', '125512.257500', '125512.717500', '125513.177500', '125513.637500', '125514.097500', '125514.557500', '125515.017500', '125515.477500', '125515.937500', '125516.397500', '125516.857500', '125517.317500', '125517.777500', '125518.237500', '125518.697500', '125519.157500', '125519.617500', '125520.077500', '125520.537500', '125520.997500', '125521.457500', '125521.917500', '125522.377500', '125522.837500', '125523.297500', '125523.757500', '125524.217500', '125524.677500', '125525.137500', '125525.597500', '125526.057500', '125526.517500', '125526.977500', '125527.437500', '125527.897500', '125528.357500', '125528.817500', '125529.277500', '125529.737500', '125530.197500', '125530.657500', '125531.117500', '125531.577500', '125532.037500', '125532.497500', '125532.957500', '125533.417500', '125533.877500', '125534.337500', '125534.797500', '125535.257500', '125535.717500', '125536.177500', '125536.637500', '125537.097500', '125537.557500', '125538.017500', '125538.477500', '125538.937500', '125539.397500', '125539.857500', '125540.317500', '125540.777500', '125541.237500', '125541.697500', '125542.157500', '125542.617500', '125543.077500', '125543.537500', '125543.997500', '125544.457500', '125544.917500', '125545.377500', '125545.837500', '125546.297500', '125546.757500', '125547.217500', '125547.677500', '125548.137500', '125548.597500', '125549.057500', '125549.517500', '125549.977500', '125550.437500', '125550.897500', '125551.357500', '125551.817500', '125552.277500', '125552.737500', '125553.197500', '125553.657500', '125554.117500', '125554.577500', '125555.037500', '125555.497500', '125555.957500', '125556.417500', '125556.877500', '125557.337500', '125557.797500', '125558.257500', '125558.717500', '125559.177500', '125559.637500', '125600.097500', '125600.557500', '125601.017500', '125601.477500', '125601.937500', '125602.397500', '125602.857500', '125603.317500', '125603.777500', '125604.237500', '125604.697500', '125605.157500', '125605.617500', '125606.077500', '125606.537500', '125606.997500', '125607.457500', '125607.917500', '125608.377500', '125608.837500', '125609.297500', '125609.757500', '125610.217500', '125610.677500', '125611.137500', '125611.597500', '125612.057500', '125612.517500', '125612.977500', '125613.437500', '125613.897500', '125614.357500', '125614.817500', '125615.277500', '125615.737500', '125616.197500', '125616.657500', '125617.117500', '125617.577500', '125618.037500', '125618.497500', '125618.957500', '125619.417500', '125619.877500', '125620.337500', '125620.797500', '125621.257500', '125621.717500', '125622.177500', '125622.637500', '125623.097500', '125623.557500', '125624.017500', '125624.477500', '125624.937500', '125625.397500', '125625.857500', '125626.317500', '125626.777500', '125627.237500', '125627.697500', '125628.157500', '125628.617500', '125629.077500', '125629.537500', '125629.997500', '125630.457500', '125630.917500', '125631.377500', '125631.837500', '125632.297500', '125632.757500', '125633.217500', '125633.677500', '125634.137500', '125634.597500', '125635.057500', '125635.517500', '125635.977500', '125636.437500', '125636.897500', '125637.357500', '125637.817500', '125638.277500', '125638.737500', '125639.197500', '125639.657500', '125640.117500', '125640.577500', '125641.037500', '125641.497500', '125641.957500', '125642.417500', '125642.877500', '125643.337500', '125643.797500', '125644.257500', '125644.717500', '125645.177500', '125645.637500', '125646.097500', '125646.557500', '125647.017500', '125647.477500', '125647.937500', '125648.397500', '125648.857500', '125649.317500', '125649.777500', '125650.237500', '125650.697500', '125651.157500', '125651.617500', '125652.077500', '125652.537500', '125652.997500', '125653.457500', '125653.917500', '125654.377500', '125654.837500', '125655.297500', '125655.757500', '125656.217500', '125656.677500', '125657.137500', '125657.597500', '125658.057500', '125658.517500', '125658.977500', '125659.437500', '125659.897500', '125700.357500', '125700.817500', '125701.277500', '125701.737500', '125702.197500', '125702.657500', '125703.117500', '125703.577500', '125704.037500', '125704.497500', '125704.957500', '125705.417500', '125705.877500', '125706.337500', '125706.797500', '125707.257500', '125707.717500', '125708.177500', '125708.637500', '125709.097500', '125709.557500', '125710.017500', '125710.477500', '125710.937500', '125711.397500', '125711.857500', '125712.317500', '125712.777500', '125713.237500', '125713.697500', '125714.157500', '125714.617500', '125715.077500', '125715.537500', '125715.997500', '125716.457500', '125716.917500', '125717.377500', '125717.837500', '125718.297500', '125718.757500', '125719.217500', '125719.677500', '125720.137500', '125720.597500', '125721.057500', '125721.517500', '125721.977500', '125722.437500', '125722.897500', '125723.357500', '125723.817500', '125724.277500', '125724.737500', '125725.197500', '125725.657500', '125726.117500', '125726.577500', '125727.037500', '125727.497500', '125727.957500', '125728.417500', '125728.877500', '125729.337500', '125729.797500', '125730.257500', '125730.717500', '125731.177500', '125731.637500', '125732.097500', '125732.557500', '125733.017500', '125733.477500', '125733.937500', '125734.397500', '125734.857500', '125735.317500', '125735.777500', '125736.237500', '125736.697500', '125737.157500', '125737.617500', '125738.077500', '125738.537500', '125738.997500', '125739.457500', '125739.917500', '125740.377500', '125740.837500', '125741.297500', '125741.757500', '125742.217500', '125742.677500', '125743.137500', '125743.597500', '125744.057500', '125744.517500', '125744.977500', '125745.437500', '125745.897500', '125746.357500', '125746.817500', '125747.277500', '125747.737500', '125748.197500', '125748.657500', '125749.117500', '125749.577500', '125750.037500', '125750.497500', '125750.957500', '125751.417500', '125751.877500', '125752.337500', '125752.797500', '125753.257500', '125753.717500', '125754.177500', '125754.637500', '125755.097500', '125755.557500', '125756.017500', '125756.477500', '125756.937500', '125757.397500', '125757.857500', '125758.317500', '125758.777500', '125759.237500', '125759.697500', '125800.157500', '125800.617500', '125801.077500', '125801.537500', '125801.997500', '125802.457500', '125802.917500', '125803.377500', '125803.837500', '125804.297500', '125804.757500', '125805.217500', '125805.677500', '125806.137500', '125806.597500', '125807.057500', '125807.517500', '125807.977500', '125808.437500', '125808.897500', '125809.357500', '125809.817500', '125810.277500', '125810.737500', '125811.197500', '125811.657500', '125812.117500', '125812.577500', '125813.037500', '125813.497500', '125813.957500', '125814.417500', '125814.877500', '125815.337500', '125815.797500', '125816.257500', '125816.717500', '125817.177500', '125817.637500', '125818.097500', '125818.557500', '125819.017500', '125819.477500', '125819.937500', '125820.397500', '125820.857500', '125821.317500', '125821.777500', '125822.237500', '125822.697500', '125823.157500', '125823.617500', '125824.077500', '125824.537500', '125824.997500', '125825.457500', '125825.917500', '125826.377500', '125826.837500', '125827.297500', '125827.757500', '125828.217500', '125828.677500', '125829.137500', '125829.597500', '125830.057500', '125830.517500', '125830.977500', '125831.437500', '125831.897500', '125832.357500', '125832.817500', '125833.277500', '125833.737500', '125834.197500', '125834.657500', '125835.117500', '125835.577500', '125836.037500', '125836.497500', '125836.957500', '125837.417500', '125837.877500'], 'ContentTime': ['125213.858000', '125213.861000', '125213.864000', '125213.867000', '125213.869000', '125213.872000', '125213.874000', '125213.877000', '125213.880000', '125213.882000', '125213.885000', '125213.887000', '125213.890000', '125213.893000', '125213.901000', '125213.903000', '125213.906000', '125213.908000', '125213.911000', '125213.913000', '125213.916000', '125213.919000', '125213.921000', '125213.924000', '125213.926000', '125213.929000', '125213.931000', '125213.934000', '125213.937000', '125213.939000', '125213.942000', '125213.944000', '125213.947000', '125233.827000', '125233.830000', '125233.833000', '125233.836000', '125233.838000', '125233.841000', '125233.844000', '125233.847000', '125233.850000', '125233.852000', '125233.855000', '125233.857000', '125233.860000', '125233.862000', '125233.865000', '125233.868000', '125233.870000', '125233.873000', '125233.875000', '125233.878000', '125233.881000', '125233.883000', '125233.886000', '125233.889000', '125233.896000', '125233.898000', '125233.901000', '125233.904000', '125233.906000', '125233.909000', '125233.911000', '125233.914000', '125233.916000', '125233.919000', '125233.922000', '125233.924000', '125233.927000', '125233.929000', '125233.932000', '125233.935000', '125233.937000', '125233.940000', '125233.942000', '125253.826000', '125253.830000', '125253.833000', '125253.835000', '125253.838000', '125253.840000', '125253.843000', '125253.846000', '125253.848000', '125253.851000', '125253.853000', '125253.856000', '125253.859000', '125253.861000', '125253.864000', '125253.867000', '125253.869000', '125253.872000', '125253.874000', '125253.877000', '125253.879000', '125253.882000', '125253.885000', '125253.887000', '125253.890000', '125253.893000', '125253.895000', '125253.898000', '125253.904000', '125253.907000', '125253.909000', '125253.912000', '125253.914000', '125253.917000', '125253.920000', '125253.922000', '125253.925000', '125253.927000', '125253.930000', '125253.933000', '125253.935000', '125253.938000', '125253.940000', '125253.943000', '125313.827000', '125313.830000', '125313.833000', '125313.836000', '125313.838000', '125313.841000', '125313.843000', '125313.846000', '125313.849000', '125313.851000', '125313.854000', '125313.857000', '125313.867000', '125313.869000', '125313.872000', '125313.875000', '125313.877000', '125313.880000', '125313.882000', '125313.885000', '125313.888000', '125313.890000', '125313.893000', '125313.896000', '125313.898000', '125313.901000', '125313.903000', '125313.906000', '125313.909000', '125313.911000', '125313.914000', '125313.916000', '125313.919000', '125313.922000', '125313.924000', '125313.938000', '125313.941000', '125313.943000', '125313.946000', '125313.949000', '125313.951000', '125313.954000', '125313.956000', '125333.827000', '125333.830000', '125333.833000', '125333.835000', '125333.838000', '125333.841000', '125333.843000', '125333.846000', '125333.849000', '125333.851000', '125333.854000', '125333.857000', '125333.859000', '125333.862000', '125333.864000', '125333.867000', '125333.870000', '125333.872000', '125333.875000', '125333.877000', '125333.880000', '125333.883000', '125333.885000', '125333.888000', '125333.890000', '125333.893000', '125333.896000', '125333.898000', '125333.901000', '125333.904000', '125333.906000', '125333.909000', '125333.912000', '125333.914000', '125333.917000', '125333.919000', '125333.922000', '125333.924000', '125333.927000', '125333.930000', '125333.932000', '125333.935000', '125333.937000', '125333.940000', '125353.828000', '125353.830000', '125353.833000', '125353.836000', '125353.838000', '125353.841000', '125353.844000', '125353.846000', '125353.849000', '125353.851000', '125353.854000', '125353.857000', '125353.859000', '125353.862000', '125353.865000', '125353.867000', '125353.870000', '125353.872000', '125353.875000', '125353.878000', '125353.880000', '125353.883000', '125353.886000', '125353.888000', '125353.891000', '125353.893000', '125353.896000', '125353.899000', '125353.901000', '125353.904000', '125353.907000', '125353.909000', '125353.912000', '125353.914000', '125353.917000', '125353.920000', '125353.922000', '125353.925000', '125353.927000', '125353.930000', '125353.933000', '125353.935000', '125353.938000', '125413.828000', '125413.830000', '125413.833000', '125413.836000', '125413.838000', '125413.841000', '125413.844000', '125413.846000', '125413.849000', '125413.851000', '125413.854000', '125413.857000', '125413.859000', '125413.862000', '125413.864000', '125413.867000', '125413.870000', '125413.872000', '125413.875000', '125413.877000', '125413.880000', '125413.883000', '125413.885000', '125413.888000', '125413.890000', '125413.893000', '125413.896000', '125413.898000', '125413.901000', '125413.903000', '125413.906000', '125413.909000', '125413.911000', '125413.914000', '125413.916000', '125413.919000', '125413.922000', '125413.924000', '125413.927000', '125413.929000', '125413.932000', '125413.935000', '125413.937000', '125413.940000', '125433.827000', '125433.830000', '125433.833000', '125433.836000', '125433.838000', '125433.841000', '125433.844000', '125433.846000', '125433.849000', '125433.851000', '125433.854000', '125433.857000', '125433.859000', '125433.862000', '125433.864000', '125433.867000', '125433.870000', '125433.872000', '125433.875000', '125433.877000', '125433.880000', '125433.883000', '125433.885000', '125433.888000', '125433.890000', '125433.893000', '125433.896000', '125433.898000', '125433.901000', '125433.903000', '125433.906000', '125433.909000', '125433.911000', '125433.914000', '125433.916000', '125433.919000', '125433.922000', '125433.924000', '125433.927000', '125433.929000', '125433.932000', '125433.935000', '125433.937000', '125453.827000', '125453.830000', '125453.833000', '125453.836000', '125453.838000', '125453.841000', '125453.844000', '125453.846000', '125453.849000', '125453.852000', '125453.854000', '125453.857000', '125453.859000', '125453.862000', '125453.865000', '125453.868000', '125453.870000', '125453.873000', '125453.876000', '125453.878000', '125453.881000', '125453.883000', '125453.886000', '125453.889000', '125453.891000', '125453.894000', '125453.897000', '125453.899000', '125453.902000', '125453.904000', '125453.907000', '125453.922000', '125453.925000', '125453.928000', '125453.930000', '125453.933000', '125453.936000', '125453.938000', '125453.941000', '125453.943000', '125453.946000', '125453.949000', '125453.951000', '125453.954000', '125513.826000', '125513.829000', '125513.832000', '125513.834000', '125513.838000', '125513.841000', '125513.843000', '125513.846000', '125513.848000', '125513.851000', '125513.854000', '125513.856000', '125513.859000', '125513.862000', '125513.864000', '125513.867000', '125513.870000', '125513.872000', '125513.875000', '125513.877000', '125513.880000', '125513.883000', '125513.885000', '125513.888000', '125513.891000', '125513.893000', '125513.896000', '125513.898000', '125513.901000', '125513.904000', '125513.907000', '125513.909000', '125513.912000', '125513.914000', '125513.917000', '125513.920000', '125513.922000', '125513.925000', '125513.927000', '125513.930000', '125513.933000', '125513.935000', '125513.938000', '125533.828000', '125533.831000', '125533.834000', '125533.836000', '125533.839000', '125533.842000', '125533.844000', '125533.847000', '125533.849000', '125533.852000', '125533.855000', '125533.857000', '125533.860000', '125533.862000', '125533.865000', '125533.868000', '125533.871000', '125533.873000', '125533.876000', '125533.878000', '125533.881000', '125533.884000', '125533.886000', '125533.889000', '125533.892000', '125533.894000', '125533.897000', '125533.900000', '125533.902000', '125533.905000', '125533.907000', '125533.910000', '125533.913000', '125533.915000', '125533.918000', '125533.921000', '125533.923000', '125533.926000', '125533.928000', '125533.931000', '125533.933000', '125533.936000', '125533.939000', '125533.941000', '125553.827000', '125553.830000', '125553.833000', '125553.836000', '125553.838000', '125553.841000', '125553.843000', '125553.846000', '125553.849000', '125553.851000', '125553.854000', '125553.857000', '125553.859000', '125553.862000', '125553.864000', '125553.867000', '125553.870000', '125553.872000', '125553.875000', '125553.877000', '125553.880000', '125553.883000', '125553.885000', '125553.888000', '125553.890000', '125553.893000', '125553.896000', '125553.898000', '125553.901000', '125553.903000', '125553.906000', '125553.909000', '125553.911000', '125553.914000', '125553.916000', '125553.919000', '125553.922000', '125553.924000', '125553.927000', '125553.929000', '125553.932000', '125553.935000', '125553.937000', '125613.827000', '125613.830000', '125613.833000', '125613.836000', '125613.838000', '125613.841000', '125613.843000', '125613.846000', '125613.849000', '125613.851000', '125613.854000', '125613.857000', '125613.859000', '125613.862000', '125613.865000', '125613.867000', '125613.870000', '125613.872000', '125613.875000', '125613.878000', '125613.880000', '125613.883000', '125613.886000', '125613.888000', '125613.891000', '125613.893000', '125613.896000', '125613.899000', '125613.902000', '125613.904000', '125613.907000', '125613.909000', '125613.912000', '125613.914000', '125613.917000', '125613.920000', '125613.922000', '125613.925000', '125613.927000', '125613.930000', '125613.933000', '125613.935000', '125613.938000', '125613.940000', '125633.827000', '125633.830000', '125633.833000', '125633.836000', '125633.838000', '125633.841000', '125633.843000', '125633.846000', '125633.849000', '125633.851000', '125633.854000', '125633.857000', '125633.880000', '125633.883000', '125633.886000', '125633.888000', '125633.891000', '125633.893000', '125633.896000', '125633.898000', '125633.901000', '125633.904000', '125633.906000', '125633.909000', '125633.911000', '125633.914000', '125633.917000', '125633.919000', '125633.922000', '125633.924000', '125633.927000', '125633.930000', '125633.932000', '125633.935000', '125633.938000', '125633.940000', '125633.943000', '125633.945000', '125633.948000', '125633.951000', '125633.953000', '125633.956000', '125633.959000', '125653.828000', '125653.830000', '125653.833000', '125653.836000', '125653.838000', '125653.841000', '125653.844000', '125653.846000', '125653.849000', '125653.853000', '125653.855000', '125653.858000', '125653.861000', '125653.863000', '125653.866000', '125653.869000', '125653.871000', '125653.874000', '125653.876000', '125653.879000', '125653.882000', '125653.884000', '125653.887000', '125653.890000', '125653.892000', '125653.895000', '125653.897000', '125653.900000', '125653.903000', '125653.905000', '125653.908000', '125653.911000', '125653.913000', '125653.916000', '125653.919000', '125653.921000', '125653.924000', '125653.926000', '125653.929000', '125653.932000', '125653.934000', '125653.937000', '125653.939000', '125653.942000', '125713.828000', '125713.831000', '125713.833000', '125713.836000', '125713.839000', '125713.841000', '125713.844000', '125713.846000', '125713.849000', '125713.852000', '125713.854000', '125713.857000', '125713.859000', '125713.862000', '125713.865000', '125713.867000', '125713.870000', '125713.873000', '125713.875000', '125713.878000', '125713.880000', '125713.883000', '125713.886000', '125713.888000', '125713.891000', '125713.894000', '125713.896000', '125713.899000', '125713.901000', '125713.904000', '125713.907000', '125713.909000', '125713.912000', '125713.914000', '125713.917000', '125713.920000', '125713.922000', '125713.925000', '125713.927000', '125713.930000', '125713.933000', '125713.935000', '125713.938000', '125733.826000', '125733.829000', '125733.832000', '125733.835000', '125733.837000', '125733.840000', '125733.842000', '125733.845000', '125733.848000', '125733.850000', '125733.853000', '125733.856000', '125733.859000', '125733.861000', '125733.864000', '125733.867000', '125733.869000', '125733.872000', '125733.875000', '125733.877000', '125733.880000', '125733.882000', '125733.885000', '125733.887000', '125733.890000', '125733.893000', '125733.895000', '125733.898000', '125733.901000', '125733.903000', '125733.906000', '125733.908000', '125733.911000', '125733.914000', '125733.916000', '125733.919000', '125733.921000', '125733.924000', '125733.927000', '125733.929000', '125733.932000', '125733.934000', '125733.937000', '125753.828000', '125753.831000', '125753.834000', '125753.836000', '125753.839000', '125753.841000', '125753.844000', '125753.847000', '125753.849000', '125753.861000', '125753.863000', '125753.866000', '125753.868000', '125753.871000', '125753.873000', '125753.876000', '125753.879000', '125753.881000', '125753.884000', '125753.886000', '125753.889000', '125753.892000', '125753.894000', '125753.897000', '125753.900000', '125753.902000', '125753.905000', '125753.907000', '125753.910000', '125753.913000', '125753.915000', '125753.918000', '125753.921000', '125753.923000', '125753.926000', '125753.928000', '125753.931000', '125753.934000', '125753.936000', '125753.939000', '125753.941000', '125753.944000', '125753.948000', '125753.951000', '125813.828000', '125813.833000', '125813.836000', '125813.838000', '125813.841000', '125813.844000', '125813.846000', '125813.849000', '125813.852000', '125813.854000', '125813.857000', '125813.860000', '125813.862000', '125813.865000', '125813.867000', '125813.870000', '125813.873000', '125813.875000', '125813.878000', '125813.880000', '125813.883000', '125813.886000', '125813.888000', '125813.891000', '125813.894000', '125813.897000', '125813.900000', '125813.902000', '125813.905000', '125813.908000', '125813.910000', '125813.913000', '125813.915000', '125813.918000', '125813.921000', '125813.924000', '125813.926000', '125813.929000', '125813.932000', '125813.934000', '125813.937000', '125813.939000', '125813.942000', '125833.828000', '125833.830000', '125833.833000', '125833.836000', '125833.839000', '125833.842000', '125833.844000', '125833.847000', '125833.850000', '125833.852000', '125833.855000', '125833.857000', '125833.860000', '125833.863000', '125833.865000', '125833.868000', '125833.871000', '125833.873000', '125833.876000', '125833.878000', '125833.881000', '125833.884000', '125833.886000', '125833.889000', '125833.891000', '125833.894000', '125833.897000', '125833.899000', '125833.902000', '125833.904000', '125833.907000', '125833.910000', '125833.912000', '125833.915000', '125833.917000', '125833.920000', '125833.923000', '125833.925000', '125833.928000', '125833.930000', '125833.933000', '125833.936000', '125833.938000', '125833.941000', '125839.631000', '125839.634000', '125839.637000', '125839.639000', '125839.642000', '125839.645000', '125839.648000', '125839.650000', '125839.653000', '125839.656000', '125839.659000', '125839.661000', '125839.664000'], 'InstanceCreationTime': ['125213.858000', '125213.861000', '125213.864000', '125213.867000', '125213.869000', '125213.872000', '125213.874000', '125213.877000', '125213.880000', '125213.882000', '125213.885000', '125213.887000', '125213.890000', '125213.893000', '125213.901000', '125213.903000', '125213.906000', '125213.908000', '125213.911000', '125213.913000', '125213.916000', '125213.919000', '125213.921000', '125213.924000', '125213.926000', '125213.929000', '125213.931000', '125213.934000', '125213.937000', '125213.939000', '125213.942000', '125213.944000', '125213.947000', '125233.827000', '125233.830000', '125233.833000', '125233.836000', '125233.838000', '125233.841000', '125233.844000', '125233.847000', '125233.850000', '125233.852000', '125233.855000', '125233.857000', '125233.860000', '125233.862000', '125233.865000', '125233.868000', '125233.870000', '125233.873000', '125233.875000', '125233.878000', '125233.881000', '125233.883000', '125233.886000', '125233.889000', '125233.896000', '125233.898000', '125233.901000', '125233.904000', '125233.906000', '125233.909000', '125233.911000', '125233.914000', '125233.916000', '125233.919000', '125233.922000', '125233.924000', '125233.927000', '125233.929000', '125233.932000', '125233.935000', '125233.937000', '125233.940000', '125233.942000', '125253.826000', '125253.830000', '125253.833000', '125253.835000', '125253.838000', '125253.840000', '125253.843000', '125253.846000', '125253.848000', '125253.851000', '125253.853000', '125253.856000', '125253.859000', '125253.861000', '125253.864000', '125253.867000', '125253.869000', '125253.872000', '125253.874000', '125253.877000', '125253.879000', '125253.882000', '125253.885000', '125253.887000', '125253.890000', '125253.893000', '125253.895000', '125253.898000', '125253.904000', '125253.907000', '125253.909000', '125253.912000', '125253.914000', '125253.917000', '125253.920000', '125253.922000', '125253.925000', '125253.927000', '125253.930000', '125253.933000', '125253.935000', '125253.938000', '125253.940000', '125253.943000', '125313.827000', '125313.830000', '125313.833000', '125313.836000', '125313.838000', '125313.841000', '125313.843000', '125313.846000', '125313.849000', '125313.851000', '125313.854000', '125313.857000', '125313.867000', '125313.869000', '125313.872000', '125313.875000', '125313.877000', '125313.880000', '125313.882000', '125313.885000', '125313.888000', '125313.890000', '125313.893000', '125313.896000', '125313.898000', '125313.901000', '125313.903000', '125313.906000', '125313.909000', '125313.911000', '125313.914000', '125313.916000', '125313.919000', '125313.922000', '125313.924000', '125313.938000', '125313.941000', '125313.943000', '125313.946000', '125313.949000', '125313.951000', '125313.954000', '125313.956000', '125333.827000', '125333.830000', '125333.833000', '125333.835000', '125333.838000', '125333.841000', '125333.843000', '125333.846000', '125333.849000', '125333.851000', '125333.854000', '125333.857000', '125333.859000', '125333.862000', '125333.864000', '125333.867000', '125333.870000', '125333.872000', '125333.875000', '125333.877000', '125333.880000', '125333.883000', '125333.885000', '125333.888000', '125333.890000', '125333.893000', '125333.896000', '125333.898000', '125333.901000', '125333.904000', '125333.906000', '125333.909000', '125333.912000', '125333.914000', '125333.917000', '125333.919000', '125333.922000', '125333.924000', '125333.927000', '125333.930000', '125333.932000', '125333.935000', '125333.937000', '125333.940000', '125353.828000', '125353.830000', '125353.833000', '125353.836000', '125353.838000', '125353.841000', '125353.844000', '125353.846000', '125353.849000', '125353.851000', '125353.854000', '125353.857000', '125353.859000', '125353.862000', '125353.865000', '125353.867000', '125353.870000', '125353.872000', '125353.875000', '125353.878000', '125353.880000', '125353.883000', '125353.886000', '125353.888000', '125353.891000', '125353.893000', '125353.896000', '125353.899000', '125353.901000', '125353.904000', '125353.907000', '125353.909000', '125353.912000', '125353.914000', '125353.917000', '125353.920000', '125353.922000', '125353.925000', '125353.927000', '125353.930000', '125353.933000', '125353.935000', '125353.938000', '125413.828000', '125413.830000', '125413.833000', '125413.836000', '125413.838000', '125413.841000', '125413.844000', '125413.846000', '125413.849000', '125413.851000', '125413.854000', '125413.857000', '125413.859000', '125413.862000', '125413.864000', '125413.867000', '125413.870000', '125413.872000', '125413.875000', '125413.877000', '125413.880000', '125413.883000', '125413.885000', '125413.888000', '125413.890000', '125413.893000', '125413.896000', '125413.898000', '125413.901000', '125413.903000', '125413.906000', '125413.909000', '125413.911000', '125413.914000', '125413.916000', '125413.919000', '125413.922000', '125413.924000', '125413.927000', '125413.929000', '125413.932000', '125413.935000', '125413.937000', '125413.940000', '125433.827000', '125433.830000', '125433.833000', '125433.836000', '125433.838000', '125433.841000', '125433.844000', '125433.846000', '125433.849000', '125433.851000', '125433.854000', '125433.857000', '125433.859000', '125433.862000', '125433.864000', '125433.867000', '125433.870000', '125433.872000', '125433.875000', '125433.877000', '125433.880000', '125433.883000', '125433.885000', '125433.888000', '125433.890000', '125433.893000', '125433.896000', '125433.898000', '125433.901000', '125433.903000', '125433.906000', '125433.909000', '125433.911000', '125433.914000', '125433.916000', '125433.919000', '125433.922000', '125433.924000', '125433.927000', '125433.929000', '125433.932000', '125433.935000', '125433.937000', '125453.827000', '125453.830000', '125453.833000', '125453.836000', '125453.838000', '125453.841000', '125453.844000', '125453.846000', '125453.849000', '125453.852000', '125453.854000', '125453.857000', '125453.859000', '125453.862000', '125453.865000', '125453.868000', '125453.870000', '125453.873000', '125453.876000', '125453.878000', '125453.881000', '125453.883000', '125453.886000', '125453.889000', '125453.891000', '125453.894000', '125453.897000', '125453.899000', '125453.902000', '125453.904000', '125453.907000', '125453.922000', '125453.925000', '125453.928000', '125453.930000', '125453.933000', '125453.936000', '125453.938000', '125453.941000', '125453.943000', '125453.946000', '125453.949000', '125453.951000', '125453.954000', '125513.826000', '125513.829000', '125513.832000', '125513.834000', '125513.838000', '125513.841000', '125513.843000', '125513.846000', '125513.848000', '125513.851000', '125513.854000', '125513.856000', '125513.859000', '125513.862000', '125513.864000', '125513.867000', '125513.870000', '125513.872000', '125513.875000', '125513.877000', '125513.880000', '125513.883000', '125513.885000', '125513.888000', '125513.891000', '125513.893000', '125513.896000', '125513.898000', '125513.901000', '125513.904000', '125513.907000', '125513.909000', '125513.912000', '125513.914000', '125513.917000', '125513.920000', '125513.922000', '125513.925000', '125513.927000', '125513.930000', '125513.933000', '125513.935000', '125513.938000', '125533.828000', '125533.831000', '125533.834000', '125533.836000', '125533.839000', '125533.842000', '125533.844000', '125533.847000', '125533.849000', '125533.852000', '125533.855000', '125533.857000', '125533.860000', '125533.862000', '125533.865000', '125533.868000', '125533.871000', '125533.873000', '125533.876000', '125533.878000', '125533.881000', '125533.884000', '125533.886000', '125533.889000', '125533.892000', '125533.894000', '125533.897000', '125533.900000', '125533.902000', '125533.905000', '125533.907000', '125533.910000', '125533.913000', '125533.915000', '125533.918000', '125533.921000', '125533.923000', '125533.926000', '125533.928000', '125533.931000', '125533.933000', '125533.936000', '125533.939000', '125533.941000', '125553.827000', '125553.830000', '125553.833000', '125553.836000', '125553.838000', '125553.841000', '125553.843000', '125553.846000', '125553.849000', '125553.851000', '125553.854000', '125553.857000', '125553.859000', '125553.862000', '125553.864000', '125553.867000', '125553.870000', '125553.872000', '125553.875000', '125553.877000', '125553.880000', '125553.883000', '125553.885000', '125553.888000', '125553.890000', '125553.893000', '125553.896000', '125553.898000', '125553.901000', '125553.903000', '125553.906000', '125553.909000', '125553.911000', '125553.914000', '125553.916000', '125553.919000', '125553.922000', '125553.924000', '125553.927000', '125553.929000', '125553.932000', '125553.935000', '125553.937000', '125613.827000', '125613.830000', '125613.833000', '125613.836000', '125613.838000', '125613.841000', '125613.843000', '125613.846000', '125613.849000', '125613.851000', '125613.854000', '125613.857000', '125613.859000', '125613.862000', '125613.865000', '125613.867000', '125613.870000', '125613.872000', '125613.875000', '125613.878000', '125613.880000', '125613.883000', '125613.886000', '125613.888000', '125613.891000', '125613.893000', '125613.896000', '125613.899000', '125613.902000', '125613.904000', '125613.907000', '125613.909000', '125613.912000', '125613.914000', '125613.917000', '125613.920000', '125613.922000', '125613.925000', '125613.927000', '125613.930000', '125613.933000', '125613.935000', '125613.938000', '125613.940000', '125633.827000', '125633.830000', '125633.833000', '125633.836000', '125633.838000', '125633.841000', '125633.843000', '125633.846000', '125633.849000', '125633.851000', '125633.854000', '125633.857000', '125633.880000', '125633.883000', '125633.886000', '125633.888000', '125633.891000', '125633.893000', '125633.896000', '125633.898000', '125633.901000', '125633.904000', '125633.906000', '125633.909000', '125633.911000', '125633.914000', '125633.917000', '125633.919000', '125633.922000', '125633.924000', '125633.927000', '125633.930000', '125633.932000', '125633.935000', '125633.938000', '125633.940000', '125633.943000', '125633.945000', '125633.948000', '125633.951000', '125633.953000', '125633.956000', '125633.959000', '125653.828000', '125653.830000', '125653.833000', '125653.836000', '125653.838000', '125653.841000', '125653.844000', '125653.846000', '125653.849000', '125653.853000', '125653.855000', '125653.858000', '125653.861000', '125653.863000', '125653.866000', '125653.869000', '125653.871000', '125653.874000', '125653.876000', '125653.879000', '125653.882000', '125653.884000', '125653.887000', '125653.890000', '125653.892000', '125653.895000', '125653.897000', '125653.900000', '125653.903000', '125653.905000', '125653.908000', '125653.911000', '125653.913000', '125653.916000', '125653.919000', '125653.921000', '125653.924000', '125653.926000', '125653.929000', '125653.932000', '125653.934000', '125653.937000', '125653.939000', '125653.942000', '125713.828000', '125713.831000', '125713.833000', '125713.836000', '125713.839000', '125713.841000', '125713.844000', '125713.846000', '125713.849000', '125713.852000', '125713.854000', '125713.857000', '125713.859000', '125713.862000', '125713.865000', '125713.867000', '125713.870000', '125713.873000', '125713.875000', '125713.878000', '125713.880000', '125713.883000', '125713.886000', '125713.888000', '125713.891000', '125713.894000', '125713.896000', '125713.899000', '125713.901000', '125713.904000', '125713.907000', '125713.909000', '125713.912000', '125713.914000', '125713.917000', '125713.920000', '125713.922000', '125713.925000', '125713.927000', '125713.930000', '125713.933000', '125713.935000', '125713.938000', '125733.826000', '125733.829000', '125733.832000', '125733.835000', '125733.837000', '125733.840000', '125733.842000', '125733.845000', '125733.848000', '125733.850000', '125733.853000', '125733.856000', '125733.859000', '125733.861000', '125733.864000', '125733.867000', '125733.869000', '125733.872000', '125733.875000', '125733.877000', '125733.880000', '125733.882000', '125733.885000', '125733.887000', '125733.890000', '125733.893000', '125733.895000', '125733.898000', '125733.901000', '125733.903000', '125733.906000', '125733.908000', '125733.911000', '125733.914000', '125733.916000', '125733.919000', '125733.921000', '125733.924000', '125733.927000', '125733.929000', '125733.932000', '125733.934000', '125733.937000', '125753.828000', '125753.831000', '125753.834000', '125753.836000', '125753.839000', '125753.841000', '125753.844000', '125753.847000', '125753.849000', '125753.861000', '125753.863000', '125753.866000', '125753.868000', '125753.871000', '125753.873000', '125753.876000', '125753.879000', '125753.881000', '125753.884000', '125753.886000', '125753.889000', '125753.892000', '125753.894000', '125753.897000', '125753.900000', '125753.902000', '125753.905000', '125753.907000', '125753.910000', '125753.913000', '125753.915000', '125753.918000', '125753.921000', '125753.923000', '125753.926000', '125753.928000', '125753.931000', '125753.934000', '125753.936000', '125753.939000', '125753.941000', '125753.944000', '125753.948000', '125753.951000', '125813.828000', '125813.833000', '125813.836000', '125813.838000', '125813.841000', '125813.844000', '125813.846000', '125813.849000', '125813.852000', '125813.854000', '125813.857000', '125813.860000', '125813.862000', '125813.865000', '125813.867000', '125813.870000', '125813.873000', '125813.875000', '125813.878000', '125813.880000', '125813.883000', '125813.886000', '125813.888000', '125813.891000', '125813.894000', '125813.897000', '125813.900000', '125813.902000', '125813.905000', '125813.908000', '125813.910000', '125813.913000', '125813.915000', '125813.918000', '125813.921000', '125813.924000', '125813.926000', '125813.929000', '125813.932000', '125813.934000', '125813.937000', '125813.939000', '125813.942000', '125833.828000', '125833.830000', '125833.833000', '125833.836000', '125833.839000', '125833.842000', '125833.844000', '125833.847000', '125833.850000', '125833.852000', '125833.855000', '125833.857000', '125833.860000', '125833.863000', '125833.865000', '125833.868000', '125833.871000', '125833.873000', '125833.876000', '125833.878000', '125833.881000', '125833.884000', '125833.886000', '125833.889000', '125833.891000', '125833.894000', '125833.897000', '125833.899000', '125833.902000', '125833.904000', '125833.907000', '125833.910000', '125833.912000', '125833.915000', '125833.917000', '125833.920000', '125833.923000', '125833.925000', '125833.928000', '125833.930000', '125833.933000', '125833.936000', '125833.938000', '125833.941000', '125839.631000', '125839.634000', '125839.637000', '125839.639000', '125839.642000', '125839.645000', '125839.648000', '125839.650000', '125839.653000', '125839.656000', '125839.659000', '125839.661000', '125839.664000'], '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': [8678, 11805, 8804, 10623, 9189, 8195, 8700, 7217, 9547, 7288, 10701, 7850, 12860, 8748, 7856, 8101, 6945, 10047, 7801, 12713, 8275, 12192, 8476, 11432, 8797, 9594, 8718, 7202, 10485, 8167, 12390, 8562, 10911, 8181, 6945, 9573, 7716, 12744, 8627, 8385, 8942, 7621, 11690, 8255, 12637, 8847, 11164, 8798, 9676, 9044, 8177, 8185, 6996, 9506, 8158, 6850, 8291, 7455, 11392, 7866, 11940, 9189, 11255, 11724, 8501, 11907, 8261, 12293, 8702, 13731, 8834, 8049, 9141, 8317, 11944, 8925, 11062, 9011, 8488, 10797, 8616, 12659, 9417, 10369, 8288, 7496, 10197, 8105, 11646, 8473, 12037, 8293, 7756, 9796, 8078, 11966, 8852, 13649, 9254, 8002, 9078, 8224, 11641, 8956, 12557, 9041, 11728, 8874, 11323, 9242, 10072, 8394, 6974, 8953, 7432, 11196, 8060, 13160, 8922, 9065, 8753, 7858, 11755, 8705, 14554, 10210, 12288, 8644, 10519, 9412, 9080, 8253, 7347, 9552, 7870, 11400, 8707, 12427, 8769, 6962, 8740, 7406, 11553, 7861, 12339, 8581, 10519, 8977, 8180, 8493, 7936, 11404, 8167, 11768, 8333, 12244, 8907, 11846, 9273, 9685, 7751, 7026, 8603, 6955, 11101, 8154, 10863, 7818, 9856, 7326, 10811, 7985, 11171, 8118, 11875, 8601, 11920, 9278, 10838, 8719, 7178, 9556, 7543, 11298, 7485, 12263, 8490, 11948, 9256, 10176, 8205, 8039, 10702, 8110, 11588, 8701, 12863, 9146, 12268, 9039, 7985, 9111, 7599, 9329, 8193, 9970, 7654, 10086, 7473, 10973, 8331, 11744, 8871, 7163, 8509, 7294, 11785, 7911, 12322, 8498, 11222, 8566, 11593, 9030, 13307, 9493, 12092, 8736, 10109, 8639, 10476, 8851, 8072, 7808, 6992, 9409, 7539, 12203, 8457, 12823, 8755, 8239, 8187, 7451, 10114, 7521, 11849, 8211, 12188, 9011, 11268, 9596, 10093, 9757, 8766, 10359, 8409, 11490, 8546, 13193, 9080, 7804, 8103, 6949, 8971, 7832, 12440, 9123, 7578, 8197, 7312, 11973, 8218, 12544, 8824, 11240, 8555, 11676, 8864, 12267, 9142, 6864, 7749, 6912, 9149, 7730, 12522, 8523, 12859, 8805, 10386, 9613, 9673, 10287, 8086, 10497, 8474, 11413, 8921, 12267, 8824, 10906, 8886, 7689, 9061, 7449, 9772, 7694, 10886, 8297, 11412, 8990, 13117, 8877, 9031, 7731, 6819, 9059, 7580, 12274, 8348, 10841, 9062, 8311, 8962, 7819, 13055, 8596, 11995, 8627, 12263, 8947, 11381, 9159, 7026, 8192, 7142, 10483, 7796, 12367, 8013, 11461, 8416, 11951, 8968, 10664, 7802, 6830, 9525, 7734, 11918, 8570, 12569, 8616, 7213, 8903, 7654, 12430, 8376, 12792, 9028, 10664, 9195, 8961, 8721, 7304, 10775, 7557, 10569, 7793, 10336, 9170, 8473, 9750, 7355, 11734, 7764, 12294, 8404, 13081, 8920, 10151, 8997, 7283, 8675, 7511, 11617, 7587, 11484, 7819, 11478, 8790, 12807, 8630, 12232, 9157, 7603, 8856, 7049, 8653, 7018, 9901, 7529, 11398, 8544, 12771, 9272, 10808, 9047, 7618, 11291, 8321, 12827, 8723, 14369, 8740, 9901, 8925, 7383, 8608, 7833, 11443, 8286, 12161, 8245, 12225, 8767, 13230, 9209, 9865, 8340, 7598, 9008, 7364, 11603, 7885, 11670, 7978, 9729, 8553, 6865, 8003, 7278, 11928, 7986, 12871, 8680, 13566, 9041, 12206, 9029, 7819, 8562, 7848, 9976, 7841, 12652, 8251, 11432, 8753, 7818, 7900, 7690, 11056, 7921, 11795, 8278, 11752, 9119, 10014, 9308, 8012, 11247, 8140, 12600, 8541, 13601, 9022, 9747, 8923, 7234, 8271, 7604, 10286, 7824, 10834, 8510, 8224, 7528, 6922, 9525, 7648, 12458, 8698, 13679, 9798, 11230, 8716, 7881, 9928, 8725, 13633, 9472, 11300, 8799, 7610, 8941, 8059, 12704, 8488, 10207, 9025, 7853, 10366, 8537, 13271, 8868, 9008, 8688, 8098, 10598, 8451, 13037, 8844, 9395, 8612, 7803, 10839, 8048, 13017, 8935, 13494, 9120, 7958, 8558, 8011, 10487, 8015, 11945, 8344, 9656, 9063, 8044, 8615, 7776, 11134, 7570, 11542, 7931, 12318, 8469, 12438, 8615, 10820, 8705, 9018, 9089, 6980, 7867, 6920, 9083, 7504, 11094, 8052, 10736, 7230, 6859, 9080, 7785, 13337, 9593, 13329, 8866, 13230, 9090, 14025, 10589, 15263, 10546, 7857, 8927, 8738, 10525, 7901, 12315, 8554, 10939, 9048, 7666, 8859, 8282, 12706, 8784, 10417, 9144, 7644, 9150, 8179, 12394, 8213, 12287, 8899, 9975, 8999, 8234, 11459, 8317, 12092, 8947, 11449, 9366, 8701, 10493, 8274, 11879, 9091, 10906, 8551, 8739, 10864, 8488, 12769, 9089, 10715, 8399, 9058, 11074, 8370, 12274, 9046, 11756, 8555, 8137, 9049, 8174, 11731, 9122, 10600, 8554, 8617, 12266, 9060, 13235, 9493, 11883, 8940, 8425, 9292, 8526, 12029, 9080, 10141, 8111, 7935, 9999, 8520, 12950, 9467, 8484, 10326, 8536, 11849, 9093, 10943, 8707, 9089, 11866, 8943, 13214, 9315, 9842, 8644, 9001, 10756, 8257, 11912, 9252, 8300, 8764, 8164, 11252, 8513, 11212, 9431, 8157, 10222, 7905, 10905, 8019, 11555, 8448, 12565, 8509, 9635, 9013, 7109, 8449, 7313, 11518, 8122, 10731, 8546, 7000, 8617, 7311, 12207, 8406, 12924, 8986, 10158, 9498, 8689, 12665, 8430, 12162, 8815, 10821, 9429, 8682, 8098, 7182, 9220, 7930, 12010, 8463, 13291, 8549, 9339, 8773, 6949, 8266, 7164, 11004, 7648, 12133, 8363, 12971, 9065, 14146, 8970, 7685, 8238, 7038, 10542, 7421, 11963, 8229, 10584, 9273, 7905, 9963, 7660, 12072, 8407, 12501, 9087, 12623, 9349, 10178, 8424, 7967, 9722, 8062, 12461, 8195, 12859, 8656, 11602, 9095, 10318, 9341, 10501, 9293, 7654, 9243, 7875, 10528, 7803, 11433, 7694, 11769, 7688, 11037, 8275, 11501, 8927, 12207, 9058, 8597, 8668, 7344, 8716, 7390, 11366, 7519, 11231, 7989, 12275, 8582, 12587, 8695, 12996, 8654, 9488, 8840, 7519, 8641, 7514, 11175, 7557, 11488, 7786, 12166, 8552, 12818, 8623, 12296, 8890, 9531, 9012, 9957, 9131, 10034, 8898, 7191, 8854, 7121, 8924, 7250, 9973, 7321, 9222, 7361, 10991, 8102, 10773, 8334, 8629, 9112, 9757, 9344, 11104, 9732, 7899, 9861, 8215, 11457, 8797, 12690, 7976, 10551, 8026, 10611, 8252, 11931, 8775, 6879, 8368, 7139, 9432, 7613, 12489, 7973, 11470, 8035, 11605, 8416, 13083, 8780, 9005, 9139, 7178], 'WindowCenter': [4351.0, 4364.0, 4332.0, 4339.0, 4328.0, 4306.0, 4306.0, 4285.0, 4315.0, 4294.0, 4336.0, 4307.0, 4346.0, 4318.0, 4306.0, 4307.0, 4295.0, 4338.0, 4308.0, 4358.0, 4319.0, 4347.0, 4318.0, 4346.0, 4318.0, 4326.0, 4316.0, 4296.0, 4326.0, 4306.0, 4345.0, 4306.0, 4325.0, 4305.0, 4284.0, 4313.0, 4296.0, 4346.0, 4315.0, 4305.0, 4316.0, 4295.0, 4335.0, 4305.0, 4335.0, 4305.0, 4322.0, 4305.0, 4314.0, 4344.0, 4317.0, 4319.0, 4309.0, 4326.0, 4317.0, 4286.0, 4317.0, 4308.0, 4349.0, 4320.0, 4349.0, 4330.0, 4339.0, 4349.0, 4306.0, 4336.0, 4294.0, 4334.0, 4303.0, 4343.0, 4302.0, 4291.0, 4300.0, 4291.0, 4322.0, 4303.0, 4322.0, 4303.0, 4302.0, 4322.0, 4303.0, 4332.0, 4313.0, 4312.0, 4293.0, 4282.0, 4323.0, 4294.0, 4334.0, 4305.0, 4334.0, 4305.0, 4294.0, 4325.0, 4294.0, 4334.0, 4305.0, 4344.0, 4315.0, 4293.0, 4304.0, 4292.0, 4334.0, 4304.0, 4334.0, 4305.0, 4334.0, 4314.0, 4334.0, 4314.0, 4313.0, 4304.0, 4283.0, 4314.0, 4294.0, 4336.0, 4307.0, 4346.0, 4317.0, 4315.0, 4316.0, 4295.0, 4336.0, 4305.0, 4346.0, 4314.0, 4321.0, 4292.0, 4311.0, 4302.0, 4302.0, 4292.0, 4281.0, 4312.0, 4293.0, 4334.0, 4316.0, 4345.0, 4316.0, 4284.0, 4315.0, 4295.0, 4336.0, 4307.0, 4346.0, 4316.0, 4325.0, 4316.0, 4304.0, 4305.0, 4295.0, 4336.0, 4305.0, 4335.0, 4305.0, 4334.0, 4304.0, 4333.0, 4314.0, 4313.0, 4293.0, 4283.0, 4304.0, 4284.0, 4334.0, 4306.0, 4334.0, 4294.0, 4314.0, 4294.0, 4334.0, 4305.0, 4335.0, 4307.0, 4346.0, 4317.0, 4346.0, 4327.0, 4336.0, 4316.0, 4284.0, 4314.0, 4293.0, 4324.0, 4284.0, 4334.0, 4304.0, 4334.0, 4315.0, 4324.0, 4305.0, 4294.0, 4325.0, 4295.0, 4334.0, 4305.0, 4344.0, 4316.0, 4334.0, 4305.0, 4293.0, 4315.0, 4282.0, 4314.0, 4292.0, 4314.0, 4293.0, 4322.0, 4282.0, 4324.0, 4306.0, 4335.0, 4316.0, 4285.0, 4316.0, 4294.0, 4336.0, 4296.0, 4346.0, 4305.0, 4324.0, 4303.0, 4323.0, 4303.0, 4333.0, 4313.0, 4332.0, 4302.0, 4310.0, 4302.0, 4322.0, 4313.0, 4293.0, 4294.0, 4282.0, 4314.0, 4294.0, 4345.0, 4305.0, 4344.0, 4304.0, 4303.0, 4303.0, 4282.0, 4324.0, 4295.0, 4335.0, 4304.0, 4334.0, 4315.0, 4334.0, 4325.0, 4324.0, 4315.0, 4303.0, 4313.0, 4293.0, 4322.0, 4303.0, 4343.0, 4315.0, 4292.0, 4292.0, 4283.0, 4314.0, 4306.0, 4346.0, 4327.0, 4306.0, 4307.0, 4296.0, 4347.0, 4306.0, 4346.0, 4305.0, 4324.0, 4304.0, 4322.0, 4304.0, 4333.0, 4314.0, 4272.0, 4294.0, 4283.0, 4315.0, 4306.0, 4346.0, 4316.0, 4346.0, 4316.0, 4324.0, 4315.0, 4314.0, 4325.0, 4292.0, 4323.0, 4292.0, 4322.0, 4304.0, 4333.0, 4304.0, 4322.0, 4302.0, 4281.0, 4302.0, 4282.0, 4323.0, 4293.0, 4324.0, 4304.0, 4333.0, 4315.0, 4344.0, 4314.0, 4304.0, 4294.0, 4274.0, 4315.0, 4306.0, 4346.0, 4318.0, 4336.0, 4317.0, 4305.0, 4316.0, 4296.0, 4347.0, 4306.0, 4335.0, 4305.0, 4334.0, 4315.0, 4333.0, 4314.0, 4283.0, 4304.0, 4284.0, 4335.0, 4295.0, 4345.0, 4305.0, 4334.0, 4305.0, 4345.0, 4316.0, 4324.0, 4296.0, 4284.0, 4315.0, 4295.0, 4335.0, 4316.0, 4345.0, 4305.0, 4294.0, 4315.0, 4294.0, 4345.0, 4305.0, 4345.0, 4315.0, 4323.0, 4314.0, 4302.0, 4303.0, 4282.0, 4325.0, 4294.0, 4325.0, 4295.0, 4325.0, 4326.0, 4305.0, 4327.0, 4296.0, 4347.0, 4297.0, 4345.0, 4307.0, 4346.0, 4315.0, 4314.0, 4305.0, 4283.0, 4303.0, 4284.0, 4335.0, 4294.0, 4335.0, 4295.0, 4335.0, 4305.0, 4344.0, 4305.0, 4335.0, 4316.0, 4294.0, 4313.0, 4284.0, 4315.0, 4285.0, 4326.0, 4307.0, 4347.0, 4318.0, 4357.0, 4328.0, 4337.0, 4317.0, 4296.0, 4336.0, 4305.0, 4346.0, 4304.0, 4344.0, 4304.0, 4312.0, 4303.0, 4282.0, 4304.0, 4293.0, 4335.0, 4304.0, 4334.0, 4304.0, 4333.0, 4304.0, 4343.0, 4303.0, 4312.0, 4292.0, 4281.0, 4302.0, 4281.0, 4323.0, 4292.0, 4322.0, 4294.0, 4313.0, 4304.0, 4284.0, 4305.0, 4296.0, 4347.0, 4307.0, 4347.0, 4317.0, 4346.0, 4317.0, 4335.0, 4304.0, 4282.0, 4303.0, 4292.0, 4313.0, 4292.0, 4333.0, 4304.0, 4333.0, 4304.0, 4292.0, 4294.0, 4294.0, 4335.0, 4306.0, 4345.0, 4306.0, 4335.0, 4316.0, 4325.0, 4316.0, 4303.0, 4335.0, 4294.0, 4335.0, 4304.0, 4344.0, 4304.0, 4312.0, 4302.0, 4280.0, 4291.0, 4282.0, 4323.0, 4294.0, 4337.0, 4316.0, 4316.0, 4306.0, 4296.0, 4328.0, 4308.0, 4357.0, 4318.0, 4357.0, 4328.0, 4335.0, 4305.0, 4293.0, 4313.0, 4303.0, 4344.0, 4314.0, 4322.0, 4292.0, 4280.0, 4302.0, 4292.0, 4343.0, 4303.0, 4323.0, 4313.0, 4292.0, 4324.0, 4304.0, 4344.0, 4304.0, 4303.0, 4303.0, 4292.0, 4323.0, 4304.0, 4344.0, 4305.0, 4313.0, 4304.0, 4293.0, 4323.0, 4294.0, 4344.0, 4304.0, 4333.0, 4303.0, 4281.0, 4291.0, 4290.0, 4322.0, 4292.0, 4322.0, 4303.0, 4312.0, 4303.0, 4292.0, 4304.0, 4293.0, 4335.0, 4294.0, 4333.0, 4293.0, 4333.0, 4304.0, 4334.0, 4304.0, 4323.0, 4302.0, 4302.0, 4314.0, 4283.0, 4305.0, 4284.0, 4316.0, 4324.0, 4349.0, 4309.0, 4337.0, 4298.0, 4288.0, 4329.0, 4320.0, 4370.0, 4330.0, 4357.0, 4319.0, 4347.0, 4316.0, 4346.0, 4325.0, 4343.0, 4312.0, 4280.0, 4290.0, 4289.0, 4311.0, 4291.0, 4322.0, 4292.0, 4321.0, 4302.0, 4281.0, 4302.0, 4303.0, 4343.0, 4304.0, 4323.0, 4303.0, 4282.0, 4313.0, 4304.0, 4345.0, 4306.0, 4334.0, 4315.0, 4324.0, 4315.0, 4304.0, 4335.0, 4304.0, 4334.0, 4304.0, 4333.0, 4314.0, 4303.0, 4323.0, 4293.0, 4332.0, 4303.0, 4322.0, 4293.0, 4302.0, 4322.0, 4293.0, 4332.0, 4303.0, 4322.0, 4293.0, 4302.0, 4323.0, 4293.0, 4333.0, 4303.0, 4332.0, 4301.0, 4291.0, 4302.0, 4303.0, 4334.0, 4314.0, 4323.0, 4304.0, 4303.0, 4334.0, 4303.0, 4333.0, 4302.0, 4321.0, 4290.0, 4279.0, 4299.0, 4290.0, 4319.0, 4302.0, 4311.0, 4291.0, 4291.0, 4311.0, 4303.0, 4343.0, 4313.0, 4303.0, 4313.0, 4304.0, 4333.0, 4303.0, 4322.0, 4303.0, 4302.0, 4332.0, 4302.0, 4332.0, 4302.0, 4310.0, 4291.0, 4300.0, 4321.0, 4292.0, 4321.0, 4302.0, 4290.0, 4302.0, 4292.0, 4323.0, 4303.0, 4322.0, 4313.0, 4292.0, 4312.0, 4292.0, 4323.0, 4292.0, 4323.0, 4293.0, 4331.0, 4304.0, 4312.0, 4302.0, 4272.0, 4303.0, 4283.0, 4334.0, 4306.0, 4335.0, 4316.0, 4285.0, 4316.0, 4296.0, 4347.0, 4318.0, 4346.0, 4317.0, 4326.0, 4327.0, 4305.0, 4346.0, 4294.0, 4334.0, 4303.0, 4322.0, 4313.0, 4302.0, 4293.0, 4283.0, 4314.0, 4305.0, 4345.0, 4307.0, 4345.0, 4316.0, 4314.0, 4316.0, 4285.0, 4306.0, 4296.0, 4337.0, 4306.0, 4347.0, 4307.0, 4346.0, 4317.0, 4346.0, 4305.0, 4283.0, 4293.0, 4283.0, 4324.0, 4284.0, 4334.0, 4305.0, 4324.0, 4315.0, 4294.0, 4326.0, 4295.0, 4335.0, 4305.0, 4334.0, 4304.0, 4333.0, 4314.0, 4313.0, 4293.0, 4292.0, 4312.0, 4292.0, 4333.0, 4293.0, 4333.0, 4303.0, 4321.0, 4302.0, 4311.0, 4302.0, 4311.0, 4303.0, 4281.0, 4302.0, 4291.0, 4311.0, 4281.0, 4322.0, 4280.0, 4321.0, 4282.0, 4322.0, 4303.0, 4333.0, 4315.0, 4344.0, 4316.0, 4303.0, 4316.0, 4293.0, 4305.0, 4294.0, 4336.0, 4296.0, 4335.0, 4306.0, 4335.0, 4305.0, 4345.0, 4306.0, 4345.0, 4305.0, 4314.0, 4314.0, 4283.0, 4304.0, 4283.0, 4335.0, 4294.0, 4334.0, 4294.0, 4334.0, 4304.0, 4343.0, 4304.0, 4333.0, 4303.0, 4312.0, 4302.0, 4312.0, 4313.0, 4312.0, 4303.0, 4271.0, 4302.0, 4270.0, 4303.0, 4283.0, 4323.0, 4296.0, 4315.0, 4296.0, 4335.0, 4307.0, 4337.0, 4318.0, 4317.0, 4329.0, 4338.0, 4328.0, 4337.0, 4328.0, 4295.0, 4325.0, 4304.0, 4335.0, 4302.0, 4334.0, 4292.0, 4311.0, 4292.0, 4322.0, 4303.0, 4333.0, 4305.0, 4273.0, 4304.0, 4284.0, 4314.0, 4294.0, 4345.0, 4294.0, 4334.0, 4294.0, 4334.0, 4303.0, 4344.0, 4304.0, 4303.0, 4314.0, 4282.0], 'WindowWidth': [9633.0, 9637.0, 9587.0, 9593.0, 9574.0, 9540.0, 9540.0, 9509.0, 9550.0, 9521.0, 9579.0, 9544.0, 9594.0, 9558.0, 9541.0, 9542.0, 9526.0, 9586.0, 9546.0, 9614.0, 9564.0, 9596.0, 9558.0, 9595.0, 9558.0, 9567.0, 9554.0, 9525.0, 9564.0, 9539.0, 9591.0, 9540.0, 9563.0, 9537.0, 9508.0, 9546.0, 9526.0, 9592.0, 9553.0, 9536.0, 9553.0, 9523.0, 9578.0, 9536.0, 9580.0, 9535.0, 9557.0, 9535.0, 9547.0, 9608.0, 9557.0, 9564.0, 9552.0, 9568.0, 9558.0, 9514.0, 9559.0, 9549.0, 9604.0, 9568.0, 9604.0, 9581.0, 9588.0, 9604.0, 9538.0, 9582.0, 9519.0, 9574.0, 9530.0, 9583.0, 9527.0, 9510.0, 9522.0, 9511.0, 9553.0, 9532.0, 9554.0, 9531.0, 9527.0, 9552.0, 9529.0, 9566.0, 9544.0, 9540.0, 9517.0, 9502.0, 9556.0, 9519.0, 9572.0, 9538.0, 9574.0, 9536.0, 9520.0, 9562.0, 9520.0, 9574.0, 9536.0, 9588.0, 9549.0, 9516.0, 9532.0, 9514.0, 9572.0, 9534.0, 9575.0, 9536.0, 9572.0, 9548.0, 9573.0, 9547.0, 9543.0, 9533.0, 9504.0, 9546.0, 9522.0, 9579.0, 9543.0, 9593.0, 9555.0, 9552.0, 9553.0, 9522.0, 9582.0, 9536.0, 9595.0, 9545.0, 9551.0, 9513.0, 9535.0, 9527.0, 9526.0, 9513.0, 9499.0, 9541.0, 9518.0, 9573.0, 9552.0, 9590.0, 9553.0, 9508.0, 9551.0, 9524.0, 9579.0, 9542.0, 9594.0, 9554.0, 9563.0, 9552.0, 9534.0, 9537.0, 9522.0, 9579.0, 9536.0, 9577.0, 9535.0, 9572.0, 9533.0, 9571.0, 9546.0, 9542.0, 9518.0, 9503.0, 9532.0, 9506.0, 9574.0, 9541.0, 9576.0, 9520.0, 9545.0, 9521.0, 9575.0, 9539.0, 9576.0, 9542.0, 9593.0, 9556.0, 9594.0, 9570.0, 9578.0, 9554.0, 9507.0, 9547.0, 9518.0, 9560.0, 9506.0, 9575.0, 9534.0, 9572.0, 9548.0, 9559.0, 9536.0, 9520.0, 9562.0, 9522.0, 9574.0, 9537.0, 9588.0, 9553.0, 9575.0, 9534.0, 9515.0, 9549.0, 9501.0, 9547.0, 9515.0, 9545.0, 9516.0, 9556.0, 9503.0, 9559.0, 9539.0, 9577.0, 9553.0, 9509.0, 9552.0, 9522.0, 9580.0, 9524.0, 9596.0, 9534.0, 9561.0, 9531.0, 9557.0, 9529.0, 9572.0, 9542.0, 9567.0, 9526.0, 9534.0, 9528.0, 9553.0, 9544.0, 9517.0, 9520.0, 9503.0, 9548.0, 9520.0, 9589.0, 9536.0, 9588.0, 9533.0, 9529.0, 9531.0, 9502.0, 9561.0, 9522.0, 9575.0, 9535.0, 9573.0, 9550.0, 9574.0, 9564.0, 9559.0, 9550.0, 9529.0, 9544.0, 9515.0, 9555.0, 9531.0, 9585.0, 9549.0, 9514.0, 9515.0, 9505.0, 9549.0, 9540.0, 9592.0, 9570.0, 9541.0, 9543.0, 9525.0, 9598.0, 9539.0, 9595.0, 9537.0, 9559.0, 9531.0, 9554.0, 9534.0, 9569.0, 9545.0, 9488.0, 9520.0, 9506.0, 9551.0, 9541.0, 9594.0, 9555.0, 9593.0, 9554.0, 9559.0, 9550.0, 9545.0, 9562.0, 9514.0, 9556.0, 9513.0, 9553.0, 9532.0, 9572.0, 9533.0, 9552.0, 9527.0, 9497.0, 9529.0, 9501.0, 9558.0, 9517.0, 9559.0, 9536.0, 9571.0, 9551.0, 9588.0, 9548.0, 9531.0, 9521.0, 9494.0, 9551.0, 9542.0, 9596.0, 9559.0, 9581.0, 9556.0, 9538.0, 9553.0, 9526.0, 9597.0, 9539.0, 9578.0, 9536.0, 9575.0, 9550.0, 9571.0, 9546.0, 9503.0, 9534.0, 9508.0, 9577.0, 9525.0, 9592.0, 9539.0, 9574.0, 9537.0, 9590.0, 9553.0, 9560.0, 9527.0, 9507.0, 9550.0, 9522.0, 9577.0, 9554.0, 9590.0, 9538.0, 9522.0, 9551.0, 9522.0, 9592.0, 9537.0, 9591.0, 9551.0, 9558.0, 9545.0, 9526.0, 9530.0, 9502.0, 9562.0, 9520.0, 9561.0, 9525.0, 9563.0, 9567.0, 9539.0, 9570.0, 9528.0, 9597.0, 9530.0, 9592.0, 9542.0, 9594.0, 9552.0, 9547.0, 9534.0, 9505.0, 9531.0, 9505.0, 9576.0, 9521.0, 9575.0, 9524.0, 9576.0, 9539.0, 9589.0, 9538.0, 9576.0, 9552.0, 9520.0, 9546.0, 9507.0, 9551.0, 9512.0, 9568.0, 9545.0, 9596.0, 9560.0, 9611.0, 9575.0, 9583.0, 9556.0, 9526.0, 9579.0, 9536.0, 9593.0, 9534.0, 9589.0, 9532.0, 9542.0, 9530.0, 9501.0, 9533.0, 9519.0, 9577.0, 9534.0, 9574.0, 9532.0, 9569.0, 9534.0, 9585.0, 9531.0, 9540.0, 9514.0, 9497.0, 9526.0, 9498.0, 9556.0, 9515.0, 9555.0, 9520.0, 9543.0, 9534.0, 9508.0, 9538.0, 9527.0, 9596.0, 9545.0, 9597.0, 9556.0, 9595.0, 9556.0, 9577.0, 9535.0, 9501.0, 9529.0, 9513.0, 9542.0, 9515.0, 9572.0, 9533.0, 9569.0, 9532.0, 9515.0, 9520.0, 9521.0, 9578.0, 9541.0, 9592.0, 9541.0, 9577.0, 9555.0, 9564.0, 9553.0, 9533.0, 9576.0, 9521.0, 9576.0, 9534.0, 9588.0, 9534.0, 9541.0, 9527.0, 9495.0, 9511.0, 9500.0, 9556.0, 9520.0, 9582.0, 9554.0, 9554.0, 9542.0, 9529.0, 9572.0, 9546.0, 9611.0, 9561.0, 9612.0, 9572.0, 9578.0, 9537.0, 9517.0, 9544.0, 9529.0, 9589.0, 9546.0, 9553.0, 9512.0, 9495.0, 9527.0, 9513.0, 9584.0, 9532.0, 9557.0, 9545.0, 9515.0, 9560.0, 9534.0, 9588.0, 9535.0, 9529.0, 9530.0, 9515.0, 9557.0, 9534.0, 9588.0, 9535.0, 9544.0, 9533.0, 9516.0, 9558.0, 9519.0, 9588.0, 9532.0, 9572.0, 9528.0, 9498.0, 9511.0, 9510.0, 9553.0, 9514.0, 9554.0, 9531.0, 9541.0, 9531.0, 9516.0, 9534.0, 9519.0, 9576.0, 9520.0, 9572.0, 9518.0, 9572.0, 9535.0, 9573.0, 9533.0, 9555.0, 9528.0, 9528.0, 9546.0, 9506.0, 9536.0, 9509.0, 9554.0, 9581.0, 9602.0, 9549.0, 9581.0, 9531.0, 9519.0, 9575.0, 9567.0, 9634.0, 9580.0, 9613.0, 9561.0, 9598.0, 9554.0, 9594.0, 9561.0, 9587.0, 9540.0, 9492.0, 9505.0, 9502.0, 9535.0, 9510.0, 9552.0, 9512.0, 9550.0, 9527.0, 9496.0, 9528.0, 9529.0, 9585.0, 9534.0, 9556.0, 9529.0, 9500.0, 9545.0, 9532.0, 9590.0, 9539.0, 9574.0, 9550.0, 9561.0, 9549.0, 9532.0, 9577.0, 9532.0, 9573.0, 9533.0, 9570.0, 9545.0, 9528.0, 9557.0, 9515.0, 9567.0, 9529.0, 9553.0, 9515.0, 9526.0, 9554.0, 9515.0, 9567.0, 9529.0, 9555.0, 9516.0, 9527.0, 9555.0, 9515.0, 9569.0, 9531.0, 9566.0, 9525.0, 9510.0, 9526.0, 9530.0, 9572.0, 9548.0, 9558.0, 9532.0, 9530.0, 9573.0, 9529.0, 9572.0, 9528.0, 9548.0, 9505.0, 9490.0, 9517.0, 9506.0, 9545.0, 9526.0, 9536.0, 9511.0, 9509.0, 9539.0, 9529.0, 9584.0, 9545.0, 9529.0, 9544.0, 9532.0, 9570.0, 9531.0, 9553.0, 9529.0, 9526.0, 9569.0, 9528.0, 9568.0, 9526.0, 9535.0, 9510.0, 9521.0, 9551.0, 9512.0, 9549.0, 9526.0, 9508.0, 9527.0, 9513.0, 9556.0, 9532.0, 9554.0, 9544.0, 9514.0, 9542.0, 9514.0, 9555.0, 9515.0, 9556.0, 9517.0, 9566.0, 9532.0, 9540.0, 9527.0, 9486.0, 9529.0, 9505.0, 9575.0, 9541.0, 9575.0, 9553.0, 9511.0, 9553.0, 9528.0, 9596.0, 9558.0, 9595.0, 9557.0, 9566.0, 9569.0, 9535.0, 9594.0, 9519.0, 9572.0, 9530.0, 9555.0, 9543.0, 9527.0, 9517.0, 9504.0, 9546.0, 9537.0, 9591.0, 9541.0, 9590.0, 9553.0, 9548.0, 9551.0, 9510.0, 9541.0, 9527.0, 9584.0, 9541.0, 9597.0, 9545.0, 9594.0, 9557.0, 9594.0, 9537.0, 9502.0, 9515.0, 9502.0, 9559.0, 9507.0, 9573.0, 9536.0, 9559.0, 9548.0, 9521.0, 9564.0, 9523.0, 9578.0, 9536.0, 9573.0, 9534.0, 9572.0, 9546.0, 9541.0, 9516.0, 9514.0, 9541.0, 9513.0, 9570.0, 9516.0, 9570.0, 9529.0, 9552.0, 9528.0, 9535.0, 9529.0, 9539.0, 9530.0, 9497.0, 9527.0, 9510.0, 9538.0, 9496.0, 9554.0, 9497.0, 9552.0, 9501.0, 9553.0, 9532.0, 9569.0, 9550.0, 9586.0, 9554.0, 9533.0, 9553.0, 9519.0, 9537.0, 9521.0, 9579.0, 9526.0, 9577.0, 9539.0, 9576.0, 9538.0, 9590.0, 9539.0, 9592.0, 9535.0, 9546.0, 9545.0, 9504.0, 9534.0, 9504.0, 9576.0, 9519.0, 9575.0, 9520.0, 9574.0, 9535.0, 9585.0, 9533.0, 9571.0, 9531.0, 9541.0, 9528.0, 9540.0, 9543.0, 9539.0, 9529.0, 9484.0, 9527.0, 9483.0, 9529.0, 9503.0, 9558.0, 9526.0, 9550.0, 9528.0, 9576.0, 9546.0, 9582.0, 9561.0, 9558.0, 9577.0, 9588.0, 9575.0, 9585.0, 9572.0, 9524.0, 9564.0, 9532.0, 9577.0, 9528.0, 9574.0, 9513.0, 9538.0, 9514.0, 9552.0, 9531.0, 9569.0, 9535.0, 9492.0, 9535.0, 9507.0, 9549.0, 9522.0, 9592.0, 9521.0, 9573.0, 9521.0, 9571.0, 9533.0, 9586.0, 9535.0, 9529.0, 9547.0, 9501.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.0006618160919540229</td></tr>
<tr><td colspan=3>aqi</td><td>0.019758437241379313</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94016515193324</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.284057199700805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0144838906098972</td></tr>
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
<tr><td colspan=3>fber</td><td>6350.8828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07648380648827885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.416246760724828</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.329716853546131</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666964209141891</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2520592194864624</td></tr>
<tr><td colspan=3>gcor</td><td>0.00645583</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015196891501545906</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03573811426758766</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.904641389266889</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.7773</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2453</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.061</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>296639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.5945</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5859</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.9203</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3496.0904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.0965</td></tr>
<tr><td colspan=3>tsnr</td><td>44.120654254220426</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>