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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0097/ses-01/func/sub-0097_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>366862a94e6aa35d8679dbc9acd1db7e</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>19:48:40.297500</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.997605, -0.0597127, 0.0349117, 0.0622396, 0.99513, -0.0764371]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101806</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4253, -7745, -7266, 224, -12, 31, -23, 78]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.574</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b24b82e7-ed41-4580-b3de-4ab567f2f14a||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.6765010356903076, 0.16698415577411652, 0.08147899061441422, 103.05949401855469], [0.1602049022912979, 2.66986083984375, -0.2117527425289154, -99.30603790283203], [0.09366552531719208, 0.2050752192735672, 2.6904501914978027, -78.75083923339844], [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': ['194840.297500', '194840.757500', '194841.217500', '194841.677500', '194842.137500', '194842.597500', '194843.057500', '194843.517500', '194843.977500', '194844.437500', '194844.897500', '194845.357500', '194845.817500', '194846.277500', '194846.737500', '194847.197500', '194847.657500', '194848.117500', '194848.577500', '194849.037500', '194849.497500', '194849.957500', '194850.417500', '194850.877500', '194851.337500', '194851.797500', '194852.257500', '194852.717500', '194853.177500', '194853.637500', '194854.097500', '194854.557500', '194855.017500', '194855.477500', '194855.937500', '194856.397500', '194856.857500', '194857.317500', '194857.777500', '194858.237500', '194858.697500', '194859.157500', '194859.617500', '194900.077500', '194900.537500', '194900.997500', '194901.457500', '194901.917500', '194902.377500', '194902.837500', '194903.297500', '194903.757500', '194904.217500', '194904.677500', '194905.137500', '194905.597500', '194906.057500', '194906.517500', '194906.977500', '194907.437500', '194907.897500', '194908.357500', '194908.817500', '194909.277500', '194909.737500', '194910.197500', '194910.657500', '194911.117500', '194911.577500', '194912.037500', '194912.497500', '194912.957500', '194913.417500', '194913.877500', '194914.337500', '194914.797500', '194915.257500', '194915.717500', '194916.177500', '194916.637500', '194917.097500', '194917.557500', '194918.017500', '194918.477500', '194918.937500', '194919.397500', '194919.857500', '194920.317500', '194920.777500', '194921.237500', '194921.697500', '194922.157500', '194922.617500', '194923.077500', '194923.537500', '194923.997500', '194924.457500', '194924.917500', '194925.377500', '194925.837500', '194926.297500', '194926.757500', '194927.217500', '194927.677500', '194928.137500', '194928.597500', '194929.057500', '194929.517500', '194929.977500', '194930.437500', '194930.897500', '194931.357500', '194931.817500', '194932.277500', '194932.737500', '194933.197500', '194933.657500', '194934.117500', '194934.577500', '194935.037500', '194935.497500', '194935.957500', '194936.417500', '194936.877500', '194937.337500', '194937.797500', '194938.257500', '194938.717500', '194939.177500', '194939.637500', '194940.097500', '194940.557500', '194941.017500', '194941.477500', '194941.937500', '194942.397500', '194942.857500', '194943.317500', '194943.777500', '194944.237500', '194944.697500', '194945.157500', '194945.617500', '194946.077500', '194946.537500', '194946.997500', '194947.457500', '194947.917500', '194948.377500', '194948.837500', '194949.297500', '194949.757500', '194950.217500', '194950.677500', '194951.137500', '194951.597500', '194952.057500', '194952.517500', '194952.977500', '194953.437500', '194953.897500', '194954.357500', '194954.817500', '194955.277500', '194955.737500', '194956.197500', '194956.657500', '194957.117500', '194957.577500', '194958.037500', '194958.497500', '194958.957500', '194959.417500', '194959.877500', '195000.337500', '195000.797500', '195001.257500', '195001.717500', '195002.177500', '195002.637500', '195003.097500', '195003.557500', '195004.017500', '195004.477500', '195004.937500', '195005.397500', '195005.857500', '195006.317500', '195006.777500', '195007.237500', '195007.697500', '195008.157500', '195008.617500', '195009.077500', '195009.537500', '195009.997500', '195010.457500', '195010.917500', '195011.377500', '195011.837500', '195012.297500', '195012.757500', '195013.217500', '195013.677500', '195014.137500', '195014.597500', '195015.057500', '195015.517500', '195015.977500', '195016.437500', '195016.897500', '195017.357500', '195017.817500', '195018.277500', '195018.737500', '195019.197500', '195019.657500', '195020.117500', '195020.577500', '195021.037500', '195021.497500', '195021.957500', '195022.417500', '195022.877500', '195023.337500', '195023.797500', '195024.257500', '195024.717500', '195025.177500', '195025.637500', '195026.097500', '195026.557500', '195027.017500', '195027.477500', '195027.937500', '195028.397500', '195028.857500', '195029.317500', '195029.777500', '195030.237500', '195030.697500', '195031.157500', '195031.617500', '195032.077500', '195032.537500', '195032.997500', '195033.457500', '195033.917500', '195034.377500', '195034.837500', '195035.297500', '195035.757500', '195036.217500', '195036.677500', '195037.137500', '195037.597500', '195038.057500', '195038.517500', '195038.977500', '195039.437500', '195039.897500', '195040.357500', '195040.817500', '195041.277500', '195041.737500', '195042.197500', '195042.657500', '195043.117500', '195043.577500', '195044.037500', '195044.497500', '195044.957500', '195045.417500', '195045.877500', '195046.337500', '195046.797500', '195047.257500', '195047.717500', '195048.177500', '195048.637500', '195049.097500', '195049.557500', '195050.017500', '195050.477500', '195050.937500', '195051.397500', '195051.857500', '195052.317500', '195052.777500', '195053.237500', '195053.697500', '195054.157500', '195054.617500', '195055.077500', '195055.537500', '195055.997500', '195056.457500', '195056.917500', '195057.377500', '195057.837500', '195058.297500', '195058.757500', '195059.217500', '195059.677500', '195100.137500', '195100.597500', '195101.057500', '195101.517500', '195101.977500', '195102.437500', '195102.897500', '195103.357500', '195103.817500', '195104.277500', '195104.737500', '195105.197500', '195105.657500', '195106.117500', '195106.577500', '195107.037500', '195107.497500', '195107.957500', '195108.417500', '195108.877500', '195109.337500', '195109.797500', '195110.257500', '195110.717500', '195111.177500', '195111.637500', '195112.097500', '195112.557500', '195113.017500', '195113.477500', '195113.937500', '195114.397500', '195114.857500', '195115.317500', '195115.777500', '195116.237500', '195116.697500', '195117.157500', '195117.617500', '195118.077500', '195118.537500', '195118.997500', '195119.457500', '195119.917500', '195120.377500', '195120.837500', '195121.297500', '195121.757500', '195122.217500', '195122.677500', '195123.137500', '195123.597500', '195124.057500', '195124.517500', '195124.977500', '195125.437500', '195125.897500', '195126.357500', '195126.817500', '195127.277500', '195127.737500', '195128.197500', '195128.657500', '195129.117500', '195129.577500', '195130.037500', '195130.497500', '195130.957500', '195131.417500', '195131.877500', '195132.337500', '195132.797500', '195133.257500', '195133.717500', '195134.177500', '195134.637500', '195135.097500', '195135.557500', '195136.017500', '195136.477500', '195136.937500', '195137.397500', '195137.857500', '195138.317500', '195138.777500', '195139.237500', '195139.697500', '195140.157500', '195140.617500', '195141.077500', '195141.537500', '195141.997500', '195142.457500', '195142.917500', '195143.377500', '195143.837500', '195144.297500', '195144.757500', '195145.217500', '195145.677500', '195146.137500', '195146.597500', '195147.057500', '195147.517500', '195147.977500', '195148.437500', '195148.897500', '195149.357500', '195149.817500', '195150.277500', '195150.737500', '195151.197500', '195151.657500', '195152.117500', '195152.577500', '195153.037500', '195153.497500', '195153.957500', '195154.417500', '195154.877500', '195155.337500', '195155.797500', '195156.257500', '195156.717500', '195157.177500', '195157.637500', '195158.097500', '195158.557500', '195159.017500', '195159.477500', '195159.937500', '195200.397500', '195200.857500', '195201.317500', '195201.777500', '195202.237500', '195202.697500', '195203.157500', '195203.617500', '195204.077500', '195204.537500', '195204.997500', '195205.457500', '195205.917500', '195206.377500', '195206.837500', '195207.297500', '195207.757500', '195208.217500', '195208.677500', '195209.137500', '195209.597500', '195210.057500', '195210.517500', '195210.977500', '195211.437500', '195211.897500', '195212.357500', '195212.817500', '195213.277500', '195213.737500', '195214.197500', '195214.657500', '195215.117500', '195215.577500', '195216.037500', '195216.497500', '195216.957500', '195217.417500', '195217.877500', '195218.337500', '195218.797500', '195219.257500', '195219.717500', '195220.177500', '195220.637500', '195221.097500', '195221.557500', '195222.017500', '195222.477500', '195222.937500', '195223.397500', '195223.857500', '195224.317500', '195224.777500', '195225.237500', '195225.697500', '195226.157500', '195226.617500', '195227.077500', '195227.537500', '195227.997500', '195228.457500', '195228.917500', '195229.377500', '195229.837500', '195230.297500', '195230.757500', '195231.217500', '195231.677500', '195232.137500', '195232.597500', '195233.057500', '195233.517500', '195233.977500', '195234.437500', '195234.897500', '195235.357500', '195235.817500', '195236.277500', '195236.737500', '195237.197500', '195237.657500', '195238.117500', '195238.577500', '195239.037500', '195239.497500', '195239.957500', '195240.417500', '195240.877500', '195241.337500', '195241.797500', '195242.257500', '195242.717500', '195243.177500', '195243.637500', '195244.097500', '195244.557500', '195245.017500', '195245.477500', '195245.937500', '195246.397500', '195246.857500', '195247.317500', '195247.777500', '195248.237500', '195248.697500', '195249.157500', '195249.617500', '195250.077500', '195250.537500', '195250.997500', '195251.457500', '195251.917500', '195252.377500', '195252.837500', '195253.297500', '195253.757500', '195254.217500', '195254.677500', '195255.137500', '195255.597500', '195256.057500', '195256.517500', '195256.977500', '195257.437500', '195257.897500', '195258.357500', '195258.817500', '195259.277500', '195259.737500', '195300.197500', '195300.657500', '195301.117500', '195301.577500', '195302.037500', '195302.497500', '195302.957500', '195303.417500', '195303.877500', '195304.337500', '195304.797500', '195305.257500', '195305.717500', '195306.177500', '195306.637500', '195307.097500', '195307.557500', '195308.017500', '195308.477500', '195308.937500', '195309.397500', '195309.857500', '195310.317500', '195310.777500', '195311.237500', '195311.697500', '195312.157500', '195312.617500', '195313.077500', '195313.537500', '195313.997500', '195314.457500', '195314.917500', '195315.377500', '195315.837500', '195316.297500', '195316.757500', '195317.217500', '195317.677500', '195318.137500', '195318.597500', '195319.057500', '195319.517500', '195319.977500', '195320.437500', '195320.897500', '195321.357500', '195321.817500', '195322.277500', '195322.737500', '195323.197500', '195323.657500', '195324.117500', '195324.577500', '195325.037500', '195325.497500', '195325.957500', '195326.417500', '195326.877500', '195327.337500', '195327.797500', '195328.257500', '195328.717500', '195329.177500', '195329.637500', '195330.097500', '195330.557500', '195331.017500', '195331.477500', '195331.937500', '195332.397500', '195332.857500', '195333.317500', '195333.777500', '195334.237500', '195334.697500', '195335.157500', '195335.617500', '195336.077500', '195336.537500', '195336.997500', '195337.457500', '195337.917500', '195338.377500', '195338.837500', '195339.297500', '195339.757500', '195340.217500', '195340.677500', '195341.137500', '195341.597500', '195342.057500', '195342.517500', '195342.977500', '195343.437500', '195343.897500', '195344.357500', '195344.817500', '195345.277500', '195345.737500', '195346.197500', '195346.657500', '195347.117500', '195347.577500', '195348.037500', '195348.497500', '195348.957500', '195349.417500', '195349.877500', '195350.337500', '195350.797500', '195351.257500', '195351.717500', '195352.177500', '195352.637500', '195353.097500', '195353.557500', '195354.017500', '195354.477500', '195354.937500', '195355.397500', '195355.857500', '195356.317500', '195356.777500', '195357.237500', '195357.697500', '195358.157500', '195358.617500', '195359.077500', '195359.537500', '195359.997500', '195400.457500', '195400.917500', '195401.377500', '195401.837500', '195402.297500', '195402.757500', '195403.217500', '195403.677500', '195404.137500', '195404.597500', '195405.057500', '195405.517500', '195405.977500', '195406.437500', '195406.897500', '195407.357500', '195407.817500', '195408.277500', '195408.737500', '195409.197500', '195409.657500', '195410.117500', '195410.577500', '195411.037500', '195411.497500', '195411.957500', '195412.417500', '195412.877500', '195413.337500', '195413.797500', '195414.257500', '195414.717500', '195415.177500', '195415.637500', '195416.097500', '195416.557500', '195417.017500', '195417.477500', '195417.937500', '195418.397500', '195418.857500', '195419.317500', '195419.777500', '195420.237500', '195420.697500', '195421.157500', '195421.617500', '195422.077500', '195422.537500', '195422.997500', '195423.457500', '195423.917500', '195424.377500', '195424.837500', '195425.297500', '195425.757500', '195426.217500', '195426.677500', '195427.137500', '195427.597500', '195428.057500', '195428.517500', '195428.977500', '195429.437500', '195429.897500', '195430.357500', '195430.817500', '195431.277500', '195431.737500', '195432.197500', '195432.657500', '195433.117500', '195433.577500', '195434.037500', '195434.497500', '195434.957500', '195435.417500', '195435.877500', '195436.337500', '195436.797500', '195437.257500', '195437.717500', '195438.177500', '195438.637500', '195439.097500', '195439.557500', '195440.017500', '195440.477500', '195440.937500', '195441.397500', '195441.857500', '195442.317500', '195442.777500', '195443.237500', '195443.697500', '195444.157500', '195444.617500', '195445.077500', '195445.537500', '195445.997500', '195446.457500', '195446.917500', '195447.377500', '195447.837500', '195448.297500', '195448.757500', '195449.217500', '195449.677500', '195450.137500', '195450.597500', '195451.057500', '195451.517500', '195451.977500', '195452.437500', '195452.897500', '195453.357500', '195453.817500', '195454.277500', '195454.737500', '195455.197500', '195455.657500', '195456.117500', '195456.577500', '195457.037500', '195457.497500', '195457.957500', '195458.417500', '195458.877500', '195459.337500', '195459.797500', '195500.257500', '195500.717500', '195501.177500', '195501.637500', '195502.097500', '195502.557500', '195503.017500', '195503.477500', '195503.937500', '195504.397500', '195504.857500', '195505.317500', '195505.777500', '195506.237500', '195506.697500', '195507.157500', '195507.617500', '195508.077500', '195508.537500', '195508.997500', '195509.457500', '195509.917500', '195510.377500', '195510.837500', '195511.297500', '195511.757500', '195512.217500', '195512.677500', '195513.137500', '195513.597500', '195514.057500', '195514.517500', '195514.977500', '195515.437500', '195515.897500', '195516.357500', '195516.817500', '195517.277500', '195517.737500', '195518.197500', '195518.657500', '195519.117500', '195519.577500', '195520.037500', '195520.497500', '195520.957500'], 'ContentTime': ['194855.052000', '194855.056000', '194855.059000', '194855.061000', '194855.064000', '194855.066000', '194855.069000', '194855.087000', '194855.090000', '194855.093000', '194855.095000', '194855.098000', '194855.101000', '194855.103000', '194855.106000', '194855.108000', '194855.111000', '194855.114000', '194855.116000', '194855.119000', '194855.121000', '194855.124000', '194855.126000', '194855.129000', '194855.132000', '194855.134000', '194855.145000', '194855.148000', '194855.150000', '194855.153000', '194915.016000', '194915.019000', '194915.021000', '194915.024000', '194915.027000', '194915.029000', '194915.032000', '194915.034000', '194915.037000', '194915.040000', '194915.042000', '194915.045000', '194915.048000', '194915.050000', '194915.053000', '194915.055000', '194915.058000', '194915.060000', '194915.063000', '194915.066000', '194915.068000', '194915.071000', '194915.073000', '194915.076000', '194915.079000', '194915.081000', '194915.084000', '194915.087000', '194915.089000', '194915.092000', '194915.094000', '194915.097000', '194915.100000', '194915.102000', '194915.105000', '194915.107000', '194915.110000', '194915.113000', '194915.115000', '194915.118000', '194915.120000', '194915.123000', '194915.126000', '194915.128000', '194935.015000', '194935.018000', '194935.020000', '194935.023000', '194935.025000', '194935.028000', '194935.030000', '194935.033000', '194935.036000', '194935.038000', '194935.041000', '194935.043000', '194935.046000', '194935.049000', '194935.051000', '194935.054000', '194935.063000', '194935.065000', '194935.068000', '194935.071000', '194935.073000', '194935.076000', '194935.078000', '194935.081000', '194935.084000', '194935.086000', '194935.089000', '194935.091000', '194935.094000', '194935.097000', '194935.099000', '194935.102000', '194935.105000', '194935.108000', '194935.110000', '194935.113000', '194935.123000', '194935.126000', '194935.147000', '194935.150000', '194935.152000', '194935.155000', '194935.157000', '194955.014000', '194955.017000', '194955.020000', '194955.022000', '194955.025000', '194955.028000', '194955.030000', '194955.033000', '194955.035000', '194955.038000', '194955.041000', '194955.043000', '194955.046000', '194955.048000', '194955.051000', '194955.054000', '194955.056000', '194955.059000', '194955.061000', '194955.064000', '194955.067000', '194955.069000', '194955.072000', '194955.074000', '194955.077000', '194955.080000', '194955.082000', '194955.085000', '194955.087000', '194955.090000', '194955.093000', '194955.096000', '194955.098000', '194955.101000', '194955.104000', '194955.106000', '194955.109000', '194955.111000', '194955.114000', '194955.117000', '194955.119000', '194955.122000', '194955.124000', '194955.127000', '195015.014000', '195015.017000', '195015.020000', '195015.022000', '195015.025000', '195015.028000', '195015.030000', '195015.033000', '195015.036000', '195015.038000', '195015.041000', '195015.043000', '195015.046000', '195015.049000', '195015.051000', '195015.054000', '195015.057000', '195015.060000', '195015.063000', '195015.065000', '195015.068000', '195015.071000', '195015.073000', '195015.076000', '195015.079000', '195015.081000', '195015.090000', '195015.092000', '195015.095000', '195015.097000', '195015.100000', '195015.102000', '195015.105000', '195015.108000', '195015.110000', '195015.113000', '195015.115000', '195015.118000', '195015.121000', '195015.123000', '195015.126000', '195015.128000', '195015.131000', '195035.015000', '195035.018000', '195035.020000', '195035.023000', '195035.025000', '195035.028000', '195035.031000', '195035.033000', '195035.036000', '195035.038000', '195035.041000', '195035.043000', '195035.046000', '195035.049000', '195035.052000', '195035.054000', '195035.057000', '195035.060000', '195035.062000', '195035.065000', '195035.068000', '195035.070000', '195035.073000', '195035.075000', '195035.078000', '195035.081000', '195035.083000', '195035.086000', '195035.089000', '195035.091000', '195035.094000', '195035.096000', '195035.099000', '195035.102000', '195035.104000', '195035.107000', '195035.109000', '195035.112000', '195035.114000', '195035.117000', '195035.125000', '195035.128000', '195035.130000', '195035.133000', '195055.016000', '195055.019000', '195055.021000', '195055.024000', '195055.027000', '195055.029000', '195055.032000', '195055.035000', '195055.037000', '195055.040000', '195055.042000', '195055.045000', '195055.048000', '195055.050000', '195055.053000', '195055.056000', '195055.058000', '195055.061000', '195055.063000', '195055.066000', '195055.069000', '195055.071000', '195055.074000', '195055.077000', '195055.079000', '195055.082000', '195055.084000', '195055.087000', '195055.090000', '195055.092000', '195055.095000', '195055.098000', '195055.100000', '195055.103000', '195055.106000', '195055.108000', '195055.111000', '195055.114000', '195055.116000', '195055.119000', '195055.121000', '195055.125000', '195055.128000', '195115.016000', '195115.019000', '195115.021000', '195115.024000', '195115.027000', '195115.030000', '195115.032000', '195115.035000', '195115.038000', '195115.040000', '195115.043000', '195115.046000', '195115.048000', '195115.051000', '195115.054000', '195115.056000', '195115.059000', '195115.061000', '195115.064000', '195115.067000', '195115.069000', '195115.072000', '195115.075000', '195115.077000', '195115.080000', '195115.086000', '195115.088000', '195115.091000', '195115.094000', '195115.096000', '195115.099000', '195115.101000', '195115.104000', '195115.107000', '195115.122000', '195115.124000', '195115.127000', '195115.130000', '195115.132000', '195115.135000', '195115.138000', '195115.140000', '195115.143000', '195115.145000', '195135.015000', '195135.018000', '195135.021000', '195135.024000', '195135.026000', '195135.029000', '195135.039000', '195135.041000', '195135.044000', '195135.046000', '195135.049000', '195135.052000', '195135.054000', '195135.057000', '195135.060000', '195135.062000', '195135.065000', '195135.067000', '195135.070000', '195135.073000', '195135.075000', '195135.078000', '195135.081000', '195135.083000', '195135.086000', '195135.089000', '195135.091000', '195135.094000', '195135.096000', '195135.099000', '195135.102000', '195135.104000', '195135.107000', '195135.109000', '195135.112000', '195135.115000', '195135.117000', '195135.120000', '195135.122000', '195135.125000', '195135.128000', '195135.130000', '195135.133000', '195155.014000', '195155.017000', '195155.020000', '195155.023000', '195155.026000', '195155.028000', '195155.031000', '195155.034000', '195155.036000', '195155.039000', '195155.042000', '195155.044000', '195155.047000', '195155.049000', '195155.052000', '195155.055000', '195155.057000', '195155.060000', '195155.063000', '195155.065000', '195155.068000', '195155.071000', '195155.073000', '195155.076000', '195155.079000', '195155.081000', '195155.084000', '195155.087000', '195155.089000', '195155.092000', '195155.094000', '195155.097000', '195155.100000', '195155.102000', '195155.105000', '195155.108000', '195155.110000', '195155.113000', '195155.116000', '195155.118000', '195155.121000', '195155.124000', '195155.126000', '195155.129000', '195215.015000', '195215.018000', '195215.020000', '195215.023000', '195215.026000', '195215.029000', '195215.031000', '195215.034000', '195215.036000', '195215.039000', '195215.042000', '195215.044000', '195215.047000', '195215.050000', '195215.052000', '195215.055000', '195215.057000', '195215.060000', '195215.063000', '195215.065000', '195215.068000', '195215.071000', '195215.073000', '195215.076000', '195215.078000', '195215.081000', '195215.084000', '195215.086000', '195215.089000', '195215.092000', '195215.094000', '195215.097000', '195215.100000', '195215.102000', '195215.105000', '195215.108000', '195215.110000', '195215.113000', '195215.115000', '195215.118000', '195215.121000', '195215.123000', '195215.126000', '195235.014000', '195235.017000', '195235.020000', '195235.023000', '195235.026000', '195235.028000', '195235.031000', '195235.033000', '195235.036000', '195235.039000', '195235.041000', '195235.044000', '195235.047000', '195235.049000', '195235.052000', '195235.054000', '195235.057000', '195235.060000', '195235.062000', '195235.065000', '195235.068000', '195235.070000', '195235.073000', '195235.076000', '195235.078000', '195235.081000', '195235.084000', '195235.086000', '195235.089000', '195235.091000', '195235.094000', '195235.097000', '195235.099000', '195235.102000', '195235.105000', '195235.107000', '195235.110000', '195235.112000', '195235.115000', '195235.118000', '195235.120000', '195235.123000', '195235.126000', '195235.128000', '195255.015000', '195255.017000', '195255.020000', '195255.023000', '195255.026000', '195255.028000', '195255.031000', '195255.033000', '195255.036000', '195255.039000', '195255.041000', '195255.044000', '195255.047000', '195255.049000', '195255.052000', '195255.062000', '195255.065000', '195255.067000', '195255.070000', '195255.072000', '195255.075000', '195255.078000', '195255.080000', '195255.083000', '195255.086000', '195255.088000', '195255.091000', '195255.094000', '195255.097000', '195255.099000', '195255.102000', '195255.105000', '195255.107000', '195255.110000', '195255.112000', '195255.115000', '195255.118000', '195255.120000', '195255.123000', '195255.126000', '195255.128000', '195255.131000', '195255.133000', '195315.016000', '195315.019000', '195315.021000', '195315.024000', '195315.027000', '195315.029000', '195315.032000', '195315.035000', '195315.037000', '195315.040000', '195315.043000', '195315.045000', '195315.048000', '195315.051000', '195315.053000', '195315.056000', '195315.059000', '195315.061000', '195315.064000', '195315.067000', '195315.069000', '195315.072000', '195315.075000', '195315.077000', '195315.080000', '195315.082000', '195315.085000', '195315.088000', '195315.090000', '195315.093000', '195315.096000', '195315.098000', '195315.101000', '195315.104000', '195315.106000', '195315.109000', '195315.111000', '195315.114000', '195315.117000', '195315.119000', '195315.122000', '195315.125000', '195315.127000', '195315.130000', '195335.015000', '195335.018000', '195335.021000', '195335.024000', '195335.026000', '195335.029000', '195335.032000', '195335.034000', '195335.037000', '195335.039000', '195335.042000', '195335.045000', '195335.047000', '195335.050000', '195335.053000', '195335.056000', '195335.058000', '195335.061000', '195335.063000', '195335.066000', '195335.069000', '195335.071000', '195335.074000', '195335.076000', '195335.079000', '195335.082000', '195335.084000', '195335.087000', '195335.090000', '195335.093000', '195335.095000', '195335.098000', '195335.100000', '195335.103000', '195335.106000', '195335.108000', '195335.111000', '195335.114000', '195335.116000', '195335.119000', '195335.122000', '195335.124000', '195335.127000', '195355.016000', '195355.018000', '195355.021000', '195355.024000', '195355.027000', '195355.029000', '195355.032000', '195355.035000', '195355.037000', '195355.040000', '195355.042000', '195355.045000', '195355.048000', '195355.051000', '195355.053000', '195355.056000', '195355.058000', '195355.061000', '195355.064000', '195355.066000', '195355.069000', '195355.072000', '195355.074000', '195355.077000', '195355.080000', '195355.082000', '195355.085000', '195355.087000', '195355.090000', '195355.093000', '195355.096000', '195355.098000', '195355.101000', '195355.103000', '195355.106000', '195355.109000', '195355.111000', '195355.114000', '195355.116000', '195355.119000', '195355.121000', '195355.124000', '195355.127000', '195355.129000', '195415.014000', '195415.017000', '195415.020000', '195415.023000', '195415.025000', '195415.028000', '195415.031000', '195415.033000', '195415.036000', '195415.039000', '195415.041000', '195415.044000', '195415.047000', '195415.049000', '195415.052000', '195415.055000', '195415.057000', '195415.069000', '195415.072000', '195415.075000', '195415.077000', '195415.080000', '195415.083000', '195415.085000', '195415.088000', '195415.090000', '195415.106000', '195415.109000', '195415.111000', '195415.114000', '195415.117000', '195415.119000', '195415.122000', '195415.125000', '195415.127000', '195415.130000', '195415.133000', '195415.135000', '195415.138000', '195415.141000', '195415.143000', '195415.146000', '195415.149000', '195435.015000', '195435.018000', '195435.020000', '195435.024000', '195435.027000', '195435.030000', '195435.032000', '195435.035000', '195435.039000', '195435.041000', '195435.044000', '195435.047000', '195435.049000', '195435.052000', '195435.055000', '195435.057000', '195435.060000', '195435.063000', '195435.065000', '195435.068000', '195435.071000', '195435.073000', '195435.076000', '195435.079000', '195435.081000', '195435.084000', '195435.086000', '195435.089000', '195435.092000', '195435.094000', '195435.097000', '195435.100000', '195435.102000', '195435.105000', '195435.108000', '195435.110000', '195435.113000', '195435.115000', '195435.118000', '195435.121000', '195435.123000', '195435.126000', '195435.129000', '195455.015000', '195455.017000', '195455.021000', '195455.023000', '195455.026000', '195455.028000', '195455.031000', '195455.034000', '195455.037000', '195455.039000', '195455.042000', '195455.044000', '195455.047000', '195455.050000', '195455.052000', '195455.055000', '195455.058000', '195455.060000', '195455.064000', '195455.067000', '195455.070000', '195455.072000', '195455.075000', '195455.078000', '195455.080000', '195455.083000', '195455.086000', '195455.088000', '195455.091000', '195455.093000', '195455.096000', '195455.099000', '195455.101000', '195455.104000', '195455.107000', '195455.109000', '195455.112000', '195455.114000', '195455.117000', '195455.120000', '195455.122000', '195455.125000', '195455.128000', '195455.130000', '195515.015000', '195515.018000', '195515.020000', '195515.023000', '195515.026000', '195515.028000', '195515.031000', '195515.033000', '195515.036000', '195515.039000', '195515.042000', '195515.044000', '195515.047000', '195515.049000', '195515.052000', '195515.055000', '195515.057000', '195515.060000', '195515.062000', '195515.065000', '195515.068000', '195515.070000', '195515.073000', '195515.076000', '195515.078000', '195515.081000', '195515.084000', '195515.086000', '195515.089000', '195515.091000', '195515.094000', '195515.097000', '195515.099000', '195515.102000', '195515.105000', '195515.107000', '195515.110000', '195515.112000', '195515.115000', '195515.118000', '195515.121000', '195515.123000', '195515.126000', '195515.128000', '195521.901000', '195521.904000', '195521.907000', '195521.910000', '195521.913000', '195521.915000', '195521.918000', '195521.921000', '195521.924000', '195521.926000', '195521.929000', '195521.931000', '195521.934000', '195521.937000', '195521.941000'], 'InstanceCreationTime': ['194855.052000', '194855.056000', '194855.059000', '194855.061000', '194855.064000', '194855.066000', '194855.069000', '194855.087000', '194855.090000', '194855.093000', '194855.095000', '194855.098000', '194855.101000', '194855.103000', '194855.106000', '194855.108000', '194855.111000', '194855.114000', '194855.116000', '194855.119000', '194855.121000', '194855.124000', '194855.126000', '194855.129000', '194855.132000', '194855.134000', '194855.145000', '194855.148000', '194855.150000', '194855.153000', '194915.016000', '194915.019000', '194915.021000', '194915.024000', '194915.027000', '194915.029000', '194915.032000', '194915.034000', '194915.037000', '194915.040000', '194915.042000', '194915.045000', '194915.048000', '194915.050000', '194915.053000', '194915.055000', '194915.058000', '194915.060000', '194915.063000', '194915.066000', '194915.068000', '194915.071000', '194915.073000', '194915.076000', '194915.079000', '194915.081000', '194915.084000', '194915.087000', '194915.089000', '194915.092000', '194915.094000', '194915.097000', '194915.100000', '194915.102000', '194915.105000', '194915.107000', '194915.110000', '194915.113000', '194915.115000', '194915.118000', '194915.120000', '194915.123000', '194915.126000', '194915.128000', '194935.015000', '194935.018000', '194935.020000', '194935.023000', '194935.025000', '194935.028000', '194935.030000', '194935.033000', '194935.036000', '194935.038000', '194935.041000', '194935.043000', '194935.046000', '194935.049000', '194935.051000', '194935.054000', '194935.063000', '194935.065000', '194935.068000', '194935.071000', '194935.073000', '194935.076000', '194935.078000', '194935.081000', '194935.084000', '194935.086000', '194935.089000', '194935.091000', '194935.094000', '194935.097000', '194935.099000', '194935.102000', '194935.105000', '194935.108000', '194935.110000', '194935.113000', '194935.123000', '194935.126000', '194935.147000', '194935.150000', '194935.152000', '194935.155000', '194935.157000', '194955.014000', '194955.017000', '194955.020000', '194955.022000', '194955.025000', '194955.028000', '194955.030000', '194955.033000', '194955.035000', '194955.038000', '194955.041000', '194955.043000', '194955.046000', '194955.048000', '194955.051000', '194955.054000', '194955.056000', '194955.059000', '194955.061000', '194955.064000', '194955.067000', '194955.069000', '194955.072000', '194955.074000', '194955.077000', '194955.080000', '194955.082000', '194955.085000', '194955.087000', '194955.090000', '194955.093000', '194955.096000', '194955.098000', '194955.101000', '194955.104000', '194955.106000', '194955.109000', '194955.111000', '194955.114000', '194955.117000', '194955.119000', '194955.122000', '194955.124000', '194955.127000', '195015.014000', '195015.017000', '195015.020000', '195015.022000', '195015.025000', '195015.028000', '195015.030000', '195015.033000', '195015.036000', '195015.038000', '195015.041000', '195015.043000', '195015.046000', '195015.049000', '195015.051000', '195015.054000', '195015.057000', '195015.060000', '195015.063000', '195015.065000', '195015.068000', '195015.071000', '195015.073000', '195015.076000', '195015.079000', '195015.081000', '195015.090000', '195015.092000', '195015.095000', '195015.097000', '195015.100000', '195015.102000', '195015.105000', '195015.108000', '195015.110000', '195015.113000', '195015.115000', '195015.118000', '195015.121000', '195015.123000', '195015.126000', '195015.128000', '195015.131000', '195035.015000', '195035.018000', '195035.020000', '195035.023000', '195035.025000', '195035.028000', '195035.031000', '195035.033000', '195035.036000', '195035.038000', '195035.041000', '195035.043000', '195035.046000', '195035.049000', '195035.052000', '195035.054000', '195035.057000', '195035.060000', '195035.062000', '195035.065000', '195035.068000', '195035.070000', '195035.073000', '195035.075000', '195035.078000', '195035.081000', '195035.083000', '195035.086000', '195035.089000', '195035.091000', '195035.094000', '195035.096000', '195035.099000', '195035.102000', '195035.104000', '195035.107000', '195035.109000', '195035.112000', '195035.114000', '195035.117000', '195035.125000', '195035.128000', '195035.130000', '195035.133000', '195055.016000', '195055.019000', '195055.021000', '195055.024000', '195055.027000', '195055.029000', '195055.032000', '195055.035000', '195055.037000', '195055.040000', '195055.042000', '195055.045000', '195055.048000', '195055.050000', '195055.053000', '195055.056000', '195055.058000', '195055.061000', '195055.063000', '195055.066000', '195055.069000', '195055.071000', '195055.074000', '195055.077000', '195055.079000', '195055.082000', '195055.084000', '195055.087000', '195055.090000', '195055.092000', '195055.095000', '195055.098000', '195055.100000', '195055.103000', '195055.106000', '195055.108000', '195055.111000', '195055.114000', '195055.116000', '195055.119000', '195055.121000', '195055.125000', '195055.128000', '195115.016000', '195115.019000', '195115.021000', '195115.024000', '195115.027000', '195115.030000', '195115.032000', '195115.035000', '195115.038000', '195115.040000', '195115.043000', '195115.046000', '195115.048000', '195115.051000', '195115.054000', '195115.056000', '195115.059000', '195115.061000', '195115.064000', '195115.067000', '195115.069000', '195115.072000', '195115.075000', '195115.077000', '195115.080000', '195115.086000', '195115.088000', '195115.091000', '195115.094000', '195115.096000', '195115.099000', '195115.101000', '195115.104000', '195115.107000', '195115.122000', '195115.124000', '195115.127000', '195115.130000', '195115.132000', '195115.135000', '195115.138000', '195115.140000', '195115.143000', '195115.145000', '195135.015000', '195135.018000', '195135.021000', '195135.024000', '195135.026000', '195135.029000', '195135.039000', '195135.041000', '195135.044000', '195135.046000', '195135.049000', '195135.052000', '195135.054000', '195135.057000', '195135.060000', '195135.062000', '195135.065000', '195135.067000', '195135.070000', '195135.073000', '195135.075000', '195135.078000', '195135.081000', '195135.083000', '195135.086000', '195135.089000', '195135.091000', '195135.094000', '195135.096000', '195135.099000', '195135.102000', '195135.104000', '195135.107000', '195135.109000', '195135.112000', '195135.115000', '195135.117000', '195135.120000', '195135.122000', '195135.125000', '195135.128000', '195135.130000', '195135.133000', '195155.014000', '195155.017000', '195155.020000', '195155.023000', '195155.026000', '195155.028000', '195155.031000', '195155.034000', '195155.036000', '195155.039000', '195155.042000', '195155.044000', '195155.047000', '195155.049000', '195155.052000', '195155.055000', '195155.057000', '195155.060000', '195155.063000', '195155.065000', '195155.068000', '195155.071000', '195155.073000', '195155.076000', '195155.079000', '195155.081000', '195155.084000', '195155.087000', '195155.089000', '195155.092000', '195155.094000', '195155.097000', '195155.100000', '195155.102000', '195155.105000', '195155.108000', '195155.110000', '195155.113000', '195155.116000', '195155.118000', '195155.121000', '195155.124000', '195155.126000', '195155.129000', '195215.015000', '195215.018000', '195215.020000', '195215.023000', '195215.026000', '195215.029000', '195215.031000', '195215.034000', '195215.036000', '195215.039000', '195215.042000', '195215.044000', '195215.047000', '195215.050000', '195215.052000', '195215.055000', '195215.057000', '195215.060000', '195215.063000', '195215.065000', '195215.068000', '195215.071000', '195215.073000', '195215.076000', '195215.078000', '195215.081000', '195215.084000', '195215.086000', '195215.089000', '195215.092000', '195215.094000', '195215.097000', '195215.100000', '195215.102000', '195215.105000', '195215.108000', '195215.110000', '195215.113000', '195215.115000', '195215.118000', '195215.121000', '195215.123000', '195215.126000', '195235.014000', '195235.017000', '195235.020000', '195235.023000', '195235.026000', '195235.028000', '195235.031000', '195235.033000', '195235.036000', '195235.039000', '195235.041000', '195235.044000', '195235.047000', '195235.049000', '195235.052000', '195235.054000', '195235.057000', '195235.060000', '195235.062000', '195235.065000', '195235.068000', '195235.070000', '195235.073000', '195235.076000', '195235.078000', '195235.081000', '195235.084000', '195235.086000', '195235.089000', '195235.091000', '195235.094000', '195235.097000', '195235.099000', '195235.102000', '195235.105000', '195235.107000', '195235.110000', '195235.112000', '195235.115000', '195235.118000', '195235.120000', '195235.123000', '195235.126000', '195235.128000', '195255.015000', '195255.017000', '195255.020000', '195255.023000', '195255.026000', '195255.028000', '195255.031000', '195255.033000', '195255.036000', '195255.039000', '195255.041000', '195255.044000', '195255.047000', '195255.049000', '195255.052000', '195255.062000', '195255.065000', '195255.067000', '195255.070000', '195255.072000', '195255.075000', '195255.078000', '195255.080000', '195255.083000', '195255.086000', '195255.088000', '195255.091000', '195255.094000', '195255.097000', '195255.099000', '195255.102000', '195255.105000', '195255.107000', '195255.110000', '195255.112000', '195255.115000', '195255.118000', '195255.120000', '195255.123000', '195255.126000', '195255.128000', '195255.131000', '195255.133000', '195315.016000', '195315.019000', '195315.021000', '195315.024000', '195315.027000', '195315.029000', '195315.032000', '195315.035000', '195315.037000', '195315.040000', '195315.043000', '195315.045000', '195315.048000', '195315.051000', '195315.053000', '195315.056000', '195315.059000', '195315.061000', '195315.064000', '195315.067000', '195315.069000', '195315.072000', '195315.075000', '195315.077000', '195315.080000', '195315.082000', '195315.085000', '195315.088000', '195315.090000', '195315.093000', '195315.096000', '195315.098000', '195315.101000', '195315.104000', '195315.106000', '195315.109000', '195315.111000', '195315.114000', '195315.117000', '195315.119000', '195315.122000', '195315.125000', '195315.127000', '195315.130000', '195335.015000', '195335.018000', '195335.021000', '195335.024000', '195335.026000', '195335.029000', '195335.032000', '195335.034000', '195335.037000', '195335.039000', '195335.042000', '195335.045000', '195335.047000', '195335.050000', '195335.053000', '195335.056000', '195335.058000', '195335.061000', '195335.063000', '195335.066000', '195335.069000', '195335.071000', '195335.074000', '195335.076000', '195335.079000', '195335.082000', '195335.084000', '195335.087000', '195335.090000', '195335.093000', '195335.095000', '195335.098000', '195335.100000', '195335.103000', '195335.106000', '195335.108000', '195335.111000', '195335.114000', '195335.116000', '195335.119000', '195335.122000', '195335.124000', '195335.127000', '195355.016000', '195355.018000', '195355.021000', '195355.024000', '195355.027000', '195355.029000', '195355.032000', '195355.035000', '195355.037000', '195355.040000', '195355.042000', '195355.045000', '195355.048000', '195355.051000', '195355.053000', '195355.056000', '195355.058000', '195355.061000', '195355.064000', '195355.066000', '195355.069000', '195355.072000', '195355.074000', '195355.077000', '195355.080000', '195355.082000', '195355.085000', '195355.087000', '195355.090000', '195355.093000', '195355.096000', '195355.098000', '195355.101000', '195355.103000', '195355.106000', '195355.109000', '195355.111000', '195355.114000', '195355.116000', '195355.119000', '195355.121000', '195355.124000', '195355.127000', '195355.129000', '195415.014000', '195415.017000', '195415.020000', '195415.023000', '195415.025000', '195415.028000', '195415.031000', '195415.033000', '195415.036000', '195415.039000', '195415.041000', '195415.044000', '195415.047000', '195415.049000', '195415.052000', '195415.055000', '195415.057000', '195415.069000', '195415.072000', '195415.075000', '195415.077000', '195415.080000', '195415.083000', '195415.085000', '195415.088000', '195415.090000', '195415.106000', '195415.109000', '195415.111000', '195415.114000', '195415.117000', '195415.119000', '195415.122000', '195415.125000', '195415.127000', '195415.130000', '195415.133000', '195415.135000', '195415.138000', '195415.141000', '195415.143000', '195415.146000', '195415.149000', '195435.015000', '195435.018000', '195435.020000', '195435.024000', '195435.027000', '195435.030000', '195435.032000', '195435.035000', '195435.039000', '195435.041000', '195435.044000', '195435.047000', '195435.049000', '195435.052000', '195435.055000', '195435.057000', '195435.060000', '195435.063000', '195435.065000', '195435.068000', '195435.071000', '195435.073000', '195435.076000', '195435.079000', '195435.081000', '195435.084000', '195435.086000', '195435.089000', '195435.092000', '195435.094000', '195435.097000', '195435.100000', '195435.102000', '195435.105000', '195435.108000', '195435.110000', '195435.113000', '195435.115000', '195435.118000', '195435.121000', '195435.123000', '195435.126000', '195435.129000', '195455.015000', '195455.017000', '195455.021000', '195455.023000', '195455.026000', '195455.028000', '195455.031000', '195455.034000', '195455.037000', '195455.039000', '195455.042000', '195455.044000', '195455.047000', '195455.050000', '195455.052000', '195455.055000', '195455.058000', '195455.060000', '195455.064000', '195455.067000', '195455.070000', '195455.072000', '195455.075000', '195455.078000', '195455.080000', '195455.083000', '195455.086000', '195455.088000', '195455.091000', '195455.093000', '195455.096000', '195455.099000', '195455.101000', '195455.104000', '195455.107000', '195455.109000', '195455.112000', '195455.114000', '195455.117000', '195455.120000', '195455.122000', '195455.125000', '195455.128000', '195455.130000', '195515.015000', '195515.018000', '195515.020000', '195515.023000', '195515.026000', '195515.028000', '195515.031000', '195515.033000', '195515.036000', '195515.039000', '195515.042000', '195515.044000', '195515.047000', '195515.049000', '195515.052000', '195515.055000', '195515.057000', '195515.060000', '195515.062000', '195515.065000', '195515.068000', '195515.070000', '195515.073000', '195515.076000', '195515.078000', '195515.081000', '195515.084000', '195515.086000', '195515.089000', '195515.091000', '195515.094000', '195515.097000', '195515.099000', '195515.102000', '195515.105000', '195515.107000', '195515.110000', '195515.112000', '195515.115000', '195515.118000', '195515.121000', '195515.123000', '195515.126000', '195515.128000', '195521.901000', '195521.904000', '195521.907000', '195521.910000', '195521.913000', '195521.915000', '195521.918000', '195521.921000', '195521.924000', '195521.926000', '195521.929000', '195521.931000', '195521.934000', '195521.937000', '195521.941000'], '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': [12730, 11132, 10029, 9269, 7723, 7075, 9319, 7635, 9848, 9180, 7083, 6637, 10622, 7506, 7581, 10422, 11230, 11139, 10326, 12318, 8404, 7873, 10436, 8831, 11778, 9457, 7424, 6131, 7317, 7106, 6655, 6603, 6559, 6148, 6247, 6464, 6340, 7314, 6415, 6591, 6750, 6253, 10563, 10164, 8496, 12099, 9303, 7030, 11056, 9717, 9305, 13715, 9662, 6694, 11674, 9524, 8186, 13254, 10204, 7854, 11724, 8952, 6836, 11944, 10207, 8234, 11162, 7917, 6671, 10451, 7828, 9944, 10434, 7616, 6351, 8243, 7019, 10664, 9688, 7348, 10919, 6866, 5944, 7365, 7022, 7988, 7165, 6364, 10229, 6899, 6396, 10980, 9128, 8343, 11203, 7721, 6147, 9269, 6780, 10459, 8341, 6590, 12470, 7522, 6260, 9624, 7440, 7713, 9045, 6520, 6922, 6723, 6083, 10897, 8204, 6657, 9782, 7208, 6427, 11747, 9680, 7699, 11749, 7521, 6021, 9911, 7902, 8460, 10833, 7199, 6059, 9331, 7444, 7576, 9956, 7959, 6669, 7701, 9520, 9040, 7592, 12918, 9837, 7517, 12421, 10597, 8237, 12706, 9923, 10100, 10041, 6261, 6252, 6972, 6097, 6113, 8745, 6708, 6018, 8715, 7349, 8181, 9499, 8916, 10740, 8641, 6812, 11450, 10647, 8413, 12093, 8355, 6247, 8832, 6799, 9993, 7975, 6931, 9597, 6739, 7081, 8518, 8688, 6942, 6063, 11072, 8147, 6860, 8911, 7868, 6275, 11091, 9949, 7952, 12645, 7262, 6244, 7482, 6664, 6265, 7543, 6076, 5942, 7545, 6472, 6313, 9015, 7590, 7907, 8328, 6594, 9098, 10886, 8710, 11196, 9264, 6496, 8985, 6985, 5936, 9494, 9292, 9204, 8963, 6592, 10291, 10789, 8874, 12602, 9007, 6703, 9832, 7757, 8836, 10089, 7034, 7334, 8299, 6592, 10586, 8762, 6490, 7490, 8353, 6254, 6105, 9844, 7506, 6660, 9608, 8585, 7754, 10267, 8577, 7070, 12687, 10730, 8785, 12049, 7026, 6113, 7382, 6274, 5944, 7008, 6327, 5913, 6746, 6324, 6533, 7640, 6288, 10699, 8586, 6349, 10770, 9948, 8187, 10937, 10428, 7646, 9512, 6960, 7330, 8691, 7231, 10275, 9229, 6864, 9269, 9241, 7630, 12883, 10366, 7162, 11056, 8693, 6532, 9355, 6901, 7034, 9161, 6425, 5889, 8283, 6534, 9144, 8280, 6923, 7672, 7279, 6412, 9995, 8330, 7181, 10682, 8138, 6312, 6315, 10947, 8730, 6939, 12014, 9784, 6867, 11847, 9665, 7123, 11011, 8205, 6317, 8676, 6539, 6069, 8889, 7068, 5980, 9464, 7008, 6124, 8454, 7072, 9115, 9211, 6439, 8490, 6897, 6180, 11028, 9439, 7141, 11398, 8029, 6309, 10323, 8616, 9997, 9542, 8333, 10219, 7425, 6429, 11429, 9170, 7068, 9518, 6900, 7572, 7104, 6074, 11102, 9245, 7491, 10022, 7212, 7631, 7032, 6555, 10537, 8285, 6390, 10638, 7132, 6014, 9548, 7419, 6545, 10851, 7129, 5919, 8933, 6831, 9155, 8843, 6700, 7414, 7472, 6363, 10645, 8438, 7332, 10915, 6751, 6292, 7677, 9333, 7133, 6016, 8886, 9596, 7837, 6297, 12148, 10153, 10078, 10881, 8838, 12763, 8617, 6279, 6798, 7298, 5993, 7727, 6182, 6012, 7995, 6956, 6024, 9228, 7563, 7431, 8735, 6487, 9882, 9566, 7941, 12397, 9763, 7924, 8528, 7729, 7588, 6398, 10698, 11179, 11033, 10661, 7125, 11524, 10067, 6684, 10450, 8007, 6307, 7769, 6350, 6139, 7281, 6219, 8723, 7436, 6055, 8888, 8432, 6409, 9488, 6869, 11497, 9759, 6384, 8744, 7106, 7320, 8232, 6791, 11503, 8026, 6233, 8403, 7132, 6973, 8486, 6873, 6880, 7771, 6720, 8613, 7880, 6349, 9974, 7097, 6548, 10744, 9692, 7796, 12410, 8060, 6106, 9104, 7116, 8319, 8500, 6295, 6274, 7729, 6257, 6518, 7153, 6389, 10333, 7903, 6119, 9890, 8781, 7500, 8456, 6522, 9942, 7467, 6292, 10087, 7904, 8979, 8428, 7337, 10978, 7379, 6328, 10832, 6267, 6052, 6872, 6624, 6233, 7269, 7941, 6830, 9346, 9066, 7514, 12192, 10423, 6906, 8244, 6360, 6655, 6672, 5993, 9179, 7753, 6327, 7059, 6478, 6155, 8547, 7211, 8123, 7859, 6159, 9832, 8096, 6395, 9016, 7779, 10469, 11737, 9188, 12220, 11003, 8553, 10630, 7834, 5988, 8566, 6751, 6100, 7745, 6033, 8764, 6754, 6735, 7536, 6446, 7637, 7436, 6204, 6151, 8784, 8088, 9818, 11184, 7241, 9782, 8948, 6906, 12341, 10553, 8002, 9186, 6934, 5901, 8239, 6307, 6993, 7530, 6201, 6666, 7950, 6319, 9753, 7231, 6569, 7547, 6348, 9699, 8060, 9694, 9224, 6590, 9826, 7971, 6267, 8784, 7258, 9748, 9349, 8099, 8547, 8884, 6833, 6097, 10910, 8482, 7840, 13109, 8370, 6636, 11755, 7658, 11140, 9976, 6968, 8381, 6608, 6035, 9106, 7146, 6426, 7455, 6140, 6334, 6440, 6244, 10147, 8676, 6184, 8727, 6906, 6468, 8041, 6756, 10080, 9223, 6832, 10571, 9010, 6931, 10346, 8129, 10010, 9620, 6247, 8549, 9265, 6974, 10714, 7619, 9022, 7043, 6185, 10097, 7600, 6562, 9211, 6643, 6994, 6561, 6191, 10122, 8363, 7004, 9167, 6842, 7202, 6970, 6154, 10210, 8527, 6601, 10387, 8202, 7078, 9668, 7426, 6185, 8403, 8099, 7721, 10794, 9618, 7292, 13057, 8508, 10323, 9850, 7706, 10399, 6033, 6208, 7609, 6484, 6406, 7301, 6323, 6279, 6438, 6279, 9878, 7913, 10340, 9813, 6750, 10389, 7956, 6950, 8728, 6680, 11158, 7689, 6365, 9547, 7762, 7373, 8494, 7155, 9138, 7104, 6235, 10408, 8431, 7097, 10852, 7390, 6299, 9603, 7654, 9827, 10199, 6938, 10919, 8181, 6499, 8829, 6644, 12033, 8337, 6205, 7971, 6032, 6866, 6769, 6030, 10106, 7335, 5996, 8221, 6636, 8837, 9113, 7344, 11072, 7563, 6254, 9133, 7792, 8414, 10349, 6574, 6977, 7245, 6403, 9150, 8507, 10691, 10509, 6687, 9395, 6733, 9036, 8767, 6396, 8004, 6722, 6166, 6796, 7093, 6778, 6040, 9850, 9535, 11034, 10813, 8186, 12930, 8027, 12269, 11316, 8692, 10131, 6498, 9472, 6719, 6224, 7447, 6237, 6285, 6471, 6306, 7298, 7727, 6032, 8673, 6661, 7777, 7217, 6181, 9998, 7842, 10948, 10517, 7411, 10740, 8084, 6818, 8562, 6934, 11070, 8895, 6232, 9908, 7399, 6072, 9063, 7788, 8428, 8453, 6118, 6524, 7640, 6727, 11376, 10815, 6766, 9379, 7094, 6364, 8081, 6678, 7305, 6975, 6054], 'WindowCenter': [4075.0, 4049.0, 4023.0, 4011.0, 3988.0, 3977.0, 3996.0, 3985.0, 4007.0, 4007.0, 3975.0, 3975.0, 4017.0, 3975.0, 3984.0, 4004.0, 4003.0, 4018.0, 4005.0, 4026.0, 3985.0, 3985.0, 4004.0, 3982.0, 4014.0, 3993.0, 3959.0, 3951.0, 3972.0, 3973.0, 3962.0, 3962.0, 3965.0, 3966.0, 3976.0, 3990.0, 3990.0, 3998.0, 3991.0, 3992.0, 3992.0, 3992.0, 4032.0, 4031.0, 4012.0, 4043.0, 4020.0, 3989.0, 4042.0, 4018.0, 4008.0, 4050.0, 4007.0, 3974.0, 4026.0, 4005.0, 3994.0, 4025.0, 4017.0, 3985.0, 4016.0, 3982.0, 3961.0, 4001.0, 4005.0, 3982.0, 4004.0, 3971.0, 3962.0, 4004.0, 3971.0, 3991.0, 4003.0, 3970.0, 3950.0, 3982.0, 3960.0, 4014.0, 3992.0, 3972.0, 4003.0, 3963.0, 3953.0, 3974.0, 3976.0, 3984.0, 3973.0, 3964.0, 4018.0, 3975.0, 3966.0, 4018.0, 3997.0, 3985.0, 4017.0, 3985.0, 3953.0, 4005.0, 3975.0, 4015.0, 3993.0, 3962.0, 4024.0, 3972.0, 3962.0, 4007.0, 3986.0, 3986.0, 4009.0, 3976.0, 3987.0, 3977.0, 3966.0, 4016.0, 3998.0, 3977.0, 4018.0, 3987.0, 3978.0, 4039.0, 4007.0, 3996.0, 4040.0, 3996.0, 3965.0, 4019.0, 3996.0, 3995.0, 4029.0, 3987.0, 3965.0, 4006.0, 3987.0, 3997.0, 4031.0, 4010.0, 3988.0, 3997.0, 4006.0, 3996.0, 3973.0, 4025.0, 4006.0, 3976.0, 4028.0, 4005.0, 3983.0, 4025.0, 3993.0, 4002.0, 4003.0, 3949.0, 3960.0, 3972.0, 3962.0, 3963.0, 3993.0, 3987.0, 3964.0, 3993.0, 3983.0, 3994.0, 4003.0, 4006.0, 4016.0, 3993.0, 3962.0, 4025.0, 4014.0, 3992.0, 4024.0, 3994.0, 3960.0, 3991.0, 3972.0, 4002.0, 3980.0, 3972.0, 4002.0, 3975.0, 3989.0, 4006.0, 3994.0, 3972.0, 3963.0, 4013.0, 3982.0, 3964.0, 3994.0, 3984.0, 3964.0, 4028.0, 4005.0, 3985.0, 4026.0, 3985.0, 3975.0, 3997.0, 3974.0, 3963.0, 3985.0, 3967.0, 3967.0, 3987.0, 3966.0, 3966.0, 3996.0, 3988.0, 3988.0, 3998.0, 3978.0, 4009.0, 4030.0, 3997.0, 4017.0, 4008.0, 3964.0, 3993.0, 3974.0, 3965.0, 4005.0, 4018.0, 4006.0, 4004.0, 3974.0, 4017.0, 4015.0, 4005.0, 4037.0, 4004.0, 3962.0, 4002.0, 3982.0, 3992.0, 4015.0, 3973.0, 3971.0, 3982.0, 3961.0, 4002.0, 3981.0, 3961.0, 3987.0, 3996.0, 3962.0, 3962.0, 4003.0, 3971.0, 3961.0, 4003.0, 3992.0, 3982.0, 4003.0, 3981.0, 3960.0, 4022.0, 3999.0, 3979.0, 4012.0, 3959.0, 3937.0, 3958.0, 3949.0, 3951.0, 3960.0, 3965.0, 3954.0, 3974.0, 3975.0, 3978.0, 3987.0, 3976.0, 4018.0, 4008.0, 3966.0, 4018.0, 4007.0, 3997.0, 4016.0, 4017.0, 3985.0, 4005.0, 3974.0, 3974.0, 3983.0, 3973.0, 4005.0, 3993.0, 3963.0, 3993.0, 3993.0, 3971.0, 4013.0, 3993.0, 3961.0, 4002.0, 3981.0, 3950.0, 3991.0, 3960.0, 3960.0, 3994.0, 3951.0, 3941.0, 3982.0, 3962.0, 3992.0, 3983.0, 3973.0, 3972.0, 3971.0, 3961.0, 4002.0, 3982.0, 3974.0, 4016.0, 3983.0, 3962.0, 3961.0, 4014.0, 3991.0, 3960.0, 4023.0, 4003.0, 3961.0, 4013.0, 3992.0, 3972.0, 3999.0, 3979.0, 3949.0, 3981.0, 3949.0, 3949.0, 3992.0, 3961.0, 3964.0, 4005.0, 3975.0, 3965.0, 3997.0, 3976.0, 3995.0, 4006.0, 3964.0, 3995.0, 3974.0, 3963.0, 4015.0, 4004.0, 3974.0, 4027.0, 3984.0, 3963.0, 4004.0, 3983.0, 3992.0, 3992.0, 3983.0, 4003.0, 3960.0, 3951.0, 4012.0, 3990.0, 3960.0, 3990.0, 3973.0, 3971.0, 3961.0, 3950.0, 4012.0, 3991.0, 3970.0, 4004.0, 3972.0, 3972.0, 3961.0, 3950.0, 4001.0, 3981.0, 3962.0, 4003.0, 3962.0, 3952.0, 4004.0, 3973.0, 3963.0, 4016.0, 3974.0, 3953.0, 3995.0, 3962.0, 3993.0, 3994.0, 3963.0, 3974.0, 3974.0, 3965.0, 4014.0, 3983.0, 3986.0, 4026.0, 3988.0, 3990.0, 3996.0, 4006.0, 3984.0, 3963.0, 3994.0, 4005.0, 3984.0, 3964.0, 4026.0, 4006.0, 4004.0, 4003.0, 3994.0, 4025.0, 3991.0, 3961.0, 3959.0, 3969.0, 3949.0, 3980.0, 3962.0, 3961.0, 3982.0, 3973.0, 3964.0, 4004.0, 3996.0, 3984.0, 3995.0, 3964.0, 4004.0, 4003.0, 3983.0, 4025.0, 4001.0, 3994.0, 3992.0, 3981.0, 3980.0, 3960.0, 4000.0, 4010.0, 4001.0, 4001.0, 3958.0, 3998.0, 3987.0, 3944.0, 3997.0, 3967.0, 3946.0, 3967.0, 3958.0, 3947.0, 3968.0, 3947.0, 3977.0, 3969.0, 3950.0, 3991.0, 3981.0, 3950.0, 3992.0, 3960.0, 4001.0, 3991.0, 3949.0, 3980.0, 3960.0, 3970.0, 3980.0, 3959.0, 4012.0, 3979.0, 3949.0, 3980.0, 3969.0, 3969.0, 3992.0, 3960.0, 3970.0, 3969.0, 3959.0, 3979.0, 3981.0, 3961.0, 4001.0, 3969.0, 3959.0, 4010.0, 3989.0, 3980.0, 4021.0, 3979.0, 3947.0, 3989.0, 3957.0, 3966.0, 3977.0, 3947.0, 3946.0, 3967.0, 3959.0, 3960.0, 3958.0, 3948.0, 4001.0, 3978.0, 3948.0, 3999.0, 3978.0, 3968.0, 3977.0, 3959.0, 4000.0, 3968.0, 3958.0, 3999.0, 3979.0, 3989.0, 3978.0, 3968.0, 3997.0, 3969.0, 3975.0, 4012.0, 3958.0, 3948.0, 3959.0, 3958.0, 3961.0, 3972.0, 3983.0, 3963.0, 4004.0, 3992.0, 3971.0, 4023.0, 4002.0, 3970.0, 3980.0, 3960.0, 3960.0, 3959.0, 3962.0, 3990.0, 3981.0, 3962.0, 3983.0, 3973.0, 3964.0, 3994.0, 3973.0, 3983.0, 3971.0, 3951.0, 4004.0, 3984.0, 3964.0, 4005.0, 3982.0, 4001.0, 4011.0, 3978.0, 4009.0, 3998.0, 3965.0, 3985.0, 3953.0, 3934.0, 3963.0, 3956.0, 3934.0, 3954.0, 3935.0, 3975.0, 3957.0, 3957.0, 3969.0, 3975.0, 3982.0, 3971.0, 3962.0, 3962.0, 3991.0, 3981.0, 4002.0, 4014.0, 3972.0, 3992.0, 3982.0, 3973.0, 4013.0, 4002.0, 3981.0, 3990.0, 3971.0, 3949.0, 3980.0, 3959.0, 3973.0, 3981.0, 3950.0, 3959.0, 3981.0, 3961.0, 4002.0, 3972.0, 3961.0, 3981.0, 3961.0, 3992.0, 3971.0, 3992.0, 3993.0, 3963.0, 4003.0, 3983.0, 3952.0, 3995.0, 3974.0, 4017.0, 4006.0, 3988.0, 3997.0, 4006.0, 3962.0, 3950.0, 4013.0, 3982.0, 3982.0, 4024.0, 3983.0, 3961.0, 4013.0, 3971.0, 4000.0, 4001.0, 3959.0, 3980.0, 3958.0, 3950.0, 3990.0, 3959.0, 3960.0, 3972.0, 3962.0, 3962.0, 3963.0, 3963.0, 4002.0, 3994.0, 3962.0, 3993.0, 3973.0, 3974.0, 3994.0, 3972.0, 4015.0, 4004.0, 3965.0, 4015.0, 3993.0, 3971.0, 4002.0, 3982.0, 4002.0, 4003.0, 3960.0, 3990.0, 3990.0, 3970.0, 4001.0, 3971.0, 3991.0, 3959.0, 3949.0, 4000.0, 3970.0, 3959.0, 3992.0, 3961.0, 3962.0, 3951.0, 3951.0, 4002.0, 3983.0, 3973.0, 4004.0, 3962.0, 3972.0, 3971.0, 3961.0, 4001.0, 3993.0, 3973.0, 4014.0, 4007.0, 3974.0, 4003.0, 3971.0, 3951.0, 3993.0, 3981.0, 3983.0, 4014.0, 4001.0, 3972.0, 4024.0, 3992.0, 4000.0, 3988.0, 3968.0, 3999.0, 3947.0, 3949.0, 3981.0, 3961.0, 3960.0, 3983.0, 3974.0, 3974.0, 3974.0, 3975.0, 4016.0, 3995.0, 4015.0, 4015.0, 3973.0, 4014.0, 3983.0, 3971.0, 3992.0, 3961.0, 4014.0, 3973.0, 3964.0, 4005.0, 3984.0, 3983.0, 3991.0, 3975.0, 4004.0, 3970.0, 3962.0, 4012.0, 3981.0, 3971.0, 4015.0, 3972.0, 3962.0, 4004.0, 3982.0, 4002.0, 4004.0, 3960.0, 4000.0, 3980.0, 3948.0, 3990.0, 3958.0, 4010.0, 3979.0, 3947.0, 3968.0, 3938.0, 3949.0, 3949.0, 3951.0, 4003.0, 3972.0, 3963.0, 3994.0, 3975.0, 3993.0, 3993.0, 3972.0, 4012.0, 3970.0, 3958.0, 3991.0, 3970.0, 3981.0, 4014.0, 3972.0, 3971.0, 3982.0, 3973.0, 4003.0, 4005.0, 4014.0, 4012.0, 3958.0, 3990.0, 3960.0, 3989.0, 3990.0, 3960.0, 3983.0, 3976.0, 3964.0, 3975.0, 3971.0, 3973.0, 3965.0, 4005.0, 4006.0, 4016.0, 4015.0, 3980.0, 4023.0, 3970.0, 4010.0, 3998.0, 3978.0, 3988.0, 3947.0, 3977.0, 3947.0, 3948.0, 3957.0, 3950.0, 3961.0, 3961.0, 3962.0, 3983.0, 3983.0, 3962.0, 4005.0, 3975.0, 3984.0, 3984.0, 3963.0, 4015.0, 3984.0, 4014.0, 4015.0, 3972.0, 4013.0, 3982.0, 3958.0, 3982.0, 3960.0, 4013.0, 3992.0, 3950.0, 4002.0, 3970.0, 3950.0, 3991.0, 3983.0, 3993.0, 3982.0, 3951.0, 3960.0, 3969.0, 3961.0, 4025.0, 4014.0, 3961.0, 3991.0, 3958.0, 3961.0, 3979.0, 3962.0, 3972.0, 3971.0, 3962.0], 'WindowWidth': [9081.0, 9028.0, 8984.0, 8961.0, 8927.0, 8909.0, 8934.0, 8918.0, 8951.0, 8950.0, 8905.0, 8904.0, 8962.0, 8904.0, 8916.0, 8939.0, 8938.0, 8964.0, 8943.0, 8973.0, 8914.0, 8913.0, 8939.0, 8905.0, 8949.0, 8921.0, 8873.0, 8863.0, 8896.0, 8900.0, 8882.0, 8885.0, 8894.0, 8897.0, 8912.0, 8937.0, 8937.0, 8944.0, 8940.0, 8943.0, 8942.0, 8942.0, 8995.0, 8991.0, 8965.0, 9011.0, 8976.0, 8932.0, 9005.0, 8970.0, 8953.0, 9015.0, 8952.0, 8904.0, 8976.0, 8945.0, 8928.0, 8974.0, 8964.0, 8918.0, 8958.0, 8907.0, 8879.0, 8932.0, 8941.0, 8908.0, 8938.0, 8892.0, 8880.0, 8937.0, 8891.0, 8917.0, 8935.0, 8888.0, 8862.0, 8905.0, 8877.0, 8953.0, 8921.0, 8894.0, 8938.0, 8883.0, 8870.0, 8902.0, 8909.0, 8917.0, 8900.0, 8890.0, 8965.0, 8907.0, 8894.0, 8965.0, 8933.0, 8915.0, 8962.0, 8917.0, 8874.0, 8944.0, 8906.0, 8960.0, 8928.0, 8883.0, 8968.0, 8897.0, 8885.0, 8951.0, 8923.0, 8922.0, 8958.0, 8910.0, 8924.0, 8912.0, 8897.0, 8964.0, 8942.0, 8914.0, 8968.0, 8927.0, 8917.0, 8999.0, 8952.0, 8938.0, 9001.0, 8937.0, 8894.0, 8971.0, 8937.0, 8933.0, 8989.0, 8926.0, 8894.0, 8952.0, 8927.0, 8940.0, 8993.0, 8963.0, 8930.0, 8939.0, 8950.0, 8931.0, 8897.0, 8970.0, 8946.0, 8906.0, 8978.0, 8944.0, 8913.0, 8973.0, 8925.0, 8935.0, 8936.0, 8862.0, 8879.0, 8898.0, 8886.0, 8888.0, 8928.0, 8927.0, 8893.0, 8929.0, 8916.0, 8932.0, 8940.0, 8948.0, 8963.0, 8928.0, 8884.0, 8972.0, 8957.0, 8924.0, 8970.0, 8930.0, 8880.0, 8923.0, 8898.0, 8936.0, 8907.0, 8897.0, 8939.0, 8908.0, 8932.0, 8949.0, 8930.0, 8897.0, 8889.0, 8951.0, 8908.0, 8885.0, 8926.0, 8913.0, 8888.0, 8977.0, 8943.0, 8916.0, 8975.0, 8918.0, 8909.0, 8943.0, 8907.0, 8890.0, 8919.0, 8898.0, 8897.0, 8923.0, 8893.0, 8895.0, 8934.0, 8925.0, 8924.0, 8939.0, 8913.0, 8956.0, 8985.0, 8938.0, 8966.0, 8954.0, 8890.0, 8930.0, 8905.0, 8896.0, 8946.0, 8968.0, 8949.0, 8945.0, 8904.0, 8966.0, 8961.0, 8947.0, 8995.0, 8945.0, 8885.0, 8941.0, 8911.0, 8923.0, 8960.0, 8898.0, 8893.0, 8907.0, 8878.0, 8934.0, 8907.0, 8881.0, 8925.0, 8933.0, 8886.0, 8885.0, 8938.0, 8895.0, 8882.0, 8939.0, 8924.0, 8910.0, 8939.0, 8907.0, 8878.0, 8964.0, 8928.0, 8900.0, 8950.0, 8870.0, 8841.0, 8870.0, 8860.0, 8866.0, 8876.0, 8891.0, 8876.0, 8904.0, 8908.0, 8913.0, 8926.0, 8908.0, 8967.0, 8954.0, 8894.0, 8965.0, 8948.0, 8935.0, 8961.0, 8962.0, 8915.0, 8944.0, 8900.0, 8902.0, 8911.0, 8898.0, 8944.0, 8925.0, 8884.0, 8924.0, 8923.0, 8890.0, 8950.0, 8922.0, 8877.0, 8933.0, 8904.0, 8861.0, 8918.0, 8876.0, 8878.0, 8927.0, 8867.0, 8854.0, 8910.0, 8885.0, 8923.0, 8914.0, 8900.0, 8895.0, 8894.0, 8882.0, 8936.0, 8909.0, 8903.0, 8964.0, 8912.0, 8884.0, 8883.0, 8955.0, 8921.0, 8878.0, 8968.0, 8939.0, 8881.0, 8952.0, 8922.0, 8896.0, 8928.0, 8902.0, 8862.0, 8904.0, 8861.0, 8861.0, 8920.0, 8878.0, 8888.0, 8944.0, 8904.0, 8891.0, 8935.0, 8906.0, 8930.0, 8948.0, 8888.0, 8930.0, 8903.0, 8888.0, 8960.0, 8944.0, 8904.0, 8980.0, 8918.0, 8888.0, 8941.0, 8910.0, 8919.0, 8919.0, 8911.0, 8936.0, 8877.0, 8865.0, 8948.0, 8916.0, 8875.0, 8918.0, 8898.0, 8893.0, 8878.0, 8864.0, 8949.0, 8919.0, 8889.0, 8941.0, 8895.0, 8894.0, 8878.0, 8862.0, 8931.0, 8905.0, 8881.0, 8939.0, 8883.0, 8870.0, 8940.0, 8898.0, 8885.0, 8961.0, 8902.0, 8872.0, 8930.0, 8885.0, 8925.0, 8928.0, 8886.0, 8902.0, 8904.0, 8892.0, 8956.0, 8915.0, 8925.0, 8978.0, 8931.0, 8936.0, 8937.0, 8950.0, 8919.0, 8890.0, 8930.0, 8944.0, 8915.0, 8887.0, 8975.0, 8945.0, 8939.0, 8939.0, 8929.0, 8973.0, 8922.0, 8885.0, 8877.0, 8891.0, 8866.0, 8907.0, 8887.0, 8886.0, 8912.0, 8903.0, 8892.0, 8946.0, 8938.0, 8920.0, 8935.0, 8892.0, 8945.0, 8942.0, 8914.0, 8976.0, 8932.0, 8931.0, 8927.0, 8911.0, 8907.0, 8881.0, 8933.0, 8946.0, 8935.0, 8935.0, 8875.0, 8928.0, 8911.0, 8850.0, 8924.0, 8886.0, 8856.0, 8886.0, 8875.0, 8860.0, 8889.0, 8859.0, 8900.0, 8891.0, 8865.0, 8919.0, 8905.0, 8864.0, 8922.0, 8875.0, 8931.0, 8918.0, 8862.0, 8904.0, 8877.0, 8894.0, 8907.0, 8878.0, 8951.0, 8903.0, 8866.0, 8906.0, 8890.0, 8890.0, 8925.0, 8881.0, 8894.0, 8892.0, 8879.0, 8904.0, 8909.0, 8883.0, 8935.0, 8892.0, 8877.0, 8947.0, 8916.0, 8905.0, 8963.0, 8902.0, 8859.0, 8916.0, 8871.0, 8881.0, 8897.0, 8859.0, 8857.0, 8886.0, 8878.0, 8884.0, 8876.0, 8861.0, 8936.0, 8901.0, 8861.0, 8929.0, 8902.0, 8886.0, 8898.0, 8877.0, 8932.0, 8887.0, 8875.0, 8930.0, 8905.0, 8916.0, 8900.0, 8887.0, 8927.0, 8892.0, 8910.0, 8954.0, 8877.0, 8864.0, 8879.0, 8874.0, 8882.0, 8897.0, 8913.0, 8886.0, 8942.0, 8925.0, 8895.0, 8968.0, 8939.0, 8894.0, 8908.0, 8881.0, 8880.0, 8877.0, 8888.0, 8920.0, 8908.0, 8887.0, 8916.0, 8905.0, 8892.0, 8929.0, 8900.0, 8911.0, 8893.0, 8865.0, 8943.0, 8916.0, 8894.0, 8950.0, 8915.0, 8937.0, 8950.0, 8899.0, 8944.0, 8925.0, 8875.0, 8902.0, 8859.0, 8838.0, 8873.0, 8868.0, 8837.0, 8863.0, 8841.0, 8892.0, 8873.0, 8872.0, 8890.0, 8909.0, 8912.0, 8895.0, 8885.0, 8886.0, 8922.0, 8909.0, 8936.0, 8952.0, 8894.0, 8921.0, 8907.0, 8900.0, 8953.0, 8937.0, 8907.0, 8920.0, 8897.0, 8867.0, 8906.0, 8878.0, 8903.0, 8911.0, 8868.0, 8879.0, 8911.0, 8883.0, 8938.0, 8900.0, 8885.0, 8911.0, 8883.0, 8923.0, 8893.0, 8922.0, 8924.0, 8882.0, 8936.0, 8910.0, 8868.0, 8930.0, 8902.0, 8966.0, 8948.0, 8926.0, 8936.0, 8945.0, 8885.0, 8868.0, 8953.0, 8908.0, 8906.0, 8969.0, 8913.0, 8881.0, 8952.0, 8893.0, 8931.0, 8935.0, 8876.0, 8904.0, 8875.0, 8868.0, 8918.0, 8878.0, 8880.0, 8898.0, 8887.0, 8886.0, 8890.0, 8890.0, 8940.0, 8931.0, 8886.0, 8930.0, 8903.0, 8905.0, 8931.0, 8900.0, 8960.0, 8946.0, 8889.0, 8956.0, 8928.0, 8896.0, 8939.0, 8913.0, 8939.0, 8941.0, 8882.0, 8919.0, 8920.0, 8893.0, 8935.0, 8894.0, 8920.0, 8877.0, 8863.0, 8931.0, 8890.0, 8877.0, 8922.0, 8877.0, 8880.0, 8863.0, 8864.0, 8933.0, 8910.0, 8898.0, 8943.0, 8885.0, 8897.0, 8896.0, 8885.0, 8935.0, 8927.0, 8902.0, 8958.0, 8955.0, 8904.0, 8941.0, 8895.0, 8870.0, 8926.0, 8909.0, 8914.0, 8955.0, 8936.0, 8897.0, 8970.0, 8925.0, 8931.0, 8912.0, 8887.0, 8928.0, 8858.0, 8864.0, 8912.0, 8884.0, 8882.0, 8916.0, 8906.0, 8905.0, 8907.0, 8909.0, 8964.0, 8934.0, 8960.0, 8961.0, 8903.0, 8958.0, 8914.0, 8898.0, 8925.0, 8884.0, 8955.0, 8897.0, 8888.0, 8945.0, 8917.0, 8914.0, 8924.0, 8907.0, 8941.0, 8894.0, 8885.0, 8952.0, 8910.0, 8900.0, 8961.0, 8900.0, 8887.0, 8946.0, 8912.0, 8938.0, 8943.0, 8879.0, 8932.0, 8903.0, 8861.0, 8918.0, 8873.0, 8947.0, 8904.0, 8857.0, 8884.0, 8846.0, 8859.0, 8859.0, 8866.0, 8939.0, 8897.0, 8886.0, 8929.0, 8907.0, 8928.0, 8928.0, 8898.0, 8953.0, 8893.0, 8876.0, 8925.0, 8893.0, 8910.0, 8959.0, 8899.0, 8898.0, 8913.0, 8904.0, 8944.0, 8950.0, 8958.0, 8952.0, 8875.0, 8920.0, 8880.0, 8917.0, 8918.0, 8883.0, 8914.0, 8910.0, 8893.0, 8910.0, 8899.0, 8902.0, 8894.0, 8947.0, 8950.0, 8963.0, 8958.0, 8906.0, 8967.0, 8893.0, 8945.0, 8927.0, 8897.0, 8912.0, 8854.0, 8894.0, 8855.0, 8860.0, 8872.0, 8867.0, 8882.0, 8884.0, 8888.0, 8916.0, 8916.0, 8888.0, 8948.0, 8909.0, 8918.0, 8917.0, 8889.0, 8960.0, 8917.0, 8959.0, 8959.0, 8898.0, 8954.0, 8911.0, 8877.0, 8909.0, 8877.0, 8953.0, 8922.0, 8867.0, 8937.0, 8893.0, 8869.0, 8922.0, 8915.0, 8927.0, 8911.0, 8869.0, 8881.0, 8891.0, 8881.0, 8976.0, 8956.0, 8881.0, 8922.0, 8877.0, 8884.0, 8905.0, 8886.0, 8898.0, 8897.0, 8886.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.0018250746268656717</td></tr>
<tr><td colspan=3>aqi</td><td>0.05403779047072331</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.579699474586256</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.088450069954023</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9381738079425288</td></tr>
<tr><td colspan=3>efc</td><td>0.5001</td></tr>
<tr><td colspan=3>fber</td><td>4740.0269</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15275568772632897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.336394948335247</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.670780553187982</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5788291203341043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.913586657807408</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5199258814224335</td></tr>
<tr><td colspan=3>gcor</td><td>0.00413841</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006987050175666809</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03207876905798912</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1210924499724335</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2196</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3445</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.5627</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.9822</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3713</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.3421</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3166.7615</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.3642</td></tr>
<tr><td colspan=3>tsnr</td><td>28.11646716494579</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>