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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:43:44.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99723, -0.0743837, -0.000490923, 0.073232, 0.982905, -0.168925]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0980817</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>[4169, -7713, -7247, 566, 31, -158, -40, 91]</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>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a83eabab-a06a-4ade-aa9f-58825135a364||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754939556121826, 0.19647616147994995, -0.03522911295294762, 101.49172973632812], [0.19956600666046143, 2.6370608806610107, -0.45473769307136536, -79.65892028808594], [-0.0013171114260330796, 0.45321425795555115, 2.6611976623535156, -88.13886260986328], [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': ['124344.857500', '124345.317500', '124345.777500', '124346.237500', '124346.697500', '124347.157500', '124347.617500', '124348.077500', '124348.537500', '124348.997500', '124349.457500', '124349.917500', '124350.377500', '124350.837500', '124351.297500', '124351.757500', '124352.217500', '124352.677500', '124353.137500', '124353.597500', '124354.057500', '124354.517500', '124354.977500', '124355.437500', '124355.897500', '124356.357500', '124356.817500', '124357.277500', '124357.737500', '124358.197500', '124358.657500', '124359.117500', '124359.577500', '124400.037500', '124400.497500', '124400.957500', '124401.417500', '124401.877500', '124402.337500', '124402.797500', '124403.257500', '124403.717500', '124404.177500', '124404.637500', '124405.097500', '124405.557500', '124406.017500', '124406.477500', '124406.937500', '124407.397500', '124407.857500', '124408.317500', '124408.777500', '124409.237500', '124409.697500', '124410.157500', '124410.617500', '124411.077500', '124411.537500', '124411.997500', '124412.457500', '124412.917500', '124413.377500', '124413.837500', '124414.297500', '124414.757500', '124415.217500', '124415.677500', '124416.137500', '124416.597500', '124417.057500', '124417.517500', '124417.977500', '124418.437500', '124418.897500', '124419.357500', '124419.817500', '124420.277500', '124420.737500', '124421.197500', '124421.657500', '124422.117500', '124422.577500', '124423.037500', '124423.497500', '124423.957500', '124424.417500', '124424.877500', '124425.337500', '124425.797500', '124426.257500', '124426.717500', '124427.177500', '124427.637500', '124428.097500', '124428.557500', '124429.017500', '124429.477500', '124429.937500', '124430.397500', '124430.857500', '124431.317500', '124431.777500', '124432.237500', '124432.697500', '124433.157500', '124433.617500', '124434.077500', '124434.537500', '124434.997500', '124435.457500', '124435.917500', '124436.377500', '124436.837500', '124437.297500', '124437.757500', '124438.217500', '124438.677500', '124439.137500', '124439.597500', '124440.057500', '124440.517500', '124440.977500', '124441.437500', '124441.897500', '124442.357500', '124442.817500', '124443.277500', '124443.737500', '124444.197500', '124444.657500', '124445.117500', '124445.577500', '124446.037500', '124446.497500', '124446.957500', '124447.417500', '124447.877500', '124448.337500', '124448.797500', '124449.257500', '124449.717500', '124450.177500', '124450.637500', '124451.097500', '124451.557500', '124452.017500', '124452.477500', '124452.937500', '124453.397500', '124453.857500', '124454.317500', '124454.777500', '124455.237500', '124455.697500', '124456.157500', '124456.617500', '124457.077500', '124457.537500', '124457.997500', '124458.457500', '124458.917500', '124459.377500', '124459.837500', '124500.297500', '124500.757500', '124501.217500', '124501.677500', '124502.137500', '124502.597500', '124503.057500', '124503.517500', '124503.977500', '124504.437500', '124504.897500', '124505.357500', '124505.817500', '124506.277500', '124506.737500', '124507.197500', '124507.657500', '124508.117500', '124508.577500', '124509.037500', '124509.497500', '124509.957500', '124510.417500', '124510.877500', '124511.337500', '124511.797500', '124512.257500', '124512.717500', '124513.177500', '124513.637500', '124514.097500', '124514.557500', '124515.017500', '124515.477500', '124515.937500', '124516.397500', '124516.857500', '124517.317500', '124517.777500', '124518.237500', '124518.697500', '124519.157500', '124519.617500', '124520.077500', '124520.537500', '124520.997500', '124521.457500', '124521.917500', '124522.377500', '124522.837500', '124523.297500', '124523.757500', '124524.217500', '124524.677500', '124525.137500', '124525.597500', '124526.057500', '124526.517500', '124526.977500', '124527.437500', '124527.897500', '124528.357500', '124528.817500', '124529.277500', '124529.737500', '124530.197500', '124530.657500', '124531.117500', '124531.577500', '124532.037500', '124532.497500', '124532.957500', '124533.417500', '124533.877500', '124534.337500', '124534.797500', '124535.257500', '124535.717500', '124536.177500', '124536.637500', '124537.097500', '124537.557500', '124538.017500', '124538.477500', '124538.937500', '124539.397500', '124539.857500', '124540.317500', '124540.777500', '124541.237500', '124541.697500', '124542.157500', '124542.617500', '124543.077500', '124543.537500', '124543.997500', '124544.457500', '124544.917500', '124545.377500', '124545.837500', '124546.297500', '124546.757500', '124547.217500', '124547.677500', '124548.137500', '124548.597500', '124549.057500', '124549.517500', '124549.977500', '124550.437500', '124550.897500', '124551.357500', '124551.817500', '124552.277500', '124552.737500', '124553.197500', '124553.657500', '124554.117500', '124554.577500', '124555.037500', '124555.497500', '124555.957500', '124556.417500', '124556.877500', '124557.337500', '124557.797500', '124558.257500', '124558.717500', '124559.177500', '124559.637500', '124600.097500', '124600.557500', '124601.017500', '124601.477500', '124601.937500', '124602.397500', '124602.857500', '124603.317500', '124603.777500', '124604.237500', '124604.697500', '124605.157500', '124605.617500', '124606.077500', '124606.537500', '124606.997500', '124607.457500', '124607.917500', '124608.377500', '124608.837500', '124609.297500', '124609.757500', '124610.217500', '124610.677500', '124611.137500', '124611.597500', '124612.057500', '124612.517500', '124612.977500', '124613.437500', '124613.897500', '124614.357500', '124614.817500', '124615.277500', '124615.737500', '124616.197500', '124616.657500', '124617.117500', '124617.577500', '124618.037500', '124618.497500', '124618.957500', '124619.417500', '124619.877500', '124620.337500', '124620.797500', '124621.257500', '124621.717500', '124622.177500', '124622.637500', '124623.097500', '124623.557500', '124624.017500', '124624.477500', '124624.937500', '124625.397500', '124625.857500', '124626.317500', '124626.777500', '124627.237500', '124627.697500', '124628.157500', '124628.617500', '124629.077500', '124629.537500', '124629.997500', '124630.457500', '124630.917500', '124631.377500', '124631.837500', '124632.297500', '124632.757500', '124633.217500', '124633.677500', '124634.137500', '124634.597500', '124635.057500', '124635.517500', '124635.977500', '124636.437500', '124636.897500', '124637.357500', '124637.817500', '124638.277500', '124638.737500', '124639.197500', '124639.657500', '124640.117500', '124640.577500', '124641.037500', '124641.497500', '124641.957500', '124642.417500', '124642.877500', '124643.337500', '124643.797500', '124644.257500', '124644.717500', '124645.177500', '124645.637500', '124646.097500', '124646.557500', '124647.017500', '124647.477500', '124647.937500', '124648.397500', '124648.857500', '124649.317500', '124649.777500', '124650.237500', '124650.697500', '124651.157500', '124651.617500', '124652.077500', '124652.537500', '124652.997500', '124653.457500', '124653.917500', '124654.377500', '124654.837500', '124655.297500', '124655.757500', '124656.217500', '124656.677500', '124657.137500', '124657.597500', '124658.057500', '124658.517500', '124658.977500', '124659.437500', '124659.897500', '124700.357500', '124700.817500', '124701.277500', '124701.737500', '124702.197500', '124702.657500', '124703.117500', '124703.577500', '124704.037500', '124704.497500', '124704.957500', '124705.417500', '124705.877500', '124706.337500', '124706.797500', '124707.257500', '124707.717500', '124708.177500', '124708.637500', '124709.097500', '124709.557500', '124710.017500', '124710.477500', '124710.937500', '124711.397500', '124711.857500', '124712.317500', '124712.777500', '124713.237500', '124713.697500', '124714.157500', '124714.617500', '124715.077500', '124715.537500', '124715.997500', '124716.457500', '124716.917500', '124717.377500', '124717.837500', '124718.297500', '124718.757500', '124719.217500', '124719.677500', '124720.137500', '124720.597500', '124721.057500', '124721.517500', '124721.977500', '124722.437500', '124722.897500', '124723.357500', '124723.817500', '124724.277500', '124724.737500', '124725.197500', '124725.657500', '124726.117500', '124726.577500', '124727.037500', '124727.497500', '124727.957500', '124728.417500', '124728.877500', '124729.337500', '124729.797500', '124730.257500', '124730.717500', '124731.177500', '124731.637500', '124732.097500', '124732.557500', '124733.017500', '124733.477500', '124733.937500', '124734.397500', '124734.857500', '124735.317500', '124735.777500', '124736.237500', '124736.697500', '124737.157500', '124737.617500', '124738.077500', '124738.537500', '124738.997500', '124739.457500', '124739.917500', '124740.377500', '124740.837500', '124741.297500', '124741.757500', '124742.217500', '124742.677500', '124743.137500', '124743.597500', '124744.057500', '124744.517500', '124744.977500', '124745.437500', '124745.897500', '124746.357500', '124746.817500', '124747.277500', '124747.737500', '124748.197500', '124748.657500', '124749.117500', '124749.577500', '124750.037500', '124750.497500', '124750.957500', '124751.417500', '124751.877500', '124752.337500', '124752.797500', '124753.257500', '124753.717500', '124754.177500', '124754.637500', '124755.097500', '124755.557500', '124756.017500', '124756.477500', '124756.937500', '124757.397500', '124757.857500', '124758.317500', '124758.777500', '124759.237500', '124759.697500', '124800.157500', '124800.617500', '124801.077500', '124801.537500', '124801.997500', '124802.457500', '124802.917500', '124803.377500', '124803.837500', '124804.297500', '124804.757500', '124805.217500', '124805.677500', '124806.137500', '124806.597500', '124807.057500', '124807.517500', '124807.977500', '124808.437500', '124808.897500', '124809.357500', '124809.817500', '124810.277500', '124810.737500', '124811.197500', '124811.657500', '124812.117500', '124812.577500', '124813.037500', '124813.497500', '124813.957500', '124814.417500', '124814.877500', '124815.337500', '124815.797500', '124816.257500', '124816.717500', '124817.177500', '124817.637500', '124818.097500', '124818.557500', '124819.017500', '124819.477500', '124819.937500', '124820.397500', '124820.857500', '124821.317500', '124821.777500', '124822.237500', '124822.697500', '124823.157500', '124823.617500', '124824.077500', '124824.537500', '124824.997500', '124825.457500', '124825.917500', '124826.377500', '124826.837500', '124827.297500', '124827.757500', '124828.217500', '124828.677500', '124829.137500', '124829.597500', '124830.057500', '124830.517500', '124830.977500', '124831.437500', '124831.897500', '124832.357500', '124832.817500', '124833.277500', '124833.737500', '124834.197500', '124834.657500', '124835.117500', '124835.577500', '124836.037500', '124836.497500', '124836.957500', '124837.417500', '124837.877500', '124838.337500', '124838.797500', '124839.257500', '124839.717500', '124840.177500', '124840.637500', '124841.097500', '124841.557500', '124842.017500', '124842.477500', '124842.937500', '124843.397500', '124843.857500', '124844.317500', '124844.777500', '124845.237500', '124845.697500', '124846.157500', '124846.617500', '124847.077500', '124847.537500', '124847.997500', '124848.457500', '124848.917500', '124849.377500', '124849.837500', '124850.297500', '124850.757500', '124851.217500', '124851.677500', '124852.137500', '124852.597500', '124853.057500', '124853.517500', '124853.977500', '124854.437500', '124854.897500', '124855.357500', '124855.817500', '124856.277500', '124856.737500', '124857.197500', '124857.657500', '124858.117500', '124858.577500', '124859.037500', '124859.497500', '124859.957500', '124900.417500', '124900.877500', '124901.337500', '124901.797500', '124902.257500', '124902.717500', '124903.177500', '124903.637500', '124904.097500', '124904.557500', '124905.017500', '124905.477500', '124905.937500', '124906.397500', '124906.857500', '124907.317500', '124907.777500', '124908.237500', '124908.697500', '124909.157500', '124909.617500', '124910.077500', '124910.537500', '124910.997500', '124911.457500', '124911.917500', '124912.377500', '124912.837500', '124913.297500', '124913.757500', '124914.217500', '124914.677500', '124915.137500', '124915.597500', '124916.057500', '124916.517500', '124916.977500', '124917.437500', '124917.897500', '124918.357500', '124918.817500', '124919.277500', '124919.737500', '124920.197500', '124920.657500', '124921.117500', '124921.577500', '124922.037500', '124922.497500', '124922.957500', '124923.417500', '124923.877500', '124924.337500', '124924.797500', '124925.257500', '124925.717500', '124926.177500', '124926.637500', '124927.097500', '124927.557500', '124928.017500', '124928.477500', '124928.937500', '124929.397500', '124929.857500', '124930.317500', '124930.777500', '124931.237500', '124931.697500', '124932.157500', '124932.617500', '124933.077500', '124933.537500', '124933.997500', '124934.457500', '124934.917500', '124935.377500', '124935.837500', '124936.297500', '124936.757500', '124937.217500', '124937.677500', '124938.137500', '124938.597500', '124939.057500', '124939.517500', '124939.977500', '124940.437500', '124940.897500', '124941.357500', '124941.817500', '124942.277500', '124942.737500', '124943.197500', '124943.657500', '124944.117500', '124944.577500', '124945.037500', '124945.497500', '124945.957500', '124946.417500', '124946.877500', '124947.337500', '124947.797500', '124948.257500', '124948.717500', '124949.177500', '124949.637500', '124950.097500', '124950.557500', '124951.017500', '124951.477500', '124951.937500', '124952.397500', '124952.857500', '124953.317500', '124953.777500', '124954.237500', '124954.697500', '124955.157500', '124955.617500', '124956.077500', '124956.537500', '124956.997500', '124957.457500', '124957.917500', '124958.377500', '124958.837500', '124959.297500', '124959.757500', '125000.217500', '125000.677500', '125001.137500', '125001.597500', '125002.057500', '125002.517500', '125002.977500', '125003.437500', '125003.897500', '125004.357500', '125004.817500', '125005.277500', '125005.737500', '125006.197500', '125006.657500', '125007.117500', '125007.577500', '125008.037500', '125008.497500', '125008.957500', '125009.417500', '125009.877500', '125010.337500', '125010.797500', '125011.257500', '125011.717500', '125012.177500', '125012.637500', '125013.097500', '125013.557500', '125014.017500', '125014.477500', '125014.937500', '125015.397500', '125015.857500', '125016.317500', '125016.777500', '125017.237500', '125017.697500', '125018.157500', '125018.617500', '125019.077500', '125019.537500', '125019.997500', '125020.457500', '125020.917500', '125021.377500', '125021.837500', '125022.297500', '125022.757500', '125023.217500', '125023.677500', '125024.137500', '125024.597500', '125025.057500', '125025.517500'], 'ContentTime': ['124403.030000', '124403.033000', '124403.038000', '124403.042000', '124403.046000', '124403.048000', '124403.051000', '124403.054000', '124403.057000', '124403.060000', '124403.063000', '124403.065000', '124403.068000', '124403.071000', '124403.074000', '124403.077000', '124403.079000', '124403.082000', '124403.085000', '124403.088000', '124403.091000', '124403.093000', '124403.096000', '124403.099000', '124403.102000', '124403.105000', '124403.108000', '124403.111000', '124403.113000', '124403.116000', '124403.123000', '124403.125000', '124403.128000', '124403.131000', '124403.134000', '124403.137000', '124403.139000', '124422.996000', '124423.000000', '124423.003000', '124423.006000', '124423.008000', '124423.011000', '124423.014000', '124423.017000', '124423.020000', '124423.022000', '124423.025000', '124423.028000', '124423.031000', '124423.034000', '124423.037000', '124423.039000', '124423.042000', '124423.045000', '124423.048000', '124423.051000', '124423.053000', '124423.056000', '124423.059000', '124423.062000', '124423.065000', '124423.068000', '124423.071000', '124423.073000', '124423.076000', '124423.079000', '124423.082000', '124423.085000', '124423.087000', '124423.090000', '124423.093000', '124423.096000', '124423.099000', '124423.102000', '124423.105000', '124423.107000', '124423.110000', '124423.113000', '124423.116000', '124423.119000', '124442.997000', '124443.000000', '124443.005000', '124443.008000', '124443.011000', '124443.014000', '124443.017000', '124443.019000', '124443.022000', '124443.025000', '124443.028000', '124443.030000', '124443.033000', '124443.036000', '124443.040000', '124443.045000', '124443.048000', '124443.051000', '124443.054000', '124443.057000', '124443.060000', '124443.062000', '124443.066000', '124443.068000', '124443.071000', '124443.074000', '124443.077000', '124443.080000', '124443.082000', '124443.085000', '124443.088000', '124443.091000', '124443.094000', '124443.096000', '124443.099000', '124443.102000', '124443.105000', '124443.108000', '124443.111000', '124443.116000', '124443.118000', '124443.121000', '124443.124000', '124502.996000', '124503.000000', '124503.003000', '124503.006000', '124503.009000', '124503.011000', '124503.014000', '124503.017000', '124503.020000', '124503.023000', '124503.026000', '124503.028000', '124503.031000', '124503.034000', '124503.037000', '124503.040000', '124503.042000', '124503.045000', '124503.048000', '124503.051000', '124503.054000', '124503.057000', '124503.060000', '124503.062000', '124503.065000', '124503.068000', '124503.071000', '124503.074000', '124503.076000', '124503.079000', '124503.082000', '124503.085000', '124503.088000', '124503.091000', '124503.094000', '124503.096000', '124503.099000', '124503.102000', '124503.105000', '124503.108000', '124503.110000', '124503.113000', '124503.116000', '124503.128000', '124522.996000', '124523.015000', '124523.018000', '124523.021000', '124523.024000', '124523.026000', '124523.029000', '124523.032000', '124523.035000', '124523.038000', '124523.041000', '124523.043000', '124523.046000', '124523.049000', '124523.052000', '124523.055000', '124523.058000', '124523.060000', '124523.063000', '124523.066000', '124523.069000', '124523.072000', '124523.075000', '124523.078000', '124523.081000', '124523.084000', '124523.087000', '124523.089000', '124523.092000', '124523.095000', '124523.098000', '124523.101000', '124523.103000', '124523.106000', '124523.109000', '124523.112000', '124523.115000', '124523.118000', '124523.120000', '124523.123000', '124523.126000', '124523.129000', '124523.132000', '124542.996000', '124543.000000', '124543.003000', '124543.006000', '124543.009000', '124543.011000', '124543.014000', '124543.017000', '124543.020000', '124543.023000', '124543.025000', '124543.028000', '124543.031000', '124543.034000', '124543.037000', '124543.040000', '124543.043000', '124543.045000', '124543.048000', '124543.051000', '124543.054000', '124543.057000', '124543.059000', '124543.062000', '124543.065000', '124543.068000', '124543.071000', '124543.074000', '124543.076000', '124543.079000', '124543.082000', '124543.085000', '124543.088000', '124543.091000', '124543.093000', '124543.096000', '124543.099000', '124543.102000', '124543.105000', '124543.108000', '124543.110000', '124543.113000', '124543.116000', '124543.119000', '124602.996000', '124603.000000', '124603.003000', '124603.006000', '124603.008000', '124603.011000', '124603.014000', '124603.017000', '124603.020000', '124603.023000', '124603.026000', '124603.029000', '124603.032000', '124603.035000', '124603.038000', '124603.041000', '124603.043000', '124603.046000', '124603.049000', '124603.052000', '124603.055000', '124603.057000', '124603.060000', '124603.063000', '124603.066000', '124603.069000', '124603.072000', '124603.075000', '124603.078000', '124603.081000', '124603.084000', '124603.087000', '124603.090000', '124603.092000', '124603.095000', '124603.098000', '124603.101000', '124603.104000', '124603.106000', '124603.109000', '124603.112000', '124603.115000', '124603.118000', '124622.996000', '124623.000000', '124623.003000', '124623.006000', '124623.008000', '124623.011000', '124623.014000', '124623.017000', '124623.020000', '124623.023000', '124623.025000', '124623.028000', '124623.031000', '124623.034000', '124623.037000', '124623.040000', '124623.043000', '124623.045000', '124623.048000', '124623.051000', '124623.054000', '124623.057000', '124623.060000', '124623.063000', '124623.065000', '124623.068000', '124623.071000', '124623.074000', '124623.077000', '124623.080000', '124623.082000', '124623.085000', '124623.088000', '124623.091000', '124623.094000', '124623.097000', '124623.100000', '124623.102000', '124623.105000', '124623.108000', '124623.111000', '124623.114000', '124623.117000', '124623.119000', '124642.996000', '124643.000000', '124643.003000', '124643.006000', '124643.008000', '124643.011000', '124643.014000', '124643.017000', '124643.020000', '124643.023000', '124643.025000', '124643.028000', '124643.031000', '124643.034000', '124643.037000', '124643.040000', '124643.042000', '124643.045000', '124643.048000', '124643.051000', '124643.054000', '124643.057000', '124643.060000', '124643.062000', '124643.065000', '124643.068000', '124643.081000', '124643.083000', '124643.086000', '124643.089000', '124643.092000', '124643.095000', '124643.098000', '124643.101000', '124643.104000', '124643.106000', '124643.109000', '124643.112000', '124643.115000', '124643.118000', '124643.121000', '124643.124000', '124643.127000', '124702.997000', '124703.001000', '124703.004000', '124703.007000', '124703.010000', '124703.012000', '124703.015000', '124703.018000', '124703.021000', '124703.024000', '124703.027000', '124703.030000', '124703.032000', '124703.035000', '124703.038000', '124703.041000', '124703.044000', '124703.047000', '124703.049000', '124703.052000', '124703.055000', '124703.058000', '124703.061000', '124703.064000', '124703.066000', '124703.069000', '124703.072000', '124703.075000', '124703.078000', '124703.081000', '124703.084000', '124703.086000', '124703.089000', '124703.092000', '124703.095000', '124703.098000', '124703.101000', '124703.103000', '124703.106000', '124703.109000', '124703.112000', '124703.115000', '124703.118000', '124703.121000', '124722.996000', '124723.000000', '124723.003000', '124723.005000', '124723.008000', '124723.011000', '124723.014000', '124723.017000', '124723.020000', '124723.022000', '124723.025000', '124723.028000', '124723.031000', '124723.034000', '124723.037000', '124723.039000', '124723.042000', '124723.045000', '124723.048000', '124723.051000', '124723.054000', '124723.056000', '124723.060000', '124723.063000', '124723.066000', '124723.069000', '124723.072000', '124723.075000', '124723.078000', '124723.080000', '124723.083000', '124723.086000', '124723.089000', '124723.092000', '124723.095000', '124723.097000', '124723.100000', '124723.103000', '124723.106000', '124723.109000', '124723.112000', '124723.115000', '124723.118000', '124742.996000', '124743.000000', '124743.003000', '124743.006000', '124743.008000', '124743.011000', '124743.014000', '124743.017000', '124743.020000', '124743.023000', '124743.026000', '124743.029000', '124743.031000', '124743.034000', '124743.037000', '124743.040000', '124743.043000', '124743.046000', '124743.049000', '124743.051000', '124743.054000', '124743.057000', '124743.060000', '124743.063000', '124743.066000', '124743.069000', '124743.071000', '124743.074000', '124743.077000', '124743.080000', '124743.083000', '124743.085000', '124743.088000', '124743.091000', '124743.094000', '124743.097000', '124743.100000', '124743.103000', '124743.106000', '124743.108000', '124743.111000', '124743.114000', '124743.117000', '124743.120000', '124802.996000', '124803.000000', '124803.003000', '124803.006000', '124803.008000', '124803.011000', '124803.014000', '124803.017000', '124803.020000', '124803.023000', '124803.026000', '124803.028000', '124803.031000', '124803.034000', '124803.037000', '124803.040000', '124803.042000', '124803.045000', '124803.048000', '124803.051000', '124803.054000', '124803.057000', '124803.059000', '124803.062000', '124803.065000', '124803.068000', '124803.071000', '124803.074000', '124803.077000', '124803.079000', '124803.082000', '124803.085000', '124803.088000', '124803.091000', '124803.093000', '124803.096000', '124803.099000', '124803.102000', '124803.105000', '124803.108000', '124803.111000', '124803.113000', '124803.116000', '124822.996000', '124823.000000', '124823.003000', '124823.005000', '124823.008000', '124823.011000', '124823.014000', '124823.017000', '124823.020000', '124823.023000', '124823.026000', '124823.028000', '124823.031000', '124823.034000', '124823.037000', '124823.040000', '124823.043000', '124823.045000', '124823.048000', '124823.051000', '124823.054000', '124823.057000', '124823.076000', '124823.079000', '124823.082000', '124823.085000', '124823.088000', '124823.090000', '124823.093000', '124823.096000', '124823.099000', '124823.102000', '124823.105000', '124823.108000', '124823.110000', '124823.113000', '124823.116000', '124823.119000', '124823.122000', '124823.124000', '124823.127000', '124823.130000', '124823.133000', '124823.136000', '124842.996000', '124843.000000', '124843.003000', '124843.006000', '124843.009000', '124843.011000', '124843.014000', '124843.017000', '124843.020000', '124843.023000', '124843.026000', '124843.029000', '124843.031000', '124843.034000', '124843.037000', '124843.040000', '124843.043000', '124843.045000', '124843.048000', '124843.051000', '124843.054000', '124843.057000', '124843.060000', '124843.063000', '124843.065000', '124843.068000', '124843.071000', '124843.074000', '124843.077000', '124843.079000', '124843.082000', '124843.085000', '124843.088000', '124843.091000', '124843.094000', '124843.098000', '124843.101000', '124843.104000', '124843.107000', '124843.110000', '124843.113000', '124843.116000', '124843.119000', '124902.996000', '124903.000000', '124903.003000', '124903.006000', '124903.009000', '124903.011000', '124903.014000', '124903.017000', '124903.020000', '124903.023000', '124903.026000', '124903.029000', '124903.031000', '124903.034000', '124903.037000', '124903.040000', '124903.043000', '124903.046000', '124903.048000', '124903.051000', '124903.054000', '124903.057000', '124903.060000', '124903.063000', '124903.066000', '124903.069000', '124903.072000', '124903.075000', '124903.077000', '124903.080000', '124903.083000', '124903.086000', '124903.089000', '124903.092000', '124903.094000', '124903.097000', '124903.100000', '124903.103000', '124903.106000', '124903.109000', '124903.112000', '124903.114000', '124903.117000', '124903.120000', '124922.997000', '124923.001000', '124923.004000', '124923.007000', '124923.010000', '124923.013000', '124923.019000', '124923.021000', '124923.024000', '124923.027000', '124923.030000', '124923.033000', '124923.036000', '124923.039000', '124923.041000', '124923.044000', '124923.047000', '124923.050000', '124923.053000', '124923.056000', '124923.059000', '124923.062000', '124923.064000', '124923.067000', '124923.070000', '124923.073000', '124923.076000', '124923.079000', '124923.081000', '124923.084000', '124923.087000', '124923.090000', '124923.093000', '124923.096000', '124923.099000', '124923.101000', '124923.104000', '124923.107000', '124923.110000', '124923.113000', '124923.116000', '124923.118000', '124923.121000', '124942.996000', '124943.000000', '124943.003000', '124943.006000', '124943.009000', '124943.011000', '124943.014000', '124943.017000', '124943.020000', '124943.023000', '124943.026000', '124943.029000', '124943.031000', '124943.034000', '124943.037000', '124943.040000', '124943.043000', '124943.046000', '124943.062000', '124943.065000', '124943.067000', '124943.070000', '124943.073000', '124943.076000', '124943.079000', '124943.082000', '124943.085000', '124943.087000', '124943.090000', '124943.093000', '124943.096000', '124943.099000', '124943.102000', '124943.105000', '124943.107000', '124943.110000', '124943.113000', '124943.116000', '124943.119000', '124943.122000', '124943.125000', '124943.127000', '124943.130000', '124943.133000', '125002.996000', '125003.000000', '125003.003000', '125003.006000', '125003.009000', '125003.012000', '125003.015000', '125003.018000', '125003.022000', '125003.025000', '125003.028000', '125003.030000', '125003.033000', '125003.036000', '125003.039000', '125003.042000', '125003.045000', '125003.048000', '125003.051000', '125003.053000', '125003.056000', '125003.059000', '125003.062000', '125003.065000', '125003.068000', '125003.070000', '125003.073000', '125003.076000', '125003.079000', '125003.082000', '125003.085000', '125003.087000', '125003.090000', '125003.093000', '125003.096000', '125003.099000', '125003.102000', '125003.105000', '125003.107000', '125003.110000', '125003.113000', '125003.116000', '125003.119000', '125022.996000', '125023.000000', '125023.003000', '125023.006000', '125023.009000', '125023.012000', '125023.014000', '125023.017000', '125023.020000', '125023.023000', '125023.026000', '125023.029000', '125023.032000', '125023.035000', '125023.038000', '125023.041000', '125023.044000', '125023.047000', '125023.050000', '125023.052000', '125023.055000', '125023.058000', '125023.061000', '125023.064000', '125023.067000', '125023.070000', '125023.072000', '125023.075000', '125023.078000', '125023.081000', '125023.084000', '125023.087000', '125023.090000', '125023.093000', '125023.096000', '125023.098000', '125023.101000', '125023.104000', '125023.107000', '125023.110000', '125023.113000', '125023.116000', '125023.118000', '125026.704000', '125026.708000', '125026.721000', '125026.725000', '125026.728000', '125026.731000', '125026.734000', '125026.737000', '125026.740000'], 'InstanceCreationTime': ['124403.030000', '124403.033000', '124403.038000', '124403.042000', '124403.046000', '124403.048000', '124403.051000', '124403.054000', '124403.057000', '124403.060000', '124403.063000', '124403.065000', '124403.068000', '124403.071000', '124403.074000', '124403.077000', '124403.079000', '124403.082000', '124403.085000', '124403.088000', '124403.091000', '124403.093000', '124403.096000', '124403.099000', '124403.102000', '124403.105000', '124403.108000', '124403.111000', '124403.113000', '124403.116000', '124403.123000', '124403.125000', '124403.128000', '124403.131000', '124403.134000', '124403.137000', '124403.139000', '124422.996000', '124423.000000', '124423.003000', '124423.006000', '124423.008000', '124423.011000', '124423.014000', '124423.017000', '124423.020000', '124423.022000', '124423.025000', '124423.028000', '124423.031000', '124423.034000', '124423.037000', '124423.039000', '124423.042000', '124423.045000', '124423.048000', '124423.051000', '124423.053000', '124423.056000', '124423.059000', '124423.062000', '124423.065000', '124423.068000', '124423.071000', '124423.073000', '124423.076000', '124423.079000', '124423.082000', '124423.085000', '124423.087000', '124423.090000', '124423.093000', '124423.096000', '124423.099000', '124423.102000', '124423.105000', '124423.107000', '124423.110000', '124423.113000', '124423.116000', '124423.119000', '124442.997000', '124443.000000', '124443.005000', '124443.008000', '124443.011000', '124443.014000', '124443.017000', '124443.019000', '124443.022000', '124443.025000', '124443.028000', '124443.030000', '124443.033000', '124443.036000', '124443.040000', '124443.045000', '124443.048000', '124443.051000', '124443.054000', '124443.057000', '124443.060000', '124443.062000', '124443.066000', '124443.068000', '124443.071000', '124443.074000', '124443.077000', '124443.080000', '124443.082000', '124443.085000', '124443.088000', '124443.091000', '124443.094000', '124443.096000', '124443.099000', '124443.102000', '124443.105000', '124443.108000', '124443.111000', '124443.116000', '124443.118000', '124443.121000', '124443.124000', '124502.996000', '124503.000000', '124503.003000', '124503.006000', '124503.009000', '124503.011000', '124503.014000', '124503.017000', '124503.020000', '124503.023000', '124503.026000', '124503.028000', '124503.031000', '124503.034000', '124503.037000', '124503.040000', '124503.042000', '124503.045000', '124503.048000', '124503.051000', '124503.054000', '124503.057000', '124503.060000', '124503.062000', '124503.065000', '124503.068000', '124503.071000', '124503.074000', '124503.076000', '124503.079000', '124503.082000', '124503.085000', '124503.088000', '124503.091000', '124503.094000', '124503.096000', '124503.099000', '124503.102000', '124503.105000', '124503.108000', '124503.110000', '124503.113000', '124503.116000', '124503.128000', '124522.996000', '124523.015000', '124523.018000', '124523.021000', '124523.024000', '124523.026000', '124523.029000', '124523.032000', '124523.035000', '124523.038000', '124523.041000', '124523.043000', '124523.046000', '124523.049000', '124523.052000', '124523.055000', '124523.058000', '124523.060000', '124523.063000', '124523.066000', '124523.069000', '124523.072000', '124523.075000', '124523.078000', '124523.081000', '124523.084000', '124523.087000', '124523.089000', '124523.092000', '124523.095000', '124523.098000', '124523.101000', '124523.103000', '124523.106000', '124523.109000', '124523.112000', '124523.115000', '124523.118000', '124523.120000', '124523.123000', '124523.126000', '124523.129000', '124523.132000', '124542.996000', '124543.000000', '124543.003000', '124543.006000', '124543.009000', '124543.011000', '124543.014000', '124543.017000', '124543.020000', '124543.023000', '124543.025000', '124543.028000', '124543.031000', '124543.034000', '124543.037000', '124543.040000', '124543.043000', '124543.045000', '124543.048000', '124543.051000', '124543.054000', '124543.057000', '124543.059000', '124543.062000', '124543.065000', '124543.068000', '124543.071000', '124543.074000', '124543.076000', '124543.079000', '124543.082000', '124543.085000', '124543.088000', '124543.091000', '124543.093000', '124543.096000', '124543.099000', '124543.102000', '124543.105000', '124543.108000', '124543.110000', '124543.113000', '124543.116000', '124543.119000', '124602.996000', '124603.000000', '124603.003000', '124603.006000', '124603.008000', '124603.011000', '124603.014000', '124603.017000', '124603.020000', '124603.023000', '124603.026000', '124603.029000', '124603.032000', '124603.035000', '124603.038000', '124603.041000', '124603.043000', '124603.046000', '124603.049000', '124603.052000', '124603.055000', '124603.057000', '124603.060000', '124603.063000', '124603.066000', '124603.069000', '124603.072000', '124603.075000', '124603.078000', '124603.081000', '124603.084000', '124603.087000', '124603.090000', '124603.092000', '124603.095000', '124603.098000', '124603.101000', '124603.104000', '124603.106000', '124603.109000', '124603.112000', '124603.115000', '124603.118000', '124622.996000', '124623.000000', '124623.003000', '124623.006000', '124623.008000', '124623.011000', '124623.014000', '124623.017000', '124623.020000', '124623.023000', '124623.025000', '124623.028000', '124623.031000', '124623.034000', '124623.037000', '124623.040000', '124623.043000', '124623.045000', '124623.048000', '124623.051000', '124623.054000', '124623.057000', '124623.060000', '124623.063000', '124623.065000', '124623.068000', '124623.071000', '124623.074000', '124623.077000', '124623.080000', '124623.082000', '124623.085000', '124623.088000', '124623.091000', '124623.094000', '124623.097000', '124623.100000', '124623.102000', '124623.105000', '124623.108000', '124623.111000', '124623.114000', '124623.117000', '124623.119000', '124642.996000', '124643.000000', '124643.003000', '124643.006000', '124643.008000', '124643.011000', '124643.014000', '124643.017000', '124643.020000', '124643.023000', '124643.025000', '124643.028000', '124643.031000', '124643.034000', '124643.037000', '124643.040000', '124643.042000', '124643.045000', '124643.048000', '124643.051000', '124643.054000', '124643.057000', '124643.060000', '124643.062000', '124643.065000', '124643.068000', '124643.081000', '124643.083000', '124643.086000', '124643.089000', '124643.092000', '124643.095000', '124643.098000', '124643.101000', '124643.104000', '124643.106000', '124643.109000', '124643.112000', '124643.115000', '124643.118000', '124643.121000', '124643.124000', '124643.127000', '124702.997000', '124703.001000', '124703.004000', '124703.007000', '124703.010000', '124703.012000', '124703.015000', '124703.018000', '124703.021000', '124703.024000', '124703.027000', '124703.030000', '124703.032000', '124703.035000', '124703.038000', '124703.041000', '124703.044000', '124703.047000', '124703.049000', '124703.052000', '124703.055000', '124703.058000', '124703.061000', '124703.064000', '124703.066000', '124703.069000', '124703.072000', '124703.075000', '124703.078000', '124703.081000', '124703.084000', '124703.086000', '124703.089000', '124703.092000', '124703.095000', '124703.098000', '124703.101000', '124703.103000', '124703.106000', '124703.109000', '124703.112000', '124703.115000', '124703.118000', '124703.121000', '124722.996000', '124723.000000', '124723.003000', '124723.005000', '124723.008000', '124723.011000', '124723.014000', '124723.017000', '124723.020000', '124723.022000', '124723.025000', '124723.028000', '124723.031000', '124723.034000', '124723.037000', '124723.039000', '124723.042000', '124723.045000', '124723.048000', '124723.051000', '124723.054000', '124723.056000', '124723.060000', '124723.063000', '124723.066000', '124723.069000', '124723.072000', '124723.075000', '124723.078000', '124723.080000', '124723.083000', '124723.086000', '124723.089000', '124723.092000', '124723.095000', '124723.097000', '124723.100000', '124723.103000', '124723.106000', '124723.109000', '124723.112000', '124723.115000', '124723.118000', '124742.996000', '124743.000000', '124743.003000', '124743.006000', '124743.008000', '124743.011000', '124743.014000', '124743.017000', '124743.020000', '124743.023000', '124743.026000', '124743.029000', '124743.031000', '124743.034000', '124743.037000', '124743.040000', '124743.043000', '124743.046000', '124743.049000', '124743.051000', '124743.054000', '124743.057000', '124743.060000', '124743.063000', '124743.066000', '124743.069000', '124743.071000', '124743.074000', '124743.077000', '124743.080000', '124743.083000', '124743.085000', '124743.088000', '124743.091000', '124743.094000', '124743.097000', '124743.100000', '124743.103000', '124743.106000', '124743.108000', '124743.111000', '124743.114000', '124743.117000', '124743.120000', '124802.996000', '124803.000000', '124803.003000', '124803.006000', '124803.008000', '124803.011000', '124803.014000', '124803.017000', '124803.020000', '124803.023000', '124803.026000', '124803.028000', '124803.031000', '124803.034000', '124803.037000', '124803.040000', '124803.042000', '124803.045000', '124803.048000', '124803.051000', '124803.054000', '124803.057000', '124803.059000', '124803.062000', '124803.065000', '124803.068000', '124803.071000', '124803.074000', '124803.077000', '124803.079000', '124803.082000', '124803.085000', '124803.088000', '124803.091000', '124803.093000', '124803.096000', '124803.099000', '124803.102000', '124803.105000', '124803.108000', '124803.111000', '124803.113000', '124803.116000', '124822.996000', '124823.000000', '124823.003000', '124823.005000', '124823.008000', '124823.011000', '124823.014000', '124823.017000', '124823.020000', '124823.023000', '124823.026000', '124823.028000', '124823.031000', '124823.034000', '124823.037000', '124823.040000', '124823.043000', '124823.045000', '124823.048000', '124823.051000', '124823.054000', '124823.057000', '124823.076000', '124823.079000', '124823.082000', '124823.085000', '124823.088000', '124823.090000', '124823.093000', '124823.096000', '124823.099000', '124823.102000', '124823.105000', '124823.108000', '124823.110000', '124823.113000', '124823.116000', '124823.119000', '124823.122000', '124823.124000', '124823.127000', '124823.130000', '124823.133000', '124823.136000', '124842.996000', '124843.000000', '124843.003000', '124843.006000', '124843.009000', '124843.011000', '124843.014000', '124843.017000', '124843.020000', '124843.023000', '124843.026000', '124843.029000', '124843.031000', '124843.034000', '124843.037000', '124843.040000', '124843.043000', '124843.045000', '124843.048000', '124843.051000', '124843.054000', '124843.057000', '124843.060000', '124843.063000', '124843.065000', '124843.068000', '124843.071000', '124843.074000', '124843.077000', '124843.079000', '124843.082000', '124843.085000', '124843.088000', '124843.091000', '124843.094000', '124843.098000', '124843.101000', '124843.104000', '124843.107000', '124843.110000', '124843.113000', '124843.116000', '124843.119000', '124902.996000', '124903.000000', '124903.003000', '124903.006000', '124903.009000', '124903.011000', '124903.014000', '124903.017000', '124903.020000', '124903.023000', '124903.026000', '124903.029000', '124903.031000', '124903.034000', '124903.037000', '124903.040000', '124903.043000', '124903.046000', '124903.048000', '124903.051000', '124903.054000', '124903.057000', '124903.060000', '124903.063000', '124903.066000', '124903.069000', '124903.072000', '124903.075000', '124903.077000', '124903.080000', '124903.083000', '124903.086000', '124903.089000', '124903.092000', '124903.094000', '124903.097000', '124903.100000', '124903.103000', '124903.106000', '124903.109000', '124903.112000', '124903.114000', '124903.117000', '124903.120000', '124922.997000', '124923.001000', '124923.004000', '124923.007000', '124923.010000', '124923.013000', '124923.019000', '124923.021000', '124923.024000', '124923.027000', '124923.030000', '124923.033000', '124923.036000', '124923.039000', '124923.041000', '124923.044000', '124923.047000', '124923.050000', '124923.053000', '124923.056000', '124923.059000', '124923.062000', '124923.064000', '124923.067000', '124923.070000', '124923.073000', '124923.076000', '124923.079000', '124923.081000', '124923.084000', '124923.087000', '124923.090000', '124923.093000', '124923.096000', '124923.099000', '124923.101000', '124923.104000', '124923.107000', '124923.110000', '124923.113000', '124923.116000', '124923.118000', '124923.121000', '124942.996000', '124943.000000', '124943.003000', '124943.006000', '124943.009000', '124943.011000', '124943.014000', '124943.017000', '124943.020000', '124943.023000', '124943.026000', '124943.029000', '124943.031000', '124943.034000', '124943.037000', '124943.040000', '124943.043000', '124943.046000', '124943.062000', '124943.065000', '124943.067000', '124943.070000', '124943.073000', '124943.076000', '124943.079000', '124943.082000', '124943.085000', '124943.087000', '124943.090000', '124943.093000', '124943.096000', '124943.099000', '124943.102000', '124943.105000', '124943.107000', '124943.110000', '124943.113000', '124943.116000', '124943.119000', '124943.122000', '124943.125000', '124943.127000', '124943.130000', '124943.133000', '125002.996000', '125003.000000', '125003.003000', '125003.006000', '125003.009000', '125003.012000', '125003.015000', '125003.018000', '125003.022000', '125003.025000', '125003.028000', '125003.030000', '125003.033000', '125003.036000', '125003.039000', '125003.042000', '125003.045000', '125003.048000', '125003.051000', '125003.053000', '125003.056000', '125003.059000', '125003.062000', '125003.065000', '125003.068000', '125003.070000', '125003.073000', '125003.076000', '125003.079000', '125003.082000', '125003.085000', '125003.087000', '125003.090000', '125003.093000', '125003.096000', '125003.099000', '125003.102000', '125003.105000', '125003.107000', '125003.110000', '125003.113000', '125003.116000', '125003.119000', '125022.996000', '125023.000000', '125023.003000', '125023.006000', '125023.009000', '125023.012000', '125023.014000', '125023.017000', '125023.020000', '125023.023000', '125023.026000', '125023.029000', '125023.032000', '125023.035000', '125023.038000', '125023.041000', '125023.044000', '125023.047000', '125023.050000', '125023.052000', '125023.055000', '125023.058000', '125023.061000', '125023.064000', '125023.067000', '125023.070000', '125023.072000', '125023.075000', '125023.078000', '125023.081000', '125023.084000', '125023.087000', '125023.090000', '125023.093000', '125023.096000', '125023.098000', '125023.101000', '125023.104000', '125023.107000', '125023.110000', '125023.113000', '125023.116000', '125023.118000', '125026.704000', '125026.708000', '125026.721000', '125026.725000', '125026.728000', '125026.731000', '125026.734000', '125026.737000', '125026.740000'], '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': [13573, 9178, 11493, 8074, 10493, 8334, 8765, 12057, 8497, 10437, 6991, 9620, 6421, 8922, 8044, 8538, 10921, 8447, 9723, 6685, 9485, 6348, 8639, 8470, 8260, 10489, 8000, 9664, 7027, 9481, 6302, 8286, 6420, 7979, 9893, 7479, 9227, 7662, 9103, 6799, 9155, 6431, 9575, 6777, 9240, 6339, 9364, 7107, 9804, 7257, 9793, 7002, 9987, 7221, 10085, 6847, 10004, 6718, 9875, 8422, 9628, 8897, 9140, 13396, 8904, 11488, 8599, 11229, 7898, 11215, 7462, 11116, 7874, 11103, 7494, 10473, 6743, 9227, 7816, 8957, 9666, 8472, 11702, 7755, 10572, 7627, 10095, 6466, 9369, 6883, 8405, 11395, 8032, 9946, 6750, 9768, 6530, 9140, 6876, 8257, 9886, 7413, 9960, 6695, 9689, 6494, 8863, 6393, 8732, 6922, 9227, 7604, 10133, 6947, 9572, 7044, 9767, 6604, 8193, 6550, 8475, 10932, 7939, 10646, 7400, 9646, 6724, 9311, 6368, 9158, 6010, 8467, 7768, 7952, 11055, 7713, 9442, 6116, 9457, 7403, 7575, 10738, 7089, 9582, 5853, 8535, 5954, 7788, 10329, 7263, 8926, 6603, 9257, 6040, 8426, 9835, 7516, 9991, 7213, 9578, 6491, 8721, 10012, 7770, 10631, 7579, 9791, 6429, 8392, 7778, 8207, 11237, 7474, 9614, 7087, 9168, 7261, 9218, 6459, 9273, 6380, 7957, 11211, 7809, 10109, 6478, 8761, 6538, 8054, 9914, 7569, 9730, 6760, 9868, 7072, 8756, 6279, 9151, 6418, 8145, 8717, 7700, 11117, 7516, 9765, 6310, 8301, 7464, 7717, 11010, 7337, 9482, 6367, 8737, 6979, 7718, 11189, 7538, 9583, 6633, 9114, 6157, 8163, 7542, 7799, 11304, 8426, 10022, 6164, 9058, 6077, 8974, 6573, 8587, 8436, 7618, 10927, 7619, 9975, 6455, 8921, 6500, 7623, 11522, 7776, 9819, 6071, 9041, 6374, 8091, 10204, 7473, 9900, 6865, 9102, 6037, 8437, 7329, 7281, 10367, 6884, 9263, 6167, 9128, 6321, 8211, 5994, 7971, 9445, 7297, 9939, 7015, 9744, 6705, 9421, 7736, 7706, 11334, 7248, 9683, 6266, 8556, 9959, 7733, 10372, 7156, 9749, 6345, 8815, 6359, 8254, 8246, 7774, 10537, 7081, 9602, 6215, 8476, 6972, 7520, 10127, 6721, 9556, 6512, 7879, 11174, 7261, 9924, 6469, 8911, 8524, 8018, 10469, 7218, 9366, 6379, 8216, 7643, 7560, 11061, 6825, 9554, 6324, 9149, 6457, 7725, 7076, 7648, 10120, 7278, 9645, 7447, 9586, 6796, 9748, 6245, 8527, 8958, 7436, 11396, 7165, 9107, 6572, 8803, 6369, 9347, 7353, 10077, 7003, 9933, 6732, 9972, 7637, 8414, 11524, 8093, 9983, 6521, 9033, 8955, 7750, 10592, 7573, 9446, 5975, 8907, 6711, 7282, 10426, 7516, 9189, 5678, 8363, 6813, 7694, 9897, 7329, 8990, 5846, 8907, 5965, 7451, 9972, 7551, 9875, 6837, 9226, 6486, 8190, 9589, 8091, 10506, 6952, 9579, 6148, 8061, 11592, 8192, 9636, 6684, 9020, 6117, 9198, 6181, 8840, 6181, 7685, 10398, 7255, 9426, 6158, 7955, 11202, 7216, 9385, 6630, 8550, 6501, 7591, 7048, 7601, 9937, 6929, 9000, 6602, 7570, 11123, 7160, 10033, 6409, 8257, 11367, 7811, 10035, 6160, 8200, 7513, 7704, 10763, 7208, 9073, 6222, 7720, 10774, 7379, 9707, 6343, 8364, 6183, 7309, 10291, 7769, 8929, 6687, 8695, 6250, 8519, 6389, 8378, 6800, 7488, 11688, 7321, 10287, 7004, 8051, 11817, 7741, 9903, 7046, 8179, 8450, 7181, 10282, 6808, 9322, 6460, 7817, 10724, 7450, 9370, 6239, 8394, 6143, 7689, 5989, 7058, 9445, 6885, 8649, 6113, 7807, 6720, 6968, 9740, 6657, 8962, 6228, 7833, 10713, 6927, 9751, 6278, 8792, 6836, 7687, 11317, 7410, 9784, 6586, 8018, 8201, 8097, 10902, 7298, 10176, 6471, 9242, 6481, 8480, 10676, 7768, 10612, 6692, 9343, 8927, 8227, 10419, 7153, 9897, 6982, 9807, 6801, 9158, 5993, 8484, 9749, 7921, 10743, 6971, 8709, 6192, 7529, 10404, 7273, 9698, 6552, 8311, 6091, 8194, 6418, 7600, 10378, 7618, 9427, 6344, 8205, 11361, 7567, 10184, 6477, 8855, 6485, 7649, 10983, 7447, 9446, 6192, 8381, 7679, 7449, 10575, 6453, 9358, 6627, 7593, 10938, 7278, 8961, 5875, 8139, 6361, 7672, 5821, 7773, 9554, 7082, 8257, 6109, 7358, 6912, 7329, 10381, 6854, 9081, 6531, 7625, 11041, 7306, 9508, 6276, 8463, 7061, 7817, 11413, 7265, 9866, 6770, 8442, 10377, 7780, 10089, 7050, 9031, 6318, 7475, 11422, 7766, 9366, 5935, 7971, 7856, 7326, 10126, 7292, 9081, 5917, 8249, 7049, 7169, 9971, 6912, 8728, 5791, 8229, 5978, 7434, 10415, 7470, 9857, 6748, 8800, 6305, 7931, 11417, 7512, 9744, 6985, 8039, 11584, 7451, 9665, 6076, 7646, 10622, 7449, 9425, 6103, 7916, 7047, 7461, 9741, 6952, 8993, 6165, 8223, 8263, 7642, 10365, 6901, 9549, 6675, 7975, 11104, 8331, 9635, 6452, 9250, 6412, 8075, 10385, 8074, 10477, 7124, 9516, 6732, 9779, 7049, 8375, 10633, 8317, 10842, 6585, 9441, 8407, 8347, 10421, 7949, 9607, 6595, 9442, 6814, 8051, 6173, 8033, 7357, 7586, 10447, 7890, 9360, 7161, 8973, 7043, 9019, 6285, 8894, 6490, 8086, 6665, 8059, 9472, 8315, 10616, 7420, 9662, 6674, 9260, 6540, 9183, 6569, 9286, 6517, 9588, 6881, 9844, 7057, 9730, 7075, 8924, 10780, 8586, 10816, 8229, 10013, 7343, 9705, 6608, 9016, 7020, 8361, 6325, 8642, 6638, 7837, 10609, 8048, 9752, 6606, 9192, 6646, 7946, 11269, 8325, 9881, 7162, 9668, 7096, 8163, 11215, 7858, 10084, 6789, 8801, 7149, 7938, 10324, 7716, 9170, 7094, 8828, 6201, 7903, 7783, 7684, 10081, 7823, 9407, 6659, 8953, 6447, 8287, 10898, 8376, 10297, 7360, 9106, 6444, 8438, 9671, 8616, 9755, 7817, 10424, 7549, 10094, 7351, 9464, 9643, 8139, 11142, 7468, 10413, 7325, 9103, 9147, 8486, 11229, 7937, 10816, 7666, 10410, 6978, 9357, 7011, 8518, 10564, 8260, 10439, 7667, 10486, 7296, 10144, 7078, 8857, 7347, 8235, 10590, 8048, 10345, 7728, 9638, 6540, 8573, 9815, 8133, 9989, 7671, 9606, 6988, 8233, 10359, 8144, 9631, 6992, 9198, 6733, 7847, 8983, 7655, 9338, 7159, 8821, 6215, 8783, 9107, 8078, 9864, 7620, 9206, 6976, 9665, 6937], 'WindowCenter': [3569.0, 3521.0, 3529.0, 3483.0, 3515.0, 3480.0, 3490.0, 3511.0, 3478.0, 3499.0, 3467.0, 3489.0, 3458.0, 3490.0, 3479.0, 3490.0, 3511.0, 3479.0, 3489.0, 3470.0, 3502.0, 3458.0, 3491.0, 3490.0, 3491.0, 3513.0, 3492.0, 3502.0, 3482.0, 3502.0, 3472.0, 3494.0, 3473.0, 3495.0, 3514.0, 3484.0, 3515.0, 3497.0, 3506.0, 3485.0, 3518.0, 3488.0, 3530.0, 3500.0, 3531.0, 3501.0, 3533.0, 3512.0, 3544.0, 3524.0, 3544.0, 3512.0, 3543.0, 3512.0, 3544.0, 3513.0, 3544.0, 3501.0, 3543.0, 3521.0, 3532.0, 3532.0, 3531.0, 3552.0, 3520.0, 3542.0, 3520.0, 3541.0, 3510.0, 3540.0, 3498.0, 3540.0, 3508.0, 3541.0, 3498.0, 3530.0, 3486.0, 3518.0, 3495.0, 3507.0, 3518.0, 3507.0, 3539.0, 3496.0, 3516.0, 3494.0, 3516.0, 3473.0, 3505.0, 3483.0, 3494.0, 3525.0, 3493.0, 3515.0, 3484.0, 3515.0, 3473.0, 3505.0, 3472.0, 3494.0, 3515.0, 3495.0, 3515.0, 3485.0, 3516.0, 3489.0, 3519.0, 3487.0, 3520.0, 3498.0, 3530.0, 3524.0, 3543.0, 3513.0, 3533.0, 3511.0, 3531.0, 3499.0, 3521.0, 3488.0, 3508.0, 3530.0, 3521.0, 3543.0, 3509.0, 3518.0, 3487.0, 3517.0, 3487.0, 3518.0, 3489.0, 3509.0, 3497.0, 3508.0, 3529.0, 3496.0, 3517.0, 3475.0, 3517.0, 3483.0, 3483.0, 3514.0, 3482.0, 3504.0, 3463.0, 3505.0, 3462.0, 3493.0, 3514.0, 3495.0, 3505.0, 3485.0, 3516.0, 3474.0, 3507.0, 3517.0, 3496.0, 3518.0, 3496.0, 3517.0, 3473.0, 3505.0, 3515.0, 3493.0, 3516.0, 3494.0, 3504.0, 3471.0, 3493.0, 3482.0, 3492.0, 3526.0, 3496.0, 3515.0, 3484.0, 3517.0, 3495.0, 3518.0, 3488.0, 3519.0, 3486.0, 3508.0, 3529.0, 3497.0, 3518.0, 3474.0, 3505.0, 3473.0, 3495.0, 3516.0, 3496.0, 3517.0, 3487.0, 3528.0, 3496.0, 3507.0, 3486.0, 3518.0, 3474.0, 3507.0, 3517.0, 3508.0, 3540.0, 3496.0, 3516.0, 3474.0, 3504.0, 3484.0, 3495.0, 3527.0, 3495.0, 3515.0, 3473.0, 3506.0, 3484.0, 3495.0, 3526.0, 3495.0, 3514.0, 3484.0, 3505.0, 3473.0, 3507.0, 3495.0, 3495.0, 3528.0, 3506.0, 3517.0, 3474.0, 3505.0, 3472.0, 3506.0, 3484.0, 3507.0, 3506.0, 3496.0, 3527.0, 3495.0, 3517.0, 3474.0, 3506.0, 3473.0, 3495.0, 3526.0, 3495.0, 3515.0, 3473.0, 3504.0, 3472.0, 3494.0, 3515.0, 3485.0, 3516.0, 3485.0, 3506.0, 3474.0, 3507.0, 3484.0, 3496.0, 3517.0, 3484.0, 3516.0, 3474.0, 3516.0, 3487.0, 3509.0, 3476.0, 3508.0, 3518.0, 3498.0, 3530.0, 3500.0, 3530.0, 3487.0, 3519.0, 3497.0, 3497.0, 3529.0, 3496.0, 3517.0, 3473.0, 3506.0, 3515.0, 3495.0, 3515.0, 3483.0, 3515.0, 3472.0, 3504.0, 3473.0, 3506.0, 3505.0, 3495.0, 3515.0, 3483.0, 3514.0, 3462.0, 3506.0, 3484.0, 3495.0, 3516.0, 3484.0, 3516.0, 3473.0, 3495.0, 3527.0, 3484.0, 3515.0, 3472.0, 3505.0, 3492.0, 3494.0, 3515.0, 3482.0, 3503.0, 3471.0, 3494.0, 3481.0, 3493.0, 3526.0, 3484.0, 3514.0, 3486.0, 3517.0, 3474.0, 3496.0, 3484.0, 3496.0, 3515.0, 3496.0, 3517.0, 3497.0, 3518.0, 3486.0, 3517.0, 3475.0, 3508.0, 3519.0, 3499.0, 3541.0, 3486.0, 3507.0, 3486.0, 3519.0, 3486.0, 3519.0, 3498.0, 3530.0, 3499.0, 3518.0, 3486.0, 3517.0, 3495.0, 3496.0, 3526.0, 3494.0, 3503.0, 3460.0, 3493.0, 3490.0, 3480.0, 3501.0, 3481.0, 3490.0, 3459.0, 3491.0, 3458.0, 3468.0, 3502.0, 3470.0, 3490.0, 3449.0, 3481.0, 3458.0, 3481.0, 3501.0, 3480.0, 3491.0, 3449.0, 3503.0, 3461.0, 3484.0, 3514.0, 3494.0, 3516.0, 3473.0, 3504.0, 3472.0, 3495.0, 3505.0, 3494.0, 3516.0, 3483.0, 3504.0, 3462.0, 3494.0, 3528.0, 3494.0, 3504.0, 3473.0, 3505.0, 3473.0, 3518.0, 3475.0, 3520.0, 3476.0, 3508.0, 3528.0, 3497.0, 3517.0, 3474.0, 3496.0, 3527.0, 3496.0, 3518.0, 3485.0, 3508.0, 3474.0, 3509.0, 3496.0, 3497.0, 3518.0, 3485.0, 3506.0, 3486.0, 3497.0, 3540.0, 3497.0, 3516.0, 3473.0, 3506.0, 3526.0, 3494.0, 3515.0, 3473.0, 3495.0, 3483.0, 3494.0, 3514.0, 3483.0, 3504.0, 3462.0, 3495.0, 3526.0, 3484.0, 3516.0, 3472.0, 3494.0, 3461.0, 3484.0, 3515.0, 3496.0, 3506.0, 3485.0, 3505.0, 3474.0, 3506.0, 3474.0, 3507.0, 3486.0, 3496.0, 3539.0, 3485.0, 3517.0, 3483.0, 3494.0, 3527.0, 3484.0, 3503.0, 3483.0, 3493.0, 3492.0, 3472.0, 3512.0, 3470.0, 3502.0, 3460.0, 3483.0, 3526.0, 3483.0, 3502.0, 3462.0, 3494.0, 3461.0, 3495.0, 3474.0, 3485.0, 3516.0, 3484.0, 3505.0, 3473.0, 3496.0, 3484.0, 3486.0, 3517.0, 3485.0, 3506.0, 3475.0, 3497.0, 3528.0, 3486.0, 3515.0, 3473.0, 3505.0, 3484.0, 3496.0, 3527.0, 3496.0, 3516.0, 3485.0, 3495.0, 3494.0, 3496.0, 3528.0, 3496.0, 3528.0, 3475.0, 3518.0, 3475.0, 3508.0, 3527.0, 3495.0, 3517.0, 3485.0, 3518.0, 3506.0, 3507.0, 3515.0, 3484.0, 3514.0, 3484.0, 3517.0, 3486.0, 3518.0, 3476.0, 3507.0, 3517.0, 3496.0, 3528.0, 3483.0, 3507.0, 3474.0, 3495.0, 3516.0, 3496.0, 3517.0, 3473.0, 3495.0, 3474.0, 3507.0, 3474.0, 3496.0, 3528.0, 3497.0, 3517.0, 3486.0, 3507.0, 3526.0, 3495.0, 3516.0, 3472.0, 3505.0, 3473.0, 3496.0, 3514.0, 3482.0, 3504.0, 3460.0, 3494.0, 3482.0, 3482.0, 3514.0, 3471.0, 3503.0, 3472.0, 3482.0, 3515.0, 3483.0, 3505.0, 3462.0, 3496.0, 3474.0, 3494.0, 3463.0, 3497.0, 3517.0, 3497.0, 3507.0, 3474.0, 3498.0, 3498.0, 3497.0, 3528.0, 3485.0, 3508.0, 3475.0, 3498.0, 3530.0, 3498.0, 3516.0, 3472.0, 3507.0, 3486.0, 3496.0, 3538.0, 3495.0, 3516.0, 3472.0, 3494.0, 3514.0, 3496.0, 3515.0, 3483.0, 3504.0, 3460.0, 3482.0, 3513.0, 3480.0, 3492.0, 3459.0, 3482.0, 3481.0, 3480.0, 3502.0, 3481.0, 3491.0, 3449.0, 3493.0, 3470.0, 3470.0, 3502.0, 3471.0, 3492.0, 3462.0, 3492.0, 3462.0, 3484.0, 3516.0, 3484.0, 3517.0, 3485.0, 3507.0, 3473.0, 3494.0, 3527.0, 3484.0, 3507.0, 3484.0, 3494.0, 3527.0, 3483.0, 3504.0, 3462.0, 3483.0, 3515.0, 3484.0, 3505.0, 3462.0, 3507.0, 3484.0, 3496.0, 3518.0, 3497.0, 3517.0, 3475.0, 3508.0, 3506.0, 3496.0, 3528.0, 3498.0, 3518.0, 3486.0, 3496.0, 3526.0, 3506.0, 3515.0, 3474.0, 3505.0, 3473.0, 3496.0, 3516.0, 3495.0, 3526.0, 3485.0, 3517.0, 3484.0, 3515.0, 3484.0, 3496.0, 3516.0, 3494.0, 3515.0, 3471.0, 3503.0, 3493.0, 3491.0, 3514.0, 3480.0, 3501.0, 3471.0, 3501.0, 3471.0, 3493.0, 3460.0, 3493.0, 3481.0, 3482.0, 3513.0, 3494.0, 3504.0, 3485.0, 3505.0, 3484.0, 3504.0, 3473.0, 3504.0, 3471.0, 3495.0, 3473.0, 3495.0, 3504.0, 3494.0, 3516.0, 3485.0, 3504.0, 3471.0, 3503.0, 3471.0, 3516.0, 3484.0, 3505.0, 3475.0, 3516.0, 3485.0, 3528.0, 3486.0, 3518.0, 3486.0, 3506.0, 3526.0, 3506.0, 3513.0, 3494.0, 3515.0, 3484.0, 3505.0, 3473.0, 3506.0, 3483.0, 3495.0, 3475.0, 3508.0, 3484.0, 3496.0, 3527.0, 3495.0, 3518.0, 3484.0, 3517.0, 3484.0, 3495.0, 3527.0, 3495.0, 3516.0, 3485.0, 3506.0, 3483.0, 3495.0, 3524.0, 3494.0, 3515.0, 3471.0, 3504.0, 3482.0, 3495.0, 3515.0, 3494.0, 3504.0, 3483.0, 3505.0, 3473.0, 3496.0, 3495.0, 3495.0, 3516.0, 3493.0, 3505.0, 3486.0, 3507.0, 3474.0, 3508.0, 3528.0, 3508.0, 3528.0, 3497.0, 3517.0, 3485.0, 3508.0, 3518.0, 3520.0, 3531.0, 3509.0, 3530.0, 3507.0, 3530.0, 3496.0, 3520.0, 3520.0, 3507.0, 3529.0, 3485.0, 3528.0, 3482.0, 3506.0, 3505.0, 3505.0, 3526.0, 3494.0, 3514.0, 3483.0, 3517.0, 3472.0, 3506.0, 3471.0, 3505.0, 3516.0, 3494.0, 3516.0, 3495.0, 3516.0, 3495.0, 3516.0, 3483.0, 3505.0, 3482.0, 3493.0, 3514.0, 3493.0, 3514.0, 3482.0, 3503.0, 3472.0, 3492.0, 3503.0, 3493.0, 3515.0, 3483.0, 3504.0, 3470.0, 3492.0, 3503.0, 3482.0, 3502.0, 3471.0, 3503.0, 3470.0, 3494.0, 3492.0, 3493.0, 3505.0, 3484.0, 3505.0, 3463.0, 3507.0, 3505.0, 3497.0, 3516.0, 3496.0, 3516.0, 3497.0, 3518.0, 3488.0], 'WindowWidth': [8076.0, 7995.0, 8002.0, 7930.0, 7974.0, 7919.0, 7932.0, 7961.0, 7913.0, 7942.0, 7898.0, 7930.0, 7888.0, 7932.0, 7916.0, 7932.0, 7961.0, 7917.0, 7930.0, 7908.0, 7950.0, 7889.0, 7934.0, 7932.0, 7936.0, 7968.0, 7940.0, 7952.0, 7926.0, 7953.0, 7912.0, 7944.0, 7917.0, 7948.0, 7974.0, 7935.0, 7977.0, 7955.0, 7965.0, 7940.0, 7985.0, 7947.0, 8006.0, 7966.0, 8007.0, 7971.0, 8013.0, 7987.0, 8031.0, 8006.0, 8031.0, 7988.0, 8027.0, 7986.0, 8031.0, 7989.0, 8031.0, 7969.0, 8026.0, 7995.0, 8010.0, 8010.0, 8008.0, 8039.0, 7991.0, 8022.0, 7990.0, 8020.0, 7977.0, 8016.0, 7960.0, 8018.0, 7972.0, 8020.0, 7961.0, 8006.0, 7942.0, 7984.0, 7951.0, 7968.0, 7985.0, 7969.0, 8013.0, 7953.0, 7979.0, 7947.0, 7979.0, 7920.0, 7963.0, 7931.0, 7946.0, 7990.0, 7944.0, 7975.0, 7935.0, 7975.0, 7917.0, 7962.0, 7915.0, 7946.0, 7977.0, 7948.0, 7976.0, 7936.0, 7977.0, 7951.0, 7989.0, 7945.0, 7991.0, 7960.0, 8003.0, 8006.0, 8027.0, 7991.0, 8014.0, 7984.0, 8008.0, 7961.0, 7993.0, 7946.0, 7974.0, 8004.0, 7995.0, 8027.0, 7975.0, 7984.0, 7944.0, 7984.0, 7943.0, 7987.0, 7951.0, 7976.0, 7956.0, 7971.0, 8000.0, 7952.0, 7981.0, 7923.0, 7980.0, 7931.0, 7929.0, 7972.0, 7926.0, 7957.0, 7904.0, 7960.0, 7901.0, 7945.0, 7973.0, 7950.0, 7964.0, 7937.0, 7979.0, 7921.0, 7968.0, 7980.0, 7953.0, 7983.0, 7954.0, 7981.0, 7917.0, 7961.0, 7975.0, 7944.0, 7977.0, 7946.0, 7959.0, 7912.0, 7942.0, 7925.0, 7941.0, 7993.0, 7952.0, 7975.0, 7935.0, 7980.0, 7952.0, 7985.0, 7948.0, 7988.0, 7940.0, 7971.0, 8000.0, 7956.0, 7983.0, 7920.0, 7962.0, 7916.0, 7948.0, 7978.0, 7951.0, 7983.0, 7943.0, 8000.0, 7953.0, 7967.0, 7942.0, 7983.0, 7923.0, 7968.0, 7984.0, 7972.0, 8015.0, 7953.0, 7979.0, 7919.0, 7960.0, 7933.0, 7949.0, 7993.0, 7948.0, 7975.0, 7916.0, 7963.0, 7933.0, 7949.0, 7992.0, 7948.0, 7973.0, 7933.0, 7964.0, 7920.0, 7968.0, 7951.0, 7949.0, 7996.0, 7966.0, 7980.0, 7921.0, 7961.0, 7916.0, 7966.0, 7934.0, 7969.0, 7966.0, 7951.0, 7993.0, 7948.0, 7980.0, 7921.0, 7965.0, 7917.0, 7947.0, 7992.0, 7948.0, 7975.0, 7919.0, 7960.0, 7914.0, 7946.0, 7975.0, 7935.0, 7978.0, 7938.0, 7965.0, 7921.0, 7967.0, 7933.0, 7951.0, 7981.0, 7936.0, 7978.0, 7922.0, 7978.0, 7943.0, 7974.0, 7927.0, 7973.0, 7985.0, 7958.0, 8005.0, 7965.0, 8004.0, 7944.0, 7988.0, 7955.0, 7956.0, 7999.0, 7952.0, 7980.0, 7919.0, 7962.0, 7975.0, 7949.0, 7976.0, 7931.0, 7975.0, 7915.0, 7960.0, 7917.0, 7965.0, 7963.0, 7947.0, 7975.0, 7931.0, 7973.0, 7901.0, 7964.0, 7935.0, 7949.0, 7977.0, 7933.0, 7977.0, 7916.0, 7948.0, 7995.0, 7934.0, 7975.0, 7915.0, 7960.0, 7940.0, 7944.0, 7974.0, 7929.0, 7956.0, 7912.0, 7945.0, 7926.0, 7944.0, 7991.0, 7932.0, 7973.0, 7940.0, 7980.0, 7922.0, 7951.0, 7933.0, 7951.0, 7976.0, 7951.0, 7981.0, 7956.0, 7985.0, 7940.0, 7981.0, 7923.0, 7970.0, 7986.0, 7961.0, 8019.0, 7938.0, 7968.0, 7940.0, 7988.0, 7941.0, 7987.0, 7959.0, 8005.0, 7962.0, 7985.0, 7938.0, 7980.0, 7948.0, 7948.0, 7992.0, 7944.0, 7954.0, 7893.0, 7939.0, 7933.0, 7918.0, 7947.0, 7920.0, 7931.0, 7892.0, 7935.0, 7886.0, 7901.0, 7950.0, 7905.0, 7933.0, 7876.0, 7922.0, 7889.0, 7921.0, 7948.0, 7920.0, 7935.0, 7880.0, 7955.0, 7898.0, 7932.0, 7970.0, 7944.0, 7976.0, 7917.0, 7960.0, 7914.0, 7948.0, 7961.0, 7945.0, 7976.0, 7931.0, 7958.0, 7899.0, 7944.0, 7995.0, 7945.0, 7957.0, 7915.0, 7961.0, 7918.0, 7982.0, 7924.0, 7989.0, 7928.0, 7971.0, 7996.0, 7953.0, 7980.0, 7919.0, 7951.0, 7996.0, 7952.0, 7985.0, 7937.0, 7969.0, 7921.0, 7974.0, 7954.0, 7954.0, 7983.0, 7936.0, 7966.0, 7939.0, 7955.0, 8017.0, 7956.0, 7979.0, 7918.0, 7965.0, 7991.0, 7944.0, 7974.0, 7917.0, 7947.0, 7929.0, 7944.0, 7972.0, 7929.0, 7959.0, 7902.0, 7947.0, 7991.0, 7931.0, 7977.0, 7914.0, 7946.0, 7899.0, 7931.0, 7973.0, 7952.0, 7963.0, 7937.0, 7961.0, 7922.0, 7967.0, 7922.0, 7969.0, 7941.0, 7954.0, 8013.0, 7934.0, 7980.0, 7931.0, 7946.0, 7995.0, 7930.0, 7957.0, 7930.0, 7942.0, 7938.0, 7912.0, 7967.0, 7908.0, 7952.0, 7894.0, 7930.0, 7990.0, 7929.0, 7951.0, 7900.0, 7945.0, 7898.0, 7947.0, 7922.0, 7938.0, 7978.0, 7933.0, 7962.0, 7917.0, 7952.0, 7933.0, 7938.0, 7979.0, 7937.0, 7964.0, 7921.0, 7953.0, 7996.0, 7937.0, 7975.0, 7919.0, 7962.0, 7933.0, 7950.0, 7994.0, 7951.0, 7977.0, 7934.0, 7949.0, 7946.0, 7952.0, 7996.0, 7954.0, 7996.0, 7923.0, 7983.0, 7922.0, 7970.0, 7994.0, 7950.0, 7982.0, 7934.0, 7982.0, 7966.0, 7965.0, 7976.0, 7933.0, 7973.0, 7936.0, 7983.0, 7941.0, 7985.0, 7928.0, 7969.0, 7980.0, 7951.0, 7996.0, 7932.0, 7967.0, 7921.0, 7949.0, 7978.0, 7952.0, 7982.0, 7918.0, 7949.0, 7924.0, 7968.0, 7922.0, 7954.0, 7997.0, 7955.0, 7983.0, 7940.0, 7968.0, 7992.0, 7947.0, 7976.0, 7912.0, 7961.0, 7915.0, 7948.0, 7972.0, 7927.0, 7956.0, 7894.0, 7943.0, 7927.0, 7928.0, 7971.0, 7911.0, 7955.0, 7912.0, 7925.0, 7973.0, 7931.0, 7962.0, 7903.0, 7953.0, 7919.0, 7948.0, 7905.0, 7955.0, 7981.0, 7956.0, 7968.0, 7921.0, 7956.0, 7959.0, 7956.0, 7996.0, 7938.0, 7969.0, 7924.0, 7954.0, 8002.0, 7957.0, 7979.0, 7915.0, 7968.0, 7938.0, 7952.0, 8012.0, 7951.0, 7979.0, 7915.0, 7947.0, 7973.0, 7952.0, 7973.0, 7929.0, 7957.0, 7894.0, 7926.0, 7967.0, 7921.0, 7937.0, 7893.0, 7924.0, 7921.0, 7920.0, 7950.0, 7923.0, 7935.0, 7879.0, 7940.0, 7909.0, 7908.0, 7951.0, 7911.0, 7941.0, 7902.0, 7943.0, 7902.0, 7932.0, 7978.0, 7932.0, 7983.0, 7937.0, 7968.0, 7917.0, 7946.0, 7992.0, 7931.0, 7964.0, 7930.0, 7944.0, 7994.0, 7929.0, 7958.0, 7900.0, 7930.0, 7976.0, 7932.0, 7960.0, 7901.0, 7966.0, 7932.0, 7952.0, 7983.0, 7957.0, 7980.0, 7922.0, 7969.0, 7965.0, 7953.0, 7998.0, 7957.0, 7983.0, 7940.0, 7950.0, 7992.0, 7965.0, 7974.0, 7920.0, 7960.0, 7917.0, 7950.0, 7979.0, 7950.0, 7991.0, 7937.0, 7978.0, 7932.0, 7974.0, 7932.0, 7949.0, 7979.0, 7945.0, 7975.0, 7911.0, 7956.0, 7939.0, 7936.0, 7970.0, 7920.0, 7949.0, 7908.0, 7947.0, 7908.0, 7941.0, 7894.0, 7940.0, 7922.0, 7925.0, 7968.0, 7942.0, 7957.0, 7934.0, 7960.0, 7931.0, 7958.0, 7915.0, 7959.0, 7912.0, 7948.0, 7918.0, 7948.0, 7959.0, 7945.0, 7975.0, 7934.0, 7958.0, 7912.0, 7955.0, 7911.0, 7978.0, 7931.0, 7961.0, 7922.0, 7978.0, 7935.0, 7998.0, 7937.0, 7983.0, 7938.0, 7963.0, 7991.0, 7960.0, 7970.0, 7945.0, 7973.0, 7933.0, 7960.0, 7916.0, 7962.0, 7930.0, 7947.0, 7924.0, 7969.0, 7935.0, 7952.0, 7993.0, 7947.0, 7982.0, 7933.0, 7978.0, 7932.0, 7947.0, 7992.0, 7948.0, 7977.0, 7934.0, 7961.0, 7928.0, 7946.0, 7986.0, 7944.0, 7973.0, 7910.0, 7958.0, 7927.0, 7944.0, 7974.0, 7944.0, 7956.0, 7928.0, 7960.0, 7917.0, 7950.0, 7947.0, 7948.0, 7976.0, 7945.0, 7962.0, 7938.0, 7967.0, 7922.0, 7970.0, 7995.0, 7969.0, 7997.0, 7957.0, 7981.0, 7937.0, 7971.0, 7985.0, 7991.0, 8004.0, 7974.0, 8003.0, 7971.0, 8002.0, 7952.0, 7989.0, 7988.0, 7967.0, 7998.0, 7935.0, 7996.0, 7928.0, 7963.0, 7962.0, 7962.0, 7990.0, 7944.0, 7972.0, 7929.0, 7979.0, 7913.0, 7963.0, 7911.0, 7959.0, 7976.0, 7944.0, 7977.0, 7950.0, 7977.0, 7950.0, 7975.0, 7928.0, 7960.0, 7927.0, 7942.0, 7971.0, 7942.0, 7972.0, 7926.0, 7956.0, 7915.0, 7939.0, 7955.0, 7941.0, 7974.0, 7927.0, 7956.0, 7907.0, 7938.0, 7954.0, 7925.0, 7952.0, 7911.0, 7953.0, 7907.0, 7942.0, 7938.0, 7942.0, 7961.0, 7932.0, 7959.0, 7903.0, 7965.0, 7962.0, 7953.0, 7977.0, 7950.0, 7977.0, 7954.0, 7982.0, 7942.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.000726834862385321</td></tr>
<tr><td colspan=3>aqi</td><td>0.030137287844036697</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.41257188628017</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1508354970952919</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9817421654420219</td></tr>
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
<tr><td colspan=3>fber</td><td>3884.7168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11094230828781709</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.81651376146789</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.632547430488271</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.554631666365562</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8980551127231635</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4449555123760875</td></tr>
<tr><td colspan=3>gcor</td><td>0.00828398</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01238163374364376</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03733925148844719</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.815411950197846</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>18.355</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.824</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.2542</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297207.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.3007</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1689</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.4884</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2686.9734</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.8004</td></tr>
<tr><td colspan=3>tsnr</td><td>32.81773146043997</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>