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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:40:59.755000</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</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.259</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-01_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.130922</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</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>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>375336e0-3777-4703-8ae9-319f1f667847||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['124059.755000', '124100.215000', '124100.675000', '124101.135000', '124101.595000', '124102.055000', '124102.515000', '124102.975000', '124103.435000', '124103.895000', '124104.355000', '124104.815000', '124105.275000', '124105.735000', '124106.195000', '124106.655000', '124107.115000', '124107.575000', '124108.035000', '124108.495000', '124108.955000', '124109.415000', '124109.875000', '124110.335000', '124110.795000', '124111.255000', '124111.715000', '124112.175000', '124112.635000', '124113.095000', '124113.555000', '124114.015000', '124114.475000', '124114.935000', '124115.395000', '124115.855000', '124116.315000', '124116.775000', '124117.235000', '124117.695000', '124118.155000', '124118.615000', '124119.075000', '124119.535000', '124119.995000', '124120.455000', '124120.915000', '124121.375000', '124121.835000', '124122.295000', '124122.755000', '124123.215000', '124123.675000', '124124.135000', '124124.595000', '124125.055000', '124125.515000', '124125.975000', '124126.435000', '124126.895000', '124127.355000', '124127.815000', '124128.275000', '124128.735000', '124129.195000', '124129.655000', '124130.115000', '124130.575000', '124131.035000', '124131.495000', '124131.955000', '124132.415000', '124132.875000', '124133.335000', '124133.795000', '124134.255000', '124134.715000', '124135.175000', '124135.635000', '124136.095000', '124136.555000', '124137.015000', '124137.475000', '124137.935000', '124138.395000', '124138.855000', '124139.315000', '124139.775000', '124140.235000', '124140.695000', '124141.155000', '124141.615000', '124142.075000', '124142.535000', '124142.995000', '124143.455000', '124143.915000', '124144.375000', '124144.835000', '124145.295000', '124145.755000', '124146.215000', '124146.675000', '124147.135000', '124147.595000', '124148.055000', '124148.515000', '124148.975000', '124149.435000', '124149.895000', '124150.355000', '124150.815000', '124151.275000', '124151.735000', '124152.195000', '124152.655000', '124153.115000', '124153.575000', '124154.035000', '124154.495000', '124154.955000', '124155.415000', '124155.875000', '124156.335000', '124156.795000', '124157.255000', '124157.715000', '124158.175000', '124158.635000', '124159.095000', '124159.555000', '124200.015000', '124200.475000', '124200.935000', '124201.395000', '124201.855000', '124202.315000', '124202.775000', '124203.235000', '124203.695000', '124204.155000', '124204.615000', '124205.075000', '124205.535000', '124205.995000', '124206.455000', '124206.915000', '124207.375000', '124207.835000', '124208.295000', '124208.755000', '124209.215000', '124209.675000', '124210.135000', '124210.595000', '124211.055000', '124211.515000', '124211.975000', '124212.435000', '124212.895000', '124213.355000', '124213.815000', '124214.275000', '124214.735000', '124215.195000', '124215.655000', '124216.115000', '124216.575000', '124217.035000', '124217.495000', '124217.955000', '124218.415000', '124218.875000', '124219.335000', '124219.795000', '124220.255000', '124220.715000', '124221.175000', '124221.635000', '124222.095000', '124222.555000', '124223.015000', '124223.475000', '124223.935000', '124224.395000', '124224.855000', '124225.315000', '124225.775000', '124226.235000', '124226.695000', '124227.155000', '124227.615000', '124228.075000', '124228.535000', '124228.995000', '124229.455000', '124229.915000', '124230.375000', '124230.835000', '124231.295000', '124231.755000', '124232.215000', '124232.675000', '124233.135000', '124233.595000', '124234.055000', '124234.515000', '124234.975000', '124235.435000', '124235.895000', '124236.355000', '124236.815000', '124237.275000', '124237.735000', '124238.195000', '124238.655000', '124239.115000', '124239.575000', '124240.035000', '124240.495000', '124240.955000', '124241.415000', '124241.875000', '124242.335000', '124242.795000', '124243.255000', '124243.715000', '124244.175000', '124244.635000', '124245.095000', '124245.555000', '124246.015000', '124246.475000', '124246.935000', '124247.395000', '124247.855000', '124248.315000', '124248.775000', '124249.235000', '124249.695000', '124250.155000', '124250.615000', '124251.075000', '124251.535000', '124251.995000', '124252.455000', '124252.915000', '124253.375000', '124253.835000', '124254.295000', '124254.755000', '124255.215000', '124255.675000', '124256.135000', '124256.595000', '124257.055000', '124257.515000', '124257.975000', '124258.435000', '124258.895000', '124259.355000', '124259.815000', '124300.275000', '124300.735000', '124301.195000', '124301.655000', '124302.115000', '124302.575000', '124303.035000', '124303.495000', '124303.955000', '124304.415000', '124304.875000', '124305.335000', '124305.795000', '124306.255000', '124306.715000', '124307.175000', '124307.635000', '124308.095000', '124308.555000', '124309.015000', '124309.475000', '124309.935000', '124310.395000', '124310.855000', '124311.315000', '124311.775000', '124312.235000', '124312.695000', '124313.155000', '124313.615000', '124314.075000', '124314.535000', '124314.995000', '124315.455000', '124315.915000', '124316.375000', '124316.835000', '124317.295000', '124317.755000', '124318.215000', '124318.675000', '124319.135000', '124319.595000', '124320.055000', '124320.515000', '124320.975000', '124321.435000', '124321.895000', '124322.355000', '124322.815000', '124323.275000', '124323.735000', '124324.195000', '124324.655000', '124325.115000', '124325.575000', '124326.035000', '124326.495000', '124326.955000', '124327.415000', '124327.875000', '124328.335000', '124328.795000', '124329.255000', '124329.715000', '124330.175000', '124330.635000', '124331.095000', '124331.555000', '124332.015000', '124332.475000', '124332.935000', '124333.395000', '124333.855000', '124334.315000', '124334.775000', '124335.235000', '124335.695000', '124336.155000', '124336.615000', '124337.075000', '124337.535000', '124337.995000', '124338.455000', '124338.915000', '124339.375000', '124339.835000', '124340.295000', '124340.755000', '124341.215000', '124341.675000', '124342.135000', '124342.595000', '124343.055000', '124343.515000', '124343.975000', '124344.435000', '124344.895000', '124345.355000', '124345.815000', '124346.275000', '124346.735000', '124347.195000', '124347.655000', '124348.115000', '124348.575000', '124349.035000', '124349.495000', '124349.955000', '124350.415000', '124350.875000', '124351.335000', '124351.795000', '124352.255000', '124352.715000', '124353.175000', '124353.635000', '124354.095000', '124354.555000', '124355.015000', '124355.475000', '124355.935000', '124356.395000', '124356.855000', '124357.315000', '124357.775000', '124358.235000', '124358.695000', '124359.155000', '124359.615000', '124400.075000', '124400.535000', '124400.995000', '124401.455000', '124401.915000', '124402.375000', '124402.835000', '124403.295000', '124403.755000', '124404.215000', '124404.675000', '124405.135000', '124405.595000', '124406.055000', '124406.515000', '124406.975000', '124407.435000', '124407.895000', '124408.355000', '124408.815000', '124409.275000', '124409.735000', '124410.195000', '124410.655000', '124411.115000', '124411.575000', '124412.035000', '124412.495000', '124412.955000', '124413.415000', '124413.875000', '124414.335000', '124414.795000', '124415.255000', '124415.715000', '124416.175000', '124416.635000', '124417.095000', '124417.555000', '124418.015000', '124418.475000', '124418.935000', '124419.395000', '124419.855000', '124420.315000', '124420.775000', '124421.235000', '124421.695000', '124422.155000', '124422.615000', '124423.075000', '124423.535000', '124423.995000', '124424.455000', '124424.915000', '124425.375000', '124425.835000', '124426.295000', '124426.755000', '124427.215000', '124427.675000', '124428.135000', '124428.595000', '124429.055000', '124429.515000', '124429.975000', '124430.435000', '124430.895000', '124431.355000', '124431.815000', '124432.275000', '124432.735000', '124433.195000', '124433.655000', '124434.115000', '124434.575000', '124435.035000', '124435.495000', '124435.955000', '124436.415000', '124436.875000', '124437.335000', '124437.795000', '124438.255000', '124438.715000', '124439.175000', '124439.635000', '124440.095000', '124440.555000', '124441.015000', '124441.475000', '124441.935000', '124442.395000', '124442.855000', '124443.315000', '124443.775000', '124444.235000', '124444.695000', '124445.155000', '124445.615000', '124446.075000', '124446.535000', '124446.995000', '124447.455000', '124447.915000', '124448.375000', '124448.835000', '124449.295000', '124449.755000', '124450.215000', '124450.675000', '124451.135000', '124451.595000', '124452.055000', '124452.515000', '124452.975000', '124453.435000', '124453.895000', '124454.355000', '124454.815000', '124455.275000', '124455.735000', '124456.195000', '124456.655000', '124457.115000', '124457.575000', '124458.035000', '124458.495000', '124458.955000', '124459.415000', '124459.875000', '124500.335000', '124500.795000', '124501.255000', '124501.715000', '124502.175000', '124502.635000', '124503.095000', '124503.555000', '124504.015000', '124504.475000', '124504.935000', '124505.395000', '124505.855000', '124506.315000', '124506.775000', '124507.235000', '124507.695000', '124508.155000', '124508.615000', '124509.075000', '124509.535000', '124509.995000', '124510.455000', '124510.915000', '124511.375000', '124511.835000', '124512.295000', '124512.755000', '124513.215000', '124513.675000', '124514.135000', '124514.595000', '124515.055000', '124515.515000', '124515.975000', '124516.435000', '124516.895000', '124517.355000', '124517.815000', '124518.275000', '124518.735000', '124519.195000', '124519.655000', '124520.115000', '124520.575000', '124521.035000', '124521.495000', '124521.955000', '124522.415000', '124522.875000', '124523.335000', '124523.795000', '124524.255000', '124524.715000', '124525.175000', '124525.635000', '124526.095000', '124526.555000', '124527.015000', '124527.475000', '124527.935000', '124528.395000', '124528.855000', '124529.315000', '124529.775000', '124530.235000', '124530.695000', '124531.155000', '124531.615000', '124532.075000', '124532.535000', '124532.995000', '124533.455000', '124533.915000', '124534.375000', '124534.835000', '124535.295000', '124535.755000', '124536.215000', '124536.675000', '124537.135000', '124537.595000', '124538.055000', '124538.515000', '124538.975000', '124539.435000', '124539.895000', '124540.355000', '124540.815000', '124541.275000', '124541.735000', '124542.195000', '124542.655000', '124543.115000', '124543.575000', '124544.035000', '124544.495000', '124544.955000', '124545.415000', '124545.875000', '124546.335000', '124546.795000', '124547.255000', '124547.715000', '124548.175000', '124548.635000', '124549.095000', '124549.555000', '124550.015000', '124550.475000', '124550.935000', '124551.395000', '124551.855000', '124552.315000', '124552.775000', '124553.235000', '124553.695000', '124554.155000', '124554.615000', '124555.075000', '124555.535000', '124555.995000', '124556.455000', '124556.915000', '124557.375000', '124557.835000', '124558.295000', '124558.755000', '124559.215000', '124559.675000', '124600.135000', '124600.595000', '124601.055000', '124601.515000', '124601.975000', '124602.435000', '124602.895000', '124603.355000', '124603.815000', '124604.275000', '124604.735000', '124605.195000', '124605.655000', '124606.115000', '124606.575000', '124607.035000', '124607.495000', '124607.955000', '124608.415000', '124608.875000', '124609.335000', '124609.795000', '124610.255000', '124610.715000', '124611.175000', '124611.635000', '124612.095000', '124612.555000', '124613.015000', '124613.475000', '124613.935000', '124614.395000', '124614.855000', '124615.315000', '124615.775000', '124616.235000', '124616.695000', '124617.155000', '124617.615000', '124618.075000', '124618.535000', '124618.995000', '124619.455000', '124619.915000', '124620.375000', '124620.835000', '124621.295000', '124621.755000', '124622.215000', '124622.675000', '124623.135000', '124623.595000', '124624.055000', '124624.515000', '124624.975000', '124625.435000', '124625.895000', '124626.355000', '124626.815000', '124627.275000', '124627.735000', '124628.195000', '124628.655000', '124629.115000', '124629.575000', '124630.035000', '124630.495000', '124630.955000', '124631.415000', '124631.875000', '124632.335000', '124632.795000', '124633.255000', '124633.715000', '124634.175000', '124634.635000', '124635.095000', '124635.555000', '124636.015000', '124636.475000', '124636.935000', '124637.395000', '124637.855000', '124638.315000', '124638.775000', '124639.235000', '124639.695000', '124640.155000', '124640.615000', '124641.075000', '124641.535000', '124641.995000', '124642.455000', '124642.915000', '124643.375000', '124643.835000', '124644.295000', '124644.755000', '124645.215000', '124645.675000', '124646.135000', '124646.595000', '124647.055000', '124647.515000', '124647.975000', '124648.435000', '124648.895000', '124649.355000', '124649.815000', '124650.275000', '124650.735000', '124651.195000', '124651.655000', '124652.115000', '124652.575000', '124653.035000', '124653.495000', '124653.955000', '124654.415000', '124654.875000', '124655.335000', '124655.795000', '124656.255000', '124656.715000', '124657.175000', '124657.635000', '124658.095000', '124658.555000', '124659.015000', '124659.475000', '124659.935000', '124700.395000', '124700.855000', '124701.315000', '124701.775000', '124702.235000', '124702.695000', '124703.155000', '124703.615000', '124704.075000', '124704.535000', '124704.995000', '124705.455000', '124705.915000', '124706.375000', '124706.835000', '124707.295000', '124707.755000', '124708.215000', '124708.675000', '124709.135000', '124709.595000', '124710.055000', '124710.515000', '124710.975000', '124711.435000', '124711.895000', '124712.355000', '124712.815000', '124713.275000', '124713.735000', '124714.195000', '124714.655000', '124715.115000', '124715.575000', '124716.035000', '124716.495000', '124716.955000', '124717.415000', '124717.875000', '124718.335000', '124718.795000', '124719.255000', '124719.715000', '124720.175000', '124720.635000', '124721.095000', '124721.555000', '124722.015000', '124722.475000', '124722.935000', '124723.395000', '124723.855000', '124724.315000', '124724.775000', '124725.235000', '124725.695000', '124726.155000', '124726.615000', '124727.075000', '124727.535000', '124727.995000', '124728.455000', '124728.915000', '124729.375000', '124729.835000', '124730.295000', '124730.755000', '124731.215000', '124731.675000', '124732.135000', '124732.595000', '124733.055000', '124733.515000', '124733.975000', '124734.435000', '124734.895000', '124735.355000', '124735.815000', '124736.275000', '124736.735000', '124737.195000', '124737.655000', '124738.115000', '124738.575000', '124739.035000', '124739.495000', '124739.955000', '124740.415000'], 'ContentTime': ['124117.375000', '124117.379000', '124117.381000', '124117.384000', '124117.387000', '124117.389000', '124117.392000', '124117.394000', '124117.397000', '124117.399000', '124117.402000', '124117.404000', '124117.407000', '124117.410000', '124117.412000', '124117.415000', '124117.417000', '124117.420000', '124117.422000', '124117.425000', '124117.427000', '124117.430000', '124117.433000', '124117.435000', '124117.438000', '124117.447000', '124117.450000', '124117.452000', '124117.455000', '124117.457000', '124117.460000', '124117.462000', '124117.465000', '124117.467000', '124117.470000', '124137.311000', '124137.314000', '124137.317000', '124137.320000', '124137.323000', '124137.326000', '124137.329000', '124137.331000', '124137.334000', '124137.337000', '124137.339000', '124137.342000', '124137.344000', '124137.347000', '124137.350000', '124137.352000', '124137.355000', '124137.357000', '124137.360000', '124137.362000', '124137.365000', '124137.367000', '124137.370000', '124137.372000', '124137.375000', '124137.377000', '124137.380000', '124137.383000', '124137.385000', '124137.388000', '124137.390000', '124137.393000', '124137.395000', '124137.398000', '124137.400000', '124137.403000', '124137.406000', '124137.408000', '124137.411000', '124137.413000', '124137.416000', '124137.418000', '124137.421000', '124157.311000', '124157.314000', '124157.317000', '124157.319000', '124157.322000', '124157.325000', '124157.327000', '124157.330000', '124157.332000', '124157.335000', '124157.337000', '124157.340000', '124157.342000', '124157.345000', '124157.348000', '124157.350000', '124157.353000', '124157.355000', '124157.358000', '124157.360000', '124157.363000', '124157.366000', '124157.368000', '124157.374000', '124157.377000', '124157.379000', '124157.382000', '124157.385000', '124157.387000', '124157.390000', '124157.392000', '124157.395000', '124157.397000', '124157.400000', '124157.414000', '124157.417000', '124157.419000', '124157.422000', '124157.424000', '124157.427000', '124157.434000', '124157.437000', '124157.439000', '124157.442000', '124217.312000', '124217.314000', '124217.317000', '124217.320000', '124217.322000', '124217.325000', '124217.328000', '124217.330000', '124217.333000', '124217.335000', '124217.338000', '124217.340000', '124217.343000', '124217.345000', '124217.348000', '124217.350000', '124217.353000', '124217.356000', '124217.358000', '124217.361000', '124217.363000', '124217.366000', '124217.368000', '124217.371000', '124217.373000', '124217.376000', '124217.379000', '124217.381000', '124217.385000', '124217.388000', '124217.391000', '124217.393000', '124217.396000', '124217.399000', '124217.401000', '124217.404000', '124217.406000', '124217.409000', '124217.411000', '124217.414000', '124217.417000', '124217.419000', '124217.422000', '124237.310000', '124237.313000', '124237.316000', '124237.318000', '124237.321000', '124237.324000', '124237.326000', '124237.329000', '124237.331000', '124237.334000', '124237.336000', '124237.339000', '124237.341000', '124237.344000', '124237.347000', '124237.349000', '124237.352000', '124237.354000', '124237.357000', '124237.360000', '124237.362000', '124237.365000', '124237.367000', '124237.370000', '124237.372000', '124237.375000', '124237.378000', '124237.380000', '124237.383000', '124237.385000', '124237.388000', '124237.390000', '124237.393000', '124237.396000', '124237.398000', '124237.408000', '124237.411000', '124237.413000', '124237.416000', '124237.419000', '124237.421000', '124237.424000', '124237.426000', '124237.429000', '124257.310000', '124257.313000', '124257.316000', '124257.318000', '124257.321000', '124257.323000', '124257.326000', '124257.329000', '124257.331000', '124257.334000', '124257.337000', '124257.339000', '124257.342000', '124257.344000', '124257.347000', '124257.349000', '124257.352000', '124257.355000', '124257.357000', '124257.360000', '124257.362000', '124257.365000', '124257.367000', '124257.370000', '124257.372000', '124257.375000', '124257.378000', '124257.380000', '124257.383000', '124257.385000', '124257.388000', '124257.391000', '124257.393000', '124257.396000', '124257.398000', '124257.401000', '124257.403000', '124257.406000', '124257.408000', '124257.411000', '124257.414000', '124257.416000', '124257.419000', '124317.310000', '124317.313000', '124317.316000', '124317.319000', '124317.321000', '124317.324000', '124317.326000', '124317.329000', '124317.331000', '124317.334000', '124317.337000', '124317.339000', '124317.342000', '124317.344000', '124317.347000', '124317.350000', '124317.352000', '124317.355000', '124317.357000', '124317.360000', '124317.363000', '124317.365000', '124317.368000', '124317.370000', '124317.373000', '124317.375000', '124317.378000', '124317.381000', '124317.383000', '124317.386000', '124317.388000', '124317.391000', '124317.393000', '124317.396000', '124317.399000', '124317.401000', '124317.404000', '124317.406000', '124317.409000', '124317.411000', '124317.414000', '124317.416000', '124317.419000', '124317.422000', '124337.310000', '124337.313000', '124337.316000', '124337.318000', '124337.321000', '124337.324000', '124337.326000', '124337.329000', '124337.331000', '124337.334000', '124337.336000', '124337.339000', '124337.341000', '124337.344000', '124337.347000', '124337.349000', '124337.352000', '124337.354000', '124337.357000', '124337.359000', '124337.362000', '124337.365000', '124337.367000', '124337.370000', '124337.372000', '124337.375000', '124337.378000', '124337.380000', '124337.383000', '124337.416000', '124337.419000', '124337.421000', '124337.426000', '124337.428000', '124337.431000', '124337.434000', '124337.436000', '124337.439000', '124337.441000', '124337.444000', '124337.446000', '124337.449000', '124337.452000', '124357.312000', '124357.314000', '124357.317000', '124357.320000', '124357.322000', '124357.325000', '124357.327000', '124357.330000', '124357.332000', '124357.335000', '124357.338000', '124357.340000', '124357.343000', '124357.345000', '124357.348000', '124357.351000', '124357.353000', '124357.356000', '124357.358000', '124357.361000', '124357.363000', '124357.366000', '124357.369000', '124357.371000', '124357.374000', '124357.376000', '124357.379000', '124357.381000', '124357.384000', '124357.387000', '124357.389000', '124357.393000', '124357.396000', '124357.398000', '124357.401000', '124357.403000', '124357.406000', '124357.409000', '124357.411000', '124357.414000', '124357.416000', '124357.419000', '124357.422000', '124357.424000', '124417.311000', '124417.314000', '124417.317000', '124417.319000', '124417.322000', '124417.325000', '124417.327000', '124417.330000', '124417.332000', '124417.335000', '124417.337000', '124417.340000', '124417.343000', '124417.345000', '124417.348000', '124417.350000', '124417.353000', '124417.355000', '124417.358000', '124417.360000', '124417.363000', '124417.366000', '124417.368000', '124417.371000', '124417.373000', '124417.376000', '124417.379000', '124417.381000', '124417.384000', '124417.386000', '124417.389000', '124417.392000', '124417.394000', '124417.397000', '124417.400000', '124417.402000', '124417.405000', '124417.407000', '124417.410000', '124417.412000', '124417.415000', '124417.418000', '124417.420000', '124437.311000', '124437.314000', '124437.317000', '124437.319000', '124437.322000', '124437.325000', '124437.327000', '124437.330000', '124437.332000', '124437.335000', '124437.337000', '124437.340000', '124437.343000', '124437.345000', '124437.348000', '124437.350000', '124437.353000', '124437.355000', '124437.358000', '124437.361000', '124437.363000', '124437.366000', '124437.368000', '124437.371000', '124437.373000', '124437.376000', '124437.379000', '124437.381000', '124437.384000', '124437.386000', '124437.389000', '124437.391000', '124437.394000', '124437.397000', '124437.399000', '124437.402000', '124437.405000', '124437.407000', '124437.410000', '124437.413000', '124437.415000', '124437.418000', '124437.421000', '124437.423000', '124457.310000', '124457.313000', '124457.316000', '124457.318000', '124457.321000', '124457.324000', '124457.326000', '124457.329000', '124457.331000', '124457.334000', '124457.336000', '124457.339000', '124457.342000', '124457.344000', '124457.347000', '124457.350000', '124457.352000', '124457.355000', '124457.357000', '124457.360000', '124457.363000', '124457.365000', '124457.368000', '124457.370000', '124457.373000', '124457.376000', '124457.378000', '124457.381000', '124457.383000', '124457.386000', '124457.389000', '124457.391000', '124457.394000', '124457.396000', '124457.399000', '124457.402000', '124457.404000', '124457.407000', '124457.410000', '124457.413000', '124457.416000', '124457.419000', '124457.421000', '124517.311000', '124517.313000', '124517.316000', '124517.318000', '124517.321000', '124517.324000', '124517.326000', '124517.329000', '124517.331000', '124517.334000', '124517.336000', '124517.346000', '124517.349000', '124517.351000', '124517.354000', '124517.356000', '124517.359000', '124517.362000', '124517.364000', '124517.367000', '124517.369000', '124517.372000', '124517.374000', '124517.377000', '124517.379000', '124517.382000', '124517.385000', '124517.387000', '124517.390000', '124517.392000', '124517.395000', '124517.397000', '124517.400000', '124517.403000', '124517.405000', '124517.408000', '124517.410000', '124517.413000', '124517.416000', '124517.418000', '124517.421000', '124517.423000', '124517.426000', '124517.429000', '124537.311000', '124537.313000', '124537.316000', '124537.318000', '124537.321000', '124537.324000', '124537.326000', '124537.329000', '124537.331000', '124537.334000', '124537.336000', '124537.339000', '124537.342000', '124537.344000', '124537.347000', '124537.349000', '124537.352000', '124537.355000', '124537.357000', '124537.360000', '124537.362000', '124537.365000', '124537.368000', '124537.370000', '124537.373000', '124537.375000', '124537.378000', '124537.380000', '124537.383000', '124537.386000', '124537.388000', '124537.391000', '124537.393000', '124537.396000', '124537.398000', '124537.401000', '124537.404000', '124537.406000', '124537.409000', '124537.411000', '124537.414000', '124537.416000', '124537.419000', '124557.310000', '124557.313000', '124557.316000', '124557.319000', '124557.322000', '124557.324000', '124557.327000', '124557.329000', '124557.332000', '124557.335000', '124557.337000', '124557.340000', '124557.342000', '124557.345000', '124557.348000', '124557.350000', '124557.353000', '124557.355000', '124557.358000', '124557.361000', '124557.363000', '124557.366000', '124557.368000', '124557.371000', '124557.374000', '124557.376000', '124557.379000', '124557.381000', '124557.384000', '124557.387000', '124557.389000', '124557.392000', '124557.394000', '124557.397000', '124557.400000', '124557.402000', '124557.405000', '124557.407000', '124557.410000', '124557.413000', '124557.419000', '124557.421000', '124557.424000', '124557.427000', '124617.311000', '124617.314000', '124617.317000', '124617.319000', '124617.322000', '124617.325000', '124617.327000', '124617.330000', '124617.332000', '124617.335000', '124617.338000', '124617.340000', '124617.343000', '124617.345000', '124617.348000', '124617.350000', '124617.353000', '124617.356000', '124617.358000', '124617.361000', '124617.363000', '124617.366000', '124617.368000', '124617.371000', '124617.374000', '124617.376000', '124617.379000', '124617.381000', '124617.384000', '124617.387000', '124617.389000', '124617.392000', '124617.394000', '124617.397000', '124617.399000', '124617.402000', '124617.405000', '124617.407000', '124617.410000', '124617.413000', '124617.415000', '124617.418000', '124617.420000', '124637.311000', '124637.314000', '124637.317000', '124637.319000', '124637.322000', '124637.325000', '124637.327000', '124637.330000', '124637.332000', '124637.335000', '124637.338000', '124637.340000', '124637.343000', '124637.345000', '124637.348000', '124637.351000', '124637.353000', '124637.356000', '124637.358000', '124637.361000', '124637.364000', '124637.366000', '124637.392000', '124637.394000', '124637.397000', '124637.400000', '124637.402000', '124637.405000', '124637.407000', '124637.410000', '124637.413000', '124637.415000', '124637.418000', '124637.420000', '124637.423000', '124637.425000', '124637.428000', '124637.431000', '124637.433000', '124637.436000', '124637.439000', '124637.441000', '124637.444000', '124637.446000', '124657.312000', '124657.314000', '124657.317000', '124657.320000', '124657.322000', '124657.325000', '124657.327000', '124657.330000', '124657.333000', '124657.335000', '124657.338000', '124657.340000', '124657.343000', '124657.346000', '124657.348000', '124657.351000', '124657.353000', '124657.356000', '124657.359000', '124657.361000', '124657.364000', '124657.366000', '124657.369000', '124657.372000', '124657.374000', '124657.377000', '124657.379000', '124657.382000', '124657.385000', '124657.387000', '124657.390000', '124657.393000', '124657.396000', '124657.398000', '124657.401000', '124657.403000', '124657.406000', '124657.409000', '124657.411000', '124657.414000', '124657.416000', '124657.419000', '124657.422000', '124717.310000', '124717.313000', '124717.316000', '124717.319000', '124717.321000', '124717.324000', '124717.326000', '124717.329000', '124717.332000', '124717.335000', '124717.338000', '124717.341000', '124717.343000', '124717.346000', '124717.348000', '124717.351000', '124717.353000', '124717.356000', '124717.359000', '124717.361000', '124717.364000', '124717.366000', '124717.369000', '124717.371000', '124717.374000', '124717.377000', '124717.379000', '124717.382000', '124717.384000', '124717.387000', '124717.390000', '124717.392000', '124717.395000', '124717.397000', '124717.400000', '124717.402000', '124717.405000', '124717.408000', '124717.410000', '124717.413000', '124717.415000', '124717.418000', '124717.421000', '124717.423000', '124737.310000', '124737.313000', '124737.316000', '124737.319000', '124737.321000', '124737.324000', '124737.326000', '124737.329000', '124737.331000', '124737.334000', '124737.337000', '124737.339000', '124737.342000', '124737.344000', '124737.347000', '124737.349000', '124737.352000', '124737.355000', '124737.357000', '124737.360000', '124737.363000', '124737.365000', '124737.368000', '124737.370000', '124737.373000', '124737.375000', '124737.378000', '124737.381000', '124737.383000', '124737.386000', '124737.388000', '124737.391000', '124737.394000', '124737.396000', '124737.399000', '124737.401000', '124737.404000', '124737.407000', '124737.409000', '124737.412000', '124737.414000', '124737.417000', '124737.419000', '124742.117000', '124742.120000', '124742.122000', '124742.125000', '124742.128000', '124742.131000', '124742.133000', '124742.136000', '124742.139000', '124742.141000', '124742.144000'], 'InstanceCreationTime': ['124117.375000', '124117.379000', '124117.381000', '124117.384000', '124117.387000', '124117.389000', '124117.392000', '124117.394000', '124117.397000', '124117.399000', '124117.402000', '124117.404000', '124117.407000', '124117.410000', '124117.412000', '124117.415000', '124117.417000', '124117.420000', '124117.422000', '124117.425000', '124117.427000', '124117.430000', '124117.433000', '124117.435000', '124117.438000', '124117.447000', '124117.450000', '124117.452000', '124117.455000', '124117.457000', '124117.460000', '124117.462000', '124117.465000', '124117.467000', '124117.470000', '124137.311000', '124137.314000', '124137.317000', '124137.320000', '124137.323000', '124137.326000', '124137.329000', '124137.331000', '124137.334000', '124137.337000', '124137.339000', '124137.342000', '124137.344000', '124137.347000', '124137.350000', '124137.352000', '124137.355000', '124137.357000', '124137.360000', '124137.362000', '124137.365000', '124137.367000', '124137.370000', '124137.372000', '124137.375000', '124137.377000', '124137.380000', '124137.383000', '124137.385000', '124137.388000', '124137.390000', '124137.393000', '124137.395000', '124137.398000', '124137.400000', '124137.403000', '124137.406000', '124137.408000', '124137.411000', '124137.413000', '124137.416000', '124137.418000', '124137.421000', '124157.311000', '124157.314000', '124157.317000', '124157.319000', '124157.322000', '124157.325000', '124157.327000', '124157.330000', '124157.332000', '124157.335000', '124157.337000', '124157.340000', '124157.342000', '124157.345000', '124157.348000', '124157.350000', '124157.353000', '124157.355000', '124157.358000', '124157.360000', '124157.363000', '124157.366000', '124157.368000', '124157.374000', '124157.377000', '124157.379000', '124157.382000', '124157.385000', '124157.387000', '124157.390000', '124157.392000', '124157.395000', '124157.397000', '124157.400000', '124157.414000', '124157.417000', '124157.419000', '124157.422000', '124157.424000', '124157.427000', '124157.434000', '124157.437000', '124157.439000', '124157.442000', '124217.312000', '124217.314000', '124217.317000', '124217.320000', '124217.322000', '124217.325000', '124217.328000', '124217.330000', '124217.333000', '124217.335000', '124217.338000', '124217.340000', '124217.343000', '124217.345000', '124217.348000', '124217.350000', '124217.353000', '124217.356000', '124217.358000', '124217.361000', '124217.363000', '124217.366000', '124217.368000', '124217.371000', '124217.373000', '124217.376000', '124217.379000', '124217.381000', '124217.385000', '124217.388000', '124217.391000', '124217.393000', '124217.396000', '124217.399000', '124217.401000', '124217.404000', '124217.406000', '124217.409000', '124217.411000', '124217.414000', '124217.417000', '124217.419000', '124217.422000', '124237.310000', '124237.313000', '124237.316000', '124237.318000', '124237.321000', '124237.324000', '124237.326000', '124237.329000', '124237.331000', '124237.334000', '124237.336000', '124237.339000', '124237.341000', '124237.344000', '124237.347000', '124237.349000', '124237.352000', '124237.354000', '124237.357000', '124237.360000', '124237.362000', '124237.365000', '124237.367000', '124237.370000', '124237.372000', '124237.375000', '124237.378000', '124237.380000', '124237.383000', '124237.385000', '124237.388000', '124237.390000', '124237.393000', '124237.396000', '124237.398000', '124237.408000', '124237.411000', '124237.413000', '124237.416000', '124237.419000', '124237.421000', '124237.424000', '124237.426000', '124237.429000', '124257.310000', '124257.313000', '124257.316000', '124257.318000', '124257.321000', '124257.323000', '124257.326000', '124257.329000', '124257.331000', '124257.334000', '124257.337000', '124257.339000', '124257.342000', '124257.344000', '124257.347000', '124257.349000', '124257.352000', '124257.355000', '124257.357000', '124257.360000', '124257.362000', '124257.365000', '124257.367000', '124257.370000', '124257.372000', '124257.375000', '124257.378000', '124257.380000', '124257.383000', '124257.385000', '124257.388000', '124257.391000', '124257.393000', '124257.396000', '124257.398000', '124257.401000', '124257.403000', '124257.406000', '124257.408000', '124257.411000', '124257.414000', '124257.416000', '124257.419000', '124317.310000', '124317.313000', '124317.316000', '124317.319000', '124317.321000', '124317.324000', '124317.326000', '124317.329000', '124317.331000', '124317.334000', '124317.337000', '124317.339000', '124317.342000', '124317.344000', '124317.347000', '124317.350000', '124317.352000', '124317.355000', '124317.357000', '124317.360000', '124317.363000', '124317.365000', '124317.368000', '124317.370000', '124317.373000', '124317.375000', '124317.378000', '124317.381000', '124317.383000', '124317.386000', '124317.388000', '124317.391000', '124317.393000', '124317.396000', '124317.399000', '124317.401000', '124317.404000', '124317.406000', '124317.409000', '124317.411000', '124317.414000', '124317.416000', '124317.419000', '124317.422000', '124337.310000', '124337.313000', '124337.316000', '124337.318000', '124337.321000', '124337.324000', '124337.326000', '124337.329000', '124337.331000', '124337.334000', '124337.336000', '124337.339000', '124337.341000', '124337.344000', '124337.347000', '124337.349000', '124337.352000', '124337.354000', '124337.357000', '124337.359000', '124337.362000', '124337.365000', '124337.367000', '124337.370000', '124337.372000', '124337.375000', '124337.378000', '124337.380000', '124337.383000', '124337.416000', '124337.419000', '124337.421000', '124337.426000', '124337.428000', '124337.431000', '124337.434000', '124337.436000', '124337.439000', '124337.441000', '124337.444000', '124337.446000', '124337.449000', '124337.452000', '124357.312000', '124357.314000', '124357.317000', '124357.320000', '124357.322000', '124357.325000', '124357.327000', '124357.330000', '124357.332000', '124357.335000', '124357.338000', '124357.340000', '124357.343000', '124357.345000', '124357.348000', '124357.351000', '124357.353000', '124357.356000', '124357.358000', '124357.361000', '124357.363000', '124357.366000', '124357.369000', '124357.371000', '124357.374000', '124357.376000', '124357.379000', '124357.381000', '124357.384000', '124357.387000', '124357.389000', '124357.393000', '124357.396000', '124357.398000', '124357.401000', '124357.403000', '124357.406000', '124357.409000', '124357.411000', '124357.414000', '124357.416000', '124357.419000', '124357.422000', '124357.424000', '124417.311000', '124417.314000', '124417.317000', '124417.319000', '124417.322000', '124417.325000', '124417.327000', '124417.330000', '124417.332000', '124417.335000', '124417.337000', '124417.340000', '124417.343000', '124417.345000', '124417.348000', '124417.350000', '124417.353000', '124417.355000', '124417.358000', '124417.360000', '124417.363000', '124417.366000', '124417.368000', '124417.371000', '124417.373000', '124417.376000', '124417.379000', '124417.381000', '124417.384000', '124417.386000', '124417.389000', '124417.392000', '124417.394000', '124417.397000', '124417.400000', '124417.402000', '124417.405000', '124417.407000', '124417.410000', '124417.412000', '124417.415000', '124417.418000', '124417.420000', '124437.311000', '124437.314000', '124437.317000', '124437.319000', '124437.322000', '124437.325000', '124437.327000', '124437.330000', '124437.332000', '124437.335000', '124437.337000', '124437.340000', '124437.343000', '124437.345000', '124437.348000', '124437.350000', '124437.353000', '124437.355000', '124437.358000', '124437.361000', '124437.363000', '124437.366000', '124437.368000', '124437.371000', '124437.373000', '124437.376000', '124437.379000', '124437.381000', '124437.384000', '124437.386000', '124437.389000', '124437.391000', '124437.394000', '124437.397000', '124437.399000', '124437.402000', '124437.405000', '124437.407000', '124437.410000', '124437.413000', '124437.415000', '124437.418000', '124437.421000', '124437.423000', '124457.310000', '124457.313000', '124457.316000', '124457.318000', '124457.321000', '124457.324000', '124457.326000', '124457.329000', '124457.331000', '124457.334000', '124457.336000', '124457.339000', '124457.342000', '124457.344000', '124457.347000', '124457.350000', '124457.352000', '124457.355000', '124457.357000', '124457.360000', '124457.363000', '124457.365000', '124457.368000', '124457.370000', '124457.373000', '124457.376000', '124457.378000', '124457.381000', '124457.383000', '124457.386000', '124457.389000', '124457.391000', '124457.394000', '124457.396000', '124457.399000', '124457.402000', '124457.404000', '124457.407000', '124457.410000', '124457.413000', '124457.416000', '124457.419000', '124457.421000', '124517.311000', '124517.313000', '124517.316000', '124517.318000', '124517.321000', '124517.324000', '124517.326000', '124517.329000', '124517.331000', '124517.334000', '124517.336000', '124517.346000', '124517.349000', '124517.351000', '124517.354000', '124517.356000', '124517.359000', '124517.362000', '124517.364000', '124517.367000', '124517.369000', '124517.372000', '124517.374000', '124517.377000', '124517.379000', '124517.382000', '124517.385000', '124517.387000', '124517.390000', '124517.392000', '124517.395000', '124517.397000', '124517.400000', '124517.403000', '124517.405000', '124517.408000', '124517.410000', '124517.413000', '124517.416000', '124517.418000', '124517.421000', '124517.423000', '124517.426000', '124517.429000', '124537.311000', '124537.313000', '124537.316000', '124537.318000', '124537.321000', '124537.324000', '124537.326000', '124537.329000', '124537.331000', '124537.334000', '124537.336000', '124537.339000', '124537.342000', '124537.344000', '124537.347000', '124537.349000', '124537.352000', '124537.355000', '124537.357000', '124537.360000', '124537.362000', '124537.365000', '124537.368000', '124537.370000', '124537.373000', '124537.375000', '124537.378000', '124537.380000', '124537.383000', '124537.386000', '124537.388000', '124537.391000', '124537.393000', '124537.396000', '124537.398000', '124537.401000', '124537.404000', '124537.406000', '124537.409000', '124537.411000', '124537.414000', '124537.416000', '124537.419000', '124557.310000', '124557.313000', '124557.316000', '124557.319000', '124557.322000', '124557.324000', '124557.327000', '124557.329000', '124557.332000', '124557.335000', '124557.337000', '124557.340000', '124557.342000', '124557.345000', '124557.348000', '124557.350000', '124557.353000', '124557.355000', '124557.358000', '124557.361000', '124557.363000', '124557.366000', '124557.368000', '124557.371000', '124557.374000', '124557.376000', '124557.379000', '124557.381000', '124557.384000', '124557.387000', '124557.389000', '124557.392000', '124557.394000', '124557.397000', '124557.400000', '124557.402000', '124557.405000', '124557.407000', '124557.410000', '124557.413000', '124557.419000', '124557.421000', '124557.424000', '124557.427000', '124617.311000', '124617.314000', '124617.317000', '124617.319000', '124617.322000', '124617.325000', '124617.327000', '124617.330000', '124617.332000', '124617.335000', '124617.338000', '124617.340000', '124617.343000', '124617.345000', '124617.348000', '124617.350000', '124617.353000', '124617.356000', '124617.358000', '124617.361000', '124617.363000', '124617.366000', '124617.368000', '124617.371000', '124617.374000', '124617.376000', '124617.379000', '124617.381000', '124617.384000', '124617.387000', '124617.389000', '124617.392000', '124617.394000', '124617.397000', '124617.399000', '124617.402000', '124617.405000', '124617.407000', '124617.410000', '124617.413000', '124617.415000', '124617.418000', '124617.420000', '124637.311000', '124637.314000', '124637.317000', '124637.319000', '124637.322000', '124637.325000', '124637.327000', '124637.330000', '124637.332000', '124637.335000', '124637.338000', '124637.340000', '124637.343000', '124637.345000', '124637.348000', '124637.351000', '124637.353000', '124637.356000', '124637.358000', '124637.361000', '124637.364000', '124637.366000', '124637.392000', '124637.394000', '124637.397000', '124637.400000', '124637.402000', '124637.405000', '124637.407000', '124637.410000', '124637.413000', '124637.415000', '124637.418000', '124637.420000', '124637.423000', '124637.425000', '124637.428000', '124637.431000', '124637.433000', '124637.436000', '124637.439000', '124637.441000', '124637.444000', '124637.446000', '124657.312000', '124657.314000', '124657.317000', '124657.320000', '124657.322000', '124657.325000', '124657.327000', '124657.330000', '124657.333000', '124657.335000', '124657.338000', '124657.340000', '124657.343000', '124657.346000', '124657.348000', '124657.351000', '124657.353000', '124657.356000', '124657.359000', '124657.361000', '124657.364000', '124657.366000', '124657.369000', '124657.372000', '124657.374000', '124657.377000', '124657.379000', '124657.382000', '124657.385000', '124657.387000', '124657.390000', '124657.393000', '124657.396000', '124657.398000', '124657.401000', '124657.403000', '124657.406000', '124657.409000', '124657.411000', '124657.414000', '124657.416000', '124657.419000', '124657.422000', '124717.310000', '124717.313000', '124717.316000', '124717.319000', '124717.321000', '124717.324000', '124717.326000', '124717.329000', '124717.332000', '124717.335000', '124717.338000', '124717.341000', '124717.343000', '124717.346000', '124717.348000', '124717.351000', '124717.353000', '124717.356000', '124717.359000', '124717.361000', '124717.364000', '124717.366000', '124717.369000', '124717.371000', '124717.374000', '124717.377000', '124717.379000', '124717.382000', '124717.384000', '124717.387000', '124717.390000', '124717.392000', '124717.395000', '124717.397000', '124717.400000', '124717.402000', '124717.405000', '124717.408000', '124717.410000', '124717.413000', '124717.415000', '124717.418000', '124717.421000', '124717.423000', '124737.310000', '124737.313000', '124737.316000', '124737.319000', '124737.321000', '124737.324000', '124737.326000', '124737.329000', '124737.331000', '124737.334000', '124737.337000', '124737.339000', '124737.342000', '124737.344000', '124737.347000', '124737.349000', '124737.352000', '124737.355000', '124737.357000', '124737.360000', '124737.363000', '124737.365000', '124737.368000', '124737.370000', '124737.373000', '124737.375000', '124737.378000', '124737.381000', '124737.383000', '124737.386000', '124737.388000', '124737.391000', '124737.394000', '124737.396000', '124737.399000', '124737.401000', '124737.404000', '124737.407000', '124737.409000', '124737.412000', '124737.414000', '124737.417000', '124737.419000', '124742.117000', '124742.120000', '124742.122000', '124742.125000', '124742.128000', '124742.131000', '124742.133000', '124742.136000', '124742.139000', '124742.141000', '124742.144000'], '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': [8551, 8862, 10372, 11685, 13742, 8890, 8444, 10176, 9494, 10107, 9445, 9770, 9889, 9446, 9500, 8778, 11050, 10129, 10291, 9592, 9081, 11349, 13783, 14729, 10502, 10034, 10452, 8887, 9262, 10468, 10278, 11493, 9076, 7848, 10417, 9848, 9685, 8138, 10689, 9513, 9883, 9645, 9089, 10204, 9601, 9726, 8872, 10685, 9833, 10341, 9087, 8296, 11005, 10640, 13546, 13079, 11231, 10412, 10500, 10510, 8688, 11419, 10426, 11009, 10271, 8977, 9997, 10783, 10730, 10000, 9677, 8060, 11030, 10422, 10982, 11016, 8942, 10213, 10516, 10180, 9965, 9424, 11486, 10202, 9713, 10209, 8776, 11331, 10082, 9714, 9272, 8173, 10723, 9648, 9434, 9107, 8015, 10960, 10131, 9286, 9354, 8961, 10537, 9747, 9398, 9206, 8223, 10970, 9233, 8777, 8914, 7860, 10355, 9350, 9863, 9683, 7798, 11253, 9568, 9297, 10346, 8294, 9408, 10545, 12043, 9936, 8836, 9552, 10044, 9451, 9585, 8199, 10172, 9695, 9312, 9490, 8175, 10026, 10464, 9801, 9576, 8342, 10424, 9961, 9358, 9919, 8397, 10644, 9639, 11527, 9755, 10192, 10077, 12663, 10218, 8310, 11045, 9819, 10592, 8851, 10649, 9761, 11526, 9781, 7597, 10510, 10281, 9848, 8766, 10520, 9787, 8954, 9207, 8284, 10368, 9979, 10050, 8261, 10914, 9944, 10855, 8667, 7586, 10470, 9051, 9869, 9077, 9940, 10377, 9612, 10327, 8920, 10626, 10223, 14159, 11437, 9281, 10591, 9981, 12660, 10868, 9676, 10439, 10113, 10440, 8667, 10149, 10047, 9721, 10596, 8555, 10888, 10307, 9224, 10245, 8524, 10598, 9418, 10144, 9125, 9961, 9565, 9407, 9561, 7935, 10249, 9380, 10290, 8550, 10770, 10347, 11387, 10061, 8632, 10023, 12557, 10188, 8324, 10333, 9760, 10015, 8498, 10331, 9808, 9008, 9815, 8075, 10241, 9895, 10018, 8436, 10373, 9276, 9326, 8653, 9863, 9717, 8893, 9393, 8281, 10340, 9063, 8949, 9323, 7759, 10291, 11162, 10746, 8693, 10061, 9591, 10051, 9164, 7788, 9953, 9661, 10428, 8016, 10292, 10976, 10283, 9330, 10305, 9616, 12302, 10290, 8498, 10214, 9830, 10846, 9594, 8211, 9993, 9512, 8533, 8950, 8056, 9978, 9078, 8211, 8362, 7508, 10016, 8329, 9346, 8035, 9834, 8937, 8479, 9534, 7932, 9864, 8738, 8960, 9734, 7894, 10336, 12786, 12466, 9588, 8013, 10420, 11574, 14417, 10797, 10162, 9357, 9468, 9492, 9291, 10115, 9633, 10286, 8152, 10152, 8906, 8902, 9335, 7651, 9565, 8837, 9224, 8806, 8234, 9727, 8865, 9115, 8182, 9733, 9877, 8756, 9358, 8239, 10048, 9383, 8691, 9292, 8075, 9903, 9188, 8881, 8826, 8766, 9939, 10358, 11446, 10118, 8345, 10072, 10712, 10646, 9538, 8078, 10060, 11730, 11752, 8814, 9758, 9328, 9585, 9215, 7972, 9377, 8858, 9436, 7819, 10140, 8824, 8498, 9083, 7424, 9864, 8890, 10302, 8951, 7597, 9662, 8698, 9712, 8584, 8520, 9235, 8699, 9015, 7728, 9907, 8521, 8664, 8756, 7657, 10242, 10350, 9733, 8531, 8332, 9683, 13579, 10096, 8309, 10163, 9214, 11089, 9471, 7736, 9942, 9099, 12625, 9201, 7365, 9743, 9140, 10077, 8873, 7955, 9449, 9133, 9472, 9923, 8730, 9749, 9105, 9535, 8690, 8254, 9595, 9201, 9035, 8856, 7972, 9462, 8679, 9479, 7830, 9852, 8934, 8385, 9346, 7440, 9654, 9782, 9751, 7582, 9862, 8616, 10223, 8268, 8275, 9176, 9264, 9125, 8208, 9915, 9287, 10997, 9391, 7776, 9694, 11509, 9996, 8414, 10194, 13169, 15646, 11213, 8226, 9647, 9555, 9522, 8178, 9801, 9320, 9002, 9504, 7971, 10049, 9295, 9316, 9799, 8008, 10375, 11132, 11384, 9789, 7773, 10076, 9487, 10151, 8892, 10135, 9312, 9673, 8530, 9181, 9354, 8970, 8970, 7942, 9950, 8766, 8382, 8063, 7711, 9513, 8610, 9253, 7787, 9504, 9018, 8310, 9054, 7853, 9912, 8941, 8665, 8946, 7749, 10440, 11425, 13049, 9433, 7877, 10216, 9035, 12921, 9851, 7507, 9983, 9494, 10962, 10793, 9529, 9870, 9257, 9836, 8916, 9253, 10043, 8917, 8941, 9603, 8447, 9909, 9266, 10299, 9749, 8194, 10176, 12287, 9442, 8968, 9900, 9882, 9478, 9875, 8422, 10130, 9433, 9126, 9809, 8395, 10153, 9268, 9453, 8804, 7646, 9639, 8947, 9499, 8392, 9943, 9284, 9146, 9374, 7960, 9474, 8846, 9517, 8117, 9918, 8961, 13099, 9409, 7803, 9851, 9011, 9321, 8317, 8121, 9440, 9253, 9706, 8245, 9770, 9250, 10621, 9108, 7927, 9782, 12902, 11173, 8946, 8519, 9706, 12200, 10146, 8259, 10316, 9185, 15032, 11034, 8348, 9689, 9530, 9854, 7998, 10124, 9415, 8808, 8608, 7779, 9709, 9046, 8992, 8247, 7903, 9627, 9038, 9517, 7818, 10266, 9278, 13206, 9105, 7641, 9817, 8692, 9238, 7778, 9060, 9285, 9196, 9247, 7912, 9755, 9400, 9054, 9499, 9102, 9836, 9312, 9740, 9129, 7892, 10035, 11767, 10173, 8827, 8803, 9693, 9101, 9736, 8268, 10192, 9020, 8429, 8572, 7816, 9604, 8848, 9201, 8229, 10047, 9578, 12536, 9310, 7768, 9436, 8905, 9580, 8088, 9710, 8638, 9173, 8040, 9634, 9011, 8608, 9106, 7684, 9486, 8764, 8849, 8809, 9112, 9018, 11550, 9398, 7259, 9301, 8575, 9636, 7867, 9809, 8712, 10601, 8214, 7284, 9163, 8319, 9507, 7921, 8034, 8947, 8668, 9519, 7630, 9759, 8799, 8374, 8747, 7900, 9597, 9074, 8723, 9140, 8000, 12005, 13467, 12429, 9770, 7780, 10029, 9336, 11552, 8961, 7496, 9450, 9151, 9335, 7937, 9939, 9001, 9108, 10019, 8392, 10410, 9107, 11456, 9393, 8189, 9579, 9221, 10116, 9473, 9008, 9271, 8951, 9652, 7826, 8650, 8414, 9254, 7837, 8665, 8696, 8473, 9202, 9772, 8697, 9224, 8956, 7681, 8452, 8984, 10178, 8848, 8501, 7659, 9448, 9318, 10566, 7875, 7701, 9004, 8017, 8612, 7941, 9890, 8490, 8366, 8813, 7375, 9393, 12265, 11455, 8592, 9890, 9536, 13852, 12353, 10673, 9528, 9577, 9907, 8579, 10105, 14034, 14387, 10686, 10011, 9212, 8952, 8900, 8122, 9320, 8881, 9360, 7932, 10217, 8748, 10684, 9213, 7777, 9372, 8955, 9006, 8199, 9890, 9068, 8405, 8949, 8019, 8964, 10551, 9557, 8033, 9884, 13054, 9550, 8252, 9413, 8976, 8886, 7454, 8978, 8669, 8870, 7717, 9503, 8750, 9541, 8976], 'WindowCenter': [4702.0, 4691.0, 4691.0, 4697.0, 4713.0, 4640.0, 4619.0, 4644.0, 4634.0, 4642.0, 4634.0, 4645.0, 4642.0, 4635.0, 4633.0, 4614.0, 4654.0, 4641.0, 4631.0, 4631.0, 4623.0, 4653.0, 4684.0, 4693.0, 4643.0, 4634.0, 4640.0, 4607.0, 4618.0, 4641.0, 4641.0, 4649.0, 4619.0, 4601.0, 4651.0, 4629.0, 4629.0, 4600.0, 4640.0, 4631.0, 4641.0, 4633.0, 4626.0, 4642.0, 4632.0, 4631.0, 4620.0, 4642.0, 4641.0, 4640.0, 4620.0, 4613.0, 4650.0, 4651.0, 4672.0, 4673.0, 4653.0, 4640.0, 4638.0, 4624.0, 4596.0, 4645.0, 4639.0, 4639.0, 4629.0, 4610.0, 4630.0, 4649.0, 4639.0, 4629.0, 4616.0, 4586.0, 4636.0, 4639.0, 4638.0, 4651.0, 4622.0, 4640.0, 4639.0, 4628.0, 4629.0, 4620.0, 4650.0, 4627.0, 4616.0, 4625.0, 4610.0, 4648.0, 4640.0, 4617.0, 4617.0, 4598.0, 4639.0, 4617.0, 4618.0, 4618.0, 4599.0, 4640.0, 4628.0, 4619.0, 4619.0, 4618.0, 4639.0, 4619.0, 4618.0, 4616.0, 4600.0, 4637.0, 4609.0, 4597.0, 4607.0, 4599.0, 4628.0, 4621.0, 4639.0, 4629.0, 4602.0, 4653.0, 4629.0, 4618.0, 4638.0, 4609.0, 4621.0, 4641.0, 4662.0, 4627.0, 4609.0, 4618.0, 4627.0, 4618.0, 4619.0, 4600.0, 4639.0, 4630.0, 4631.0, 4632.0, 4612.0, 4632.0, 4639.0, 4628.0, 4628.0, 4611.0, 4639.0, 4629.0, 4619.0, 4630.0, 4612.0, 4640.0, 4628.0, 4648.0, 4617.0, 4630.0, 4629.0, 4657.0, 4625.0, 4597.0, 4649.0, 4630.0, 4639.0, 4619.0, 4640.0, 4630.0, 4647.0, 4628.0, 4588.0, 4637.0, 4629.0, 4629.0, 4608.0, 4638.0, 4626.0, 4608.0, 4617.0, 4600.0, 4641.0, 4629.0, 4628.0, 4597.0, 4649.0, 4628.0, 4652.0, 4625.0, 4592.0, 4641.0, 4619.0, 4631.0, 4621.0, 4631.0, 4638.0, 4618.0, 4628.0, 4609.0, 4638.0, 4640.0, 4680.0, 4651.0, 4619.0, 4636.0, 4629.0, 4658.0, 4641.0, 4619.0, 4626.0, 4626.0, 4626.0, 4596.0, 4629.0, 4629.0, 4617.0, 4625.0, 4598.0, 4637.0, 4637.0, 4618.0, 4627.0, 4608.0, 4638.0, 4618.0, 4639.0, 4619.0, 4629.0, 4619.0, 4618.0, 4629.0, 4599.0, 4641.0, 4618.0, 4640.0, 4612.0, 4641.0, 4630.0, 4647.0, 4616.0, 4607.0, 4627.0, 4657.0, 4625.0, 4597.0, 4629.0, 4630.0, 4628.0, 4608.0, 4630.0, 4626.0, 4604.0, 4616.0, 4587.0, 4638.0, 4629.0, 4627.0, 4600.0, 4639.0, 4620.0, 4618.0, 4610.0, 4629.0, 4617.0, 4606.0, 4619.0, 4599.0, 4639.0, 4619.0, 4609.0, 4606.0, 4590.0, 4629.0, 4649.0, 4639.0, 4609.0, 4630.0, 4619.0, 4629.0, 4618.0, 4590.0, 4627.0, 4617.0, 4627.0, 4588.0, 4630.0, 4640.0, 4627.0, 4618.0, 4628.0, 4617.0, 4648.0, 4626.0, 4596.0, 4628.0, 4626.0, 4637.0, 4615.0, 4598.0, 4617.0, 4619.0, 4609.0, 4609.0, 4602.0, 4630.0, 4608.0, 4610.0, 4611.0, 4592.0, 4633.0, 4609.0, 4618.0, 4598.0, 4641.0, 4618.0, 4598.0, 4631.0, 4601.0, 4641.0, 4611.0, 4610.0, 4629.0, 4602.0, 4641.0, 4670.0, 4659.0, 4619.0, 4588.0, 4641.0, 4651.0, 4679.0, 4639.0, 4627.0, 4609.0, 4615.0, 4617.0, 4618.0, 4628.0, 4606.0, 4615.0, 4587.0, 4628.0, 4607.0, 4605.0, 4608.0, 4590.0, 4632.0, 4608.0, 4617.0, 4608.0, 4599.0, 4629.0, 4620.0, 4608.0, 4599.0, 4618.0, 4629.0, 4609.0, 4619.0, 4599.0, 4628.0, 4619.0, 4611.0, 4618.0, 4600.0, 4629.0, 4617.0, 4610.0, 4608.0, 4611.0, 4628.0, 4628.0, 4647.0, 4626.0, 4598.0, 4628.0, 4640.0, 4625.0, 4617.0, 4589.0, 4630.0, 4649.0, 4647.0, 4606.0, 4618.0, 4605.0, 4615.0, 4618.0, 4590.0, 4616.0, 4605.0, 4607.0, 4591.0, 4642.0, 4611.0, 4608.0, 4606.0, 4579.0, 4628.0, 4619.0, 4630.0, 4608.0, 4589.0, 4630.0, 4610.0, 4632.0, 4610.0, 4610.0, 4621.0, 4624.0, 4619.0, 4591.0, 4628.0, 4608.0, 4608.0, 4610.0, 4592.0, 4641.0, 4630.0, 4617.0, 4598.0, 4613.0, 4621.0, 4673.0, 4628.0, 4598.0, 4629.0, 4620.0, 4638.0, 4618.0, 4589.0, 4631.0, 4609.0, 4660.0, 4618.0, 4577.0, 4631.0, 4619.0, 4617.0, 4606.0, 4574.0, 4616.0, 4607.0, 4617.0, 4617.0, 4597.0, 4618.0, 4609.0, 4632.0, 4610.0, 4603.0, 4630.0, 4619.0, 4621.0, 4608.0, 4599.0, 4619.0, 4596.0, 4619.0, 4592.0, 4630.0, 4611.0, 4597.0, 4618.0, 4593.0, 4630.0, 4631.0, 4619.0, 4588.0, 4642.0, 4610.0, 4642.0, 4599.0, 4600.0, 4620.0, 4622.0, 4623.0, 4603.0, 4631.0, 4621.0, 4638.0, 4622.0, 4590.0, 4622.0, 4648.0, 4627.0, 4600.0, 4629.0, 4670.0, 4690.0, 4640.0, 4598.0, 4616.0, 4617.0, 4616.0, 4600.0, 4619.0, 4606.0, 4610.0, 4618.0, 4600.0, 4619.0, 4607.0, 4606.0, 4616.0, 4589.0, 4629.0, 4637.0, 4636.0, 4618.0, 4578.0, 4617.0, 4616.0, 4626.0, 4609.0, 4615.0, 4607.0, 4617.0, 4628.0, 4623.0, 4623.0, 4620.0, 4609.0, 4601.0, 4629.0, 4607.0, 4598.0, 4600.0, 4589.0, 4619.0, 4597.0, 4619.0, 4591.0, 4646.0, 4624.0, 4601.0, 4620.0, 4602.0, 4630.0, 4622.0, 4609.0, 4620.0, 4603.0, 4640.0, 4662.0, 4670.0, 4618.0, 4587.0, 4639.0, 4611.0, 4670.0, 4629.0, 4579.0, 4629.0, 4619.0, 4638.0, 4641.0, 4619.0, 4617.0, 4606.0, 4627.0, 4609.0, 4620.0, 4629.0, 4608.0, 4608.0, 4617.0, 4599.0, 4629.0, 4619.0, 4626.0, 4618.0, 4600.0, 4645.0, 4661.0, 4617.0, 4609.0, 4617.0, 4629.0, 4618.0, 4617.0, 4598.0, 4626.0, 4619.0, 4618.0, 4628.0, 4599.0, 4629.0, 4618.0, 4618.0, 4608.0, 4579.0, 4618.0, 4607.0, 4630.0, 4602.0, 4632.0, 4623.0, 4620.0, 4623.0, 4602.0, 4619.0, 4608.0, 4617.0, 4589.0, 4631.0, 4610.0, 4670.0, 4609.0, 4578.0, 4629.0, 4623.0, 4620.0, 4601.0, 4590.0, 4620.0, 4618.0, 4631.0, 4602.0, 4631.0, 4609.0, 4627.0, 4609.0, 4590.0, 4629.0, 4671.0, 4638.0, 4609.0, 4599.0, 4618.0, 4648.0, 4626.0, 4598.0, 4628.0, 4618.0, 4679.0, 4628.0, 4587.0, 4607.0, 4605.0, 4630.0, 4588.0, 4625.0, 4606.0, 4607.0, 4609.0, 4579.0, 4619.0, 4607.0, 4609.0, 4597.0, 4589.0, 4616.0, 4595.0, 4605.0, 4589.0, 4630.0, 4608.0, 4670.0, 4608.0, 4580.0, 4629.0, 4608.0, 4608.0, 4606.0, 4621.0, 4620.0, 4620.0, 4620.0, 4601.0, 4620.0, 4618.0, 4608.0, 4619.0, 4611.0, 4620.0, 4607.0, 4617.0, 4620.0, 4590.0, 4630.0, 4649.0, 4627.0, 4607.0, 4598.0, 4618.0, 4608.0, 4619.0, 4598.0, 4627.0, 4606.0, 4598.0, 4597.0, 4588.0, 4618.0, 4608.0, 4606.0, 4599.0, 4629.0, 4620.0, 4659.0, 4608.0, 4577.0, 4607.0, 4609.0, 4620.0, 4588.0, 4619.0, 4596.0, 4618.0, 4589.0, 4620.0, 4607.0, 4598.0, 4608.0, 4591.0, 4619.0, 4600.0, 4606.0, 4608.0, 4609.0, 4612.0, 4649.0, 4607.0, 4579.0, 4621.0, 4624.0, 4631.0, 4601.0, 4642.0, 4610.0, 4643.0, 4598.0, 4580.0, 4632.0, 4613.0, 4632.0, 4600.0, 4589.0, 4621.0, 4622.0, 4631.0, 4593.0, 4620.0, 4609.0, 4611.0, 4610.0, 4603.0, 4622.0, 4610.0, 4609.0, 4621.0, 4602.0, 4662.0, 4670.0, 4659.0, 4616.0, 4577.0, 4631.0, 4619.0, 4649.0, 4608.0, 4577.0, 4618.0, 4620.0, 4618.0, 4589.0, 4628.0, 4610.0, 4607.0, 4616.0, 4597.0, 4640.0, 4610.0, 4638.0, 4606.0, 4588.0, 4620.0, 4622.0, 4628.0, 4621.0, 4608.0, 4607.0, 4595.0, 4616.0, 4576.0, 4597.0, 4597.0, 4617.0, 4590.0, 4609.0, 4612.0, 4598.0, 4619.0, 4616.0, 4594.0, 4605.0, 4607.0, 4592.0, 4613.0, 4621.0, 4643.0, 4620.0, 4609.0, 4601.0, 4633.0, 4623.0, 4653.0, 4601.0, 4589.0, 4609.0, 4602.0, 4624.0, 4603.0, 4643.0, 4613.0, 4600.0, 4622.0, 4595.0, 4622.0, 4664.0, 4654.0, 4612.0, 4620.0, 4622.0, 4670.0, 4662.0, 4630.0, 4621.0, 4620.0, 4618.0, 4599.0, 4630.0, 4671.0, 4668.0, 4628.0, 4618.0, 4607.0, 4608.0, 4608.0, 4591.0, 4610.0, 4598.0, 4605.0, 4587.0, 4631.0, 4600.0, 4629.0, 4608.0, 4578.0, 4609.0, 4611.0, 4610.0, 4601.0, 4620.0, 4609.0, 4597.0, 4622.0, 4589.0, 4610.0, 4629.0, 4618.0, 4591.0, 4630.0, 4671.0, 4618.0, 4589.0, 4607.0, 4609.0, 4608.0, 4578.0, 4609.0, 4598.0, 4594.0, 4579.0, 4620.0, 4609.0, 4618.0, 4611.0], 'WindowWidth': [10349.0, 10304.0, 10281.0, 10280.0, 10291.0, 10183.0, 10151.0, 10178.0, 10159.0, 10171.0, 10162.0, 10176.0, 10168.0, 10161.0, 10158.0, 10132.0, 10184.0, 10164.0, 10151.0, 10151.0, 10142.0, 10183.0, 10227.0, 10241.0, 10170.0, 10159.0, 10162.0, 10115.0, 10129.0, 10163.0, 10165.0, 10173.0, 10134.0, 10112.0, 10179.0, 10150.0, 10149.0, 10107.0, 10161.0, 10154.0, 10168.0, 10158.0, 10151.0, 10167.0, 10153.0, 10152.0, 10137.0, 10169.0, 10168.0, 10163.0, 10135.0, 10127.0, 10178.0, 10182.0, 10211.0, 10211.0, 10183.0, 10163.0, 10155.0, 10131.0, 10097.0, 10163.0, 10159.0, 10161.0, 10145.0, 10121.0, 10150.0, 10174.0, 10160.0, 10145.0, 10125.0, 10084.0, 10152.0, 10158.0, 10160.0, 10180.0, 10138.0, 10162.0, 10159.0, 10144.0, 10148.0, 10134.0, 10175.0, 10141.0, 10126.0, 10135.0, 10123.0, 10172.0, 10166.0, 10128.0, 10126.0, 10106.0, 10160.0, 10129.0, 10131.0, 10133.0, 10107.0, 10160.0, 10144.0, 10136.0, 10134.0, 10134.0, 10160.0, 10132.0, 10133.0, 10126.0, 10108.0, 10155.0, 10117.0, 10102.0, 10114.0, 10107.0, 10143.0, 10138.0, 10163.0, 10150.0, 10115.0, 10182.0, 10148.0, 10133.0, 10159.0, 10122.0, 10138.0, 10166.0, 10195.0, 10144.0, 10118.0, 10130.0, 10141.0, 10130.0, 10132.0, 10107.0, 10160.0, 10150.0, 10154.0, 10157.0, 10128.0, 10154.0, 10161.0, 10145.0, 10148.0, 10128.0, 10160.0, 10146.0, 10134.0, 10151.0, 10128.0, 10164.0, 10146.0, 10171.0, 10128.0, 10147.0, 10146.0, 10181.0, 10136.0, 10099.0, 10174.0, 10150.0, 10163.0, 10133.0, 10162.0, 10147.0, 10171.0, 10143.0, 10090.0, 10154.0, 10146.0, 10147.0, 10116.0, 10157.0, 10139.0, 10117.0, 10131.0, 10110.0, 10166.0, 10147.0, 10144.0, 10102.0, 10174.0, 10146.0, 10184.0, 10150.0, 10100.0, 10165.0, 10137.0, 10152.0, 10137.0, 10151.0, 10160.0, 10131.0, 10144.0, 10119.0, 10160.0, 10163.0, 10221.0, 10177.0, 10132.0, 10153.0, 10144.0, 10184.0, 10164.0, 10130.0, 10138.0, 10136.0, 10138.0, 10098.0, 10144.0, 10145.0, 10128.0, 10137.0, 10103.0, 10153.0, 10157.0, 10131.0, 10140.0, 10117.0, 10161.0, 10132.0, 10163.0, 10132.0, 10147.0, 10132.0, 10132.0, 10150.0, 10108.0, 10163.0, 10133.0, 10164.0, 10127.0, 10163.0, 10149.0, 10168.0, 10124.0, 10114.0, 10142.0, 10182.0, 10136.0, 10101.0, 10144.0, 10149.0, 10144.0, 10118.0, 10147.0, 10138.0, 10108.0, 10124.0, 10088.0, 10160.0, 10146.0, 10140.0, 10107.0, 10161.0, 10139.0, 10135.0, 10124.0, 10146.0, 10129.0, 10113.0, 10135.0, 10108.0, 10161.0, 10134.0, 10122.0, 10112.0, 10095.0, 10145.0, 10174.0, 10159.0, 10118.0, 10148.0, 10134.0, 10147.0, 10132.0, 10094.0, 10141.0, 10126.0, 10141.0, 10091.0, 10149.0, 10160.0, 10142.0, 10129.0, 10144.0, 10128.0, 10170.0, 10137.0, 10095.0, 10142.0, 10138.0, 10155.0, 10123.0, 10102.0, 10127.0, 10133.0, 10121.0, 10122.0, 10116.0, 10149.0, 10119.0, 10128.0, 10125.0, 10104.0, 10157.0, 10123.0, 10134.0, 10106.0, 10167.0, 10133.0, 10105.0, 10155.0, 10114.0, 10169.0, 10128.0, 10123.0, 10148.0, 10115.0, 10164.0, 10206.0, 10188.0, 10132.0, 10091.0, 10165.0, 10178.0, 10218.0, 10157.0, 10142.0, 10116.0, 10123.0, 10127.0, 10128.0, 10140.0, 10109.0, 10121.0, 10087.0, 10142.0, 10114.0, 10109.0, 10117.0, 10095.0, 10155.0, 10118.0, 10129.0, 10116.0, 10109.0, 10149.0, 10135.0, 10120.0, 10105.0, 10129.0, 10147.0, 10120.0, 10135.0, 10107.0, 10143.0, 10134.0, 10126.0, 10132.0, 10110.0, 10146.0, 10129.0, 10125.0, 10120.0, 10125.0, 10145.0, 10143.0, 10169.0, 10137.0, 10104.0, 10142.0, 10161.0, 10136.0, 10125.0, 10092.0, 10150.0, 10172.0, 10168.0, 10113.0, 10127.0, 10109.0, 10124.0, 10133.0, 10094.0, 10124.0, 10109.0, 10113.0, 10099.0, 10170.0, 10124.0, 10117.0, 10113.0, 10079.0, 10147.0, 10135.0, 10150.0, 10118.0, 10093.0, 10151.0, 10123.0, 10157.0, 10122.0, 10123.0, 10141.0, 10151.0, 10135.0, 10097.0, 10144.0, 10116.0, 10119.0, 10126.0, 10100.0, 10165.0, 10148.0, 10129.0, 10103.0, 10129.0, 10135.0, 10210.0, 10143.0, 10103.0, 10148.0, 10137.0, 10158.0, 10130.0, 10091.0, 10152.0, 10119.0, 10188.0, 10128.0, 10077.0, 10151.0, 10134.0, 10126.0, 10109.0, 10065.0, 10125.0, 10113.0, 10127.0, 10126.0, 10100.0, 10132.0, 10120.0, 10155.0, 10123.0, 10115.0, 10148.0, 10135.0, 10142.0, 10119.0, 10107.0, 10130.0, 10096.0, 10134.0, 10099.0, 10149.0, 10125.0, 10101.0, 10130.0, 10108.0, 10152.0, 10155.0, 10134.0, 10090.0, 10169.0, 10125.0, 10167.0, 10107.0, 10109.0, 10136.0, 10142.0, 10142.0, 10117.0, 10149.0, 10136.0, 10158.0, 10141.0, 10095.0, 10137.0, 10169.0, 10141.0, 10109.0, 10146.0, 10201.0, 10233.0, 10159.0, 10100.0, 10122.0, 10127.0, 10124.0, 10108.0, 10129.0, 10111.0, 10122.0, 10133.0, 10107.0, 10130.0, 10113.0, 10110.0, 10125.0, 10091.0, 10146.0, 10154.0, 10152.0, 10126.0, 10075.0, 10127.0, 10126.0, 10139.0, 10114.0, 10120.0, 10114.0, 10129.0, 10158.0, 10142.0, 10141.0, 10135.0, 10120.0, 10109.0, 10144.0, 10114.0, 10103.0, 10110.0, 10093.0, 10131.0, 10101.0, 10131.0, 10100.0, 10181.0, 10145.0, 10113.0, 10139.0, 10118.0, 10150.0, 10141.0, 10121.0, 10137.0, 10118.0, 10164.0, 10195.0, 10203.0, 10130.0, 10088.0, 10161.0, 10125.0, 10204.0, 10146.0, 10079.0, 10145.0, 10134.0, 10160.0, 10165.0, 10131.0, 10127.0, 10112.0, 10142.0, 10119.0, 10135.0, 10146.0, 10117.0, 10116.0, 10127.0, 10107.0, 10144.0, 10131.0, 10137.0, 10131.0, 10108.0, 10175.0, 10193.0, 10128.0, 10115.0, 10127.0, 10146.0, 10130.0, 10128.0, 10100.0, 10138.0, 10131.0, 10130.0, 10143.0, 10104.0, 10145.0, 10132.0, 10131.0, 10118.0, 10076.0, 10127.0, 10112.0, 10151.0, 10111.0, 10152.0, 10145.0, 10134.0, 10143.0, 10113.0, 10132.0, 10117.0, 10126.0, 10091.0, 10152.0, 10121.0, 10203.0, 10118.0, 10075.0, 10145.0, 10143.0, 10136.0, 10112.0, 10096.0, 10134.0, 10130.0, 10154.0, 10112.0, 10150.0, 10118.0, 10139.0, 10120.0, 10094.0, 10147.0, 10206.0, 10157.0, 10118.0, 10104.0, 10128.0, 10167.0, 10135.0, 10101.0, 10145.0, 10128.0, 10215.0, 10142.0, 10086.0, 10110.0, 10106.0, 10148.0, 10087.0, 10133.0, 10108.0, 10114.0, 10120.0, 10077.0, 10130.0, 10113.0, 10122.0, 10101.0, 10092.0, 10123.0, 10093.0, 10105.0, 10093.0, 10148.0, 10115.0, 10204.0, 10116.0, 10081.0, 10143.0, 10119.0, 10117.0, 10126.0, 10137.0, 10132.0, 10136.0, 10134.0, 10109.0, 10135.0, 10130.0, 10117.0, 10132.0, 10123.0, 10132.0, 10113.0, 10126.0, 10136.0, 10093.0, 10148.0, 10171.0, 10140.0, 10110.0, 10098.0, 10127.0, 10115.0, 10131.0, 10100.0, 10139.0, 10111.0, 10104.0, 10102.0, 10089.0, 10128.0, 10115.0, 10112.0, 10105.0, 10143.0, 10135.0, 10184.0, 10115.0, 10073.0, 10115.0, 10117.0, 10133.0, 10086.0, 10129.0, 10098.0, 10131.0, 10091.0, 10133.0, 10114.0, 10103.0, 10118.0, 10095.0, 10131.0, 10106.0, 10110.0, 10114.0, 10119.0, 10124.0, 10172.0, 10112.0, 10078.0, 10139.0, 10149.0, 10153.0, 10109.0, 10170.0, 10123.0, 10171.0, 10104.0, 10081.0, 10158.0, 10129.0, 10159.0, 10108.0, 10092.0, 10142.0, 10146.0, 10154.0, 10104.0, 10134.0, 10119.0, 10128.0, 10125.0, 10119.0, 10139.0, 10120.0, 10120.0, 10142.0, 10112.0, 10194.0, 10203.0, 10186.0, 10125.0, 10073.0, 10153.0, 10132.0, 10176.0, 10115.0, 10073.0, 10128.0, 10136.0, 10130.0, 10092.0, 10144.0, 10118.0, 10113.0, 10121.0, 10099.0, 10161.0, 10121.0, 10156.0, 10110.0, 10087.0, 10135.0, 10141.0, 10144.0, 10139.0, 10116.0, 10112.0, 10094.0, 10123.0, 10071.0, 10100.0, 10099.0, 10129.0, 10097.0, 10121.0, 10126.0, 10102.0, 10135.0, 10124.0, 10091.0, 10109.0, 10113.0, 10101.0, 10129.0, 10137.0, 10169.0, 10136.0, 10118.0, 10115.0, 10156.0, 10140.0, 10187.0, 10112.0, 10093.0, 10118.0, 10113.0, 10149.0, 10114.0, 10170.0, 10126.0, 10108.0, 10141.0, 10110.0, 10142.0, 10200.0, 10182.0, 10124.0, 10133.0, 10139.0, 10204.0, 10195.0, 10148.0, 10136.0, 10131.0, 10126.0, 10103.0, 10144.0, 10203.0, 10198.0, 10139.0, 10125.0, 10111.0, 10117.0, 10114.0, 10095.0, 10116.0, 10099.0, 10106.0, 10083.0, 10149.0, 10106.0, 10147.0, 10113.0, 10074.0, 10115.0, 10123.0, 10121.0, 10111.0, 10131.0, 10115.0, 10101.0, 10140.0, 10092.0, 10120.0, 10143.0, 10126.0, 10096.0, 10146.0, 10203.0, 10129.0, 10088.0, 10111.0, 10119.0, 10117.0, 10078.0, 10117.0, 10100.0, 10090.0, 10074.0, 10133.0, 10118.0, 10131.0, 10123.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.0004015916955017302</td></tr>
<tr><td colspan=3>aqi</td><td>0.02304814002306805</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.71274815526558</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1222414563972274</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9870651077251744</td></tr>
<tr><td colspan=3>efc</td><td>0.5429</td></tr>
<tr><td colspan=3>fber</td><td>2223.2493</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11100258231934042</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.996539792387543</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.483328718864078</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3893532157606527</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7393403892344903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321292551597091</td></tr>
<tr><td colspan=3>gcor</td><td>0.00378636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010712687857449055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06394573301076889</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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>4.332900138624755</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>21.7927</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.49</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>292.2488</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285990.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1295.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>497.1619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8603</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.379</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3784.5792</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.7771</td></tr>
<tr><td colspan=3>tsnr</td><td>35.58268802566454</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>