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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-04/func/sub-0008_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>13774e6652e976d816f1d644877dbbc0</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:55:9.802500</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.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880803</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>227.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>950887ba-cad2-4e6f-9063-0a9d235757a8||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.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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': ['125509.802500', '125510.262500', '125510.722500', '125511.182500', '125511.642500', '125512.102500', '125512.562500', '125513.022500', '125513.482500', '125513.942500', '125514.402500', '125514.862500', '125515.322500', '125515.782500', '125516.242500', '125516.702500', '125517.162500', '125517.622500', '125518.082500', '125518.542500', '125519.002500', '125519.462500', '125519.922500', '125520.382500', '125520.842500', '125521.302500', '125521.762500', '125522.222500', '125522.682500', '125523.142500', '125523.602500', '125524.062500', '125524.522500', '125524.982500', '125525.442500', '125525.902500', '125526.362500', '125526.822500', '125527.282500', '125527.742500', '125528.202500', '125528.662500', '125529.122500', '125529.582500', '125530.042500', '125530.502500', '125530.962500', '125531.422500', '125531.882500', '125532.342500', '125532.802500', '125533.262500', '125533.722500', '125534.182500', '125534.642500', '125535.102500', '125535.562500', '125536.022500', '125536.482500', '125536.942500', '125537.402500', '125537.862500', '125538.322500', '125538.782500', '125539.242500', '125539.702500', '125540.162500', '125540.622500', '125541.082500', '125541.542500', '125542.002500', '125542.462500', '125542.922500', '125543.382500', '125543.842500', '125544.302500', '125544.762500', '125545.222500', '125545.682500', '125546.142500', '125546.602500', '125547.062500', '125547.522500', '125547.982500', '125548.442500', '125548.902500', '125549.362500', '125549.822500', '125550.282500', '125550.742500', '125551.202500', '125551.662500', '125552.122500', '125552.582500', '125553.042500', '125553.502500', '125553.962500', '125554.422500', '125554.882500', '125555.342500', '125555.802500', '125556.262500', '125556.722500', '125557.182500', '125557.642500', '125558.102500', '125558.562500', '125559.022500', '125559.482500', '125559.942500', '125600.402500', '125600.862500', '125601.322500', '125601.782500', '125602.242500', '125602.702500', '125603.162500', '125603.622500', '125604.082500', '125604.542500', '125605.002500', '125605.462500', '125605.922500', '125606.382500', '125606.842500', '125607.302500', '125607.762500', '125608.222500', '125608.682500', '125609.142500', '125609.602500', '125610.062500', '125610.522500', '125610.982500', '125611.442500', '125611.902500', '125612.362500', '125612.822500', '125613.282500', '125613.742500', '125614.202500', '125614.662500', '125615.122500', '125615.582500', '125616.042500', '125616.502500', '125616.962500', '125617.422500', '125617.882500', '125618.342500', '125618.802500', '125619.262500', '125619.722500', '125620.182500', '125620.642500', '125621.102500', '125621.562500', '125622.022500', '125622.482500', '125622.942500', '125623.402500', '125623.862500', '125624.322500', '125624.782500', '125625.242500', '125625.702500', '125626.162500', '125626.622500', '125627.082500', '125627.542500', '125628.002500', '125628.462500', '125628.922500', '125629.382500', '125629.842500', '125630.302500', '125630.762500', '125631.222500', '125631.682500', '125632.142500', '125632.602500', '125633.062500', '125633.522500', '125633.982500', '125634.442500', '125634.902500', '125635.362500', '125635.822500', '125636.282500', '125636.742500', '125637.202500', '125637.662500', '125638.122500', '125638.582500', '125639.042500', '125639.502500', '125639.962500', '125640.422500', '125640.882500', '125641.342500', '125641.802500', '125642.262500', '125642.722500', '125643.182500', '125643.642500', '125644.102500', '125644.562500', '125645.022500', '125645.482500', '125645.942500', '125646.402500', '125646.862500', '125647.322500', '125647.782500', '125648.242500', '125648.702500', '125649.162500', '125649.622500', '125650.082500', '125650.542500', '125651.002500', '125651.462500', '125651.922500', '125652.382500', '125652.842500', '125653.302500', '125653.762500', '125654.222500', '125654.682500', '125655.142500', '125655.602500', '125656.062500', '125656.522500', '125656.982500', '125657.442500', '125657.902500', '125658.362500', '125658.822500', '125659.282500', '125659.742500', '125700.202500', '125700.662500', '125701.122500', '125701.582500', '125702.042500', '125702.502500', '125702.962500', '125703.422500', '125703.882500', '125704.342500', '125704.802500', '125705.262500', '125705.722500', '125706.182500', '125706.642500', '125707.102500', '125707.562500', '125708.022500', '125708.482500', '125708.942500', '125709.402500', '125709.862500', '125710.322500', '125710.782500', '125711.242500', '125711.702500', '125712.162500', '125712.622500', '125713.082500', '125713.542500', '125714.002500', '125714.462500', '125714.922500', '125715.382500', '125715.842500', '125716.302500', '125716.762500', '125717.222500', '125717.682500', '125718.142500', '125718.602500', '125719.062500', '125719.522500', '125719.982500', '125720.442500', '125720.902500', '125721.362500', '125721.822500', '125722.282500', '125722.742500', '125723.202500', '125723.662500', '125724.122500', '125724.582500', '125725.042500', '125725.502500', '125725.962500', '125726.422500', '125726.882500', '125727.342500', '125727.802500', '125728.262500', '125728.722500', '125729.182500', '125729.642500', '125730.102500', '125730.562500', '125731.022500', '125731.482500', '125731.942500', '125732.402500', '125732.862500', '125733.322500', '125733.782500', '125734.242500', '125734.702500', '125735.162500', '125735.622500', '125736.082500', '125736.542500', '125737.002500', '125737.462500', '125737.922500', '125738.382500', '125738.842500', '125739.302500', '125739.762500', '125740.222500', '125740.682500', '125741.142500', '125741.602500', '125742.062500', '125742.522500', '125742.982500', '125743.442500', '125743.902500', '125744.362500', '125744.822500', '125745.282500', '125745.742500', '125746.202500', '125746.662500', '125747.122500', '125747.582500', '125748.042500', '125748.502500', '125748.962500', '125749.422500', '125749.882500', '125750.342500', '125750.802500', '125751.262500', '125751.722500', '125752.182500', '125752.642500', '125753.102500', '125753.562500', '125754.022500', '125754.482500', '125754.942500', '125755.402500', '125755.862500', '125756.322500', '125756.782500', '125757.242500', '125757.702500', '125758.162500', '125758.622500', '125759.082500', '125759.542500', '125800.002500', '125800.462500', '125800.922500', '125801.382500', '125801.842500', '125802.302500', '125802.762500', '125803.222500', '125803.682500', '125804.142500', '125804.602500', '125805.062500', '125805.522500', '125805.982500', '125806.442500', '125806.902500', '125807.362500', '125807.822500', '125808.282500', '125808.742500', '125809.202500', '125809.662500', '125810.122500', '125810.582500', '125811.042500', '125811.502500', '125811.962500', '125812.422500', '125812.882500', '125813.342500', '125813.802500', '125814.262500', '125814.722500', '125815.182500', '125815.642500', '125816.102500', '125816.562500', '125817.022500', '125817.482500', '125817.942500', '125818.402500', '125818.862500', '125819.322500', '125819.782500', '125820.242500', '125820.702500', '125821.162500', '125821.622500', '125822.082500', '125822.542500', '125823.002500', '125823.462500', '125823.922500', '125824.382500', '125824.842500', '125825.302500', '125825.762500', '125826.222500', '125826.682500', '125827.142500', '125827.602500', '125828.062500', '125828.522500', '125828.982500', '125829.442500', '125829.902500', '125830.362500', '125830.822500', '125831.282500', '125831.742500', '125832.202500', '125832.662500', '125833.122500', '125833.582500', '125834.042500', '125834.502500', '125834.962500', '125835.422500', '125835.882500', '125836.342500', '125836.802500', '125837.262500', '125837.722500', '125838.182500', '125838.642500', '125839.102500', '125839.562500', '125840.022500', '125840.482500', '125840.942500', '125841.402500', '125841.862500', '125842.322500', '125842.782500', '125843.242500', '125843.702500', '125844.162500', '125844.622500', '125845.082500', '125845.542500', '125846.002500', '125846.462500', '125846.922500', '125847.382500', '125847.842500', '125848.302500', '125848.762500', '125849.222500', '125849.682500', '125850.142500', '125850.602500', '125851.062500', '125851.522500', '125851.982500', '125852.442500', '125852.902500', '125853.362500', '125853.822500', '125854.282500', '125854.742500', '125855.202500', '125855.662500', '125856.122500', '125856.582500', '125857.042500', '125857.502500', '125857.962500', '125858.422500', '125858.882500', '125859.342500', '125859.802500', '125900.262500', '125900.722500', '125901.182500', '125901.642500', '125902.102500', '125902.562500', '125903.022500', '125903.482500', '125903.942500', '125904.402500', '125904.862500', '125905.322500', '125905.782500', '125906.242500', '125906.702500', '125907.162500', '125907.622500', '125908.082500', '125908.542500', '125909.002500', '125909.462500', '125909.922500', '125910.382500', '125910.842500', '125911.302500', '125911.762500', '125912.222500', '125912.682500', '125913.142500', '125913.602500', '125914.062500', '125914.522500', '125914.982500', '125915.442500', '125915.902500', '125916.362500', '125916.822500', '125917.282500', '125917.742500', '125918.202500', '125918.662500', '125919.122500', '125919.582500', '125920.042500', '125920.502500', '125920.962500', '125921.422500', '125921.882500', '125922.342500', '125922.802500', '125923.262500', '125923.722500', '125924.182500', '125924.642500', '125925.102500', '125925.562500', '125926.022500', '125926.482500', '125926.942500', '125927.402500', '125927.862500', '125928.322500', '125928.782500', '125929.242500', '125929.702500', '125930.162500', '125930.622500', '125931.082500', '125931.542500', '125932.002500', '125932.462500', '125932.922500', '125933.382500', '125933.842500', '125934.302500', '125934.762500', '125935.222500', '125935.682500', '125936.142500', '125936.602500', '125937.062500', '125937.522500', '125937.982500', '125938.442500', '125938.902500', '125939.362500', '125939.822500', '125940.282500', '125940.742500', '125941.202500', '125941.662500', '125942.122500', '125942.582500', '125943.042500', '125943.502500', '125943.962500', '125944.422500', '125944.882500', '125945.342500', '125945.802500', '125946.262500', '125946.722500', '125947.182500', '125947.642500', '125948.102500', '125948.562500', '125949.022500', '125949.482500', '125949.942500', '125950.402500', '125950.862500', '125951.322500', '125951.782500', '125952.242500', '125952.702500', '125953.162500', '125953.622500', '125954.082500', '125954.542500', '125955.002500', '125955.462500', '125955.922500', '125956.382500', '125956.842500', '125957.302500', '125957.762500', '125958.222500', '125958.682500', '125959.142500', '125959.602500', '130000.062500', '130000.522500', '130000.982500', '130001.442500', '130001.902500', '130002.362500', '130002.822500', '130003.282500', '130003.742500', '130004.202500', '130004.662500', '130005.122500', '130005.582500', '130006.042500', '130006.502500', '130006.962500', '130007.422500', '130007.882500', '130008.342500', '130008.802500', '130009.262500', '130009.722500', '130010.182500', '130010.642500', '130011.102500', '130011.562500', '130012.022500', '130012.482500', '130012.942500', '130013.402500', '130013.862500', '130014.322500', '130014.782500', '130015.242500', '130015.702500', '130016.162500', '130016.622500', '130017.082500', '130017.542500', '130018.002500', '130018.462500', '130018.922500', '130019.382500', '130019.842500', '130020.302500', '130020.762500', '130021.222500', '130021.682500', '130022.142500', '130022.602500', '130023.062500', '130023.522500', '130023.982500', '130024.442500', '130024.902500', '130025.362500', '130025.822500', '130026.282500', '130026.742500', '130027.202500', '130027.662500', '130028.122500', '130028.582500', '130029.042500', '130029.502500', '130029.962500', '130030.422500', '130030.882500', '130031.342500', '130031.802500', '130032.262500', '130032.722500', '130033.182500', '130033.642500', '130034.102500', '130034.562500', '130035.022500', '130035.482500', '130035.942500', '130036.402500', '130036.862500', '130037.322500', '130037.782500', '130038.242500', '130038.702500', '130039.162500', '130039.622500', '130040.082500', '130040.542500', '130041.002500', '130041.462500', '130041.922500', '130042.382500', '130042.842500', '130043.302500', '130043.762500', '130044.222500', '130044.682500', '130045.142500', '130045.602500', '130046.062500', '130046.522500', '130046.982500', '130047.442500', '130047.902500', '130048.362500', '130048.822500', '130049.282500', '130049.742500', '130050.202500', '130050.662500', '130051.122500', '130051.582500', '130052.042500', '130052.502500', '130052.962500', '130053.422500', '130053.882500', '130054.342500', '130054.802500', '130055.262500', '130055.722500', '130056.182500', '130056.642500', '130057.102500', '130057.562500', '130058.022500', '130058.482500', '130058.942500', '130059.402500', '130059.862500', '130100.322500', '130100.782500', '130101.242500', '130101.702500', '130102.162500', '130102.622500', '130103.082500', '130103.542500', '130104.002500', '130104.462500', '130104.922500', '130105.382500', '130105.842500', '130106.302500', '130106.762500', '130107.222500', '130107.682500', '130108.142500', '130108.602500', '130109.062500', '130109.522500', '130109.982500', '130110.442500', '130110.902500', '130111.362500', '130111.822500', '130112.282500', '130112.742500', '130113.202500', '130113.662500', '130114.122500', '130114.582500', '130115.042500', '130115.502500', '130115.962500', '130116.422500', '130116.882500', '130117.342500', '130117.802500', '130118.262500', '130118.722500', '130119.182500', '130119.642500', '130120.102500', '130120.562500', '130121.022500', '130121.482500', '130121.942500', '130122.402500', '130122.862500', '130123.322500', '130123.782500', '130124.242500', '130124.702500', '130125.162500', '130125.622500', '130126.082500', '130126.542500', '130127.002500', '130127.462500', '130127.922500', '130128.382500', '130128.842500', '130129.302500', '130129.762500', '130130.222500', '130130.682500', '130131.142500', '130131.602500', '130132.062500', '130132.522500', '130132.982500', '130133.442500', '130133.902500', '130134.362500', '130134.822500', '130135.282500', '130135.742500', '130136.202500', '130136.662500', '130137.122500', '130137.582500', '130138.042500', '130138.502500', '130138.962500', '130139.422500', '130139.882500', '130140.342500', '130140.802500', '130141.262500', '130141.722500', '130142.182500', '130142.642500', '130143.102500', '130143.562500', '130144.022500', '130144.482500', '130144.942500', '130145.402500', '130145.862500', '130146.322500', '130146.782500', '130147.242500', '130147.702500', '130148.162500', '130148.622500', '130149.082500', '130149.542500', '130150.002500', '130150.462500'], 'ContentTime': ['125520.852000', '125520.856000', '125520.859000', '125520.862000', '125520.865000', '125520.867000', '125520.870000', '125520.873000', '125520.876000', '125520.879000', '125520.882000', '125520.885000', '125520.888000', '125520.900000', '125520.908000', '125520.911000', '125520.914000', '125520.917000', '125520.920000', '125520.923000', '125520.926000', '125520.929000', '125540.813000', '125540.816000', '125540.819000', '125540.822000', '125540.825000', '125540.827000', '125540.831000', '125540.833000', '125540.836000', '125540.839000', '125540.842000', '125540.845000', '125540.848000', '125540.851000', '125540.854000', '125540.857000', '125540.859000', '125540.862000', '125540.865000', '125540.868000', '125540.871000', '125540.874000', '125540.877000', '125540.880000', '125540.883000', '125540.886000', '125540.889000', '125540.892000', '125540.894000', '125540.897000', '125540.900000', '125540.903000', '125540.906000', '125540.909000', '125540.912000', '125540.915000', '125540.918000', '125540.920000', '125540.923000', '125540.926000', '125540.929000', '125540.932000', '125540.935000', '125600.814000', '125600.817000', '125600.820000', '125600.823000', '125600.826000', '125600.828000', '125600.831000', '125600.834000', '125600.837000', '125600.840000', '125600.843000', '125600.846000', '125600.849000', '125600.852000', '125600.854000', '125600.858000', '125600.860000', '125600.863000', '125600.866000', '125600.869000', '125600.872000', '125600.875000', '125600.878000', '125600.881000', '125600.884000', '125600.887000', '125600.889000', '125600.892000', '125600.895000', '125600.898000', '125600.901000', '125600.904000', '125600.907000', '125600.914000', '125600.917000', '125600.920000', '125600.922000', '125600.925000', '125600.928000', '125600.931000', '125600.934000', '125600.937000', '125600.939000', '125600.942000', '125620.814000', '125620.857000', '125620.860000', '125620.880000', '125620.883000', '125620.886000', '125620.888000', '125620.891000', '125620.894000', '125620.897000', '125620.900000', '125620.903000', '125620.906000', '125620.918000', '125620.920000', '125620.923000', '125620.926000', '125620.929000', '125620.932000', '125620.935000', '125620.938000', '125620.941000', '125620.944000', '125620.947000', '125620.949000', '125620.952000', '125620.955000', '125620.958000', '125620.961000', '125620.964000', '125620.967000', '125620.986000', '125620.991000', '125620.998000', '125621.002000', '125621.005000', '125621.008000', '125621.011000', '125621.014000', '125621.017000', '125621.019000', '125621.022000', '125621.025000', '125640.814000', '125640.817000', '125640.820000', '125640.823000', '125640.826000', '125640.829000', '125640.832000', '125640.835000', '125640.837000', '125640.840000', '125640.843000', '125640.846000', '125640.849000', '125640.852000', '125640.855000', '125640.858000', '125640.861000', '125640.864000', '125640.867000', '125640.870000', '125640.872000', '125640.875000', '125640.878000', '125640.881000', '125640.884000', '125640.887000', '125640.890000', '125640.893000', '125640.896000', '125640.899000', '125640.902000', '125640.905000', '125640.908000', '125640.911000', '125640.913000', '125640.916000', '125640.919000', '125640.922000', '125640.925000', '125640.928000', '125640.931000', '125640.934000', '125640.937000', '125640.939000', '125700.814000', '125700.817000', '125700.820000', '125700.823000', '125700.826000', '125700.829000', '125700.832000', '125700.835000', '125700.838000', '125700.841000', '125700.844000', '125700.846000', '125700.849000', '125700.852000', '125700.855000', '125700.858000', '125700.861000', '125700.864000', '125700.867000', '125700.870000', '125700.873000', '125700.875000', '125700.878000', '125700.881000', '125700.884000', '125700.887000', '125700.890000', '125700.893000', '125700.896000', '125700.899000', '125700.902000', '125700.904000', '125700.907000', '125700.910000', '125700.913000', '125700.916000', '125700.919000', '125700.922000', '125700.925000', '125700.928000', '125700.931000', '125700.933000', '125700.936000', '125720.814000', '125720.817000', '125720.820000', '125720.823000', '125720.826000', '125720.829000', '125720.832000', '125720.835000', '125720.837000', '125720.840000', '125720.843000', '125720.846000', '125720.849000', '125720.852000', '125720.855000', '125720.858000', '125720.861000', '125720.864000', '125720.867000', '125720.870000', '125720.873000', '125720.876000', '125720.879000', '125720.882000', '125720.885000', '125720.888000', '125720.890000', '125720.893000', '125720.896000', '125720.899000', '125720.902000', '125720.905000', '125720.908000', '125720.911000', '125720.914000', '125720.917000', '125720.920000', '125720.923000', '125720.926000', '125720.928000', '125720.931000', '125720.934000', '125720.937000', '125720.940000', '125740.814000', '125740.929000', '125740.932000', '125740.935000', '125740.938000', '125740.940000', '125740.943000', '125740.946000', '125740.951000', '125740.954000', '125740.957000', '125740.960000', '125740.962000', '125740.965000', '125740.968000', '125740.972000', '125740.974000', '125740.977000', '125740.980000', '125740.983000', '125740.986000', '125740.989000', '125740.992000', '125740.995000', '125740.998000', '125741.002000', '125741.005000', '125741.008000', '125741.011000', '125741.014000', '125741.017000', '125741.020000', '125741.025000', '125741.028000', '125741.031000', '125741.034000', '125741.037000', '125741.040000', '125741.042000', '125741.045000', '125741.048000', '125741.051000', '125741.054000', '125800.814000', '125800.817000', '125800.820000', '125800.823000', '125800.826000', '125800.829000', '125800.832000', '125800.835000', '125800.838000', '125800.841000', '125800.844000', '125800.847000', '125800.850000', '125800.853000', '125800.856000', '125800.858000', '125800.862000', '125800.864000', '125800.867000', '125800.870000', '125800.873000', '125800.876000', '125800.879000', '125800.882000', '125800.885000', '125800.888000', '125800.891000', '125800.907000', '125800.910000', '125800.913000', '125800.916000', '125800.919000', '125800.922000', '125800.925000', '125800.928000', '125800.930000', '125800.934000', '125800.936000', '125800.939000', '125800.942000', '125800.945000', '125800.948000', '125800.951000', '125820.814000', '125820.817000', '125820.820000', '125820.823000', '125820.826000', '125820.829000', '125820.832000', '125820.835000', '125820.838000', '125820.840000', '125820.843000', '125820.846000', '125820.849000', '125820.852000', '125820.855000', '125820.858000', '125820.861000', '125820.864000', '125820.867000', '125820.870000', '125820.873000', '125820.876000', '125820.879000', '125820.882000', '125820.885000', '125820.887000', '125820.890000', '125820.894000', '125820.896000', '125820.899000', '125820.902000', '125820.905000', '125820.908000', '125820.911000', '125820.914000', '125820.917000', '125820.920000', '125820.923000', '125820.925000', '125820.928000', '125820.931000', '125820.934000', '125820.937000', '125820.940000', '125840.814000', '125840.817000', '125840.820000', '125840.823000', '125840.826000', '125840.829000', '125840.831000', '125840.835000', '125840.838000', '125840.840000', '125840.843000', '125840.847000', '125840.849000', '125840.852000', '125840.855000', '125840.858000', '125840.861000', '125840.864000', '125840.867000', '125840.870000', '125840.873000', '125840.876000', '125840.879000', '125840.882000', '125840.884000', '125840.887000', '125840.890000', '125840.893000', '125840.896000', '125840.899000', '125840.902000', '125840.905000', '125840.908000', '125840.911000', '125840.913000', '125840.916000', '125840.919000', '125840.922000', '125840.925000', '125840.928000', '125840.931000', '125840.934000', '125840.937000', '125900.814000', '125900.817000', '125900.820000', '125900.823000', '125900.826000', '125900.828000', '125900.832000', '125900.834000', '125900.837000', '125900.840000', '125900.843000', '125900.846000', '125900.849000', '125900.852000', '125900.855000', '125900.858000', '125900.861000', '125900.864000', '125900.867000', '125900.870000', '125900.873000', '125900.876000', '125900.879000', '125900.882000', '125900.884000', '125900.887000', '125900.890000', '125900.893000', '125900.896000', '125900.899000', '125900.902000', '125900.905000', '125900.908000', '125900.910000', '125900.913000', '125900.916000', '125900.919000', '125900.922000', '125900.925000', '125900.928000', '125900.931000', '125900.934000', '125900.944000', '125900.947000', '125920.814000', '125920.828000', '125920.831000', '125920.836000', '125920.840000', '125920.843000', '125920.846000', '125920.849000', '125920.852000', '125920.855000', '125920.858000', '125920.861000', '125920.864000', '125920.867000', '125920.870000', '125920.873000', '125920.876000', '125920.879000', '125920.882000', '125920.885000', '125920.888000', '125920.890000', '125920.894000', '125920.896000', '125920.899000', '125920.902000', '125920.905000', '125920.908000', '125920.911000', '125920.914000', '125920.917000', '125920.920000', '125920.923000', '125920.925000', '125920.928000', '125920.931000', '125920.934000', '125920.937000', '125920.940000', '125920.943000', '125920.946000', '125920.949000', '125920.953000', '125940.814000', '125940.817000', '125940.820000', '125940.823000', '125940.826000', '125940.829000', '125940.832000', '125940.835000', '125940.838000', '125940.852000', '125940.855000', '125940.858000', '125940.861000', '125940.864000', '125940.867000', '125940.869000', '125940.872000', '125940.875000', '125940.878000', '125940.881000', '125940.884000', '125940.887000', '125940.890000', '125940.893000', '125940.896000', '125940.899000', '125940.902000', '125940.905000', '125940.908000', '125940.911000', '125940.914000', '125940.917000', '125940.920000', '125940.923000', '125940.925000', '125940.928000', '125940.931000', '125940.934000', '125940.937000', '125940.940000', '125940.943000', '125940.946000', '125940.949000', '125940.952000', '130000.814000', '130000.817000', '130000.820000', '130000.823000', '130000.826000', '130000.829000', '130000.832000', '130000.835000', '130000.838000', '130000.841000', '130000.844000', '130000.847000', '130000.850000', '130000.854000', '130000.857000', '130000.860000', '130000.863000', '130000.866000', '130000.869000', '130000.872000', '130000.875000', '130000.878000', '130000.881000', '130000.884000', '130000.887000', '130000.890000', '130000.892000', '130000.895000', '130000.898000', '130000.901000', '130000.904000', '130000.907000', '130000.910000', '130000.913000', '130000.916000', '130000.919000', '130000.921000', '130000.924000', '130000.927000', '130000.930000', '130000.933000', '130000.936000', '130000.939000', '130020.813000', '130020.816000', '130020.819000', '130020.822000', '130020.825000', '130020.828000', '130020.831000', '130020.833000', '130020.837000', '130020.840000', '130020.842000', '130020.845000', '130020.848000', '130020.851000', '130020.854000', '130020.857000', '130020.860000', '130020.863000', '130020.866000', '130020.869000', '130020.872000', '130020.875000', '130020.878000', '130020.881000', '130020.884000', '130020.886000', '130020.889000', '130020.892000', '130020.895000', '130020.898000', '130020.901000', '130020.904000', '130020.907000', '130020.910000', '130020.912000', '130020.915000', '130020.918000', '130020.921000', '130020.924000', '130020.927000', '130020.930000', '130020.933000', '130020.936000', '130020.939000', '130040.814000', '130040.846000', '130040.850000', '130040.852000', '130040.855000', '130040.858000', '130040.864000', '130040.867000', '130040.871000', '130040.874000', '130040.877000', '130040.880000', '130040.883000', '130040.886000', '130040.888000', '130040.891000', '130040.894000', '130040.897000', '130040.900000', '130040.903000', '130040.906000', '130040.909000', '130040.912000', '130040.915000', '130040.918000', '130040.921000', '130040.924000', '130040.927000', '130040.930000', '130040.932000', '130040.935000', '130040.938000', '130040.943000', '130040.946000', '130040.949000', '130040.952000', '130040.955000', '130040.958000', '130040.961000', '130040.964000', '130040.967000', '130040.970000', '130040.973000', '130100.814000', '130100.842000', '130100.845000', '130100.848000', '130100.851000', '130100.854000', '130100.861000', '130100.864000', '130100.867000', '130100.870000', '130100.873000', '130100.876000', '130100.879000', '130100.882000', '130100.885000', '130100.888000', '130100.891000', '130100.894000', '130100.896000', '130100.899000', '130100.902000', '130100.905000', '130100.908000', '130100.911000', '130100.914000', '130100.919000', '130100.922000', '130100.925000', '130100.927000', '130100.930000', '130100.933000', '130100.936000', '130100.939000', '130100.942000', '130100.945000', '130100.948000', '130100.951000', '130100.954000', '130100.956000', '130100.960000', '130100.962000', '130100.965000', '130100.968000', '130100.971000', '130120.814000', '130120.817000', '130120.820000', '130120.824000', '130120.827000', '130120.831000', '130120.833000', '130120.836000', '130120.839000', '130120.842000', '130120.845000', '130120.848000', '130120.851000', '130120.854000', '130120.857000', '130120.860000', '130120.863000', '130120.866000', '130120.869000', '130120.871000', '130120.874000', '130120.878000', '130120.881000', '130120.884000', '130120.887000', '130120.890000', '130120.893000', '130120.896000', '130120.899000', '130120.902000', '130120.905000', '130120.908000', '130120.911000', '130120.914000', '130120.917000', '130120.920000', '130120.923000', '130120.926000', '130120.928000', '130120.931000', '130120.934000', '130120.937000', '130120.940000', '130140.814000', '130140.868000', '130140.871000', '130140.874000', '130140.877000', '130140.880000', '130140.883000', '130140.886000', '130140.889000', '130140.892000', '130140.895000', '130140.898000', '130140.901000', '130140.903000', '130140.906000', '130140.909000', '130140.912000', '130140.915000', '130140.918000', '130140.921000', '130140.924000', '130140.927000', '130140.930000', '130140.933000', '130140.936000', '130140.939000', '130140.942000', '130140.945000', '130140.948000', '130140.950000', '130140.953000', '130140.956000', '130140.959000', '130140.962000', '130140.965000', '130140.968000', '130140.971000', '130140.974000', '130140.977000', '130140.980000', '130140.983000', '130140.985000', '130140.988000', '130140.991000', '130151.754000', '130151.758000', '130151.762000', '130151.765000', '130151.769000', '130151.772000', '130151.776000', '130151.779000', '130151.782000', '130151.786000', '130151.790000', '130151.793000', '130151.796000', '130151.799000', '130151.803000', '130151.806000', '130151.809000', '130151.812000', '130151.815000', '130151.817000', '130151.820000', '130151.823000', '130151.826000', '130151.829000'], 'InstanceCreationTime': ['125520.852000', '125520.856000', '125520.859000', '125520.862000', '125520.865000', '125520.867000', '125520.870000', '125520.873000', '125520.876000', '125520.879000', '125520.882000', '125520.885000', '125520.888000', '125520.900000', '125520.908000', '125520.911000', '125520.914000', '125520.917000', '125520.920000', '125520.923000', '125520.926000', '125520.929000', '125540.813000', '125540.816000', '125540.819000', '125540.822000', '125540.825000', '125540.827000', '125540.831000', '125540.833000', '125540.836000', '125540.839000', '125540.842000', '125540.845000', '125540.848000', '125540.851000', '125540.854000', '125540.857000', '125540.859000', '125540.862000', '125540.865000', '125540.868000', '125540.871000', '125540.874000', '125540.877000', '125540.880000', '125540.883000', '125540.886000', '125540.889000', '125540.892000', '125540.894000', '125540.897000', '125540.900000', '125540.903000', '125540.906000', '125540.909000', '125540.912000', '125540.915000', '125540.918000', '125540.920000', '125540.923000', '125540.926000', '125540.929000', '125540.932000', '125540.935000', '125600.814000', '125600.817000', '125600.820000', '125600.823000', '125600.826000', '125600.828000', '125600.831000', '125600.834000', '125600.837000', '125600.840000', '125600.843000', '125600.846000', '125600.849000', '125600.852000', '125600.854000', '125600.858000', '125600.860000', '125600.863000', '125600.866000', '125600.869000', '125600.872000', '125600.875000', '125600.878000', '125600.881000', '125600.884000', '125600.887000', '125600.889000', '125600.892000', '125600.895000', '125600.898000', '125600.901000', '125600.904000', '125600.907000', '125600.914000', '125600.917000', '125600.920000', '125600.922000', '125600.925000', '125600.928000', '125600.931000', '125600.934000', '125600.937000', '125600.939000', '125600.942000', '125620.814000', '125620.857000', '125620.860000', '125620.880000', '125620.883000', '125620.886000', '125620.888000', '125620.891000', '125620.894000', '125620.897000', '125620.900000', '125620.903000', '125620.906000', '125620.918000', '125620.920000', '125620.923000', '125620.926000', '125620.929000', '125620.932000', '125620.935000', '125620.938000', '125620.941000', '125620.944000', '125620.947000', '125620.949000', '125620.952000', '125620.955000', '125620.958000', '125620.961000', '125620.964000', '125620.967000', '125620.986000', '125620.991000', '125620.998000', '125621.002000', '125621.005000', '125621.008000', '125621.011000', '125621.014000', '125621.017000', '125621.019000', '125621.022000', '125621.025000', '125640.814000', '125640.817000', '125640.820000', '125640.823000', '125640.826000', '125640.829000', '125640.832000', '125640.835000', '125640.837000', '125640.840000', '125640.843000', '125640.846000', '125640.849000', '125640.852000', '125640.855000', '125640.858000', '125640.861000', '125640.864000', '125640.867000', '125640.870000', '125640.872000', '125640.875000', '125640.878000', '125640.881000', '125640.884000', '125640.887000', '125640.890000', '125640.893000', '125640.896000', '125640.899000', '125640.902000', '125640.905000', '125640.908000', '125640.911000', '125640.913000', '125640.916000', '125640.919000', '125640.922000', '125640.925000', '125640.928000', '125640.931000', '125640.934000', '125640.937000', '125640.939000', '125700.814000', '125700.817000', '125700.820000', '125700.823000', '125700.826000', '125700.829000', '125700.832000', '125700.835000', '125700.838000', '125700.841000', '125700.844000', '125700.846000', '125700.849000', '125700.852000', '125700.855000', '125700.858000', '125700.861000', '125700.864000', '125700.867000', '125700.870000', '125700.873000', '125700.875000', '125700.878000', '125700.881000', '125700.884000', '125700.887000', '125700.890000', '125700.893000', '125700.896000', '125700.899000', '125700.902000', '125700.904000', '125700.907000', '125700.910000', '125700.913000', '125700.916000', '125700.919000', '125700.922000', '125700.925000', '125700.928000', '125700.931000', '125700.933000', '125700.936000', '125720.814000', '125720.817000', '125720.820000', '125720.823000', '125720.826000', '125720.829000', '125720.832000', '125720.835000', '125720.837000', '125720.840000', '125720.843000', '125720.846000', '125720.849000', '125720.852000', '125720.855000', '125720.858000', '125720.861000', '125720.864000', '125720.867000', '125720.870000', '125720.873000', '125720.876000', '125720.879000', '125720.882000', '125720.885000', '125720.888000', '125720.890000', '125720.893000', '125720.896000', '125720.899000', '125720.902000', '125720.905000', '125720.908000', '125720.911000', '125720.914000', '125720.917000', '125720.920000', '125720.923000', '125720.926000', '125720.928000', '125720.931000', '125720.934000', '125720.937000', '125720.940000', '125740.814000', '125740.929000', '125740.932000', '125740.935000', '125740.938000', '125740.940000', '125740.943000', '125740.946000', '125740.951000', '125740.954000', '125740.957000', '125740.960000', '125740.962000', '125740.965000', '125740.968000', '125740.972000', '125740.974000', '125740.977000', '125740.980000', '125740.983000', '125740.986000', '125740.989000', '125740.992000', '125740.995000', '125740.998000', '125741.002000', '125741.005000', '125741.008000', '125741.011000', '125741.014000', '125741.017000', '125741.020000', '125741.025000', '125741.028000', '125741.031000', '125741.034000', '125741.037000', '125741.040000', '125741.042000', '125741.045000', '125741.048000', '125741.051000', '125741.054000', '125800.814000', '125800.817000', '125800.820000', '125800.823000', '125800.826000', '125800.829000', '125800.832000', '125800.835000', '125800.838000', '125800.841000', '125800.844000', '125800.847000', '125800.850000', '125800.853000', '125800.856000', '125800.858000', '125800.862000', '125800.864000', '125800.867000', '125800.870000', '125800.873000', '125800.876000', '125800.879000', '125800.882000', '125800.885000', '125800.888000', '125800.891000', '125800.907000', '125800.910000', '125800.913000', '125800.916000', '125800.919000', '125800.922000', '125800.925000', '125800.928000', '125800.930000', '125800.934000', '125800.936000', '125800.939000', '125800.942000', '125800.945000', '125800.948000', '125800.951000', '125820.814000', '125820.817000', '125820.820000', '125820.823000', '125820.826000', '125820.829000', '125820.832000', '125820.835000', '125820.838000', '125820.840000', '125820.843000', '125820.846000', '125820.849000', '125820.852000', '125820.855000', '125820.858000', '125820.861000', '125820.864000', '125820.867000', '125820.870000', '125820.873000', '125820.876000', '125820.879000', '125820.882000', '125820.885000', '125820.887000', '125820.890000', '125820.894000', '125820.896000', '125820.899000', '125820.902000', '125820.905000', '125820.908000', '125820.911000', '125820.914000', '125820.917000', '125820.920000', '125820.923000', '125820.925000', '125820.928000', '125820.931000', '125820.934000', '125820.937000', '125820.940000', '125840.814000', '125840.817000', '125840.820000', '125840.823000', '125840.826000', '125840.829000', '125840.831000', '125840.835000', '125840.838000', '125840.840000', '125840.843000', '125840.847000', '125840.849000', '125840.852000', '125840.855000', '125840.858000', '125840.861000', '125840.864000', '125840.867000', '125840.870000', '125840.873000', '125840.876000', '125840.879000', '125840.882000', '125840.884000', '125840.887000', '125840.890000', '125840.893000', '125840.896000', '125840.899000', '125840.902000', '125840.905000', '125840.908000', '125840.911000', '125840.913000', '125840.916000', '125840.919000', '125840.922000', '125840.925000', '125840.928000', '125840.931000', '125840.934000', '125840.937000', '125900.814000', '125900.817000', '125900.820000', '125900.823000', '125900.826000', '125900.828000', '125900.832000', '125900.834000', '125900.837000', '125900.840000', '125900.843000', '125900.846000', '125900.849000', '125900.852000', '125900.855000', '125900.858000', '125900.861000', '125900.864000', '125900.867000', '125900.870000', '125900.873000', '125900.876000', '125900.879000', '125900.882000', '125900.884000', '125900.887000', '125900.890000', '125900.893000', '125900.896000', '125900.899000', '125900.902000', '125900.905000', '125900.908000', '125900.910000', '125900.913000', '125900.916000', '125900.919000', '125900.922000', '125900.925000', '125900.928000', '125900.931000', '125900.934000', '125900.944000', '125900.947000', '125920.814000', '125920.828000', '125920.831000', '125920.836000', '125920.840000', '125920.843000', '125920.846000', '125920.849000', '125920.852000', '125920.855000', '125920.858000', '125920.861000', '125920.864000', '125920.867000', '125920.870000', '125920.873000', '125920.876000', '125920.879000', '125920.882000', '125920.885000', '125920.888000', '125920.890000', '125920.894000', '125920.896000', '125920.899000', '125920.902000', '125920.905000', '125920.908000', '125920.911000', '125920.914000', '125920.917000', '125920.920000', '125920.923000', '125920.925000', '125920.928000', '125920.931000', '125920.934000', '125920.937000', '125920.940000', '125920.943000', '125920.946000', '125920.949000', '125920.953000', '125940.814000', '125940.817000', '125940.820000', '125940.823000', '125940.826000', '125940.829000', '125940.832000', '125940.835000', '125940.838000', '125940.852000', '125940.855000', '125940.858000', '125940.861000', '125940.864000', '125940.867000', '125940.869000', '125940.872000', '125940.875000', '125940.878000', '125940.881000', '125940.884000', '125940.887000', '125940.890000', '125940.893000', '125940.896000', '125940.899000', '125940.902000', '125940.905000', '125940.908000', '125940.911000', '125940.914000', '125940.917000', '125940.920000', '125940.923000', '125940.925000', '125940.928000', '125940.931000', '125940.934000', '125940.937000', '125940.940000', '125940.943000', '125940.946000', '125940.949000', '125940.952000', '130000.814000', '130000.817000', '130000.820000', '130000.823000', '130000.826000', '130000.829000', '130000.832000', '130000.835000', '130000.838000', '130000.841000', '130000.844000', '130000.847000', '130000.850000', '130000.854000', '130000.857000', '130000.860000', '130000.863000', '130000.866000', '130000.869000', '130000.872000', '130000.875000', '130000.878000', '130000.881000', '130000.884000', '130000.887000', '130000.890000', '130000.892000', '130000.895000', '130000.898000', '130000.901000', '130000.904000', '130000.907000', '130000.910000', '130000.913000', '130000.916000', '130000.919000', '130000.921000', '130000.924000', '130000.927000', '130000.930000', '130000.933000', '130000.936000', '130000.939000', '130020.813000', '130020.816000', '130020.819000', '130020.822000', '130020.825000', '130020.828000', '130020.831000', '130020.833000', '130020.837000', '130020.840000', '130020.842000', '130020.845000', '130020.848000', '130020.851000', '130020.854000', '130020.857000', '130020.860000', '130020.863000', '130020.866000', '130020.869000', '130020.872000', '130020.875000', '130020.878000', '130020.881000', '130020.884000', '130020.886000', '130020.889000', '130020.892000', '130020.895000', '130020.898000', '130020.901000', '130020.904000', '130020.907000', '130020.910000', '130020.912000', '130020.915000', '130020.918000', '130020.921000', '130020.924000', '130020.927000', '130020.930000', '130020.933000', '130020.936000', '130020.939000', '130040.814000', '130040.846000', '130040.850000', '130040.852000', '130040.855000', '130040.858000', '130040.864000', '130040.867000', '130040.871000', '130040.874000', '130040.877000', '130040.880000', '130040.883000', '130040.886000', '130040.888000', '130040.891000', '130040.894000', '130040.897000', '130040.900000', '130040.903000', '130040.906000', '130040.909000', '130040.912000', '130040.915000', '130040.918000', '130040.921000', '130040.924000', '130040.927000', '130040.930000', '130040.932000', '130040.935000', '130040.938000', '130040.943000', '130040.946000', '130040.949000', '130040.952000', '130040.955000', '130040.958000', '130040.961000', '130040.964000', '130040.967000', '130040.970000', '130040.973000', '130100.814000', '130100.842000', '130100.845000', '130100.848000', '130100.851000', '130100.854000', '130100.861000', '130100.864000', '130100.867000', '130100.870000', '130100.873000', '130100.876000', '130100.879000', '130100.882000', '130100.885000', '130100.888000', '130100.891000', '130100.894000', '130100.896000', '130100.899000', '130100.902000', '130100.905000', '130100.908000', '130100.911000', '130100.914000', '130100.919000', '130100.922000', '130100.925000', '130100.927000', '130100.930000', '130100.933000', '130100.936000', '130100.939000', '130100.942000', '130100.945000', '130100.948000', '130100.951000', '130100.954000', '130100.956000', '130100.960000', '130100.962000', '130100.965000', '130100.968000', '130100.971000', '130120.814000', '130120.817000', '130120.820000', '130120.824000', '130120.827000', '130120.831000', '130120.833000', '130120.836000', '130120.839000', '130120.842000', '130120.845000', '130120.848000', '130120.851000', '130120.854000', '130120.857000', '130120.860000', '130120.863000', '130120.866000', '130120.869000', '130120.871000', '130120.874000', '130120.878000', '130120.881000', '130120.884000', '130120.887000', '130120.890000', '130120.893000', '130120.896000', '130120.899000', '130120.902000', '130120.905000', '130120.908000', '130120.911000', '130120.914000', '130120.917000', '130120.920000', '130120.923000', '130120.926000', '130120.928000', '130120.931000', '130120.934000', '130120.937000', '130120.940000', '130140.814000', '130140.868000', '130140.871000', '130140.874000', '130140.877000', '130140.880000', '130140.883000', '130140.886000', '130140.889000', '130140.892000', '130140.895000', '130140.898000', '130140.901000', '130140.903000', '130140.906000', '130140.909000', '130140.912000', '130140.915000', '130140.918000', '130140.921000', '130140.924000', '130140.927000', '130140.930000', '130140.933000', '130140.936000', '130140.939000', '130140.942000', '130140.945000', '130140.948000', '130140.950000', '130140.953000', '130140.956000', '130140.959000', '130140.962000', '130140.965000', '130140.968000', '130140.971000', '130140.974000', '130140.977000', '130140.980000', '130140.983000', '130140.985000', '130140.988000', '130140.991000', '130151.754000', '130151.758000', '130151.762000', '130151.765000', '130151.769000', '130151.772000', '130151.776000', '130151.779000', '130151.782000', '130151.786000', '130151.790000', '130151.793000', '130151.796000', '130151.799000', '130151.803000', '130151.806000', '130151.809000', '130151.812000', '130151.815000', '130151.817000', '130151.820000', '130151.823000', '130151.826000', '130151.829000'], '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': [12310, 11057, 10155, 10999, 10230, 11140, 9967, 10899, 9862, 10927, 10574, 11787, 9565, 11696, 9428, 11234, 9704, 11494, 11813, 10484, 12204, 10659, 12128, 10798, 12129, 11020, 10835, 10610, 9951, 10738, 10495, 11101, 10855, 11296, 10651, 10111, 9968, 10262, 9916, 10165, 10096, 10377, 10066, 10295, 9836, 10205, 9962, 10080, 9964, 10202, 9834, 10035, 9704, 9979, 9709, 9915, 9447, 10347, 9746, 11801, 9910, 12394, 9963, 10348, 10287, 10218, 10940, 9633, 11411, 9875, 11423, 9677, 11074, 9754, 11046, 9632, 11270, 9446, 11366, 9536, 11408, 9906, 11486, 9763, 10631, 9754, 10204, 10869, 10441, 10497, 10308, 10183, 10630, 11412, 9121, 11150, 9704, 10461, 10230, 10106, 11364, 9557, 12189, 9560, 11049, 9882, 10256, 10648, 10161, 11140, 9593, 10917, 9727, 11181, 9658, 11177, 9563, 11471, 9538, 11484, 9591, 11343, 9651, 11081, 9664, 11275, 9973, 11281, 9711, 11339, 9651, 11122, 9673, 10560, 9894, 10102, 9892, 10805, 9929, 10616, 9704, 10418, 9691, 10221, 9669, 11410, 9747, 11091, 9639, 10927, 9715, 10158, 10359, 10138, 10721, 11485, 9850, 11093, 9776, 11114, 9951, 11109, 9939, 11194, 9760, 10714, 9664, 10667, 9984, 10783, 10078, 10611, 10205, 10959, 11046, 10215, 10684, 10334, 10907, 10318, 10548, 10268, 10702, 9719, 10448, 9776, 10242, 9934, 11206, 10020, 11141, 10186, 11182, 9978, 11047, 9857, 9985, 9963, 9463, 10069, 9342, 10403, 9645, 10922, 10123, 10806, 9387, 10423, 11356, 10561, 10668, 10938, 9995, 11203, 9528, 11397, 9567, 11553, 9945, 10923, 9548, 11982, 9776, 11528, 9431, 11181, 9511, 10771, 9572, 10848, 9590, 10703, 9601, 10781, 9872, 10578, 9797, 10837, 9677, 11978, 9788, 11124, 9668, 10130, 10038, 10040, 10128, 9958, 9912, 10931, 10400, 10416, 11672, 10446, 10268, 10645, 10300, 10028, 10605, 11343, 10058, 9716, 11325, 9828, 11629, 10559, 10669, 10505, 10232, 10522, 10549, 10167, 10568, 10857, 10385, 9905, 11659, 9755, 11743, 9728, 11299, 9517, 11196, 9287, 10853, 9526, 11603, 9606, 11810, 9484, 11701, 9657, 11145, 9500, 11115, 9437, 10972, 9393, 10760, 10353, 10608, 10582, 10578, 10655, 10592, 10365, 10420, 9579, 10244, 10065, 10138, 9529, 10361, 9144, 10866, 9236, 10273, 9172, 10460, 9674, 10575, 9549, 10610, 9165, 10235, 11074, 9440, 10830, 9431, 11434, 9427, 11896, 9503, 10635, 9559, 10772, 9414, 10366, 9555, 10400, 9922, 10371, 10417, 10362, 9452, 10091, 9428, 10495, 9510, 10182, 10188, 9820, 10135, 9931, 9448, 10054, 9666, 10300, 9439, 10335, 10023, 10252, 10403, 10403, 9342, 10127, 10267, 9648, 10009, 9608, 11168, 9874, 11692, 10062, 10429, 10134, 10234, 10398, 10365, 10620, 10279, 10052, 10284, 9008, 10015, 11041, 9650, 10613, 9775, 10398, 10724, 10030, 10580, 10166, 10335, 10065, 10029, 10027, 9621, 9811, 10923, 9580, 11820, 9739, 10924, 9424, 10677, 10152, 10403, 10242, 10828, 9714, 10654, 9433, 10736, 8781, 10480, 9293, 10076, 10515, 9489, 11428, 9504, 10892, 9703, 10866, 9881, 11292, 9782, 10840, 9519, 10838, 10114, 10665, 9054, 10951, 8687, 10415, 9340, 9860, 10386, 9413, 10534, 9496, 11491, 9561, 11774, 9621, 11113, 9377, 10969, 9360, 11070, 9129, 11027, 9421, 11022, 9751, 10809, 10234, 10587, 10263, 10774, 9373, 10663, 9571, 10283, 9779, 10820, 9503, 10597, 9980, 10515, 9697, 10627, 9070, 10804, 9075, 10366, 8835, 9915, 9399, 9570, 9446, 10170, 9401, 9710, 10068, 9388, 10242, 9427, 10283, 9284, 11193, 9473, 11803, 9636, 11522, 9624, 11100, 9348, 10816, 9771, 10467, 10006, 10724, 10352, 10372, 10290, 10233, 9499, 10324, 9529, 10621, 9297, 10565, 9930, 10623, 9735, 10612, 9931, 10586, 9617, 10074, 9029, 10015, 8831, 10187, 9113, 9912, 9928, 9628, 11084, 9520, 9883, 9819, 10636, 9613, 11602, 9505, 11699, 9531, 11868, 9325, 11598, 9556, 10835, 9427, 11198, 9344, 11557, 9327, 11766, 9471, 12054, 9550, 11682, 9503, 10478, 9502, 10540, 9672, 12254, 9497, 11731, 9578, 11120, 9942, 11243, 9743, 11077, 9490, 11081, 9624, 10638, 10067, 10449, 9998, 10399, 10112, 10353, 9603, 10124, 9093, 9947, 9042, 10303, 10158, 10203, 9932, 10478, 9162, 10718, 9025, 10702, 9222, 10086, 8954, 9928, 9718, 9667, 9280, 9812, 9582, 9633, 10362, 9552, 11654, 9361, 10979, 9604, 11580, 9607, 12080, 9389, 11769, 9714, 11852, 9379, 11916, 9335, 10306, 9447, 10930, 9185, 10605, 10182, 10895, 9865, 10778, 10150, 10771, 9745, 10744, 9590, 10492, 9962, 10472, 10038, 10283, 9542, 10022, 9516, 10153, 10177, 10246, 10729, 10072, 10327, 10229, 9796, 10356, 9368, 10604, 9468, 10461, 9318, 10561, 9664, 10708, 9559, 10858, 9875, 10884, 9040, 10432, 10250, 9474, 11843, 9335, 11742, 9303, 10694, 9357, 10636, 10166, 10360, 9490, 10255, 9780, 10308, 9292, 9868, 11176, 9552, 10765, 9356, 10501, 10407, 10407, 10131, 10148, 10174, 9983, 8734, 10024, 8759, 10291, 9282, 9925, 10032, 9628, 9047, 9657, 9917, 9606, 12653, 9560, 11477, 9562, 10826, 9364, 10764, 9563, 10712, 9941, 10607, 9832, 10623, 9487, 10805, 9462, 10770, 9874, 11756, 9325, 10870, 9766, 10571, 9727, 10493, 9575, 11183, 9679, 10736, 9883, 10397, 10111, 10062, 9822, 9965, 10016, 10075, 10225, 10073, 10129, 10089, 10162, 10502, 9689, 10535, 9791, 10506, 10013, 10090, 9751, 10791, 9722, 10488, 9893, 10506, 9710, 10372, 9636, 10498, 9946, 11502, 9544, 10655, 9756, 10455, 9770, 10489, 9337, 9828, 9240, 9654, 10690, 9205, 11561, 9313, 11965, 9500, 9953, 9221, 11055, 9355, 9540, 9615, 10273, 9531, 10294, 9367, 11014, 9344, 10352, 9581, 10424, 10140, 10378, 10307, 11729, 10032, 11311, 9517, 10816, 9331, 10477, 9800, 10223, 9203, 10224, 9139, 9447, 11341, 9382, 10845, 9353, 10769, 9475, 10652, 9970, 10242, 9181, 9780, 9036, 10084, 10036, 10138, 8731, 10097, 9319, 9433, 11751, 9378, 11830, 9271, 11184, 9172, 11001, 9375, 10311, 10059, 10339, 9892, 10455, 9688, 10301, 9296, 10308, 9110, 10415, 9034, 10364, 9056, 9941, 11819, 9214, 12178, 9296, 11012, 9166, 10556, 9330, 10359, 9878, 10433, 10299, 10439, 9348, 10135, 9067], 'WindowCenter': [4388.0, 4361.0, 4337.0, 4334.0, 4322.0, 4331.0, 4321.0, 4330.0, 4335.0, 4346.0, 4332.0, 4342.0, 4321.0, 4340.0, 4308.0, 4329.0, 4309.0, 4330.0, 4329.0, 4333.0, 4339.0, 4331.0, 4350.0, 4331.0, 4340.0, 4330.0, 4329.0, 4330.0, 4320.0, 4330.0, 4330.0, 4329.0, 4318.0, 4316.0, 4318.0, 4307.0, 4306.0, 4304.0, 4295.0, 4304.0, 4304.0, 4294.0, 4294.0, 4302.0, 4304.0, 4304.0, 4307.0, 4305.0, 4307.0, 4306.0, 4309.0, 4307.0, 4308.0, 4309.0, 4307.0, 4306.0, 4306.0, 4306.0, 4308.0, 4339.0, 4308.0, 4326.0, 4319.0, 4308.0, 4318.0, 4306.0, 4317.0, 4318.0, 4329.0, 4318.0, 4330.0, 4320.0, 4331.0, 4309.0, 4331.0, 4320.0, 4329.0, 4308.0, 4329.0, 4309.0, 4340.0, 4321.0, 4331.0, 4321.0, 4331.0, 4309.0, 4319.0, 4330.0, 4319.0, 4320.0, 4318.0, 4320.0, 4334.0, 4344.0, 4309.0, 4318.0, 4321.0, 4334.0, 4321.0, 4320.0, 4327.0, 4308.0, 4328.0, 4308.0, 4316.0, 4308.0, 4307.0, 4319.0, 4319.0, 4330.0, 4308.0, 4318.0, 4308.0, 4329.0, 4309.0, 4330.0, 4320.0, 4341.0, 4310.0, 4331.0, 4321.0, 4332.0, 4310.0, 4330.0, 4310.0, 4330.0, 4321.0, 4332.0, 4324.0, 4343.0, 4322.0, 4344.0, 4324.0, 4333.0, 4323.0, 4322.0, 4333.0, 4330.0, 4321.0, 4332.0, 4322.0, 4331.0, 4322.0, 4333.0, 4324.0, 4342.0, 4322.0, 4344.0, 4335.0, 4344.0, 4322.0, 4333.0, 4334.0, 4333.0, 4335.0, 4333.0, 4321.0, 4331.0, 4309.0, 4330.0, 4310.0, 4330.0, 4333.0, 4342.0, 4322.0, 4333.0, 4311.0, 4333.0, 4309.0, 4320.0, 4309.0, 4319.0, 4320.0, 4321.0, 4331.0, 4320.0, 4308.0, 4308.0, 4318.0, 4309.0, 4319.0, 4321.0, 4319.0, 4309.0, 4319.0, 4320.0, 4320.0, 4321.0, 4330.0, 4320.0, 4330.0, 4322.0, 4330.0, 4322.0, 4332.0, 4324.0, 4321.0, 4320.0, 4310.0, 4321.0, 4312.0, 4333.0, 4322.0, 4334.0, 4334.0, 4332.0, 4311.0, 4334.0, 4344.0, 4332.0, 4331.0, 4331.0, 4321.0, 4330.0, 4311.0, 4330.0, 4310.0, 4329.0, 4320.0, 4333.0, 4322.0, 4330.0, 4309.0, 4317.0, 4296.0, 4317.0, 4307.0, 4317.0, 4308.0, 4318.0, 4309.0, 4319.0, 4309.0, 4318.0, 4319.0, 4318.0, 4320.0, 4329.0, 4310.0, 4329.0, 4321.0, 4330.0, 4321.0, 4319.0, 4323.0, 4321.0, 4335.0, 4323.0, 4336.0, 4346.0, 4335.0, 4335.0, 4344.0, 4335.0, 4334.0, 4335.0, 4322.0, 4322.0, 4333.0, 4332.0, 4324.0, 4323.0, 4344.0, 4323.0, 4343.0, 4333.0, 4321.0, 4320.0, 4320.0, 4320.0, 4320.0, 4320.0, 4319.0, 4319.0, 4308.0, 4308.0, 4328.0, 4309.0, 4329.0, 4322.0, 4329.0, 4321.0, 4331.0, 4312.0, 4331.0, 4322.0, 4331.0, 4320.0, 4329.0, 4310.0, 4342.0, 4321.0, 4329.0, 4310.0, 4331.0, 4311.0, 4318.0, 4309.0, 4319.0, 4319.0, 4318.0, 4318.0, 4319.0, 4319.0, 4317.0, 4319.0, 4330.0, 4321.0, 4320.0, 4320.0, 4322.0, 4310.0, 4321.0, 4313.0, 4332.0, 4324.0, 4331.0, 4310.0, 4331.0, 4309.0, 4321.0, 4321.0, 4321.0, 4309.0, 4319.0, 4318.0, 4307.0, 4318.0, 4308.0, 4316.0, 4297.0, 4329.0, 4309.0, 4318.0, 4307.0, 4317.0, 4310.0, 4307.0, 4308.0, 4319.0, 4309.0, 4318.0, 4318.0, 4318.0, 4309.0, 4320.0, 4309.0, 4319.0, 4308.0, 4320.0, 4321.0, 4321.0, 4322.0, 4321.0, 4321.0, 4323.0, 4321.0, 4322.0, 4310.0, 4321.0, 4320.0, 4321.0, 4319.0, 4320.0, 4308.0, 4318.0, 4319.0, 4309.0, 4309.0, 4310.0, 4328.0, 4320.0, 4328.0, 4308.0, 4318.0, 4320.0, 4320.0, 4320.0, 4319.0, 4319.0, 4320.0, 4308.0, 4319.0, 4298.0, 4309.0, 4318.0, 4309.0, 4319.0, 4309.0, 4308.0, 4318.0, 4309.0, 4317.0, 4318.0, 4319.0, 4321.0, 4321.0, 4321.0, 4309.0, 4323.0, 4330.0, 4310.0, 4329.0, 4309.0, 4319.0, 4308.0, 4320.0, 4319.0, 4333.0, 4333.0, 4331.0, 4309.0, 4321.0, 4309.0, 4331.0, 4298.0, 4320.0, 4311.0, 4321.0, 4332.0, 4321.0, 4330.0, 4310.0, 4330.0, 4310.0, 4330.0, 4320.0, 4331.0, 4309.0, 4330.0, 4319.0, 4332.0, 4321.0, 4334.0, 4311.0, 4333.0, 4311.0, 4332.0, 4324.0, 4335.0, 4333.0, 4323.0, 4332.0, 4322.0, 4343.0, 4321.0, 4339.0, 4311.0, 4330.0, 4311.0, 4319.0, 4311.0, 4330.0, 4310.0, 4332.0, 4311.0, 4330.0, 4310.0, 4330.0, 4320.0, 4320.0, 4321.0, 4330.0, 4309.0, 4318.0, 4311.0, 4321.0, 4320.0, 4331.0, 4321.0, 4332.0, 4321.0, 4331.0, 4310.0, 4321.0, 4298.0, 4330.0, 4310.0, 4322.0, 4299.0, 4321.0, 4310.0, 4322.0, 4322.0, 4322.0, 4311.0, 4320.0, 4320.0, 4311.0, 4321.0, 4322.0, 4321.0, 4312.0, 4331.0, 4323.0, 4341.0, 4321.0, 4331.0, 4322.0, 4330.0, 4311.0, 4330.0, 4321.0, 4321.0, 4320.0, 4331.0, 4320.0, 4320.0, 4321.0, 4332.0, 4322.0, 4333.0, 4321.0, 4333.0, 4323.0, 4332.0, 4322.0, 4333.0, 4321.0, 4334.0, 4321.0, 4330.0, 4310.0, 4323.0, 4312.0, 4322.0, 4312.0, 4333.0, 4312.0, 4323.0, 4322.0, 4323.0, 4331.0, 4322.0, 4319.0, 4322.0, 4319.0, 4311.0, 4330.0, 4322.0, 4330.0, 4321.0, 4341.0, 4312.0, 4342.0, 4320.0, 4329.0, 4312.0, 4331.0, 4310.0, 4330.0, 4310.0, 4340.0, 4321.0, 4340.0, 4324.0, 4341.0, 4323.0, 4321.0, 4321.0, 4331.0, 4322.0, 4339.0, 4321.0, 4329.0, 4312.0, 4330.0, 4320.0, 4330.0, 4308.0, 4317.0, 4307.0, 4318.0, 4308.0, 4318.0, 4321.0, 4320.0, 4308.0, 4320.0, 4319.0, 4321.0, 4320.0, 4321.0, 4311.0, 4322.0, 4310.0, 4322.0, 4321.0, 4322.0, 4321.0, 4333.0, 4311.0, 4332.0, 4298.0, 4332.0, 4321.0, 4321.0, 4311.0, 4322.0, 4323.0, 4323.0, 4311.0, 4322.0, 4322.0, 4323.0, 4322.0, 4323.0, 4331.0, 4311.0, 4331.0, 4323.0, 4341.0, 4320.0, 4341.0, 4311.0, 4329.0, 4311.0, 4331.0, 4311.0, 4342.0, 4311.0, 4319.0, 4310.0, 4319.0, 4309.0, 4320.0, 4320.0, 4319.0, 4308.0, 4317.0, 4319.0, 4318.0, 4310.0, 4320.0, 4309.0, 4320.0, 4320.0, 4319.0, 4319.0, 4320.0, 4309.0, 4321.0, 4310.0, 4323.0, 4321.0, 4323.0, 4344.0, 4323.0, 4333.0, 4333.0, 4323.0, 4334.0, 4323.0, 4333.0, 4323.0, 4333.0, 4323.0, 4332.0, 4322.0, 4333.0, 4311.0, 4330.0, 4310.0, 4330.0, 4311.0, 4320.0, 4319.0, 4310.0, 4329.0, 4309.0, 4328.0, 4309.0, 4319.0, 4309.0, 4321.0, 4319.0, 4319.0, 4312.0, 4321.0, 4310.0, 4322.0, 4311.0, 4322.0, 4319.0, 4312.0, 4331.0, 4311.0, 4320.0, 4321.0, 4321.0, 4322.0, 4322.0, 4322.0, 4324.0, 4300.0, 4322.0, 4312.0, 4323.0, 4311.0, 4323.0, 4335.0, 4323.0, 4311.0, 4324.0, 4323.0, 4337.0, 4366.0, 4336.0, 4344.0, 4324.0, 4332.0, 4324.0, 4332.0, 4310.0, 4321.0, 4321.0, 4321.0, 4320.0, 4321.0, 4310.0, 4330.0, 4311.0, 4320.0, 4322.0, 4331.0, 4309.0, 4330.0, 4319.0, 4319.0, 4307.0, 4319.0, 4308.0, 4318.0, 4306.0, 4317.0, 4308.0, 4308.0, 4319.0, 4309.0, 4308.0, 4309.0, 4320.0, 4321.0, 4322.0, 4322.0, 4321.0, 4323.0, 4322.0, 4332.0, 4322.0, 4331.0, 4322.0, 4321.0, 4311.0, 4320.0, 4310.0, 4320.0, 4310.0, 4320.0, 4311.0, 4320.0, 4311.0, 4322.0, 4321.0, 4321.0, 4322.0, 4344.0, 4322.0, 4332.0, 4322.0, 4322.0, 4320.0, 4319.0, 4309.0, 4321.0, 4310.0, 4310.0, 4319.0, 4309.0, 4329.0, 4309.0, 4340.0, 4311.0, 4320.0, 4313.0, 4341.0, 4323.0, 4323.0, 4323.0, 4332.0, 4324.0, 4334.0, 4326.0, 4332.0, 4325.0, 4333.0, 4325.0, 4334.0, 4333.0, 4322.0, 4335.0, 4344.0, 4323.0, 4332.0, 4311.0, 4331.0, 4310.0, 4332.0, 4322.0, 4322.0, 4311.0, 4322.0, 4311.0, 4322.0, 4343.0, 4324.0, 4332.0, 4313.0, 4332.0, 4323.0, 4332.0, 4323.0, 4322.0, 4312.0, 4323.0, 4312.0, 4332.0, 4323.0, 4333.0, 4313.0, 4332.0, 4312.0, 4313.0, 4345.0, 4326.0, 4343.0, 4314.0, 4332.0, 4311.0, 4331.0, 4312.0, 4322.0, 4321.0, 4322.0, 4322.0, 4332.0, 4323.0, 4323.0, 4322.0, 4335.0, 4310.0, 4333.0, 4311.0, 4322.0, 4311.0, 4322.0, 4331.0, 4312.0, 4341.0, 4311.0, 4330.0, 4312.0, 4331.0, 4310.0, 4321.0, 4322.0, 4332.0, 4321.0, 4332.0, 4312.0, 4323.0, 4314.0], 'WindowWidth': [9678.0, 9625.0, 9586.0, 9574.0, 9555.0, 9563.0, 9550.0, 9561.0, 9576.0, 9593.0, 9565.0, 9580.0, 9550.0, 9572.0, 9526.0, 9554.0, 9530.0, 9557.0, 9553.0, 9569.0, 9570.0, 9563.0, 9589.0, 9561.0, 9574.0, 9559.0, 9555.0, 9559.0, 9545.0, 9560.0, 9560.0, 9556.0, 9540.0, 9533.0, 9538.0, 9521.0, 9518.0, 9512.0, 9500.0, 9510.0, 9511.0, 9496.0, 9499.0, 9507.0, 9513.0, 9512.0, 9520.0, 9516.0, 9520.0, 9519.0, 9527.0, 9521.0, 9525.0, 9528.0, 9522.0, 9517.0, 9518.0, 9518.0, 9526.0, 9571.0, 9524.0, 9545.0, 9542.0, 9524.0, 9536.0, 9519.0, 9536.0, 9541.0, 9557.0, 9540.0, 9558.0, 9545.0, 9560.0, 9530.0, 9560.0, 9546.0, 9555.0, 9525.0, 9553.0, 9527.0, 9574.0, 9550.0, 9559.0, 9547.0, 9560.0, 9529.0, 9542.0, 9558.0, 9541.0, 9544.0, 9537.0, 9542.0, 9570.0, 9583.0, 9526.0, 9536.0, 9549.0, 9570.0, 9547.0, 9544.0, 9548.0, 9526.0, 9551.0, 9523.0, 9532.0, 9523.0, 9522.0, 9540.0, 9541.0, 9556.0, 9525.0, 9537.0, 9525.0, 9554.0, 9528.0, 9558.0, 9546.0, 9573.0, 9532.0, 9561.0, 9547.0, 9562.0, 9532.0, 9558.0, 9532.0, 9557.0, 9546.0, 9564.0, 9557.0, 9582.0, 9552.0, 9586.0, 9556.0, 9569.0, 9553.0, 9550.0, 9567.0, 9558.0, 9546.0, 9564.0, 9551.0, 9561.0, 9552.0, 9568.0, 9557.0, 9578.0, 9551.0, 9583.0, 9574.0, 9587.0, 9551.0, 9568.0, 9571.0, 9565.0, 9573.0, 9563.0, 9547.0, 9559.0, 9529.0, 9558.0, 9531.0, 9557.0, 9569.0, 9579.0, 9552.0, 9569.0, 9534.0, 9565.0, 9528.0, 9542.0, 9526.0, 9542.0, 9543.0, 9545.0, 9558.0, 9541.0, 9522.0, 9522.0, 9536.0, 9525.0, 9538.0, 9545.0, 9540.0, 9528.0, 9540.0, 9544.0, 9543.0, 9547.0, 9557.0, 9545.0, 9557.0, 9548.0, 9557.0, 9550.0, 9562.0, 9556.0, 9547.0, 9546.0, 9530.0, 9547.0, 9535.0, 9566.0, 9551.0, 9570.0, 9571.0, 9563.0, 9532.0, 9571.0, 9582.0, 9565.0, 9561.0, 9558.0, 9546.0, 9557.0, 9533.0, 9555.0, 9530.0, 9553.0, 9544.0, 9567.0, 9549.0, 9554.0, 9527.0, 9535.0, 9506.0, 9534.0, 9521.0, 9535.0, 9524.0, 9536.0, 9527.0, 9540.0, 9527.0, 9537.0, 9541.0, 9539.0, 9544.0, 9556.0, 9532.0, 9554.0, 9547.0, 9558.0, 9547.0, 9543.0, 9554.0, 9550.0, 9571.0, 9554.0, 9576.0, 9590.0, 9574.0, 9574.0, 9585.0, 9574.0, 9570.0, 9573.0, 9548.0, 9550.0, 9567.0, 9565.0, 9557.0, 9555.0, 9583.0, 9553.0, 9580.0, 9564.0, 9547.0, 9542.0, 9544.0, 9544.0, 9543.0, 9544.0, 9540.0, 9540.0, 9523.0, 9525.0, 9552.0, 9528.0, 9555.0, 9549.0, 9556.0, 9549.0, 9559.0, 9537.0, 9560.0, 9550.0, 9560.0, 9547.0, 9556.0, 9531.0, 9579.0, 9547.0, 9555.0, 9533.0, 9561.0, 9533.0, 9538.0, 9526.0, 9540.0, 9539.0, 9539.0, 9540.0, 9541.0, 9542.0, 9538.0, 9542.0, 9559.0, 9547.0, 9545.0, 9544.0, 9551.0, 9532.0, 9547.0, 9539.0, 9563.0, 9559.0, 9561.0, 9532.0, 9561.0, 9530.0, 9547.0, 9547.0, 9546.0, 9528.0, 9542.0, 9537.0, 9523.0, 9537.0, 9524.0, 9532.0, 9509.0, 9555.0, 9528.0, 9537.0, 9523.0, 9535.0, 9529.0, 9521.0, 9525.0, 9540.0, 9527.0, 9536.0, 9537.0, 9538.0, 9526.0, 9542.0, 9529.0, 9541.0, 9525.0, 9544.0, 9548.0, 9547.0, 9550.0, 9549.0, 9548.0, 9553.0, 9546.0, 9552.0, 9532.0, 9545.0, 9545.0, 9546.0, 9542.0, 9543.0, 9525.0, 9540.0, 9540.0, 9528.0, 9526.0, 9531.0, 9554.0, 9543.0, 9552.0, 9526.0, 9540.0, 9544.0, 9544.0, 9544.0, 9543.0, 9540.0, 9542.0, 9526.0, 9541.0, 9512.0, 9528.0, 9538.0, 9527.0, 9540.0, 9526.0, 9524.0, 9538.0, 9527.0, 9533.0, 9538.0, 9542.0, 9547.0, 9547.0, 9547.0, 9529.0, 9553.0, 9559.0, 9531.0, 9554.0, 9527.0, 9540.0, 9526.0, 9543.0, 9542.0, 9566.0, 9566.0, 9558.0, 9529.0, 9546.0, 9527.0, 9559.0, 9513.0, 9544.0, 9531.0, 9545.0, 9564.0, 9547.0, 9557.0, 9530.0, 9557.0, 9531.0, 9557.0, 9544.0, 9558.0, 9527.0, 9556.0, 9543.0, 9562.0, 9547.0, 9568.0, 9535.0, 9565.0, 9535.0, 9565.0, 9558.0, 9575.0, 9568.0, 9553.0, 9564.0, 9550.0, 9581.0, 9549.0, 9569.0, 9533.0, 9558.0, 9534.0, 9541.0, 9533.0, 9556.0, 9530.0, 9562.0, 9534.0, 9559.0, 9531.0, 9557.0, 9545.0, 9546.0, 9545.0, 9558.0, 9529.0, 9539.0, 9533.0, 9547.0, 9544.0, 9562.0, 9547.0, 9564.0, 9549.0, 9560.0, 9530.0, 9546.0, 9513.0, 9558.0, 9531.0, 9548.0, 9515.0, 9546.0, 9531.0, 9551.0, 9550.0, 9551.0, 9532.0, 9545.0, 9545.0, 9534.0, 9547.0, 9551.0, 9546.0, 9536.0, 9560.0, 9551.0, 9573.0, 9548.0, 9561.0, 9549.0, 9559.0, 9535.0, 9559.0, 9548.0, 9546.0, 9544.0, 9559.0, 9544.0, 9546.0, 9548.0, 9565.0, 9552.0, 9568.0, 9550.0, 9567.0, 9553.0, 9564.0, 9550.0, 9564.0, 9548.0, 9568.0, 9546.0, 9559.0, 9531.0, 9552.0, 9538.0, 9551.0, 9538.0, 9568.0, 9540.0, 9553.0, 9551.0, 9553.0, 9560.0, 9550.0, 9543.0, 9548.0, 9542.0, 9533.0, 9557.0, 9550.0, 9559.0, 9548.0, 9575.0, 9539.0, 9579.0, 9547.0, 9557.0, 9537.0, 9561.0, 9533.0, 9559.0, 9533.0, 9572.0, 9548.0, 9573.0, 9555.0, 9575.0, 9552.0, 9547.0, 9549.0, 9561.0, 9550.0, 9570.0, 9548.0, 9557.0, 9536.0, 9557.0, 9545.0, 9558.0, 9527.0, 9536.0, 9521.0, 9536.0, 9523.0, 9536.0, 9548.0, 9543.0, 9526.0, 9544.0, 9542.0, 9545.0, 9545.0, 9548.0, 9535.0, 9552.0, 9533.0, 9549.0, 9548.0, 9550.0, 9547.0, 9566.0, 9534.0, 9564.0, 9513.0, 9562.0, 9549.0, 9548.0, 9532.0, 9549.0, 9552.0, 9554.0, 9533.0, 9551.0, 9552.0, 9552.0, 9551.0, 9552.0, 9561.0, 9536.0, 9560.0, 9551.0, 9575.0, 9546.0, 9575.0, 9533.0, 9555.0, 9534.0, 9558.0, 9535.0, 9576.0, 9533.0, 9542.0, 9530.0, 9540.0, 9528.0, 9543.0, 9545.0, 9541.0, 9525.0, 9536.0, 9539.0, 9539.0, 9530.0, 9543.0, 9526.0, 9542.0, 9544.0, 9541.0, 9541.0, 9544.0, 9529.0, 9547.0, 9532.0, 9550.0, 9546.0, 9552.0, 9583.0, 9553.0, 9565.0, 9567.0, 9554.0, 9571.0, 9552.0, 9567.0, 9554.0, 9566.0, 9553.0, 9565.0, 9549.0, 9566.0, 9534.0, 9559.0, 9529.0, 9559.0, 9535.0, 9543.0, 9542.0, 9530.0, 9555.0, 9529.0, 9551.0, 9528.0, 9540.0, 9528.0, 9545.0, 9542.0, 9543.0, 9535.0, 9547.0, 9531.0, 9549.0, 9532.0, 9550.0, 9542.0, 9535.0, 9560.0, 9532.0, 9545.0, 9545.0, 9547.0, 9548.0, 9551.0, 9550.0, 9557.0, 9519.0, 9550.0, 9536.0, 9553.0, 9535.0, 9552.0, 9572.0, 9556.0, 9537.0, 9558.0, 9553.0, 9581.0, 9617.0, 9577.0, 9584.0, 9558.0, 9566.0, 9555.0, 9563.0, 9532.0, 9547.0, 9545.0, 9548.0, 9545.0, 9546.0, 9531.0, 9559.0, 9533.0, 9543.0, 9550.0, 9558.0, 9526.0, 9558.0, 9543.0, 9540.0, 9522.0, 9540.0, 9525.0, 9537.0, 9518.0, 9533.0, 9523.0, 9524.0, 9540.0, 9526.0, 9525.0, 9528.0, 9547.0, 9548.0, 9551.0, 9549.0, 9548.0, 9553.0, 9550.0, 9563.0, 9549.0, 9561.0, 9549.0, 9546.0, 9533.0, 9545.0, 9529.0, 9543.0, 9531.0, 9543.0, 9532.0, 9543.0, 9534.0, 9550.0, 9547.0, 9548.0, 9551.0, 9584.0, 9551.0, 9564.0, 9551.0, 9550.0, 9544.0, 9541.0, 9528.0, 9546.0, 9528.0, 9529.0, 9540.0, 9528.0, 9553.0, 9529.0, 9570.0, 9535.0, 9545.0, 9539.0, 9577.0, 9555.0, 9556.0, 9555.0, 9565.0, 9557.0, 9571.0, 9564.0, 9566.0, 9559.0, 9568.0, 9559.0, 9570.0, 9567.0, 9552.0, 9572.0, 9585.0, 9552.0, 9562.0, 9532.0, 9559.0, 9530.0, 9562.0, 9551.0, 9549.0, 9532.0, 9550.0, 9534.0, 9552.0, 9581.0, 9556.0, 9563.0, 9539.0, 9564.0, 9552.0, 9563.0, 9552.0, 9551.0, 9538.0, 9552.0, 9537.0, 9566.0, 9554.0, 9567.0, 9539.0, 9565.0, 9537.0, 9541.0, 9586.0, 9562.0, 9580.0, 9543.0, 9563.0, 9535.0, 9562.0, 9536.0, 9549.0, 9548.0, 9551.0, 9551.0, 9565.0, 9553.0, 9552.0, 9552.0, 9571.0, 9532.0, 9565.0, 9534.0, 9549.0, 9534.0, 9550.0, 9560.0, 9536.0, 9572.0, 9533.0, 9557.0, 9536.0, 9561.0, 9531.0, 9547.0, 9551.0, 9562.0, 9548.0, 9563.0, 9537.0, 9550.0, 9539.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.0006118599311136625</td></tr>
<tr><td colspan=3>aqi</td><td>0.015064726865671643</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.99315418801155</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.186467286310346</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0078866292528723</td></tr>
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
<tr><td colspan=3>fber</td><td>5281.9497</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07059608568767592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6041912078647953</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.536364303164726</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8094056602912767</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4668036601383836</td></tr>
<tr><td colspan=3>gcor</td><td>0.0065703</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009318030439317226</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023489832878112793</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.6874118803965508</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>28.4443</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.741</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.3616</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.0521</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9017</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.0224</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3491.5573</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3722.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.3734</td></tr>
<tr><td colspan=3>tsnr</td><td>46.33881746698171</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>