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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>11894dfed1f133129de358dc892cb2eb</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:51:55.002500</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.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</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.0811933</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>19</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3677e7f2-d473-4483-9bf7-7f45c684146a||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.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [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': ['155155.002500', '155155.462500', '155155.922500', '155156.382500', '155156.842500', '155157.302500', '155157.762500', '155158.222500', '155158.682500', '155159.142500', '155159.602500', '155200.062500', '155200.522500', '155200.982500', '155201.442500', '155201.902500', '155202.362500', '155202.822500', '155203.282500', '155203.742500', '155204.202500', '155204.662500', '155205.122500', '155205.582500', '155206.042500', '155206.502500', '155206.962500', '155207.422500', '155207.882500', '155208.342500', '155208.802500', '155209.262500', '155209.722500', '155210.182500', '155210.642500', '155211.102500', '155211.562500', '155212.022500', '155212.482500', '155212.942500', '155213.402500', '155213.862500', '155214.322500', '155214.782500', '155215.242500', '155215.702500', '155216.162500', '155216.622500', '155217.082500', '155217.542500', '155218.002500', '155218.462500', '155218.922500', '155219.382500', '155219.842500', '155220.302500', '155220.762500', '155221.222500', '155221.682500', '155222.142500', '155222.602500', '155223.062500', '155223.522500', '155223.982500', '155224.442500', '155224.902500', '155225.362500', '155225.822500', '155226.282500', '155226.742500', '155227.202500', '155227.662500', '155228.122500', '155228.582500', '155229.042500', '155229.502500', '155229.962500', '155230.422500', '155230.882500', '155231.342500', '155231.802500', '155232.262500', '155232.722500', '155233.182500', '155233.642500', '155234.102500', '155234.562500', '155235.022500', '155235.482500', '155235.942500', '155236.402500', '155236.862500', '155237.322500', '155237.782500', '155238.242500', '155238.702500', '155239.162500', '155239.622500', '155240.082500', '155240.542500', '155241.002500', '155241.462500', '155241.922500', '155242.382500', '155242.842500', '155243.302500', '155243.762500', '155244.222500', '155244.682500', '155245.142500', '155245.602500', '155246.062500', '155246.522500', '155246.982500', '155247.442500', '155247.902500', '155248.362500', '155248.822500', '155249.282500', '155249.742500', '155250.202500', '155250.662500', '155251.122500', '155251.582500', '155252.042500', '155252.502500', '155252.962500', '155253.422500', '155253.882500', '155254.342500', '155254.802500', '155255.262500', '155255.722500', '155256.182500', '155256.642500', '155257.102500', '155257.562500', '155258.022500', '155258.482500', '155258.942500', '155259.402500', '155259.862500', '155300.322500', '155300.782500', '155301.242500', '155301.702500', '155302.162500', '155302.622500', '155303.082500', '155303.542500', '155304.002500', '155304.462500', '155304.922500', '155305.382500', '155305.842500', '155306.302500', '155306.762500', '155307.222500', '155307.682500', '155308.142500', '155308.602500', '155309.062500', '155309.522500', '155309.982500', '155310.442500', '155310.902500', '155311.362500', '155311.822500', '155312.282500', '155312.742500', '155313.202500', '155313.662500', '155314.122500', '155314.582500', '155315.042500', '155315.502500', '155315.962500', '155316.422500', '155316.882500', '155317.342500', '155317.802500', '155318.262500', '155318.722500', '155319.182500', '155319.642500', '155320.102500', '155320.562500', '155321.022500', '155321.482500', '155321.942500', '155322.402500', '155322.862500', '155323.322500', '155323.782500', '155324.242500', '155324.702500', '155325.162500', '155325.622500', '155326.082500', '155326.542500', '155327.002500', '155327.462500', '155327.922500', '155328.382500', '155328.842500', '155329.302500', '155329.762500', '155330.222500', '155330.682500', '155331.142500', '155331.602500', '155332.062500', '155332.522500', '155332.982500', '155333.442500', '155333.902500', '155334.362500', '155334.822500', '155335.282500', '155335.742500', '155336.202500', '155336.662500', '155337.122500', '155337.582500', '155338.042500', '155338.502500', '155338.962500', '155339.422500', '155339.882500', '155340.342500', '155340.802500', '155341.262500', '155341.722500', '155342.182500', '155342.642500', '155343.102500', '155343.562500', '155344.022500', '155344.482500', '155344.942500', '155345.402500', '155345.862500', '155346.322500', '155346.782500', '155347.242500', '155347.702500', '155348.162500', '155348.622500', '155349.082500', '155349.542500', '155350.002500', '155350.462500', '155350.922500', '155351.382500', '155351.842500', '155352.302500', '155352.762500', '155353.222500', '155353.682500', '155354.142500', '155354.602500', '155355.062500', '155355.522500', '155355.982500', '155356.442500', '155356.902500', '155357.362500', '155357.822500', '155358.282500', '155358.742500', '155359.202500', '155359.662500', '155400.122500', '155400.582500', '155401.042500', '155401.502500', '155401.962500', '155402.422500', '155402.882500', '155403.342500', '155403.802500', '155404.262500', '155404.722500', '155405.182500', '155405.642500', '155406.102500', '155406.562500', '155407.022500', '155407.482500', '155407.942500', '155408.402500', '155408.862500', '155409.322500', '155409.782500', '155410.242500', '155410.702500', '155411.162500', '155411.622500', '155412.082500', '155412.542500', '155413.002500', '155413.462500', '155413.922500', '155414.382500', '155414.842500', '155415.302500', '155415.762500', '155416.222500', '155416.682500', '155417.142500', '155417.602500', '155418.062500', '155418.522500', '155418.982500', '155419.442500', '155419.902500', '155420.362500', '155420.822500', '155421.282500', '155421.742500', '155422.202500', '155422.662500', '155423.122500', '155423.582500', '155424.042500', '155424.502500', '155424.962500', '155425.422500', '155425.882500', '155426.342500', '155426.802500', '155427.262500', '155427.722500', '155428.182500', '155428.642500', '155429.102500', '155429.562500', '155430.022500', '155430.482500', '155430.942500', '155431.402500', '155431.862500', '155432.322500', '155432.782500', '155433.242500', '155433.702500', '155434.162500', '155434.622500', '155435.082500', '155435.542500', '155436.002500', '155436.462500', '155436.922500', '155437.382500', '155437.842500', '155438.302500', '155438.762500', '155439.222500', '155439.682500', '155440.142500', '155440.602500', '155441.062500', '155441.522500', '155441.982500', '155442.442500', '155442.902500', '155443.362500', '155443.822500', '155444.282500', '155444.742500', '155445.202500', '155445.662500', '155446.122500', '155446.582500', '155447.042500', '155447.502500', '155447.962500', '155448.422500', '155448.882500', '155449.342500', '155449.802500', '155450.262500', '155450.722500', '155451.182500', '155451.642500', '155452.102500', '155452.562500', '155453.022500', '155453.482500', '155453.942500', '155454.402500', '155454.862500', '155455.322500', '155455.782500', '155456.242500', '155456.702500', '155457.162500', '155457.622500', '155458.082500', '155458.542500', '155459.002500', '155459.462500', '155459.922500', '155500.382500', '155500.842500', '155501.302500', '155501.762500', '155502.222500', '155502.682500', '155503.142500', '155503.602500', '155504.062500', '155504.522500', '155504.982500', '155505.442500', '155505.902500', '155506.362500', '155506.822500', '155507.282500', '155507.742500', '155508.202500', '155508.662500', '155509.122500', '155509.582500', '155510.042500', '155510.502500', '155510.962500', '155511.422500', '155511.882500', '155512.342500', '155512.802500', '155513.262500', '155513.722500', '155514.182500', '155514.642500', '155515.102500', '155515.562500', '155516.022500', '155516.482500', '155516.942500', '155517.402500', '155517.862500', '155518.322500', '155518.782500', '155519.242500', '155519.702500', '155520.162500', '155520.622500', '155521.082500', '155521.542500', '155522.002500', '155522.462500', '155522.922500', '155523.382500', '155523.842500', '155524.302500', '155524.762500', '155525.222500', '155525.682500', '155526.142500', '155526.602500', '155527.062500', '155527.522500', '155527.982500', '155528.442500', '155528.902500', '155529.362500', '155529.822500', '155530.282500', '155530.742500', '155531.202500', '155531.662500', '155532.122500', '155532.582500', '155533.042500', '155533.502500', '155533.962500', '155534.422500', '155534.882500', '155535.342500', '155535.802500', '155536.262500', '155536.722500', '155537.182500', '155537.642500', '155538.102500', '155538.562500', '155539.022500', '155539.482500', '155539.942500', '155540.402500', '155540.862500', '155541.322500', '155541.782500', '155542.242500', '155542.702500', '155543.162500', '155543.622500', '155544.082500', '155544.542500', '155545.002500', '155545.462500', '155545.922500', '155546.382500', '155546.842500', '155547.302500', '155547.762500', '155548.222500', '155548.682500', '155549.142500', '155549.602500', '155550.062500', '155550.522500', '155550.982500', '155551.442500', '155551.902500', '155552.362500', '155552.822500', '155553.282500', '155553.742500', '155554.202500', '155554.662500', '155555.122500', '155555.582500', '155556.042500', '155556.502500', '155556.962500', '155557.422500', '155557.882500', '155558.342500', '155558.802500', '155559.262500', '155559.722500', '155600.182500', '155600.642500', '155601.102500', '155601.562500', '155602.022500', '155602.482500', '155602.942500', '155603.402500', '155603.862500', '155604.322500', '155604.782500', '155605.242500', '155605.702500', '155606.162500', '155606.622500', '155607.082500', '155607.542500', '155608.002500', '155608.462500', '155608.922500', '155609.382500', '155609.842500', '155610.302500', '155610.762500', '155611.222500', '155611.682500', '155612.142500', '155612.602500', '155613.062500', '155613.522500', '155613.982500', '155614.442500', '155614.902500', '155615.362500', '155615.822500', '155616.282500', '155616.742500', '155617.202500', '155617.662500', '155618.122500', '155618.582500', '155619.042500', '155619.502500', '155619.962500', '155620.422500', '155620.882500', '155621.342500', '155621.802500', '155622.262500', '155622.722500', '155623.182500', '155623.642500', '155624.102500', '155624.562500', '155625.022500', '155625.482500', '155625.942500', '155626.402500', '155626.862500', '155627.322500', '155627.782500', '155628.242500', '155628.702500', '155629.162500', '155629.622500', '155630.082500', '155630.542500', '155631.002500', '155631.462500', '155631.922500', '155632.382500', '155632.842500', '155633.302500', '155633.762500', '155634.222500', '155634.682500', '155635.142500', '155635.602500', '155636.062500', '155636.522500', '155636.982500', '155637.442500', '155637.902500', '155638.362500', '155638.822500', '155639.282500', '155639.742500', '155640.202500', '155640.662500', '155641.122500', '155641.582500', '155642.042500', '155642.502500', '155642.962500', '155643.422500', '155643.882500', '155644.342500', '155644.802500', '155645.262500', '155645.722500', '155646.182500', '155646.642500', '155647.102500', '155647.562500', '155648.022500', '155648.482500', '155648.942500', '155649.402500', '155649.862500', '155650.322500', '155650.782500', '155651.242500', '155651.702500', '155652.162500', '155652.622500', '155653.082500', '155653.542500', '155654.002500', '155654.462500', '155654.922500', '155655.382500', '155655.842500', '155656.302500', '155656.762500', '155657.222500', '155657.682500', '155658.142500', '155658.602500', '155659.062500', '155659.522500', '155659.982500', '155700.442500', '155700.902500', '155701.362500', '155701.822500', '155702.282500', '155702.742500', '155703.202500', '155703.662500', '155704.122500', '155704.582500', '155705.042500', '155705.502500', '155705.962500', '155706.422500', '155706.882500', '155707.342500', '155707.802500', '155708.262500', '155708.722500', '155709.182500', '155709.642500', '155710.102500', '155710.562500', '155711.022500', '155711.482500', '155711.942500', '155712.402500', '155712.862500', '155713.322500', '155713.782500', '155714.242500', '155714.702500', '155715.162500', '155715.622500', '155716.082500', '155716.542500', '155717.002500', '155717.462500', '155717.922500', '155718.382500', '155718.842500', '155719.302500', '155719.762500', '155720.222500', '155720.682500', '155721.142500', '155721.602500', '155722.062500', '155722.522500', '155722.982500', '155723.442500', '155723.902500', '155724.362500', '155724.822500', '155725.282500', '155725.742500', '155726.202500', '155726.662500', '155727.122500', '155727.582500', '155728.042500', '155728.502500', '155728.962500', '155729.422500', '155729.882500', '155730.342500', '155730.802500', '155731.262500', '155731.722500', '155732.182500', '155732.642500', '155733.102500', '155733.562500', '155734.022500', '155734.482500', '155734.942500', '155735.402500', '155735.862500', '155736.322500', '155736.782500', '155737.242500', '155737.702500', '155738.162500', '155738.622500', '155739.082500', '155739.542500', '155740.002500', '155740.462500', '155740.922500', '155741.382500', '155741.842500', '155742.302500', '155742.762500', '155743.222500', '155743.682500', '155744.142500', '155744.602500', '155745.062500', '155745.522500', '155745.982500', '155746.442500', '155746.902500', '155747.362500', '155747.822500', '155748.282500', '155748.742500', '155749.202500', '155749.662500', '155750.122500', '155750.582500', '155751.042500', '155751.502500', '155751.962500', '155752.422500', '155752.882500', '155753.342500', '155753.802500', '155754.262500', '155754.722500', '155755.182500', '155755.642500', '155756.102500', '155756.562500', '155757.022500', '155757.482500', '155757.942500', '155758.402500', '155758.862500', '155759.322500', '155759.782500', '155800.242500', '155800.702500', '155801.162500', '155801.622500', '155802.082500', '155802.542500', '155803.002500', '155803.462500', '155803.922500', '155804.382500', '155804.842500', '155805.302500', '155805.762500', '155806.222500', '155806.682500', '155807.142500', '155807.602500', '155808.062500', '155808.522500', '155808.982500', '155809.442500', '155809.902500', '155810.362500', '155810.822500', '155811.282500', '155811.742500', '155812.202500', '155812.662500', '155813.122500', '155813.582500', '155814.042500', '155814.502500', '155814.962500', '155815.422500', '155815.882500', '155816.342500', '155816.802500', '155817.262500', '155817.722500', '155818.182500', '155818.642500', '155819.102500', '155819.562500', '155820.022500', '155820.482500', '155820.942500', '155821.402500', '155821.862500', '155822.322500', '155822.782500', '155823.242500', '155823.702500', '155824.162500', '155824.622500', '155825.082500', '155825.542500', '155826.002500', '155826.462500', '155826.922500', '155827.382500', '155827.842500', '155828.302500', '155828.762500', '155829.222500', '155829.682500', '155830.142500', '155830.602500', '155831.062500', '155831.522500', '155831.982500', '155832.442500', '155832.902500', '155833.362500', '155833.822500', '155834.282500', '155834.742500', '155835.202500', '155835.662500'], 'ContentTime': ['155212.949000', '155212.953000', '155212.955000', '155212.958000', '155212.961000', '155212.964000', '155212.967000', '155212.970000', '155212.973000', '155212.976000', '155212.979000', '155212.998000', '155213.001000', '155213.004000', '155213.007000', '155213.010000', '155213.012000', '155213.015000', '155213.018000', '155213.021000', '155213.028000', '155213.030000', '155213.033000', '155213.036000', '155213.039000', '155213.042000', '155213.045000', '155213.048000', '155213.050000', '155213.053000', '155213.056000', '155213.059000', '155213.062000', '155213.064000', '155213.067000', '155213.070000', '155232.917000', '155232.920000', '155232.923000', '155232.926000', '155232.928000', '155232.931000', '155232.934000', '155232.937000', '155232.940000', '155232.943000', '155232.945000', '155232.948000', '155232.951000', '155232.954000', '155232.957000', '155232.960000', '155232.963000', '155232.965000', '155232.968000', '155232.971000', '155232.974000', '155232.977000', '155232.979000', '155232.983000', '155232.986000', '155232.989000', '155232.992000', '155232.995000', '155232.997000', '155233.001000', '155233.004000', '155233.007000', '155233.010000', '155233.013000', '155233.015000', '155233.018000', '155233.021000', '155233.024000', '155233.027000', '155233.029000', '155233.032000', '155233.035000', '155233.038000', '155233.041000', '155252.917000', '155252.920000', '155252.923000', '155252.926000', '155252.928000', '155252.931000', '155252.934000', '155252.937000', '155252.940000', '155252.943000', '155252.945000', '155252.948000', '155252.951000', '155252.955000', '155252.958000', '155252.960000', '155252.963000', '155252.966000', '155252.969000', '155252.972000', '155252.975000', '155252.977000', '155252.980000', '155252.983000', '155252.986000', '155252.989000', '155252.992000', '155252.994000', '155252.997000', '155253.001000', '155253.004000', '155253.007000', '155253.010000', '155253.012000', '155253.015000', '155253.018000', '155253.021000', '155253.024000', '155253.026000', '155253.029000', '155253.032000', '155253.035000', '155253.038000', '155312.917000', '155312.920000', '155312.923000', '155312.926000', '155312.928000', '155312.931000', '155312.934000', '155312.937000', '155312.940000', '155312.942000', '155312.945000', '155312.948000', '155312.951000', '155312.954000', '155312.957000', '155312.959000', '155312.962000', '155312.965000', '155312.968000', '155312.971000', '155312.974000', '155312.976000', '155312.979000', '155312.982000', '155312.985000', '155312.988000', '155312.990000', '155312.993000', '155312.996000', '155313.000000', '155313.003000', '155313.005000', '155313.020000', '155313.023000', '155313.026000', '155313.029000', '155313.031000', '155313.034000', '155313.037000', '155313.040000', '155313.043000', '155313.054000', '155313.057000', '155313.060000', '155332.917000', '155332.921000', '155332.924000', '155332.927000', '155332.930000', '155332.932000', '155332.935000', '155332.938000', '155332.945000', '155332.948000', '155332.951000', '155332.953000', '155332.956000', '155332.959000', '155332.962000', '155332.965000', '155332.968000', '155332.971000', '155332.974000', '155332.977000', '155332.980000', '155332.983000', '155332.986000', '155332.989000', '155332.992000', '155332.995000', '155332.998000', '155333.001000', '155333.004000', '155333.007000', '155333.010000', '155333.013000', '155333.016000', '155333.018000', '155333.021000', '155333.024000', '155333.027000', '155333.030000', '155333.033000', '155333.036000', '155333.038000', '155333.041000', '155333.044000', '155352.917000', '155352.920000', '155352.923000', '155352.926000', '155352.928000', '155352.931000', '155352.934000', '155352.937000', '155352.940000', '155352.943000', '155352.945000', '155352.948000', '155352.951000', '155352.954000', '155352.957000', '155352.960000', '155352.962000', '155352.965000', '155352.968000', '155352.971000', '155352.974000', '155352.977000', '155352.979000', '155352.982000', '155352.985000', '155352.988000', '155352.991000', '155352.994000', '155352.996000', '155353.000000', '155353.003000', '155353.006000', '155353.009000', '155353.012000', '155353.014000', '155353.017000', '155353.020000', '155353.023000', '155353.026000', '155353.028000', '155353.031000', '155353.034000', '155353.037000', '155353.040000', '155412.917000', '155412.920000', '155412.923000', '155412.926000', '155412.928000', '155412.931000', '155412.934000', '155412.937000', '155412.940000', '155412.943000', '155412.945000', '155412.948000', '155412.951000', '155412.954000', '155412.957000', '155412.960000', '155412.962000', '155412.965000', '155412.968000', '155412.971000', '155412.974000', '155412.976000', '155412.979000', '155412.990000', '155412.993000', '155412.996000', '155413.000000', '155413.003000', '155413.006000', '155413.009000', '155413.011000', '155413.014000', '155413.017000', '155413.020000', '155413.023000', '155413.026000', '155413.029000', '155413.032000', '155413.035000', '155413.037000', '155413.040000', '155413.043000', '155413.046000', '155432.918000', '155432.921000', '155432.924000', '155432.926000', '155432.929000', '155432.932000', '155432.935000', '155432.938000', '155432.941000', '155432.944000', '155432.946000', '155432.949000', '155432.952000', '155432.955000', '155432.958000', '155432.961000', '155432.964000', '155432.966000', '155432.969000', '155432.972000', '155432.975000', '155432.978000', '155432.981000', '155432.983000', '155432.986000', '155432.989000', '155432.992000', '155432.995000', '155432.998000', '155433.001000', '155433.004000', '155433.007000', '155433.010000', '155433.012000', '155433.015000', '155433.018000', '155433.021000', '155433.024000', '155433.027000', '155433.029000', '155433.032000', '155433.035000', '155433.038000', '155433.041000', '155452.917000', '155452.920000', '155452.923000', '155452.926000', '155452.929000', '155452.931000', '155452.934000', '155452.937000', '155452.940000', '155452.943000', '155452.946000', '155452.949000', '155452.952000', '155452.954000', '155452.958000', '155452.961000', '155452.964000', '155452.967000', '155452.970000', '155452.973000', '155452.975000', '155452.978000', '155452.981000', '155452.984000', '155452.987000', '155452.990000', '155452.993000', '155453.004000', '155453.006000', '155453.010000', '155453.013000', '155453.016000', '155453.019000', '155453.022000', '155453.025000', '155453.028000', '155453.031000', '155453.033000', '155453.036000', '155453.039000', '155453.042000', '155453.045000', '155453.048000', '155512.917000', '155512.920000', '155512.923000', '155512.926000', '155512.929000', '155512.931000', '155512.934000', '155512.937000', '155512.940000', '155512.943000', '155512.946000', '155512.949000', '155512.952000', '155512.954000', '155512.957000', '155512.960000', '155512.963000', '155512.966000', '155512.968000', '155512.971000', '155512.974000', '155512.977000', '155512.980000', '155512.983000', '155512.985000', '155512.988000', '155512.991000', '155512.994000', '155512.997000', '155513.001000', '155513.003000', '155513.006000', '155513.009000', '155513.012000', '155513.015000', '155513.018000', '155513.020000', '155513.023000', '155513.026000', '155513.029000', '155513.032000', '155513.035000', '155513.037000', '155513.040000', '155532.917000', '155532.920000', '155532.923000', '155532.925000', '155532.928000', '155532.931000', '155532.934000', '155532.937000', '155532.940000', '155532.943000', '155532.945000', '155532.948000', '155532.951000', '155532.954000', '155532.957000', '155532.960000', '155532.962000', '155532.965000', '155532.968000', '155532.971000', '155532.974000', '155532.977000', '155532.979000', '155532.982000', '155532.985000', '155532.988000', '155532.991000', '155532.994000', '155532.996000', '155533.000000', '155533.003000', '155533.006000', '155533.009000', '155533.012000', '155533.015000', '155533.018000', '155533.020000', '155533.023000', '155533.026000', '155533.029000', '155533.032000', '155533.035000', '155533.038000', '155552.917000', '155552.920000', '155552.923000', '155552.926000', '155552.928000', '155552.931000', '155552.934000', '155552.937000', '155552.940000', '155552.943000', '155552.946000', '155552.948000', '155552.951000', '155552.954000', '155552.957000', '155552.960000', '155552.963000', '155552.966000', '155552.969000', '155552.972000', '155552.974000', '155552.977000', '155552.980000', '155552.983000', '155552.986000', '155552.989000', '155552.992000', '155552.994000', '155552.997000', '155553.001000', '155553.004000', '155553.007000', '155553.010000', '155553.012000', '155553.015000', '155553.018000', '155553.021000', '155553.024000', '155553.027000', '155553.030000', '155553.032000', '155553.035000', '155553.038000', '155553.041000', '155612.917000', '155612.920000', '155612.923000', '155612.926000', '155612.928000', '155612.931000', '155612.934000', '155612.937000', '155612.940000', '155612.942000', '155612.945000', '155612.948000', '155612.951000', '155612.954000', '155612.956000', '155612.959000', '155612.962000', '155612.965000', '155612.968000', '155612.970000', '155612.973000', '155612.976000', '155612.979000', '155612.982000', '155612.984000', '155612.987000', '155612.990000', '155612.993000', '155612.997000', '155613.001000', '155613.004000', '155613.006000', '155613.018000', '155613.021000', '155613.024000', '155613.026000', '155613.029000', '155613.032000', '155613.035000', '155613.038000', '155613.041000', '155613.043000', '155613.046000', '155632.917000', '155632.920000', '155632.923000', '155632.925000', '155632.928000', '155632.931000', '155632.934000', '155632.937000', '155632.939000', '155632.954000', '155632.957000', '155632.960000', '155632.963000', '155632.965000', '155632.968000', '155632.971000', '155632.974000', '155632.977000', '155632.979000', '155632.982000', '155632.985000', '155632.988000', '155632.990000', '155632.993000', '155632.996000', '155633.000000', '155633.003000', '155633.006000', '155633.009000', '155633.012000', '155633.014000', '155633.017000', '155633.020000', '155633.023000', '155633.026000', '155633.029000', '155633.032000', '155633.035000', '155633.038000', '155633.041000', '155633.043000', '155633.046000', '155633.049000', '155633.052000', '155652.918000', '155652.921000', '155652.924000', '155652.927000', '155652.930000', '155652.932000', '155652.935000', '155652.938000', '155652.941000', '155652.944000', '155652.947000', '155652.950000', '155652.952000', '155652.955000', '155652.958000', '155652.961000', '155652.964000', '155652.967000', '155652.969000', '155652.972000', '155652.975000', '155652.978000', '155652.981000', '155652.984000', '155652.986000', '155652.989000', '155652.992000', '155652.995000', '155652.998000', '155653.001000', '155653.004000', '155653.007000', '155653.010000', '155653.013000', '155653.016000', '155653.019000', '155653.021000', '155653.024000', '155653.027000', '155653.030000', '155653.033000', '155653.036000', '155653.038000', '155712.917000', '155712.920000', '155712.923000', '155712.925000', '155712.928000', '155712.931000', '155712.934000', '155712.937000', '155712.940000', '155712.943000', '155712.946000', '155712.949000', '155712.952000', '155712.954000', '155712.957000', '155712.960000', '155712.963000', '155712.966000', '155712.969000', '155712.972000', '155712.974000', '155712.977000', '155712.980000', '155712.983000', '155712.986000', '155712.989000', '155712.992000', '155712.994000', '155712.997000', '155713.001000', '155713.004000', '155713.007000', '155713.010000', '155713.012000', '155713.015000', '155713.018000', '155713.021000', '155713.024000', '155713.027000', '155713.029000', '155713.032000', '155713.035000', '155713.038000', '155713.041000', '155732.917000', '155732.920000', '155732.923000', '155732.926000', '155732.928000', '155732.931000', '155732.934000', '155732.937000', '155732.940000', '155732.942000', '155732.945000', '155732.948000', '155732.951000', '155732.954000', '155732.956000', '155732.959000', '155732.962000', '155732.965000', '155732.967000', '155732.970000', '155732.973000', '155732.976000', '155732.979000', '155732.982000', '155732.984000', '155732.987000', '155732.990000', '155732.993000', '155732.996000', '155733.000000', '155733.003000', '155733.005000', '155733.008000', '155733.011000', '155733.014000', '155733.017000', '155733.020000', '155733.022000', '155733.025000', '155733.028000', '155733.031000', '155733.034000', '155733.037000', '155752.917000', '155752.920000', '155752.923000', '155752.927000', '155752.932000', '155752.935000', '155752.938000', '155752.941000', '155752.944000', '155752.946000', '155752.949000', '155752.952000', '155752.955000', '155752.958000', '155752.961000', '155752.964000', '155752.966000', '155752.969000', '155752.972000', '155752.989000', '155752.992000', '155752.995000', '155752.998000', '155753.006000', '155753.009000', '155753.012000', '155753.015000', '155753.018000', '155753.020000', '155753.023000', '155753.026000', '155753.029000', '155753.032000', '155753.035000', '155753.037000', '155753.040000', '155753.043000', '155753.046000', '155753.049000', '155753.052000', '155753.055000', '155753.057000', '155753.060000', '155812.917000', '155812.920000', '155812.923000', '155812.926000', '155812.930000', '155812.933000', '155812.935000', '155812.938000', '155812.941000', '155812.944000', '155812.947000', '155812.949000', '155812.952000', '155812.955000', '155812.958000', '155812.961000', '155812.963000', '155812.966000', '155812.969000', '155812.972000', '155812.975000', '155812.977000', '155812.980000', '155812.983000', '155812.986000', '155812.989000', '155812.991000', '155812.994000', '155812.997000', '155813.001000', '155813.004000', '155813.007000', '155813.009000', '155813.012000', '155813.015000', '155813.018000', '155813.021000', '155813.024000', '155813.027000', '155813.029000', '155813.032000', '155813.035000', '155813.038000', '155813.041000', '155832.917000', '155832.920000', '155832.923000', '155832.926000', '155832.929000', '155832.931000', '155832.934000', '155832.937000', '155832.940000', '155832.943000', '155832.946000', '155832.949000', '155832.951000', '155832.954000', '155832.957000', '155832.960000', '155832.962000', '155832.965000', '155832.968000', '155832.971000', '155832.974000', '155832.977000', '155832.979000', '155832.982000', '155832.985000', '155832.988000', '155832.991000', '155832.993000', '155832.996000', '155832.999000', '155833.002000', '155833.005000', '155833.008000', '155833.011000', '155833.014000', '155833.017000', '155833.019000', '155833.022000', '155833.025000', '155833.028000', '155833.031000', '155833.034000', '155833.037000', '155833.039000', '155837.090000', '155837.094000', '155837.098000', '155837.102000', '155837.109000', '155837.113000', '155837.116000', '155837.119000', '155837.122000'], 'InstanceCreationTime': ['155212.949000', '155212.953000', '155212.955000', '155212.958000', '155212.961000', '155212.964000', '155212.967000', '155212.970000', '155212.973000', '155212.976000', '155212.979000', '155212.998000', '155213.001000', '155213.004000', '155213.007000', '155213.010000', '155213.012000', '155213.015000', '155213.018000', '155213.021000', '155213.028000', '155213.030000', '155213.033000', '155213.036000', '155213.039000', '155213.042000', '155213.045000', '155213.048000', '155213.050000', '155213.053000', '155213.056000', '155213.059000', '155213.062000', '155213.064000', '155213.067000', '155213.070000', '155232.917000', '155232.920000', '155232.923000', '155232.926000', '155232.928000', '155232.931000', '155232.934000', '155232.937000', '155232.940000', '155232.943000', '155232.945000', '155232.948000', '155232.951000', '155232.954000', '155232.957000', '155232.960000', '155232.963000', '155232.965000', '155232.968000', '155232.971000', '155232.974000', '155232.977000', '155232.979000', '155232.983000', '155232.986000', '155232.989000', '155232.992000', '155232.995000', '155232.997000', '155233.001000', '155233.004000', '155233.007000', '155233.010000', '155233.013000', '155233.015000', '155233.018000', '155233.021000', '155233.024000', '155233.027000', '155233.029000', '155233.032000', '155233.035000', '155233.038000', '155233.041000', '155252.917000', '155252.920000', '155252.923000', '155252.926000', '155252.928000', '155252.931000', '155252.934000', '155252.937000', '155252.940000', '155252.943000', '155252.945000', '155252.948000', '155252.951000', '155252.955000', '155252.958000', '155252.960000', '155252.963000', '155252.966000', '155252.969000', '155252.972000', '155252.975000', '155252.977000', '155252.980000', '155252.983000', '155252.986000', '155252.989000', '155252.992000', '155252.994000', '155252.997000', '155253.001000', '155253.004000', '155253.007000', '155253.010000', '155253.012000', '155253.015000', '155253.018000', '155253.021000', '155253.024000', '155253.026000', '155253.029000', '155253.032000', '155253.035000', '155253.038000', '155312.917000', '155312.920000', '155312.923000', '155312.926000', '155312.928000', '155312.931000', '155312.934000', '155312.937000', '155312.940000', '155312.942000', '155312.945000', '155312.948000', '155312.951000', '155312.954000', '155312.957000', '155312.959000', '155312.962000', '155312.965000', '155312.968000', '155312.971000', '155312.974000', '155312.976000', '155312.979000', '155312.982000', '155312.985000', '155312.988000', '155312.990000', '155312.993000', '155312.996000', '155313.000000', '155313.003000', '155313.005000', '155313.020000', '155313.023000', '155313.026000', '155313.029000', '155313.031000', '155313.034000', '155313.037000', '155313.040000', '155313.043000', '155313.054000', '155313.057000', '155313.060000', '155332.917000', '155332.921000', '155332.924000', '155332.927000', '155332.930000', '155332.932000', '155332.935000', '155332.938000', '155332.945000', '155332.948000', '155332.951000', '155332.953000', '155332.956000', '155332.959000', '155332.962000', '155332.965000', '155332.968000', '155332.971000', '155332.974000', '155332.977000', '155332.980000', '155332.983000', '155332.986000', '155332.989000', '155332.992000', '155332.995000', '155332.998000', '155333.001000', '155333.004000', '155333.007000', '155333.010000', '155333.013000', '155333.016000', '155333.018000', '155333.021000', '155333.024000', '155333.027000', '155333.030000', '155333.033000', '155333.036000', '155333.038000', '155333.041000', '155333.044000', '155352.917000', '155352.920000', '155352.923000', '155352.926000', '155352.928000', '155352.931000', '155352.934000', '155352.937000', '155352.940000', '155352.943000', '155352.945000', '155352.948000', '155352.951000', '155352.954000', '155352.957000', '155352.960000', '155352.962000', '155352.965000', '155352.968000', '155352.971000', '155352.974000', '155352.977000', '155352.979000', '155352.982000', '155352.985000', '155352.988000', '155352.991000', '155352.994000', '155352.996000', '155353.000000', '155353.003000', '155353.006000', '155353.009000', '155353.012000', '155353.014000', '155353.017000', '155353.020000', '155353.023000', '155353.026000', '155353.028000', '155353.031000', '155353.034000', '155353.037000', '155353.040000', '155412.917000', '155412.920000', '155412.923000', '155412.926000', '155412.928000', '155412.931000', '155412.934000', '155412.937000', '155412.940000', '155412.943000', '155412.945000', '155412.948000', '155412.951000', '155412.954000', '155412.957000', '155412.960000', '155412.962000', '155412.965000', '155412.968000', '155412.971000', '155412.974000', '155412.976000', '155412.979000', '155412.990000', '155412.993000', '155412.996000', '155413.000000', '155413.003000', '155413.006000', '155413.009000', '155413.011000', '155413.014000', '155413.017000', '155413.020000', '155413.023000', '155413.026000', '155413.029000', '155413.032000', '155413.035000', '155413.037000', '155413.040000', '155413.043000', '155413.046000', '155432.918000', '155432.921000', '155432.924000', '155432.926000', '155432.929000', '155432.932000', '155432.935000', '155432.938000', '155432.941000', '155432.944000', '155432.946000', '155432.949000', '155432.952000', '155432.955000', '155432.958000', '155432.961000', '155432.964000', '155432.966000', '155432.969000', '155432.972000', '155432.975000', '155432.978000', '155432.981000', '155432.983000', '155432.986000', '155432.989000', '155432.992000', '155432.995000', '155432.998000', '155433.001000', '155433.004000', '155433.007000', '155433.010000', '155433.012000', '155433.015000', '155433.018000', '155433.021000', '155433.024000', '155433.027000', '155433.029000', '155433.032000', '155433.035000', '155433.038000', '155433.041000', '155452.917000', '155452.920000', '155452.923000', '155452.926000', '155452.929000', '155452.931000', '155452.934000', '155452.937000', '155452.940000', '155452.943000', '155452.946000', '155452.949000', '155452.952000', '155452.954000', '155452.958000', '155452.961000', '155452.964000', '155452.967000', '155452.970000', '155452.973000', '155452.975000', '155452.978000', '155452.981000', '155452.984000', '155452.987000', '155452.990000', '155452.993000', '155453.004000', '155453.006000', '155453.010000', '155453.013000', '155453.016000', '155453.019000', '155453.022000', '155453.025000', '155453.028000', '155453.031000', '155453.033000', '155453.036000', '155453.039000', '155453.042000', '155453.045000', '155453.048000', '155512.917000', '155512.920000', '155512.923000', '155512.926000', '155512.929000', '155512.931000', '155512.934000', '155512.937000', '155512.940000', '155512.943000', '155512.946000', '155512.949000', '155512.952000', '155512.954000', '155512.957000', '155512.960000', '155512.963000', '155512.966000', '155512.968000', '155512.971000', '155512.974000', '155512.977000', '155512.980000', '155512.983000', '155512.985000', '155512.988000', '155512.991000', '155512.994000', '155512.997000', '155513.001000', '155513.003000', '155513.006000', '155513.009000', '155513.012000', '155513.015000', '155513.018000', '155513.020000', '155513.023000', '155513.026000', '155513.029000', '155513.032000', '155513.035000', '155513.037000', '155513.040000', '155532.917000', '155532.920000', '155532.923000', '155532.925000', '155532.928000', '155532.931000', '155532.934000', '155532.937000', '155532.940000', '155532.943000', '155532.945000', '155532.948000', '155532.951000', '155532.954000', '155532.957000', '155532.960000', '155532.962000', '155532.965000', '155532.968000', '155532.971000', '155532.974000', '155532.977000', '155532.979000', '155532.982000', '155532.985000', '155532.988000', '155532.991000', '155532.994000', '155532.996000', '155533.000000', '155533.003000', '155533.006000', '155533.009000', '155533.012000', '155533.015000', '155533.018000', '155533.020000', '155533.023000', '155533.026000', '155533.029000', '155533.032000', '155533.035000', '155533.038000', '155552.917000', '155552.920000', '155552.923000', '155552.926000', '155552.928000', '155552.931000', '155552.934000', '155552.937000', '155552.940000', '155552.943000', '155552.946000', '155552.948000', '155552.951000', '155552.954000', '155552.957000', '155552.960000', '155552.963000', '155552.966000', '155552.969000', '155552.972000', '155552.974000', '155552.977000', '155552.980000', '155552.983000', '155552.986000', '155552.989000', '155552.992000', '155552.994000', '155552.997000', '155553.001000', '155553.004000', '155553.007000', '155553.010000', '155553.012000', '155553.015000', '155553.018000', '155553.021000', '155553.024000', '155553.027000', '155553.030000', '155553.032000', '155553.035000', '155553.038000', '155553.041000', '155612.917000', '155612.920000', '155612.923000', '155612.926000', '155612.928000', '155612.931000', '155612.934000', '155612.937000', '155612.940000', '155612.942000', '155612.945000', '155612.948000', '155612.951000', '155612.954000', '155612.956000', '155612.959000', '155612.962000', '155612.965000', '155612.968000', '155612.970000', '155612.973000', '155612.976000', '155612.979000', '155612.982000', '155612.984000', '155612.987000', '155612.990000', '155612.993000', '155612.997000', '155613.001000', '155613.004000', '155613.006000', '155613.018000', '155613.021000', '155613.024000', '155613.026000', '155613.029000', '155613.032000', '155613.035000', '155613.038000', '155613.041000', '155613.043000', '155613.046000', '155632.917000', '155632.920000', '155632.923000', '155632.925000', '155632.928000', '155632.931000', '155632.934000', '155632.937000', '155632.939000', '155632.954000', '155632.957000', '155632.960000', '155632.963000', '155632.965000', '155632.968000', '155632.971000', '155632.974000', '155632.977000', '155632.979000', '155632.982000', '155632.985000', '155632.988000', '155632.990000', '155632.993000', '155632.996000', '155633.000000', '155633.003000', '155633.006000', '155633.009000', '155633.012000', '155633.014000', '155633.017000', '155633.020000', '155633.023000', '155633.026000', '155633.029000', '155633.032000', '155633.035000', '155633.038000', '155633.041000', '155633.043000', '155633.046000', '155633.049000', '155633.052000', '155652.918000', '155652.921000', '155652.924000', '155652.927000', '155652.930000', '155652.932000', '155652.935000', '155652.938000', '155652.941000', '155652.944000', '155652.947000', '155652.950000', '155652.952000', '155652.955000', '155652.958000', '155652.961000', '155652.964000', '155652.967000', '155652.969000', '155652.972000', '155652.975000', '155652.978000', '155652.981000', '155652.984000', '155652.986000', '155652.989000', '155652.992000', '155652.995000', '155652.998000', '155653.001000', '155653.004000', '155653.007000', '155653.010000', '155653.013000', '155653.016000', '155653.019000', '155653.021000', '155653.024000', '155653.027000', '155653.030000', '155653.033000', '155653.036000', '155653.038000', '155712.917000', '155712.920000', '155712.923000', '155712.925000', '155712.928000', '155712.931000', '155712.934000', '155712.937000', '155712.940000', '155712.943000', '155712.946000', '155712.949000', '155712.952000', '155712.954000', '155712.957000', '155712.960000', '155712.963000', '155712.966000', '155712.969000', '155712.972000', '155712.974000', '155712.977000', '155712.980000', '155712.983000', '155712.986000', '155712.989000', '155712.992000', '155712.994000', '155712.997000', '155713.001000', '155713.004000', '155713.007000', '155713.010000', '155713.012000', '155713.015000', '155713.018000', '155713.021000', '155713.024000', '155713.027000', '155713.029000', '155713.032000', '155713.035000', '155713.038000', '155713.041000', '155732.917000', '155732.920000', '155732.923000', '155732.926000', '155732.928000', '155732.931000', '155732.934000', '155732.937000', '155732.940000', '155732.942000', '155732.945000', '155732.948000', '155732.951000', '155732.954000', '155732.956000', '155732.959000', '155732.962000', '155732.965000', '155732.967000', '155732.970000', '155732.973000', '155732.976000', '155732.979000', '155732.982000', '155732.984000', '155732.987000', '155732.990000', '155732.993000', '155732.996000', '155733.000000', '155733.003000', '155733.005000', '155733.008000', '155733.011000', '155733.014000', '155733.017000', '155733.020000', '155733.022000', '155733.025000', '155733.028000', '155733.031000', '155733.034000', '155733.037000', '155752.917000', '155752.920000', '155752.923000', '155752.927000', '155752.932000', '155752.935000', '155752.938000', '155752.941000', '155752.944000', '155752.946000', '155752.949000', '155752.952000', '155752.955000', '155752.958000', '155752.961000', '155752.964000', '155752.966000', '155752.969000', '155752.972000', '155752.989000', '155752.992000', '155752.995000', '155752.998000', '155753.006000', '155753.009000', '155753.012000', '155753.015000', '155753.018000', '155753.020000', '155753.023000', '155753.026000', '155753.029000', '155753.032000', '155753.035000', '155753.037000', '155753.040000', '155753.043000', '155753.046000', '155753.049000', '155753.052000', '155753.055000', '155753.057000', '155753.060000', '155812.917000', '155812.920000', '155812.923000', '155812.926000', '155812.930000', '155812.933000', '155812.935000', '155812.938000', '155812.941000', '155812.944000', '155812.947000', '155812.949000', '155812.952000', '155812.955000', '155812.958000', '155812.961000', '155812.963000', '155812.966000', '155812.969000', '155812.972000', '155812.975000', '155812.977000', '155812.980000', '155812.983000', '155812.986000', '155812.989000', '155812.991000', '155812.994000', '155812.997000', '155813.001000', '155813.004000', '155813.007000', '155813.009000', '155813.012000', '155813.015000', '155813.018000', '155813.021000', '155813.024000', '155813.027000', '155813.029000', '155813.032000', '155813.035000', '155813.038000', '155813.041000', '155832.917000', '155832.920000', '155832.923000', '155832.926000', '155832.929000', '155832.931000', '155832.934000', '155832.937000', '155832.940000', '155832.943000', '155832.946000', '155832.949000', '155832.951000', '155832.954000', '155832.957000', '155832.960000', '155832.962000', '155832.965000', '155832.968000', '155832.971000', '155832.974000', '155832.977000', '155832.979000', '155832.982000', '155832.985000', '155832.988000', '155832.991000', '155832.993000', '155832.996000', '155832.999000', '155833.002000', '155833.005000', '155833.008000', '155833.011000', '155833.014000', '155833.017000', '155833.019000', '155833.022000', '155833.025000', '155833.028000', '155833.031000', '155833.034000', '155833.037000', '155833.039000', '155837.090000', '155837.094000', '155837.098000', '155837.102000', '155837.109000', '155837.113000', '155837.116000', '155837.119000', '155837.122000'], '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': [10904, 16034, 10342, 15900, 9382, 10284, 8695, 10232, 7686, 8918, 8912, 7927, 12956, 8247, 11792, 7855, 7959, 13050, 8233, 8295, 10060, 8731, 11676, 9613, 14034, 8622, 11230, 8574, 8859, 9311, 8166, 15243, 8640, 15533, 8894, 13733, 9404, 10867, 8713, 8672, 10289, 8096, 11403, 8005, 8044, 9181, 7890, 11757, 9699, 13188, 10184, 10368, 9119, 7138, 10836, 8751, 12290, 9207, 11064, 8129, 9982, 8416, 7132, 14565, 8994, 10818, 10893, 8859, 11521, 9433, 12903, 9323, 9057, 10980, 7811, 12588, 8633, 13792, 8729, 13860, 8525, 9664, 8385, 7100, 12052, 7721, 9700, 7992, 7129, 9910, 9265, 7802, 9173, 10417, 7719, 13629, 12593, 9648, 9934, 7645, 12314, 10761, 11622, 10830, 8135, 9425, 7353, 11762, 8396, 9150, 8168, 7048, 8677, 7405, 12708, 9873, 11816, 10871, 10673, 11235, 9624, 10211, 8785, 9712, 7384, 9304, 8507, 13078, 8859, 9283, 8245, 7251, 8722, 7183, 9659, 7833, 11219, 7977, 13314, 8649, 10104, 8289, 7071, 9677, 7624, 12605, 8326, 12467, 8794, 13915, 8599, 12016, 9504, 10891, 8817, 7105, 8908, 7949, 11865, 8996, 13304, 10451, 11327, 9535, 9497, 9068, 8732, 9002, 7092, 9953, 7455, 10934, 8445, 12611, 8654, 12555, 9531, 13710, 9575, 11048, 9815, 9756, 8661, 8248, 8874, 8181, 8999, 7393, 10125, 7939, 9629, 8240, 8011, 12168, 10354, 11572, 13712, 11015, 11579, 9740, 12379, 9091, 11603, 7435, 13059, 9962, 10620, 12929, 9378, 11403, 7119, 9554, 7680, 9058, 7847, 8327, 8300, 8426, 8381, 7977, 8141, 8534, 7904, 8625, 8048, 11116, 8180, 11256, 7711, 11520, 9342, 10466, 9296, 7355, 10809, 7930, 12104, 8749, 10301, 8787, 8481, 8311, 8065, 8828, 7362, 9414, 7711, 10905, 7956, 11398, 7743, 11315, 8098, 10260, 8343, 9295, 8366, 8525, 8244, 8995, 8277, 8791, 8516, 8728, 9444, 8600, 9620, 8267, 12843, 8862, 11249, 8336, 10916, 7687, 9993, 8025, 10291, 7703, 10667, 7982, 11462, 8291, 12767, 9162, 9629, 9033, 11996, 9429, 13021, 8841, 11600, 8174, 10610, 7464, 9505, 7548, 8657, 11460, 8881, 11052, 7966, 10718, 7620, 10545, 8509, 8764, 9310, 8006, 10619, 7639, 9827, 7626, 9942, 7827, 9431, 7833, 9627, 7818, 10957, 7852, 11215, 7848, 10132, 7694, 9432, 8263, 9059, 10829, 8260, 11638, 8374, 10707, 8299, 10247, 8096, 9680, 8246, 8335, 8401, 7930, 8587, 7780, 9116, 7172, 9046, 7633, 10529, 7823, 10375, 8625, 10398, 10732, 9787, 9860, 7614, 11066, 7909, 10301, 11454, 8806, 7972, 9167, 7682, 9106, 10006, 8425, 7442, 9456, 7429, 9341, 7789, 9744, 8393, 11126, 8189, 12013, 8710, 12319, 10783, 12041, 10061, 9959, 12029, 8688, 13448, 8318, 12201, 8670, 11861, 8613, 10406, 8252, 10834, 8409, 11542, 8632, 7634, 9023, 7379, 12792, 11226, 9517, 12513, 8793, 12855, 8524, 13497, 8301, 12686, 8635, 13434, 10293, 10756, 12127, 8580, 13029, 8339, 10627, 8061, 9389, 8156, 7678, 8573, 8670, 8333, 12778, 7792, 12082, 8268, 12258, 8248, 11800, 8275, 12391, 8249, 10396, 7609, 9634, 7578, 8897, 12922, 8288, 11492, 8748, 10480, 8209, 10284, 7928, 9530, 7483, 9404, 7633, 8520, 13170, 7897, 12680, 8507, 10225, 7945, 9364, 7456, 8879, 9228, 8302, 7978, 9371, 7635, 9380, 13214, 8785, 12059, 8493, 12011, 8053, 9946, 10080, 9093, 9496, 9487, 7539, 9838, 7401, 10131, 7834, 10668, 8480, 7786, 12966, 10018, 11531, 8033, 13236, 8650, 13006, 9116, 12948, 9196, 11532, 8838, 7696, 10002, 7733, 11078, 8050, 12402, 8425, 10889, 8696, 11437, 8360, 8445, 8973, 7894, 9423, 9310, 11563, 9945, 10684, 7959, 10182, 8050, 11675, 9537, 10537, 7406, 10132, 7423, 10179, 7562, 10257, 7495, 10051, 7425, 10095, 8464, 10735, 8674, 11601, 8563, 13096, 8376, 12022, 8644, 11885, 8506, 10582, 8780, 11212, 8491, 11661, 8654, 11364, 8765, 10460, 8982, 8502, 10206, 7429, 12503, 8562, 12534, 11721, 10950, 8653, 9969, 8309, 9304, 9713, 9092, 7983, 9949, 7792, 9734, 10158, 9219, 11645, 8601, 7686, 9357, 7101, 9588, 8091, 11490, 8364, 11666, 8090, 12350, 12166, 10646, 14730, 10072, 14047, 8800, 12826, 8580, 11771, 8514, 12903, 8396, 11543, 7996, 10943, 8257, 11273, 8310, 11879, 8291, 12194, 7553, 11976, 10165, 9912, 9943, 8305, 13920, 7917, 12351, 8594, 10863, 8017, 8925, 9430, 7206, 9104, 7767, 13419, 8815, 13412, 9780, 12786, 8954, 13104, 9847, 11060, 10293, 7748, 11055, 8401, 15321, 8805, 14435, 9074, 11625, 7263, 10591, 7602, 10311, 7780, 10552, 8381, 12118, 9139, 12598, 9251, 15509, 9377, 14860, 9431, 14018, 8349, 11265, 7729, 11195, 7495, 10274, 7215, 9927, 7323, 9509, 7382, 9635, 7622, 9791, 7282, 10091, 6974, 10593, 7669, 11066, 7815, 13577, 8504, 9369, 9728, 13137, 10736, 12136, 9114, 12604, 8492, 14400, 8712, 10887, 8629, 7679, 9670, 8018, 8406, 9986, 7553, 12931, 9353, 13779, 8290, 12611, 8209, 11265, 8306, 13168, 8730, 12008, 8380, 8861, 8471, 10180, 8979, 7687, 10481, 7316, 11350, 9519, 12707, 7632, 10946, 7335, 10181, 9031, 9207, 13178, 8632, 9434, 8538, 8341, 7975, 11437, 7733, 10232, 8131, 9161, 7900, 12400, 8552, 14397, 8856, 12286, 8645, 7997, 9852, 11986, 9646, 10818, 9618, 12198, 8447, 13589, 8711, 12855, 8759, 12123, 8399, 11511, 8535, 11757, 8853, 9351, 8601, 7804, 9192, 11985, 10820, 12085, 9800, 12329, 8689, 13987, 9258, 14672, 9642, 13656, 8626, 8776, 8194, 7924, 9644, 7032, 10276, 7351, 10572, 7624, 13849, 9293, 13379, 8190, 12215, 8950, 13973, 9437, 12334, 9629, 13104, 8819, 9712, 9173, 11717, 8888, 10354, 8954, 12174, 8479, 13974, 8510, 14116, 8929, 13065, 8193, 11040, 8040, 11020, 8211, 9344, 8065, 9608, 8150, 13903, 8936, 14537, 8974, 11186, 7727, 10796, 7145, 10518, 8334, 9415, 7832, 9107, 7203, 9789, 7389, 10719, 8614, 11769, 11305, 10558, 11679, 10279, 7379, 12922, 8493, 11754, 7582, 11422, 7266, 10894, 12185, 8967, 13948, 8961, 13574, 8110, 11138, 7336, 10393, 7422, 10055, 7693, 9160, 7703, 8480, 11378, 7828, 14650], 'WindowCenter': [4264.0, 4281.0, 4238.0, 4263.0, 4215.0, 4224.0, 4213.0, 4234.0, 4207.0, 4228.0, 4227.0, 4217.0, 4269.0, 4230.0, 4269.0, 4221.0, 4231.0, 4283.0, 4233.0, 4232.0, 4252.0, 4244.0, 4262.0, 4241.0, 4270.0, 4230.0, 4249.0, 4232.0, 4240.0, 4239.0, 4228.0, 4279.0, 4230.0, 4290.0, 4242.0, 4271.0, 4228.0, 4248.0, 4229.0, 4240.0, 4252.0, 4220.0, 4258.0, 4232.0, 4221.0, 4240.0, 4222.0, 4261.0, 4241.0, 4258.0, 4239.0, 4237.0, 4228.0, 4198.0, 4247.0, 4217.0, 4246.0, 4215.0, 4235.0, 4207.0, 4235.0, 4217.0, 4197.0, 4277.0, 4229.0, 4249.0, 4250.0, 4240.0, 4247.0, 4227.0, 4257.0, 4226.0, 4216.0, 4237.0, 4197.0, 4246.0, 4216.0, 4255.0, 4214.0, 4267.0, 4216.0, 4226.0, 4217.0, 4196.0, 4257.0, 4208.0, 4237.0, 4220.0, 4209.0, 4248.0, 4252.0, 4221.0, 4230.0, 4250.0, 4211.0, 4258.0, 4246.0, 4214.0, 4226.0, 4196.0, 4247.0, 4235.0, 4234.0, 4225.0, 4194.0, 4212.0, 4195.0, 4246.0, 4205.0, 4216.0, 4205.0, 4197.0, 4217.0, 4209.0, 4258.0, 4237.0, 4244.0, 4237.0, 4226.0, 4236.0, 4215.0, 4237.0, 4205.0, 4213.0, 4183.0, 4212.0, 4205.0, 4255.0, 4216.0, 4214.0, 4206.0, 4197.0, 4216.0, 4200.0, 4226.0, 4208.0, 4249.0, 4208.0, 4270.0, 4229.0, 4238.0, 4217.0, 4196.0, 4237.0, 4221.0, 4271.0, 4232.0, 4258.0, 4216.0, 4256.0, 4217.0, 4247.0, 4226.0, 4236.0, 4216.0, 4187.0, 4217.0, 4206.0, 4247.0, 4230.0, 4258.0, 4236.0, 4234.0, 4215.0, 4215.0, 4216.0, 4205.0, 4215.0, 4185.0, 4226.0, 4195.0, 4233.0, 4216.0, 4247.0, 4217.0, 4245.0, 4214.0, 4243.0, 4212.0, 4223.0, 4226.0, 4213.0, 4202.0, 4192.0, 4203.0, 4194.0, 4215.0, 4184.0, 4224.0, 4206.0, 4225.0, 4204.0, 4205.0, 4247.0, 4224.0, 4234.0, 4244.0, 4222.0, 4220.0, 4201.0, 4219.0, 4188.0, 4208.0, 4157.0, 4229.0, 4187.0, 4198.0, 4216.0, 4186.0, 4205.0, 4144.0, 4198.0, 4168.0, 4188.0, 4175.0, 4189.0, 4188.0, 4203.0, 4204.0, 4205.0, 4205.0, 4216.0, 4205.0, 4216.0, 4205.0, 4248.0, 4218.0, 4248.0, 4194.0, 4234.0, 4215.0, 4225.0, 4216.0, 4197.0, 4236.0, 4206.0, 4246.0, 4218.0, 4225.0, 4205.0, 4204.0, 4205.0, 4193.0, 4216.0, 4195.0, 4214.0, 4196.0, 4236.0, 4195.0, 4235.0, 4194.0, 4224.0, 4182.0, 4213.0, 4193.0, 4215.0, 4203.0, 4204.0, 4202.0, 4214.0, 4204.0, 4217.0, 4215.0, 4218.0, 4226.0, 4217.0, 4225.0, 4217.0, 4256.0, 4216.0, 4236.0, 4206.0, 4236.0, 4207.0, 4226.0, 4207.0, 4237.0, 4206.0, 4236.0, 4218.0, 4246.0, 4231.0, 4258.0, 4227.0, 4225.0, 4217.0, 4234.0, 4216.0, 4245.0, 4204.0, 4223.0, 4192.0, 4211.0, 4170.0, 4200.0, 4180.0, 4203.0, 4219.0, 4201.0, 4210.0, 4180.0, 4208.0, 4169.0, 4210.0, 4189.0, 4190.0, 4188.0, 4179.0, 4208.0, 4178.0, 4199.0, 4182.0, 4211.0, 4191.0, 4212.0, 4194.0, 4214.0, 4206.0, 4236.0, 4207.0, 4235.0, 4194.0, 4224.0, 4194.0, 4215.0, 4204.0, 4217.0, 4235.0, 4203.0, 4222.0, 4194.0, 4223.0, 4205.0, 4224.0, 4193.0, 4213.0, 4206.0, 4204.0, 4218.0, 4207.0, 4218.0, 4197.0, 4218.0, 4196.0, 4229.0, 4208.0, 4238.0, 4197.0, 4227.0, 4218.0, 4239.0, 4250.0, 4227.0, 4226.0, 4197.0, 4249.0, 4208.0, 4240.0, 4247.0, 4216.0, 4195.0, 4226.0, 4194.0, 4216.0, 4225.0, 4206.0, 4195.0, 4236.0, 4208.0, 4239.0, 4221.0, 4238.0, 4230.0, 4250.0, 4221.0, 4258.0, 4217.0, 4260.0, 4237.0, 4248.0, 4225.0, 4225.0, 4243.0, 4205.0, 4244.0, 4203.0, 4233.0, 4203.0, 4232.0, 4202.0, 4222.0, 4204.0, 4223.0, 4194.0, 4233.0, 4204.0, 4193.0, 4216.0, 4195.0, 4256.0, 4234.0, 4215.0, 4233.0, 4204.0, 4232.0, 4203.0, 4229.0, 4191.0, 4230.0, 4178.0, 4230.0, 4197.0, 4198.0, 4204.0, 4175.0, 4216.0, 4179.0, 4196.0, 4177.0, 4185.0, 4178.0, 4180.0, 4213.0, 4203.0, 4217.0, 4244.0, 4194.0, 4233.0, 4192.0, 4232.0, 4192.0, 4222.0, 4191.0, 4230.0, 4178.0, 4210.0, 4169.0, 4201.0, 4179.0, 4203.0, 4231.0, 4190.0, 4219.0, 4190.0, 4209.0, 4191.0, 4212.0, 4191.0, 4211.0, 4181.0, 4212.0, 4181.0, 4203.0, 4241.0, 4193.0, 4245.0, 4202.0, 4211.0, 4181.0, 4213.0, 4180.0, 4213.0, 4212.0, 4205.0, 4204.0, 4227.0, 4196.0, 4227.0, 4257.0, 4217.0, 4245.0, 4204.0, 4245.0, 4192.0, 4224.0, 4224.0, 4204.0, 4212.0, 4212.0, 4193.0, 4223.0, 4193.0, 4222.0, 4207.0, 4236.0, 4229.0, 4209.0, 4270.0, 4239.0, 4248.0, 4207.0, 4256.0, 4206.0, 4245.0, 4215.0, 4244.0, 4214.0, 4232.0, 4203.0, 4193.0, 4225.0, 4195.0, 4234.0, 4194.0, 4233.0, 4193.0, 4234.0, 4216.0, 4234.0, 4205.0, 4203.0, 4226.0, 4204.0, 4228.0, 4227.0, 4245.0, 4224.0, 4225.0, 4192.0, 4224.0, 4193.0, 4233.0, 4211.0, 4222.0, 4170.0, 4210.0, 4171.0, 4223.0, 4192.0, 4212.0, 4181.0, 4211.0, 4194.0, 4224.0, 4206.0, 4234.0, 4216.0, 4244.0, 4216.0, 4254.0, 4205.0, 4246.0, 4204.0, 4232.0, 4205.0, 4234.0, 4203.0, 4233.0, 4205.0, 4234.0, 4205.0, 4233.0, 4216.0, 4235.0, 4228.0, 4217.0, 4237.0, 4207.0, 4257.0, 4216.0, 4246.0, 4235.0, 4236.0, 4203.0, 4224.0, 4192.0, 4213.0, 4212.0, 4201.0, 4193.0, 4224.0, 4192.0, 4224.0, 4223.0, 4228.0, 4246.0, 4203.0, 4181.0, 4212.0, 4183.0, 4226.0, 4193.0, 4246.0, 4204.0, 4235.0, 4189.0, 4244.0, 4232.0, 4223.0, 4238.0, 4201.0, 4227.0, 4189.0, 4228.0, 4189.0, 4219.0, 4189.0, 4228.0, 4191.0, 4220.0, 4193.0, 4233.0, 4201.0, 4232.0, 4203.0, 4232.0, 4203.0, 4243.0, 4181.0, 4233.0, 4210.0, 4211.0, 4199.0, 4191.0, 4240.0, 4191.0, 4230.0, 4203.0, 4221.0, 4192.0, 4202.0, 4214.0, 4196.0, 4227.0, 4220.0, 4270.0, 4241.0, 4269.0, 4238.0, 4256.0, 4227.0, 4243.0, 4226.0, 4232.0, 4223.0, 4194.0, 4233.0, 4204.0, 4253.0, 4202.0, 4243.0, 4201.0, 4220.0, 4169.0, 4220.0, 4192.0, 4221.0, 4193.0, 4220.0, 4203.0, 4245.0, 4214.0, 4233.0, 4202.0, 4241.0, 4200.0, 4229.0, 4187.0, 4226.0, 4165.0, 4195.0, 4154.0, 4206.0, 4168.0, 4196.0, 4155.0, 4195.0, 4168.0, 4211.0, 4167.0, 4212.0, 4182.0, 4212.0, 4180.0, 4221.0, 4170.0, 4222.0, 4180.0, 4220.0, 4181.0, 4241.0, 4202.0, 4212.0, 4224.0, 4241.0, 4233.0, 4231.0, 4202.0, 4230.0, 4202.0, 4240.0, 4191.0, 4219.0, 4190.0, 4180.0, 4211.0, 4192.0, 4203.0, 4225.0, 4194.0, 4256.0, 4214.0, 4243.0, 4192.0, 4231.0, 4190.0, 4221.0, 4191.0, 4240.0, 4200.0, 4228.0, 4191.0, 4200.0, 4203.0, 4221.0, 4213.0, 4191.0, 4235.0, 4183.0, 4235.0, 4212.0, 4243.0, 4181.0, 4221.0, 4180.0, 4211.0, 4198.0, 4201.0, 4231.0, 4190.0, 4199.0, 4190.0, 4189.0, 4193.0, 4232.0, 4193.0, 4222.0, 4205.0, 4213.0, 4206.0, 4244.0, 4216.0, 4254.0, 4216.0, 4243.0, 4203.0, 4193.0, 4237.0, 4258.0, 4225.0, 4233.0, 4225.0, 4232.0, 4204.0, 4243.0, 4204.0, 4243.0, 4204.0, 4232.0, 4203.0, 4232.0, 4203.0, 4232.0, 4213.0, 4212.0, 4214.0, 4193.0, 4225.0, 4233.0, 4235.0, 4242.0, 4224.0, 4230.0, 4202.0, 4241.0, 4202.0, 4241.0, 4200.0, 4228.0, 4200.0, 4198.0, 4203.0, 4203.0, 4224.0, 4183.0, 4234.0, 4195.0, 4236.0, 4207.0, 4255.0, 4213.0, 4242.0, 4191.0, 4229.0, 4201.0, 4241.0, 4212.0, 4230.0, 4211.0, 4228.0, 4200.0, 4198.0, 4211.0, 4219.0, 4201.0, 4209.0, 4201.0, 4228.0, 4190.0, 4239.0, 4190.0, 4238.0, 4188.0, 4228.0, 4189.0, 4219.0, 4203.0, 4221.0, 4202.0, 4211.0, 4205.0, 4212.0, 4204.0, 4252.0, 4214.0, 4253.0, 4202.0, 4222.0, 4180.0, 4221.0, 4169.0, 4221.0, 4191.0, 4211.0, 4180.0, 4201.0, 4192.0, 4224.0, 4195.0, 4236.0, 4204.0, 4245.0, 4235.0, 4223.0, 4232.0, 4223.0, 4181.0, 4245.0, 4204.0, 4232.0, 4180.0, 4220.0, 4169.0, 4221.0, 4219.0, 4190.0, 4228.0, 4188.0, 4216.0, 4177.0, 4207.0, 4179.0, 4210.0, 4180.0, 4210.0, 4180.0, 4211.0, 4180.0, 4213.0, 4232.0, 4193.0, 4253.0], 'WindowWidth': [9428.0, 9439.0, 9375.0, 9402.0, 9337.0, 9347.0, 9333.0, 9364.0, 9333.0, 9360.0, 9360.0, 9349.0, 9417.0, 9368.0, 9421.0, 9359.0, 9373.0, 9444.0, 9379.0, 9375.0, 9402.0, 9392.0, 9414.0, 9384.0, 9419.0, 9367.0, 9392.0, 9375.0, 9381.0, 9380.0, 9365.0, 9433.0, 9368.0, 9449.0, 9387.0, 9422.0, 9362.0, 9389.0, 9363.0, 9383.0, 9401.0, 9358.0, 9403.0, 9376.0, 9359.0, 9380.0, 9360.0, 9411.0, 9385.0, 9401.0, 9378.0, 9372.0, 9360.0, 9321.0, 9385.0, 9345.0, 9379.0, 9338.0, 9364.0, 9329.0, 9366.0, 9344.0, 9320.0, 9425.0, 9363.0, 9393.0, 9396.0, 9384.0, 9385.0, 9358.0, 9395.0, 9355.0, 9340.0, 9372.0, 9318.0, 9380.0, 9339.0, 9390.0, 9336.0, 9410.0, 9343.0, 9354.0, 9343.0, 9315.0, 9397.0, 9334.0, 9372.0, 9354.0, 9340.0, 9393.0, 9404.0, 9358.0, 9366.0, 9394.0, 9346.0, 9400.0, 9383.0, 9335.0, 9352.0, 9313.0, 9383.0, 9365.0, 9359.0, 9349.0, 9306.0, 9328.0, 9312.0, 9380.0, 9327.0, 9339.0, 9326.0, 9318.0, 9347.0, 9340.0, 9402.0, 9372.0, 9377.0, 9371.0, 9351.0, 9366.0, 9337.0, 9372.0, 9325.0, 9330.0, 9291.0, 9327.0, 9325.0, 9389.0, 9340.0, 9335.0, 9326.0, 9319.0, 9343.0, 9329.0, 9356.0, 9333.0, 9391.0, 9335.0, 9421.0, 9367.0, 9374.0, 9347.0, 9317.0, 9372.0, 9358.0, 9424.0, 9373.0, 9402.0, 9342.0, 9394.0, 9343.0, 9384.0, 9355.0, 9366.0, 9341.0, 9302.0, 9342.0, 9331.0, 9384.0, 9366.0, 9400.0, 9367.0, 9359.0, 9337.0, 9336.0, 9340.0, 9324.0, 9337.0, 9297.0, 9352.0, 9312.0, 9360.0, 9343.0, 9382.0, 9344.0, 9376.0, 9332.0, 9368.0, 9328.0, 9344.0, 9352.0, 9328.0, 9315.0, 9299.0, 9317.0, 9306.0, 9336.0, 9293.0, 9350.0, 9325.0, 9350.0, 9325.0, 9325.0, 9385.0, 9347.0, 9361.0, 9372.0, 9339.0, 9333.0, 9309.0, 9330.0, 9288.0, 9312.0, 9244.0, 9343.0, 9282.0, 9298.0, 9318.0, 9279.0, 9302.0, 9222.0, 9300.0, 9262.0, 9287.0, 9267.0, 9290.0, 9291.0, 9319.0, 9322.0, 9325.0, 9324.0, 9341.0, 9325.0, 9344.0, 9327.0, 9387.0, 9347.0, 9385.0, 9308.0, 9359.0, 9336.0, 9349.0, 9339.0, 9318.0, 9368.0, 9327.0, 9379.0, 9346.0, 9349.0, 9323.0, 9322.0, 9324.0, 9306.0, 9339.0, 9311.0, 9336.0, 9314.0, 9366.0, 9310.0, 9363.0, 9307.0, 9345.0, 9286.0, 9328.0, 9304.0, 9334.0, 9318.0, 9320.0, 9315.0, 9335.0, 9322.0, 9343.0, 9341.0, 9346.0, 9354.0, 9343.0, 9351.0, 9343.0, 9396.0, 9341.0, 9365.0, 9327.0, 9366.0, 9332.0, 9354.0, 9332.0, 9370.0, 9330.0, 9369.0, 9348.0, 9383.0, 9371.0, 9400.0, 9357.0, 9352.0, 9343.0, 9360.0, 9338.0, 9376.0, 9320.0, 9342.0, 9298.0, 9323.0, 9266.0, 9307.0, 9280.0, 9316.0, 9331.0, 9310.0, 9318.0, 9279.0, 9313.0, 9262.0, 9321.0, 9290.0, 9292.0, 9286.0, 9278.0, 9313.0, 9276.0, 9305.0, 9288.0, 9325.0, 9299.0, 9328.0, 9309.0, 9333.0, 9329.0, 9366.0, 9332.0, 9365.0, 9308.0, 9347.0, 9307.0, 9338.0, 9319.0, 9345.0, 9362.0, 9318.0, 9340.0, 9305.0, 9342.0, 9325.0, 9347.0, 9306.0, 9330.0, 9327.0, 9323.0, 9346.0, 9333.0, 9347.0, 9319.0, 9349.0, 9317.0, 9363.0, 9333.0, 9371.0, 9317.0, 9356.0, 9348.0, 9379.0, 9394.0, 9357.0, 9355.0, 9316.0, 9389.0, 9334.0, 9380.0, 9383.0, 9340.0, 9309.0, 9353.0, 9309.0, 9341.0, 9352.0, 9327.0, 9313.0, 9370.0, 9336.0, 9379.0, 9358.0, 9377.0, 9369.0, 9394.0, 9356.0, 9404.0, 9346.0, 9406.0, 9371.0, 9385.0, 9350.0, 9350.0, 9371.0, 9322.0, 9372.0, 9318.0, 9355.0, 9317.0, 9353.0, 9314.0, 9339.0, 9320.0, 9343.0, 9305.0, 9357.0, 9321.0, 9306.0, 9341.0, 9311.0, 9393.0, 9360.0, 9336.0, 9356.0, 9319.0, 9353.0, 9317.0, 9347.0, 9295.0, 9345.0, 9271.0, 9347.0, 9296.0, 9296.0, 9298.0, 9263.0, 9320.0, 9276.0, 9294.0, 9273.0, 9278.0, 9276.0, 9282.0, 9333.0, 9319.0, 9345.0, 9373.0, 9308.0, 9356.0, 9302.0, 9352.0, 9300.0, 9338.0, 9296.0, 9347.0, 9273.0, 9319.0, 9263.0, 9308.0, 9277.0, 9317.0, 9352.0, 9293.0, 9329.0, 9295.0, 9317.0, 9297.0, 9326.0, 9298.0, 9324.0, 9286.0, 9328.0, 9285.0, 9319.0, 9365.0, 9305.0, 9375.0, 9315.0, 9324.0, 9283.0, 9328.0, 9282.0, 9333.0, 9328.0, 9325.0, 9322.0, 9358.0, 9314.0, 9359.0, 9399.0, 9342.0, 9377.0, 9321.0, 9376.0, 9300.0, 9347.0, 9347.0, 9318.0, 9325.0, 9328.0, 9303.0, 9345.0, 9306.0, 9344.0, 9330.0, 9368.0, 9364.0, 9339.0, 9421.0, 9376.0, 9388.0, 9331.0, 9393.0, 9326.0, 9376.0, 9336.0, 9371.0, 9332.0, 9353.0, 9317.0, 9303.0, 9352.0, 9312.0, 9362.0, 9306.0, 9356.0, 9305.0, 9361.0, 9341.0, 9362.0, 9323.0, 9319.0, 9355.0, 9324.0, 9359.0, 9358.0, 9379.0, 9347.0, 9349.0, 9300.0, 9345.0, 9305.0, 9357.0, 9322.0, 9339.0, 9266.0, 9321.0, 9270.0, 9343.0, 9303.0, 9328.0, 9284.0, 9325.0, 9309.0, 9346.0, 9327.0, 9360.0, 9341.0, 9375.0, 9340.0, 9387.0, 9324.0, 9378.0, 9319.0, 9354.0, 9323.0, 9360.0, 9320.0, 9357.0, 9325.0, 9360.0, 9323.0, 9358.0, 9341.0, 9364.0, 9359.0, 9343.0, 9372.0, 9332.0, 9398.0, 9340.0, 9382.0, 9364.0, 9367.0, 9317.0, 9345.0, 9300.0, 9330.0, 9326.0, 9314.0, 9303.0, 9347.0, 9301.0, 9348.0, 9342.0, 9358.0, 9380.0, 9319.0, 9285.0, 9327.0, 9291.0, 9353.0, 9307.0, 9379.0, 9319.0, 9362.0, 9295.0, 9373.0, 9351.0, 9341.0, 9354.0, 9307.0, 9337.0, 9289.0, 9339.0, 9289.0, 9329.0, 9292.0, 9342.0, 9298.0, 9333.0, 9305.0, 9359.0, 9314.0, 9353.0, 9318.0, 9354.0, 9318.0, 9372.0, 9285.0, 9356.0, 9320.0, 9323.0, 9304.0, 9296.0, 9359.0, 9299.0, 9348.0, 9315.0, 9337.0, 9300.0, 9311.0, 9334.0, 9315.0, 9358.0, 9356.0, 9421.0, 9385.0, 9417.0, 9375.0, 9394.0, 9359.0, 9373.0, 9350.0, 9354.0, 9344.0, 9307.0, 9357.0, 9322.0, 9383.0, 9313.0, 9370.0, 9309.0, 9332.0, 9266.0, 9334.0, 9301.0, 9338.0, 9305.0, 9339.0, 9319.0, 9376.0, 9335.0, 9356.0, 9314.0, 9362.0, 9307.0, 9342.0, 9282.0, 9333.0, 9249.0, 9289.0, 9232.0, 9305.0, 9260.0, 9294.0, 9238.0, 9293.0, 9261.0, 9324.0, 9260.0, 9329.0, 9287.0, 9326.0, 9282.0, 9338.0, 9270.0, 9340.0, 9283.0, 9334.0, 9285.0, 9365.0, 9315.0, 9328.0, 9348.0, 9367.0, 9359.0, 9352.0, 9314.0, 9348.0, 9315.0, 9359.0, 9296.0, 9332.0, 9293.0, 9280.0, 9323.0, 9303.0, 9319.0, 9351.0, 9310.0, 9394.0, 9333.0, 9370.0, 9300.0, 9349.0, 9294.0, 9338.0, 9297.0, 9362.0, 9308.0, 9342.0, 9298.0, 9311.0, 9320.0, 9339.0, 9333.0, 9301.0, 9364.0, 9292.0, 9363.0, 9329.0, 9370.0, 9283.0, 9338.0, 9281.0, 9324.0, 9304.0, 9312.0, 9348.0, 9294.0, 9304.0, 9295.0, 9291.0, 9305.0, 9354.0, 9306.0, 9342.0, 9326.0, 9333.0, 9329.0, 9376.0, 9342.0, 9389.0, 9339.0, 9371.0, 9320.0, 9305.0, 9370.0, 9402.0, 9352.0, 9359.0, 9350.0, 9353.0, 9320.0, 9372.0, 9321.0, 9369.0, 9321.0, 9353.0, 9317.0, 9354.0, 9317.0, 9357.0, 9333.0, 9329.0, 9336.0, 9305.0, 9353.0, 9359.0, 9365.0, 9368.0, 9346.0, 9349.0, 9315.0, 9364.0, 9315.0, 9364.0, 9308.0, 9340.0, 9307.0, 9305.0, 9319.0, 9321.0, 9350.0, 9295.0, 9361.0, 9312.0, 9369.0, 9331.0, 9394.0, 9331.0, 9368.0, 9297.0, 9346.0, 9311.0, 9363.0, 9329.0, 9348.0, 9322.0, 9341.0, 9307.0, 9302.0, 9323.0, 9330.0, 9310.0, 9318.0, 9312.0, 9342.0, 9294.0, 9360.0, 9294.0, 9353.0, 9289.0, 9340.0, 9292.0, 9331.0, 9319.0, 9338.0, 9317.0, 9327.0, 9324.0, 9330.0, 9323.0, 9383.0, 9337.0, 9386.0, 9314.0, 9338.0, 9283.0, 9338.0, 9265.0, 9337.0, 9300.0, 9323.0, 9281.0, 9313.0, 9302.0, 9349.0, 9313.0, 9368.0, 9321.0, 9379.0, 9363.0, 9344.0, 9353.0, 9342.0, 9285.0, 9378.0, 9320.0, 9353.0, 9282.0, 9335.0, 9265.0, 9335.0, 9330.0, 9294.0, 9341.0, 9286.0, 9320.0, 9272.0, 9310.0, 9279.0, 9322.0, 9283.0, 9322.0, 9281.0, 9325.0, 9284.0, 9334.0, 9354.0, 9307.0, 9384.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.000554908256880734</td></tr>
<tr><td colspan=3>aqi</td><td>0.0481782993119266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.023888422824356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1390182447531578</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9324726459816299</td></tr>
<tr><td colspan=3>efc</td><td>0.4374</td></tr>
<tr><td colspan=3>fber</td><td>8126.373</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09471416536402354</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.013761467889908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4826759389288893</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3874858521688105</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.704453117338995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3560888472788624</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108232</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017380477860569954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022241294384002686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9350018546182035</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>34.2803</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.7675</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309966.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>626.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.411</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.7086</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.7099</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.0014</td></tr>
<tr><td colspan=3>tsnr</td><td>32.603505478356965</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>