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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-04_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-04_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-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-04_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>dcf8894c5d9fa5f3f1462ea3accb8b02</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>09:07:10.422500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</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-04_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.0770923</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f12562c-6c15-4e9c-83fa-1374163b7fbd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['090710.422500', '090710.882500', '090711.342500', '090711.802500', '090712.262500', '090712.722500', '090713.182500', '090713.642500', '090714.102500', '090714.562500', '090715.022500', '090715.482500', '090715.942500', '090716.402500', '090716.862500', '090717.322500', '090717.782500', '090718.242500', '090718.702500', '090719.162500', '090719.622500', '090720.082500', '090720.542500', '090721.002500', '090721.462500', '090721.922500', '090722.382500', '090722.842500', '090723.302500', '090723.762500', '090724.222500', '090724.682500', '090725.142500', '090725.602500', '090726.062500', '090726.522500', '090726.982500', '090727.442500', '090727.902500', '090728.362500', '090728.822500', '090729.282500', '090729.742500', '090730.202500', '090730.662500', '090731.122500', '090731.582500', '090732.042500', '090732.502500', '090732.962500', '090733.422500', '090733.882500', '090734.342500', '090734.802500', '090735.262500', '090735.722500', '090736.182500', '090736.642500', '090737.102500', '090737.562500', '090738.022500', '090738.482500', '090738.942500', '090739.402500', '090739.862500', '090740.322500', '090740.782500', '090741.242500', '090741.702500', '090742.162500', '090742.622500', '090743.082500', '090743.542500', '090744.002500', '090744.462500', '090744.922500', '090745.382500', '090745.842500', '090746.302500', '090746.762500', '090747.222500', '090747.682500', '090748.142500', '090748.602500', '090749.062500', '090749.522500', '090749.982500', '090750.442500', '090750.902500', '090751.362500', '090751.822500', '090752.282500', '090752.742500', '090753.202500', '090753.662500', '090754.122500', '090754.582500', '090755.042500', '090755.502500', '090755.962500', '090756.422500', '090756.882500', '090757.342500', '090757.802500', '090758.262500', '090758.722500', '090759.182500', '090759.642500', '090800.102500', '090800.562500', '090801.022500', '090801.482500', '090801.942500', '090802.402500', '090802.862500', '090803.322500', '090803.782500', '090804.242500', '090804.702500', '090805.162500', '090805.622500', '090806.082500', '090806.542500', '090807.002500', '090807.462500', '090807.922500', '090808.382500', '090808.842500', '090809.302500', '090809.762500', '090810.222500', '090810.682500', '090811.142500', '090811.602500', '090812.062500', '090812.522500', '090812.982500', '090813.442500', '090813.902500', '090814.362500', '090814.822500', '090815.282500', '090815.742500', '090816.202500', '090816.662500', '090817.122500', '090817.582500', '090818.042500', '090818.502500', '090818.962500', '090819.422500', '090819.882500', '090820.342500', '090820.802500', '090821.262500', '090821.722500', '090822.182500', '090822.642500', '090823.102500', '090823.562500', '090824.022500', '090824.482500', '090824.942500', '090825.402500', '090825.862500', '090826.322500', '090826.782500', '090827.242500', '090827.702500', '090828.162500', '090828.622500', '090829.082500', '090829.542500', '090830.002500', '090830.462500', '090830.922500', '090831.382500', '090831.842500', '090832.302500', '090832.762500', '090833.222500', '090833.682500', '090834.142500', '090834.602500', '090835.062500', '090835.522500', '090835.982500', '090836.442500', '090836.902500', '090837.362500', '090837.822500', '090838.282500', '090838.742500', '090839.202500', '090839.662500', '090840.122500', '090840.582500', '090841.042500', '090841.502500', '090841.962500', '090842.422500', '090842.882500', '090843.342500', '090843.802500', '090844.262500', '090844.722500', '090845.182500', '090845.642500', '090846.102500', '090846.562500', '090847.022500', '090847.482500', '090847.942500', '090848.402500', '090848.862500', '090849.322500', '090849.782500', '090850.242500', '090850.702500', '090851.162500', '090851.622500', '090852.082500', '090852.542500', '090853.002500', '090853.462500', '090853.922500', '090854.382500', '090854.842500', '090855.302500', '090855.762500', '090856.222500', '090856.682500', '090857.142500', '090857.602500', '090858.062500', '090858.522500', '090858.982500', '090859.442500', '090859.902500', '090900.362500', '090900.822500', '090901.282500', '090901.742500', '090902.202500', '090902.662500', '090903.122500', '090903.582500', '090904.042500', '090904.502500', '090904.962500', '090905.422500', '090905.882500', '090906.342500', '090906.802500', '090907.262500', '090907.722500', '090908.182500', '090908.642500', '090909.102500', '090909.562500', '090910.022500', '090910.482500', '090910.942500', '090911.402500', '090911.862500', '090912.322500', '090912.782500', '090913.242500', '090913.702500', '090914.162500', '090914.622500', '090915.082500', '090915.542500', '090916.002500', '090916.462500', '090916.922500', '090917.382500', '090917.842500', '090918.302500', '090918.762500', '090919.222500', '090919.682500', '090920.142500', '090920.602500', '090921.062500', '090921.522500', '090921.982500', '090922.442500', '090922.902500', '090923.362500', '090923.822500', '090924.282500', '090924.742500', '090925.202500', '090925.662500', '090926.122500', '090926.582500', '090927.042500', '090927.502500', '090927.962500', '090928.422500', '090928.882500', '090929.342500', '090929.802500', '090930.262500', '090930.722500', '090931.182500', '090931.642500', '090932.102500', '090932.562500', '090933.022500', '090933.482500', '090933.942500', '090934.402500', '090934.862500', '090935.322500', '090935.782500', '090936.242500', '090936.702500', '090937.162500', '090937.622500', '090938.082500', '090938.542500', '090939.002500', '090939.462500', '090939.922500', '090940.382500', '090940.842500', '090941.302500', '090941.762500', '090942.222500', '090942.682500', '090943.142500', '090943.602500', '090944.062500', '090944.522500', '090944.982500', '090945.442500', '090945.902500', '090946.362500', '090946.822500', '090947.282500', '090947.742500', '090948.202500', '090948.662500', '090949.122500', '090949.582500', '090950.042500', '090950.502500', '090950.962500', '090951.422500', '090951.882500', '090952.342500', '090952.802500', '090953.262500', '090953.722500', '090954.182500', '090954.642500', '090955.102500', '090955.562500', '090956.022500', '090956.482500', '090956.942500', '090957.402500', '090957.862500', '090958.322500', '090958.782500', '090959.242500', '090959.702500', '091000.162500', '091000.622500', '091001.082500', '091001.542500', '091002.002500', '091002.462500', '091002.922500', '091003.382500', '091003.842500', '091004.302500', '091004.762500', '091005.222500', '091005.682500', '091006.142500', '091006.602500', '091007.062500', '091007.522500', '091007.982500', '091008.442500', '091008.902500', '091009.362500', '091009.822500', '091010.282500', '091010.742500', '091011.202500', '091011.662500', '091012.122500', '091012.582500', '091013.042500', '091013.502500', '091013.962500', '091014.422500', '091014.882500', '091015.342500', '091015.802500', '091016.262500', '091016.722500', '091017.182500', '091017.642500', '091018.102500', '091018.562500', '091019.022500', '091019.482500', '091019.942500', '091020.402500', '091020.862500', '091021.322500', '091021.782500', '091022.242500', '091022.702500', '091023.162500', '091023.622500', '091024.082500', '091024.542500', '091025.002500', '091025.462500', '091025.922500', '091026.382500', '091026.842500', '091027.302500', '091027.762500', '091028.222500', '091028.682500', '091029.142500', '091029.602500', '091030.062500', '091030.522500', '091030.982500', '091031.442500', '091031.902500', '091032.362500', '091032.822500', '091033.282500', '091033.742500', '091034.202500', '091034.662500', '091035.122500', '091035.582500', '091036.042500', '091036.502500', '091036.962500', '091037.422500', '091037.882500', '091038.342500', '091038.802500', '091039.262500', '091039.722500', '091040.182500', '091040.642500', '091041.102500', '091041.562500', '091042.022500', '091042.482500', '091042.942500', '091043.402500', '091043.862500', '091044.322500', '091044.782500', '091045.242500', '091045.702500', '091046.162500', '091046.622500', '091047.082500', '091047.542500', '091048.002500', '091048.462500', '091048.922500', '091049.382500', '091049.842500', '091050.302500', '091050.762500', '091051.222500', '091051.682500', '091052.142500', '091052.602500', '091053.062500', '091053.522500', '091053.982500', '091054.442500', '091054.902500', '091055.362500', '091055.822500', '091056.282500', '091056.742500', '091057.202500', '091057.662500', '091058.122500', '091058.582500', '091059.042500', '091059.502500', '091059.962500', '091100.422500', '091100.882500', '091101.342500', '091101.802500', '091102.262500', '091102.722500', '091103.182500', '091103.642500', '091104.102500', '091104.562500', '091105.022500', '091105.482500', '091105.942500', '091106.402500', '091106.862500', '091107.322500', '091107.782500', '091108.242500', '091108.702500', '091109.162500', '091109.622500', '091110.082500', '091110.542500', '091111.002500', '091111.462500', '091111.922500', '091112.382500', '091112.842500', '091113.302500', '091113.762500', '091114.222500', '091114.682500', '091115.142500', '091115.602500', '091116.062500', '091116.522500', '091116.982500', '091117.442500', '091117.902500', '091118.362500', '091118.822500', '091119.282500', '091119.742500', '091120.202500', '091120.662500', '091121.122500', '091121.582500', '091122.042500', '091122.502500', '091122.962500', '091123.422500', '091123.882500', '091124.342500', '091124.802500', '091125.262500', '091125.722500', '091126.182500', '091126.642500', '091127.102500', '091127.562500', '091128.022500', '091128.482500', '091128.942500', '091129.402500', '091129.862500', '091130.322500', '091130.782500', '091131.242500', '091131.702500', '091132.162500', '091132.622500', '091133.082500', '091133.542500', '091134.002500', '091134.462500', '091134.922500', '091135.382500', '091135.842500', '091136.302500', '091136.762500', '091137.222500', '091137.682500', '091138.142500', '091138.602500', '091139.062500', '091139.522500', '091139.982500', '091140.442500', '091140.902500', '091141.362500', '091141.822500', '091142.282500', '091142.742500', '091143.202500', '091143.662500', '091144.122500', '091144.582500', '091145.042500', '091145.502500', '091145.962500', '091146.422500', '091146.882500', '091147.342500', '091147.802500', '091148.262500', '091148.722500', '091149.182500', '091149.642500', '091150.102500', '091150.562500', '091151.022500', '091151.482500', '091151.942500', '091152.402500', '091152.862500', '091153.322500', '091153.782500', '091154.242500', '091154.702500', '091155.162500', '091155.622500', '091156.082500', '091156.542500', '091157.002500', '091157.462500', '091157.922500', '091158.382500', '091158.842500', '091159.302500', '091159.762500', '091200.222500', '091200.682500', '091201.142500', '091201.602500', '091202.062500', '091202.522500', '091202.982500', '091203.442500', '091203.902500', '091204.362500', '091204.822500', '091205.282500', '091205.742500', '091206.202500', '091206.662500', '091207.122500', '091207.582500', '091208.042500', '091208.502500', '091208.962500', '091209.422500', '091209.882500', '091210.342500', '091210.802500', '091211.262500', '091211.722500', '091212.182500', '091212.642500', '091213.102500', '091213.562500', '091214.022500', '091214.482500', '091214.942500', '091215.402500', '091215.862500', '091216.322500', '091216.782500', '091217.242500', '091217.702500', '091218.162500', '091218.622500', '091219.082500', '091219.542500', '091220.002500', '091220.462500', '091220.922500', '091221.382500', '091221.842500', '091222.302500', '091222.762500', '091223.222500', '091223.682500', '091224.142500', '091224.602500', '091225.062500', '091225.522500', '091225.982500', '091226.442500', '091226.902500', '091227.362500', '091227.822500', '091228.282500', '091228.742500', '091229.202500', '091229.662500', '091230.122500', '091230.582500', '091231.042500', '091231.502500', '091231.962500', '091232.422500', '091232.882500', '091233.342500', '091233.802500', '091234.262500', '091234.722500', '091235.182500', '091235.642500', '091236.102500', '091236.562500', '091237.022500', '091237.482500', '091237.942500', '091238.402500', '091238.862500', '091239.322500', '091239.782500', '091240.242500', '091240.702500', '091241.162500', '091241.622500', '091242.082500', '091242.542500', '091243.002500', '091243.462500', '091243.922500', '091244.382500', '091244.842500', '091245.302500', '091245.762500', '091246.222500', '091246.682500', '091247.142500', '091247.602500', '091248.062500', '091248.522500', '091248.982500', '091249.442500', '091249.902500', '091250.362500', '091250.822500', '091251.282500', '091251.742500', '091252.202500', '091252.662500', '091253.122500', '091253.582500', '091254.042500', '091254.502500', '091254.962500', '091255.422500', '091255.882500', '091256.342500', '091256.802500', '091257.262500', '091257.722500', '091258.182500', '091258.642500', '091259.102500', '091259.562500', '091300.022500', '091300.482500', '091300.942500', '091301.402500', '091301.862500', '091302.322500', '091302.782500', '091303.242500', '091303.702500', '091304.162500', '091304.622500', '091305.082500', '091305.542500', '091306.002500', '091306.462500', '091306.922500', '091307.382500', '091307.842500', '091308.302500', '091308.762500', '091309.222500', '091309.682500', '091310.142500', '091310.602500', '091311.062500', '091311.522500', '091311.982500', '091312.442500', '091312.902500', '091313.362500', '091313.822500', '091314.282500', '091314.742500', '091315.202500', '091315.662500', '091316.122500', '091316.582500', '091317.042500', '091317.502500', '091317.962500', '091318.422500', '091318.882500', '091319.342500', '091319.802500', '091320.262500', '091320.722500', '091321.182500', '091321.642500', '091322.102500', '091322.562500', '091323.022500', '091323.482500', '091323.942500', '091324.402500', '091324.862500', '091325.322500', '091325.782500', '091326.242500', '091326.702500', '091327.162500', '091327.622500', '091328.082500', '091328.542500', '091329.002500', '091329.462500', '091329.922500', '091330.382500', '091330.842500', '091331.302500', '091331.762500', '091332.222500', '091332.682500', '091333.142500', '091333.602500', '091334.062500', '091334.522500', '091334.982500', '091335.442500', '091335.902500', '091336.362500', '091336.822500', '091337.282500', '091337.742500', '091338.202500', '091338.662500', '091339.122500', '091339.582500', '091340.042500', '091340.502500', '091340.962500', '091341.422500', '091341.882500', '091342.342500', '091342.802500', '091343.262500', '091343.722500', '091344.182500', '091344.642500', '091345.102500', '091345.562500', '091346.022500', '091346.482500', '091346.942500', '091347.402500', '091347.862500', '091348.322500', '091348.782500', '091349.242500', '091349.702500', '091350.162500', '091350.622500', '091351.082500'], 'ContentTime': ['090738.797000', '090738.800000', '090738.803000', '090738.805000', '090738.808000', '090738.810000', '090738.813000', '090738.816000', '090738.818000', '090738.821000', '090738.823000', '090738.831000', '090738.834000', '090738.837000', '090738.839000', '090738.842000', '090738.844000', '090738.847000', '090738.850000', '090738.852000', '090738.855000', '090738.857000', '090738.860000', '090738.862000', '090738.865000', '090738.867000', '090738.870000', '090738.882000', '090738.885000', '090738.887000', '090738.890000', '090738.892000', '090738.895000', '090738.898000', '090738.900000', '090738.903000', '090738.905000', '090738.908000', '090738.910000', '090738.913000', '090738.915000', '090738.918000', '090738.920000', '090738.923000', '090738.926000', '090738.928000', '090738.931000', '090738.933000', '090738.936000', '090738.938000', '090738.941000', '090738.943000', '090738.946000', '090738.949000', '090738.955000', '090738.958000', '090738.961000', '090738.963000', '090738.966000', '090758.767000', '090758.770000', '090758.773000', '090758.776000', '090758.778000', '090758.781000', '090758.783000', '090758.786000', '090758.788000', '090758.791000', '090758.794000', '090758.796000', '090758.799000', '090758.801000', '090758.804000', '090758.806000', '090758.809000', '090758.812000', '090758.814000', '090758.817000', '090758.819000', '090758.822000', '090758.824000', '090758.827000', '090758.829000', '090758.832000', '090758.835000', '090758.837000', '090758.840000', '090758.842000', '090758.845000', '090758.847000', '090758.850000', '090758.853000', '090758.855000', '090758.858000', '090758.860000', '090758.863000', '090758.865000', '090758.868000', '090758.871000', '090758.873000', '090758.876000', '090818.767000', '090818.770000', '090818.773000', '090818.776000', '090818.778000', '090818.781000', '090818.783000', '090818.786000', '090818.788000', '090818.791000', '090818.794000', '090818.796000', '090818.799000', '090818.801000', '090818.804000', '090818.807000', '090818.809000', '090818.812000', '090818.814000', '090818.817000', '090818.819000', '090818.822000', '090818.824000', '090818.827000', '090818.830000', '090818.832000', '090818.835000', '090818.837000', '090818.840000', '090818.843000', '090818.845000', '090818.848000', '090818.850000', '090818.853000', '090818.855000', '090818.858000', '090818.860000', '090818.863000', '090818.866000', '090818.868000', '090818.871000', '090818.873000', '090818.876000', '090818.879000', '090838.767000', '090838.770000', '090838.773000', '090838.776000', '090838.778000', '090838.781000', '090838.783000', '090838.786000', '090838.789000', '090838.791000', '090838.794000', '090838.796000', '090838.799000', '090838.802000', '090838.804000', '090838.807000', '090838.809000', '090838.812000', '090838.816000', '090838.819000', '090838.821000', '090838.824000', '090838.826000', '090838.829000', '090838.832000', '090838.834000', '090838.837000', '090838.839000', '090838.842000', '090838.845000', '090838.847000', '090838.850000', '090838.853000', '090838.856000', '090838.859000', '090838.862000', '090838.864000', '090838.867000', '090838.870000', '090838.872000', '090838.875000', '090838.877000', '090838.880000', '090858.768000', '090858.770000', '090858.773000', '090858.776000', '090858.778000', '090858.781000', '090858.783000', '090858.786000', '090858.789000', '090858.791000', '090858.794000', '090858.796000', '090858.799000', '090858.802000', '090858.804000', '090858.807000', '090858.809000', '090858.812000', '090858.814000', '090858.817000', '090858.820000', '090858.822000', '090858.825000', '090858.827000', '090858.830000', '090858.832000', '090858.835000', '090858.838000', '090858.840000', '090858.843000', '090858.845000', '090858.848000', '090858.851000', '090858.853000', '090858.856000', '090858.858000', '090858.861000', '090858.863000', '090858.866000', '090858.869000', '090858.871000', '090858.874000', '090858.876000', '090858.879000', '090918.766000', '090918.769000', '090918.772000', '090918.774000', '090918.777000', '090918.780000', '090918.782000', '090918.795000', '090918.797000', '090918.800000', '090918.802000', '090918.805000', '090918.807000', '090918.810000', '090918.813000', '090918.825000', '090918.828000', '090918.830000', '090918.833000', '090918.836000', '090918.838000', '090918.841000', '090918.843000', '090918.846000', '090918.849000', '090918.851000', '090918.854000', '090918.856000', '090918.859000', '090918.861000', '090918.864000', '090918.867000', '090918.869000', '090918.872000', '090918.874000', '090918.877000', '090918.880000', '090918.882000', '090918.885000', '090918.887000', '090918.890000', '090918.892000', '090918.895000', '090938.767000', '090938.769000', '090938.772000', '090938.775000', '090938.777000', '090938.780000', '090938.782000', '090938.785000', '090938.788000', '090938.790000', '090938.793000', '090938.795000', '090938.798000', '090938.801000', '090938.803000', '090938.806000', '090938.808000', '090938.811000', '090938.814000', '090938.816000', '090938.819000', '090938.821000', '090938.824000', '090938.827000', '090938.829000', '090938.832000', '090938.834000', '090938.837000', '090938.840000', '090938.842000', '090938.845000', '090938.847000', '090938.850000', '090938.853000', '090938.855000', '090938.858000', '090938.861000', '090938.863000', '090938.866000', '090938.868000', '090938.871000', '090938.873000', '090938.876000', '090938.879000', '090958.767000', '090958.769000', '090958.772000', '090958.775000', '090958.777000', '090958.780000', '090958.782000', '090958.785000', '090958.788000', '090958.790000', '090958.793000', '090958.795000', '090958.798000', '090958.801000', '090958.803000', '090958.806000', '090958.809000', '090958.811000', '090958.814000', '090958.816000', '090958.819000', '090958.822000', '090958.824000', '090958.827000', '090958.829000', '090958.832000', '090958.834000', '090958.837000', '090958.840000', '090958.842000', '090958.845000', '090958.848000', '090958.851000', '090958.854000', '090958.857000', '090958.859000', '090958.862000', '090958.865000', '090958.868000', '090958.870000', '090958.873000', '090958.876000', '090958.878000', '091018.767000', '091018.770000', '091018.773000', '091018.776000', '091018.778000', '091018.781000', '091018.783000', '091018.786000', '091018.789000', '091018.791000', '091018.794000', '091018.796000', '091018.799000', '091018.802000', '091018.804000', '091018.807000', '091018.809000', '091018.812000', '091018.815000', '091018.817000', '091018.820000', '091018.822000', '091018.825000', '091018.828000', '091018.830000', '091018.833000', '091018.836000', '091018.838000', '091018.841000', '091018.843000', '091018.846000', '091018.848000', '091018.851000', '091018.854000', '091018.856000', '091018.859000', '091018.861000', '091018.864000', '091018.867000', '091018.869000', '091018.872000', '091018.874000', '091018.877000', '091018.880000', '091038.768000', '091038.770000', '091038.773000', '091038.776000', '091038.778000', '091038.781000', '091038.784000', '091038.786000', '091038.789000', '091038.791000', '091038.794000', '091038.797000', '091038.799000', '091038.802000', '091038.804000', '091038.807000', '091038.810000', '091038.812000', '091038.815000', '091038.817000', '091038.820000', '091038.823000', '091038.825000', '091038.828000', '091038.831000', '091038.833000', '091038.836000', '091038.838000', '091038.841000', '091038.843000', '091038.846000', '091038.848000', '091038.851000', '091038.854000', '091038.856000', '091038.859000', '091038.861000', '091038.864000', '091038.867000', '091038.869000', '091038.872000', '091038.874000', '091038.877000', '091058.768000', '091058.770000', '091058.773000', '091058.792000', '091058.794000', '091058.797000', '091058.800000', '091058.802000', '091058.805000', '091058.807000', '091058.810000', '091058.813000', '091058.815000', '091058.818000', '091058.820000', '091058.823000', '091058.825000', '091058.828000', '091058.831000', '091058.833000', '091058.836000', '091058.838000', '091058.841000', '091058.844000', '091058.846000', '091058.849000', '091058.851000', '091058.854000', '091058.856000', '091058.859000', '091058.862000', '091058.864000', '091058.867000', '091058.870000', '091058.872000', '091058.875000', '091058.877000', '091058.880000', '091058.882000', '091058.885000', '091058.887000', '091058.890000', '091058.893000', '091058.895000', '091118.768000', '091118.770000', '091118.773000', '091118.776000', '091118.778000', '091118.781000', '091118.783000', '091118.786000', '091118.789000', '091118.791000', '091118.794000', '091118.796000', '091118.799000', '091118.801000', '091118.804000', '091118.806000', '091118.809000', '091118.812000', '091118.815000', '091118.817000', '091118.820000', '091118.822000', '091118.825000', '091118.827000', '091118.830000', '091118.833000', '091118.835000', '091118.838000', '091118.840000', '091118.843000', '091118.846000', '091118.848000', '091118.851000', '091118.853000', '091118.856000', '091118.859000', '091118.861000', '091118.864000', '091118.866000', '091118.869000', '091118.871000', '091118.874000', '091118.876000', '091138.767000', '091138.770000', '091138.772000', '091138.775000', '091138.778000', '091138.780000', '091138.783000', '091138.785000', '091138.788000', '091138.790000', '091138.793000', '091138.796000', '091138.798000', '091138.801000', '091138.803000', '091138.806000', '091138.808000', '091138.811000', '091138.814000', '091138.816000', '091138.819000', '091138.821000', '091138.824000', '091138.826000', '091138.829000', '091138.832000', '091138.834000', '091138.837000', '091138.839000', '091138.842000', '091138.844000', '091138.847000', '091138.850000', '091138.852000', '091138.855000', '091138.857000', '091138.860000', '091138.862000', '091138.865000', '091138.868000', '091138.870000', '091138.873000', '091138.875000', '091158.767000', '091158.769000', '091158.772000', '091158.775000', '091158.777000', '091158.780000', '091158.782000', '091158.785000', '091158.788000', '091158.790000', '091158.793000', '091158.795000', '091158.798000', '091158.801000', '091158.803000', '091158.806000', '091158.808000', '091158.811000', '091158.814000', '091158.816000', '091158.819000', '091158.821000', '091158.824000', '091158.826000', '091158.829000', '091158.831000', '091158.834000', '091158.837000', '091158.839000', '091158.842000', '091158.844000', '091158.847000', '091158.850000', '091158.852000', '091158.855000', '091158.857000', '091158.860000', '091158.862000', '091158.865000', '091158.867000', '091158.870000', '091158.873000', '091158.875000', '091158.878000', '091218.767000', '091218.770000', '091218.772000', '091218.775000', '091218.777000', '091218.780000', '091218.783000', '091218.785000', '091218.788000', '091218.790000', '091218.793000', '091218.796000', '091218.798000', '091218.801000', '091218.813000', '091218.816000', '091218.819000', '091218.821000', '091218.824000', '091218.826000', '091218.829000', '091218.831000', '091218.834000', '091218.837000', '091218.839000', '091218.842000', '091218.844000', '091218.847000', '091218.850000', '091218.852000', '091218.855000', '091218.857000', '091218.860000', '091218.862000', '091218.865000', '091218.868000', '091218.870000', '091218.873000', '091218.875000', '091218.878000', '091218.880000', '091218.883000', '091218.886000', '091218.888000', '091238.768000', '091238.770000', '091238.773000', '091238.776000', '091238.778000', '091238.781000', '091238.783000', '091238.786000', '091238.789000', '091238.791000', '091238.794000', '091238.796000', '091238.799000', '091238.802000', '091238.804000', '091238.807000', '091238.809000', '091238.812000', '091238.815000', '091238.817000', '091238.820000', '091238.822000', '091238.825000', '091238.828000', '091238.830000', '091238.833000', '091238.835000', '091238.838000', '091238.841000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.854000', '091238.856000', '091238.859000', '091238.861000', '091238.864000', '091238.866000', '091238.869000', '091238.872000', '091238.874000', '091238.877000', '091258.768000', '091258.771000', '091258.773000', '091258.776000', '091258.778000', '091258.781000', '091258.784000', '091258.786000', '091258.789000', '091258.792000', '091258.794000', '091258.797000', '091258.799000', '091258.802000', '091258.805000', '091258.807000', '091258.810000', '091258.812000', '091258.815000', '091258.818000', '091258.820000', '091258.823000', '091258.827000', '091258.830000', '091258.832000', '091258.835000', '091258.838000', '091258.840000', '091258.843000', '091258.845000', '091258.848000', '091258.851000', '091258.853000', '091258.856000', '091258.858000', '091258.861000', '091258.863000', '091258.866000', '091258.869000', '091258.871000', '091258.874000', '091258.877000', '091258.879000', '091318.768000', '091318.771000', '091318.773000', '091318.776000', '091318.778000', '091318.781000', '091318.784000', '091318.786000', '091318.789000', '091318.791000', '091318.794000', '091318.796000', '091318.799000', '091318.802000', '091318.804000', '091318.807000', '091318.809000', '091318.812000', '091318.814000', '091318.817000', '091318.820000', '091318.822000', '091318.825000', '091318.827000', '091318.830000', '091318.832000', '091318.835000', '091318.838000', '091318.840000', '091318.843000', '091318.845000', '091318.848000', '091318.851000', '091318.853000', '091318.856000', '091318.858000', '091318.861000', '091318.863000', '091318.866000', '091318.869000', '091318.871000', '091318.874000', '091318.876000', '091318.879000', '091338.767000', '091338.770000', '091338.773000', '091338.776000', '091338.778000', '091338.781000', '091338.783000', '091338.786000', '091338.789000', '091338.791000', '091338.794000', '091338.797000', '091338.799000', '091338.802000', '091338.805000', '091338.807000', '091338.810000', '091338.812000', '091338.815000', '091338.818000', '091338.820000', '091338.823000', '091338.825000', '091338.828000', '091338.831000', '091338.833000', '091338.836000', '091338.838000', '091338.841000', '091338.844000', '091338.846000', '091338.849000', '091338.851000', '091338.854000', '091338.857000', '091338.859000', '091338.862000', '091338.864000', '091338.867000', '091338.880000', '091338.883000', '091338.886000', '091338.888000', '091338.891000', '091352.494000', '091352.497000', '091352.500000', '091352.502000', '091352.505000', '091352.513000', '091352.516000', '091352.519000', '091352.521000', '091352.524000', '091352.527000', '091352.530000', '091352.533000', '091352.536000', '091352.538000', '091352.541000', '091352.544000', '091352.547000', '091352.549000', '091352.552000', '091352.555000', '091352.558000', '091352.561000', '091352.564000', '091352.566000', '091352.569000', '091352.572000', '091352.574000', '091352.577000', '091352.580000'], 'InstanceCreationTime': ['090738.797000', '090738.800000', '090738.803000', '090738.805000', '090738.808000', '090738.810000', '090738.813000', '090738.816000', '090738.818000', '090738.821000', '090738.823000', '090738.831000', '090738.834000', '090738.837000', '090738.839000', '090738.842000', '090738.844000', '090738.847000', '090738.850000', '090738.852000', '090738.855000', '090738.857000', '090738.860000', '090738.862000', '090738.865000', '090738.867000', '090738.870000', '090738.882000', '090738.885000', '090738.887000', '090738.890000', '090738.892000', '090738.895000', '090738.898000', '090738.900000', '090738.903000', '090738.905000', '090738.908000', '090738.910000', '090738.913000', '090738.915000', '090738.918000', '090738.920000', '090738.923000', '090738.926000', '090738.928000', '090738.931000', '090738.933000', '090738.936000', '090738.938000', '090738.941000', '090738.943000', '090738.946000', '090738.949000', '090738.955000', '090738.958000', '090738.961000', '090738.963000', '090738.966000', '090758.767000', '090758.770000', '090758.773000', '090758.776000', '090758.778000', '090758.781000', '090758.783000', '090758.786000', '090758.788000', '090758.791000', '090758.794000', '090758.796000', '090758.799000', '090758.801000', '090758.804000', '090758.806000', '090758.809000', '090758.812000', '090758.814000', '090758.817000', '090758.819000', '090758.822000', '090758.824000', '090758.827000', '090758.829000', '090758.832000', '090758.835000', '090758.837000', '090758.840000', '090758.842000', '090758.845000', '090758.847000', '090758.850000', '090758.853000', '090758.855000', '090758.858000', '090758.860000', '090758.863000', '090758.865000', '090758.868000', '090758.871000', '090758.873000', '090758.876000', '090818.767000', '090818.770000', '090818.773000', '090818.776000', '090818.778000', '090818.781000', '090818.783000', '090818.786000', '090818.788000', '090818.791000', '090818.794000', '090818.796000', '090818.799000', '090818.801000', '090818.804000', '090818.807000', '090818.809000', '090818.812000', '090818.814000', '090818.817000', '090818.819000', '090818.822000', '090818.824000', '090818.827000', '090818.830000', '090818.832000', '090818.835000', '090818.837000', '090818.840000', '090818.843000', '090818.845000', '090818.848000', '090818.850000', '090818.853000', '090818.855000', '090818.858000', '090818.860000', '090818.863000', '090818.866000', '090818.868000', '090818.871000', '090818.873000', '090818.876000', '090818.879000', '090838.767000', '090838.770000', '090838.773000', '090838.776000', '090838.778000', '090838.781000', '090838.783000', '090838.786000', '090838.789000', '090838.791000', '090838.794000', '090838.796000', '090838.799000', '090838.802000', '090838.804000', '090838.807000', '090838.809000', '090838.812000', '090838.816000', '090838.819000', '090838.821000', '090838.824000', '090838.826000', '090838.829000', '090838.832000', '090838.834000', '090838.837000', '090838.839000', '090838.842000', '090838.845000', '090838.847000', '090838.850000', '090838.853000', '090838.856000', '090838.859000', '090838.862000', '090838.864000', '090838.867000', '090838.870000', '090838.872000', '090838.875000', '090838.877000', '090838.880000', '090858.768000', '090858.770000', '090858.773000', '090858.776000', '090858.778000', '090858.781000', '090858.783000', '090858.786000', '090858.789000', '090858.791000', '090858.794000', '090858.796000', '090858.799000', '090858.802000', '090858.804000', '090858.807000', '090858.809000', '090858.812000', '090858.814000', '090858.817000', '090858.820000', '090858.822000', '090858.825000', '090858.827000', '090858.830000', '090858.832000', '090858.835000', '090858.838000', '090858.840000', '090858.843000', '090858.845000', '090858.848000', '090858.851000', '090858.853000', '090858.856000', '090858.858000', '090858.861000', '090858.863000', '090858.866000', '090858.869000', '090858.871000', '090858.874000', '090858.876000', '090858.879000', '090918.766000', '090918.769000', '090918.772000', '090918.774000', '090918.777000', '090918.780000', '090918.782000', '090918.795000', '090918.797000', '090918.800000', '090918.802000', '090918.805000', '090918.807000', '090918.810000', '090918.813000', '090918.825000', '090918.828000', '090918.830000', '090918.833000', '090918.836000', '090918.838000', '090918.841000', '090918.843000', '090918.846000', '090918.849000', '090918.851000', '090918.854000', '090918.856000', '090918.859000', '090918.861000', '090918.864000', '090918.867000', '090918.869000', '090918.872000', '090918.874000', '090918.877000', '090918.880000', '090918.882000', '090918.885000', '090918.887000', '090918.890000', '090918.892000', '090918.895000', '090938.767000', '090938.769000', '090938.772000', '090938.775000', '090938.777000', '090938.780000', '090938.782000', '090938.785000', '090938.788000', '090938.790000', '090938.793000', '090938.795000', '090938.798000', '090938.801000', '090938.803000', '090938.806000', '090938.808000', '090938.811000', '090938.814000', '090938.816000', '090938.819000', '090938.821000', '090938.824000', '090938.827000', '090938.829000', '090938.832000', '090938.834000', '090938.837000', '090938.840000', '090938.842000', '090938.845000', '090938.847000', '090938.850000', '090938.853000', '090938.855000', '090938.858000', '090938.861000', '090938.863000', '090938.866000', '090938.868000', '090938.871000', '090938.873000', '090938.876000', '090938.879000', '090958.767000', '090958.769000', '090958.772000', '090958.775000', '090958.777000', '090958.780000', '090958.782000', '090958.785000', '090958.788000', '090958.790000', '090958.793000', '090958.795000', '090958.798000', '090958.801000', '090958.803000', '090958.806000', '090958.809000', '090958.811000', '090958.814000', '090958.816000', '090958.819000', '090958.822000', '090958.824000', '090958.827000', '090958.829000', '090958.832000', '090958.834000', '090958.837000', '090958.840000', '090958.842000', '090958.845000', '090958.848000', '090958.851000', '090958.854000', '090958.857000', '090958.859000', '090958.862000', '090958.865000', '090958.868000', '090958.870000', '090958.873000', '090958.876000', '090958.878000', '091018.767000', '091018.770000', '091018.773000', '091018.776000', '091018.778000', '091018.781000', '091018.783000', '091018.786000', '091018.789000', '091018.791000', '091018.794000', '091018.796000', '091018.799000', '091018.802000', '091018.804000', '091018.807000', '091018.809000', '091018.812000', '091018.815000', '091018.817000', '091018.820000', '091018.822000', '091018.825000', '091018.828000', '091018.830000', '091018.833000', '091018.836000', '091018.838000', '091018.841000', '091018.843000', '091018.846000', '091018.848000', '091018.851000', '091018.854000', '091018.856000', '091018.859000', '091018.861000', '091018.864000', '091018.867000', '091018.869000', '091018.872000', '091018.874000', '091018.877000', '091018.880000', '091038.768000', '091038.770000', '091038.773000', '091038.776000', '091038.778000', '091038.781000', '091038.784000', '091038.786000', '091038.789000', '091038.791000', '091038.794000', '091038.797000', '091038.799000', '091038.802000', '091038.804000', '091038.807000', '091038.810000', '091038.812000', '091038.815000', '091038.817000', '091038.820000', '091038.823000', '091038.825000', '091038.828000', '091038.831000', '091038.833000', '091038.836000', '091038.838000', '091038.841000', '091038.843000', '091038.846000', '091038.848000', '091038.851000', '091038.854000', '091038.856000', '091038.859000', '091038.861000', '091038.864000', '091038.867000', '091038.869000', '091038.872000', '091038.874000', '091038.877000', '091058.768000', '091058.770000', '091058.773000', '091058.792000', '091058.794000', '091058.797000', '091058.800000', '091058.802000', '091058.805000', '091058.807000', '091058.810000', '091058.813000', '091058.815000', '091058.818000', '091058.820000', '091058.823000', '091058.825000', '091058.828000', '091058.831000', '091058.833000', '091058.836000', '091058.838000', '091058.841000', '091058.844000', '091058.846000', '091058.849000', '091058.851000', '091058.854000', '091058.856000', '091058.859000', '091058.862000', '091058.864000', '091058.867000', '091058.870000', '091058.872000', '091058.875000', '091058.877000', '091058.880000', '091058.882000', '091058.885000', '091058.887000', '091058.890000', '091058.893000', '091058.895000', '091118.768000', '091118.770000', '091118.773000', '091118.776000', '091118.778000', '091118.781000', '091118.783000', '091118.786000', '091118.789000', '091118.791000', '091118.794000', '091118.796000', '091118.799000', '091118.801000', '091118.804000', '091118.806000', '091118.809000', '091118.812000', '091118.815000', '091118.817000', '091118.820000', '091118.822000', '091118.825000', '091118.827000', '091118.830000', '091118.833000', '091118.835000', '091118.838000', '091118.840000', '091118.843000', '091118.846000', '091118.848000', '091118.851000', '091118.853000', '091118.856000', '091118.859000', '091118.861000', '091118.864000', '091118.866000', '091118.869000', '091118.871000', '091118.874000', '091118.876000', '091138.767000', '091138.770000', '091138.772000', '091138.775000', '091138.778000', '091138.780000', '091138.783000', '091138.785000', '091138.788000', '091138.790000', '091138.793000', '091138.796000', '091138.798000', '091138.801000', '091138.803000', '091138.806000', '091138.808000', '091138.811000', '091138.814000', '091138.816000', '091138.819000', '091138.821000', '091138.824000', '091138.826000', '091138.829000', '091138.832000', '091138.834000', '091138.837000', '091138.839000', '091138.842000', '091138.844000', '091138.847000', '091138.850000', '091138.852000', '091138.855000', '091138.857000', '091138.860000', '091138.862000', '091138.865000', '091138.868000', '091138.870000', '091138.873000', '091138.875000', '091158.767000', '091158.769000', '091158.772000', '091158.775000', '091158.777000', '091158.780000', '091158.782000', '091158.785000', '091158.788000', '091158.790000', '091158.793000', '091158.795000', '091158.798000', '091158.801000', '091158.803000', '091158.806000', '091158.808000', '091158.811000', '091158.814000', '091158.816000', '091158.819000', '091158.821000', '091158.824000', '091158.826000', '091158.829000', '091158.831000', '091158.834000', '091158.837000', '091158.839000', '091158.842000', '091158.844000', '091158.847000', '091158.850000', '091158.852000', '091158.855000', '091158.857000', '091158.860000', '091158.862000', '091158.865000', '091158.867000', '091158.870000', '091158.873000', '091158.875000', '091158.878000', '091218.767000', '091218.770000', '091218.772000', '091218.775000', '091218.777000', '091218.780000', '091218.783000', '091218.785000', '091218.788000', '091218.790000', '091218.793000', '091218.796000', '091218.798000', '091218.801000', '091218.813000', '091218.816000', '091218.819000', '091218.821000', '091218.824000', '091218.826000', '091218.829000', '091218.831000', '091218.834000', '091218.837000', '091218.839000', '091218.842000', '091218.844000', '091218.847000', '091218.850000', '091218.852000', '091218.855000', '091218.857000', '091218.860000', '091218.862000', '091218.865000', '091218.868000', '091218.870000', '091218.873000', '091218.875000', '091218.878000', '091218.880000', '091218.883000', '091218.886000', '091218.888000', '091238.768000', '091238.770000', '091238.773000', '091238.776000', '091238.778000', '091238.781000', '091238.783000', '091238.786000', '091238.789000', '091238.791000', '091238.794000', '091238.796000', '091238.799000', '091238.802000', '091238.804000', '091238.807000', '091238.809000', '091238.812000', '091238.815000', '091238.817000', '091238.820000', '091238.822000', '091238.825000', '091238.828000', '091238.830000', '091238.833000', '091238.835000', '091238.838000', '091238.841000', '091238.843000', '091238.846000', '091238.848000', '091238.851000', '091238.854000', '091238.856000', '091238.859000', '091238.861000', '091238.864000', '091238.866000', '091238.869000', '091238.872000', '091238.874000', '091238.877000', '091258.768000', '091258.771000', '091258.773000', '091258.776000', '091258.778000', '091258.781000', '091258.784000', '091258.786000', '091258.789000', '091258.792000', '091258.794000', '091258.797000', '091258.799000', '091258.802000', '091258.805000', '091258.807000', '091258.810000', '091258.812000', '091258.815000', '091258.818000', '091258.820000', '091258.823000', '091258.827000', '091258.830000', '091258.832000', '091258.835000', '091258.838000', '091258.840000', '091258.843000', '091258.845000', '091258.848000', '091258.851000', '091258.853000', '091258.856000', '091258.858000', '091258.861000', '091258.863000', '091258.866000', '091258.869000', '091258.871000', '091258.874000', '091258.877000', '091258.879000', '091318.768000', '091318.771000', '091318.773000', '091318.776000', '091318.778000', '091318.781000', '091318.784000', '091318.786000', '091318.789000', '091318.791000', '091318.794000', '091318.796000', '091318.799000', '091318.802000', '091318.804000', '091318.807000', '091318.809000', '091318.812000', '091318.814000', '091318.817000', '091318.820000', '091318.822000', '091318.825000', '091318.827000', '091318.830000', '091318.832000', '091318.835000', '091318.838000', '091318.840000', '091318.843000', '091318.845000', '091318.848000', '091318.851000', '091318.853000', '091318.856000', '091318.858000', '091318.861000', '091318.863000', '091318.866000', '091318.869000', '091318.871000', '091318.874000', '091318.876000', '091318.879000', '091338.767000', '091338.770000', '091338.773000', '091338.776000', '091338.778000', '091338.781000', '091338.783000', '091338.786000', '091338.789000', '091338.791000', '091338.794000', '091338.797000', '091338.799000', '091338.802000', '091338.805000', '091338.807000', '091338.810000', '091338.812000', '091338.815000', '091338.818000', '091338.820000', '091338.823000', '091338.825000', '091338.828000', '091338.831000', '091338.833000', '091338.836000', '091338.838000', '091338.841000', '091338.844000', '091338.846000', '091338.849000', '091338.851000', '091338.854000', '091338.857000', '091338.859000', '091338.862000', '091338.864000', '091338.867000', '091338.880000', '091338.883000', '091338.886000', '091338.888000', '091338.891000', '091352.494000', '091352.497000', '091352.500000', '091352.502000', '091352.505000', '091352.513000', '091352.516000', '091352.519000', '091352.521000', '091352.524000', '091352.527000', '091352.530000', '091352.533000', '091352.536000', '091352.538000', '091352.541000', '091352.544000', '091352.547000', '091352.549000', '091352.552000', '091352.555000', '091352.558000', '091352.561000', '091352.564000', '091352.566000', '091352.569000', '091352.572000', '091352.574000', '091352.577000', '091352.580000'], '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': [10444, 15742, 9357, 16217, 10401, 16820, 11712, 17067, 11246, 16494, 11990, 13248, 9239, 7266, 12070, 8318, 13947, 9141, 14852, 10715, 10795, 10891, 8032, 11483, 9202, 7278, 13759, 9899, 14466, 15300, 11932, 11381, 8257, 14528, 10073, 7397, 10915, 8251, 7069, 8711, 9073, 8237, 9670, 12569, 8619, 16015, 13785, 15412, 13027, 8162, 19197, 13956, 10957, 13028, 9825, 8601, 7214, 13003, 9224, 13256, 10504, 14703, 11700, 18685, 13820, 20207, 14701, 19793, 12766, 16109, 10467, 14652, 9225, 13452, 8512, 11573, 8523, 10578, 8229, 10411, 7630, 9718, 8202, 9978, 7439, 9727, 8386, 11282, 7803, 9739, 9825, 9428, 8117, 9327, 12667, 9312, 11512, 9228, 10361, 9419, 12331, 8953, 13818, 10323, 12919, 8805, 7353, 10123, 8183, 9813, 9599, 8064, 14397, 11186, 8015, 17298, 13089, 8684, 19707, 16166, 20822, 13390, 17535, 9699, 14556, 9412, 13729, 9433, 13386, 9695, 10320, 9763, 7406, 10466, 8149, 11838, 8949, 8109, 9150, 8227, 10709, 8698, 7069, 10881, 8101, 11663, 8948, 9125, 8810, 13834, 10352, 7994, 10257, 7059, 11098, 8819, 12663, 8704, 10272, 9992, 7365, 13709, 8835, 11020, 13052, 11528, 19802, 15310, 20435, 15663, 12639, 19541, 13690, 20715, 17230, 20953, 16497, 19002, 12709, 19665, 14487, 14162, 8742, 6825, 10494, 8584, 8634, 9641, 7197, 11580, 7789, 10997, 7849, 11169, 7993, 9669, 7249, 10740, 8226, 11674, 8936, 10886, 8655, 8372, 10176, 7456, 11330, 8701, 12817, 8906, 16218, 10801, 12466, 9114, 7119, 11782, 8666, 13702, 9083, 16548, 10230, 7016, 10706, 7386, 12602, 8473, 17542, 10294, 16650, 8808, 11225, 8541, 7040, 14682, 7684, 6732, 9901, 7893, 8243, 9594, 7169, 16667, 11439, 12331, 10584, 7155, 17233, 8649, 10168, 10172, 8788, 14261, 8008, 12977, 8476, 11812, 9097, 13019, 8695, 12143, 8455, 8414, 8874, 7543, 9203, 8961, 9054, 6910, 10659, 7193, 11985, 8235, 12561, 8562, 13071, 8670, 9353, 9137, 8364, 11622, 8336, 16720, 13622, 19118, 12749, 13577, 8870, 7430, 10699, 18373, 12690, 9957, 9697, 6689, 11764, 8500, 7784, 10864, 8071, 16729, 12434, 17598, 11079, 14832, 9495, 19456, 12456, 17239, 13595, 11828, 8825, 6813, 10080, 7124, 11573, 8191, 12311, 8751, 7112, 9949, 7779, 11814, 8661, 9675, 8880, 7007, 12315, 8284, 13581, 8859, 16200, 12043, 13704, 9250, 6788, 10144, 7639, 11525, 8449, 13105, 8853, 7668, 9721, 7204, 11590, 8539, 14188, 9056, 15631, 9773, 9550, 9116, 7255, 11225, 8126, 12685, 9141, 14840, 8516, 7226, 10429, 7810, 13823, 8810, 15414, 9838, 8248, 10041, 7314, 12467, 7819, 15668, 9715, 16462, 8512, 12700, 9003, 13052, 8697, 9769, 10075, 7759, 11810, 8864, 14702, 9057, 15736, 10442, 15914, 9937, 12439, 8721, 8599, 9709, 11968, 10075, 7570, 11533, 8574, 11826, 9034, 12992, 9335, 10112, 9534, 7158, 11238, 8093, 13262, 8901, 16031, 8784, 15977, 8693, 14748, 9075, 15508, 11493, 15659, 10521, 14696, 8568, 11972, 8785, 9187, 9012, 7037, 10822, 8403, 11373, 8906, 13779, 8886, 16384, 12463, 12228, 8597, 8628, 9487, 7563, 9927, 15923, 9078, 10393, 9879, 7061, 11226, 7947, 11599, 7985, 13840, 8310, 14341, 8640, 11912, 9173, 13321, 9016, 13108, 8970, 11099, 8423, 7195, 9264, 7185, 11041, 8624, 14315, 10302, 15171, 10137, 11393, 9616, 7471, 11427, 7615, 13274, 9747, 17077, 9287, 13981, 8803, 10718, 10906, 7906, 14661, 9831, 7635, 12101, 8381, 16035, 12233, 17946, 12662, 16506, 8924, 13789, 9178, 17075, 11819, 17090, 12669, 15740, 9071, 12009, 8886, 10956, 9956, 8513, 11419, 7822, 12115, 8600, 12065, 8545, 16375, 12477, 15945, 11068, 13388, 8571, 12760, 9282, 14922, 9172, 14563, 8796, 12858, 8549, 11598, 8574, 13485, 9718, 9266, 9010, 7061, 10790, 8174, 11056, 10702, 10827, 7682, 11778, 8454, 12456, 8700, 12591, 12941, 11220, 8151, 10798, 7442, 11321, 7662, 11975, 8465, 12573, 9881, 10395, 8538, 6893, 11602, 7787, 12680, 10009, 14371, 9026, 12248, 8994, 17166, 12023, 18062, 12411, 11623, 9168, 7988, 10725, 9468, 11426, 8272, 14438, 8690, 8173, 9963, 7466, 11386, 8688, 8067, 10964, 8322, 15318, 9698, 14732, 12738, 17325, 14571, 11126, 10898, 7567, 12234, 8633, 15647, 10226, 13702, 9302, 7321, 11122, 7676, 11619, 8175, 15175, 8760, 13454, 8840, 12983, 9044, 12755, 8836, 13267, 8863, 12052, 8377, 9551, 8760, 14158, 9247, 14271, 11392, 10817, 8861, 6847, 10776, 7828, 13392, 8590, 14242, 8851, 15330, 9431, 15248, 8923, 10890, 7512, 10890, 7414, 10973, 8293, 12046, 8842, 9395, 9079, 7104, 11517, 9018, 14217, 7990, 12130, 8445, 12487, 8975, 10064, 9487, 9593, 7335, 10589, 7667, 9721, 15890, 8762, 12050, 8865, 7330, 10414, 7564, 11932, 7950, 11703, 7927, 12503, 8522, 12869, 8884, 14109, 10079, 13525, 10606, 7267, 11552, 7935, 14856, 11276, 17317, 13814, 17761, 10713, 14306, 10657, 18453, 15704, 16544, 14132, 14477, 8998, 8823, 9515, 9185, 10155, 15043, 10475, 12964, 10654, 7725, 11810, 8620, 13442, 9134, 13617, 10931, 12695, 12137, 9865, 7633, 9645, 7916, 9621, 12265, 9859, 7255, 11038, 7584, 11823, 7891, 10880, 16670, 11417, 14803, 9488, 7834, 9621, 7303, 10519, 10284, 10775, 7714, 11929, 8511, 12732, 8962, 13269, 9310, 14885, 11034, 14945, 8595, 8539, 9749, 11096, 10482, 15096, 11846, 8252, 11215, 7396, 11662, 10098, 10860, 13368, 12960, 7778, 12754, 8862, 13490, 9468, 15140, 11934, 15403, 9508, 8372, 10300, 11989, 10584, 18407, 12927, 15775, 10910, 7597, 11829, 8397, 12485, 8871, 8958, 11278, 7899, 13058, 8604, 13340, 8576, 14556, 9452, 14098, 8371, 12521, 8870, 13241, 9456, 13831, 9434, 10867, 9309, 7489, 11231, 7500, 12209, 10157, 15563, 9411, 14392, 9026, 12826, 8814, 13992, 10245, 11855, 9800, 7236, 11455, 7555, 12527, 8529, 11915, 8031, 14166, 8509, 12966, 9147, 13877, 9306, 13540, 10343, 12701, 9466, 7351, 9964, 8230, 10912, 8787, 8096, 9678, 7127, 11134, 8392, 15020, 10418, 11923, 10178, 10116, 12543, 17531, 12842, 10330, 11920, 8176, 12666, 9896, 13834, 9538, 15166, 11917, 10422, 9644, 7458, 11492], 'WindowCenter': [4428.0, 4455.0, 4392.0, 4440.0, 4398.0, 4427.0, 4397.0, 4425.0, 4396.0, 4414.0, 4395.0, 4402.0, 4363.0, 4342.0, 4393.0, 4363.0, 4412.0, 4373.0, 4415.0, 4386.0, 4400.0, 4395.0, 4366.0, 4407.0, 4386.0, 4357.0, 4430.0, 4399.0, 4444.0, 4457.0, 4419.0, 4408.0, 4367.0, 4442.0, 4401.0, 4387.0, 4426.0, 4382.0, 4350.0, 4366.0, 4367.0, 4368.0, 4404.0, 4410.0, 4368.0, 4442.0, 4433.0, 4429.0, 4410.0, 4378.0, 4438.0, 4431.0, 4395.0, 4402.0, 4381.0, 4362.0, 4354.0, 4443.0, 4388.0, 4416.0, 4397.0, 4417.0, 4404.0, 4425.0, 4414.0, 4436.0, 4403.0, 4421.0, 4390.0, 4411.0, 4381.0, 4400.0, 4359.0, 4389.0, 4349.0, 4378.0, 4350.0, 4369.0, 4349.0, 4382.0, 4341.0, 4384.0, 4364.0, 4382.0, 4341.0, 4370.0, 4362.0, 4393.0, 4353.0, 4384.0, 4382.0, 4374.0, 4353.0, 4375.0, 4403.0, 4374.0, 4394.0, 4375.0, 4384.0, 4385.0, 4430.0, 4391.0, 4429.0, 4387.0, 4405.0, 4390.0, 4357.0, 4385.0, 4381.0, 4401.0, 4401.0, 4369.0, 4430.0, 4410.0, 4369.0, 4452.0, 4429.0, 4377.0, 4449.0, 4427.0, 4438.0, 4402.0, 4425.0, 4372.0, 4416.0, 4375.0, 4404.0, 4373.0, 4402.0, 4372.0, 4383.0, 4384.0, 4355.0, 4397.0, 4364.0, 4404.0, 4376.0, 4377.0, 4398.0, 4378.0, 4407.0, 4387.0, 4371.0, 4420.0, 4389.0, 4421.0, 4402.0, 4401.0, 4413.0, 4441.0, 4411.0, 4393.0, 4422.0, 4370.0, 4423.0, 4402.0, 4432.0, 4431.0, 4425.0, 4412.0, 4382.0, 4444.0, 4403.0, 4421.0, 4443.0, 4421.0, 4463.0, 4442.0, 4451.0, 4429.0, 4405.0, 4437.0, 4427.0, 4435.0, 4424.0, 4422.0, 4410.0, 4421.0, 4403.0, 4421.0, 4397.0, 4386.0, 4345.0, 4326.0, 4380.0, 4360.0, 4360.0, 4380.0, 4339.0, 4390.0, 4350.0, 4381.0, 4349.0, 4391.0, 4362.0, 4384.0, 4352.0, 4390.0, 4363.0, 4402.0, 4384.0, 4404.0, 4375.0, 4374.0, 4395.0, 4356.0, 4417.0, 4399.0, 4416.0, 4398.0, 4438.0, 4407.0, 4414.0, 4385.0, 4356.0, 4416.0, 4387.0, 4427.0, 4386.0, 4437.0, 4396.0, 4355.0, 4395.0, 4368.0, 4429.0, 4375.0, 4434.0, 4395.0, 4435.0, 4386.0, 4421.0, 4401.0, 4357.0, 4438.0, 4366.0, 4346.0, 4384.0, 4365.0, 4375.0, 4396.0, 4368.0, 4450.0, 4406.0, 4404.0, 4383.0, 4355.0, 4436.0, 4384.0, 4404.0, 4395.0, 4371.0, 4422.0, 4362.0, 4416.0, 4388.0, 4417.0, 4384.0, 4414.0, 4385.0, 4417.0, 4375.0, 4373.0, 4395.0, 4363.0, 4408.0, 4396.0, 4386.0, 4355.0, 4418.0, 4368.0, 4429.0, 4389.0, 4427.0, 4400.0, 4429.0, 4399.0, 4398.0, 4398.0, 4387.0, 4420.0, 4389.0, 4450.0, 4437.0, 4450.0, 4427.0, 4427.0, 4386.0, 4363.0, 4407.0, 4447.0, 4428.0, 4405.0, 4394.0, 4352.0, 4401.0, 4383.0, 4362.0, 4402.0, 4373.0, 4434.0, 4414.0, 4447.0, 4404.0, 4409.0, 4382.0, 4419.0, 4398.0, 4419.0, 4397.0, 4387.0, 4356.0, 4324.0, 4377.0, 4340.0, 4401.0, 4359.0, 4397.0, 4360.0, 4338.0, 4379.0, 4361.0, 4402.0, 4385.0, 4380.0, 4370.0, 4350.0, 4428.0, 4387.0, 4423.0, 4395.0, 4446.0, 4417.0, 4413.0, 4381.0, 4341.0, 4392.0, 4362.0, 4401.0, 4372.0, 4424.0, 4385.0, 4362.0, 4383.0, 4352.0, 4403.0, 4373.0, 4423.0, 4384.0, 4424.0, 4382.0, 4383.0, 4383.0, 4351.0, 4402.0, 4374.0, 4415.0, 4395.0, 4424.0, 4384.0, 4364.0, 4404.0, 4375.0, 4425.0, 4386.0, 4424.0, 4395.0, 4372.0, 4393.0, 4351.0, 4414.0, 4375.0, 4436.0, 4383.0, 4433.0, 4372.0, 4411.0, 4372.0, 4411.0, 4371.0, 4380.0, 4381.0, 4361.0, 4401.0, 4383.0, 4421.0, 4371.0, 4423.0, 4392.0, 4421.0, 4382.0, 4411.0, 4372.0, 4368.0, 4381.0, 4401.0, 4380.0, 4349.0, 4390.0, 4371.0, 4401.0, 4382.0, 4412.0, 4383.0, 4391.0, 4383.0, 4351.0, 4400.0, 4360.0, 4412.0, 4373.0, 4421.0, 4371.0, 4420.0, 4370.0, 4410.0, 4370.0, 4420.0, 4400.0, 4409.0, 4379.0, 4408.0, 4358.0, 4398.0, 4370.0, 4369.0, 4369.0, 4339.0, 4389.0, 4360.0, 4390.0, 4371.0, 4411.0, 4372.0, 4421.0, 4400.0, 4388.0, 4360.0, 4358.0, 4369.0, 4337.0, 4379.0, 4420.0, 4369.0, 4378.0, 4378.0, 4338.0, 4389.0, 4359.0, 4391.0, 4360.0, 4410.0, 4359.0, 4409.0, 4370.0, 4400.0, 4381.0, 4410.0, 4382.0, 4411.0, 4372.0, 4401.0, 4372.0, 4352.0, 4383.0, 4354.0, 4416.0, 4398.0, 4452.0, 4396.0, 4424.0, 4394.0, 4404.0, 4396.0, 4364.0, 4405.0, 4365.0, 4427.0, 4396.0, 4434.0, 4386.0, 4425.0, 4387.0, 4407.0, 4407.0, 4377.0, 4439.0, 4407.0, 4377.0, 4417.0, 4376.0, 4438.0, 4417.0, 4435.0, 4414.0, 4423.0, 4373.0, 4412.0, 4373.0, 4424.0, 4403.0, 4421.0, 4401.0, 4410.0, 4370.0, 4389.0, 4370.0, 4378.0, 4379.0, 4359.0, 4390.0, 4351.0, 4401.0, 4373.0, 4402.0, 4373.0, 4424.0, 4402.0, 4411.0, 4391.0, 4402.0, 4361.0, 4400.0, 4370.0, 4410.0, 4369.0, 4397.0, 4361.0, 4400.0, 4371.0, 4392.0, 4372.0, 4412.0, 4382.0, 4371.0, 4370.0, 4341.0, 4392.0, 4360.0, 4393.0, 4392.0, 4392.0, 4353.0, 4401.0, 4363.0, 4403.0, 4363.0, 4403.0, 4400.0, 4381.0, 4350.0, 4380.0, 4339.0, 4391.0, 4350.0, 4390.0, 4365.0, 4402.0, 4383.0, 4384.0, 4373.0, 4342.0, 4404.0, 4364.0, 4414.0, 4394.0, 4414.0, 4386.0, 4403.0, 4374.0, 4422.0, 4402.0, 4421.0, 4401.0, 4391.0, 4371.0, 4348.0, 4391.0, 4382.0, 4403.0, 4374.0, 4421.0, 4372.0, 4373.0, 4395.0, 4380.0, 4417.0, 4386.0, 4364.0, 4417.0, 4390.0, 4437.0, 4397.0, 4426.0, 4414.0, 4423.0, 4414.0, 4405.0, 4404.0, 4340.0, 4389.0, 4348.0, 4410.0, 4381.0, 4400.0, 4371.0, 4338.0, 4379.0, 4338.0, 4380.0, 4349.0, 4410.0, 4359.0, 4401.0, 4362.0, 4399.0, 4361.0, 4400.0, 4360.0, 4400.0, 4359.0, 4389.0, 4361.0, 4372.0, 4373.0, 4412.0, 4374.0, 4412.0, 4392.0, 4391.0, 4361.0, 4332.0, 4382.0, 4341.0, 4401.0, 4361.0, 4411.0, 4360.0, 4412.0, 4361.0, 4411.0, 4361.0, 4380.0, 4329.0, 4378.0, 4338.0, 4379.0, 4350.0, 4390.0, 4369.0, 4370.0, 4373.0, 4343.0, 4404.0, 4374.0, 4414.0, 4350.0, 4393.0, 4361.0, 4400.0, 4372.0, 4384.0, 4370.0, 4371.0, 4341.0, 4393.0, 4350.0, 4382.0, 4423.0, 4363.0, 4401.0, 4373.0, 4354.0, 4395.0, 4366.0, 4415.0, 4367.0, 4417.0, 4367.0, 4417.0, 4376.0, 4414.0, 4387.0, 4427.0, 4399.0, 4416.0, 4407.0, 4355.0, 4406.0, 4376.0, 4427.0, 4405.0, 4437.0, 4414.0, 4433.0, 4384.0, 4413.0, 4383.0, 4423.0, 4412.0, 4411.0, 4401.0, 4399.0, 4360.0, 4359.0, 4372.0, 4369.0, 4381.0, 4410.0, 4381.0, 4400.0, 4381.0, 4338.0, 4389.0, 4361.0, 4400.0, 4371.0, 4402.0, 4381.0, 4391.0, 4389.0, 4369.0, 4339.0, 4369.0, 4337.0, 4369.0, 4389.0, 4369.0, 4342.0, 4382.0, 4351.0, 4393.0, 4351.0, 4394.0, 4423.0, 4392.0, 4410.0, 4372.0, 4339.0, 4369.0, 4339.0, 4381.0, 4381.0, 4393.0, 4351.0, 4391.0, 4373.0, 4402.0, 4374.0, 4413.0, 4384.0, 4425.0, 4395.0, 4414.0, 4374.0, 4363.0, 4385.0, 4393.0, 4395.0, 4423.0, 4395.0, 4361.0, 4393.0, 4342.0, 4391.0, 4381.0, 4382.0, 4401.0, 4400.0, 4342.0, 4400.0, 4373.0, 4401.0, 4372.0, 4413.0, 4394.0, 4410.0, 4371.0, 4350.0, 4381.0, 4390.0, 4381.0, 4421.0, 4401.0, 4411.0, 4381.0, 4339.0, 4390.0, 4361.0, 4413.0, 4373.0, 4373.0, 4393.0, 4363.0, 4414.0, 4375.0, 4413.0, 4362.0, 4413.0, 4372.0, 4411.0, 4361.0, 4400.0, 4371.0, 4400.0, 4382.0, 4412.0, 4372.0, 4391.0, 4372.0, 4341.0, 4392.0, 4341.0, 4391.0, 4381.0, 4412.0, 4371.0, 4412.0, 4371.0, 4401.0, 4371.0, 4400.0, 4381.0, 4392.0, 4371.0, 4340.0, 4391.0, 4351.0, 4401.0, 4361.0, 4393.0, 4351.0, 4411.0, 4363.0, 4401.0, 4373.0, 4400.0, 4398.0, 4416.0, 4381.0, 4389.0, 4358.0, 4327.0, 4368.0, 4375.0, 4394.0, 4364.0, 4353.0, 4398.0, 4346.0, 4396.0, 4364.0, 4426.0, 4398.0, 4405.0, 4383.0, 4381.0, 4393.0, 4421.0, 4390.0, 4370.0, 4392.0, 4350.0, 4400.0, 4380.0, 4399.0, 4370.0, 4401.0, 4391.0, 4379.0, 4370.0, 4342.0, 4404.0], 'WindowWidth': [9761.0, 9789.0, 9696.0, 9758.0, 9694.0, 9736.0, 9691.0, 9728.0, 9687.0, 9710.0, 9685.0, 9688.0, 9637.0, 9609.0, 9678.0, 9638.0, 9705.0, 9653.0, 9712.0, 9673.0, 9698.0, 9687.0, 9648.0, 9704.0, 9676.0, 9641.0, 9740.0, 9699.0, 9772.0, 9795.0, 9724.0, 9706.0, 9651.0, 9762.0, 9703.0, 9696.0, 9743.0, 9674.0, 9626.0, 9640.0, 9643.0, 9646.0, 9705.0, 9708.0, 9647.0, 9761.0, 9745.0, 9732.0, 9707.0, 9667.0, 9753.0, 9745.0, 9685.0, 9690.0, 9658.0, 9637.0, 9628.0, 9766.0, 9683.0, 9718.0, 9692.0, 9721.0, 9697.0, 9731.0, 9709.0, 9748.0, 9690.0, 9718.0, 9667.0, 9699.0, 9659.0, 9684.0, 9624.0, 9666.0, 9609.0, 9649.0, 9611.0, 9637.0, 9610.0, 9661.0, 9605.0, 9668.0, 9641.0, 9663.0, 9606.0, 9642.0, 9635.0, 9679.0, 9625.0, 9669.0, 9663.0, 9653.0, 9624.0, 9657.0, 9693.0, 9656.0, 9682.0, 9658.0, 9671.0, 9673.0, 9742.0, 9689.0, 9736.0, 9673.0, 9693.0, 9683.0, 9633.0, 9667.0, 9674.0, 9699.0, 9698.0, 9653.0, 9738.0, 9711.0, 9656.0, 9780.0, 9741.0, 9666.0, 9771.0, 9733.0, 9757.0, 9690.0, 9726.0, 9648.0, 9712.0, 9655.0, 9693.0, 9650.0, 9690.0, 9650.0, 9665.0, 9667.0, 9634.0, 9691.0, 9641.0, 9698.0, 9660.0, 9668.0, 9696.0, 9670.0, 9707.0, 9681.0, 9668.0, 9730.0, 9688.0, 9730.0, 9707.0, 9706.0, 9727.0, 9761.0, 9719.0, 9699.0, 9738.0, 9665.0, 9737.0, 9711.0, 9751.0, 9766.0, 9748.0, 9723.0, 9683.0, 9768.0, 9712.0, 9734.0, 9766.0, 9732.0, 9800.0, 9761.0, 9777.0, 9739.0, 9700.0, 9751.0, 9735.0, 9748.0, 9725.0, 9723.0, 9697.0, 9718.0, 9694.0, 9719.0, 9676.0, 9659.0, 9602.0, 9580.0, 9660.0, 9633.0, 9633.0, 9661.0, 9605.0, 9674.0, 9619.0, 9660.0, 9617.0, 9677.0, 9640.0, 9673.0, 9626.0, 9674.0, 9642.0, 9693.0, 9672.0, 9700.0, 9663.0, 9659.0, 9690.0, 9638.0, 9725.0, 9702.0, 9722.0, 9699.0, 9754.0, 9708.0, 9712.0, 9677.0, 9638.0, 9721.0, 9682.0, 9737.0, 9679.0, 9749.0, 9689.0, 9634.0, 9689.0, 9658.0, 9744.0, 9665.0, 9743.0, 9689.0, 9743.0, 9676.0, 9732.0, 9706.0, 9641.0, 9751.0, 9649.0, 9623.0, 9670.0, 9645.0, 9660.0, 9690.0, 9658.0, 9777.0, 9704.0, 9696.0, 9668.0, 9633.0, 9750.0, 9675.0, 9702.0, 9693.0, 9652.0, 9722.0, 9641.0, 9721.0, 9688.0, 9726.0, 9676.0, 9718.0, 9678.0, 9726.0, 9662.0, 9660.0, 9693.0, 9647.0, 9715.0, 9697.0, 9681.0, 9639.0, 9728.0, 9662.0, 9745.0, 9691.0, 9741.0, 9706.0, 9744.0, 9705.0, 9701.0, 9700.0, 9683.0, 9732.0, 9693.0, 9778.0, 9754.0, 9777.0, 9737.0, 9736.0, 9678.0, 9647.0, 9714.0, 9769.0, 9742.0, 9708.0, 9689.0, 9630.0, 9696.0, 9672.0, 9644.0, 9697.0, 9658.0, 9747.0, 9717.0, 9768.0, 9703.0, 9702.0, 9665.0, 9721.0, 9680.0, 9719.0, 9680.0, 9663.0, 9624.0, 9579.0, 9653.0, 9610.0, 9695.0, 9633.0, 9683.0, 9634.0, 9603.0, 9660.0, 9640.0, 9696.0, 9680.0, 9665.0, 9650.0, 9625.0, 9741.0, 9685.0, 9729.0, 9693.0, 9767.0, 9727.0, 9712.0, 9666.0, 9610.0, 9681.0, 9642.0, 9695.0, 9656.0, 9731.0, 9679.0, 9641.0, 9672.0, 9629.0, 9699.0, 9658.0, 9729.0, 9675.0, 9729.0, 9669.0, 9671.0, 9671.0, 9627.0, 9696.0, 9662.0, 9719.0, 9691.0, 9730.0, 9678.0, 9652.0, 9705.0, 9664.0, 9734.0, 9679.0, 9730.0, 9693.0, 9657.0, 9685.0, 9628.0, 9718.0, 9668.0, 9751.0, 9672.0, 9743.0, 9656.0, 9707.0, 9656.0, 9706.0, 9652.0, 9664.0, 9667.0, 9638.0, 9695.0, 9671.0, 9721.0, 9654.0, 9729.0, 9684.0, 9724.0, 9669.0, 9707.0, 9656.0, 9645.0, 9665.0, 9693.0, 9664.0, 9620.0, 9676.0, 9654.0, 9692.0, 9671.0, 9710.0, 9673.0, 9679.0, 9670.0, 9625.0, 9690.0, 9635.0, 9712.0, 9657.0, 9721.0, 9653.0, 9721.0, 9651.0, 9705.0, 9649.0, 9720.0, 9690.0, 9701.0, 9658.0, 9697.0, 9631.0, 9686.0, 9652.0, 9648.0, 9646.0, 9606.0, 9672.0, 9638.0, 9676.0, 9652.0, 9706.0, 9654.0, 9721.0, 9688.0, 9670.0, 9634.0, 9629.0, 9645.0, 9599.0, 9660.0, 9718.0, 9646.0, 9655.0, 9657.0, 9604.0, 9673.0, 9632.0, 9678.0, 9637.0, 9704.0, 9633.0, 9700.0, 9650.0, 9690.0, 9665.0, 9704.0, 9670.0, 9705.0, 9654.0, 9694.0, 9655.0, 9628.0, 9672.0, 9637.0, 9721.0, 9701.0, 9786.0, 9693.0, 9732.0, 9689.0, 9699.0, 9693.0, 9647.0, 9705.0, 9650.0, 9739.0, 9695.0, 9746.0, 9681.0, 9731.0, 9683.0, 9711.0, 9710.0, 9671.0, 9759.0, 9712.0, 9670.0, 9725.0, 9667.0, 9756.0, 9722.0, 9748.0, 9712.0, 9727.0, 9658.0, 9710.0, 9656.0, 9730.0, 9695.0, 9721.0, 9689.0, 9702.0, 9647.0, 9673.0, 9646.0, 9655.0, 9658.0, 9632.0, 9674.0, 9624.0, 9693.0, 9659.0, 9696.0, 9659.0, 9730.0, 9694.0, 9706.0, 9678.0, 9692.0, 9636.0, 9690.0, 9648.0, 9704.0, 9645.0, 9680.0, 9635.0, 9687.0, 9651.0, 9678.0, 9656.0, 9709.0, 9667.0, 9650.0, 9649.0, 9610.0, 9680.0, 9634.0, 9683.0, 9680.0, 9680.0, 9628.0, 9692.0, 9642.0, 9697.0, 9640.0, 9699.0, 9689.0, 9663.0, 9618.0, 9661.0, 9604.0, 9676.0, 9619.0, 9675.0, 9647.0, 9694.0, 9668.0, 9669.0, 9655.0, 9614.0, 9699.0, 9647.0, 9715.0, 9687.0, 9716.0, 9677.0, 9698.0, 9658.0, 9727.0, 9694.0, 9721.0, 9690.0, 9674.0, 9649.0, 9616.0, 9675.0, 9667.0, 9697.0, 9661.0, 9720.0, 9653.0, 9659.0, 9691.0, 9682.0, 9725.0, 9681.0, 9646.0, 9726.0, 9690.0, 9752.0, 9696.0, 9731.0, 9715.0, 9729.0, 9714.0, 9704.0, 9702.0, 9604.0, 9669.0, 9611.0, 9700.0, 9659.0, 9684.0, 9647.0, 9600.0, 9655.0, 9599.0, 9657.0, 9615.0, 9698.0, 9629.0, 9687.0, 9636.0, 9684.0, 9634.0, 9686.0, 9632.0, 9685.0, 9631.0, 9672.0, 9637.0, 9650.0, 9655.0, 9708.0, 9656.0, 9708.0, 9678.0, 9674.0, 9636.0, 9598.0, 9664.0, 9608.0, 9688.0, 9634.0, 9702.0, 9633.0, 9705.0, 9632.0, 9702.0, 9630.0, 9657.0, 9586.0, 9652.0, 9599.0, 9655.0, 9619.0, 9672.0, 9645.0, 9647.0, 9653.0, 9616.0, 9697.0, 9658.0, 9710.0, 9621.0, 9679.0, 9635.0, 9689.0, 9651.0, 9669.0, 9647.0, 9649.0, 9608.0, 9681.0, 9621.0, 9665.0, 9724.0, 9640.0, 9690.0, 9654.0, 9631.0, 9689.0, 9650.0, 9717.0, 9652.0, 9721.0, 9653.0, 9721.0, 9664.0, 9715.0, 9680.0, 9738.0, 9703.0, 9719.0, 9707.0, 9634.0, 9704.0, 9664.0, 9737.0, 9704.0, 9753.0, 9714.0, 9740.0, 9669.0, 9707.0, 9667.0, 9734.0, 9706.0, 9704.0, 9688.0, 9683.0, 9630.0, 9628.0, 9649.0, 9642.0, 9661.0, 9698.0, 9661.0, 9683.0, 9659.0, 9602.0, 9670.0, 9636.0, 9687.0, 9647.0, 9693.0, 9660.0, 9674.0, 9666.0, 9641.0, 9600.0, 9642.0, 9597.0, 9642.0, 9669.0, 9641.0, 9608.0, 9664.0, 9621.0, 9681.0, 9621.0, 9681.0, 9721.0, 9676.0, 9698.0, 9649.0, 9603.0, 9644.0, 9604.0, 9663.0, 9662.0, 9679.0, 9623.0, 9676.0, 9656.0, 9693.0, 9657.0, 9710.0, 9672.0, 9728.0, 9687.0, 9710.0, 9657.0, 9642.0, 9672.0, 9681.0, 9688.0, 9721.0, 9686.0, 9636.0, 9680.0, 9612.0, 9675.0, 9660.0, 9663.0, 9688.0, 9686.0, 9609.0, 9686.0, 9653.0, 9690.0, 9652.0, 9708.0, 9682.0, 9700.0, 9648.0, 9618.0, 9662.0, 9672.0, 9662.0, 9717.0, 9687.0, 9700.0, 9658.0, 9601.0, 9670.0, 9637.0, 9711.0, 9655.0, 9656.0, 9682.0, 9641.0, 9711.0, 9660.0, 9710.0, 9638.0, 9709.0, 9649.0, 9701.0, 9634.0, 9685.0, 9649.0, 9687.0, 9664.0, 9706.0, 9652.0, 9676.0, 9652.0, 9608.0, 9677.0, 9608.0, 9676.0, 9662.0, 9706.0, 9646.0, 9703.0, 9649.0, 9687.0, 9648.0, 9689.0, 9662.0, 9677.0, 9648.0, 9606.0, 9675.0, 9621.0, 9690.0, 9635.0, 9679.0, 9621.0, 9703.0, 9638.0, 9688.0, 9653.0, 9689.0, 9699.0, 9717.0, 9660.0, 9667.0, 9623.0, 9578.0, 9638.0, 9659.0, 9684.0, 9640.0, 9624.0, 9697.0, 9621.0, 9688.0, 9643.0, 9733.0, 9693.0, 9698.0, 9668.0, 9660.0, 9681.0, 9716.0, 9671.0, 9644.0, 9675.0, 9616.0, 9684.0, 9658.0, 9682.0, 9643.0, 9686.0, 9671.0, 9654.0, 9642.0, 9608.0, 9701.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.0025707224770642203</td></tr>
<tr><td colspan=3>aqi</td><td>0.061432514105504585</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.830439986808265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1437500031113668</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9385083070264061</td></tr>
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
<tr><td colspan=3>fber</td><td>7437.7319</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11542405369478272</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.403669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.918762087725663</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7914103879930448</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.150275924891569</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.814599950292376</td></tr>
<tr><td colspan=3>gcor</td><td>0.00810963</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014776881784200668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028186915442347527</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.930020423059168</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>23.3462</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3742</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.7366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297874.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.6855</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3282</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.3219</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3542.5166</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.4597</td></tr>
<tr><td colspan=3>tsnr</td><td>26.98394834122155</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>