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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-03/func/sub-0109_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9df5fbe9f7ff9d39c8a9cc4ced43c44a</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>16:49:26.702500</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.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0923893</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4235, -7784, -7210, 386, -86, 40, 50, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d50e0d4-d600-469b-9163-3d7113b9a982||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.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['164926.702500', '164927.162500', '164927.622500', '164928.082500', '164928.542500', '164929.002500', '164929.462500', '164929.922500', '164930.382500', '164930.842500', '164931.302500', '164931.762500', '164932.222500', '164932.682500', '164933.142500', '164933.602500', '164934.062500', '164934.522500', '164934.982500', '164935.442500', '164935.902500', '164936.362500', '164936.822500', '164937.282500', '164937.742500', '164938.202500', '164938.662500', '164939.122500', '164939.582500', '164940.042500', '164940.502500', '164940.962500', '164941.422500', '164941.882500', '164942.342500', '164942.802500', '164943.262500', '164943.722500', '164944.182500', '164944.642500', '164945.102500', '164945.562500', '164946.022500', '164946.482500', '164946.942500', '164947.402500', '164947.862500', '164948.322500', '164948.782500', '164949.242500', '164949.702500', '164950.162500', '164950.622500', '164951.082500', '164951.542500', '164952.002500', '164952.462500', '164952.922500', '164953.382500', '164953.842500', '164954.302500', '164954.762500', '164955.222500', '164955.682500', '164956.142500', '164956.602500', '164957.062500', '164957.522500', '164957.982500', '164958.442500', '164958.902500', '164959.362500', '164959.822500', '165000.282500', '165000.742500', '165001.202500', '165001.662500', '165002.122500', '165002.582500', '165003.042500', '165003.502500', '165003.962500', '165004.422500', '165004.882500', '165005.342500', '165005.802500', '165006.262500', '165006.722500', '165007.182500', '165007.642500', '165008.102500', '165008.562500', '165009.022500', '165009.482500', '165009.942500', '165010.402500', '165010.862500', '165011.322500', '165011.782500', '165012.242500', '165012.702500', '165013.162500', '165013.622500', '165014.082500', '165014.542500', '165015.002500', '165015.462500', '165015.922500', '165016.382500', '165016.842500', '165017.302500', '165017.762500', '165018.222500', '165018.682500', '165019.142500', '165019.602500', '165020.062500', '165020.522500', '165020.982500', '165021.442500', '165021.902500', '165022.362500', '165022.822500', '165023.282500', '165023.742500', '165024.202500', '165024.662500', '165025.122500', '165025.582500', '165026.042500', '165026.502500', '165026.962500', '165027.422500', '165027.882500', '165028.342500', '165028.802500', '165029.262500', '165029.722500', '165030.182500', '165030.642500', '165031.102500', '165031.562500', '165032.022500', '165032.482500', '165032.942500', '165033.402500', '165033.862500', '165034.322500', '165034.782500', '165035.242500', '165035.702500', '165036.162500', '165036.622500', '165037.082500', '165037.542500', '165038.002500', '165038.462500', '165038.922500', '165039.382500', '165039.842500', '165040.302500', '165040.762500', '165041.222500', '165041.682500', '165042.142500', '165042.602500', '165043.062500', '165043.522500', '165043.982500', '165044.442500', '165044.902500', '165045.362500', '165045.822500', '165046.282500', '165046.742500', '165047.202500', '165047.662500', '165048.122500', '165048.582500', '165049.042500', '165049.502500', '165049.962500', '165050.422500', '165050.882500', '165051.342500', '165051.802500', '165052.262500', '165052.722500', '165053.182500', '165053.642500', '165054.102500', '165054.562500', '165055.022500', '165055.482500', '165055.942500', '165056.402500', '165056.862500', '165057.322500', '165057.782500', '165058.242500', '165058.702500', '165059.162500', '165059.622500', '165100.082500', '165100.542500', '165101.002500', '165101.462500', '165101.922500', '165102.382500', '165102.842500', '165103.302500', '165103.762500', '165104.222500', '165104.682500', '165105.142500', '165105.602500', '165106.062500', '165106.522500', '165106.982500', '165107.442500', '165107.902500', '165108.362500', '165108.822500', '165109.282500', '165109.742500', '165110.202500', '165110.662500', '165111.122500', '165111.582500', '165112.042500', '165112.502500', '165112.962500', '165113.422500', '165113.882500', '165114.342500', '165114.802500', '165115.262500', '165115.722500', '165116.182500', '165116.642500', '165117.102500', '165117.562500', '165118.022500', '165118.482500', '165118.942500', '165119.402500', '165119.862500', '165120.322500', '165120.782500', '165121.242500', '165121.702500', '165122.162500', '165122.622500', '165123.082500', '165123.542500', '165124.002500', '165124.462500', '165124.922500', '165125.382500', '165125.842500', '165126.302500', '165126.762500', '165127.222500', '165127.682500', '165128.142500', '165128.602500', '165129.062500', '165129.522500', '165129.982500', '165130.442500', '165130.902500', '165131.362500', '165131.822500', '165132.282500', '165132.742500', '165133.202500', '165133.662500', '165134.122500', '165134.582500', '165135.042500', '165135.502500', '165135.962500', '165136.422500', '165136.882500', '165137.342500', '165137.802500', '165138.262500', '165138.722500', '165139.182500', '165139.642500', '165140.102500', '165140.562500', '165141.022500', '165141.482500', '165141.942500', '165142.402500', '165142.862500', '165143.322500', '165143.782500', '165144.242500', '165144.702500', '165145.162500', '165145.622500', '165146.082500', '165146.542500', '165147.002500', '165147.462500', '165147.922500', '165148.382500', '165148.842500', '165149.302500', '165149.762500', '165150.222500', '165150.682500', '165151.142500', '165151.602500', '165152.062500', '165152.522500', '165152.982500', '165153.442500', '165153.902500', '165154.362500', '165154.822500', '165155.282500', '165155.742500', '165156.202500', '165156.662500', '165157.122500', '165157.582500', '165158.042500', '165158.502500', '165158.962500', '165159.422500', '165159.882500', '165200.342500', '165200.802500', '165201.262500', '165201.722500', '165202.182500', '165202.642500', '165203.102500', '165203.562500', '165204.022500', '165204.482500', '165204.942500', '165205.402500', '165205.862500', '165206.322500', '165206.782500', '165207.242500', '165207.702500', '165208.162500', '165208.622500', '165209.082500', '165209.542500', '165210.002500', '165210.462500', '165210.922500', '165211.382500', '165211.842500', '165212.302500', '165212.762500', '165213.222500', '165213.682500', '165214.142500', '165214.602500', '165215.062500', '165215.522500', '165215.982500', '165216.442500', '165216.902500', '165217.362500', '165217.822500', '165218.282500', '165218.742500', '165219.202500', '165219.662500', '165220.122500', '165220.582500', '165221.042500', '165221.502500', '165221.962500', '165222.422500', '165222.882500', '165223.342500', '165223.802500', '165224.262500', '165224.722500', '165225.182500', '165225.642500', '165226.102500', '165226.562500', '165227.022500', '165227.482500', '165227.942500', '165228.402500', '165228.862500', '165229.322500', '165229.782500', '165230.242500', '165230.702500', '165231.162500', '165231.622500', '165232.082500', '165232.542500', '165233.002500', '165233.462500', '165233.922500', '165234.382500', '165234.842500', '165235.302500', '165235.762500', '165236.222500', '165236.682500', '165237.142500', '165237.602500', '165238.062500', '165238.522500', '165238.982500', '165239.442500', '165239.902500', '165240.362500', '165240.822500', '165241.282500', '165241.742500', '165242.202500', '165242.662500', '165243.122500', '165243.582500', '165244.042500', '165244.502500', '165244.962500', '165245.422500', '165245.882500', '165246.342500', '165246.802500', '165247.262500', '165247.722500', '165248.182500', '165248.642500', '165249.102500', '165249.562500', '165250.022500', '165250.482500', '165250.942500', '165251.402500', '165251.862500', '165252.322500', '165252.782500', '165253.242500', '165253.702500', '165254.162500', '165254.622500', '165255.082500', '165255.542500', '165256.002500', '165256.462500', '165256.922500', '165257.382500', '165257.842500', '165258.302500', '165258.762500', '165259.222500', '165259.682500', '165300.142500', '165300.602500', '165301.062500', '165301.522500', '165301.982500', '165302.442500', '165302.902500', '165303.362500', '165303.822500', '165304.282500', '165304.742500', '165305.202500', '165305.662500', '165306.122500', '165306.582500', '165307.042500', '165307.502500', '165307.962500', '165308.422500', '165308.882500', '165309.342500', '165309.802500', '165310.262500', '165310.722500', '165311.182500', '165311.642500', '165312.102500', '165312.562500', '165313.022500', '165313.482500', '165313.942500', '165314.402500', '165314.862500', '165315.322500', '165315.782500', '165316.242500', '165316.702500', '165317.162500', '165317.622500', '165318.082500', '165318.542500', '165319.002500', '165319.462500', '165319.922500', '165320.382500', '165320.842500', '165321.302500', '165321.762500', '165322.222500', '165322.682500', '165323.142500', '165323.602500', '165324.062500', '165324.522500', '165324.982500', '165325.442500', '165325.902500', '165326.362500', '165326.822500', '165327.282500', '165327.742500', '165328.202500', '165328.662500', '165329.122500', '165329.582500', '165330.042500', '165330.502500', '165330.962500', '165331.422500', '165331.882500', '165332.342500', '165332.802500', '165333.262500', '165333.722500', '165334.182500', '165334.642500', '165335.102500', '165335.562500', '165336.022500', '165336.482500', '165336.942500', '165337.402500', '165337.862500', '165338.322500', '165338.782500', '165339.242500', '165339.702500', '165340.162500', '165340.622500', '165341.082500', '165341.542500', '165342.002500', '165342.462500', '165342.922500', '165343.382500', '165343.842500', '165344.302500', '165344.762500', '165345.222500', '165345.682500', '165346.142500', '165346.602500', '165347.062500', '165347.522500', '165347.982500', '165348.442500', '165348.902500', '165349.362500', '165349.822500', '165350.282500', '165350.742500', '165351.202500', '165351.662500', '165352.122500', '165352.582500', '165353.042500', '165353.502500', '165353.962500', '165354.422500', '165354.882500', '165355.342500', '165355.802500', '165356.262500', '165356.722500', '165357.182500', '165357.642500', '165358.102500', '165358.562500', '165359.022500', '165359.482500', '165359.942500', '165400.402500', '165400.862500', '165401.322500', '165401.782500', '165402.242500', '165402.702500', '165403.162500', '165403.622500', '165404.082500', '165404.542500', '165405.002500', '165405.462500', '165405.922500', '165406.382500', '165406.842500', '165407.302500', '165407.762500', '165408.222500', '165408.682500', '165409.142500', '165409.602500', '165410.062500', '165410.522500', '165410.982500', '165411.442500', '165411.902500', '165412.362500', '165412.822500', '165413.282500', '165413.742500', '165414.202500', '165414.662500', '165415.122500', '165415.582500', '165416.042500', '165416.502500', '165416.962500', '165417.422500', '165417.882500', '165418.342500', '165418.802500', '165419.262500', '165419.722500', '165420.182500', '165420.642500', '165421.102500', '165421.562500', '165422.022500', '165422.482500', '165422.942500', '165423.402500', '165423.862500', '165424.322500', '165424.782500', '165425.242500', '165425.702500', '165426.162500', '165426.622500', '165427.082500', '165427.542500', '165428.002500', '165428.462500', '165428.922500', '165429.382500', '165429.842500', '165430.302500', '165430.762500', '165431.222500', '165431.682500', '165432.142500', '165432.602500', '165433.062500', '165433.522500', '165433.982500', '165434.442500', '165434.902500', '165435.362500', '165435.822500', '165436.282500', '165436.742500', '165437.202500', '165437.662500', '165438.122500', '165438.582500', '165439.042500', '165439.502500', '165439.962500', '165440.422500', '165440.882500', '165441.342500', '165441.802500', '165442.262500', '165442.722500', '165443.182500', '165443.642500', '165444.102500', '165444.562500', '165445.022500', '165445.482500', '165445.942500', '165446.402500', '165446.862500', '165447.322500', '165447.782500', '165448.242500', '165448.702500', '165449.162500', '165449.622500', '165450.082500', '165450.542500', '165451.002500', '165451.462500', '165451.922500', '165452.382500', '165452.842500', '165453.302500', '165453.762500', '165454.222500', '165454.682500', '165455.142500', '165455.602500', '165456.062500', '165456.522500', '165456.982500', '165457.442500', '165457.902500', '165458.362500', '165458.822500', '165459.282500', '165459.742500', '165500.202500', '165500.662500', '165501.122500', '165501.582500', '165502.042500', '165502.502500', '165502.962500', '165503.422500', '165503.882500', '165504.342500', '165504.802500', '165505.262500', '165505.722500', '165506.182500', '165506.642500', '165507.102500', '165507.562500', '165508.022500', '165508.482500', '165508.942500', '165509.402500', '165509.862500', '165510.322500', '165510.782500', '165511.242500', '165511.702500', '165512.162500', '165512.622500', '165513.082500', '165513.542500', '165514.002500', '165514.462500', '165514.922500', '165515.382500', '165515.842500', '165516.302500', '165516.762500', '165517.222500', '165517.682500', '165518.142500', '165518.602500', '165519.062500', '165519.522500', '165519.982500', '165520.442500', '165520.902500', '165521.362500', '165521.822500', '165522.282500', '165522.742500', '165523.202500', '165523.662500', '165524.122500', '165524.582500', '165525.042500', '165525.502500', '165525.962500', '165526.422500', '165526.882500', '165527.342500', '165527.802500', '165528.262500', '165528.722500', '165529.182500', '165529.642500', '165530.102500', '165530.562500', '165531.022500', '165531.482500', '165531.942500', '165532.402500', '165532.862500', '165533.322500', '165533.782500', '165534.242500', '165534.702500', '165535.162500', '165535.622500', '165536.082500', '165536.542500', '165537.002500', '165537.462500', '165537.922500', '165538.382500', '165538.842500', '165539.302500', '165539.762500', '165540.222500', '165540.682500', '165541.142500', '165541.602500', '165542.062500', '165542.522500', '165542.982500', '165543.442500', '165543.902500', '165544.362500', '165544.822500', '165545.282500', '165545.742500', '165546.202500', '165546.662500', '165547.122500', '165547.582500', '165548.042500', '165548.502500', '165548.962500', '165549.422500', '165549.882500', '165550.342500', '165550.802500', '165551.262500', '165551.722500', '165552.182500', '165552.642500', '165553.102500', '165553.562500', '165554.022500', '165554.482500', '165554.942500', '165555.402500', '165555.862500', '165556.322500', '165556.782500', '165557.242500', '165557.702500', '165558.162500', '165558.622500', '165559.082500', '165559.542500', '165600.002500', '165600.462500', '165600.922500', '165601.382500', '165601.842500', '165602.302500', '165602.762500', '165603.222500', '165603.682500', '165604.142500', '165604.602500', '165605.062500', '165605.522500', '165605.982500', '165606.442500', '165606.902500', '165607.362500'], 'ContentTime': ['164951.978000', '164951.983000', '164951.986000', '164951.988000', '164951.991000', '164951.994000', '164951.996000', '164952.000000', '164952.003000', '164952.006000', '164952.008000', '164952.011000', '164952.013000', '164952.016000', '164952.018000', '164952.021000', '164952.024000', '164952.026000', '164952.029000', '164952.031000', '164952.034000', '164952.036000', '164952.039000', '164952.041000', '164952.044000', '164952.046000', '164952.055000', '164952.058000', '164952.061000', '164952.063000', '164952.066000', '164952.068000', '164952.071000', '164952.074000', '164952.076000', '164952.079000', '164952.081000', '164952.084000', '164952.086000', '164952.089000', '164952.091000', '164952.094000', '164952.097000', '164952.099000', '164952.102000', '164952.104000', '164952.107000', '164952.109000', '164952.112000', '164952.115000', '164952.117000', '165011.937000', '165011.940000', '165011.943000', '165011.945000', '165011.948000', '165011.951000', '165011.953000', '165011.956000', '165011.958000', '165011.961000', '165011.963000', '165011.966000', '165011.968000', '165011.971000', '165011.974000', '165011.976000', '165011.979000', '165011.981000', '165011.984000', '165011.986000', '165011.989000', '165011.991000', '165011.994000', '165011.997000', '165012.000000', '165012.003000', '165012.005000', '165012.008000', '165012.010000', '165012.013000', '165012.016000', '165012.018000', '165012.021000', '165012.023000', '165012.026000', '165012.028000', '165012.031000', '165012.072000', '165012.074000', '165012.077000', '165012.079000', '165012.082000', '165012.084000', '165012.087000', '165031.936000', '165031.939000', '165031.942000', '165031.945000', '165031.947000', '165031.950000', '165031.952000', '165031.955000', '165031.957000', '165031.960000', '165031.963000', '165031.966000', '165031.969000', '165031.972000', '165031.974000', '165031.977000', '165031.979000', '165031.982000', '165031.996000', '165031.998000', '165032.002000', '165032.004000', '165032.007000', '165032.010000', '165032.012000', '165032.015000', '165032.017000', '165032.020000', '165032.022000', '165032.025000', '165032.027000', '165032.030000', '165032.033000', '165032.035000', '165032.042000', '165032.045000', '165032.047000', '165032.050000', '165032.052000', '165032.055000', '165032.057000', '165032.060000', '165032.062000', '165051.936000', '165051.939000', '165051.942000', '165051.944000', '165051.947000', '165051.950000', '165051.952000', '165051.955000', '165051.957000', '165051.960000', '165051.962000', '165051.965000', '165051.967000', '165051.970000', '165051.972000', '165051.975000', '165051.978000', '165051.980000', '165051.990000', '165051.993000', '165051.995000', '165051.998000', '165052.001000', '165052.004000', '165052.006000', '165052.009000', '165052.012000', '165052.014000', '165052.017000', '165052.019000', '165052.022000', '165052.024000', '165052.027000', '165052.030000', '165052.032000', '165052.035000', '165052.037000', '165052.040000', '165052.043000', '165052.045000', '165052.048000', '165052.050000', '165052.053000', '165052.055000', '165111.938000', '165111.949000', '165111.952000', '165111.954000', '165111.957000', '165111.960000', '165111.962000', '165111.965000', '165111.967000', '165111.970000', '165111.972000', '165111.975000', '165111.978000', '165111.980000', '165111.983000', '165111.985000', '165111.988000', '165111.990000', '165111.993000', '165111.996000', '165111.998000', '165112.002000', '165112.004000', '165112.007000', '165112.010000', '165112.013000', '165112.016000', '165112.019000', '165112.021000', '165112.024000', '165112.027000', '165112.030000', '165112.033000', '165112.035000', '165112.038000', '165112.040000', '165112.043000', '165112.045000', '165112.050000', '165112.053000', '165112.055000', '165112.058000', '165112.060000', '165131.937000', '165131.940000', '165131.943000', '165131.945000', '165131.948000', '165131.951000', '165131.953000', '165131.956000', '165131.958000', '165131.961000', '165131.970000', '165131.973000', '165131.975000', '165131.978000', '165131.981000', '165131.983000', '165131.986000', '165131.988000', '165131.991000', '165131.994000', '165131.996000', '165132.000000', '165132.003000', '165132.005000', '165132.008000', '165132.011000', '165132.013000', '165132.016000', '165132.019000', '165132.021000', '165132.024000', '165132.026000', '165132.029000', '165132.031000', '165132.034000', '165132.037000', '165132.039000', '165132.042000', '165132.044000', '165132.047000', '165132.050000', '165132.052000', '165132.055000', '165132.057000', '165151.937000', '165151.940000', '165151.943000', '165151.945000', '165151.948000', '165151.951000', '165151.953000', '165151.956000', '165151.958000', '165151.961000', '165151.964000', '165151.966000', '165151.969000', '165151.971000', '165151.974000', '165151.977000', '165151.979000', '165151.982000', '165151.984000', '165151.987000', '165151.990000', '165151.992000', '165151.995000', '165151.997000', '165152.001000', '165152.003000', '165152.006000', '165152.009000', '165152.011000', '165152.014000', '165152.017000', '165152.019000', '165152.022000', '165152.024000', '165152.027000', '165152.029000', '165152.033000', '165152.036000', '165152.039000', '165152.041000', '165152.044000', '165152.047000', '165152.049000', '165211.938000', '165211.941000', '165211.943000', '165211.946000', '165211.948000', '165211.951000', '165211.953000', '165211.956000', '165211.959000', '165211.961000', '165211.964000', '165211.966000', '165211.969000', '165211.972000', '165211.974000', '165211.977000', '165211.979000', '165211.982000', '165211.985000', '165211.987000', '165211.990000', '165211.992000', '165211.995000', '165211.997000', '165212.001000', '165212.004000', '165212.006000', '165212.009000', '165212.011000', '165212.014000', '165212.017000', '165212.019000', '165212.022000', '165212.024000', '165212.027000', '165212.029000', '165212.032000', '165212.035000', '165212.037000', '165212.040000', '165212.042000', '165212.045000', '165212.048000', '165212.050000', '165231.937000', '165231.940000', '165231.943000', '165231.945000', '165231.948000', '165231.950000', '165231.953000', '165231.956000', '165231.958000', '165231.961000', '165231.963000', '165231.966000', '165231.968000', '165231.971000', '165231.974000', '165231.976000', '165231.979000', '165231.981000', '165231.984000', '165231.987000', '165231.989000', '165231.992000', '165231.994000', '165231.997000', '165232.001000', '165232.003000', '165232.010000', '165232.012000', '165232.015000', '165232.018000', '165232.020000', '165232.023000', '165232.025000', '165232.028000', '165232.030000', '165232.033000', '165232.035000', '165232.038000', '165232.041000', '165232.043000', '165232.046000', '165232.048000', '165232.051000', '165251.936000', '165251.939000', '165251.942000', '165251.944000', '165251.947000', '165251.950000', '165251.952000', '165251.955000', '165251.957000', '165251.960000', '165251.962000', '165251.965000', '165251.968000', '165251.970000', '165251.973000', '165251.975000', '165251.978000', '165251.981000', '165251.983000', '165251.986000', '165251.989000', '165251.991000', '165251.994000', '165251.996000', '165252.000000', '165252.003000', '165252.006000', '165252.008000', '165252.011000', '165252.013000', '165252.016000', '165252.029000', '165252.032000', '165252.035000', '165252.037000', '165252.040000', '165252.042000', '165252.045000', '165252.047000', '165252.050000', '165252.053000', '165252.055000', '165252.058000', '165252.060000', '165311.936000', '165311.948000', '165311.951000', '165311.954000', '165311.956000', '165311.959000', '165311.962000', '165311.964000', '165311.967000', '165311.970000', '165311.972000', '165311.975000', '165311.977000', '165311.980000', '165311.983000', '165311.985000', '165311.988000', '165311.990000', '165311.993000', '165311.996000', '165311.998000', '165312.002000', '165312.004000', '165312.007000', '165312.010000', '165312.012000', '165312.015000', '165312.017000', '165312.020000', '165312.023000', '165312.025000', '165312.028000', '165312.030000', '165312.033000', '165312.035000', '165312.038000', '165312.041000', '165312.044000', '165312.047000', '165312.050000', '165312.053000', '165312.055000', '165312.058000', '165331.937000', '165331.940000', '165331.943000', '165331.946000', '165331.948000', '165331.951000', '165331.953000', '165331.956000', '165331.959000', '165331.961000', '165331.964000', '165331.967000', '165331.969000', '165331.972000', '165331.974000', '165331.977000', '165331.980000', '165331.982000', '165331.985000', '165331.988000', '165331.990000', '165331.993000', '165331.995000', '165331.998000', '165332.002000', '165332.004000', '165332.007000', '165332.010000', '165332.012000', '165332.015000', '165332.017000', '165332.020000', '165332.023000', '165332.025000', '165332.028000', '165332.030000', '165332.033000', '165332.035000', '165332.038000', '165332.041000', '165332.043000', '165332.046000', '165332.048000', '165332.051000', '165351.938000', '165351.940000', '165351.943000', '165351.945000', '165351.948000', '165351.951000', '165351.953000', '165351.956000', '165351.958000', '165351.961000', '165351.964000', '165351.967000', '165351.969000', '165351.972000', '165351.975000', '165351.978000', '165351.980000', '165351.983000', '165351.986000', '165351.988000', '165351.991000', '165351.994000', '165351.996000', '165352.000000', '165352.002000', '165352.005000', '165352.008000', '165352.011000', '165352.013000', '165352.016000', '165352.018000', '165352.021000', '165352.024000', '165352.026000', '165352.029000', '165352.031000', '165352.034000', '165352.037000', '165352.039000', '165352.042000', '165352.044000', '165352.047000', '165352.050000', '165411.937000', '165411.940000', '165411.943000', '165411.945000', '165411.948000', '165411.951000', '165411.953000', '165411.956000', '165411.968000', '165411.970000', '165411.973000', '165411.975000', '165411.978000', '165411.981000', '165411.983000', '165411.986000', '165411.988000', '165411.991000', '165411.993000', '165411.996000', '165411.998000', '165412.002000', '165412.005000', '165412.007000', '165412.010000', '165412.013000', '165412.015000', '165412.018000', '165412.020000', '165412.023000', '165412.026000', '165412.028000', '165412.031000', '165412.033000', '165412.036000', '165412.038000', '165412.041000', '165412.044000', '165412.046000', '165412.049000', '165412.051000', '165412.054000', '165412.056000', '165412.059000', '165431.938000', '165431.940000', '165431.943000', '165431.946000', '165431.948000', '165431.962000', '165431.964000', '165431.967000', '165431.970000', '165431.972000', '165431.975000', '165431.978000', '165431.980000', '165431.983000', '165431.985000', '165431.988000', '165431.991000', '165431.993000', '165431.996000', '165431.998000', '165432.002000', '165432.005000', '165432.007000', '165432.010000', '165432.013000', '165432.015000', '165432.018000', '165432.020000', '165432.023000', '165432.026000', '165432.028000', '165432.031000', '165432.033000', '165432.036000', '165432.038000', '165432.041000', '165432.044000', '165432.046000', '165432.049000', '165432.052000', '165432.055000', '165432.057000', '165432.060000', '165451.938000', '165451.940000', '165451.943000', '165451.946000', '165451.948000', '165451.951000', '165451.954000', '165451.956000', '165451.959000', '165451.962000', '165451.964000', '165451.967000', '165451.970000', '165451.972000', '165451.975000', '165451.978000', '165451.980000', '165451.983000', '165451.985000', '165451.988000', '165451.991000', '165451.993000', '165451.996000', '165451.998000', '165452.002000', '165452.005000', '165452.007000', '165452.010000', '165452.012000', '165452.015000', '165452.018000', '165452.020000', '165452.023000', '165452.026000', '165452.028000', '165452.031000', '165452.034000', '165452.036000', '165452.039000', '165452.041000', '165452.044000', '165452.047000', '165452.049000', '165452.052000', '165511.936000', '165511.939000', '165511.942000', '165511.945000', '165511.947000', '165511.950000', '165511.953000', '165511.955000', '165511.958000', '165511.960000', '165511.963000', '165511.966000', '165511.968000', '165511.971000', '165511.973000', '165511.976000', '165511.978000', '165511.981000', '165511.983000', '165511.986000', '165511.989000', '165511.991000', '165511.994000', '165511.996000', '165512.000000', '165512.003000', '165512.005000', '165512.008000', '165512.011000', '165512.013000', '165512.016000', '165512.019000', '165512.021000', '165512.024000', '165512.026000', '165512.029000', '165512.032000', '165512.034000', '165512.037000', '165512.039000', '165512.042000', '165512.045000', '165512.047000', '165531.937000', '165531.939000', '165531.942000', '165531.945000', '165531.947000', '165531.950000', '165531.952000', '165531.955000', '165531.958000', '165531.960000', '165531.963000', '165531.965000', '165531.968000', '165531.971000', '165531.973000', '165531.976000', '165531.979000', '165531.981000', '165531.984000', '165532.019000', '165532.022000', '165532.024000', '165532.027000', '165532.030000', '165532.032000', '165532.035000', '165532.037000', '165532.040000', '165532.044000', '165532.046000', '165532.049000', '165532.052000', '165532.054000', '165532.057000', '165532.060000', '165532.062000', '165532.065000', '165532.067000', '165532.070000', '165532.072000', '165532.075000', '165532.078000', '165532.080000', '165532.083000', '165551.938000', '165551.940000', '165551.943000', '165551.974000', '165551.977000', '165551.979000', '165551.982000', '165551.984000', '165551.987000', '165551.990000', '165551.992000', '165551.995000', '165551.997000', '165552.001000', '165552.004000', '165552.006000', '165552.009000', '165552.011000', '165552.014000', '165552.016000', '165552.019000', '165552.022000', '165552.024000', '165552.027000', '165552.029000', '165552.032000', '165552.034000', '165552.037000', '165552.040000', '165552.042000', '165552.045000', '165552.047000', '165552.050000', '165552.052000', '165552.055000', '165552.058000', '165552.060000', '165552.063000', '165552.065000', '165552.068000', '165552.070000', '165552.073000', '165552.076000', '165609.122000', '165609.125000', '165609.128000', '165609.130000', '165609.133000', '165609.136000', '165609.139000', '165609.141000', '165609.144000', '165609.147000', '165609.149000', '165609.152000', '165609.155000', '165609.157000', '165609.160000', '165609.163000', '165609.166000', '165609.169000', '165609.172000', '165609.174000', '165609.177000', '165609.180000', '165609.182000', '165609.185000', '165609.191000', '165609.194000', '165609.198000', '165609.201000', '165609.204000', '165609.206000', '165609.209000', '165609.212000', '165609.215000', '165609.218000', '165609.220000', '165609.223000', '165609.226000', '165609.228000'], 'InstanceCreationTime': ['164951.978000', '164951.983000', '164951.986000', '164951.988000', '164951.991000', '164951.994000', '164951.996000', '164952.000000', '164952.003000', '164952.006000', '164952.008000', '164952.011000', '164952.013000', '164952.016000', '164952.018000', '164952.021000', '164952.024000', '164952.026000', '164952.029000', '164952.031000', '164952.034000', '164952.036000', '164952.039000', '164952.041000', '164952.044000', '164952.046000', '164952.055000', '164952.058000', '164952.061000', '164952.063000', '164952.066000', '164952.068000', '164952.071000', '164952.074000', '164952.076000', '164952.079000', '164952.081000', '164952.084000', '164952.086000', '164952.089000', '164952.091000', '164952.094000', '164952.097000', '164952.099000', '164952.102000', '164952.104000', '164952.107000', '164952.109000', '164952.112000', '164952.115000', '164952.117000', '165011.937000', '165011.940000', '165011.943000', '165011.945000', '165011.948000', '165011.951000', '165011.953000', '165011.956000', '165011.958000', '165011.961000', '165011.963000', '165011.966000', '165011.968000', '165011.971000', '165011.974000', '165011.976000', '165011.979000', '165011.981000', '165011.984000', '165011.986000', '165011.989000', '165011.991000', '165011.994000', '165011.997000', '165012.000000', '165012.003000', '165012.005000', '165012.008000', '165012.010000', '165012.013000', '165012.016000', '165012.018000', '165012.021000', '165012.023000', '165012.026000', '165012.028000', '165012.031000', '165012.072000', '165012.074000', '165012.077000', '165012.079000', '165012.082000', '165012.084000', '165012.087000', '165031.936000', '165031.939000', '165031.942000', '165031.945000', '165031.947000', '165031.950000', '165031.952000', '165031.955000', '165031.957000', '165031.960000', '165031.963000', '165031.966000', '165031.969000', '165031.972000', '165031.974000', '165031.977000', '165031.979000', '165031.982000', '165031.996000', '165031.998000', '165032.002000', '165032.004000', '165032.007000', '165032.010000', '165032.012000', '165032.015000', '165032.017000', '165032.020000', '165032.022000', '165032.025000', '165032.027000', '165032.030000', '165032.033000', '165032.035000', '165032.042000', '165032.045000', '165032.047000', '165032.050000', '165032.052000', '165032.055000', '165032.057000', '165032.060000', '165032.062000', '165051.936000', '165051.939000', '165051.942000', '165051.944000', '165051.947000', '165051.950000', '165051.952000', '165051.955000', '165051.957000', '165051.960000', '165051.962000', '165051.965000', '165051.967000', '165051.970000', '165051.972000', '165051.975000', '165051.978000', '165051.980000', '165051.990000', '165051.993000', '165051.995000', '165051.998000', '165052.001000', '165052.004000', '165052.006000', '165052.009000', '165052.012000', '165052.014000', '165052.017000', '165052.019000', '165052.022000', '165052.024000', '165052.027000', '165052.030000', '165052.032000', '165052.035000', '165052.037000', '165052.040000', '165052.043000', '165052.045000', '165052.048000', '165052.050000', '165052.053000', '165052.055000', '165111.938000', '165111.949000', '165111.952000', '165111.954000', '165111.957000', '165111.960000', '165111.962000', '165111.965000', '165111.967000', '165111.970000', '165111.972000', '165111.975000', '165111.978000', '165111.980000', '165111.983000', '165111.985000', '165111.988000', '165111.990000', '165111.993000', '165111.996000', '165111.998000', '165112.002000', '165112.004000', '165112.007000', '165112.010000', '165112.013000', '165112.016000', '165112.019000', '165112.021000', '165112.024000', '165112.027000', '165112.030000', '165112.033000', '165112.035000', '165112.038000', '165112.040000', '165112.043000', '165112.045000', '165112.050000', '165112.053000', '165112.055000', '165112.058000', '165112.060000', '165131.937000', '165131.940000', '165131.943000', '165131.945000', '165131.948000', '165131.951000', '165131.953000', '165131.956000', '165131.958000', '165131.961000', '165131.970000', '165131.973000', '165131.975000', '165131.978000', '165131.981000', '165131.983000', '165131.986000', '165131.988000', '165131.991000', '165131.994000', '165131.996000', '165132.000000', '165132.003000', '165132.005000', '165132.008000', '165132.011000', '165132.013000', '165132.016000', '165132.019000', '165132.021000', '165132.024000', '165132.026000', '165132.029000', '165132.031000', '165132.034000', '165132.037000', '165132.039000', '165132.042000', '165132.044000', '165132.047000', '165132.050000', '165132.052000', '165132.055000', '165132.057000', '165151.937000', '165151.940000', '165151.943000', '165151.945000', '165151.948000', '165151.951000', '165151.953000', '165151.956000', '165151.958000', '165151.961000', '165151.964000', '165151.966000', '165151.969000', '165151.971000', '165151.974000', '165151.977000', '165151.979000', '165151.982000', '165151.984000', '165151.987000', '165151.990000', '165151.992000', '165151.995000', '165151.997000', '165152.001000', '165152.003000', '165152.006000', '165152.009000', '165152.011000', '165152.014000', '165152.017000', '165152.019000', '165152.022000', '165152.024000', '165152.027000', '165152.029000', '165152.033000', '165152.036000', '165152.039000', '165152.041000', '165152.044000', '165152.047000', '165152.049000', '165211.938000', '165211.941000', '165211.943000', '165211.946000', '165211.948000', '165211.951000', '165211.953000', '165211.956000', '165211.959000', '165211.961000', '165211.964000', '165211.966000', '165211.969000', '165211.972000', '165211.974000', '165211.977000', '165211.979000', '165211.982000', '165211.985000', '165211.987000', '165211.990000', '165211.992000', '165211.995000', '165211.997000', '165212.001000', '165212.004000', '165212.006000', '165212.009000', '165212.011000', '165212.014000', '165212.017000', '165212.019000', '165212.022000', '165212.024000', '165212.027000', '165212.029000', '165212.032000', '165212.035000', '165212.037000', '165212.040000', '165212.042000', '165212.045000', '165212.048000', '165212.050000', '165231.937000', '165231.940000', '165231.943000', '165231.945000', '165231.948000', '165231.950000', '165231.953000', '165231.956000', '165231.958000', '165231.961000', '165231.963000', '165231.966000', '165231.968000', '165231.971000', '165231.974000', '165231.976000', '165231.979000', '165231.981000', '165231.984000', '165231.987000', '165231.989000', '165231.992000', '165231.994000', '165231.997000', '165232.001000', '165232.003000', '165232.010000', '165232.012000', '165232.015000', '165232.018000', '165232.020000', '165232.023000', '165232.025000', '165232.028000', '165232.030000', '165232.033000', '165232.035000', '165232.038000', '165232.041000', '165232.043000', '165232.046000', '165232.048000', '165232.051000', '165251.936000', '165251.939000', '165251.942000', '165251.944000', '165251.947000', '165251.950000', '165251.952000', '165251.955000', '165251.957000', '165251.960000', '165251.962000', '165251.965000', '165251.968000', '165251.970000', '165251.973000', '165251.975000', '165251.978000', '165251.981000', '165251.983000', '165251.986000', '165251.989000', '165251.991000', '165251.994000', '165251.996000', '165252.000000', '165252.003000', '165252.006000', '165252.008000', '165252.011000', '165252.013000', '165252.016000', '165252.029000', '165252.032000', '165252.035000', '165252.037000', '165252.040000', '165252.042000', '165252.045000', '165252.047000', '165252.050000', '165252.053000', '165252.055000', '165252.058000', '165252.060000', '165311.936000', '165311.948000', '165311.951000', '165311.954000', '165311.956000', '165311.959000', '165311.962000', '165311.964000', '165311.967000', '165311.970000', '165311.972000', '165311.975000', '165311.977000', '165311.980000', '165311.983000', '165311.985000', '165311.988000', '165311.990000', '165311.993000', '165311.996000', '165311.998000', '165312.002000', '165312.004000', '165312.007000', '165312.010000', '165312.012000', '165312.015000', '165312.017000', '165312.020000', '165312.023000', '165312.025000', '165312.028000', '165312.030000', '165312.033000', '165312.035000', '165312.038000', '165312.041000', '165312.044000', '165312.047000', '165312.050000', '165312.053000', '165312.055000', '165312.058000', '165331.937000', '165331.940000', '165331.943000', '165331.946000', '165331.948000', '165331.951000', '165331.953000', '165331.956000', '165331.959000', '165331.961000', '165331.964000', '165331.967000', '165331.969000', '165331.972000', '165331.974000', '165331.977000', '165331.980000', '165331.982000', '165331.985000', '165331.988000', '165331.990000', '165331.993000', '165331.995000', '165331.998000', '165332.002000', '165332.004000', '165332.007000', '165332.010000', '165332.012000', '165332.015000', '165332.017000', '165332.020000', '165332.023000', '165332.025000', '165332.028000', '165332.030000', '165332.033000', '165332.035000', '165332.038000', '165332.041000', '165332.043000', '165332.046000', '165332.048000', '165332.051000', '165351.938000', '165351.940000', '165351.943000', '165351.945000', '165351.948000', '165351.951000', '165351.953000', '165351.956000', '165351.958000', '165351.961000', '165351.964000', '165351.967000', '165351.969000', '165351.972000', '165351.975000', '165351.978000', '165351.980000', '165351.983000', '165351.986000', '165351.988000', '165351.991000', '165351.994000', '165351.996000', '165352.000000', '165352.002000', '165352.005000', '165352.008000', '165352.011000', '165352.013000', '165352.016000', '165352.018000', '165352.021000', '165352.024000', '165352.026000', '165352.029000', '165352.031000', '165352.034000', '165352.037000', '165352.039000', '165352.042000', '165352.044000', '165352.047000', '165352.050000', '165411.937000', '165411.940000', '165411.943000', '165411.945000', '165411.948000', '165411.951000', '165411.953000', '165411.956000', '165411.968000', '165411.970000', '165411.973000', '165411.975000', '165411.978000', '165411.981000', '165411.983000', '165411.986000', '165411.988000', '165411.991000', '165411.993000', '165411.996000', '165411.998000', '165412.002000', '165412.005000', '165412.007000', '165412.010000', '165412.013000', '165412.015000', '165412.018000', '165412.020000', '165412.023000', '165412.026000', '165412.028000', '165412.031000', '165412.033000', '165412.036000', '165412.038000', '165412.041000', '165412.044000', '165412.046000', '165412.049000', '165412.051000', '165412.054000', '165412.056000', '165412.059000', '165431.938000', '165431.940000', '165431.943000', '165431.946000', '165431.948000', '165431.962000', '165431.964000', '165431.967000', '165431.970000', '165431.972000', '165431.975000', '165431.978000', '165431.980000', '165431.983000', '165431.985000', '165431.988000', '165431.991000', '165431.993000', '165431.996000', '165431.998000', '165432.002000', '165432.005000', '165432.007000', '165432.010000', '165432.013000', '165432.015000', '165432.018000', '165432.020000', '165432.023000', '165432.026000', '165432.028000', '165432.031000', '165432.033000', '165432.036000', '165432.038000', '165432.041000', '165432.044000', '165432.046000', '165432.049000', '165432.052000', '165432.055000', '165432.057000', '165432.060000', '165451.938000', '165451.940000', '165451.943000', '165451.946000', '165451.948000', '165451.951000', '165451.954000', '165451.956000', '165451.959000', '165451.962000', '165451.964000', '165451.967000', '165451.970000', '165451.972000', '165451.975000', '165451.978000', '165451.980000', '165451.983000', '165451.985000', '165451.988000', '165451.991000', '165451.993000', '165451.996000', '165451.998000', '165452.002000', '165452.005000', '165452.007000', '165452.010000', '165452.012000', '165452.015000', '165452.018000', '165452.020000', '165452.023000', '165452.026000', '165452.028000', '165452.031000', '165452.034000', '165452.036000', '165452.039000', '165452.041000', '165452.044000', '165452.047000', '165452.049000', '165452.052000', '165511.936000', '165511.939000', '165511.942000', '165511.945000', '165511.947000', '165511.950000', '165511.953000', '165511.955000', '165511.958000', '165511.960000', '165511.963000', '165511.966000', '165511.968000', '165511.971000', '165511.973000', '165511.976000', '165511.978000', '165511.981000', '165511.983000', '165511.986000', '165511.989000', '165511.991000', '165511.994000', '165511.996000', '165512.000000', '165512.003000', '165512.005000', '165512.008000', '165512.011000', '165512.013000', '165512.016000', '165512.019000', '165512.021000', '165512.024000', '165512.026000', '165512.029000', '165512.032000', '165512.034000', '165512.037000', '165512.039000', '165512.042000', '165512.045000', '165512.047000', '165531.937000', '165531.939000', '165531.942000', '165531.945000', '165531.947000', '165531.950000', '165531.952000', '165531.955000', '165531.958000', '165531.960000', '165531.963000', '165531.965000', '165531.968000', '165531.971000', '165531.973000', '165531.976000', '165531.979000', '165531.981000', '165531.984000', '165532.019000', '165532.022000', '165532.024000', '165532.027000', '165532.030000', '165532.032000', '165532.035000', '165532.037000', '165532.040000', '165532.044000', '165532.046000', '165532.049000', '165532.052000', '165532.054000', '165532.057000', '165532.060000', '165532.062000', '165532.065000', '165532.067000', '165532.070000', '165532.072000', '165532.075000', '165532.078000', '165532.080000', '165532.083000', '165551.938000', '165551.940000', '165551.943000', '165551.974000', '165551.977000', '165551.979000', '165551.982000', '165551.984000', '165551.987000', '165551.990000', '165551.992000', '165551.995000', '165551.997000', '165552.001000', '165552.004000', '165552.006000', '165552.009000', '165552.011000', '165552.014000', '165552.016000', '165552.019000', '165552.022000', '165552.024000', '165552.027000', '165552.029000', '165552.032000', '165552.034000', '165552.037000', '165552.040000', '165552.042000', '165552.045000', '165552.047000', '165552.050000', '165552.052000', '165552.055000', '165552.058000', '165552.060000', '165552.063000', '165552.065000', '165552.068000', '165552.070000', '165552.073000', '165552.076000', '165609.122000', '165609.125000', '165609.128000', '165609.130000', '165609.133000', '165609.136000', '165609.139000', '165609.141000', '165609.144000', '165609.147000', '165609.149000', '165609.152000', '165609.155000', '165609.157000', '165609.160000', '165609.163000', '165609.166000', '165609.169000', '165609.172000', '165609.174000', '165609.177000', '165609.180000', '165609.182000', '165609.185000', '165609.191000', '165609.194000', '165609.198000', '165609.201000', '165609.204000', '165609.206000', '165609.209000', '165609.212000', '165609.215000', '165609.218000', '165609.220000', '165609.223000', '165609.226000', '165609.228000'], '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': [9134, 12922, 9238, 12413, 8736, 12384, 8708, 11876, 8651, 11879, 8430, 11493, 9621, 10751, 11900, 10417, 12900, 10123, 12964, 9035, 12206, 10241, 10228, 10173, 7901, 10737, 9102, 11060, 11004, 10761, 14239, 10379, 12429, 9576, 13095, 8909, 12330, 9380, 12033, 8797, 11727, 8431, 12095, 9084, 11583, 8853, 11782, 8211, 12150, 9361, 11649, 9277, 12169, 8606, 12653, 10053, 12909, 8656, 12620, 9344, 12188, 10243, 13083, 9296, 12890, 8844, 13067, 9801, 13362, 9612, 12894, 8937, 12546, 8935, 12682, 8744, 11880, 8351, 11241, 7714, 11874, 8819, 12244, 10202, 11408, 8388, 10413, 10505, 10547, 12229, 10653, 10924, 9616, 11676, 9670, 13334, 10126, 12174, 9051, 12389, 8555, 12187, 9240, 11545, 8265, 11723, 8585, 12065, 9462, 11450, 8636, 12268, 8469, 12264, 9083, 12003, 8018, 11429, 7972, 11850, 9126, 11752, 8643, 11994, 8977, 12254, 10359, 12828, 10460, 12647, 8713, 12632, 9757, 12272, 10480, 13445, 9163, 12518, 8646, 11677, 8439, 12312, 8305, 12062, 8272, 11658, 7778, 11054, 8558, 10775, 9811, 10909, 8325, 10552, 9711, 10686, 12752, 10557, 10724, 9711, 10122, 10001, 11732, 10166, 13433, 10019, 11203, 9321, 11185, 9339, 12646, 9846, 12430, 9694, 13071, 8658, 12517, 9175, 12003, 9309, 12204, 8603, 12293, 9472, 12401, 9728, 10941, 9354, 10674, 10126, 11143, 10949, 8140, 10475, 8348, 11332, 9205, 11922, 7943, 11814, 8103, 12109, 8647, 12822, 8852, 12741, 8872, 12308, 8577, 12571, 9369, 13082, 9320, 12875, 8674, 12850, 9130, 12108, 8320, 12256, 8389, 10669, 9399, 12000, 9495, 10186, 10909, 8212, 11922, 8676, 12440, 8670, 13147, 10242, 13957, 9788, 7380, 10557, 7637, 12313, 8292, 12521, 9690, 13005, 9157, 12501, 9419, 13116, 10270, 12779, 9586, 11284, 9721, 10430, 11471, 8583, 12074, 7995, 12221, 8200, 12670, 9385, 12904, 10291, 12387, 8942, 12622, 8769, 12253, 9462, 12134, 8694, 12001, 8939, 11657, 9395, 12096, 8533, 12365, 9631, 12032, 10376, 12580, 9062, 12351, 9172, 12038, 10209, 12091, 8761, 12104, 9385, 11983, 10342, 11955, 9040, 11579, 9419, 12813, 10135, 9588, 9511, 9258, 10405, 9257, 11793, 8221, 11704, 8221, 12031, 8673, 11974, 8020, 12020, 8392, 11737, 8108, 11943, 8010, 11762, 8085, 11996, 8373, 11549, 8269, 12246, 8942, 12378, 9843, 12010, 9424, 12305, 9009, 12463, 9768, 11805, 10279, 13068, 8980, 12525, 9653, 13580, 10620, 13181, 9153, 12432, 8659, 12037, 9226, 11762, 8868, 12196, 8566, 12347, 9673, 11698, 9234, 10682, 9415, 11465, 10223, 9281, 10275, 7629, 10974, 8268, 11884, 8149, 11957, 8270, 12472, 9318, 12631, 10565, 13166, 9305, 12828, 9897, 13631, 10592, 12796, 10097, 12186, 8178, 11925, 9404, 12609, 10246, 12497, 8695, 11814, 7927, 11137, 9471, 11931, 9286, 12296, 9747, 12241, 9743, 11438, 9270, 12269, 9893, 11782, 10102, 7941, 10319, 7356, 11788, 8528, 11940, 9550, 11988, 9019, 12629, 9366, 12830, 10093, 13683, 10981, 12929, 8965, 12602, 8985, 12489, 8863, 11649, 10041, 10921, 8945, 9946, 11634, 9690, 13089, 10002, 11744, 9350, 11711, 8742, 11965, 9242, 11411, 9184, 11668, 8895, 10955, 10141, 9993, 9981, 7374, 10269, 9698, 10670, 14861, 10922, 14985, 11870, 13588, 10497, 13270, 9947, 12912, 9582, 12718, 8625, 11126, 8263, 12014, 8350, 11212, 7878, 10796, 9040, 11052, 11717, 10717, 11520, 9953, 10114, 10073, 12240, 10282, 13141, 9882, 11931, 8912, 12005, 9157, 12364, 9280, 11902, 8483, 12271, 8155, 12092, 8044, 11812, 8450, 11197, 10972, 11059, 10652, 10439, 7875, 10233, 9159, 10655, 9789, 10652, 10307, 10842, 8229, 10113, 8162, 10491, 9552, 11312, 8614, 10401, 9500, 9966, 11933, 10273, 11035, 9757, 12158, 9746, 13061, 10003, 12246, 9209, 12659, 8831, 12667, 10170, 11716, 8958, 12338, 8737, 12355, 8875, 11326, 8092, 11893, 8251, 12303, 8806, 11655, 8792, 12175, 8371, 12394, 8647, 11759, 8232, 12063, 8152, 11700, 9754, 11028, 7983, 10370, 10376, 10530, 12237, 10783, 11263, 9505, 12679, 9158, 12460, 9948, 11680, 9002, 11935, 8531, 11747, 8710, 11105, 8178, 11618, 8186, 11275, 8580, 10927, 8070, 10735, 7839, 10787, 8715, 10715, 7651, 11256, 7797, 11524, 8207, 11670, 7969, 12041, 8183, 12632, 9026, 12763, 9486, 13378, 9300, 13242, 9806, 13506, 9626, 13145, 8899, 12888, 9095, 12304, 9109, 12348, 8120, 12152, 8469, 12576, 9254, 11351, 9347, 11515, 8567, 11868, 9374, 12171, 10566, 15370, 10439, 10883, 9522, 10512, 9717, 14029, 10057, 12741, 9091, 11631, 8423, 12168, 9177, 10563, 9918, 8552, 10412, 10149, 10837, 9343, 10647, 8331, 10844, 8644, 11252, 7625, 12003, 7773, 11632, 8234, 11125, 7695, 11599, 7909, 12438, 8913, 12498, 8773, 12400, 9185, 12528, 10030, 13410, 10987, 12653, 8744, 11427, 9146, 12710, 10039, 11130, 10867, 8956, 13131, 8682, 12748, 8665, 12824, 8696, 12698, 9113, 12112, 8266, 12262, 8673, 12075, 9757, 11366, 8475, 12008, 9057, 12440, 9813, 10992, 9643, 8809, 9900, 8213, 11753, 8805, 13009, 9841, 12652, 9049, 12769, 10276, 13743, 11146, 12767, 9168, 12195, 8538, 12322, 9620, 12104, 9422, 10410, 9586, 9819, 10049, 9200, 10630, 7549, 11195, 7704, 11990, 8372, 12058, 8279, 11941, 7861, 11452, 8014, 11867, 8826, 11528, 8105, 11783, 7686, 11119, 7766, 11781, 8216, 11753, 8374, 11751, 8123, 11749, 8430, 11554, 8157, 11404, 10750, 10834, 16208, 10557, 13382, 9463, 12281, 8576, 12461, 9198, 11824, 9876, 11255, 8667, 12026, 7969, 11667, 8064, 11555, 8109, 10781, 7670, 10593, 9009, 10569, 11607, 10123, 10487, 9679, 9949, 10148, 10526, 10682, 8956, 10331, 9684, 10851, 12324, 10922, 9493, 9795, 10080, 10188, 9642, 10865, 8962, 10978, 7616, 10687, 7396, 11793, 8474, 11543, 14709, 11426, 13827, 10161, 11585, 9458, 13015, 9937, 13104, 9726, 12426, 8773, 12102, 9365, 12187, 9823, 10232, 9075, 11762, 8970, 13089, 9983, 11859, 9151, 12030, 8498, 12307, 8739, 11058, 8620, 11624, 8553, 11764, 9023, 11630, 9790, 11657, 9040, 11944, 8962, 12241, 9937, 12907, 10065, 12832, 8190, 11697, 8456, 11515, 8089, 11561, 7707, 10957, 8605, 11310], 'WindowCenter': [4434.0, 4449.0, 4404.0, 4410.0, 4367.0, 4394.0, 4352.0, 4393.0, 4352.0, 4382.0, 4340.0, 4381.0, 4359.0, 4370.0, 4380.0, 4384.0, 4390.0, 4371.0, 4378.0, 4349.0, 4381.0, 4373.0, 4372.0, 4383.0, 4355.0, 4396.0, 4363.0, 4382.0, 4370.0, 4382.0, 4413.0, 4373.0, 4390.0, 4359.0, 4387.0, 4348.0, 4390.0, 4363.0, 4380.0, 4351.0, 4379.0, 4350.0, 4392.0, 4374.0, 4383.0, 4374.0, 4392.0, 4352.0, 4404.0, 4376.0, 4393.0, 4375.0, 4391.0, 4366.0, 4404.0, 4373.0, 4393.0, 4363.0, 4391.0, 4375.0, 4393.0, 4383.0, 4390.0, 4362.0, 4391.0, 4361.0, 4392.0, 4371.0, 4390.0, 4360.0, 4380.0, 4349.0, 4379.0, 4350.0, 4379.0, 4339.0, 4379.0, 4336.0, 4368.0, 4328.0, 4380.0, 4350.0, 4393.0, 4360.0, 4379.0, 4338.0, 4368.0, 4356.0, 4369.0, 4379.0, 4370.0, 4368.0, 4359.0, 4366.0, 4358.0, 4403.0, 4371.0, 4380.0, 4348.0, 4376.0, 4349.0, 4377.0, 4360.0, 4370.0, 4341.0, 4378.0, 4351.0, 4392.0, 4373.0, 4381.0, 4351.0, 4380.0, 4353.0, 4393.0, 4352.0, 4380.0, 4341.0, 4379.0, 4352.0, 4392.0, 4362.0, 4382.0, 4352.0, 4380.0, 4364.0, 4392.0, 4373.0, 4390.0, 4372.0, 4390.0, 4351.0, 4378.0, 4373.0, 4380.0, 4383.0, 4390.0, 4360.0, 4380.0, 4351.0, 4380.0, 4350.0, 4390.0, 4339.0, 4391.0, 4339.0, 4379.0, 4327.0, 4379.0, 4339.0, 4371.0, 4359.0, 4370.0, 4337.0, 4368.0, 4347.0, 4368.0, 4380.0, 4369.0, 4367.0, 4360.0, 4357.0, 4361.0, 4379.0, 4371.0, 4394.0, 4373.0, 4369.0, 4362.0, 4367.0, 4360.0, 4379.0, 4372.0, 4379.0, 4363.0, 4380.0, 4350.0, 4379.0, 4361.0, 4381.0, 4361.0, 4381.0, 4351.0, 4391.0, 4375.0, 4392.0, 4373.0, 4382.0, 4362.0, 4371.0, 4374.0, 4381.0, 4383.0, 4340.0, 4381.0, 4350.0, 4383.0, 4374.0, 4394.0, 4342.0, 4392.0, 4340.0, 4391.0, 4363.0, 4392.0, 4350.0, 4389.0, 4350.0, 4381.0, 4353.0, 4391.0, 4360.0, 4390.0, 4350.0, 4380.0, 4339.0, 4391.0, 4362.0, 4379.0, 4352.0, 4379.0, 4341.0, 4370.0, 4361.0, 4392.0, 4374.0, 4375.0, 4384.0, 4351.0, 4382.0, 4351.0, 4391.0, 4353.0, 4393.0, 4373.0, 4392.0, 4372.0, 4332.0, 4383.0, 4341.0, 4393.0, 4352.0, 4392.0, 4364.0, 4390.0, 4361.0, 4381.0, 4361.0, 4393.0, 4372.0, 4381.0, 4360.0, 4370.0, 4361.0, 4371.0, 4381.0, 4350.0, 4381.0, 4339.0, 4380.0, 4340.0, 4393.0, 4364.0, 4390.0, 4370.0, 4378.0, 4351.0, 4378.0, 4349.0, 4380.0, 4361.0, 4377.0, 4350.0, 4380.0, 4364.0, 4379.0, 4360.0, 4379.0, 4352.0, 4378.0, 4373.0, 4379.0, 4371.0, 4377.0, 4349.0, 4378.0, 4361.0, 4380.0, 4371.0, 4378.0, 4348.0, 4378.0, 4362.0, 4381.0, 4371.0, 4380.0, 4350.0, 4369.0, 4361.0, 4392.0, 4372.0, 4360.0, 4362.0, 4361.0, 4382.0, 4361.0, 4382.0, 4351.0, 4381.0, 4339.0, 4382.0, 4349.0, 4381.0, 4338.0, 4381.0, 4340.0, 4380.0, 4342.0, 4381.0, 4340.0, 4379.0, 4340.0, 4392.0, 4351.0, 4382.0, 4351.0, 4380.0, 4359.0, 4392.0, 4373.0, 4380.0, 4360.0, 4380.0, 4348.0, 4381.0, 4372.0, 4380.0, 4370.0, 4380.0, 4352.0, 4379.0, 4361.0, 4391.0, 4371.0, 4380.0, 4350.0, 4376.0, 4350.0, 4393.0, 4361.0, 4380.0, 4362.0, 4377.0, 4352.0, 4392.0, 4374.0, 4382.0, 4362.0, 4369.0, 4370.0, 4393.0, 4372.0, 4361.0, 4372.0, 4332.0, 4384.0, 4352.0, 4383.0, 4342.0, 4382.0, 4339.0, 4392.0, 4363.0, 4392.0, 4383.0, 4390.0, 4360.0, 4378.0, 4360.0, 4390.0, 4370.0, 4379.0, 4362.0, 4367.0, 4338.0, 4366.0, 4360.0, 4381.0, 4361.0, 4378.0, 4338.0, 4366.0, 4327.0, 4368.0, 4348.0, 4377.0, 4360.0, 4391.0, 4375.0, 4381.0, 4364.0, 4379.0, 4360.0, 4378.0, 4371.0, 4379.0, 4372.0, 4339.0, 4371.0, 4332.0, 4394.0, 4365.0, 4392.0, 4373.0, 4391.0, 4363.0, 4391.0, 4374.0, 4393.0, 4383.0, 4403.0, 4373.0, 4392.0, 4350.0, 4382.0, 4348.0, 4380.0, 4350.0, 4382.0, 4358.0, 4371.0, 4349.0, 4361.0, 4367.0, 4357.0, 4388.0, 4373.0, 4380.0, 4360.0, 4379.0, 4350.0, 4392.0, 4373.0, 4379.0, 4374.0, 4391.0, 4362.0, 4381.0, 4384.0, 4372.0, 4372.0, 4334.0, 4385.0, 4372.0, 4383.0, 4403.0, 4384.0, 4402.0, 4383.0, 4380.0, 4370.0, 4380.0, 4362.0, 4379.0, 4349.0, 4377.0, 4339.0, 4369.0, 4339.0, 4381.0, 4339.0, 4381.0, 4339.0, 4371.0, 4348.0, 4382.0, 4384.0, 4371.0, 4370.0, 4359.0, 4360.0, 4361.0, 4377.0, 4370.0, 4390.0, 4360.0, 4379.0, 4350.0, 4379.0, 4359.0, 4391.0, 4362.0, 4379.0, 4348.0, 4377.0, 4328.0, 4379.0, 4329.0, 4379.0, 4338.0, 4370.0, 4371.0, 4379.0, 4359.0, 4371.0, 4327.0, 4358.0, 4347.0, 4369.0, 4358.0, 4384.0, 4372.0, 4382.0, 4350.0, 4371.0, 4340.0, 4370.0, 4361.0, 4382.0, 4349.0, 4373.0, 4360.0, 4373.0, 4392.0, 4383.0, 4392.0, 4373.0, 4379.0, 4373.0, 4392.0, 4371.0, 4381.0, 4362.0, 4390.0, 4353.0, 4392.0, 4371.0, 4380.0, 4351.0, 4379.0, 4352.0, 4392.0, 4351.0, 4380.0, 4340.0, 4380.0, 4352.0, 4392.0, 4364.0, 4383.0, 4354.0, 4381.0, 4350.0, 4392.0, 4351.0, 4381.0, 4340.0, 4382.0, 4338.0, 4383.0, 4359.0, 4372.0, 4337.0, 4371.0, 4360.0, 4371.0, 4379.0, 4371.0, 4369.0, 4360.0, 4379.0, 4360.0, 4391.0, 4362.0, 4379.0, 4350.0, 4378.0, 4351.0, 4381.0, 4351.0, 4371.0, 4340.0, 4380.0, 4339.0, 4383.0, 4350.0, 4372.0, 4340.0, 4382.0, 4330.0, 4381.0, 4352.0, 4372.0, 4340.0, 4382.0, 4341.0, 4396.0, 4353.0, 4393.0, 4351.0, 4395.0, 4353.0, 4395.0, 4364.0, 4392.0, 4363.0, 4391.0, 4361.0, 4393.0, 4362.0, 4389.0, 4361.0, 4379.0, 4349.0, 4390.0, 4350.0, 4380.0, 4346.0, 4379.0, 4340.0, 4380.0, 4341.0, 4381.0, 4362.0, 4380.0, 4363.0, 4380.0, 4352.0, 4381.0, 4371.0, 4391.0, 4384.0, 4403.0, 4372.0, 4371.0, 4360.0, 4368.0, 4360.0, 4389.0, 4372.0, 4380.0, 4361.0, 4380.0, 4353.0, 4391.0, 4372.0, 4370.0, 4372.0, 4349.0, 4383.0, 4371.0, 4383.0, 4360.0, 4371.0, 4340.0, 4381.0, 4353.0, 4382.0, 4341.0, 4392.0, 4341.0, 4383.0, 4351.0, 4382.0, 4340.0, 4381.0, 4350.0, 4403.0, 4361.0, 4392.0, 4352.0, 4380.0, 4362.0, 4381.0, 4373.0, 4391.0, 4371.0, 4380.0, 4339.0, 4367.0, 4350.0, 4380.0, 4371.0, 4380.0, 4385.0, 4364.0, 4405.0, 4351.0, 4380.0, 4338.0, 4380.0, 4350.0, 4392.0, 4349.0, 4381.0, 4340.0, 4380.0, 4351.0, 4391.0, 4361.0, 4369.0, 4351.0, 4379.0, 4351.0, 4391.0, 4372.0, 4382.0, 4372.0, 4350.0, 4372.0, 4353.0, 4393.0, 4362.0, 4392.0, 4372.0, 4391.0, 4352.0, 4391.0, 4370.0, 4394.0, 4381.0, 4379.0, 4360.0, 4377.0, 4351.0, 4390.0, 4363.0, 4378.0, 4362.0, 4372.0, 4361.0, 4369.0, 4372.0, 4362.0, 4373.0, 4331.0, 4383.0, 4330.0, 4382.0, 4353.0, 4392.0, 4341.0, 4381.0, 4341.0, 4381.0, 4341.0, 4382.0, 4350.0, 4381.0, 4339.0, 4381.0, 4341.0, 4380.0, 4342.0, 4394.0, 4355.0, 4382.0, 4355.0, 4382.0, 4341.0, 4381.0, 4352.0, 4382.0, 4339.0, 4383.0, 4368.0, 4370.0, 4399.0, 4371.0, 4378.0, 4360.0, 4378.0, 4339.0, 4378.0, 4361.0, 4382.0, 4371.0, 4380.0, 4351.0, 4378.0, 4340.0, 4377.0, 4340.0, 4382.0, 4340.0, 4383.0, 4340.0, 4382.0, 4361.0, 4384.0, 4382.0, 4373.0, 4369.0, 4372.0, 4369.0, 4384.0, 4382.0, 4385.0, 4351.0, 4373.0, 4360.0, 4382.0, 4391.0, 4371.0, 4359.0, 4360.0, 4359.0, 4371.0, 4361.0, 4384.0, 4363.0, 4382.0, 4341.0, 4383.0, 4332.0, 4394.0, 4351.0, 4383.0, 4400.0, 4381.0, 4389.0, 4371.0, 4377.0, 4360.0, 4380.0, 4371.0, 4390.0, 4362.0, 4379.0, 4353.0, 4381.0, 4373.0, 4393.0, 4373.0, 4370.0, 4364.0, 4379.0, 4362.0, 4392.0, 4371.0, 4379.0, 4362.0, 4379.0, 4351.0, 4394.0, 4351.0, 4380.0, 4351.0, 4381.0, 4350.0, 4391.0, 4364.0, 4393.0, 4374.0, 4381.0, 4363.0, 4379.0, 4352.0, 4380.0, 4374.0, 4391.0, 4360.0, 4380.0, 4338.0, 4369.0, 4341.0, 4380.0, 4338.0, 4380.0, 4328.0, 4381.0, 4352.0, 4381.0], 'WindowWidth': [9789.0, 9796.0, 9722.0, 9719.0, 9655.0, 9686.0, 9626.0, 9681.0, 9629.0, 9665.0, 9607.0, 9662.0, 9629.0, 9646.0, 9659.0, 9670.0, 9673.0, 9648.0, 9653.0, 9616.0, 9661.0, 9653.0, 9650.0, 9671.0, 9636.0, 9693.0, 9642.0, 9665.0, 9644.0, 9665.0, 9713.0, 9656.0, 9674.0, 9631.0, 9666.0, 9614.0, 9673.0, 9642.0, 9659.0, 9622.0, 9655.0, 9620.0, 9680.0, 9660.0, 9668.0, 9660.0, 9680.0, 9627.0, 9700.0, 9667.0, 9683.0, 9661.0, 9677.0, 9651.0, 9698.0, 9657.0, 9680.0, 9642.0, 9678.0, 9664.0, 9681.0, 9670.0, 9674.0, 9641.0, 9675.0, 9636.0, 9680.0, 9650.0, 9672.0, 9629.0, 9657.0, 9615.0, 9657.0, 9620.0, 9656.0, 9601.0, 9655.0, 9594.0, 9639.0, 9587.0, 9658.0, 9618.0, 9680.0, 9632.0, 9656.0, 9598.0, 9639.0, 9621.0, 9643.0, 9655.0, 9645.0, 9638.0, 9629.0, 9636.0, 9629.0, 9695.0, 9651.0, 9657.0, 9615.0, 9648.0, 9617.0, 9653.0, 9633.0, 9644.0, 9608.0, 9654.0, 9623.0, 9679.0, 9655.0, 9661.0, 9623.0, 9658.0, 9627.0, 9682.0, 9624.0, 9657.0, 9607.0, 9656.0, 9628.0, 9678.0, 9640.0, 9663.0, 9626.0, 9660.0, 9645.0, 9680.0, 9655.0, 9673.0, 9652.0, 9672.0, 9623.0, 9654.0, 9656.0, 9658.0, 9668.0, 9674.0, 9633.0, 9658.0, 9624.0, 9660.0, 9621.0, 9674.0, 9604.0, 9675.0, 9602.0, 9657.0, 9584.0, 9657.0, 9602.0, 9648.0, 9630.0, 9645.0, 9598.0, 9641.0, 9610.0, 9641.0, 9659.0, 9643.0, 9636.0, 9631.0, 9624.0, 9633.0, 9655.0, 9648.0, 9684.0, 9653.0, 9643.0, 9637.0, 9638.0, 9633.0, 9656.0, 9654.0, 9657.0, 9639.0, 9658.0, 9619.0, 9658.0, 9639.0, 9661.0, 9637.0, 9660.0, 9623.0, 9677.0, 9661.0, 9678.0, 9656.0, 9665.0, 9640.0, 9648.0, 9658.0, 9666.0, 9669.0, 9608.0, 9663.0, 9620.0, 9668.0, 9658.0, 9684.0, 9612.0, 9680.0, 9608.0, 9677.0, 9643.0, 9679.0, 9619.0, 9672.0, 9617.0, 9661.0, 9628.0, 9674.0, 9632.0, 9671.0, 9618.0, 9658.0, 9601.0, 9675.0, 9637.0, 9657.0, 9623.0, 9656.0, 9607.0, 9643.0, 9637.0, 9677.0, 9661.0, 9659.0, 9671.0, 9624.0, 9665.0, 9621.0, 9676.0, 9628.0, 9681.0, 9652.0, 9677.0, 9651.0, 9599.0, 9668.0, 9609.0, 9681.0, 9625.0, 9680.0, 9641.0, 9673.0, 9636.0, 9660.0, 9637.0, 9680.0, 9653.0, 9660.0, 9632.0, 9644.0, 9634.0, 9647.0, 9661.0, 9617.0, 9660.0, 9604.0, 9658.0, 9605.0, 9680.0, 9643.0, 9672.0, 9645.0, 9654.0, 9621.0, 9653.0, 9619.0, 9658.0, 9636.0, 9652.0, 9621.0, 9659.0, 9643.0, 9656.0, 9635.0, 9656.0, 9623.0, 9655.0, 9654.0, 9655.0, 9647.0, 9651.0, 9614.0, 9653.0, 9635.0, 9656.0, 9647.0, 9652.0, 9614.0, 9651.0, 9638.0, 9661.0, 9649.0, 9657.0, 9618.0, 9640.0, 9635.0, 9677.0, 9651.0, 9631.0, 9636.0, 9633.0, 9665.0, 9636.0, 9664.0, 9622.0, 9662.0, 9602.0, 9663.0, 9619.0, 9660.0, 9601.0, 9659.0, 9604.0, 9659.0, 9612.0, 9662.0, 9604.0, 9658.0, 9605.0, 9680.0, 9623.0, 9664.0, 9623.0, 9659.0, 9633.0, 9679.0, 9654.0, 9659.0, 9632.0, 9658.0, 9614.0, 9661.0, 9652.0, 9658.0, 9647.0, 9658.0, 9622.0, 9655.0, 9636.0, 9674.0, 9647.0, 9657.0, 9617.0, 9648.0, 9620.0, 9681.0, 9637.0, 9658.0, 9637.0, 9654.0, 9625.0, 9678.0, 9657.0, 9663.0, 9639.0, 9644.0, 9650.0, 9683.0, 9653.0, 9636.0, 9651.0, 9597.0, 9669.0, 9625.0, 9668.0, 9611.0, 9663.0, 9605.0, 9678.0, 9643.0, 9676.0, 9668.0, 9673.0, 9633.0, 9653.0, 9633.0, 9672.0, 9646.0, 9653.0, 9635.0, 9635.0, 9600.0, 9634.0, 9632.0, 9660.0, 9633.0, 9652.0, 9600.0, 9634.0, 9583.0, 9638.0, 9612.0, 9651.0, 9633.0, 9677.0, 9659.0, 9661.0, 9641.0, 9655.0, 9632.0, 9654.0, 9651.0, 9656.0, 9650.0, 9602.0, 9648.0, 9598.0, 9686.0, 9647.0, 9680.0, 9656.0, 9678.0, 9643.0, 9676.0, 9658.0, 9681.0, 9671.0, 9696.0, 9654.0, 9677.0, 9619.0, 9662.0, 9614.0, 9658.0, 9620.0, 9665.0, 9627.0, 9646.0, 9615.0, 9632.0, 9636.0, 9624.0, 9667.0, 9653.0, 9657.0, 9635.0, 9656.0, 9620.0, 9680.0, 9658.0, 9659.0, 9659.0, 9677.0, 9641.0, 9663.0, 9672.0, 9655.0, 9654.0, 9605.0, 9673.0, 9652.0, 9670.0, 9696.0, 9671.0, 9692.0, 9666.0, 9659.0, 9645.0, 9658.0, 9638.0, 9655.0, 9614.0, 9649.0, 9599.0, 9639.0, 9603.0, 9660.0, 9602.0, 9659.0, 9603.0, 9647.0, 9615.0, 9665.0, 9669.0, 9650.0, 9643.0, 9629.0, 9630.0, 9633.0, 9650.0, 9644.0, 9672.0, 9634.0, 9655.0, 9618.0, 9655.0, 9629.0, 9674.0, 9638.0, 9655.0, 9615.0, 9650.0, 9585.0, 9654.0, 9586.0, 9655.0, 9598.0, 9646.0, 9647.0, 9657.0, 9629.0, 9647.0, 9581.0, 9625.0, 9610.0, 9643.0, 9629.0, 9670.0, 9652.0, 9663.0, 9619.0, 9649.0, 9606.0, 9647.0, 9636.0, 9665.0, 9618.0, 9652.0, 9631.0, 9654.0, 9681.0, 9668.0, 9683.0, 9655.0, 9658.0, 9653.0, 9680.0, 9652.0, 9661.0, 9638.0, 9673.0, 9626.0, 9679.0, 9649.0, 9658.0, 9621.0, 9655.0, 9624.0, 9679.0, 9622.0, 9659.0, 9606.0, 9659.0, 9625.0, 9679.0, 9646.0, 9667.0, 9629.0, 9659.0, 9620.0, 9679.0, 9623.0, 9661.0, 9606.0, 9662.0, 9601.0, 9667.0, 9632.0, 9649.0, 9599.0, 9647.0, 9630.0, 9647.0, 9656.0, 9648.0, 9642.0, 9633.0, 9655.0, 9633.0, 9675.0, 9639.0, 9656.0, 9618.0, 9651.0, 9619.0, 9661.0, 9622.0, 9646.0, 9605.0, 9659.0, 9603.0, 9666.0, 9620.0, 9650.0, 9604.0, 9664.0, 9593.0, 9664.0, 9624.0, 9651.0, 9607.0, 9666.0, 9613.0, 9691.0, 9631.0, 9682.0, 9625.0, 9684.0, 9629.0, 9685.0, 9644.0, 9677.0, 9640.0, 9673.0, 9634.0, 9678.0, 9636.0, 9669.0, 9633.0, 9654.0, 9615.0, 9671.0, 9619.0, 9657.0, 9608.0, 9653.0, 9605.0, 9655.0, 9607.0, 9661.0, 9638.0, 9658.0, 9640.0, 9658.0, 9625.0, 9662.0, 9653.0, 9678.0, 9671.0, 9696.0, 9651.0, 9647.0, 9632.0, 9640.0, 9631.0, 9670.0, 9651.0, 9658.0, 9635.0, 9659.0, 9627.0, 9676.0, 9654.0, 9646.0, 9650.0, 9617.0, 9666.0, 9651.0, 9667.0, 9632.0, 9647.0, 9605.0, 9663.0, 9627.0, 9664.0, 9610.0, 9679.0, 9609.0, 9668.0, 9621.0, 9663.0, 9607.0, 9661.0, 9623.0, 9697.0, 9638.0, 9679.0, 9625.0, 9657.0, 9636.0, 9659.0, 9652.0, 9676.0, 9647.0, 9656.0, 9601.0, 9636.0, 9617.0, 9656.0, 9648.0, 9660.0, 9675.0, 9645.0, 9700.0, 9621.0, 9658.0, 9598.0, 9655.0, 9619.0, 9677.0, 9616.0, 9658.0, 9606.0, 9658.0, 9622.0, 9675.0, 9635.0, 9642.0, 9622.0, 9656.0, 9623.0, 9675.0, 9655.0, 9665.0, 9652.0, 9620.0, 9651.0, 9628.0, 9683.0, 9640.0, 9679.0, 9652.0, 9676.0, 9623.0, 9675.0, 9646.0, 9682.0, 9662.0, 9656.0, 9632.0, 9652.0, 9620.0, 9673.0, 9641.0, 9655.0, 9637.0, 9648.0, 9634.0, 9644.0, 9653.0, 9637.0, 9652.0, 9595.0, 9666.0, 9593.0, 9664.0, 9629.0, 9679.0, 9609.0, 9662.0, 9607.0, 9660.0, 9606.0, 9663.0, 9619.0, 9662.0, 9604.0, 9661.0, 9608.0, 9659.0, 9611.0, 9684.0, 9632.0, 9666.0, 9631.0, 9663.0, 9607.0, 9663.0, 9625.0, 9665.0, 9603.0, 9665.0, 9641.0, 9645.0, 9686.0, 9648.0, 9653.0, 9630.0, 9651.0, 9601.0, 9654.0, 9637.0, 9664.0, 9649.0, 9658.0, 9622.0, 9654.0, 9605.0, 9652.0, 9606.0, 9665.0, 9606.0, 9666.0, 9607.0, 9665.0, 9634.0, 9672.0, 9664.0, 9653.0, 9644.0, 9650.0, 9645.0, 9672.0, 9666.0, 9672.0, 9622.0, 9652.0, 9633.0, 9665.0, 9677.0, 9647.0, 9628.0, 9632.0, 9628.0, 9649.0, 9635.0, 9670.0, 9641.0, 9665.0, 9611.0, 9668.0, 9599.0, 9683.0, 9622.0, 9668.0, 9690.0, 9663.0, 9669.0, 9648.0, 9651.0, 9632.0, 9658.0, 9650.0, 9671.0, 9638.0, 9655.0, 9625.0, 9661.0, 9656.0, 9682.0, 9656.0, 9648.0, 9642.0, 9658.0, 9637.0, 9677.0, 9651.0, 9655.0, 9637.0, 9655.0, 9622.0, 9683.0, 9624.0, 9660.0, 9624.0, 9660.0, 9622.0, 9677.0, 9646.0, 9682.0, 9656.0, 9662.0, 9641.0, 9657.0, 9625.0, 9660.0, 9658.0, 9674.0, 9633.0, 9657.0, 9600.0, 9642.0, 9607.0, 9658.0, 9600.0, 9658.0, 9586.0, 9661.0, 9624.0, 9662.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.0004838665132336019</td></tr>
<tr><td colspan=3>aqi</td><td>0.016202090678941312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.8419350610599</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331440079953915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006359426751152</td></tr>
<tr><td colspan=3>efc</td><td>0.4693</td></tr>
<tr><td colspan=3>fber</td><td>6314.7017</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0660165122158711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4974758017054337</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.53462366684259</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5754074840520462</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3823962542216646</td></tr>
<tr><td colspan=3>gcor</td><td>0.00628744</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014687701128423214</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02783108688890934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9699208814833633</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>33.5812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7232</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2266</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300317.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.5708</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.001</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.189</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3580.4097</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.3754</td></tr>
<tr><td colspan=3>tsnr</td><td>49.0486988639459</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>