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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-04_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_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-0073/ses-04/func/sub-0073_ses-04_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>1853c58d3a56e4e5751dfa97e83f1f4e</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>18:16:47.562500</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.115584</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8db96312-78d6-4ef8-99d0-7eb45032a3e5||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['181647.562500', '181648.022500', '181648.482500', '181648.942500', '181649.402500', '181649.862500', '181650.322500', '181650.782500', '181651.242500', '181651.702500', '181652.162500', '181652.622500', '181653.082500', '181653.542500', '181654.002500', '181654.462500', '181654.922500', '181655.382500', '181655.842500', '181656.302500', '181656.762500', '181657.222500', '181657.682500', '181658.142500', '181658.602500', '181659.062500', '181659.522500', '181659.982500', '181700.442500', '181700.902500', '181701.362500', '181701.822500', '181702.282500', '181702.742500', '181703.202500', '181703.662500', '181704.122500', '181704.582500', '181705.042500', '181705.502500', '181705.962500', '181706.422500', '181706.882500', '181707.342500', '181707.802500', '181708.262500', '181708.722500', '181709.182500', '181709.642500', '181710.102500', '181710.562500', '181711.022500', '181711.482500', '181711.942500', '181712.402500', '181712.862500', '181713.322500', '181713.782500', '181714.242500', '181714.702500', '181715.162500', '181715.622500', '181716.082500', '181716.542500', '181717.002500', '181717.462500', '181717.922500', '181718.382500', '181718.842500', '181719.302500', '181719.762500', '181720.222500', '181720.682500', '181721.142500', '181721.602500', '181722.062500', '181722.522500', '181722.982500', '181723.442500', '181723.902500', '181724.362500', '181724.822500', '181725.282500', '181725.742500', '181726.202500', '181726.662500', '181727.122500', '181727.582500', '181728.042500', '181728.502500', '181728.962500', '181729.422500', '181729.882500', '181730.342500', '181730.802500', '181731.262500', '181731.722500', '181732.182500', '181732.642500', '181733.102500', '181733.562500', '181734.022500', '181734.482500', '181734.942500', '181735.402500', '181735.862500', '181736.322500', '181736.782500', '181737.242500', '181737.702500', '181738.162500', '181738.622500', '181739.082500', '181739.542500', '181740.002500', '181740.462500', '181740.922500', '181741.382500', '181741.842500', '181742.302500', '181742.762500', '181743.222500', '181743.682500', '181744.142500', '181744.602500', '181745.062500', '181745.522500', '181745.982500', '181746.442500', '181746.902500', '181747.362500', '181747.822500', '181748.282500', '181748.742500', '181749.202500', '181749.662500', '181750.122500', '181750.582500', '181751.042500', '181751.502500', '181751.962500', '181752.422500', '181752.882500', '181753.342500', '181753.802500', '181754.262500', '181754.722500', '181755.182500', '181755.642500', '181756.102500', '181756.562500', '181757.022500', '181757.482500', '181757.942500', '181758.402500', '181758.862500', '181759.322500', '181759.782500', '181800.242500', '181800.702500', '181801.162500', '181801.622500', '181802.082500', '181802.542500', '181803.002500', '181803.462500', '181803.922500', '181804.382500', '181804.842500', '181805.302500', '181805.762500', '181806.222500', '181806.682500', '181807.142500', '181807.602500', '181808.062500', '181808.522500', '181808.982500', '181809.442500', '181809.902500', '181810.362500', '181810.822500', '181811.282500', '181811.742500', '181812.202500', '181812.662500', '181813.122500', '181813.582500', '181814.042500', '181814.502500', '181814.962500', '181815.422500', '181815.882500', '181816.342500', '181816.802500', '181817.262500', '181817.722500', '181818.182500', '181818.642500', '181819.102500', '181819.562500', '181820.022500', '181820.482500', '181820.942500', '181821.402500', '181821.862500', '181822.322500', '181822.782500', '181823.242500', '181823.702500', '181824.162500', '181824.622500', '181825.082500', '181825.542500', '181826.002500', '181826.462500', '181826.922500', '181827.382500', '181827.842500', '181828.302500', '181828.762500', '181829.222500', '181829.682500', '181830.142500', '181830.602500', '181831.062500', '181831.522500', '181831.982500', '181832.442500', '181832.902500', '181833.362500', '181833.822500', '181834.282500', '181834.742500', '181835.202500', '181835.662500', '181836.122500', '181836.582500', '181837.042500', '181837.502500', '181837.962500', '181838.422500', '181838.882500', '181839.342500', '181839.802500', '181840.262500', '181840.722500', '181841.182500', '181841.642500', '181842.102500', '181842.562500', '181843.022500', '181843.482500', '181843.942500', '181844.402500', '181844.862500', '181845.322500', '181845.782500', '181846.242500', '181846.702500', '181847.162500', '181847.622500', '181848.082500', '181848.542500', '181849.002500', '181849.462500', '181849.922500', '181850.382500', '181850.842500', '181851.302500', '181851.762500', '181852.222500', '181852.682500', '181853.142500', '181853.602500', '181854.062500', '181854.522500', '181854.982500', '181855.442500', '181855.902500', '181856.362500', '181856.822500', '181857.282500', '181857.742500', '181858.202500', '181858.662500', '181859.122500', '181859.582500', '181900.042500', '181900.502500', '181900.962500', '181901.422500', '181901.882500', '181902.342500', '181902.802500', '181903.262500', '181903.722500', '181904.182500', '181904.642500', '181905.102500', '181905.562500', '181906.022500', '181906.482500', '181906.942500', '181907.402500', '181907.862500', '181908.322500', '181908.782500', '181909.242500', '181909.702500', '181910.162500', '181910.622500', '181911.082500', '181911.542500', '181912.002500', '181912.462500', '181912.922500', '181913.382500', '181913.842500', '181914.302500', '181914.762500', '181915.222500', '181915.682500', '181916.142500', '181916.602500', '181917.062500', '181917.522500', '181917.982500', '181918.442500', '181918.902500', '181919.362500', '181919.822500', '181920.282500', '181920.742500', '181921.202500', '181921.662500', '181922.122500', '181922.582500', '181923.042500', '181923.502500', '181923.962500', '181924.422500', '181924.882500', '181925.342500', '181925.802500', '181926.262500', '181926.722500', '181927.182500', '181927.642500', '181928.102500', '181928.562500', '181929.022500', '181929.482500', '181929.942500', '181930.402500', '181930.862500', '181931.322500', '181931.782500', '181932.242500', '181932.702500', '181933.162500', '181933.622500', '181934.082500', '181934.542500', '181935.002500', '181935.462500', '181935.922500', '181936.382500', '181936.842500', '181937.302500', '181937.762500', '181938.222500', '181938.682500', '181939.142500', '181939.602500', '181940.062500', '181940.522500', '181940.982500', '181941.442500', '181941.902500', '181942.362500', '181942.822500', '181943.282500', '181943.742500', '181944.202500', '181944.662500', '181945.122500', '181945.582500', '181946.042500', '181946.502500', '181946.962500', '181947.422500', '181947.882500', '181948.342500', '181948.802500', '181949.262500', '181949.722500', '181950.182500', '181950.642500', '181951.102500', '181951.562500', '181952.022500', '181952.482500', '181952.942500', '181953.402500', '181953.862500', '181954.322500', '181954.782500', '181955.242500', '181955.702500', '181956.162500', '181956.622500', '181957.082500', '181957.542500', '181958.002500', '181958.462500', '181958.922500', '181959.382500', '181959.842500', '182000.302500', '182000.762500', '182001.222500', '182001.682500', '182002.142500', '182002.602500', '182003.062500', '182003.522500', '182003.982500', '182004.442500', '182004.902500', '182005.362500', '182005.822500', '182006.282500', '182006.742500', '182007.202500', '182007.662500', '182008.122500', '182008.582500', '182009.042500', '182009.502500', '182009.962500', '182010.422500', '182010.882500', '182011.342500', '182011.802500', '182012.262500', '182012.722500', '182013.182500', '182013.642500', '182014.102500', '182014.562500', '182015.022500', '182015.482500', '182015.942500', '182016.402500', '182016.862500', '182017.322500', '182017.782500', '182018.242500', '182018.702500', '182019.162500', '182019.622500', '182020.082500', '182020.542500', '182021.002500', '182021.462500', '182021.922500', '182022.382500', '182022.842500', '182023.302500', '182023.762500', '182024.222500', '182024.682500', '182025.142500', '182025.602500', '182026.062500', '182026.522500', '182026.982500', '182027.442500', '182027.902500', '182028.362500', '182028.822500', '182029.282500', '182029.742500', '182030.202500', '182030.662500', '182031.122500', '182031.582500', '182032.042500', '182032.502500', '182032.962500', '182033.422500', '182033.882500', '182034.342500', '182034.802500', '182035.262500', '182035.722500', '182036.182500', '182036.642500', '182037.102500', '182037.562500', '182038.022500', '182038.482500', '182038.942500', '182039.402500', '182039.862500', '182040.322500', '182040.782500', '182041.242500', '182041.702500', '182042.162500', '182042.622500', '182043.082500', '182043.542500', '182044.002500', '182044.462500', '182044.922500', '182045.382500', '182045.842500', '182046.302500', '182046.762500', '182047.222500', '182047.682500', '182048.142500', '182048.602500', '182049.062500', '182049.522500', '182049.982500', '182050.442500', '182050.902500', '182051.362500', '182051.822500', '182052.282500', '182052.742500', '182053.202500', '182053.662500', '182054.122500', '182054.582500', '182055.042500', '182055.502500', '182055.962500', '182056.422500', '182056.882500', '182057.342500', '182057.802500', '182058.262500', '182058.722500', '182059.182500', '182059.642500', '182100.102500', '182100.562500', '182101.022500', '182101.482500', '182101.942500', '182102.402500', '182102.862500', '182103.322500', '182103.782500', '182104.242500', '182104.702500', '182105.162500', '182105.622500', '182106.082500', '182106.542500', '182107.002500', '182107.462500', '182107.922500', '182108.382500', '182108.842500', '182109.302500', '182109.762500', '182110.222500', '182110.682500', '182111.142500', '182111.602500', '182112.062500', '182112.522500', '182112.982500', '182113.442500', '182113.902500', '182114.362500', '182114.822500', '182115.282500', '182115.742500', '182116.202500', '182116.662500', '182117.122500', '182117.582500', '182118.042500', '182118.502500', '182118.962500', '182119.422500', '182119.882500', '182120.342500', '182120.802500', '182121.262500', '182121.722500', '182122.182500', '182122.642500', '182123.102500', '182123.562500', '182124.022500', '182124.482500', '182124.942500', '182125.402500', '182125.862500', '182126.322500', '182126.782500', '182127.242500', '182127.702500', '182128.162500', '182128.622500', '182129.082500', '182129.542500', '182130.002500', '182130.462500', '182130.922500', '182131.382500', '182131.842500', '182132.302500', '182132.762500', '182133.222500', '182133.682500', '182134.142500', '182134.602500', '182135.062500', '182135.522500', '182135.982500', '182136.442500', '182136.902500', '182137.362500', '182137.822500', '182138.282500', '182138.742500', '182139.202500', '182139.662500', '182140.122500', '182140.582500', '182141.042500', '182141.502500', '182141.962500', '182142.422500', '182142.882500', '182143.342500', '182143.802500', '182144.262500', '182144.722500', '182145.182500', '182145.642500', '182146.102500', '182146.562500', '182147.022500', '182147.482500', '182147.942500', '182148.402500', '182148.862500', '182149.322500', '182149.782500', '182150.242500', '182150.702500', '182151.162500', '182151.622500', '182152.082500', '182152.542500', '182153.002500', '182153.462500', '182153.922500', '182154.382500', '182154.842500', '182155.302500', '182155.762500', '182156.222500', '182156.682500', '182157.142500', '182157.602500', '182158.062500', '182158.522500', '182158.982500', '182159.442500', '182159.902500', '182200.362500', '182200.822500', '182201.282500', '182201.742500', '182202.202500', '182202.662500', '182203.122500', '182203.582500', '182204.042500', '182204.502500', '182204.962500', '182205.422500', '182205.882500', '182206.342500', '182206.802500', '182207.262500', '182207.722500', '182208.182500', '182208.642500', '182209.102500', '182209.562500', '182210.022500', '182210.482500', '182210.942500', '182211.402500', '182211.862500', '182212.322500', '182212.782500', '182213.242500', '182213.702500', '182214.162500', '182214.622500', '182215.082500', '182215.542500', '182216.002500', '182216.462500', '182216.922500', '182217.382500', '182217.842500', '182218.302500', '182218.762500', '182219.222500', '182219.682500', '182220.142500', '182220.602500', '182221.062500', '182221.522500', '182221.982500', '182222.442500', '182222.902500', '182223.362500', '182223.822500', '182224.282500', '182224.742500', '182225.202500', '182225.662500', '182226.122500', '182226.582500', '182227.042500', '182227.502500', '182227.962500', '182228.422500', '182228.882500', '182229.342500', '182229.802500', '182230.262500', '182230.722500', '182231.182500', '182231.642500', '182232.102500', '182232.562500', '182233.022500', '182233.482500', '182233.942500', '182234.402500', '182234.862500', '182235.322500', '182235.782500', '182236.242500', '182236.702500', '182237.162500', '182237.622500', '182238.082500', '182238.542500', '182239.002500', '182239.462500', '182239.922500', '182240.382500', '182240.842500', '182241.302500', '182241.762500', '182242.222500', '182242.682500', '182243.142500', '182243.602500', '182244.062500', '182244.522500', '182244.982500', '182245.442500', '182245.902500', '182246.362500', '182246.822500', '182247.282500', '182247.742500', '182248.202500', '182248.662500', '182249.122500', '182249.582500', '182250.042500', '182250.502500', '182250.962500', '182251.422500', '182251.882500', '182252.342500', '182252.802500', '182253.262500', '182253.722500', '182254.182500', '182254.642500', '182255.102500', '182255.562500', '182256.022500', '182256.482500', '182256.942500', '182257.402500', '182257.862500', '182258.322500', '182258.782500', '182259.242500', '182259.702500', '182300.162500', '182300.622500', '182301.082500', '182301.542500', '182302.002500', '182302.462500', '182302.922500', '182303.382500', '182303.842500', '182304.302500', '182304.762500', '182305.222500', '182305.682500', '182306.142500', '182306.602500', '182307.062500', '182307.522500', '182307.982500', '182308.442500', '182308.902500', '182309.362500', '182309.822500', '182310.282500', '182310.742500', '182311.202500', '182311.662500', '182312.122500', '182312.582500', '182313.042500', '182313.502500', '182313.962500', '182314.422500', '182314.882500', '182315.342500', '182315.802500', '182316.262500', '182316.722500', '182317.182500', '182317.642500', '182318.102500', '182318.562500', '182319.022500', '182319.482500', '182319.942500', '182320.402500', '182320.862500', '182321.322500', '182321.782500', '182322.242500', '182322.702500', '182323.162500', '182323.622500', '182324.082500', '182324.542500', '182325.002500', '182325.462500', '182325.922500', '182326.382500', '182326.842500', '182327.302500', '182327.762500', '182328.222500'], 'ContentTime': ['181716.906000', '181716.910000', '181716.913000', '181716.916000', '181716.918000', '181716.930000', '181716.933000', '181716.935000', '181716.938000', '181716.940000', '181716.943000', '181716.946000', '181716.948000', '181716.951000', '181716.953000', '181716.956000', '181716.958000', '181716.961000', '181716.963000', '181716.966000', '181716.968000', '181716.971000', '181716.974000', '181716.976000', '181716.979000', '181716.981000', '181716.989000', '181717.000000', '181717.003000', '181717.005000', '181717.008000', '181717.010000', '181717.013000', '181717.015000', '181717.018000', '181717.021000', '181717.023000', '181717.026000', '181717.028000', '181717.031000', '181717.033000', '181717.036000', '181717.039000', '181717.041000', '181717.044000', '181717.046000', '181717.049000', '181717.051000', '181717.054000', '181717.056000', '181717.059000', '181717.061000', '181717.064000', '181717.066000', '181717.069000', '181717.071000', '181717.074000', '181717.077000', '181717.079000', '181717.082000', '181717.084000', '181736.878000', '181736.881000', '181736.884000', '181736.886000', '181736.889000', '181736.891000', '181736.894000', '181736.896000', '181736.899000', '181736.901000', '181736.904000', '181736.907000', '181736.909000', '181736.912000', '181736.914000', '181736.917000', '181736.923000', '181736.925000', '181736.928000', '181736.930000', '181736.933000', '181736.935000', '181736.938000', '181736.941000', '181736.943000', '181736.946000', '181736.948000', '181736.951000', '181736.953000', '181736.956000', '181736.958000', '181736.961000', '181736.963000', '181736.966000', '181736.968000', '181736.971000', '181736.974000', '181736.976000', '181736.979000', '181736.981000', '181736.984000', '181736.986000', '181736.989000', '181736.991000', '181756.878000', '181756.881000', '181756.884000', '181756.886000', '181756.889000', '181756.891000', '181756.894000', '181756.896000', '181756.899000', '181756.902000', '181756.904000', '181756.907000', '181756.909000', '181756.912000', '181756.914000', '181756.917000', '181756.919000', '181756.922000', '181756.924000', '181756.927000', '181756.929000', '181756.932000', '181756.935000', '181756.937000', '181756.940000', '181756.942000', '181756.945000', '181756.947000', '181756.950000', '181756.952000', '181756.955000', '181756.957000', '181756.960000', '181756.963000', '181756.965000', '181756.968000', '181756.970000', '181756.973000', '181756.975000', '181756.978000', '181756.980000', '181756.983000', '181756.985000', '181816.878000', '181816.881000', '181816.884000', '181816.886000', '181816.889000', '181816.891000', '181816.894000', '181816.897000', '181816.899000', '181816.902000', '181816.905000', '181816.908000', '181816.911000', '181816.914000', '181816.916000', '181816.919000', '181816.922000', '181816.925000', '181816.927000', '181816.930000', '181816.932000', '181816.935000', '181816.937000', '181816.940000', '181816.942000', '181816.945000', '181816.948000', '181816.950000', '181816.953000', '181816.955000', '181816.958000', '181816.961000', '181816.963000', '181816.966000', '181816.968000', '181816.971000', '181816.974000', '181816.976000', '181816.979000', '181816.981000', '181816.984000', '181816.986000', '181816.989000', '181836.878000', '181836.881000', '181836.884000', '181836.886000', '181836.889000', '181836.891000', '181836.894000', '181836.897000', '181836.899000', '181836.902000', '181836.904000', '181836.907000', '181836.909000', '181836.912000', '181836.914000', '181836.917000', '181836.920000', '181836.922000', '181836.925000', '181836.927000', '181836.930000', '181836.933000', '181836.935000', '181836.938000', '181836.940000', '181836.943000', '181836.945000', '181836.948000', '181836.950000', '181836.953000', '181836.955000', '181836.958000', '181836.960000', '181836.963000', '181836.966000', '181836.968000', '181836.971000', '181836.973000', '181836.976000', '181836.978000', '181836.981000', '181836.983000', '181836.986000', '181836.988000', '181856.878000', '181856.880000', '181856.883000', '181856.885000', '181856.888000', '181856.905000', '181856.908000', '181856.910000', '181856.913000', '181856.915000', '181856.918000', '181856.921000', '181856.923000', '181856.926000', '181856.928000', '181856.936000', '181856.938000', '181856.941000', '181856.943000', '181856.946000', '181856.948000', '181856.951000', '181856.953000', '181856.956000', '181856.958000', '181856.961000', '181856.964000', '181856.966000', '181856.969000', '181856.971000', '181856.974000', '181856.976000', '181856.979000', '181856.982000', '181856.984000', '181856.987000', '181856.989000', '181856.992000', '181856.994000', '181856.997000', '181857.001000', '181857.003000', '181857.006000', '181857.008000', '181916.877000', '181916.880000', '181916.883000', '181916.885000', '181916.888000', '181916.890000', '181916.893000', '181916.896000', '181916.898000', '181916.901000', '181916.903000', '181916.906000', '181916.908000', '181916.911000', '181916.913000', '181916.916000', '181916.918000', '181916.921000', '181916.923000', '181916.926000', '181916.928000', '181916.931000', '181916.933000', '181916.936000', '181916.938000', '181916.941000', '181916.944000', '181916.946000', '181916.949000', '181916.951000', '181916.954000', '181916.956000', '181916.959000', '181916.962000', '181916.964000', '181916.967000', '181916.969000', '181916.972000', '181916.974000', '181916.977000', '181916.979000', '181916.982000', '181916.985000', '181936.878000', '181936.881000', '181936.884000', '181936.887000', '181936.889000', '181936.892000', '181936.895000', '181936.897000', '181936.900000', '181936.902000', '181936.905000', '181936.907000', '181936.910000', '181936.912000', '181936.915000', '181936.918000', '181936.920000', '181936.923000', '181936.925000', '181936.928000', '181936.931000', '181936.933000', '181936.936000', '181936.938000', '181936.941000', '181936.944000', '181936.953000', '181936.955000', '181936.958000', '181936.961000', '181936.963000', '181936.966000', '181936.968000', '181936.971000', '181936.973000', '181936.976000', '181936.978000', '181936.981000', '181936.984000', '181936.986000', '181936.989000', '181936.991000', '181936.994000', '181956.879000', '181956.882000', '181956.884000', '181956.887000', '181956.889000', '181956.892000', '181956.894000', '181956.897000', '181956.900000', '181956.902000', '181956.905000', '181956.907000', '181956.910000', '181956.912000', '181956.915000', '181956.918000', '181956.920000', '181956.923000', '181956.925000', '181956.928000', '181956.931000', '181956.933000', '181956.936000', '181956.938000', '181956.941000', '181956.943000', '181956.946000', '181956.948000', '181956.951000', '181956.954000', '181956.956000', '181956.959000', '181956.961000', '181956.964000', '181956.966000', '181956.969000', '181956.971000', '181956.974000', '181956.977000', '181956.979000', '181956.982000', '181956.984000', '181956.987000', '181956.989000', '182016.878000', '182016.881000', '182016.884000', '182016.887000', '182016.889000', '182016.892000', '182016.894000', '182016.897000', '182016.900000', '182016.902000', '182016.905000', '182016.907000', '182016.910000', '182016.913000', '182016.915000', '182016.918000', '182016.920000', '182016.923000', '182016.926000', '182016.928000', '182016.931000', '182016.933000', '182016.936000', '182016.939000', '182016.941000', '182016.944000', '182016.946000', '182016.949000', '182016.951000', '182016.954000', '182016.957000', '182016.959000', '182016.962000', '182016.964000', '182016.967000', '182016.970000', '182016.972000', '182016.975000', '182016.977000', '182016.980000', '182016.983000', '182016.985000', '182016.988000', '182036.878000', '182036.881000', '182036.884000', '182036.886000', '182036.889000', '182036.892000', '182036.894000', '182036.897000', '182036.899000', '182036.902000', '182036.904000', '182036.907000', '182036.910000', '182036.912000', '182036.915000', '182036.917000', '182036.920000', '182036.922000', '182036.925000', '182036.928000', '182036.930000', '182036.933000', '182036.935000', '182036.938000', '182036.941000', '182036.943000', '182036.946000', '182036.948000', '182036.951000', '182036.954000', '182036.956000', '182036.959000', '182036.961000', '182036.964000', '182036.966000', '182036.969000', '182036.972000', '182036.974000', '182036.977000', '182036.979000', '182036.982000', '182036.984000', '182036.987000', '182036.990000', '182056.878000', '182056.881000', '182056.884000', '182056.886000', '182056.889000', '182056.892000', '182056.894000', '182056.897000', '182056.899000', '182056.902000', '182056.904000', '182056.907000', '182056.909000', '182056.919000', '182056.922000', '182056.924000', '182056.927000', '182056.930000', '182056.932000', '182056.935000', '182056.938000', '182056.941000', '182056.944000', '182056.947000', '182056.949000', '182056.952000', '182056.955000', '182056.957000', '182056.960000', '182056.962000', '182056.965000', '182056.967000', '182056.970000', '182056.972000', '182056.975000', '182056.978000', '182056.980000', '182056.984000', '182056.987000', '182056.989000', '182056.992000', '182056.994000', '182056.997000', '182116.877000', '182116.880000', '182116.883000', '182116.885000', '182116.888000', '182116.891000', '182116.893000', '182116.896000', '182116.898000', '182116.901000', '182116.903000', '182116.906000', '182116.908000', '182116.911000', '182116.914000', '182116.916000', '182116.919000', '182116.921000', '182116.924000', '182116.926000', '182116.929000', '182116.931000', '182116.934000', '182116.937000', '182116.939000', '182116.942000', '182116.944000', '182116.947000', '182116.949000', '182116.952000', '182116.955000', '182116.957000', '182116.960000', '182116.962000', '182116.965000', '182116.968000', '182116.970000', '182116.973000', '182116.975000', '182116.978000', '182116.980000', '182116.983000', '182116.985000', '182116.988000', '182136.878000', '182136.881000', '182136.883000', '182136.886000', '182136.888000', '182136.891000', '182136.893000', '182136.896000', '182136.898000', '182136.901000', '182136.903000', '182136.906000', '182136.909000', '182136.911000', '182136.914000', '182136.916000', '182136.919000', '182136.922000', '182136.924000', '182136.927000', '182136.929000', '182136.932000', '182136.934000', '182136.937000', '182136.940000', '182136.942000', '182136.945000', '182136.947000', '182136.950000', '182136.953000', '182136.955000', '182136.958000', '182136.960000', '182136.963000', '182136.966000', '182136.968000', '182136.971000', '182136.974000', '182136.976000', '182136.979000', '182136.982000', '182136.984000', '182136.987000', '182156.879000', '182156.881000', '182156.884000', '182156.887000', '182156.889000', '182156.892000', '182156.894000', '182156.897000', '182156.900000', '182156.902000', '182156.905000', '182156.907000', '182156.941000', '182156.944000', '182156.946000', '182156.949000', '182156.952000', '182156.954000', '182156.957000', '182156.959000', '182156.962000', '182156.964000', '182156.967000', '182156.970000', '182156.972000', '182156.975000', '182156.977000', '182156.980000', '182156.983000', '182156.985000', '182156.988000', '182156.990000', '182156.993000', '182156.995000', '182156.998000', '182157.001000', '182157.004000', '182157.006000', '182157.009000', '182157.012000', '182157.014000', '182157.017000', '182157.019000', '182157.022000', '182216.879000', '182216.881000', '182216.884000', '182216.887000', '182216.889000', '182216.892000', '182216.894000', '182216.897000', '182216.899000', '182216.902000', '182216.905000', '182216.907000', '182216.910000', '182216.912000', '182216.915000', '182216.918000', '182216.920000', '182216.923000', '182216.925000', '182216.928000', '182216.930000', '182216.933000', '182216.936000', '182216.938000', '182216.941000', '182216.943000', '182216.946000', '182216.948000', '182216.951000', '182216.954000', '182216.956000', '182216.959000', '182216.961000', '182216.964000', '182216.966000', '182216.969000', '182216.972000', '182216.974000', '182216.986000', '182216.989000', '182216.991000', '182216.994000', '182216.996000', '182236.879000', '182236.881000', '182236.884000', '182236.887000', '182236.889000', '182236.892000', '182236.894000', '182236.897000', '182236.899000', '182236.902000', '182236.905000', '182236.907000', '182236.910000', '182236.912000', '182236.915000', '182236.918000', '182236.920000', '182236.923000', '182236.925000', '182236.928000', '182236.930000', '182236.933000', '182236.936000', '182236.938000', '182236.941000', '182236.943000', '182236.946000', '182236.948000', '182236.951000', '182236.954000', '182236.956000', '182236.959000', '182236.961000', '182236.964000', '182236.966000', '182236.969000', '182236.971000', '182236.974000', '182236.977000', '182236.979000', '182236.982000', '182236.984000', '182236.987000', '182236.990000', '182256.878000', '182256.881000', '182256.884000', '182256.888000', '182256.891000', '182256.893000', '182256.896000', '182256.898000', '182256.901000', '182256.904000', '182256.906000', '182256.909000', '182256.911000', '182256.914000', '182256.916000', '182256.919000', '182256.922000', '182256.924000', '182256.927000', '182256.929000', '182256.932000', '182256.934000', '182256.937000', '182256.939000', '182256.942000', '182256.945000', '182256.947000', '182256.950000', '182256.952000', '182256.955000', '182256.957000', '182256.960000', '182256.963000', '182256.965000', '182256.968000', '182256.970000', '182256.973000', '182256.975000', '182256.978000', '182256.980000', '182256.983000', '182256.986000', '182256.988000', '182316.879000', '182316.882000', '182316.884000', '182316.887000', '182316.889000', '182316.892000', '182316.895000', '182316.897000', '182316.900000', '182316.902000', '182316.905000', '182316.907000', '182316.910000', '182316.912000', '182316.915000', '182316.918000', '182316.920000', '182316.923000', '182316.925000', '182316.928000', '182316.930000', '182316.933000', '182316.960000', '182316.962000', '182316.965000', '182316.968000', '182316.970000', '182316.973000', '182316.975000', '182316.978000', '182316.980000', '182316.983000', '182316.985000', '182316.988000', '182316.990000', '182316.993000', '182316.996000', '182317.000000', '182317.002000', '182317.005000', '182317.007000', '182317.010000', '182317.012000', '182317.015000', '182329.670000', '182329.673000', '182329.676000', '182329.679000', '182329.681000', '182329.684000', '182329.687000', '182329.709000', '182329.712000', '182329.715000', '182329.718000', '182329.732000', '182329.735000', '182329.737000', '182329.740000', '182329.744000', '182329.746000', '182329.749000', '182329.752000', '182329.754000', '182329.757000', '182329.760000', '182329.763000', '182329.766000', '182329.768000', '182329.771000', '182329.774000', '182329.776000'], 'InstanceCreationTime': ['181716.906000', '181716.910000', '181716.913000', '181716.916000', '181716.918000', '181716.930000', '181716.933000', '181716.935000', '181716.938000', '181716.940000', '181716.943000', '181716.946000', '181716.948000', '181716.951000', '181716.953000', '181716.956000', '181716.958000', '181716.961000', '181716.963000', '181716.966000', '181716.968000', '181716.971000', '181716.974000', '181716.976000', '181716.979000', '181716.981000', '181716.989000', '181717.000000', '181717.003000', '181717.005000', '181717.008000', '181717.010000', '181717.013000', '181717.015000', '181717.018000', '181717.021000', '181717.023000', '181717.026000', '181717.028000', '181717.031000', '181717.033000', '181717.036000', '181717.039000', '181717.041000', '181717.044000', '181717.046000', '181717.049000', '181717.051000', '181717.054000', '181717.056000', '181717.059000', '181717.061000', '181717.064000', '181717.066000', '181717.069000', '181717.071000', '181717.074000', '181717.077000', '181717.079000', '181717.082000', '181717.084000', '181736.878000', '181736.881000', '181736.884000', '181736.886000', '181736.889000', '181736.891000', '181736.894000', '181736.896000', '181736.899000', '181736.901000', '181736.904000', '181736.907000', '181736.909000', '181736.912000', '181736.914000', '181736.917000', '181736.923000', '181736.925000', '181736.928000', '181736.930000', '181736.933000', '181736.935000', '181736.938000', '181736.941000', '181736.943000', '181736.946000', '181736.948000', '181736.951000', '181736.953000', '181736.956000', '181736.958000', '181736.961000', '181736.963000', '181736.966000', '181736.968000', '181736.971000', '181736.974000', '181736.976000', '181736.979000', '181736.981000', '181736.984000', '181736.986000', '181736.989000', '181736.991000', '181756.878000', '181756.881000', '181756.884000', '181756.886000', '181756.889000', '181756.891000', '181756.894000', '181756.896000', '181756.899000', '181756.902000', '181756.904000', '181756.907000', '181756.909000', '181756.912000', '181756.914000', '181756.917000', '181756.919000', '181756.922000', '181756.924000', '181756.927000', '181756.929000', '181756.932000', '181756.935000', '181756.937000', '181756.940000', '181756.942000', '181756.945000', '181756.947000', '181756.950000', '181756.952000', '181756.955000', '181756.957000', '181756.960000', '181756.963000', '181756.965000', '181756.968000', '181756.970000', '181756.973000', '181756.975000', '181756.978000', '181756.980000', '181756.983000', '181756.985000', '181816.878000', '181816.881000', '181816.884000', '181816.886000', '181816.889000', '181816.891000', '181816.894000', '181816.897000', '181816.899000', '181816.902000', '181816.905000', '181816.908000', '181816.911000', '181816.914000', '181816.916000', '181816.919000', '181816.922000', '181816.925000', '181816.927000', '181816.930000', '181816.932000', '181816.935000', '181816.937000', '181816.940000', '181816.942000', '181816.945000', '181816.948000', '181816.950000', '181816.953000', '181816.955000', '181816.958000', '181816.961000', '181816.963000', '181816.966000', '181816.968000', '181816.971000', '181816.974000', '181816.976000', '181816.979000', '181816.981000', '181816.984000', '181816.986000', '181816.989000', '181836.878000', '181836.881000', '181836.884000', '181836.886000', '181836.889000', '181836.891000', '181836.894000', '181836.897000', '181836.899000', '181836.902000', '181836.904000', '181836.907000', '181836.909000', '181836.912000', '181836.914000', '181836.917000', '181836.920000', '181836.922000', '181836.925000', '181836.927000', '181836.930000', '181836.933000', '181836.935000', '181836.938000', '181836.940000', '181836.943000', '181836.945000', '181836.948000', '181836.950000', '181836.953000', '181836.955000', '181836.958000', '181836.960000', '181836.963000', '181836.966000', '181836.968000', '181836.971000', '181836.973000', '181836.976000', '181836.978000', '181836.981000', '181836.983000', '181836.986000', '181836.988000', '181856.878000', '181856.880000', '181856.883000', '181856.885000', '181856.888000', '181856.905000', '181856.908000', '181856.910000', '181856.913000', '181856.915000', '181856.918000', '181856.921000', '181856.923000', '181856.926000', '181856.928000', '181856.936000', '181856.938000', '181856.941000', '181856.943000', '181856.946000', '181856.948000', '181856.951000', '181856.953000', '181856.956000', '181856.958000', '181856.961000', '181856.964000', '181856.966000', '181856.969000', '181856.971000', '181856.974000', '181856.976000', '181856.979000', '181856.982000', '181856.984000', '181856.987000', '181856.989000', '181856.992000', '181856.994000', '181856.997000', '181857.001000', '181857.003000', '181857.006000', '181857.008000', '181916.877000', '181916.880000', '181916.883000', '181916.885000', '181916.888000', '181916.890000', '181916.893000', '181916.896000', '181916.898000', '181916.901000', '181916.903000', '181916.906000', '181916.908000', '181916.911000', '181916.913000', '181916.916000', '181916.918000', '181916.921000', '181916.923000', '181916.926000', '181916.928000', '181916.931000', '181916.933000', '181916.936000', '181916.938000', '181916.941000', '181916.944000', '181916.946000', '181916.949000', '181916.951000', '181916.954000', '181916.956000', '181916.959000', '181916.962000', '181916.964000', '181916.967000', '181916.969000', '181916.972000', '181916.974000', '181916.977000', '181916.979000', '181916.982000', '181916.985000', '181936.878000', '181936.881000', '181936.884000', '181936.887000', '181936.889000', '181936.892000', '181936.895000', '181936.897000', '181936.900000', '181936.902000', '181936.905000', '181936.907000', '181936.910000', '181936.912000', '181936.915000', '181936.918000', '181936.920000', '181936.923000', '181936.925000', '181936.928000', '181936.931000', '181936.933000', '181936.936000', '181936.938000', '181936.941000', '181936.944000', '181936.953000', '181936.955000', '181936.958000', '181936.961000', '181936.963000', '181936.966000', '181936.968000', '181936.971000', '181936.973000', '181936.976000', '181936.978000', '181936.981000', '181936.984000', '181936.986000', '181936.989000', '181936.991000', '181936.994000', '181956.879000', '181956.882000', '181956.884000', '181956.887000', '181956.889000', '181956.892000', '181956.894000', '181956.897000', '181956.900000', '181956.902000', '181956.905000', '181956.907000', '181956.910000', '181956.912000', '181956.915000', '181956.918000', '181956.920000', '181956.923000', '181956.925000', '181956.928000', '181956.931000', '181956.933000', '181956.936000', '181956.938000', '181956.941000', '181956.943000', '181956.946000', '181956.948000', '181956.951000', '181956.954000', '181956.956000', '181956.959000', '181956.961000', '181956.964000', '181956.966000', '181956.969000', '181956.971000', '181956.974000', '181956.977000', '181956.979000', '181956.982000', '181956.984000', '181956.987000', '181956.989000', '182016.878000', '182016.881000', '182016.884000', '182016.887000', '182016.889000', '182016.892000', '182016.894000', '182016.897000', '182016.900000', '182016.902000', '182016.905000', '182016.907000', '182016.910000', '182016.913000', '182016.915000', '182016.918000', '182016.920000', '182016.923000', '182016.926000', '182016.928000', '182016.931000', '182016.933000', '182016.936000', '182016.939000', '182016.941000', '182016.944000', '182016.946000', '182016.949000', '182016.951000', '182016.954000', '182016.957000', '182016.959000', '182016.962000', '182016.964000', '182016.967000', '182016.970000', '182016.972000', '182016.975000', '182016.977000', '182016.980000', '182016.983000', '182016.985000', '182016.988000', '182036.878000', '182036.881000', '182036.884000', '182036.886000', '182036.889000', '182036.892000', '182036.894000', '182036.897000', '182036.899000', '182036.902000', '182036.904000', '182036.907000', '182036.910000', '182036.912000', '182036.915000', '182036.917000', '182036.920000', '182036.922000', '182036.925000', '182036.928000', '182036.930000', '182036.933000', '182036.935000', '182036.938000', '182036.941000', '182036.943000', '182036.946000', '182036.948000', '182036.951000', '182036.954000', '182036.956000', '182036.959000', '182036.961000', '182036.964000', '182036.966000', '182036.969000', '182036.972000', '182036.974000', '182036.977000', '182036.979000', '182036.982000', '182036.984000', '182036.987000', '182036.990000', '182056.878000', '182056.881000', '182056.884000', '182056.886000', '182056.889000', '182056.892000', '182056.894000', '182056.897000', '182056.899000', '182056.902000', '182056.904000', '182056.907000', '182056.909000', '182056.919000', '182056.922000', '182056.924000', '182056.927000', '182056.930000', '182056.932000', '182056.935000', '182056.938000', '182056.941000', '182056.944000', '182056.947000', '182056.949000', '182056.952000', '182056.955000', '182056.957000', '182056.960000', '182056.962000', '182056.965000', '182056.967000', '182056.970000', '182056.972000', '182056.975000', '182056.978000', '182056.980000', '182056.984000', '182056.987000', '182056.989000', '182056.992000', '182056.994000', '182056.997000', '182116.877000', '182116.880000', '182116.883000', '182116.885000', '182116.888000', '182116.891000', '182116.893000', '182116.896000', '182116.898000', '182116.901000', '182116.903000', '182116.906000', '182116.908000', '182116.911000', '182116.914000', '182116.916000', '182116.919000', '182116.921000', '182116.924000', '182116.926000', '182116.929000', '182116.931000', '182116.934000', '182116.937000', '182116.939000', '182116.942000', '182116.944000', '182116.947000', '182116.949000', '182116.952000', '182116.955000', '182116.957000', '182116.960000', '182116.962000', '182116.965000', '182116.968000', '182116.970000', '182116.973000', '182116.975000', '182116.978000', '182116.980000', '182116.983000', '182116.985000', '182116.988000', '182136.878000', '182136.881000', '182136.883000', '182136.886000', '182136.888000', '182136.891000', '182136.893000', '182136.896000', '182136.898000', '182136.901000', '182136.903000', '182136.906000', '182136.909000', '182136.911000', '182136.914000', '182136.916000', '182136.919000', '182136.922000', '182136.924000', '182136.927000', '182136.929000', '182136.932000', '182136.934000', '182136.937000', '182136.940000', '182136.942000', '182136.945000', '182136.947000', '182136.950000', '182136.953000', '182136.955000', '182136.958000', '182136.960000', '182136.963000', '182136.966000', '182136.968000', '182136.971000', '182136.974000', '182136.976000', '182136.979000', '182136.982000', '182136.984000', '182136.987000', '182156.879000', '182156.881000', '182156.884000', '182156.887000', '182156.889000', '182156.892000', '182156.894000', '182156.897000', '182156.900000', '182156.902000', '182156.905000', '182156.907000', '182156.941000', '182156.944000', '182156.946000', '182156.949000', '182156.952000', '182156.954000', '182156.957000', '182156.959000', '182156.962000', '182156.964000', '182156.967000', '182156.970000', '182156.972000', '182156.975000', '182156.977000', '182156.980000', '182156.983000', '182156.985000', '182156.988000', '182156.990000', '182156.993000', '182156.995000', '182156.998000', '182157.001000', '182157.004000', '182157.006000', '182157.009000', '182157.012000', '182157.014000', '182157.017000', '182157.019000', '182157.022000', '182216.879000', '182216.881000', '182216.884000', '182216.887000', '182216.889000', '182216.892000', '182216.894000', '182216.897000', '182216.899000', '182216.902000', '182216.905000', '182216.907000', '182216.910000', '182216.912000', '182216.915000', '182216.918000', '182216.920000', '182216.923000', '182216.925000', '182216.928000', '182216.930000', '182216.933000', '182216.936000', '182216.938000', '182216.941000', '182216.943000', '182216.946000', '182216.948000', '182216.951000', '182216.954000', '182216.956000', '182216.959000', '182216.961000', '182216.964000', '182216.966000', '182216.969000', '182216.972000', '182216.974000', '182216.986000', '182216.989000', '182216.991000', '182216.994000', '182216.996000', '182236.879000', '182236.881000', '182236.884000', '182236.887000', '182236.889000', '182236.892000', '182236.894000', '182236.897000', '182236.899000', '182236.902000', '182236.905000', '182236.907000', '182236.910000', '182236.912000', '182236.915000', '182236.918000', '182236.920000', '182236.923000', '182236.925000', '182236.928000', '182236.930000', '182236.933000', '182236.936000', '182236.938000', '182236.941000', '182236.943000', '182236.946000', '182236.948000', '182236.951000', '182236.954000', '182236.956000', '182236.959000', '182236.961000', '182236.964000', '182236.966000', '182236.969000', '182236.971000', '182236.974000', '182236.977000', '182236.979000', '182236.982000', '182236.984000', '182236.987000', '182236.990000', '182256.878000', '182256.881000', '182256.884000', '182256.888000', '182256.891000', '182256.893000', '182256.896000', '182256.898000', '182256.901000', '182256.904000', '182256.906000', '182256.909000', '182256.911000', '182256.914000', '182256.916000', '182256.919000', '182256.922000', '182256.924000', '182256.927000', '182256.929000', '182256.932000', '182256.934000', '182256.937000', '182256.939000', '182256.942000', '182256.945000', '182256.947000', '182256.950000', '182256.952000', '182256.955000', '182256.957000', '182256.960000', '182256.963000', '182256.965000', '182256.968000', '182256.970000', '182256.973000', '182256.975000', '182256.978000', '182256.980000', '182256.983000', '182256.986000', '182256.988000', '182316.879000', '182316.882000', '182316.884000', '182316.887000', '182316.889000', '182316.892000', '182316.895000', '182316.897000', '182316.900000', '182316.902000', '182316.905000', '182316.907000', '182316.910000', '182316.912000', '182316.915000', '182316.918000', '182316.920000', '182316.923000', '182316.925000', '182316.928000', '182316.930000', '182316.933000', '182316.960000', '182316.962000', '182316.965000', '182316.968000', '182316.970000', '182316.973000', '182316.975000', '182316.978000', '182316.980000', '182316.983000', '182316.985000', '182316.988000', '182316.990000', '182316.993000', '182316.996000', '182317.000000', '182317.002000', '182317.005000', '182317.007000', '182317.010000', '182317.012000', '182317.015000', '182329.670000', '182329.673000', '182329.676000', '182329.679000', '182329.681000', '182329.684000', '182329.687000', '182329.709000', '182329.712000', '182329.715000', '182329.718000', '182329.732000', '182329.735000', '182329.737000', '182329.740000', '182329.744000', '182329.746000', '182329.749000', '182329.752000', '182329.754000', '182329.757000', '182329.760000', '182329.763000', '182329.766000', '182329.768000', '182329.771000', '182329.774000', '182329.776000'], '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': [8251, 9348, 7545, 8870, 6910, 8648, 7006, 8581, 6930, 8904, 7915, 11058, 9368, 7235, 9159, 9583, 8420, 9425, 8475, 7183, 9277, 7756, 13045, 9637, 13583, 7356, 8892, 8213, 8169, 13571, 7576, 9481, 7353, 9904, 7516, 8127, 7858, 7576, 7813, 7985, 7564, 8012, 9523, 7490, 10652, 8315, 10705, 7346, 8640, 8947, 8201, 13617, 9430, 10720, 7477, 12923, 7661, 9179, 12677, 8194, 17487, 7588, 12221, 8124, 8401, 13561, 8211, 13896, 7300, 12281, 7791, 10189, 12833, 10712, 12142, 8322, 13747, 8083, 8523, 12866, 8960, 10509, 7976, 16037, 8561, 11993, 8614, 10137, 7613, 8181, 8122, 7683, 17019, 10006, 13412, 7788, 9243, 12453, 8902, 17058, 11993, 18996, 12927, 7560, 8991, 7663, 8541, 12371, 8557, 11287, 7998, 9421, 12674, 11788, 14404, 10310, 13923, 9203, 11398, 15643, 12881, 17844, 13027, 15637, 10697, 12036, 7876, 9905, 8153, 8705, 11731, 8860, 13609, 8495, 9450, 7459, 8356, 7572, 8085, 7866, 8280, 13400, 8476, 11109, 7746, 9279, 7585, 7311, 7783, 8593, 7644, 8481, 7949, 10204, 8561, 9098, 13452, 9287, 12572, 9413, 9613, 7873, 8726, 12994, 8479, 10040, 7629, 8546, 10445, 7720, 9505, 7736, 8884, 8044, 8267, 7775, 7590, 9380, 8235, 8558, 7780, 8003, 8616, 7163, 10371, 8396, 11292, 7744, 9984, 11806, 11723, 14066, 11993, 11600, 9195, 13346, 8359, 10627, 8510, 9096, 11580, 9575, 14049, 8484, 13897, 10564, 14317, 11459, 14320, 9271, 12236, 9476, 11730, 13314, 10844, 15426, 8797, 10958, 8494, 10496, 7883, 10698, 12245, 9159, 14265, 9990, 11683, 11090, 10012, 8467, 7327, 8222, 8261, 8543, 11181, 8588, 11180, 13157, 11186, 14160, 10961, 12345, 11577, 9735, 14808, 11478, 11357, 9187, 9587, 15459, 10578, 11603, 8181, 9216, 7890, 8589, 12151, 8353, 9303, 8381, 9802, 8037, 9121, 7794, 9022, 7582, 8288, 7668, 8484, 7974, 8027, 11230, 9043, 9923, 8834, 9985, 8903, 7659, 8517, 7236, 9663, 7841, 10175, 12011, 10504, 13877, 9656, 7611, 8548, 7667, 8348, 10848, 7890, 11046, 7808, 9374, 7794, 8290, 8216, 7685, 12816, 8458, 11425, 8026, 10300, 14517, 8247, 13582, 8950, 9797, 7620, 8397, 7459, 8305, 8753, 7609, 10530, 8418, 9901, 8056, 11026, 8925, 8556, 16148, 9213, 12636, 8052, 9814, 13157, 8273, 12676, 8096, 9910, 7386, 9113, 7798, 8327, 8020, 7594, 9268, 7856, 7679, 8565, 7880, 8146, 12585, 8323, 10000, 8382, 8720, 14961, 8772, 14337, 9743, 13138, 14906, 12035, 16457, 11721, 13396, 9489, 11779, 9879, 8509, 13266, 8211, 10212, 7839, 8373, 7442, 8551, 11283, 8171, 9396, 7699, 8412, 9968, 8178, 11320, 7568, 9997, 8032, 8939, 8278, 8303, 8433, 10131, 8863, 8743, 11668, 8562, 11258, 13657, 12197, 10738, 9225, 16358, 11046, 12074, 16082, 11958, 15452, 11573, 11055, 8963, 8701, 17379, 9061, 12277, 8250, 9464, 8124, 8709, 10356, 8591, 10481, 8575, 10528, 8293, 9156, 8444, 8523, 7259, 8432, 9555, 8143, 9277, 8291, 8988, 8179, 8827, 8363, 9341, 8595, 9241, 8208, 9535, 8359, 8407, 8513, 8650, 16078, 10057, 13045, 9428, 9914, 8433, 8634, 16086, 8734, 11800, 8203, 8887, 8442, 8875, 16147, 8929, 11180, 8397, 9064, 8834, 8594, 8719, 8436, 8046, 8566, 10842, 8255, 9173, 8342, 8627, 15583, 11145, 13859, 10799, 13378, 8508, 8892, 13506, 8747, 12232, 8601, 14437, 8571, 9084, 9715, 8431, 15838, 10748, 9459, 8592, 8507, 8640, 10865, 8628, 11131, 8806, 9392, 12998, 8975, 16414, 9336, 12839, 8605, 9671, 15415, 11118, 16918, 8701, 13812, 9558, 14121, 10336, 14690, 14267, 10793, 16229, 8776, 12995, 8465, 10142, 8479, 8655, 8227, 8519, 7872, 8726, 10131, 8733, 9537, 7911, 8361, 8157, 8432, 8188, 9529, 8267, 8338, 8715, 8359, 8854, 13239, 9015, 9485, 13366, 8749, 13451, 8518, 10369, 8471, 9196, 8397, 8888, 14992, 8839, 12208, 8988, 9920, 8716, 8763, 8997, 8874, 13711, 9042, 10049, 8803, 9122, 8402, 8702, 8288, 8479, 8766, 8644, 8608, 8700, 11292, 8356, 10326, 8671, 11724, 8273, 9323, 16747, 11883, 15458, 11452, 11045, 8488, 8936, 16205, 8713, 10313, 8733, 8768, 7734, 8560, 12159, 8609, 9453, 8778, 8573, 8030, 8568, 9660, 8656, 8441, 8314, 8366, 10308, 8509, 9064, 8484, 8393, 7964, 8493, 10927, 8404, 9743, 8530, 8556, 10700, 8339, 13181, 8672, 9919, 7948, 8535, 12921, 8434, 11011, 8683, 8581, 7828, 8603, 12707, 8169, 9509, 8894, 8170, 8796, 8340, 13003, 8460, 9717, 9083, 8394, 8105, 8521, 11054, 8103, 12381, 8149, 11586, 8473, 10171, 7946, 8456, 18405, 12244, 13938, 11928, 17214, 12450, 10689, 8247, 9597, 9048, 9065, 11363, 8785, 11397, 8609, 9359, 16111, 11248, 13655, 9725, 10004, 17414, 13044, 14730, 11703, 13714, 9039, 8884, 11297, 8667, 16327, 8978, 11229, 8856, 8505, 9174, 9079, 9035, 9130, 8721, 7715, 9108, 11205, 9180, 9780, 8555, 8783, 15871, 9105, 11318, 9288, 8306, 8261, 8932, 7862, 8845, 9235, 8719, 8338, 8357, 8451, 8020, 8327, 9643, 8637, 8342, 7773, 8405, 8497, 8106, 12123, 8221, 11817, 8560, 10486, 8375, 10356, 7765, 8011, 9528, 8172, 9810, 8042, 12160, 7879, 11373, 8143, 11813, 8787, 14245, 8910, 13778, 9660, 11201, 16512, 9956, 13716, 9663, 11326, 8454, 8394, 7722, 8159, 7618, 8131, 8041, 7949, 7571, 7816, 11220, 8695, 9077, 8494, 11561, 8245, 11008, 9191, 8758, 17177, 11800, 11392, 8543, 8481, 15547, 8396, 10335, 8068, 8347, 8851, 8067, 8566, 8381, 8516, 9277, 8701, 8480, 8255, 14529, 10662, 11398, 10026, 10165, 10153, 7773, 15801, 11290, 16593, 12797, 15821, 9542, 12297, 9109, 11996, 8502, 9077, 8703, 9428, 8904, 8859, 8897, 9172, 11965, 8980, 12609, 8721, 9541, 8870, 9069, 9185, 9308, 9131, 8750, 8446, 8828, 12262, 8774, 10598, 9101, 9488, 9039, 8872, 14180, 8987, 15745, 9025, 11478, 8343, 9322, 10089, 8104, 12582, 8222, 8670, 8302, 8500, 7960, 8379, 8137, 8337, 10726, 7968, 7400, 7873, 7908, 8150, 8532, 8002, 10229, 10460, 8766, 13885, 9309, 12062, 9221, 8955], 'WindowCenter': [4115.0, 4110.0, 4130.0, 4150.0, 4118.0, 4137.0, 4103.0, 4126.0, 4105.0, 4134.0, 4129.0, 4170.0, 4151.0, 4120.0, 4151.0, 4148.0, 4139.0, 4137.0, 4128.0, 4107.0, 4138.0, 4142.0, 4193.0, 4151.0, 4180.0, 4117.0, 4138.0, 4126.0, 4128.0, 4191.0, 4129.0, 4149.0, 4119.0, 4148.0, 4119.0, 4129.0, 4141.0, 4131.0, 4131.0, 4140.0, 4128.0, 4141.0, 4160.0, 4144.0, 4172.0, 4153.0, 4173.0, 4132.0, 4142.0, 4152.0, 4143.0, 4192.0, 4152.0, 4170.0, 4131.0, 4181.0, 4142.0, 4164.0, 4181.0, 4143.0, 4215.0, 4131.0, 4182.0, 4140.0, 4153.0, 4192.0, 4143.0, 4192.0, 4130.0, 4181.0, 4131.0, 4174.0, 4181.0, 4161.0, 4170.0, 4139.0, 4179.0, 4130.0, 4140.0, 4168.0, 4140.0, 4159.0, 4141.0, 4200.0, 4139.0, 4182.0, 4140.0, 4148.0, 4116.0, 4126.0, 4126.0, 4130.0, 4201.0, 4149.0, 4179.0, 4116.0, 4137.0, 4166.0, 4137.0, 4201.0, 4169.0, 4199.0, 4157.0, 4103.0, 4138.0, 4116.0, 4123.0, 4165.0, 4140.0, 4183.0, 4140.0, 4149.0, 4167.0, 4167.0, 4176.0, 4146.0, 4165.0, 4122.0, 4155.0, 4175.0, 4155.0, 4185.0, 4155.0, 4173.0, 4131.0, 4140.0, 4099.0, 4119.0, 4098.0, 4109.0, 4139.0, 4108.0, 4149.0, 4109.0, 4119.0, 4089.0, 4110.0, 4101.0, 4113.0, 4101.0, 4111.0, 4152.0, 4111.0, 4131.0, 4101.0, 4121.0, 4100.0, 4106.0, 4114.0, 4110.0, 4085.0, 4067.0, 4042.0, 4103.0, 4094.0, 4098.0, 4123.0, 4025.0, 4097.0, 4055.0, 4080.0, 4071.0, 4085.0, 4123.0, 4083.0, 4105.0, 4074.0, 4096.0, 4117.0, 4077.0, 4107.0, 4087.0, 4097.0, 4085.0, 4098.0, 4088.0, 4088.0, 4109.0, 4100.0, 4109.0, 4089.0, 4101.0, 4111.0, 4094.0, 4133.0, 4126.0, 4145.0, 4103.0, 4148.0, 4156.0, 4157.0, 4165.0, 4143.0, 4143.0, 4122.0, 4151.0, 4100.0, 4132.0, 4112.0, 4113.0, 4143.0, 4122.0, 4163.0, 4111.0, 4151.0, 4132.0, 4161.0, 4131.0, 4163.0, 4109.0, 4141.0, 4109.0, 4130.0, 4137.0, 4117.0, 4147.0, 4085.0, 4116.0, 4085.0, 4117.0, 4075.0, 4117.0, 4125.0, 4095.0, 4136.0, 4107.0, 4127.0, 4145.0, 4122.0, 4089.0, 4090.0, 4112.0, 4101.0, 4111.0, 4142.0, 4128.0, 4146.0, 4153.0, 4132.0, 4153.0, 4119.0, 4129.0, 4117.0, 4096.0, 4136.0, 4116.0, 4115.0, 4095.0, 4096.0, 4147.0, 4107.0, 4115.0, 4074.0, 4083.0, 4075.0, 4086.0, 4115.0, 4086.0, 4112.0, 4243.0, 4235.0, 4157.0, 4151.0, 4117.0, 4126.0, 4115.0, 4126.0, 4130.0, 4154.0, 4141.0, 4173.0, 4145.0, 4081.0, 4104.0, 4112.0, 4136.0, 4139.0, 4117.0, 4127.0, 4106.0, 4138.0, 4128.0, 4161.0, 4183.0, 4161.0, 4180.0, 4139.0, 4104.0, 4126.0, 4103.0, 4128.0, 4146.0, 4129.0, 4159.0, 4118.0, 4138.0, 4118.0, 4130.0, 4128.0, 4118.0, 4180.0, 4140.0, 4170.0, 4117.0, 4148.0, 4177.0, 4126.0, 4167.0, 4138.0, 4136.0, 4115.0, 4126.0, 4106.0, 4127.0, 4127.0, 4119.0, 4160.0, 4142.0, 4151.0, 4131.0, 4160.0, 4137.0, 4127.0, 4189.0, 4137.0, 4167.0, 4116.0, 4147.0, 4166.0, 4117.0, 4167.0, 4116.0, 4135.0, 4106.0, 4125.0, 4115.0, 4126.0, 4128.0, 4117.0, 4138.0, 4117.0, 4118.0, 4138.0, 4126.0, 4128.0, 4169.0, 4128.0, 4149.0, 4128.0, 4130.0, 4188.0, 4129.0, 4178.0, 4137.0, 4168.0, 4178.0, 4157.0, 4176.0, 4155.0, 4155.0, 4124.0, 4156.0, 4123.0, 4112.0, 4153.0, 4114.0, 4134.0, 4102.0, 4113.0, 4104.0, 4138.0, 4158.0, 4127.0, 4124.0, 4102.0, 4115.0, 4136.0, 4113.0, 4146.0, 4117.0, 4123.0, 4115.0, 4125.0, 4114.0, 4115.0, 4128.0, 4148.0, 4137.0, 4140.0, 4169.0, 4140.0, 4171.0, 4181.0, 4170.0, 4148.0, 4138.0, 4187.0, 4145.0, 4156.0, 4175.0, 4156.0, 4165.0, 4143.0, 4133.0, 4111.0, 4111.0, 4171.0, 4111.0, 4141.0, 4100.0, 4109.0, 4086.0, 4097.0, 4107.0, 4099.0, 4118.0, 4100.0, 4120.0, 4099.0, 4108.0, 4098.0, 4100.0, 4078.0, 4100.0, 4109.0, 4100.0, 4109.0, 4100.0, 4108.0, 4101.0, 4122.0, 4114.0, 4134.0, 4140.0, 4149.0, 4139.0, 4163.0, 4140.0, 4128.0, 4138.0, 4138.0, 4188.0, 4149.0, 4168.0, 4126.0, 4135.0, 4116.0, 4126.0, 4176.0, 4128.0, 4168.0, 4128.0, 4125.0, 4113.0, 4126.0, 4201.0, 4138.0, 4144.0, 4114.0, 4124.0, 4137.0, 4138.0, 4137.0, 4138.0, 4128.0, 4141.0, 4161.0, 4142.0, 4153.0, 4141.0, 4140.0, 4189.0, 4159.0, 4180.0, 4150.0, 4169.0, 4126.0, 4126.0, 4167.0, 4128.0, 4168.0, 4127.0, 4177.0, 4127.0, 4126.0, 4136.0, 4130.0, 4177.0, 4147.0, 4138.0, 4127.0, 4126.0, 4127.0, 4145.0, 4127.0, 4158.0, 4126.0, 4139.0, 4168.0, 4127.0, 4188.0, 4137.0, 4157.0, 4115.0, 4124.0, 4165.0, 4177.0, 4218.0, 4118.0, 4154.0, 4096.0, 4121.0, 4105.0, 4162.0, 4162.0, 4132.0, 4159.0, 4096.0, 4124.0, 4086.0, 4106.0, 4087.0, 4098.0, 4100.0, 4112.0, 4102.0, 4125.0, 4120.0, 4099.0, 4119.0, 4102.0, 4112.0, 4113.0, 4114.0, 4129.0, 4148.0, 4140.0, 4126.0, 4140.0, 4128.0, 4141.0, 4182.0, 4141.0, 4151.0, 4169.0, 4127.0, 4168.0, 4127.0, 4150.0, 4130.0, 4127.0, 4115.0, 4138.0, 4176.0, 4125.0, 4154.0, 4125.0, 4149.0, 4140.0, 4128.0, 4126.0, 4127.0, 4167.0, 4126.0, 4136.0, 4126.0, 4126.0, 4129.0, 4115.0, 4127.0, 4127.0, 4127.0, 4139.0, 4126.0, 4138.0, 4159.0, 4129.0, 4161.0, 4140.0, 4171.0, 4128.0, 4139.0, 4190.0, 4160.0, 4179.0, 4147.0, 4146.0, 4113.0, 4125.0, 4188.0, 4125.0, 4136.0, 4126.0, 4115.0, 4103.0, 4114.0, 4156.0, 4126.0, 4136.0, 4126.0, 4127.0, 4114.0, 4124.0, 4134.0, 4125.0, 4116.0, 4114.0, 4127.0, 4135.0, 4125.0, 4125.0, 4126.0, 4117.0, 4115.0, 4127.0, 4145.0, 4126.0, 4137.0, 4127.0, 4127.0, 4146.0, 4117.0, 4167.0, 4116.0, 4136.0, 4115.0, 4127.0, 4155.0, 4116.0, 4146.0, 4125.0, 4125.0, 4104.0, 4126.0, 4155.0, 4127.0, 4137.0, 4136.0, 4126.0, 4125.0, 4129.0, 4179.0, 4127.0, 4137.0, 4127.0, 4127.0, 4116.0, 4127.0, 4157.0, 4128.0, 4168.0, 4118.0, 4158.0, 4127.0, 4149.0, 4116.0, 4128.0, 4197.0, 4168.0, 4178.0, 4145.0, 4178.0, 4143.0, 4135.0, 4114.0, 4123.0, 4123.0, 4126.0, 4142.0, 4113.0, 4144.0, 4114.0, 4137.0, 4176.0, 4146.0, 4166.0, 4122.0, 4123.0, 4172.0, 4152.0, 4153.0, 4142.0, 4153.0, 4112.0, 4111.0, 4130.0, 4099.0, 4159.0, 4098.0, 4118.0, 4099.0, 4098.0, 4097.0, 4108.0, 4109.0, 4109.0, 4100.0, 4089.0, 4111.0, 4131.0, 4111.0, 4121.0, 4100.0, 4110.0, 4161.0, 4109.0, 4129.0, 4109.0, 4101.0, 4101.0, 4112.0, 4090.0, 4113.0, 4112.0, 4115.0, 4114.0, 4114.0, 4117.0, 4116.0, 4127.0, 4149.0, 4141.0, 4129.0, 4114.0, 4126.0, 4124.0, 4129.0, 4167.0, 4128.0, 4170.0, 4128.0, 4150.0, 4128.0, 4150.0, 4118.0, 4117.0, 4138.0, 4128.0, 4147.0, 4130.0, 4169.0, 4130.0, 4158.0, 4116.0, 4158.0, 4128.0, 4179.0, 4128.0, 4179.0, 4149.0, 4161.0, 4188.0, 4135.0, 4166.0, 4136.0, 4145.0, 4113.0, 4116.0, 4105.0, 4116.0, 4118.0, 4128.0, 4116.0, 4127.0, 4117.0, 4129.0, 4158.0, 4127.0, 4128.0, 4127.0, 4157.0, 4127.0, 4158.0, 4126.0, 4127.0, 4189.0, 4157.0, 4158.0, 4116.0, 4127.0, 4175.0, 4116.0, 4134.0, 4157.0, 4173.0, 4155.0, 4114.0, 4139.0, 4126.0, 4114.0, 4124.0, 4126.0, 4127.0, 4129.0, 4180.0, 4160.0, 4174.0, 4151.0, 4148.0, 4148.0, 4118.0, 4190.0, 4172.0, 4203.0, 4168.0, 4177.0, 4164.0, 4184.0, 4139.0, 4155.0, 4124.0, 4122.0, 4137.0, 4136.0, 4125.0, 4126.0, 4126.0, 4136.0, 4156.0, 4126.0, 4167.0, 4126.0, 4136.0, 4137.0, 4151.0, 4151.0, 4137.0, 4137.0, 4127.0, 4126.0, 4138.0, 4168.0, 4128.0, 4148.0, 4127.0, 4136.0, 4125.0, 4128.0, 4166.0, 4126.0, 4189.0, 4138.0, 4158.0, 4117.0, 4139.0, 4135.0, 4115.0, 4154.0, 4116.0, 4114.0, 4114.0, 4115.0, 4114.0, 4115.0, 4116.0, 4126.0, 4160.0, 4129.0, 4106.0, 4118.0, 4116.0, 4128.0, 4128.0, 4130.0, 4161.0, 4160.0, 4141.0, 4181.0, 4142.0, 4172.0, 4153.0, 4155.0], 'WindowWidth': [9177.0, 9161.0, 9210.0, 9233.0, 9188.0, 9212.0, 9159.0, 9192.0, 9163.0, 9201.0, 9203.0, 9259.0, 9234.0, 9191.0, 9234.0, 9225.0, 9215.0, 9208.0, 9200.0, 9171.0, 9211.0, 9228.0, 9294.0, 9234.0, 9272.0, 9183.0, 9211.0, 9193.0, 9200.0, 9290.0, 9205.0, 9229.0, 9190.0, 9227.0, 9190.0, 9204.0, 9224.0, 9209.0, 9209.0, 9220.0, 9201.0, 9222.0, 9247.0, 9233.0, 9266.0, 9244.0, 9266.0, 9213.0, 9225.0, 9240.0, 9228.0, 9292.0, 9240.0, 9260.0, 9209.0, 9276.0, 9228.0, 9258.0, 9277.0, 9228.0, 9329.0, 9210.0, 9278.0, 9221.0, 9241.0, 9293.0, 9228.0, 9292.0, 9207.0, 9275.0, 9209.0, 9270.0, 9276.0, 9250.0, 9259.0, 9216.0, 9268.0, 9205.0, 9218.0, 9253.0, 9218.0, 9242.0, 9225.0, 9300.0, 9218.0, 9279.0, 9219.0, 9226.0, 9182.0, 9194.0, 9194.0, 9206.0, 9303.0, 9230.0, 9270.0, 9181.0, 9210.0, 9248.0, 9208.0, 9302.0, 9256.0, 9298.0, 9232.0, 9155.0, 9214.0, 9181.0, 9183.0, 9244.0, 9219.0, 9283.0, 9219.0, 9230.0, 9249.0, 9249.0, 9260.0, 9218.0, 9243.0, 9182.0, 9229.0, 9255.0, 9229.0, 9273.0, 9229.0, 9251.0, 9189.0, 9199.0, 9141.0, 9169.0, 9141.0, 9157.0, 9196.0, 9154.0, 9209.0, 9158.0, 9169.0, 9131.0, 9159.0, 9150.0, 9169.0, 9150.0, 9164.0, 9221.0, 9162.0, 9189.0, 9150.0, 9175.0, 9147.0, 9166.0, 9174.0, 9161.0, 9118.0, 9076.0, 9035.0, 9134.0, 9129.0, 9140.0, 9163.0, 8995.0, 9113.0, 9056.0, 9099.0, 9090.0, 9117.0, 9165.0, 9112.0, 9143.0, 9101.0, 9135.0, 9163.0, 9111.0, 9150.0, 9127.0, 9138.0, 9121.0, 9141.0, 9130.0, 9132.0, 9158.0, 9149.0, 9159.0, 9133.0, 9151.0, 9168.0, 9150.0, 9197.0, 9194.0, 9217.0, 9157.0, 9225.0, 9235.0, 9235.0, 9244.0, 9211.0, 9209.0, 9179.0, 9217.0, 9150.0, 9195.0, 9167.0, 9169.0, 9209.0, 9181.0, 9236.0, 9164.0, 9218.0, 9193.0, 9230.0, 9190.0, 9238.0, 9156.0, 9201.0, 9157.0, 9188.0, 9192.0, 9165.0, 9204.0, 9118.0, 9159.0, 9120.0, 9162.0, 9106.0, 9164.0, 9170.0, 9130.0, 9188.0, 9149.0, 9180.0, 9215.0, 9177.0, 9129.0, 9135.0, 9169.0, 9150.0, 9165.0, 9208.0, 9201.0, 9218.0, 9222.0, 9193.0, 9221.0, 9171.0, 9182.0, 9161.0, 9133.0, 9186.0, 9157.0, 9157.0, 9130.0, 9133.0, 9204.0, 9147.0, 9156.0, 9100.0, 9110.0, 9101.0, 9119.0, 9155.0, 9117.0, 9164.0, 9428.0, 9400.0, 9258.0, 9235.0, 9184.0, 9191.0, 9175.0, 9193.0, 9206.0, 9248.0, 9224.0, 9288.0, 9213.0, 9101.0, 9136.0, 9162.0, 9202.0, 9215.0, 9181.0, 9194.0, 9167.0, 9212.0, 9200.0, 9248.0, 9283.0, 9246.0, 9272.0, 9210.0, 9158.0, 9189.0, 9157.0, 9196.0, 9219.0, 9200.0, 9238.0, 9185.0, 9210.0, 9186.0, 9204.0, 9197.0, 9184.0, 9271.0, 9219.0, 9255.0, 9181.0, 9221.0, 9261.0, 9191.0, 9248.0, 9211.0, 9203.0, 9174.0, 9192.0, 9165.0, 9195.0, 9195.0, 9188.0, 9246.0, 9223.0, 9232.0, 9207.0, 9245.0, 9209.0, 9196.0, 9280.0, 9208.0, 9248.0, 9179.0, 9220.0, 9245.0, 9178.0, 9246.0, 9180.0, 9202.0, 9164.0, 9187.0, 9176.0, 9193.0, 9200.0, 9184.0, 9211.0, 9181.0, 9184.0, 9211.0, 9193.0, 9201.0, 9254.0, 9199.0, 9228.0, 9197.0, 9201.0, 9279.0, 9197.0, 9263.0, 9206.0, 9251.0, 9262.0, 9233.0, 9260.0, 9227.0, 9226.0, 9185.0, 9230.0, 9180.0, 9165.0, 9220.0, 9170.0, 9197.0, 9154.0, 9169.0, 9158.0, 9213.0, 9238.0, 9195.0, 9185.0, 9155.0, 9175.0, 9203.0, 9170.0, 9217.0, 9181.0, 9180.0, 9174.0, 9187.0, 9173.0, 9175.0, 9197.0, 9225.0, 9208.0, 9216.0, 9255.0, 9219.0, 9261.0, 9273.0, 9254.0, 9223.0, 9209.0, 9273.0, 9212.0, 9229.0, 9254.0, 9228.0, 9242.0, 9207.0, 9193.0, 9162.0, 9162.0, 9244.0, 9161.0, 9199.0, 9142.0, 9153.0, 9116.0, 9133.0, 9148.0, 9140.0, 9165.0, 9143.0, 9170.0, 9143.0, 9153.0, 9140.0, 9145.0, 9113.0, 9145.0, 9155.0, 9145.0, 9154.0, 9144.0, 9153.0, 9149.0, 9178.0, 9171.0, 9201.0, 9218.0, 9228.0, 9215.0, 9255.0, 9220.0, 9200.0, 9211.0, 9212.0, 9279.0, 9225.0, 9249.0, 9191.0, 9201.0, 9175.0, 9189.0, 9258.0, 9196.0, 9253.0, 9198.0, 9187.0, 9168.0, 9190.0, 9305.0, 9211.0, 9213.0, 9170.0, 9183.0, 9209.0, 9213.0, 9209.0, 9214.0, 9199.0, 9220.0, 9246.0, 9224.0, 9241.0, 9220.0, 9218.0, 9279.0, 9239.0, 9267.0, 9228.0, 9252.0, 9189.0, 9190.0, 9248.0, 9196.0, 9250.0, 9193.0, 9260.0, 9191.0, 9191.0, 9206.0, 9203.0, 9259.0, 9218.0, 9212.0, 9194.0, 9193.0, 9194.0, 9216.0, 9193.0, 9236.0, 9192.0, 9212.0, 9251.0, 9194.0, 9278.0, 9204.0, 9232.0, 9170.0, 9181.0, 9238.0, 9277.0, 9336.0, 9178.0, 9219.0, 9130.0, 9155.0, 9142.0, 9231.0, 9232.0, 9190.0, 9223.0, 9131.0, 9164.0, 9117.0, 9142.0, 9121.0, 9137.0, 9144.0, 9163.0, 9151.0, 9188.0, 9171.0, 9141.0, 9169.0, 9151.0, 9166.0, 9170.0, 9171.0, 9201.0, 9226.0, 9217.0, 9193.0, 9216.0, 9199.0, 9219.0, 9276.0, 9218.0, 9230.0, 9251.0, 9192.0, 9248.0, 9191.0, 9228.0, 9202.0, 9191.0, 9172.0, 9208.0, 9255.0, 9183.0, 9223.0, 9185.0, 9225.0, 9217.0, 9196.0, 9190.0, 9192.0, 9243.0, 9187.0, 9203.0, 9189.0, 9188.0, 9199.0, 9173.0, 9193.0, 9191.0, 9193.0, 9215.0, 9193.0, 9210.0, 9241.0, 9202.0, 9245.0, 9218.0, 9260.0, 9195.0, 9208.0, 9282.0, 9241.0, 9266.0, 9218.0, 9214.0, 9168.0, 9186.0, 9276.0, 9188.0, 9203.0, 9188.0, 9174.0, 9155.0, 9170.0, 9229.0, 9191.0, 9202.0, 9190.0, 9192.0, 9171.0, 9184.0, 9197.0, 9186.0, 9176.0, 9169.0, 9192.0, 9201.0, 9186.0, 9187.0, 9190.0, 9178.0, 9174.0, 9192.0, 9215.0, 9189.0, 9206.0, 9195.0, 9193.0, 9218.0, 9178.0, 9244.0, 9174.0, 9201.0, 9173.0, 9192.0, 9227.0, 9176.0, 9214.0, 9186.0, 9186.0, 9158.0, 9191.0, 9227.0, 9194.0, 9207.0, 9204.0, 9191.0, 9189.0, 9198.0, 9266.0, 9193.0, 9204.0, 9190.0, 9192.0, 9178.0, 9196.0, 9234.0, 9196.0, 9250.0, 9182.0, 9236.0, 9193.0, 9227.0, 9179.0, 9196.0, 9291.0, 9248.0, 9266.0, 9213.0, 9262.0, 9204.0, 9197.0, 9168.0, 9180.0, 9182.0, 9188.0, 9206.0, 9169.0, 9212.0, 9172.0, 9206.0, 9258.0, 9216.0, 9241.0, 9175.0, 9177.0, 9245.0, 9217.0, 9219.0, 9203.0, 9220.0, 9161.0, 9158.0, 9181.0, 9139.0, 9222.0, 9138.0, 9162.0, 9139.0, 9138.0, 9134.0, 9152.0, 9153.0, 9153.0, 9145.0, 9128.0, 9161.0, 9185.0, 9160.0, 9172.0, 9143.0, 9157.0, 9227.0, 9154.0, 9179.0, 9152.0, 9144.0, 9144.0, 9160.0, 9129.0, 9164.0, 9162.0, 9170.0, 9168.0, 9170.0, 9178.0, 9175.0, 9193.0, 9228.0, 9219.0, 9198.0, 9172.0, 9191.0, 9185.0, 9200.0, 9248.0, 9196.0, 9254.0, 9199.0, 9227.0, 9196.0, 9227.0, 9182.0, 9180.0, 9209.0, 9196.0, 9221.0, 9204.0, 9253.0, 9202.0, 9235.0, 9177.0, 9234.0, 9196.0, 9267.0, 9194.0, 9266.0, 9228.0, 9243.0, 9276.0, 9199.0, 9242.0, 9202.0, 9214.0, 9168.0, 9177.0, 9163.0, 9180.0, 9187.0, 9200.0, 9179.0, 9196.0, 9180.0, 9202.0, 9238.0, 9195.0, 9195.0, 9195.0, 9233.0, 9193.0, 9236.0, 9190.0, 9195.0, 9281.0, 9233.0, 9236.0, 9174.0, 9190.0, 9255.0, 9177.0, 9195.0, 9257.0, 9290.0, 9246.0, 9171.0, 9214.0, 9191.0, 9169.0, 9183.0, 9191.0, 9196.0, 9201.0, 9269.0, 9242.0, 9269.0, 9235.0, 9227.0, 9225.0, 9184.0, 9285.0, 9266.0, 9307.0, 9250.0, 9261.0, 9258.0, 9283.0, 9214.0, 9228.0, 9185.0, 9180.0, 9211.0, 9208.0, 9190.0, 9193.0, 9190.0, 9205.0, 9231.0, 9192.0, 9248.0, 9191.0, 9202.0, 9206.0, 9236.0, 9234.0, 9208.0, 9205.0, 9193.0, 9191.0, 9209.0, 9250.0, 9196.0, 9221.0, 9193.0, 9203.0, 9188.0, 9194.0, 9244.0, 9189.0, 9281.0, 9210.0, 9235.0, 9179.0, 9211.0, 9199.0, 9172.0, 9225.0, 9175.0, 9170.0, 9171.0, 9171.0, 9171.0, 9174.0, 9178.0, 9191.0, 9243.0, 9202.0, 9167.0, 9182.0, 9179.0, 9197.0, 9198.0, 9203.0, 9245.0, 9243.0, 9218.0, 9272.0, 9219.0, 9263.0, 9237.0, 9244.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.0006234977064220183</td></tr>
<tr><td colspan=3>aqi</td><td>0.017338460550458717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.88381608512056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1473247519058554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070402402296221</td></tr>
<tr><td colspan=3>efc</td><td>0.4665</td></tr>
<tr><td colspan=3>fber</td><td>6189.3638</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09920162682573441</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.995412844036697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.584538802961575</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.546942302912527</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8413222958939612</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3653518100782356</td></tr>
<tr><td colspan=3>gcor</td><td>0.0478055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01594655029475689</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022194774821400642</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4478569214922854</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>32.0147</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3377</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.6923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>791.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.8032</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5674</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.6855</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.0224</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.307</td></tr>
<tr><td colspan=3>tsnr</td><td>40.6476226716768</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>