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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b01be9d9d3f2bf9da3aa481103aaff8</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>15:07:54.042500</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.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0725047</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7731, -7300, 622, -54, -17, 28, 84]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ac4de39-da4d-4d19-8344-85f9f9aa75f2||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.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['150754.042500', '150754.502500', '150754.962500', '150755.422500', '150755.882500', '150756.342500', '150756.802500', '150757.262500', '150757.722500', '150758.182500', '150758.642500', '150759.102500', '150759.562500', '150800.022500', '150800.482500', '150800.942500', '150801.402500', '150801.862500', '150802.322500', '150802.782500', '150803.242500', '150803.702500', '150804.162500', '150804.622500', '150805.082500', '150805.542500', '150806.002500', '150806.462500', '150806.922500', '150807.382500', '150807.842500', '150808.302500', '150808.762500', '150809.222500', '150809.682500', '150810.142500', '150810.602500', '150811.062500', '150811.522500', '150811.982500', '150812.442500', '150812.902500', '150813.362500', '150813.822500', '150814.282500', '150814.742500', '150815.202500', '150815.662500', '150816.122500', '150816.582500', '150817.042500', '150817.502500', '150817.962500', '150818.422500', '150818.882500', '150819.342500', '150819.802500', '150820.262500', '150820.722500', '150821.182500', '150821.642500', '150822.102500', '150822.562500', '150823.022500', '150823.482500', '150823.942500', '150824.402500', '150824.862500', '150825.322500', '150825.782500', '150826.242500', '150826.702500', '150827.162500', '150827.622500', '150828.082500', '150828.542500', '150829.002500', '150829.462500', '150829.922500', '150830.382500', '150830.842500', '150831.302500', '150831.762500', '150832.222500', '150832.682500', '150833.142500', '150833.602500', '150834.062500', '150834.522500', '150834.982500', '150835.442500', '150835.902500', '150836.362500', '150836.822500', '150837.282500', '150837.742500', '150838.202500', '150838.662500', '150839.122500', '150839.582500', '150840.042500', '150840.502500', '150840.962500', '150841.422500', '150841.882500', '150842.342500', '150842.802500', '150843.262500', '150843.722500', '150844.182500', '150844.642500', '150845.102500', '150845.562500', '150846.022500', '150846.482500', '150846.942500', '150847.402500', '150847.862500', '150848.322500', '150848.782500', '150849.242500', '150849.702500', '150850.162500', '150850.622500', '150851.082500', '150851.542500', '150852.002500', '150852.462500', '150852.922500', '150853.382500', '150853.842500', '150854.302500', '150854.762500', '150855.222500', '150855.682500', '150856.142500', '150856.602500', '150857.062500', '150857.522500', '150857.982500', '150858.442500', '150858.902500', '150859.362500', '150859.822500', '150900.282500', '150900.742500', '150901.202500', '150901.662500', '150902.122500', '150902.582500', '150903.042500', '150903.502500', '150903.962500', '150904.422500', '150904.882500', '150905.342500', '150905.802500', '150906.262500', '150906.722500', '150907.182500', '150907.642500', '150908.102500', '150908.562500', '150909.022500', '150909.482500', '150909.942500', '150910.402500', '150910.862500', '150911.322500', '150911.782500', '150912.242500', '150912.702500', '150913.162500', '150913.622500', '150914.082500', '150914.542500', '150915.002500', '150915.462500', '150915.922500', '150916.382500', '150916.842500', '150917.302500', '150917.762500', '150918.222500', '150918.682500', '150919.142500', '150919.602500', '150920.062500', '150920.522500', '150920.982500', '150921.442500', '150921.902500', '150922.362500', '150922.822500', '150923.282500', '150923.742500', '150924.202500', '150924.662500', '150925.122500', '150925.582500', '150926.042500', '150926.502500', '150926.962500', '150927.422500', '150927.882500', '150928.342500', '150928.802500', '150929.262500', '150929.722500', '150930.182500', '150930.642500', '150931.102500', '150931.562500', '150932.022500', '150932.482500', '150932.942500', '150933.402500', '150933.862500', '150934.322500', '150934.782500', '150935.242500', '150935.702500', '150936.162500', '150936.622500', '150937.082500', '150937.542500', '150938.002500', '150938.462500', '150938.922500', '150939.382500', '150939.842500', '150940.302500', '150940.762500', '150941.222500', '150941.682500', '150942.142500', '150942.602500', '150943.062500', '150943.522500', '150943.982500', '150944.442500', '150944.902500', '150945.362500', '150945.822500', '150946.282500', '150946.742500', '150947.202500', '150947.662500', '150948.122500', '150948.582500', '150949.042500', '150949.502500', '150949.962500', '150950.422500', '150950.882500', '150951.342500', '150951.802500', '150952.262500', '150952.722500', '150953.182500', '150953.642500', '150954.102500', '150954.562500', '150955.022500', '150955.482500', '150955.942500', '150956.402500', '150956.862500', '150957.322500', '150957.782500', '150958.242500', '150958.702500', '150959.162500', '150959.622500', '151000.082500', '151000.542500', '151001.002500', '151001.462500', '151001.922500', '151002.382500', '151002.842500', '151003.302500', '151003.762500', '151004.222500', '151004.682500', '151005.142500', '151005.602500', '151006.062500', '151006.522500', '151006.982500', '151007.442500', '151007.902500', '151008.362500', '151008.822500', '151009.282500', '151009.742500', '151010.202500', '151010.662500', '151011.122500', '151011.582500', '151012.042500', '151012.502500', '151012.962500', '151013.422500', '151013.882500', '151014.342500', '151014.802500', '151015.262500', '151015.722500', '151016.182500', '151016.642500', '151017.102500', '151017.562500', '151018.022500', '151018.482500', '151018.942500', '151019.402500', '151019.862500', '151020.322500', '151020.782500', '151021.242500', '151021.702500', '151022.162500', '151022.622500', '151023.082500', '151023.542500', '151024.002500', '151024.462500', '151024.922500', '151025.382500', '151025.842500', '151026.302500', '151026.762500', '151027.222500', '151027.682500', '151028.142500', '151028.602500', '151029.062500', '151029.522500', '151029.982500', '151030.442500', '151030.902500', '151031.362500', '151031.822500', '151032.282500', '151032.742500', '151033.202500', '151033.662500', '151034.122500', '151034.582500', '151035.042500', '151035.502500', '151035.962500', '151036.422500', '151036.882500', '151037.342500', '151037.802500', '151038.262500', '151038.722500', '151039.182500', '151039.642500', '151040.102500', '151040.562500', '151041.022500', '151041.482500', '151041.942500', '151042.402500', '151042.862500', '151043.322500', '151043.782500', '151044.242500', '151044.702500', '151045.162500', '151045.622500', '151046.082500', '151046.542500', '151047.002500', '151047.462500', '151047.922500', '151048.382500', '151048.842500', '151049.302500', '151049.762500', '151050.222500', '151050.682500', '151051.142500', '151051.602500', '151052.062500', '151052.522500', '151052.982500', '151053.442500', '151053.902500', '151054.362500', '151054.822500', '151055.282500', '151055.742500', '151056.202500', '151056.662500', '151057.122500', '151057.582500', '151058.042500', '151058.502500', '151058.962500', '151059.422500', '151059.882500', '151100.342500', '151100.802500', '151101.262500', '151101.722500', '151102.182500', '151102.642500', '151103.102500', '151103.562500', '151104.022500', '151104.482500', '151104.942500', '151105.402500', '151105.862500', '151106.322500', '151106.782500', '151107.242500', '151107.702500', '151108.162500', '151108.622500', '151109.082500', '151109.542500', '151110.002500', '151110.462500', '151110.922500', '151111.382500', '151111.842500', '151112.302500', '151112.762500', '151113.222500', '151113.682500', '151114.142500', '151114.602500', '151115.062500', '151115.522500', '151115.982500', '151116.442500', '151116.902500', '151117.362500', '151117.822500', '151118.282500', '151118.742500', '151119.202500', '151119.662500', '151120.122500', '151120.582500', '151121.042500', '151121.502500', '151121.962500', '151122.422500', '151122.882500', '151123.342500', '151123.802500', '151124.262500', '151124.722500', '151125.182500', '151125.642500', '151126.102500', '151126.562500', '151127.022500', '151127.482500', '151127.942500', '151128.402500', '151128.862500', '151129.322500', '151129.782500', '151130.242500', '151130.702500', '151131.162500', '151131.622500', '151132.082500', '151132.542500', '151133.002500', '151133.462500', '151133.922500', '151134.382500', '151134.842500', '151135.302500', '151135.762500', '151136.222500', '151136.682500', '151137.142500', '151137.602500', '151138.062500', '151138.522500', '151138.982500', '151139.442500', '151139.902500', '151140.362500', '151140.822500', '151141.282500', '151141.742500', '151142.202500', '151142.662500', '151143.122500', '151143.582500', '151144.042500', '151144.502500', '151144.962500', '151145.422500', '151145.882500', '151146.342500', '151146.802500', '151147.262500', '151147.722500', '151148.182500', '151148.642500', '151149.102500', '151149.562500', '151150.022500', '151150.482500', '151150.942500', '151151.402500', '151151.862500', '151152.322500', '151152.782500', '151153.242500', '151153.702500', '151154.162500', '151154.622500', '151155.082500', '151155.542500', '151156.002500', '151156.462500', '151156.922500', '151157.382500', '151157.842500', '151158.302500', '151158.762500', '151159.222500', '151159.682500', '151200.142500', '151200.602500', '151201.062500', '151201.522500', '151201.982500', '151202.442500', '151202.902500', '151203.362500', '151203.822500', '151204.282500', '151204.742500', '151205.202500', '151205.662500', '151206.122500', '151206.582500', '151207.042500', '151207.502500', '151207.962500', '151208.422500', '151208.882500', '151209.342500', '151209.802500', '151210.262500', '151210.722500', '151211.182500', '151211.642500', '151212.102500', '151212.562500', '151213.022500', '151213.482500', '151213.942500', '151214.402500', '151214.862500', '151215.322500', '151215.782500', '151216.242500', '151216.702500', '151217.162500', '151217.622500', '151218.082500', '151218.542500', '151219.002500', '151219.462500', '151219.922500', '151220.382500', '151220.842500', '151221.302500', '151221.762500', '151222.222500', '151222.682500', '151223.142500', '151223.602500', '151224.062500', '151224.522500', '151224.982500', '151225.442500', '151225.902500', '151226.362500', '151226.822500', '151227.282500', '151227.742500', '151228.202500', '151228.662500', '151229.122500', '151229.582500', '151230.042500', '151230.502500', '151230.962500', '151231.422500', '151231.882500', '151232.342500', '151232.802500', '151233.262500', '151233.722500', '151234.182500', '151234.642500', '151235.102500', '151235.562500', '151236.022500', '151236.482500', '151236.942500', '151237.402500', '151237.862500', '151238.322500', '151238.782500', '151239.242500', '151239.702500', '151240.162500', '151240.622500', '151241.082500', '151241.542500', '151242.002500', '151242.462500', '151242.922500', '151243.382500', '151243.842500', '151244.302500', '151244.762500', '151245.222500', '151245.682500', '151246.142500', '151246.602500', '151247.062500', '151247.522500', '151247.982500', '151248.442500', '151248.902500', '151249.362500', '151249.822500', '151250.282500', '151250.742500', '151251.202500', '151251.662500', '151252.122500', '151252.582500', '151253.042500', '151253.502500', '151253.962500', '151254.422500', '151254.882500', '151255.342500', '151255.802500', '151256.262500', '151256.722500', '151257.182500', '151257.642500', '151258.102500', '151258.562500', '151259.022500', '151259.482500', '151259.942500', '151300.402500', '151300.862500', '151301.322500', '151301.782500', '151302.242500', '151302.702500', '151303.162500', '151303.622500', '151304.082500', '151304.542500', '151305.002500', '151305.462500', '151305.922500', '151306.382500', '151306.842500', '151307.302500', '151307.762500', '151308.222500', '151308.682500', '151309.142500', '151309.602500', '151310.062500', '151310.522500', '151310.982500', '151311.442500', '151311.902500', '151312.362500', '151312.822500', '151313.282500', '151313.742500', '151314.202500', '151314.662500', '151315.122500', '151315.582500', '151316.042500', '151316.502500', '151316.962500', '151317.422500', '151317.882500', '151318.342500', '151318.802500', '151319.262500', '151319.722500', '151320.182500', '151320.642500', '151321.102500', '151321.562500', '151322.022500', '151322.482500', '151322.942500', '151323.402500', '151323.862500', '151324.322500', '151324.782500', '151325.242500', '151325.702500', '151326.162500', '151326.622500', '151327.082500', '151327.542500', '151328.002500', '151328.462500', '151328.922500', '151329.382500', '151329.842500', '151330.302500', '151330.762500', '151331.222500', '151331.682500', '151332.142500', '151332.602500', '151333.062500', '151333.522500', '151333.982500', '151334.442500', '151334.902500', '151335.362500', '151335.822500', '151336.282500', '151336.742500', '151337.202500', '151337.662500', '151338.122500', '151338.582500', '151339.042500', '151339.502500', '151339.962500', '151340.422500', '151340.882500', '151341.342500', '151341.802500', '151342.262500', '151342.722500', '151343.182500', '151343.642500', '151344.102500', '151344.562500', '151345.022500', '151345.482500', '151345.942500', '151346.402500', '151346.862500', '151347.322500', '151347.782500', '151348.242500', '151348.702500', '151349.162500', '151349.622500', '151350.082500', '151350.542500', '151351.002500', '151351.462500', '151351.922500', '151352.382500', '151352.842500', '151353.302500', '151353.762500', '151354.222500', '151354.682500', '151355.142500', '151355.602500', '151356.062500', '151356.522500', '151356.982500', '151357.442500', '151357.902500', '151358.362500', '151358.822500', '151359.282500', '151359.742500', '151400.202500', '151400.662500', '151401.122500', '151401.582500', '151402.042500', '151402.502500', '151402.962500', '151403.422500', '151403.882500', '151404.342500', '151404.802500', '151405.262500', '151405.722500', '151406.182500', '151406.642500', '151407.102500', '151407.562500', '151408.022500', '151408.482500', '151408.942500', '151409.402500', '151409.862500', '151410.322500', '151410.782500', '151411.242500', '151411.702500', '151412.162500', '151412.622500', '151413.082500', '151413.542500', '151414.002500', '151414.462500', '151414.922500', '151415.382500', '151415.842500', '151416.302500', '151416.762500', '151417.222500', '151417.682500', '151418.142500', '151418.602500', '151419.062500', '151419.522500', '151419.982500', '151420.442500', '151420.902500', '151421.362500', '151421.822500', '151422.282500', '151422.742500', '151423.202500', '151423.662500', '151424.122500', '151424.582500', '151425.042500', '151425.502500', '151425.962500', '151426.422500', '151426.882500', '151427.342500', '151427.802500', '151428.262500', '151428.722500', '151429.182500', '151429.642500', '151430.102500', '151430.562500', '151431.022500', '151431.482500', '151431.942500', '151432.402500', '151432.862500', '151433.322500', '151433.782500', '151434.242500', '151434.702500'], 'ContentTime': ['150805.335000', '150805.338000', '150805.341000', '150805.344000', '150805.359000', '150805.362000', '150805.365000', '150805.371000', '150805.379000', '150805.382000', '150805.385000', '150805.387000', '150805.390000', '150805.393000', '150805.396000', '150805.399000', '150805.401000', '150805.404000', '150805.407000', '150805.410000', '150805.412000', '150805.415000', '150825.311000', '150825.314000', '150825.317000', '150825.320000', '150825.322000', '150825.325000', '150825.328000', '150825.331000', '150825.334000', '150825.336000', '150825.345000', '150825.348000', '150825.351000', '150825.354000', '150825.357000', '150825.359000', '150825.362000', '150825.365000', '150825.368000', '150825.371000', '150825.374000', '150825.376000', '150825.379000', '150825.382000', '150825.385000', '150825.388000', '150825.390000', '150825.393000', '150825.396000', '150825.399000', '150825.402000', '150825.404000', '150825.407000', '150825.410000', '150825.413000', '150825.416000', '150825.419000', '150825.421000', '150825.424000', '150825.427000', '150825.430000', '150825.433000', '150825.440000', '150825.443000', '150845.310000', '150845.313000', '150845.316000', '150845.318000', '150845.321000', '150845.324000', '150845.327000', '150845.330000', '150845.332000', '150845.335000', '150845.338000', '150845.341000', '150845.344000', '150845.347000', '150845.350000', '150845.352000', '150845.355000', '150845.372000', '150845.375000', '150845.378000', '150845.381000', '150845.384000', '150845.386000', '150845.389000', '150845.392000', '150845.395000', '150845.397000', '150845.400000', '150845.403000', '150845.406000', '150845.409000', '150845.411000', '150845.414000', '150845.417000', '150845.420000', '150845.428000', '150845.431000', '150845.433000', '150845.436000', '150845.439000', '150845.442000', '150845.444000', '150845.447000', '150905.310000', '150905.313000', '150905.316000', '150905.319000', '150905.321000', '150905.324000', '150905.327000', '150905.330000', '150905.332000', '150905.335000', '150905.338000', '150905.341000', '150905.344000', '150905.346000', '150905.349000', '150905.352000', '150905.355000', '150905.358000', '150905.361000', '150905.363000', '150905.366000', '150905.369000', '150905.372000', '150905.375000', '150905.378000', '150905.380000', '150905.383000', '150905.386000', '150905.389000', '150905.391000', '150905.394000', '150905.397000', '150905.400000', '150905.403000', '150905.406000', '150905.408000', '150905.411000', '150905.414000', '150905.417000', '150905.420000', '150905.422000', '150905.425000', '150905.428000', '150905.431000', '150925.310000', '150925.313000', '150925.316000', '150925.319000', '150925.321000', '150925.324000', '150925.327000', '150925.330000', '150925.332000', '150925.335000', '150925.338000', '150925.341000', '150925.344000', '150925.347000', '150925.350000', '150925.354000', '150925.357000', '150925.360000', '150925.363000', '150925.366000', '150925.369000', '150925.372000', '150925.374000', '150925.377000', '150925.380000', '150925.383000', '150925.386000', '150925.388000', '150925.391000', '150925.394000', '150925.397000', '150925.400000', '150925.402000', '150925.405000', '150925.408000', '150925.411000', '150925.413000', '150925.416000', '150925.419000', '150925.422000', '150925.425000', '150925.427000', '150925.430000', '150945.310000', '150945.313000', '150945.316000', '150945.319000', '150945.321000', '150945.324000', '150945.327000', '150945.330000', '150945.332000', '150945.335000', '150945.338000', '150945.341000', '150945.343000', '150945.346000', '150945.349000', '150945.352000', '150945.355000', '150945.358000', '150945.360000', '150945.363000', '150945.366000', '150945.369000', '150945.372000', '150945.375000', '150945.377000', '150945.380000', '150945.383000', '150945.386000', '150945.388000', '150945.391000', '150945.394000', '150945.397000', '150945.400000', '150945.403000', '150945.405000', '150945.408000', '150945.411000', '150945.414000', '150945.417000', '150945.419000', '150945.422000', '150945.425000', '150945.428000', '150945.431000', '151005.310000', '151005.313000', '151005.316000', '151005.318000', '151005.321000', '151005.324000', '151005.327000', '151005.330000', '151005.332000', '151005.335000', '151005.338000', '151005.341000', '151005.344000', '151005.346000', '151005.349000', '151005.352000', '151005.355000', '151005.358000', '151005.362000', '151005.367000', '151005.370000', '151005.373000', '151005.376000', '151005.379000', '151005.381000', '151005.384000', '151005.387000', '151005.390000', '151005.393000', '151005.395000', '151005.398000', '151005.401000', '151005.404000', '151005.407000', '151005.409000', '151005.412000', '151005.415000', '151005.418000', '151005.421000', '151005.424000', '151005.426000', '151005.429000', '151005.432000', '151025.310000', '151025.313000', '151025.316000', '151025.319000', '151025.321000', '151025.324000', '151025.327000', '151025.330000', '151025.333000', '151025.335000', '151025.338000', '151025.341000', '151025.344000', '151025.347000', '151025.364000', '151025.367000', '151025.370000', '151025.372000', '151025.375000', '151025.378000', '151025.381000', '151025.383000', '151025.386000', '151025.389000', '151025.392000', '151025.395000', '151025.398000', '151025.400000', '151025.403000', '151025.406000', '151025.409000', '151025.412000', '151025.415000', '151025.418000', '151025.420000', '151025.423000', '151025.426000', '151025.429000', '151025.432000', '151025.434000', '151025.437000', '151025.440000', '151025.443000', '151025.446000', '151045.311000', '151045.314000', '151045.317000', '151045.320000', '151045.323000', '151045.326000', '151045.329000', '151045.332000', '151045.335000', '151045.338000', '151045.341000', '151045.343000', '151045.346000', '151045.349000', '151045.352000', '151045.355000', '151045.358000', '151045.360000', '151045.363000', '151045.366000', '151045.369000', '151045.372000', '151045.374000', '151045.377000', '151045.380000', '151045.383000', '151045.386000', '151045.389000', '151045.392000', '151045.397000', '151045.401000', '151045.404000', '151045.406000', '151045.409000', '151045.412000', '151045.415000', '151045.418000', '151045.421000', '151045.424000', '151045.426000', '151045.429000', '151045.432000', '151045.435000', '151105.310000', '151105.313000', '151105.316000', '151105.319000', '151105.321000', '151105.324000', '151105.327000', '151105.330000', '151105.333000', '151105.335000', '151105.338000', '151105.341000', '151105.344000', '151105.347000', '151105.349000', '151105.352000', '151105.355000', '151105.358000', '151105.361000', '151105.364000', '151105.367000', '151105.369000', '151105.372000', '151105.375000', '151105.378000', '151105.381000', '151105.384000', '151105.386000', '151105.389000', '151105.392000', '151105.395000', '151105.398000', '151105.400000', '151105.403000', '151105.406000', '151105.409000', '151105.412000', '151105.414000', '151105.417000', '151105.420000', '151105.423000', '151105.426000', '151105.429000', '151105.431000', '151125.310000', '151125.313000', '151125.316000', '151125.319000', '151125.321000', '151125.324000', '151125.327000', '151125.330000', '151125.333000', '151125.336000', '151125.339000', '151125.341000', '151125.344000', '151125.347000', '151125.350000', '151125.353000', '151125.356000', '151125.358000', '151125.361000', '151125.364000', '151125.367000', '151125.370000', '151125.373000', '151125.376000', '151125.379000', '151125.381000', '151125.384000', '151125.387000', '151125.390000', '151125.393000', '151125.397000', '151125.401000', '151125.404000', '151125.406000', '151125.409000', '151125.412000', '151125.415000', '151125.418000', '151125.420000', '151125.423000', '151125.426000', '151125.429000', '151125.432000', '151145.310000', '151145.313000', '151145.316000', '151145.318000', '151145.321000', '151145.324000', '151145.327000', '151145.330000', '151145.332000', '151145.335000', '151145.338000', '151145.341000', '151145.344000', '151145.347000', '151145.349000', '151145.352000', '151145.355000', '151145.358000', '151145.360000', '151145.363000', '151145.366000', '151145.369000', '151145.372000', '151145.374000', '151145.377000', '151145.380000', '151145.383000', '151145.386000', '151145.389000', '151145.392000', '151145.394000', '151145.397000', '151145.400000', '151145.403000', '151145.405000', '151145.408000', '151145.411000', '151145.414000', '151145.417000', '151145.430000', '151145.433000', '151145.436000', '151145.439000', '151145.442000', '151205.310000', '151205.313000', '151205.316000', '151205.323000', '151205.326000', '151205.329000', '151205.332000', '151205.335000', '151205.337000', '151205.340000', '151205.343000', '151205.346000', '151205.349000', '151205.352000', '151205.355000', '151205.357000', '151205.362000', '151205.365000', '151205.368000', '151205.370000', '151205.373000', '151205.376000', '151205.379000', '151205.382000', '151205.385000', '151205.388000', '151205.390000', '151205.393000', '151205.396000', '151205.399000', '151205.402000', '151205.405000', '151205.408000', '151205.411000', '151205.414000', '151205.418000', '151205.421000', '151205.424000', '151205.427000', '151205.430000', '151205.433000', '151205.435000', '151205.438000', '151225.310000', '151225.313000', '151225.316000', '151225.318000', '151225.321000', '151225.324000', '151225.327000', '151225.330000', '151225.332000', '151225.335000', '151225.338000', '151225.341000', '151225.344000', '151225.347000', '151225.349000', '151225.352000', '151225.355000', '151225.358000', '151225.361000', '151225.363000', '151225.366000', '151225.369000', '151225.372000', '151225.375000', '151225.378000', '151225.381000', '151225.384000', '151225.386000', '151225.389000', '151225.392000', '151225.395000', '151225.398000', '151225.401000', '151225.403000', '151225.406000', '151225.409000', '151225.412000', '151225.415000', '151225.418000', '151225.421000', '151225.424000', '151225.426000', '151225.429000', '151225.432000', '151245.310000', '151245.313000', '151245.316000', '151245.319000', '151245.322000', '151245.324000', '151245.327000', '151245.330000', '151245.333000', '151245.336000', '151245.339000', '151245.342000', '151245.344000', '151245.347000', '151245.350000', '151245.353000', '151245.356000', '151245.359000', '151245.361000', '151245.364000', '151245.367000', '151245.370000', '151245.373000', '151245.376000', '151245.378000', '151245.381000', '151245.384000', '151245.387000', '151245.390000', '151245.392000', '151245.395000', '151245.398000', '151245.401000', '151245.404000', '151245.406000', '151245.409000', '151245.412000', '151245.415000', '151245.418000', '151245.421000', '151245.423000', '151245.426000', '151245.429000', '151305.311000', '151305.314000', '151305.317000', '151305.320000', '151305.323000', '151305.326000', '151305.329000', '151305.332000', '151305.334000', '151305.337000', '151305.340000', '151305.343000', '151305.346000', '151305.349000', '151305.351000', '151305.354000', '151305.357000', '151305.360000', '151305.363000', '151305.366000', '151305.369000', '151305.372000', '151305.375000', '151305.377000', '151305.380000', '151305.383000', '151305.386000', '151305.389000', '151305.391000', '151305.394000', '151305.397000', '151305.400000', '151305.403000', '151305.406000', '151305.409000', '151305.412000', '151305.414000', '151305.417000', '151305.420000', '151305.423000', '151305.426000', '151305.437000', '151305.439000', '151305.442000', '151325.310000', '151325.313000', '151325.316000', '151325.319000', '151325.322000', '151325.333000', '151325.336000', '151325.339000', '151325.341000', '151325.344000', '151325.347000', '151325.350000', '151325.353000', '151325.356000', '151325.358000', '151325.361000', '151325.364000', '151325.367000', '151325.370000', '151325.373000', '151325.376000', '151325.378000', '151325.381000', '151325.384000', '151325.387000', '151325.390000', '151325.393000', '151325.408000', '151325.410000', '151325.413000', '151325.416000', '151325.419000', '151325.422000', '151325.425000', '151325.428000', '151325.430000', '151325.433000', '151325.436000', '151325.439000', '151325.442000', '151325.444000', '151325.447000', '151325.450000', '151345.310000', '151345.313000', '151345.316000', '151345.318000', '151345.321000', '151345.324000', '151345.327000', '151345.330000', '151345.333000', '151345.335000', '151345.338000', '151345.341000', '151345.344000', '151345.347000', '151345.349000', '151345.352000', '151345.355000', '151345.358000', '151345.361000', '151345.364000', '151345.367000', '151345.370000', '151345.373000', '151345.375000', '151345.378000', '151345.381000', '151345.384000', '151345.387000', '151345.390000', '151345.393000', '151345.395000', '151345.398000', '151345.401000', '151345.404000', '151345.407000', '151345.409000', '151345.412000', '151345.415000', '151345.418000', '151345.421000', '151345.424000', '151345.426000', '151345.429000', '151345.432000', '151405.310000', '151405.313000', '151405.316000', '151405.319000', '151405.322000', '151405.325000', '151405.328000', '151405.331000', '151405.334000', '151405.337000', '151405.339000', '151405.342000', '151405.345000', '151405.348000', '151405.351000', '151405.354000', '151405.357000', '151405.360000', '151405.363000', '151405.366000', '151405.369000', '151405.372000', '151405.375000', '151405.379000', '151405.382000', '151405.385000', '151405.388000', '151405.392000', '151405.395000', '151405.398000', '151405.401000', '151405.404000', '151405.408000', '151405.411000', '151405.415000', '151405.418000', '151405.421000', '151405.423000', '151405.426000', '151405.429000', '151405.432000', '151405.435000', '151405.438000', '151425.310000', '151425.313000', '151425.316000', '151425.319000', '151425.322000', '151425.324000', '151425.327000', '151425.330000', '151425.333000', '151425.336000', '151425.339000', '151425.342000', '151425.344000', '151425.347000', '151425.350000', '151425.353000', '151425.356000', '151425.359000', '151425.362000', '151425.364000', '151425.367000', '151425.370000', '151425.373000', '151425.376000', '151425.379000', '151425.381000', '151425.384000', '151425.387000', '151425.390000', '151425.393000', '151425.396000', '151425.399000', '151425.402000', '151425.405000', '151425.407000', '151425.410000', '151425.413000', '151425.416000', '151425.419000', '151425.422000', '151425.424000', '151425.427000', '151425.430000', '151425.433000', '151435.889000', '151435.893000', '151435.896000', '151435.899000', '151435.902000', '151435.905000', '151435.908000', '151435.911000', '151435.914000', '151435.917000', '151435.920000', '151435.923000', '151435.926000', '151435.929000', '151435.932000', '151435.935000', '151435.937000', '151435.940000', '151435.943000', '151435.947000', '151435.950000', '151435.953000', '151435.956000'], 'InstanceCreationTime': ['150805.335000', '150805.338000', '150805.341000', '150805.344000', '150805.359000', '150805.362000', '150805.365000', '150805.371000', '150805.379000', '150805.382000', '150805.385000', '150805.387000', '150805.390000', '150805.393000', '150805.396000', '150805.399000', '150805.401000', '150805.404000', '150805.407000', '150805.410000', '150805.412000', '150805.415000', '150825.311000', '150825.314000', '150825.317000', '150825.320000', '150825.322000', '150825.325000', '150825.328000', '150825.331000', '150825.334000', '150825.336000', '150825.345000', '150825.348000', '150825.351000', '150825.354000', '150825.357000', '150825.359000', '150825.362000', '150825.365000', '150825.368000', '150825.371000', '150825.374000', '150825.376000', '150825.379000', '150825.382000', '150825.385000', '150825.388000', '150825.390000', '150825.393000', '150825.396000', '150825.399000', '150825.402000', '150825.404000', '150825.407000', '150825.410000', '150825.413000', '150825.416000', '150825.419000', '150825.421000', '150825.424000', '150825.427000', '150825.430000', '150825.433000', '150825.440000', '150825.443000', '150845.310000', '150845.313000', '150845.316000', '150845.318000', '150845.321000', '150845.324000', '150845.327000', '150845.330000', '150845.332000', '150845.335000', '150845.338000', '150845.341000', '150845.344000', '150845.347000', '150845.350000', '150845.352000', '150845.355000', '150845.372000', '150845.375000', '150845.378000', '150845.381000', '150845.384000', '150845.386000', '150845.389000', '150845.392000', '150845.395000', '150845.397000', '150845.400000', '150845.403000', '150845.406000', '150845.409000', '150845.411000', '150845.414000', '150845.417000', '150845.420000', '150845.428000', '150845.431000', '150845.433000', '150845.436000', '150845.439000', '150845.442000', '150845.444000', '150845.447000', '150905.310000', '150905.313000', '150905.316000', '150905.319000', '150905.321000', '150905.324000', '150905.327000', '150905.330000', '150905.332000', '150905.335000', '150905.338000', '150905.341000', '150905.344000', '150905.346000', '150905.349000', '150905.352000', '150905.355000', '150905.358000', '150905.361000', '150905.363000', '150905.366000', '150905.369000', '150905.372000', '150905.375000', '150905.378000', '150905.380000', '150905.383000', '150905.386000', '150905.389000', '150905.391000', '150905.394000', '150905.397000', '150905.400000', '150905.403000', '150905.406000', '150905.408000', '150905.411000', '150905.414000', '150905.417000', '150905.420000', '150905.422000', '150905.425000', '150905.428000', '150905.431000', '150925.310000', '150925.313000', '150925.316000', '150925.319000', '150925.321000', '150925.324000', '150925.327000', '150925.330000', '150925.332000', '150925.335000', '150925.338000', '150925.341000', '150925.344000', '150925.347000', '150925.350000', '150925.354000', '150925.357000', '150925.360000', '150925.363000', '150925.366000', '150925.369000', '150925.372000', '150925.374000', '150925.377000', '150925.380000', '150925.383000', '150925.386000', '150925.388000', '150925.391000', '150925.394000', '150925.397000', '150925.400000', '150925.402000', '150925.405000', '150925.408000', '150925.411000', '150925.413000', '150925.416000', '150925.419000', '150925.422000', '150925.425000', '150925.427000', '150925.430000', '150945.310000', '150945.313000', '150945.316000', '150945.319000', '150945.321000', '150945.324000', '150945.327000', '150945.330000', '150945.332000', '150945.335000', '150945.338000', '150945.341000', '150945.343000', '150945.346000', '150945.349000', '150945.352000', '150945.355000', '150945.358000', '150945.360000', '150945.363000', '150945.366000', '150945.369000', '150945.372000', '150945.375000', '150945.377000', '150945.380000', '150945.383000', '150945.386000', '150945.388000', '150945.391000', '150945.394000', '150945.397000', '150945.400000', '150945.403000', '150945.405000', '150945.408000', '150945.411000', '150945.414000', '150945.417000', '150945.419000', '150945.422000', '150945.425000', '150945.428000', '150945.431000', '151005.310000', '151005.313000', '151005.316000', '151005.318000', '151005.321000', '151005.324000', '151005.327000', '151005.330000', '151005.332000', '151005.335000', '151005.338000', '151005.341000', '151005.344000', '151005.346000', '151005.349000', '151005.352000', '151005.355000', '151005.358000', '151005.362000', '151005.367000', '151005.370000', '151005.373000', '151005.376000', '151005.379000', '151005.381000', '151005.384000', '151005.387000', '151005.390000', '151005.393000', '151005.395000', '151005.398000', '151005.401000', '151005.404000', '151005.407000', '151005.409000', '151005.412000', '151005.415000', '151005.418000', '151005.421000', '151005.424000', '151005.426000', '151005.429000', '151005.432000', '151025.310000', '151025.313000', '151025.316000', '151025.319000', '151025.321000', '151025.324000', '151025.327000', '151025.330000', '151025.333000', '151025.335000', '151025.338000', '151025.341000', '151025.344000', '151025.347000', '151025.364000', '151025.367000', '151025.370000', '151025.372000', '151025.375000', '151025.378000', '151025.381000', '151025.383000', '151025.386000', '151025.389000', '151025.392000', '151025.395000', '151025.398000', '151025.400000', '151025.403000', '151025.406000', '151025.409000', '151025.412000', '151025.415000', '151025.418000', '151025.420000', '151025.423000', '151025.426000', '151025.429000', '151025.432000', '151025.434000', '151025.437000', '151025.440000', '151025.443000', '151025.446000', '151045.311000', '151045.314000', '151045.317000', '151045.320000', '151045.323000', '151045.326000', '151045.329000', '151045.332000', '151045.335000', '151045.338000', '151045.341000', '151045.343000', '151045.346000', '151045.349000', '151045.352000', '151045.355000', '151045.358000', '151045.360000', '151045.363000', '151045.366000', '151045.369000', '151045.372000', '151045.374000', '151045.377000', '151045.380000', '151045.383000', '151045.386000', '151045.389000', '151045.392000', '151045.397000', '151045.401000', '151045.404000', '151045.406000', '151045.409000', '151045.412000', '151045.415000', '151045.418000', '151045.421000', '151045.424000', '151045.426000', '151045.429000', '151045.432000', '151045.435000', '151105.310000', '151105.313000', '151105.316000', '151105.319000', '151105.321000', '151105.324000', '151105.327000', '151105.330000', '151105.333000', '151105.335000', '151105.338000', '151105.341000', '151105.344000', '151105.347000', '151105.349000', '151105.352000', '151105.355000', '151105.358000', '151105.361000', '151105.364000', '151105.367000', '151105.369000', '151105.372000', '151105.375000', '151105.378000', '151105.381000', '151105.384000', '151105.386000', '151105.389000', '151105.392000', '151105.395000', '151105.398000', '151105.400000', '151105.403000', '151105.406000', '151105.409000', '151105.412000', '151105.414000', '151105.417000', '151105.420000', '151105.423000', '151105.426000', '151105.429000', '151105.431000', '151125.310000', '151125.313000', '151125.316000', '151125.319000', '151125.321000', '151125.324000', '151125.327000', '151125.330000', '151125.333000', '151125.336000', '151125.339000', '151125.341000', '151125.344000', '151125.347000', '151125.350000', '151125.353000', '151125.356000', '151125.358000', '151125.361000', '151125.364000', '151125.367000', '151125.370000', '151125.373000', '151125.376000', '151125.379000', '151125.381000', '151125.384000', '151125.387000', '151125.390000', '151125.393000', '151125.397000', '151125.401000', '151125.404000', '151125.406000', '151125.409000', '151125.412000', '151125.415000', '151125.418000', '151125.420000', '151125.423000', '151125.426000', '151125.429000', '151125.432000', '151145.310000', '151145.313000', '151145.316000', '151145.318000', '151145.321000', '151145.324000', '151145.327000', '151145.330000', '151145.332000', '151145.335000', '151145.338000', '151145.341000', '151145.344000', '151145.347000', '151145.349000', '151145.352000', '151145.355000', '151145.358000', '151145.360000', '151145.363000', '151145.366000', '151145.369000', '151145.372000', '151145.374000', '151145.377000', '151145.380000', '151145.383000', '151145.386000', '151145.389000', '151145.392000', '151145.394000', '151145.397000', '151145.400000', '151145.403000', '151145.405000', '151145.408000', '151145.411000', '151145.414000', '151145.417000', '151145.430000', '151145.433000', '151145.436000', '151145.439000', '151145.442000', '151205.310000', '151205.313000', '151205.316000', '151205.323000', '151205.326000', '151205.329000', '151205.332000', '151205.335000', '151205.337000', '151205.340000', '151205.343000', '151205.346000', '151205.349000', '151205.352000', '151205.355000', '151205.357000', '151205.362000', '151205.365000', '151205.368000', '151205.370000', '151205.373000', '151205.376000', '151205.379000', '151205.382000', '151205.385000', '151205.388000', '151205.390000', '151205.393000', '151205.396000', '151205.399000', '151205.402000', '151205.405000', '151205.408000', '151205.411000', '151205.414000', '151205.418000', '151205.421000', '151205.424000', '151205.427000', '151205.430000', '151205.433000', '151205.435000', '151205.438000', '151225.310000', '151225.313000', '151225.316000', '151225.318000', '151225.321000', '151225.324000', '151225.327000', '151225.330000', '151225.332000', '151225.335000', '151225.338000', '151225.341000', '151225.344000', '151225.347000', '151225.349000', '151225.352000', '151225.355000', '151225.358000', '151225.361000', '151225.363000', '151225.366000', '151225.369000', '151225.372000', '151225.375000', '151225.378000', '151225.381000', '151225.384000', '151225.386000', '151225.389000', '151225.392000', '151225.395000', '151225.398000', '151225.401000', '151225.403000', '151225.406000', '151225.409000', '151225.412000', '151225.415000', '151225.418000', '151225.421000', '151225.424000', '151225.426000', '151225.429000', '151225.432000', '151245.310000', '151245.313000', '151245.316000', '151245.319000', '151245.322000', '151245.324000', '151245.327000', '151245.330000', '151245.333000', '151245.336000', '151245.339000', '151245.342000', '151245.344000', '151245.347000', '151245.350000', '151245.353000', '151245.356000', '151245.359000', '151245.361000', '151245.364000', '151245.367000', '151245.370000', '151245.373000', '151245.376000', '151245.378000', '151245.381000', '151245.384000', '151245.387000', '151245.390000', '151245.392000', '151245.395000', '151245.398000', '151245.401000', '151245.404000', '151245.406000', '151245.409000', '151245.412000', '151245.415000', '151245.418000', '151245.421000', '151245.423000', '151245.426000', '151245.429000', '151305.311000', '151305.314000', '151305.317000', '151305.320000', '151305.323000', '151305.326000', '151305.329000', '151305.332000', '151305.334000', '151305.337000', '151305.340000', '151305.343000', '151305.346000', '151305.349000', '151305.351000', '151305.354000', '151305.357000', '151305.360000', '151305.363000', '151305.366000', '151305.369000', '151305.372000', '151305.375000', '151305.377000', '151305.380000', '151305.383000', '151305.386000', '151305.389000', '151305.391000', '151305.394000', '151305.397000', '151305.400000', '151305.403000', '151305.406000', '151305.409000', '151305.412000', '151305.414000', '151305.417000', '151305.420000', '151305.423000', '151305.426000', '151305.437000', '151305.439000', '151305.442000', '151325.310000', '151325.313000', '151325.316000', '151325.319000', '151325.322000', '151325.333000', '151325.336000', '151325.339000', '151325.341000', '151325.344000', '151325.347000', '151325.350000', '151325.353000', '151325.356000', '151325.358000', '151325.361000', '151325.364000', '151325.367000', '151325.370000', '151325.373000', '151325.376000', '151325.378000', '151325.381000', '151325.384000', '151325.387000', '151325.390000', '151325.393000', '151325.408000', '151325.410000', '151325.413000', '151325.416000', '151325.419000', '151325.422000', '151325.425000', '151325.428000', '151325.430000', '151325.433000', '151325.436000', '151325.439000', '151325.442000', '151325.444000', '151325.447000', '151325.450000', '151345.310000', '151345.313000', '151345.316000', '151345.318000', '151345.321000', '151345.324000', '151345.327000', '151345.330000', '151345.333000', '151345.335000', '151345.338000', '151345.341000', '151345.344000', '151345.347000', '151345.349000', '151345.352000', '151345.355000', '151345.358000', '151345.361000', '151345.364000', '151345.367000', '151345.370000', '151345.373000', '151345.375000', '151345.378000', '151345.381000', '151345.384000', '151345.387000', '151345.390000', '151345.393000', '151345.395000', '151345.398000', '151345.401000', '151345.404000', '151345.407000', '151345.409000', '151345.412000', '151345.415000', '151345.418000', '151345.421000', '151345.424000', '151345.426000', '151345.429000', '151345.432000', '151405.310000', '151405.313000', '151405.316000', '151405.319000', '151405.322000', '151405.325000', '151405.328000', '151405.331000', '151405.334000', '151405.337000', '151405.339000', '151405.342000', '151405.345000', '151405.348000', '151405.351000', '151405.354000', '151405.357000', '151405.360000', '151405.363000', '151405.366000', '151405.369000', '151405.372000', '151405.375000', '151405.379000', '151405.382000', '151405.385000', '151405.388000', '151405.392000', '151405.395000', '151405.398000', '151405.401000', '151405.404000', '151405.408000', '151405.411000', '151405.415000', '151405.418000', '151405.421000', '151405.423000', '151405.426000', '151405.429000', '151405.432000', '151405.435000', '151405.438000', '151425.310000', '151425.313000', '151425.316000', '151425.319000', '151425.322000', '151425.324000', '151425.327000', '151425.330000', '151425.333000', '151425.336000', '151425.339000', '151425.342000', '151425.344000', '151425.347000', '151425.350000', '151425.353000', '151425.356000', '151425.359000', '151425.362000', '151425.364000', '151425.367000', '151425.370000', '151425.373000', '151425.376000', '151425.379000', '151425.381000', '151425.384000', '151425.387000', '151425.390000', '151425.393000', '151425.396000', '151425.399000', '151425.402000', '151425.405000', '151425.407000', '151425.410000', '151425.413000', '151425.416000', '151425.419000', '151425.422000', '151425.424000', '151425.427000', '151425.430000', '151425.433000', '151435.889000', '151435.893000', '151435.896000', '151435.899000', '151435.902000', '151435.905000', '151435.908000', '151435.911000', '151435.914000', '151435.917000', '151435.920000', '151435.923000', '151435.926000', '151435.929000', '151435.932000', '151435.935000', '151435.937000', '151435.940000', '151435.943000', '151435.947000', '151435.950000', '151435.953000', '151435.956000'], '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': [10065, 11527, 9862, 11114, 9712, 11527, 9512, 11144, 9544, 11058, 9369, 11688, 9014, 12152, 9052, 11968, 9285, 11880, 11023, 11350, 13593, 9785, 15399, 9357, 12186, 8913, 11978, 9103, 12136, 9251, 11815, 8750, 10850, 8417, 11479, 8958, 11735, 8969, 11580, 8827, 11812, 9067, 11860, 9246, 11476, 9490, 13191, 9499, 11746, 9864, 11248, 9926, 11176, 13418, 11081, 11412, 10846, 9954, 11008, 13704, 10291, 15130, 10439, 13873, 9625, 15329, 9556, 12034, 9573, 11622, 9893, 12579, 9387, 11151, 9098, 11459, 9104, 11453, 9758, 10659, 9869, 11132, 9341, 11262, 9576, 10877, 9035, 10440, 9276, 11134, 9216, 11618, 9634, 11822, 10111, 11595, 9267, 11916, 9188, 12442, 9772, 11713, 10837, 12892, 9483, 12165, 9164, 12607, 9584, 11935, 10275, 11692, 10718, 13346, 10855, 9925, 10627, 9981, 10939, 10308, 11193, 13190, 10666, 13035, 10589, 10366, 10938, 10341, 11218, 10316, 11246, 10385, 11115, 10250, 11479, 10361, 11719, 10373, 11619, 9952, 11283, 9957, 11526, 10237, 11587, 10388, 11261, 10319, 10921, 10437, 11055, 10255, 10880, 9895, 10963, 9931, 11210, 9996, 11338, 9922, 11134, 10969, 11091, 9954, 10947, 10329, 11704, 10278, 11455, 10051, 11511, 9344, 11360, 9506, 11768, 9640, 11947, 9645, 12033, 9708, 11703, 9455, 11892, 9942, 12384, 9685, 12135, 9576, 11604, 9853, 11636, 10136, 13050, 9576, 12414, 9764, 13158, 9764, 13970, 10080, 12492, 9532, 12439, 9966, 12861, 10090, 10001, 10778, 10459, 11376, 10559, 11391, 9746, 13292, 9708, 11576, 10000, 11050, 10748, 14617, 10489, 14302, 10697, 14128, 10478, 14555, 10044, 14526, 10175, 10070, 10465, 10146, 10975, 10356, 10694, 13299, 10834, 9981, 10951, 10773, 10986, 15197, 10382, 13511, 10260, 10327, 11012, 10536, 10865, 10162, 10417, 11310, 9713, 11300, 9752, 12073, 9733, 11488, 9911, 11472, 9975, 10735, 10031, 10263, 10384, 10115, 14729, 9857, 12550, 9518, 10128, 10309, 8654, 12283, 9995, 10858, 9415, 9888, 11310, 9773, 12009, 9317, 12543, 9720, 12286, 9701, 12239, 11391, 10164, 14490, 9867, 13171, 9876, 11798, 9621, 13676, 9920, 13100, 9667, 9369, 10745, 9560, 11324, 9765, 11239, 12436, 11287, 10714, 10641, 11943, 10616, 15175, 10182, 15126, 10819, 14653, 11007, 12155, 9547, 10562, 9902, 9931, 10153, 9915, 10348, 10208, 10731, 10671, 11070, 10425, 10838, 10338, 10656, 10276, 10630, 10713, 10409, 10852, 10372, 10396, 11052, 12157, 10244, 15442, 9664, 13274, 9568, 12464, 9745, 11575, 10024, 10884, 9776, 11074, 9777, 11323, 9820, 11559, 9679, 11898, 9724, 11687, 10612, 12630, 9814, 11894, 9943, 12440, 10052, 13981, 9887, 13755, 9716, 13868, 9815, 14895, 10020, 14382, 10754, 14037, 9977, 12933, 9917, 11854, 9904, 12066, 10507, 9842, 11144, 9986, 11608, 10568, 11409, 10633, 11724, 10224, 11024, 9964, 11715, 9855, 12602, 9588, 12779, 9937, 11678, 9597, 11293, 9931, 11272, 9821, 12223, 9433, 10759, 9677, 11068, 9553, 10771, 9726, 12383, 9801, 12258, 9811, 11608, 9775, 11223, 9804, 10653, 9681, 10929, 9934, 11053, 9713, 10986, 9961, 11507, 9494, 12654, 9938, 11794, 9741, 11964, 9785, 11756, 10442, 12484, 10066, 12123, 9850, 11615, 10047, 11865, 10895, 14402, 10929, 11742, 9728, 11578, 10276, 14567, 10265, 15826, 11019, 14910, 10655, 13805, 9504, 14669, 9725, 12430, 9821, 11377, 10528, 11681, 9888, 10836, 9670, 10922, 9945, 11777, 10195, 11031, 9819, 11011, 10129, 12292, 9921, 14042, 9783, 14349, 9850, 11204, 10592, 9908, 11138, 11844, 10840, 15453, 10377, 12801, 10154, 14052, 9366, 14641, 9537, 11663, 10183, 10744, 9794, 10687, 9566, 10744, 9656, 10291, 9386, 10530, 9756, 10815, 9884, 11202, 9636, 11132, 9334, 11321, 9217, 11381, 9872, 11364, 9958, 11430, 9510, 11868, 8789, 12588, 9894, 12914, 9961, 12382, 11023, 11752, 12249, 10114, 11803, 11755, 11287, 16648, 10830, 13895, 11740, 12809, 9779, 10856, 9840, 10346, 9829, 10348, 10125, 10835, 9486, 11196, 9756, 10945, 10208, 10995, 9651, 11206, 9656, 11344, 9885, 10920, 10070, 12383, 9767, 11088, 9886, 11266, 9790, 11035, 9874, 12672, 10182, 13291, 9868, 10850, 10070, 11276, 10287, 13460, 10120, 13903, 9921, 14799, 10331, 12536, 10335, 11818, 10911, 13558, 10684, 15016, 10630, 12343, 10587, 12388, 10237, 15112, 9706, 15497, 10605, 13520, 9533, 11874, 9823, 11160, 9920, 10813, 9851, 9916, 10602, 9938, 11083, 11867, 10435, 13369, 10037, 11161, 10217, 11938, 10253, 13230, 9965, 14174, 9827, 10806, 10536, 10499, 10536, 10518, 10738, 10097, 11049, 10481, 11937, 10334, 12063, 10285, 11439, 12891, 11184, 11051, 11139, 13700, 10535, 15908, 9882, 15402, 9841, 14475, 9960, 11466, 9843, 11239, 9721, 10955, 9724, 10635, 9701, 10675, 10161, 10660, 9637, 11144, 10146, 11692, 11507, 10709, 15835, 9751, 13788, 9880, 11492, 9762, 11098, 10235, 10586, 10315, 10483, 10203, 10827, 10084, 10890, 10033, 11314, 9933, 11533, 10020, 11400, 11649, 10621, 13408, 10306, 13789, 9880, 11908, 10035, 11117, 9871, 10586, 9856, 11245, 9583, 11158, 9993, 11311, 10135, 11141, 10071, 11025, 12492, 10922, 15506, 10016, 15329, 9839, 15255, 10067, 11638, 10008, 11351, 9958, 11457, 9640, 11000, 9619, 10851, 9692, 11227, 9668, 10877, 9902, 10903, 10267, 10958, 12967, 10630, 11703, 10406, 11939, 10084, 10227, 10585, 9978, 11269, 9820, 11589, 9938, 11532, 9961, 11316, 10222, 11585, 10411, 11408, 14096, 10760, 16161, 10468, 11407, 10639, 11432, 10985, 14813, 10142, 15314, 10218, 12675, 10261, 11184, 10449, 10436, 10260, 11790, 10343, 10814, 10692, 12630, 10295, 15935, 9641, 16475, 10390, 10187, 9934, 10136, 10777, 15979, 10041, 16940, 9645, 12575, 9711, 11405, 10319, 11209, 9727, 10943, 9827, 10947, 9720, 10878, 10091, 10503, 9864, 10731, 9445, 10939, 9656, 10780, 9748, 10889, 9680, 11125, 9748, 11093, 9803, 11397, 9851, 11323, 9660, 11286, 9743, 11242, 10300, 11517, 11192, 10823, 11298, 10290, 15815, 10034, 17217, 10110, 11894, 10469, 10962, 9991, 10783, 10142, 10513, 9921, 10995, 10265, 10954, 10064, 10926, 9770, 10977, 14563, 9888, 15089, 9742, 13905, 9757, 12745, 10283, 13770, 9681, 14511, 10147, 14166, 9910, 13322, 10262], 'WindowCenter': [4597.0, 4591.0, 4580.0, 4590.0, 4567.0, 4574.0, 4553.0, 4573.0, 4553.0, 4574.0, 4564.0, 4589.0, 4568.0, 4587.0, 4566.0, 4587.0, 4566.0, 4587.0, 4577.0, 4589.0, 4600.0, 4568.0, 4597.0, 4557.0, 4575.0, 4558.0, 4587.0, 4567.0, 4575.0, 4555.0, 4574.0, 4555.0, 4574.0, 4556.0, 4588.0, 4582.0, 4600.0, 4580.0, 4588.0, 4567.0, 4575.0, 4555.0, 4575.0, 4566.0, 4575.0, 4565.0, 4586.0, 4554.0, 4563.0, 4551.0, 4561.0, 4550.0, 4562.0, 4571.0, 4550.0, 4549.0, 4548.0, 4537.0, 4547.0, 4557.0, 4548.0, 4568.0, 4548.0, 4556.0, 4526.0, 4566.0, 4537.0, 4558.0, 4538.0, 4546.0, 4537.0, 4545.0, 4526.0, 4546.0, 4526.0, 4547.0, 4540.0, 4548.0, 4538.0, 4537.0, 4538.0, 4547.0, 4538.0, 4548.0, 4540.0, 4548.0, 4539.0, 4548.0, 4539.0, 4548.0, 4541.0, 4573.0, 4552.0, 4561.0, 4551.0, 4560.0, 4540.0, 4559.0, 4540.0, 4561.0, 4553.0, 4562.0, 4563.0, 4559.0, 4540.0, 4559.0, 4541.0, 4560.0, 4550.0, 4559.0, 4550.0, 4558.0, 4561.0, 4570.0, 4549.0, 4538.0, 4548.0, 4538.0, 4547.0, 4538.0, 4548.0, 4559.0, 4549.0, 4558.0, 4548.0, 4537.0, 4547.0, 4537.0, 4559.0, 4549.0, 4560.0, 4549.0, 4559.0, 4549.0, 4560.0, 4562.0, 4572.0, 4562.0, 4562.0, 4551.0, 4561.0, 4551.0, 4561.0, 4563.0, 4573.0, 4552.0, 4563.0, 4551.0, 4561.0, 4550.0, 4561.0, 4562.0, 4562.0, 4551.0, 4561.0, 4551.0, 4561.0, 4551.0, 4562.0, 4563.0, 4574.0, 4562.0, 4563.0, 4551.0, 4560.0, 4561.0, 4571.0, 4564.0, 4573.0, 4563.0, 4573.0, 4553.0, 4573.0, 4553.0, 4573.0, 4564.0, 4574.0, 4555.0, 4573.0, 4554.0, 4572.0, 4553.0, 4573.0, 4553.0, 4572.0, 4553.0, 4571.0, 4552.0, 4562.0, 4564.0, 4573.0, 4564.0, 4572.0, 4553.0, 4571.0, 4552.0, 4584.0, 4564.0, 4582.0, 4564.0, 4571.0, 4553.0, 4572.0, 4564.0, 4584.0, 4564.0, 4552.0, 4563.0, 4563.0, 4573.0, 4575.0, 4575.0, 4566.0, 4585.0, 4566.0, 4573.0, 4563.0, 4563.0, 4575.0, 4594.0, 4564.0, 4583.0, 4563.0, 4581.0, 4551.0, 4581.0, 4552.0, 4582.0, 4551.0, 4549.0, 4549.0, 4547.0, 4549.0, 4550.0, 4550.0, 4569.0, 4550.0, 4537.0, 4548.0, 4537.0, 4548.0, 4568.0, 4538.0, 4557.0, 4537.0, 4536.0, 4546.0, 4537.0, 4549.0, 4551.0, 4562.0, 4561.0, 4553.0, 4562.0, 4552.0, 4572.0, 4553.0, 4574.0, 4564.0, 4562.0, 4551.0, 4551.0, 4539.0, 4549.0, 4549.0, 4562.0, 4581.0, 4551.0, 4559.0, 4550.0, 4550.0, 4551.0, 4554.0, 4584.0, 4577.0, 4575.0, 4567.0, 4577.0, 4601.0, 4578.0, 4585.0, 4566.0, 4574.0, 4554.0, 4573.0, 4552.0, 4572.0, 4572.0, 4551.0, 4570.0, 4564.0, 4569.0, 4539.0, 4558.0, 4552.0, 4582.0, 4552.0, 4569.0, 4552.0, 4551.0, 4561.0, 4550.0, 4562.0, 4551.0, 4563.0, 4574.0, 4562.0, 4551.0, 4552.0, 4559.0, 4549.0, 4568.0, 4539.0, 4581.0, 4550.0, 4567.0, 4548.0, 4546.0, 4537.0, 4536.0, 4549.0, 4551.0, 4550.0, 4550.0, 4551.0, 4550.0, 4560.0, 4563.0, 4562.0, 4551.0, 4552.0, 4550.0, 4550.0, 4539.0, 4549.0, 4551.0, 4549.0, 4548.0, 4549.0, 4538.0, 4548.0, 4557.0, 4550.0, 4569.0, 4539.0, 4558.0, 4539.0, 4559.0, 4539.0, 4548.0, 4551.0, 4561.0, 4552.0, 4562.0, 4553.0, 4562.0, 4552.0, 4561.0, 4553.0, 4575.0, 4555.0, 4562.0, 4553.0, 4561.0, 4552.0, 4561.0, 4552.0, 4561.0, 4553.0, 4583.0, 4554.0, 4572.0, 4553.0, 4572.0, 4552.0, 4571.0, 4552.0, 4583.0, 4562.0, 4571.0, 4552.0, 4570.0, 4551.0, 4561.0, 4553.0, 4573.0, 4562.0, 4552.0, 4562.0, 4552.0, 4562.0, 4564.0, 4574.0, 4564.0, 4574.0, 4563.0, 4564.0, 4553.0, 4572.0, 4564.0, 4573.0, 4553.0, 4572.0, 4552.0, 4561.0, 4552.0, 4562.0, 4554.0, 4564.0, 4553.0, 4562.0, 4542.0, 4561.0, 4551.0, 4561.0, 4554.0, 4574.0, 4566.0, 4584.0, 4566.0, 4574.0, 4565.0, 4575.0, 4566.0, 4576.0, 4567.0, 4565.0, 4555.0, 4564.0, 4564.0, 4575.0, 4569.0, 4578.0, 4567.0, 4575.0, 4567.0, 4585.0, 4566.0, 4575.0, 4566.0, 4587.0, 4578.0, 4587.0, 4577.0, 4575.0, 4567.0, 4575.0, 4565.0, 4575.0, 4568.0, 4588.0, 4578.0, 4586.0, 4578.0, 4575.0, 4555.0, 4574.0, 4565.0, 4583.0, 4565.0, 4596.0, 4565.0, 4583.0, 4563.0, 4571.0, 4552.0, 4581.0, 4552.0, 4572.0, 4553.0, 4564.0, 4553.0, 4561.0, 4552.0, 4550.0, 4542.0, 4561.0, 4565.0, 4574.0, 4564.0, 4564.0, 4555.0, 4563.0, 4565.0, 4574.0, 4555.0, 4585.0, 4565.0, 4584.0, 4554.0, 4563.0, 4553.0, 4551.0, 4563.0, 4573.0, 4564.0, 4583.0, 4553.0, 4571.0, 4553.0, 4572.0, 4542.0, 4582.0, 4552.0, 4561.0, 4552.0, 4551.0, 4551.0, 4551.0, 4552.0, 4563.0, 4566.0, 4563.0, 4554.0, 4564.0, 4565.0, 4564.0, 4565.0, 4587.0, 4568.0, 4576.0, 4567.0, 4578.0, 4567.0, 4588.0, 4580.0, 4577.0, 4566.0, 4577.0, 4566.0, 4576.0, 4558.0, 4600.0, 4579.0, 4599.0, 4579.0, 4601.0, 4603.0, 4600.0, 4590.0, 4567.0, 4577.0, 4574.0, 4575.0, 4596.0, 4566.0, 4583.0, 4564.0, 4572.0, 4542.0, 4550.0, 4552.0, 4552.0, 4552.0, 4552.0, 4553.0, 4562.0, 4554.0, 4574.0, 4567.0, 4576.0, 4566.0, 4576.0, 4566.0, 4575.0, 4566.0, 4577.0, 4580.0, 4577.0, 4556.0, 4588.0, 4566.0, 4575.0, 4564.0, 4563.0, 4564.0, 4577.0, 4580.0, 4587.0, 4567.0, 4586.0, 4565.0, 4563.0, 4566.0, 4575.0, 4567.0, 4585.0, 4567.0, 4597.0, 4579.0, 4597.0, 4566.0, 4574.0, 4553.0, 4561.0, 4551.0, 4571.0, 4563.0, 4582.0, 4552.0, 4560.0, 4550.0, 4558.0, 4538.0, 4569.0, 4540.0, 4568.0, 4549.0, 4557.0, 4538.0, 4547.0, 4539.0, 4560.0, 4551.0, 4549.0, 4551.0, 4550.0, 4550.0, 4550.0, 4561.0, 4573.0, 4564.0, 4571.0, 4553.0, 4561.0, 4551.0, 4560.0, 4551.0, 4572.0, 4552.0, 4571.0, 4565.0, 4562.0, 4563.0, 4562.0, 4564.0, 4564.0, 4563.0, 4562.0, 4563.0, 4563.0, 4573.0, 4563.0, 4585.0, 4577.0, 4576.0, 4584.0, 4575.0, 4563.0, 4564.0, 4583.0, 4566.0, 4606.0, 4564.0, 4582.0, 4553.0, 4571.0, 4551.0, 4561.0, 4552.0, 4562.0, 4551.0, 4551.0, 4541.0, 4550.0, 4551.0, 4562.0, 4564.0, 4562.0, 4554.0, 4574.0, 4565.0, 4575.0, 4576.0, 4566.0, 4594.0, 4565.0, 4584.0, 4553.0, 4563.0, 4554.0, 4564.0, 4552.0, 4563.0, 4551.0, 4551.0, 4551.0, 4562.0, 4563.0, 4563.0, 4553.0, 4574.0, 4563.0, 4574.0, 4564.0, 4587.0, 4576.0, 4576.0, 4585.0, 4566.0, 4584.0, 4565.0, 4575.0, 4566.0, 4575.0, 4565.0, 4565.0, 4565.0, 4574.0, 4554.0, 4576.0, 4566.0, 4576.0, 4566.0, 4576.0, 4564.0, 4567.0, 4575.0, 4577.0, 4595.0, 4566.0, 4594.0, 4565.0, 4594.0, 4564.0, 4576.0, 4566.0, 4564.0, 4565.0, 4564.0, 4554.0, 4563.0, 4566.0, 4575.0, 4555.0, 4576.0, 4555.0, 4564.0, 4553.0, 4565.0, 4564.0, 4564.0, 4584.0, 4565.0, 4575.0, 4565.0, 4574.0, 4566.0, 4565.0, 4565.0, 4564.0, 4575.0, 4565.0, 4577.0, 4580.0, 4589.0, 4568.0, 4577.0, 4567.0, 4577.0, 4567.0, 4577.0, 4597.0, 4576.0, 4595.0, 4565.0, 4563.0, 4563.0, 4561.0, 4563.0, 4584.0, 4565.0, 4593.0, 4564.0, 4573.0, 4564.0, 4562.0, 4564.0, 4575.0, 4565.0, 4574.0, 4566.0, 4563.0, 4564.0, 4574.0, 4567.0, 4606.0, 4566.0, 4594.0, 4564.0, 4552.0, 4551.0, 4551.0, 4562.0, 4581.0, 4552.0, 4581.0, 4542.0, 4572.0, 4553.0, 4562.0, 4551.0, 4549.0, 4540.0, 4549.0, 4551.0, 4551.0, 4542.0, 4562.0, 4553.0, 4552.0, 4553.0, 4562.0, 4552.0, 4561.0, 4553.0, 4563.0, 4554.0, 4564.0, 4553.0, 4562.0, 4553.0, 4563.0, 4566.0, 4575.0, 4566.0, 4575.0, 4566.0, 4576.0, 4556.0, 4575.0, 4564.0, 4576.0, 4564.0, 4564.0, 4562.0, 4553.0, 4582.0, 4553.0, 4594.0, 4563.0, 4562.0, 4562.0, 4562.0, 4553.0, 4561.0, 4552.0, 4564.0, 4564.0, 4563.0, 4563.0, 4563.0, 4552.0, 4563.0, 4553.0, 4576.0, 4595.0, 4564.0, 4584.0, 4555.0, 4583.0, 4554.0, 4573.0, 4564.0, 4586.0, 4578.0, 4599.0, 4578.0, 4596.0, 4567.0, 4586.0, 4566.0], 'WindowWidth': [10103.0, 10082.0, 10065.0, 10077.0, 10041.0, 10045.0, 10011.0, 10042.0, 10012.0, 10043.0, 10032.0, 10073.0, 10045.0, 10069.0, 10037.0, 10066.0, 10037.0, 10067.0, 10054.0, 10074.0, 10092.0, 10045.0, 10083.0, 10026.0, 10048.0, 10028.0, 10068.0, 10040.0, 10049.0, 10021.0, 10043.0, 10019.0, 10046.0, 10025.0, 10072.0, 10070.0, 10093.0, 10064.0, 10073.0, 10041.0, 10048.0, 10022.0, 10050.0, 10038.0, 10050.0, 10036.0, 10066.0, 10016.0, 10028.0, 10007.0, 10022.0, 10004.0, 10025.0, 10037.0, 10006.0, 10001.0, 9997.0, 9979.0, 9993.0, 10011.0, 9999.0, 10029.0, 9998.0, 10008.0, 9965.0, 10020.0, 9980.0, 10014.0, 9984.0, 9992.0, 9982.0, 9990.0, 9965.0, 9992.0, 9966.0, 9997.0, 9993.0, 10001.0, 9987.0, 9982.0, 9984.0, 9995.0, 9984.0, 10002.0, 9991.0, 9998.0, 9989.0, 9999.0, 9987.0, 9999.0, 9994.0, 10044.0, 10011.0, 10024.0, 10008.0, 10018.0, 9990.0, 10016.0, 9992.0, 10023.0, 10014.0, 10026.0, 10026.0, 10016.0, 9989.0, 10015.0, 9993.0, 10019.0, 10006.0, 10016.0, 10005.0, 10015.0, 10022.0, 10034.0, 10003.0, 9985.0, 9998.0, 9982.0, 9996.0, 9983.0, 9998.0, 10016.0, 10003.0, 10011.0, 9999.0, 9981.0, 9994.0, 9983.0, 10015.0, 10003.0, 10019.0, 10001.0, 10015.0, 10002.0, 10018.0, 10025.0, 10039.0, 10025.0, 10026.0, 10008.0, 10021.0, 10007.0, 10023.0, 10027.0, 10041.0, 10012.0, 10027.0, 10007.0, 10021.0, 10004.0, 10021.0, 10025.0, 10024.0, 10007.0, 10022.0, 10006.0, 10021.0, 10007.0, 10025.0, 10028.0, 10043.0, 10025.0, 10026.0, 10008.0, 10019.0, 10021.0, 10036.0, 10032.0, 10043.0, 10028.0, 10042.0, 10014.0, 10042.0, 10016.0, 10042.0, 10032.0, 10047.0, 10020.0, 10044.0, 10018.0, 10040.0, 10015.0, 10043.0, 10016.0, 10040.0, 10013.0, 10037.0, 10011.0, 10026.0, 10031.0, 10044.0, 10032.0, 10040.0, 10014.0, 10037.0, 10012.0, 10059.0, 10031.0, 10053.0, 10029.0, 10036.0, 10011.0, 10039.0, 10032.0, 10059.0, 10031.0, 10011.0, 10026.0, 10027.0, 10043.0, 10048.0, 10050.0, 10037.0, 10062.0, 10040.0, 10042.0, 10028.0, 10028.0, 10048.0, 10075.0, 10032.0, 10056.0, 10029.0, 10049.0, 10008.0, 10051.0, 10013.0, 10053.0, 10009.0, 10001.0, 10002.0, 9995.0, 10002.0, 10007.0, 10006.0, 10027.0, 10005.0, 9982.0, 9998.0, 9980.0, 9999.0, 10029.0, 9984.0, 10008.0, 9983.0, 9978.0, 9994.0, 9981.0, 10002.0, 10009.0, 10026.0, 10024.0, 10015.0, 10025.0, 10013.0, 10041.0, 10013.0, 10046.0, 10031.0, 10026.0, 10008.0, 10007.0, 9987.0, 10001.0, 10002.0, 10023.0, 10049.0, 10006.0, 10017.0, 10005.0, 10006.0, 10007.0, 10017.0, 10061.0, 10055.0, 10051.0, 10044.0, 10057.0, 10098.0, 10059.0, 10065.0, 10038.0, 10047.0, 10018.0, 10044.0, 10010.0, 10041.0, 10039.0, 10009.0, 10032.0, 10032.0, 10030.0, 9987.0, 10012.0, 10012.0, 10053.0, 10013.0, 10030.0, 10012.0, 10008.0, 10022.0, 10004.0, 10024.0, 10007.0, 10028.0, 10044.0, 10023.0, 10007.0, 10009.0, 10015.0, 10001.0, 10027.0, 9987.0, 10051.0, 10004.0, 10025.0, 9997.0, 9992.0, 9981.0, 9980.0, 10001.0, 10008.0, 10006.0, 10004.0, 10006.0, 10003.0, 10018.0, 10028.0, 10025.0, 10007.0, 10012.0, 10002.0, 10005.0, 9985.0, 10002.0, 10009.0, 10002.0, 9998.0, 9999.0, 9982.0, 9996.0, 10009.0, 10003.0, 10030.0, 9987.0, 10010.0, 9987.0, 10011.0, 9986.0, 10000.0, 10007.0, 10023.0, 10009.0, 10022.0, 10011.0, 10021.0, 10010.0, 10022.0, 10013.0, 10047.0, 10019.0, 10026.0, 10013.0, 10020.0, 10009.0, 10020.0, 10008.0, 10020.0, 10014.0, 10056.0, 10015.0, 10038.0, 10012.0, 10037.0, 10009.0, 10035.0, 10011.0, 10057.0, 10025.0, 10037.0, 10009.0, 10033.0, 10008.0, 10021.0, 10015.0, 10041.0, 10025.0, 10011.0, 10025.0, 10009.0, 10024.0, 10029.0, 10044.0, 10029.0, 10044.0, 10026.0, 10029.0, 10011.0, 10039.0, 10032.0, 10042.0, 10012.0, 10039.0, 10011.0, 10023.0, 10009.0, 10024.0, 10015.0, 10030.0, 10014.0, 10022.0, 9995.0, 10020.0, 10008.0, 10022.0, 10017.0, 10047.0, 10036.0, 10059.0, 10036.0, 10045.0, 10032.0, 10047.0, 10038.0, 10052.0, 10038.0, 10032.0, 10018.0, 10029.0, 10031.0, 10049.0, 10046.0, 10056.0, 10040.0, 10048.0, 10040.0, 10061.0, 10036.0, 10050.0, 10037.0, 10068.0, 10058.0, 10069.0, 10054.0, 10049.0, 10036.0, 10048.0, 10032.0, 10047.0, 10042.0, 10072.0, 10056.0, 10066.0, 10055.0, 10046.0, 10020.0, 10042.0, 10031.0, 10055.0, 10033.0, 10078.0, 10034.0, 10055.0, 10027.0, 10036.0, 10010.0, 10049.0, 10010.0, 10038.0, 10014.0, 10030.0, 10012.0, 10021.0, 10008.0, 10006.0, 9996.0, 10023.0, 10032.0, 10046.0, 10031.0, 10029.0, 10018.0, 10027.0, 10030.0, 10041.0, 10019.0, 10063.0, 10033.0, 10055.0, 10015.0, 10024.0, 10011.0, 10007.0, 10024.0, 10039.0, 10029.0, 10053.0, 10014.0, 10033.0, 10011.0, 10037.0, 9995.0, 10052.0, 10011.0, 10022.0, 10009.0, 10007.0, 10006.0, 10005.0, 10009.0, 10028.0, 10037.0, 10029.0, 10017.0, 10030.0, 10034.0, 10029.0, 10035.0, 10068.0, 10043.0, 10051.0, 10039.0, 10055.0, 10038.0, 10070.0, 10060.0, 10053.0, 10036.0, 10052.0, 10033.0, 10049.0, 10026.0, 10089.0, 10062.0, 10089.0, 10061.0, 10095.0, 10100.0, 10092.0, 10079.0, 10040.0, 10055.0, 10042.0, 10047.0, 10079.0, 10037.0, 10060.0, 10030.0, 10038.0, 9994.0, 10005.0, 10012.0, 10011.0, 10011.0, 10011.0, 10013.0, 10023.0, 10016.0, 10044.0, 10042.0, 10051.0, 10039.0, 10050.0, 10037.0, 10047.0, 10036.0, 10055.0, 10063.0, 10054.0, 10021.0, 10069.0, 10037.0, 10045.0, 10029.0, 10028.0, 10031.0, 10053.0, 10065.0, 10070.0, 10039.0, 10065.0, 10033.0, 10029.0, 10037.0, 10048.0, 10039.0, 10063.0, 10039.0, 10085.0, 10060.0, 10084.0, 10036.0, 10043.0, 10014.0, 10021.0, 10008.0, 10036.0, 10027.0, 10051.0, 10010.0, 10019.0, 10003.0, 10011.0, 9985.0, 10032.0, 9991.0, 10029.0, 10001.0, 10009.0, 9982.0, 9995.0, 9987.0, 10021.0, 10009.0, 10004.0, 10008.0, 10004.0, 10006.0, 10003.0, 10021.0, 10042.0, 10030.0, 10036.0, 10013.0, 10020.0, 10008.0, 10018.0, 10008.0, 10040.0, 10013.0, 10035.0, 10035.0, 10024.0, 10027.0, 10025.0, 10033.0, 10032.0, 10029.0, 10025.0, 10028.0, 10029.0, 10043.0, 10027.0, 10060.0, 10056.0, 10051.0, 10058.0, 10049.0, 10027.0, 10030.0, 10054.0, 10036.0, 10094.0, 10031.0, 10055.0, 10014.0, 10038.0, 10009.0, 10022.0, 10012.0, 10027.0, 10009.0, 10009.0, 9993.0, 10006.0, 10008.0, 10025.0, 10033.0, 10026.0, 10018.0, 10045.0, 10033.0, 10048.0, 10053.0, 10037.0, 10074.0, 10035.0, 10060.0, 10016.0, 10031.0, 10019.0, 10030.0, 10012.0, 10027.0, 10007.0, 10007.0, 10007.0, 10025.0, 10029.0, 10029.0, 10013.0, 10043.0, 10027.0, 10044.0, 10031.0, 10067.0, 10052.0, 10051.0, 10062.0, 10037.0, 10060.0, 10033.0, 10052.0, 10039.0, 10048.0, 10034.0, 10034.0, 10033.0, 10046.0, 10018.0, 10052.0, 10040.0, 10053.0, 10036.0, 10051.0, 10030.0, 10037.0, 10047.0, 10054.0, 10078.0, 10037.0, 10073.0, 10033.0, 10072.0, 10030.0, 10052.0, 10038.0, 10032.0, 10034.0, 10031.0, 10018.0, 10029.0, 10037.0, 10049.0, 10020.0, 10052.0, 10020.0, 10031.0, 10015.0, 10033.0, 10035.0, 10032.0, 10059.0, 10034.0, 10047.0, 10032.0, 10045.0, 10036.0, 10034.0, 10033.0, 10030.0, 10047.0, 10032.0, 10051.0, 10064.0, 10073.0, 10041.0, 10054.0, 10037.0, 10050.0, 10036.0, 10052.0, 10080.0, 10049.0, 10074.0, 10035.0, 10026.0, 10027.0, 10022.0, 10026.0, 10058.0, 10034.0, 10071.0, 10030.0, 10041.0, 10030.0, 10026.0, 10030.0, 10049.0, 10034.0, 10045.0, 10037.0, 10028.0, 10030.0, 10044.0, 10040.0, 10094.0, 10039.0, 10074.0, 10031.0, 10008.0, 10008.0, 10006.0, 10023.0, 10048.0, 10010.0, 10050.0, 9996.0, 10041.0, 10015.0, 10024.0, 10008.0, 10003.0, 9990.0, 10002.0, 10006.0, 10007.0, 9996.0, 10025.0, 10014.0, 10011.0, 10014.0, 10024.0, 10011.0, 10021.0, 10016.0, 10029.0, 10016.0, 10031.0, 10013.0, 10025.0, 10014.0, 10026.0, 10038.0, 10049.0, 10038.0, 10048.0, 10035.0, 10049.0, 10023.0, 10048.0, 10031.0, 10052.0, 10030.0, 10031.0, 10023.0, 10013.0, 10051.0, 10012.0, 10075.0, 10029.0, 10026.0, 10025.0, 10025.0, 10013.0, 10024.0, 10012.0, 10032.0, 10031.0, 10028.0, 10027.0, 10029.0, 10011.0, 10028.0, 10012.0, 10049.0, 10076.0, 10032.0, 10057.0, 10019.0, 10055.0, 10016.0, 10043.0, 10031.0, 10066.0, 10059.0, 10088.0, 10056.0, 10078.0, 10041.0, 10064.0, 10038.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.0009814580941446612</td></tr>
<tr><td colspan=3>aqi</td><td>0.02302209563719862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.49222804537932</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2920740581839074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0058459665057475</td></tr>
<tr><td colspan=3>efc</td><td>0.4812</td></tr>
<tr><td colspan=3>fber</td><td>8947.9346</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09796813643575418</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.70723306544202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3820082462711496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3108456721778734</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.640619846133626</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1945592205019486</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010270473547279835</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04566279053688049</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>4.215420165104799</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>19.9557</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6752</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.5887</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.4518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.9604</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3766.6957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.5557</td></tr>
<tr><td colspan=3>tsnr</td><td>43.69716299697757</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>