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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-02_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-02_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-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-02_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>666236cffb3571e5ada560d6773a919a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:54:17.197500</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</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-02_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.084234</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb09d164-4a41-439c-a696-af0f6bd2cfbd||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['195417.197500', '195417.657500', '195418.117500', '195418.577500', '195419.037500', '195419.497500', '195419.957500', '195420.417500', '195420.877500', '195421.337500', '195421.797500', '195422.257500', '195422.717500', '195423.177500', '195423.637500', '195424.097500', '195424.557500', '195425.017500', '195425.477500', '195425.937500', '195426.397500', '195426.857500', '195427.317500', '195427.777500', '195428.237500', '195428.697500', '195429.157500', '195429.617500', '195430.077500', '195430.537500', '195430.997500', '195431.457500', '195431.917500', '195432.377500', '195432.837500', '195433.297500', '195433.757500', '195434.217500', '195434.677500', '195435.137500', '195435.597500', '195436.057500', '195436.517500', '195436.977500', '195437.437500', '195437.897500', '195438.357500', '195438.817500', '195439.277500', '195439.737500', '195440.197500', '195440.657500', '195441.117500', '195441.577500', '195442.037500', '195442.497500', '195442.957500', '195443.417500', '195443.877500', '195444.337500', '195444.797500', '195445.257500', '195445.717500', '195446.177500', '195446.637500', '195447.097500', '195447.557500', '195448.017500', '195448.477500', '195448.937500', '195449.397500', '195449.857500', '195450.317500', '195450.777500', '195451.237500', '195451.697500', '195452.157500', '195452.617500', '195453.077500', '195453.537500', '195453.997500', '195454.457500', '195454.917500', '195455.377500', '195455.837500', '195456.297500', '195456.757500', '195457.217500', '195457.677500', '195458.137500', '195458.597500', '195459.057500', '195459.517500', '195459.977500', '195500.437500', '195500.897500', '195501.357500', '195501.817500', '195502.277500', '195502.737500', '195503.197500', '195503.657500', '195504.117500', '195504.577500', '195505.037500', '195505.497500', '195505.957500', '195506.417500', '195506.877500', '195507.337500', '195507.797500', '195508.257500', '195508.717500', '195509.177500', '195509.637500', '195510.097500', '195510.557500', '195511.017500', '195511.477500', '195511.937500', '195512.397500', '195512.857500', '195513.317500', '195513.777500', '195514.237500', '195514.697500', '195515.157500', '195515.617500', '195516.077500', '195516.537500', '195516.997500', '195517.457500', '195517.917500', '195518.377500', '195518.837500', '195519.297500', '195519.757500', '195520.217500', '195520.677500', '195521.137500', '195521.597500', '195522.057500', '195522.517500', '195522.977500', '195523.437500', '195523.897500', '195524.357500', '195524.817500', '195525.277500', '195525.737500', '195526.197500', '195526.657500', '195527.117500', '195527.577500', '195528.037500', '195528.497500', '195528.957500', '195529.417500', '195529.877500', '195530.337500', '195530.797500', '195531.257500', '195531.717500', '195532.177500', '195532.637500', '195533.097500', '195533.557500', '195534.017500', '195534.477500', '195534.937500', '195535.397500', '195535.857500', '195536.317500', '195536.777500', '195537.237500', '195537.697500', '195538.157500', '195538.617500', '195539.077500', '195539.537500', '195539.997500', '195540.457500', '195540.917500', '195541.377500', '195541.837500', '195542.297500', '195542.757500', '195543.217500', '195543.677500', '195544.137500', '195544.597500', '195545.057500', '195545.517500', '195545.977500', '195546.437500', '195546.897500', '195547.357500', '195547.817500', '195548.277500', '195548.737500', '195549.197500', '195549.657500', '195550.117500', '195550.577500', '195551.037500', '195551.497500', '195551.957500', '195552.417500', '195552.877500', '195553.337500', '195553.797500', '195554.257500', '195554.717500', '195555.177500', '195555.637500', '195556.097500', '195556.557500', '195557.017500', '195557.477500', '195557.937500', '195558.397500', '195558.857500', '195559.317500', '195559.777500', '195600.237500', '195600.697500', '195601.157500', '195601.617500', '195602.077500', '195602.537500', '195602.997500', '195603.457500', '195603.917500', '195604.377500', '195604.837500', '195605.297500', '195605.757500', '195606.217500', '195606.677500', '195607.137500', '195607.597500', '195608.057500', '195608.517500', '195608.977500', '195609.437500', '195609.897500', '195610.357500', '195610.817500', '195611.277500', '195611.737500', '195612.197500', '195612.657500', '195613.117500', '195613.577500', '195614.037500', '195614.497500', '195614.957500', '195615.417500', '195615.877500', '195616.337500', '195616.797500', '195617.257500', '195617.717500', '195618.177500', '195618.637500', '195619.097500', '195619.557500', '195620.017500', '195620.477500', '195620.937500', '195621.397500', '195621.857500', '195622.317500', '195622.777500', '195623.237500', '195623.697500', '195624.157500', '195624.617500', '195625.077500', '195625.537500', '195625.997500', '195626.457500', '195626.917500', '195627.377500', '195627.837500', '195628.297500', '195628.757500', '195629.217500', '195629.677500', '195630.137500', '195630.597500', '195631.057500', '195631.517500', '195631.977500', '195632.437500', '195632.897500', '195633.357500', '195633.817500', '195634.277500', '195634.737500', '195635.197500', '195635.657500', '195636.117500', '195636.577500', '195637.037500', '195637.497500', '195637.957500', '195638.417500', '195638.877500', '195639.337500', '195639.797500', '195640.257500', '195640.717500', '195641.177500', '195641.637500', '195642.097500', '195642.557500', '195643.017500', '195643.477500', '195643.937500', '195644.397500', '195644.857500', '195645.317500', '195645.777500', '195646.237500', '195646.697500', '195647.157500', '195647.617500', '195648.077500', '195648.537500', '195648.997500', '195649.457500', '195649.917500', '195650.377500', '195650.837500', '195651.297500', '195651.757500', '195652.217500', '195652.677500', '195653.137500', '195653.597500', '195654.057500', '195654.517500', '195654.977500', '195655.437500', '195655.897500', '195656.357500', '195656.817500', '195657.277500', '195657.737500', '195658.197500', '195658.657500', '195659.117500', '195659.577500', '195700.037500', '195700.497500', '195700.957500', '195701.417500', '195701.877500', '195702.337500', '195702.797500', '195703.257500', '195703.717500', '195704.177500', '195704.637500', '195705.097500', '195705.557500', '195706.017500', '195706.477500', '195706.937500', '195707.397500', '195707.857500', '195708.317500', '195708.777500', '195709.237500', '195709.697500', '195710.157500', '195710.617500', '195711.077500', '195711.537500', '195711.997500', '195712.457500', '195712.917500', '195713.377500', '195713.837500', '195714.297500', '195714.757500', '195715.217500', '195715.677500', '195716.137500', '195716.597500', '195717.057500', '195717.517500', '195717.977500', '195718.437500', '195718.897500', '195719.357500', '195719.817500', '195720.277500', '195720.737500', '195721.197500', '195721.657500', '195722.117500', '195722.577500', '195723.037500', '195723.497500', '195723.957500', '195724.417500', '195724.877500', '195725.337500', '195725.797500', '195726.257500', '195726.717500', '195727.177500', '195727.637500', '195728.097500', '195728.557500', '195729.017500', '195729.477500', '195729.937500', '195730.397500', '195730.857500', '195731.317500', '195731.777500', '195732.237500', '195732.697500', '195733.157500', '195733.617500', '195734.077500', '195734.537500', '195734.997500', '195735.457500', '195735.917500', '195736.377500', '195736.837500', '195737.297500', '195737.757500', '195738.217500', '195738.677500', '195739.137500', '195739.597500', '195740.057500', '195740.517500', '195740.977500', '195741.437500', '195741.897500', '195742.357500', '195742.817500', '195743.277500', '195743.737500', '195744.197500', '195744.657500', '195745.117500', '195745.577500', '195746.037500', '195746.497500', '195746.957500', '195747.417500', '195747.877500', '195748.337500', '195748.797500', '195749.257500', '195749.717500', '195750.177500', '195750.637500', '195751.097500', '195751.557500', '195752.017500', '195752.477500', '195752.937500', '195753.397500', '195753.857500', '195754.317500', '195754.777500', '195755.237500', '195755.697500', '195756.157500', '195756.617500', '195757.077500', '195757.537500', '195757.997500', '195758.457500', '195758.917500', '195759.377500', '195759.837500', '195800.297500', '195800.757500', '195801.217500', '195801.677500', '195802.137500', '195802.597500', '195803.057500', '195803.517500', '195803.977500', '195804.437500', '195804.897500', '195805.357500', '195805.817500', '195806.277500', '195806.737500', '195807.197500', '195807.657500', '195808.117500', '195808.577500', '195809.037500', '195809.497500', '195809.957500', '195810.417500', '195810.877500', '195811.337500', '195811.797500', '195812.257500', '195812.717500', '195813.177500', '195813.637500', '195814.097500', '195814.557500', '195815.017500', '195815.477500', '195815.937500', '195816.397500', '195816.857500', '195817.317500', '195817.777500', '195818.237500', '195818.697500', '195819.157500', '195819.617500', '195820.077500', '195820.537500', '195820.997500', '195821.457500', '195821.917500', '195822.377500', '195822.837500', '195823.297500', '195823.757500', '195824.217500', '195824.677500', '195825.137500', '195825.597500', '195826.057500', '195826.517500', '195826.977500', '195827.437500', '195827.897500', '195828.357500', '195828.817500', '195829.277500', '195829.737500', '195830.197500', '195830.657500', '195831.117500', '195831.577500', '195832.037500', '195832.497500', '195832.957500', '195833.417500', '195833.877500', '195834.337500', '195834.797500', '195835.257500', '195835.717500', '195836.177500', '195836.637500', '195837.097500', '195837.557500', '195838.017500', '195838.477500', '195838.937500', '195839.397500', '195839.857500', '195840.317500', '195840.777500', '195841.237500', '195841.697500', '195842.157500', '195842.617500', '195843.077500', '195843.537500', '195843.997500', '195844.457500', '195844.917500', '195845.377500', '195845.837500', '195846.297500', '195846.757500', '195847.217500', '195847.677500', '195848.137500', '195848.597500', '195849.057500', '195849.517500', '195849.977500', '195850.437500', '195850.897500', '195851.357500', '195851.817500', '195852.277500', '195852.737500', '195853.197500', '195853.657500', '195854.117500', '195854.577500', '195855.037500', '195855.497500', '195855.957500', '195856.417500', '195856.877500', '195857.337500', '195857.797500', '195858.257500', '195858.717500', '195859.177500', '195859.637500', '195900.097500', '195900.557500', '195901.017500', '195901.477500', '195901.937500', '195902.397500', '195902.857500', '195903.317500', '195903.777500', '195904.237500', '195904.697500', '195905.157500', '195905.617500', '195906.077500', '195906.537500', '195906.997500', '195907.457500', '195907.917500', '195908.377500', '195908.837500', '195909.297500', '195909.757500', '195910.217500', '195910.677500', '195911.137500', '195911.597500', '195912.057500', '195912.517500', '195912.977500', '195913.437500', '195913.897500', '195914.357500', '195914.817500', '195915.277500', '195915.737500', '195916.197500', '195916.657500', '195917.117500', '195917.577500', '195918.037500', '195918.497500', '195918.957500', '195919.417500', '195919.877500', '195920.337500', '195920.797500', '195921.257500', '195921.717500', '195922.177500', '195922.637500', '195923.097500', '195923.557500', '195924.017500', '195924.477500', '195924.937500', '195925.397500', '195925.857500', '195926.317500', '195926.777500', '195927.237500', '195927.697500', '195928.157500', '195928.617500', '195929.077500', '195929.537500', '195929.997500', '195930.457500', '195930.917500', '195931.377500', '195931.837500', '195932.297500', '195932.757500', '195933.217500', '195933.677500', '195934.137500', '195934.597500', '195935.057500', '195935.517500', '195935.977500', '195936.437500', '195936.897500', '195937.357500', '195937.817500', '195938.277500', '195938.737500', '195939.197500', '195939.657500', '195940.117500', '195940.577500', '195941.037500', '195941.497500', '195941.957500', '195942.417500', '195942.877500', '195943.337500', '195943.797500', '195944.257500', '195944.717500', '195945.177500', '195945.637500', '195946.097500', '195946.557500', '195947.017500', '195947.477500', '195947.937500', '195948.397500', '195948.857500', '195949.317500', '195949.777500', '195950.237500', '195950.697500', '195951.157500', '195951.617500', '195952.077500', '195952.537500', '195952.997500', '195953.457500', '195953.917500', '195954.377500', '195954.837500', '195955.297500', '195955.757500', '195956.217500', '195956.677500', '195957.137500', '195957.597500', '195958.057500', '195958.517500', '195958.977500', '195959.437500', '195959.897500', '200000.357500', '200000.817500', '200001.277500', '200001.737500', '200002.197500', '200002.657500', '200003.117500', '200003.577500', '200004.037500', '200004.497500', '200004.957500', '200005.417500', '200005.877500', '200006.337500', '200006.797500', '200007.257500', '200007.717500', '200008.177500', '200008.637500', '200009.097500', '200009.557500', '200010.017500', '200010.477500', '200010.937500', '200011.397500', '200011.857500', '200012.317500', '200012.777500', '200013.237500', '200013.697500', '200014.157500', '200014.617500', '200015.077500', '200015.537500', '200015.997500', '200016.457500', '200016.917500', '200017.377500', '200017.837500', '200018.297500', '200018.757500', '200019.217500', '200019.677500', '200020.137500', '200020.597500', '200021.057500', '200021.517500', '200021.977500', '200022.437500', '200022.897500', '200023.357500', '200023.817500', '200024.277500', '200024.737500', '200025.197500', '200025.657500', '200026.117500', '200026.577500', '200027.037500', '200027.497500', '200027.957500', '200028.417500', '200028.877500', '200029.337500', '200029.797500', '200030.257500', '200030.717500', '200031.177500', '200031.637500', '200032.097500', '200032.557500', '200033.017500', '200033.477500', '200033.937500', '200034.397500', '200034.857500', '200035.317500', '200035.777500', '200036.237500', '200036.697500', '200037.157500', '200037.617500', '200038.077500', '200038.537500', '200038.997500', '200039.457500', '200039.917500', '200040.377500', '200040.837500', '200041.297500', '200041.757500', '200042.217500', '200042.677500', '200043.137500', '200043.597500', '200044.057500', '200044.517500', '200044.977500', '200045.437500', '200045.897500', '200046.357500', '200046.817500', '200047.277500', '200047.737500', '200048.197500', '200048.657500', '200049.117500', '200049.577500', '200050.037500', '200050.497500', '200050.957500', '200051.417500', '200051.877500', '200052.337500', '200052.797500', '200053.257500', '200053.717500', '200054.177500', '200054.637500', '200055.097500', '200055.557500', '200056.017500', '200056.477500', '200056.937500', '200057.397500', '200057.857500'], 'ContentTime': ['195439.729000', '195439.732000', '195439.734000', '195439.741000', '195439.743000', '195439.746000', '195439.748000', '195439.752000', '195439.755000', '195439.757000', '195439.760000', '195439.762000', '195439.765000', '195439.768000', '195439.770000', '195439.773000', '195439.775000', '195439.778000', '195439.780000', '195439.783000', '195439.786000', '195439.788000', '195439.791000', '195439.793000', '195439.796000', '195439.799000', '195439.801000', '195439.804000', '195439.807000', '195439.809000', '195439.812000', '195439.814000', '195439.817000', '195439.819000', '195439.822000', '195439.824000', '195439.827000', '195439.829000', '195439.832000', '195439.834000', '195439.837000', '195439.840000', '195439.842000', '195439.845000', '195439.847000', '195459.690000', '195459.692000', '195459.695000', '195459.698000', '195459.700000', '195459.703000', '195459.705000', '195459.708000', '195459.710000', '195459.713000', '195459.715000', '195459.718000', '195459.721000', '195459.723000', '195459.726000', '195459.728000', '195459.731000', '195459.733000', '195459.736000', '195459.738000', '195459.741000', '195459.743000', '195459.746000', '195459.749000', '195459.751000', '195459.754000', '195459.759000', '195459.761000', '195459.764000', '195459.766000', '195459.769000', '195459.771000', '195459.774000', '195459.777000', '195459.779000', '195459.782000', '195459.784000', '195459.787000', '195459.789000', '195459.792000', '195459.795000', '195459.797000', '195459.800000', '195459.802000', '195519.689000', '195519.692000', '195519.695000', '195519.697000', '195519.700000', '195519.702000', '195519.705000', '195519.707000', '195519.710000', '195519.713000', '195519.715000', '195519.718000', '195519.720000', '195519.723000', '195519.726000', '195519.729000', '195519.732000', '195519.734000', '195519.737000', '195519.740000', '195519.742000', '195519.745000', '195519.747000', '195519.750000', '195519.753000', '195519.755000', '195519.758000', '195519.760000', '195519.763000', '195519.766000', '195519.775000', '195519.777000', '195519.780000', '195519.782000', '195519.785000', '195519.787000', '195519.790000', '195519.793000', '195519.795000', '195519.798000', '195519.800000', '195519.803000', '195519.805000', '195539.691000', '195539.693000', '195539.696000', '195539.699000', '195539.701000', '195539.704000', '195539.706000', '195539.709000', '195539.712000', '195539.714000', '195539.717000', '195539.719000', '195539.722000', '195539.724000', '195539.727000', '195539.729000', '195539.732000', '195539.734000', '195539.737000', '195539.740000', '195539.742000', '195539.745000', '195539.747000', '195539.750000', '195539.752000', '195539.755000', '195539.757000', '195539.760000', '195539.763000', '195539.765000', '195539.768000', '195539.770000', '195539.773000', '195539.775000', '195539.778000', '195539.788000', '195539.790000', '195539.793000', '195539.795000', '195539.798000', '195539.830000', '195539.833000', '195539.836000', '195539.838000', '195559.691000', '195559.694000', '195559.697000', '195559.699000', '195559.702000', '195559.704000', '195559.707000', '195559.709000', '195559.712000', '195559.714000', '195559.717000', '195559.720000', '195559.722000', '195559.725000', '195559.727000', '195559.730000', '195559.732000', '195559.736000', '195559.739000', '195559.741000', '195559.744000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.756000', '195559.759000', '195559.762000', '195559.764000', '195559.767000', '195559.769000', '195559.772000', '195559.774000', '195559.777000', '195559.779000', '195559.792000', '195559.794000', '195559.797000', '195559.838000', '195559.841000', '195559.843000', '195559.858000', '195559.860000', '195619.689000', '195619.692000', '195619.695000', '195619.697000', '195619.700000', '195619.703000', '195619.705000', '195619.708000', '195619.710000', '195619.713000', '195619.716000', '195619.718000', '195619.721000', '195619.724000', '195619.726000', '195619.729000', '195619.731000', '195619.734000', '195619.736000', '195619.739000', '195619.742000', '195619.744000', '195619.755000', '195619.758000', '195619.761000', '195619.763000', '195619.766000', '195619.768000', '195619.771000', '195619.774000', '195619.776000', '195619.779000', '195619.781000', '195619.784000', '195619.786000', '195619.789000', '195619.792000', '195619.794000', '195619.797000', '195619.824000', '195619.826000', '195619.829000', '195619.831000', '195619.834000', '195639.689000', '195639.692000', '195639.695000', '195639.697000', '195639.700000', '195639.703000', '195639.705000', '195639.708000', '195639.710000', '195639.713000', '195639.715000', '195639.718000', '195639.720000', '195639.723000', '195639.726000', '195639.728000', '195639.731000', '195639.733000', '195639.736000', '195639.738000', '195639.741000', '195639.744000', '195639.746000', '195639.749000', '195639.751000', '195639.754000', '195639.756000', '195639.759000', '195639.761000', '195639.764000', '195639.767000', '195639.770000', '195639.773000', '195639.776000', '195639.779000', '195639.781000', '195639.784000', '195639.786000', '195639.789000', '195639.792000', '195639.794000', '195639.797000', '195639.828000', '195659.689000', '195659.692000', '195659.695000', '195659.697000', '195659.700000', '195659.703000', '195659.705000', '195659.708000', '195659.710000', '195659.713000', '195659.716000', '195659.718000', '195659.721000', '195659.723000', '195659.726000', '195659.729000', '195659.731000', '195659.734000', '195659.736000', '195659.739000', '195659.741000', '195659.744000', '195659.747000', '195659.749000', '195659.752000', '195659.754000', '195659.757000', '195659.759000', '195659.762000', '195659.765000', '195659.767000', '195659.770000', '195659.772000', '195659.775000', '195659.777000', '195659.780000', '195659.783000', '195659.785000', '195659.788000', '195659.790000', '195659.793000', '195659.795000', '195659.798000', '195659.834000', '195719.689000', '195719.692000', '195719.695000', '195719.697000', '195719.700000', '195719.703000', '195719.705000', '195719.708000', '195719.710000', '195719.713000', '195719.715000', '195719.718000', '195719.720000', '195719.723000', '195719.726000', '195719.728000', '195719.731000', '195719.733000', '195719.736000', '195719.738000', '195719.741000', '195719.744000', '195719.746000', '195719.749000', '195719.751000', '195719.754000', '195719.756000', '195719.759000', '195719.762000', '195719.764000', '195719.767000', '195719.769000', '195719.772000', '195719.776000', '195719.778000', '195719.781000', '195719.783000', '195719.786000', '195719.789000', '195719.791000', '195719.794000', '195719.796000', '195719.799000', '195739.689000', '195739.692000', '195739.695000', '195739.697000', '195739.700000', '195739.702000', '195739.705000', '195739.708000', '195739.710000', '195739.713000', '195739.715000', '195739.718000', '195739.720000', '195739.723000', '195739.725000', '195739.728000', '195739.731000', '195739.762000', '195739.765000', '195739.767000', '195739.770000', '195739.772000', '195739.775000', '195739.778000', '195739.780000', '195739.783000', '195739.785000', '195739.788000', '195739.790000', '195739.793000', '195739.796000', '195739.798000', '195739.840000', '195739.842000', '195739.845000', '195739.847000', '195739.850000', '195739.853000', '195739.855000', '195739.858000', '195739.860000', '195739.863000', '195739.865000', '195739.868000', '195759.690000', '195759.693000', '195759.696000', '195759.698000', '195759.701000', '195759.704000', '195759.706000', '195759.709000', '195759.711000', '195759.714000', '195759.716000', '195759.719000', '195759.721000', '195759.724000', '195759.727000', '195759.729000', '195759.732000', '195759.734000', '195759.737000', '195759.740000', '195759.742000', '195759.745000', '195759.747000', '195759.750000', '195759.752000', '195759.755000', '195759.757000', '195759.760000', '195759.763000', '195759.766000', '195759.768000', '195759.771000', '195759.774000', '195759.776000', '195759.779000', '195759.781000', '195759.784000', '195759.786000', '195759.789000', '195759.792000', '195759.794000', '195759.797000', '195759.860000', '195819.691000', '195819.693000', '195819.696000', '195819.698000', '195819.701000', '195819.704000', '195819.706000', '195819.709000', '195819.711000', '195819.714000', '195819.716000', '195819.719000', '195819.722000', '195819.724000', '195819.727000', '195819.729000', '195819.732000', '195819.734000', '195819.737000', '195819.740000', '195819.742000', '195819.745000', '195819.747000', '195819.750000', '195819.752000', '195819.755000', '195819.758000', '195819.760000', '195819.763000', '195819.765000', '195819.768000', '195819.770000', '195819.773000', '195819.776000', '195819.778000', '195819.781000', '195819.783000', '195819.786000', '195819.788000', '195819.791000', '195819.794000', '195819.796000', '195819.799000', '195819.859000', '195839.690000', '195839.692000', '195839.695000', '195839.698000', '195839.700000', '195839.703000', '195839.705000', '195839.708000', '195839.711000', '195839.713000', '195839.716000', '195839.727000', '195839.729000', '195839.732000', '195839.734000', '195839.737000', '195839.740000', '195839.742000', '195839.745000', '195839.748000', '195839.750000', '195839.753000', '195839.755000', '195839.758000', '195839.760000', '195839.763000', '195839.766000', '195839.768000', '195839.771000', '195839.774000', '195839.776000', '195839.779000', '195839.781000', '195839.784000', '195839.787000', '195839.789000', '195839.792000', '195839.794000', '195839.797000', '195839.842000', '195839.844000', '195839.847000', '195839.849000', '195859.690000', '195859.692000', '195859.695000', '195859.697000', '195859.700000', '195859.703000', '195859.705000', '195859.708000', '195859.710000', '195859.713000', '195859.715000', '195859.718000', '195859.721000', '195859.723000', '195859.726000', '195859.728000', '195859.731000', '195859.733000', '195859.736000', '195859.738000', '195859.741000', '195859.744000', '195859.746000', '195859.749000', '195859.751000', '195859.754000', '195859.756000', '195859.759000', '195859.762000', '195859.764000', '195859.767000', '195859.769000', '195859.772000', '195859.775000', '195859.777000', '195859.780000', '195859.782000', '195859.785000', '195859.787000', '195859.790000', '195859.793000', '195859.795000', '195859.810000', '195859.812000', '195919.690000', '195919.693000', '195919.695000', '195919.698000', '195919.700000', '195919.703000', '195919.706000', '195919.708000', '195919.711000', '195919.713000', '195919.716000', '195919.719000', '195919.721000', '195919.724000', '195919.726000', '195919.729000', '195919.731000', '195919.734000', '195919.737000', '195919.739000', '195919.742000', '195919.744000', '195919.747000', '195919.750000', '195919.752000', '195919.755000', '195919.757000', '195919.760000', '195919.763000', '195919.765000', '195919.768000', '195919.770000', '195919.773000', '195919.776000', '195919.778000', '195919.781000', '195919.784000', '195919.786000', '195919.789000', '195919.791000', '195919.794000', '195919.797000', '195919.799000', '195939.689000', '195939.692000', '195939.695000', '195939.698000', '195939.700000', '195939.703000', '195939.705000', '195939.708000', '195939.711000', '195939.713000', '195939.716000', '195939.718000', '195939.721000', '195939.724000', '195939.726000', '195939.729000', '195939.732000', '195939.734000', '195939.737000', '195939.739000', '195939.742000', '195939.744000', '195939.747000', '195939.749000', '195939.752000', '195939.755000', '195939.757000', '195939.760000', '195939.763000', '195939.765000', '195939.768000', '195939.770000', '195939.773000', '195939.776000', '195939.778000', '195939.781000', '195939.783000', '195939.786000', '195939.789000', '195939.791000', '195939.794000', '195939.796000', '195939.799000', '195939.829000', '195959.690000', '195959.692000', '195959.695000', '195959.698000', '195959.700000', '195959.703000', '195959.705000', '195959.708000', '195959.711000', '195959.713000', '195959.716000', '195959.718000', '195959.721000', '195959.724000', '195959.726000', '195959.729000', '195959.731000', '195959.734000', '195959.736000', '195959.739000', '195959.742000', '195959.744000', '195959.747000', '195959.749000', '195959.752000', '195959.755000', '195959.757000', '195959.760000', '195959.762000', '195959.765000', '195959.768000', '195959.770000', '195959.773000', '195959.775000', '195959.778000', '195959.780000', '195959.783000', '195959.786000', '195959.788000', '195959.791000', '195959.793000', '195959.796000', '195959.799000', '200019.691000', '200019.693000', '200019.696000', '200019.699000', '200019.701000', '200019.704000', '200019.706000', '200019.709000', '200019.711000', '200019.714000', '200019.717000', '200019.720000', '200019.722000', '200019.725000', '200019.728000', '200019.730000', '200019.733000', '200019.735000', '200019.738000', '200019.740000', '200019.743000', '200019.746000', '200019.748000', '200019.751000', '200019.753000', '200019.756000', '200019.758000', '200019.761000', '200019.764000', '200019.766000', '200019.769000', '200019.772000', '200019.774000', '200019.777000', '200019.779000', '200019.782000', '200019.785000', '200019.787000', '200019.790000', '200019.793000', '200019.796000', '200019.799000', '200019.802000', '200039.690000', '200039.693000', '200039.696000', '200039.699000', '200039.701000', '200039.704000', '200039.706000', '200039.709000', '200039.711000', '200039.714000', '200039.726000', '200039.728000', '200039.731000', '200039.733000', '200039.736000', '200039.739000', '200039.741000', '200039.744000', '200039.746000', '200039.749000', '200039.752000', '200039.754000', '200039.757000', '200039.759000', '200039.762000', '200039.765000', '200039.767000', '200039.770000', '200039.772000', '200039.775000', '200039.778000', '200039.780000', '200039.783000', '200039.786000', '200039.789000', '200039.792000', '200039.795000', '200039.797000', '200039.800000', '200039.803000', '200039.805000', '200039.808000', '200039.810000', '200039.813000', '200059.599000', '200059.602000', '200059.605000', '200059.608000', '200059.610000', '200059.613000', '200059.617000', '200059.620000', '200059.627000', '200059.630000', '200059.632000', '200059.635000', '200059.637000', '200059.642000', '200059.645000', '200059.649000', '200059.651000', '200059.654000', '200059.657000', '200059.660000', '200059.663000', '200059.666000', '200059.669000', '200059.672000', '200059.675000', '200059.678000', '200059.681000', '200059.685000', '200059.688000', '200059.691000', '200059.695000', '200059.699000', '200059.702000', '200059.704000', '200059.707000', '200059.710000', '200059.712000', '200059.715000', '200059.718000', '200059.720000', '200059.723000', '200059.726000', '200059.728000', '200059.731000'], 'InstanceCreationTime': ['195439.729000', '195439.732000', '195439.734000', '195439.741000', '195439.743000', '195439.746000', '195439.748000', '195439.752000', '195439.755000', '195439.757000', '195439.760000', '195439.762000', '195439.765000', '195439.768000', '195439.770000', '195439.773000', '195439.775000', '195439.778000', '195439.780000', '195439.783000', '195439.786000', '195439.788000', '195439.791000', '195439.793000', '195439.796000', '195439.799000', '195439.801000', '195439.804000', '195439.807000', '195439.809000', '195439.812000', '195439.814000', '195439.817000', '195439.819000', '195439.822000', '195439.824000', '195439.827000', '195439.829000', '195439.832000', '195439.834000', '195439.837000', '195439.840000', '195439.842000', '195439.845000', '195439.847000', '195459.690000', '195459.692000', '195459.695000', '195459.698000', '195459.700000', '195459.703000', '195459.705000', '195459.708000', '195459.710000', '195459.713000', '195459.715000', '195459.718000', '195459.721000', '195459.723000', '195459.726000', '195459.728000', '195459.731000', '195459.733000', '195459.736000', '195459.738000', '195459.741000', '195459.743000', '195459.746000', '195459.749000', '195459.751000', '195459.754000', '195459.759000', '195459.761000', '195459.764000', '195459.766000', '195459.769000', '195459.771000', '195459.774000', '195459.777000', '195459.779000', '195459.782000', '195459.784000', '195459.787000', '195459.789000', '195459.792000', '195459.795000', '195459.797000', '195459.800000', '195459.802000', '195519.689000', '195519.692000', '195519.695000', '195519.697000', '195519.700000', '195519.702000', '195519.705000', '195519.707000', '195519.710000', '195519.713000', '195519.715000', '195519.718000', '195519.720000', '195519.723000', '195519.726000', '195519.729000', '195519.732000', '195519.734000', '195519.737000', '195519.740000', '195519.742000', '195519.745000', '195519.747000', '195519.750000', '195519.753000', '195519.755000', '195519.758000', '195519.760000', '195519.763000', '195519.766000', '195519.775000', '195519.777000', '195519.780000', '195519.782000', '195519.785000', '195519.787000', '195519.790000', '195519.793000', '195519.795000', '195519.798000', '195519.800000', '195519.803000', '195519.805000', '195539.691000', '195539.693000', '195539.696000', '195539.699000', '195539.701000', '195539.704000', '195539.706000', '195539.709000', '195539.712000', '195539.714000', '195539.717000', '195539.719000', '195539.722000', '195539.724000', '195539.727000', '195539.729000', '195539.732000', '195539.734000', '195539.737000', '195539.740000', '195539.742000', '195539.745000', '195539.747000', '195539.750000', '195539.752000', '195539.755000', '195539.757000', '195539.760000', '195539.763000', '195539.765000', '195539.768000', '195539.770000', '195539.773000', '195539.775000', '195539.778000', '195539.788000', '195539.790000', '195539.793000', '195539.795000', '195539.798000', '195539.830000', '195539.833000', '195539.836000', '195539.838000', '195559.691000', '195559.694000', '195559.697000', '195559.699000', '195559.702000', '195559.704000', '195559.707000', '195559.709000', '195559.712000', '195559.714000', '195559.717000', '195559.720000', '195559.722000', '195559.725000', '195559.727000', '195559.730000', '195559.732000', '195559.736000', '195559.739000', '195559.741000', '195559.744000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.756000', '195559.759000', '195559.762000', '195559.764000', '195559.767000', '195559.769000', '195559.772000', '195559.774000', '195559.777000', '195559.779000', '195559.792000', '195559.794000', '195559.797000', '195559.838000', '195559.841000', '195559.843000', '195559.858000', '195559.860000', '195619.689000', '195619.692000', '195619.695000', '195619.697000', '195619.700000', '195619.703000', '195619.705000', '195619.708000', '195619.710000', '195619.713000', '195619.716000', '195619.718000', '195619.721000', '195619.724000', '195619.726000', '195619.729000', '195619.731000', '195619.734000', '195619.736000', '195619.739000', '195619.742000', '195619.744000', '195619.755000', '195619.758000', '195619.761000', '195619.763000', '195619.766000', '195619.768000', '195619.771000', '195619.774000', '195619.776000', '195619.779000', '195619.781000', '195619.784000', '195619.786000', '195619.789000', '195619.792000', '195619.794000', '195619.797000', '195619.824000', '195619.826000', '195619.829000', '195619.831000', '195619.834000', '195639.689000', '195639.692000', '195639.695000', '195639.697000', '195639.700000', '195639.703000', '195639.705000', '195639.708000', '195639.710000', '195639.713000', '195639.715000', '195639.718000', '195639.720000', '195639.723000', '195639.726000', '195639.728000', '195639.731000', '195639.733000', '195639.736000', '195639.738000', '195639.741000', '195639.744000', '195639.746000', '195639.749000', '195639.751000', '195639.754000', '195639.756000', '195639.759000', '195639.761000', '195639.764000', '195639.767000', '195639.770000', '195639.773000', '195639.776000', '195639.779000', '195639.781000', '195639.784000', '195639.786000', '195639.789000', '195639.792000', '195639.794000', '195639.797000', '195639.828000', '195659.689000', '195659.692000', '195659.695000', '195659.697000', '195659.700000', '195659.703000', '195659.705000', '195659.708000', '195659.710000', '195659.713000', '195659.716000', '195659.718000', '195659.721000', '195659.723000', '195659.726000', '195659.729000', '195659.731000', '195659.734000', '195659.736000', '195659.739000', '195659.741000', '195659.744000', '195659.747000', '195659.749000', '195659.752000', '195659.754000', '195659.757000', '195659.759000', '195659.762000', '195659.765000', '195659.767000', '195659.770000', '195659.772000', '195659.775000', '195659.777000', '195659.780000', '195659.783000', '195659.785000', '195659.788000', '195659.790000', '195659.793000', '195659.795000', '195659.798000', '195659.834000', '195719.689000', '195719.692000', '195719.695000', '195719.697000', '195719.700000', '195719.703000', '195719.705000', '195719.708000', '195719.710000', '195719.713000', '195719.715000', '195719.718000', '195719.720000', '195719.723000', '195719.726000', '195719.728000', '195719.731000', '195719.733000', '195719.736000', '195719.738000', '195719.741000', '195719.744000', '195719.746000', '195719.749000', '195719.751000', '195719.754000', '195719.756000', '195719.759000', '195719.762000', '195719.764000', '195719.767000', '195719.769000', '195719.772000', '195719.776000', '195719.778000', '195719.781000', '195719.783000', '195719.786000', '195719.789000', '195719.791000', '195719.794000', '195719.796000', '195719.799000', '195739.689000', '195739.692000', '195739.695000', '195739.697000', '195739.700000', '195739.702000', '195739.705000', '195739.708000', '195739.710000', '195739.713000', '195739.715000', '195739.718000', '195739.720000', '195739.723000', '195739.725000', '195739.728000', '195739.731000', '195739.762000', '195739.765000', '195739.767000', '195739.770000', '195739.772000', '195739.775000', '195739.778000', '195739.780000', '195739.783000', '195739.785000', '195739.788000', '195739.790000', '195739.793000', '195739.796000', '195739.798000', '195739.840000', '195739.842000', '195739.845000', '195739.847000', '195739.850000', '195739.853000', '195739.855000', '195739.858000', '195739.860000', '195739.863000', '195739.865000', '195739.868000', '195759.690000', '195759.693000', '195759.696000', '195759.698000', '195759.701000', '195759.704000', '195759.706000', '195759.709000', '195759.711000', '195759.714000', '195759.716000', '195759.719000', '195759.721000', '195759.724000', '195759.727000', '195759.729000', '195759.732000', '195759.734000', '195759.737000', '195759.740000', '195759.742000', '195759.745000', '195759.747000', '195759.750000', '195759.752000', '195759.755000', '195759.757000', '195759.760000', '195759.763000', '195759.766000', '195759.768000', '195759.771000', '195759.774000', '195759.776000', '195759.779000', '195759.781000', '195759.784000', '195759.786000', '195759.789000', '195759.792000', '195759.794000', '195759.797000', '195759.860000', '195819.691000', '195819.693000', '195819.696000', '195819.698000', '195819.701000', '195819.704000', '195819.706000', '195819.709000', '195819.711000', '195819.714000', '195819.716000', '195819.719000', '195819.722000', '195819.724000', '195819.727000', '195819.729000', '195819.732000', '195819.734000', '195819.737000', '195819.740000', '195819.742000', '195819.745000', '195819.747000', '195819.750000', '195819.752000', '195819.755000', '195819.758000', '195819.760000', '195819.763000', '195819.765000', '195819.768000', '195819.770000', '195819.773000', '195819.776000', '195819.778000', '195819.781000', '195819.783000', '195819.786000', '195819.788000', '195819.791000', '195819.794000', '195819.796000', '195819.799000', '195819.859000', '195839.690000', '195839.692000', '195839.695000', '195839.698000', '195839.700000', '195839.703000', '195839.705000', '195839.708000', '195839.711000', '195839.713000', '195839.716000', '195839.727000', '195839.729000', '195839.732000', '195839.734000', '195839.737000', '195839.740000', '195839.742000', '195839.745000', '195839.748000', '195839.750000', '195839.753000', '195839.755000', '195839.758000', '195839.760000', '195839.763000', '195839.766000', '195839.768000', '195839.771000', '195839.774000', '195839.776000', '195839.779000', '195839.781000', '195839.784000', '195839.787000', '195839.789000', '195839.792000', '195839.794000', '195839.797000', '195839.842000', '195839.844000', '195839.847000', '195839.849000', '195859.690000', '195859.692000', '195859.695000', '195859.697000', '195859.700000', '195859.703000', '195859.705000', '195859.708000', '195859.710000', '195859.713000', '195859.715000', '195859.718000', '195859.721000', '195859.723000', '195859.726000', '195859.728000', '195859.731000', '195859.733000', '195859.736000', '195859.738000', '195859.741000', '195859.744000', '195859.746000', '195859.749000', '195859.751000', '195859.754000', '195859.756000', '195859.759000', '195859.762000', '195859.764000', '195859.767000', '195859.769000', '195859.772000', '195859.775000', '195859.777000', '195859.780000', '195859.782000', '195859.785000', '195859.787000', '195859.790000', '195859.793000', '195859.795000', '195859.810000', '195859.812000', '195919.690000', '195919.693000', '195919.695000', '195919.698000', '195919.700000', '195919.703000', '195919.706000', '195919.708000', '195919.711000', '195919.713000', '195919.716000', '195919.719000', '195919.721000', '195919.724000', '195919.726000', '195919.729000', '195919.731000', '195919.734000', '195919.737000', '195919.739000', '195919.742000', '195919.744000', '195919.747000', '195919.750000', '195919.752000', '195919.755000', '195919.757000', '195919.760000', '195919.763000', '195919.765000', '195919.768000', '195919.770000', '195919.773000', '195919.776000', '195919.778000', '195919.781000', '195919.784000', '195919.786000', '195919.789000', '195919.791000', '195919.794000', '195919.797000', '195919.799000', '195939.689000', '195939.692000', '195939.695000', '195939.698000', '195939.700000', '195939.703000', '195939.705000', '195939.708000', '195939.711000', '195939.713000', '195939.716000', '195939.718000', '195939.721000', '195939.724000', '195939.726000', '195939.729000', '195939.732000', '195939.734000', '195939.737000', '195939.739000', '195939.742000', '195939.744000', '195939.747000', '195939.749000', '195939.752000', '195939.755000', '195939.757000', '195939.760000', '195939.763000', '195939.765000', '195939.768000', '195939.770000', '195939.773000', '195939.776000', '195939.778000', '195939.781000', '195939.783000', '195939.786000', '195939.789000', '195939.791000', '195939.794000', '195939.796000', '195939.799000', '195939.829000', '195959.690000', '195959.692000', '195959.695000', '195959.698000', '195959.700000', '195959.703000', '195959.705000', '195959.708000', '195959.711000', '195959.713000', '195959.716000', '195959.718000', '195959.721000', '195959.724000', '195959.726000', '195959.729000', '195959.731000', '195959.734000', '195959.736000', '195959.739000', '195959.742000', '195959.744000', '195959.747000', '195959.749000', '195959.752000', '195959.755000', '195959.757000', '195959.760000', '195959.762000', '195959.765000', '195959.768000', '195959.770000', '195959.773000', '195959.775000', '195959.778000', '195959.780000', '195959.783000', '195959.786000', '195959.788000', '195959.791000', '195959.793000', '195959.796000', '195959.799000', '200019.691000', '200019.693000', '200019.696000', '200019.699000', '200019.701000', '200019.704000', '200019.706000', '200019.709000', '200019.711000', '200019.714000', '200019.717000', '200019.720000', '200019.722000', '200019.725000', '200019.728000', '200019.730000', '200019.733000', '200019.735000', '200019.738000', '200019.740000', '200019.743000', '200019.746000', '200019.748000', '200019.751000', '200019.753000', '200019.756000', '200019.758000', '200019.761000', '200019.764000', '200019.766000', '200019.769000', '200019.772000', '200019.774000', '200019.777000', '200019.779000', '200019.782000', '200019.785000', '200019.787000', '200019.790000', '200019.793000', '200019.796000', '200019.799000', '200019.802000', '200039.690000', '200039.693000', '200039.696000', '200039.699000', '200039.701000', '200039.704000', '200039.706000', '200039.709000', '200039.711000', '200039.714000', '200039.726000', '200039.728000', '200039.731000', '200039.733000', '200039.736000', '200039.739000', '200039.741000', '200039.744000', '200039.746000', '200039.749000', '200039.752000', '200039.754000', '200039.757000', '200039.759000', '200039.762000', '200039.765000', '200039.767000', '200039.770000', '200039.772000', '200039.775000', '200039.778000', '200039.780000', '200039.783000', '200039.786000', '200039.789000', '200039.792000', '200039.795000', '200039.797000', '200039.800000', '200039.803000', '200039.805000', '200039.808000', '200039.810000', '200039.813000', '200059.599000', '200059.602000', '200059.605000', '200059.608000', '200059.610000', '200059.613000', '200059.617000', '200059.620000', '200059.627000', '200059.630000', '200059.632000', '200059.635000', '200059.637000', '200059.642000', '200059.645000', '200059.649000', '200059.651000', '200059.654000', '200059.657000', '200059.660000', '200059.663000', '200059.666000', '200059.669000', '200059.672000', '200059.675000', '200059.678000', '200059.681000', '200059.685000', '200059.688000', '200059.691000', '200059.695000', '200059.699000', '200059.702000', '200059.704000', '200059.707000', '200059.710000', '200059.712000', '200059.715000', '200059.718000', '200059.720000', '200059.723000', '200059.726000', '200059.728000', '200059.731000'], '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': [8861, 11959, 9125, 7622, 8278, 8294, 7609, 8810, 7908, 8495, 8535, 7925, 8705, 7857, 8109, 8871, 9382, 8876, 8439, 8366, 8418, 7597, 8439, 8182, 8664, 8534, 8700, 7801, 8443, 7518, 8439, 7352, 8735, 8564, 8079, 8551, 7713, 7840, 8615, 7935, 10665, 9032, 7814, 9987, 8193, 12349, 8319, 11018, 7761, 12212, 8317, 11019, 8689, 8642, 8678, 7967, 13194, 8571, 11628, 8684, 9338, 8716, 8629, 8622, 7765, 8631, 7738, 8380, 8018, 8637, 8250, 7328, 8660, 8887, 8834, 9025, 7728, 9698, 8990, 8170, 10627, 9137, 15083, 11108, 13333, 9025, 8209, 7922, 8397, 8251, 8315, 8160, 10529, 9217, 8144, 8632, 7656, 8544, 7794, 8548, 9143, 8762, 9131, 8550, 7603, 8347, 9770, 8318, 8700, 7622, 8292, 7756, 8018, 8144, 8201, 8412, 9292, 8414, 9673, 8407, 7805, 8544, 8072, 8380, 12086, 8630, 11440, 8118, 8706, 7591, 8823, 7385, 8400, 7723, 8500, 7691, 8156, 8004, 7757, 8339, 9972, 7438, 8224, 10974, 8336, 9946, 8344, 8996, 8177, 8999, 7868, 8395, 7917, 8399, 8587, 8703, 8284, 10271, 8122, 8325, 7525, 8317, 8571, 8520, 8643, 8486, 8446, 8271, 8575, 8183, 8375, 8266, 9024, 7981, 8443, 7897, 8223, 8194, 7854, 8868, 8184, 12462, 8134, 9460, 7931, 8989, 7491, 8320, 7856, 8347, 7785, 9534, 7736, 9375, 7931, 9140, 8181, 9718, 7592, 8463, 8055, 8164, 8478, 8209, 14237, 8316, 11261, 8298, 9136, 7650, 8291, 8258, 7921, 9010, 8225, 8199, 8483, 9035, 8221, 9231, 8323, 8261, 8470, 9159, 8386, 8515, 8700, 8178, 9285, 7662, 10218, 8096, 9323, 7925, 8452, 8052, 8559, 15359, 8605, 12056, 7924, 9094, 7824, 9099, 7878, 8591, 7951, 8973, 8193, 8977, 8358, 9039, 8507, 12190, 8375, 10239, 7861, 9061, 7566, 8892, 7811, 8872, 7716, 8630, 7738, 8894, 7708, 8523, 8450, 8688, 8645, 9562, 8289, 8899, 7563, 8527, 7829, 8442, 8759, 8509, 9124, 8561, 8721, 8434, 11524, 8514, 9200, 7792, 8667, 7698, 8177, 8302, 8293, 8988, 8670, 8362, 8659, 8881, 8302, 8380, 8374, 8728, 8587, 12351, 9256, 9695, 8395, 8165, 8629, 9309, 8481, 8902, 7363, 8220, 8656, 8393, 9204, 8288, 9024, 7684, 8981, 7813, 9463, 8205, 8336, 9579, 8654, 11287, 8599, 9330, 8379, 9046, 8341, 9425, 7809, 8338, 7966, 8385, 8475, 8303, 8116, 8591, 8881, 8444, 8491, 8546, 8529, 8854, 9658, 7812, 8578, 9589, 8430, 8707, 8463, 9779, 8541, 9133, 7566, 8377, 8173, 8582, 8687, 8331, 10225, 8357, 8836, 7542, 8883, 7926, 9165, 8080, 8929, 8635, 9513, 8724, 11051, 9248, 10751, 8358, 10046, 8541, 8956, 7587, 8888, 8060, 8287, 8992, 8392, 14622, 8806, 10554, 8828, 8797, 9437, 8503, 9675, 8048, 8395, 10572, 8596, 13946, 8753, 8785, 7792, 8848, 7828, 8994, 8275, 9014, 8032, 8221, 9410, 8736, 10535, 8534, 8466, 8219, 8731, 8515, 8877, 7643, 9183, 8029, 9227, 8441, 9035, 8152, 8918, 7770, 9795, 8392, 9542, 8337, 9671, 8554, 8843, 11159, 8507, 8853, 8547, 12734, 8637, 10216, 7603, 8813, 8011, 8333, 8473, 8108, 8834, 8684, 8382, 8984, 8444, 8603, 11410, 8428, 8781, 7748, 8739, 8411, 8480, 10675, 8468, 8790, 8679, 8366, 8343, 8758, 8076, 8918, 8376, 8307, 8999, 8450, 11122, 8398, 9019, 7648, 8872, 8353, 9435, 8069, 9535, 7970, 8939, 9432, 8763, 8529, 8944, 15156, 9257, 11847, 8095, 8592, 9018, 8763, 11644, 8958, 8989, 8895, 9015, 8742, 9091, 8734, 10346, 8791, 9546, 8454, 9723, 7967, 8773, 7860, 8461, 8068, 8633, 8339, 8437, 11312, 8704, 11866, 9014, 8483, 8431, 8608, 8532, 8579, 8615, 11893, 8465, 9447, 8182, 9272, 8124, 9510, 8493, 8996, 8169, 9115, 8387, 9596, 8373, 8889, 7726, 8536, 8106, 8461, 8231, 8329, 8389, 8684, 12271, 8493, 10214, 8398, 9355, 7980, 9459, 7846, 8222, 8155, 8650, 9060, 8435, 8911, 8455, 9517, 8699, 8523, 9371, 7753, 9225, 7850, 8706, 7759, 8451, 9848, 8607, 13936, 8689, 11810, 9573, 12764, 8299, 10994, 8392, 10332, 10167, 9792, 7857, 8470, 7947, 8433, 14696, 8908, 10630, 8117, 8918, 8269, 9322, 8276, 9186, 7903, 8399, 9299, 8631, 8748, 8154, 8790, 8629, 8993, 7665, 8450, 8174, 8262, 10711, 8306, 9008, 8136, 8956, 8218, 8730, 8570, 9520, 8669, 10712, 8834, 10162, 8164, 9513, 8045, 9553, 8297, 8539, 8057, 8976, 8183, 9532, 8255, 8603, 9185, 8661, 9509, 8915, 8301, 9321, 8072, 9169, 7922, 9184, 7854, 10602, 8456, 9488, 8779, 10846, 8632, 9036, 8276, 9152, 8314, 9428, 8312, 8676, 8687, 8731, 8933, 8671, 9495, 8079, 9179, 8278, 8497, 12311, 8824, 10220, 8452, 8679, 8541, 9438, 8653, 8971, 8787, 9013, 9162, 8845, 9648, 8280, 8760, 8882, 8472, 9847, 8405, 9748, 9290, 8511, 14598, 8957, 9026, 8722, 8180, 8479, 7986, 8481, 10671, 8786, 9899, 8327, 8636, 8404, 8336, 8297, 9665, 8643, 8848, 8262, 8628, 8456, 8572, 8440, 8164, 9213, 7932, 8749, 8308, 8320, 8557, 9922, 8512, 8547, 8981, 7982, 7702, 8795, 7883, 9227, 8416, 9372, 8761, 13732, 8738, 11833, 8025, 8523, 12832, 8525, 11872, 8395, 8926, 8392, 8561, 8257, 8196, 9171, 8143, 8285, 8721, 8601, 8779, 8224, 9185, 7886, 10290, 8409, 9474, 8598, 8564, 8744, 13043, 8786, 12080, 8800, 10731, 8554, 8886, 8565, 8484, 8652, 8922, 8639, 8340, 8447, 8852, 8460, 10710, 8520, 8888, 9085, 7644, 9249, 10121, 7947, 9034, 8745, 12198, 10322, 13203, 8688, 10784, 8193, 9134, 7591, 8726, 7784, 8830, 7920, 8634, 8376, 9514, 8450, 9223, 8873, 10953, 9426, 10212, 8608, 10343, 8105, 8501, 7827, 8885, 8171, 8939, 8010, 8528, 8251, 8763, 9757, 9056, 8460, 8736, 8411, 8411, 13486, 8746, 11220, 8398, 9421, 7758, 8428, 8243, 8350, 8357, 8840, 8336, 9644, 7943, 9421, 8311, 10052, 8300, 9799, 8727, 8930, 8823, 10896, 8504, 10265, 8073, 8870, 8121, 8658, 8163, 8653, 8634, 8658, 8874, 8400, 8930, 9124, 8475], 'WindowCenter': [4420.0, 4421.0, 4389.0, 4366.0, 4365.0, 4375.0, 4365.0, 4386.0, 4366.0, 4374.0, 4374.0, 4362.0, 4373.0, 4364.0, 4363.0, 4375.0, 4385.0, 4374.0, 4363.0, 4363.0, 4362.0, 4351.0, 4364.0, 4361.0, 4374.0, 4375.0, 4374.0, 4352.0, 4363.0, 4353.0, 4364.0, 4354.0, 4374.0, 4374.0, 4363.0, 4374.0, 4365.0, 4377.0, 4389.0, 4388.0, 4407.0, 4389.0, 4380.0, 4399.0, 4389.0, 4420.0, 4376.0, 4397.0, 4355.0, 4403.0, 4364.0, 4384.0, 4375.0, 4365.0, 4364.0, 4356.0, 4401.0, 4362.0, 4382.0, 4362.0, 4375.0, 4376.0, 4364.0, 4364.0, 4352.0, 4361.0, 4351.0, 4365.0, 4365.0, 4362.0, 4374.0, 4365.0, 4376.0, 4390.0, 4388.0, 4388.0, 4381.0, 4400.0, 4390.0, 4389.0, 4400.0, 4389.0, 4430.0, 4398.0, 4406.0, 4363.0, 4354.0, 4354.0, 4362.0, 4361.0, 4364.0, 4363.0, 4381.0, 4373.0, 4351.0, 4363.0, 4352.0, 4365.0, 4352.0, 4375.0, 4375.0, 4364.0, 4361.0, 4365.0, 4351.0, 4363.0, 4371.0, 4362.0, 4362.0, 4353.0, 4363.0, 4353.0, 4363.0, 4364.0, 4363.0, 4375.0, 4385.0, 4364.0, 4371.0, 4362.0, 4350.0, 4364.0, 4353.0, 4365.0, 4392.0, 4376.0, 4394.0, 4351.0, 4359.0, 4352.0, 4363.0, 4351.0, 4363.0, 4365.0, 4374.0, 4350.0, 4352.0, 4363.0, 4353.0, 4376.0, 4385.0, 4354.0, 4376.0, 4383.0, 4364.0, 4371.0, 4362.0, 4373.0, 4365.0, 4372.0, 4365.0, 4366.0, 4365.0, 4363.0, 4375.0, 4364.0, 4378.0, 4397.0, 4378.0, 4379.0, 4355.0, 4363.0, 4363.0, 4374.0, 4374.0, 4376.0, 4361.0, 4365.0, 4373.0, 4375.0, 4362.0, 4376.0, 4384.0, 4366.0, 4363.0, 4354.0, 4362.0, 4351.0, 4364.0, 4363.0, 4366.0, 4403.0, 4353.0, 4369.0, 4353.0, 4362.0, 4353.0, 4365.0, 4363.0, 4376.0, 4355.0, 4383.0, 4365.0, 4387.0, 4378.0, 4386.0, 4379.0, 4397.0, 4368.0, 4367.0, 4364.0, 4363.0, 4363.0, 4364.0, 4415.0, 4364.0, 4393.0, 4363.0, 4362.0, 4352.0, 4363.0, 4361.0, 4361.0, 4372.0, 4365.0, 4362.0, 4375.0, 4374.0, 4376.0, 4385.0, 4388.0, 4388.0, 4390.0, 4388.0, 4376.0, 4378.0, 4390.0, 4376.0, 4389.0, 4378.0, 4399.0, 4369.0, 4386.0, 4367.0, 4378.0, 4366.0, 4387.0, 4428.0, 4365.0, 4393.0, 4354.0, 4373.0, 4355.0, 4376.0, 4364.0, 4363.0, 4352.0, 4363.0, 4364.0, 4374.0, 4375.0, 4371.0, 4376.0, 4404.0, 4365.0, 4383.0, 4354.0, 4362.0, 4352.0, 4373.0, 4352.0, 4372.0, 4363.0, 4376.0, 4356.0, 4373.0, 4354.0, 4364.0, 4376.0, 4374.0, 4388.0, 4387.0, 4376.0, 4376.0, 4353.0, 4365.0, 4353.0, 4363.0, 4364.0, 4375.0, 4375.0, 4373.0, 4363.0, 4364.0, 4392.0, 4363.0, 4373.0, 4353.0, 4362.0, 4342.0, 4364.0, 4352.0, 4363.0, 4361.0, 4375.0, 4363.0, 4363.0, 4374.0, 4376.0, 4374.0, 4376.0, 4375.0, 4376.0, 4406.0, 4375.0, 4373.0, 4365.0, 4364.0, 4373.0, 4373.0, 4376.0, 4388.0, 4367.0, 4374.0, 4374.0, 4377.0, 4385.0, 4375.0, 4385.0, 4365.0, 4375.0, 4366.0, 4386.0, 4376.0, 4375.0, 4386.0, 4376.0, 4394.0, 4364.0, 4373.0, 4364.0, 4374.0, 4365.0, 4376.0, 4365.0, 4365.0, 4353.0, 4362.0, 4351.0, 4365.0, 4351.0, 4373.0, 4374.0, 4365.0, 4370.0, 4375.0, 4374.0, 4376.0, 4387.0, 4367.0, 4376.0, 4374.0, 4365.0, 4362.0, 4364.0, 4372.0, 4363.0, 4373.0, 4354.0, 4363.0, 4363.0, 4376.0, 4363.0, 4376.0, 4385.0, 4377.0, 4377.0, 4365.0, 4375.0, 4364.0, 4385.0, 4377.0, 4387.0, 4389.0, 4399.0, 4390.0, 4399.0, 4388.0, 4395.0, 4368.0, 4385.0, 4377.0, 4376.0, 4366.0, 4373.0, 4353.0, 4364.0, 4363.0, 4364.0, 4414.0, 4375.0, 4382.0, 4374.0, 4360.0, 4374.0, 4375.0, 4384.0, 4365.0, 4377.0, 4386.0, 4375.0, 4415.0, 4364.0, 4364.0, 4343.0, 4362.0, 4341.0, 4359.0, 4351.0, 4374.0, 4352.0, 4365.0, 4373.0, 4363.0, 4369.0, 4363.0, 4350.0, 4362.0, 4362.0, 4364.0, 4374.0, 4366.0, 4374.0, 4363.0, 4374.0, 4364.0, 4386.0, 4377.0, 4387.0, 4369.0, 4397.0, 4378.0, 4396.0, 4379.0, 4400.0, 4377.0, 4376.0, 4384.0, 4364.0, 4363.0, 4365.0, 4393.0, 4376.0, 4383.0, 4353.0, 4362.0, 4352.0, 4361.0, 4362.0, 4364.0, 4376.0, 4375.0, 4363.0, 4375.0, 4364.0, 4377.0, 4396.0, 4376.0, 4380.0, 4368.0, 4376.0, 4376.0, 4388.0, 4397.0, 4378.0, 4388.0, 4386.0, 4376.0, 4388.0, 4387.0, 4379.0, 4390.0, 4378.0, 4376.0, 4376.0, 4377.0, 4398.0, 4379.0, 4389.0, 4381.0, 4378.0, 4377.0, 4387.0, 4377.0, 4388.0, 4380.0, 4390.0, 4388.0, 4377.0, 4366.0, 4390.0, 4427.0, 4375.0, 4383.0, 4343.0, 4364.0, 4362.0, 4379.0, 4408.0, 4375.0, 4362.0, 4376.0, 4375.0, 4387.0, 4402.0, 4390.0, 4396.0, 4377.0, 4385.0, 4366.0, 4385.0, 4378.0, 4388.0, 4367.0, 4365.0, 4366.0, 4377.0, 4364.0, 4367.0, 4397.0, 4378.0, 4395.0, 4364.0, 4363.0, 4364.0, 4363.0, 4374.0, 4364.0, 4377.0, 4409.0, 4374.0, 4376.0, 4365.0, 4372.0, 4364.0, 4375.0, 4376.0, 4387.0, 4378.0, 4376.0, 4366.0, 4376.0, 4366.0, 4375.0, 4355.0, 4366.0, 4353.0, 4363.0, 4353.0, 4363.0, 4362.0, 4375.0, 4404.0, 4373.0, 4384.0, 4364.0, 4375.0, 4366.0, 4386.0, 4378.0, 4403.0, 4379.0, 4377.0, 4377.0, 4377.0, 4376.0, 4377.0, 4387.0, 4379.0, 4376.0, 4388.0, 4378.0, 4401.0, 4392.0, 4389.0, 4381.0, 4390.0, 4397.0, 4388.0, 4428.0, 4377.0, 4407.0, 4387.0, 4405.0, 4377.0, 4397.0, 4365.0, 4384.0, 4373.0, 4372.0, 4352.0, 4364.0, 4353.0, 4364.0, 4413.0, 4362.0, 4371.0, 4353.0, 4362.0, 4352.0, 4372.0, 4364.0, 4372.0, 4365.0, 4376.0, 4374.0, 4364.0, 4361.0, 4353.0, 4364.0, 4364.0, 4375.0, 4365.0, 4364.0, 4364.0, 4365.0, 4385.0, 4364.0, 4376.0, 4366.0, 4373.0, 4365.0, 4375.0, 4386.0, 4397.0, 4388.0, 4408.0, 4389.0, 4396.0, 4367.0, 4376.0, 4365.0, 4385.0, 4377.0, 4388.0, 4368.0, 4375.0, 4366.0, 4388.0, 4376.0, 4387.0, 4385.0, 4378.0, 4385.0, 4376.0, 4376.0, 4389.0, 4367.0, 4389.0, 4377.0, 4387.0, 4366.0, 4385.0, 4366.0, 4383.0, 4377.0, 4398.0, 4378.0, 4376.0, 4364.0, 4374.0, 4364.0, 4373.0, 4365.0, 4374.0, 4378.0, 4375.0, 4377.0, 4374.0, 4384.0, 4377.0, 4387.0, 4379.0, 4380.0, 4396.0, 4376.0, 4372.0, 4364.0, 4363.0, 4365.0, 4374.0, 4377.0, 4376.0, 4376.0, 4374.0, 4385.0, 4387.0, 4399.0, 4390.0, 4389.0, 4390.0, 4377.0, 4398.0, 4379.0, 4401.0, 4386.0, 4390.0, 4415.0, 4377.0, 4365.0, 4376.0, 4364.0, 4376.0, 4377.0, 4388.0, 4396.0, 4375.0, 4374.0, 4364.0, 4364.0, 4367.0, 4365.0, 4365.0, 4374.0, 4365.0, 4364.0, 4366.0, 4364.0, 4366.0, 4376.0, 4366.0, 4365.0, 4373.0, 4356.0, 4362.0, 4365.0, 4362.0, 4377.0, 4383.0, 4375.0, 4373.0, 4378.0, 4378.0, 4366.0, 4376.0, 4375.0, 4388.0, 4391.0, 4399.0, 4401.0, 4430.0, 4379.0, 4408.0, 4367.0, 4387.0, 4405.0, 4367.0, 4382.0, 4363.0, 4362.0, 4365.0, 4364.0, 4365.0, 4365.0, 4374.0, 4366.0, 4364.0, 4376.0, 4375.0, 4378.0, 4367.0, 4389.0, 4367.0, 4386.0, 4365.0, 4375.0, 4377.0, 4366.0, 4377.0, 4406.0, 4366.0, 4393.0, 4373.0, 4381.0, 4365.0, 4373.0, 4375.0, 4375.0, 4376.0, 4372.0, 4375.0, 4376.0, 4392.0, 4377.0, 4378.0, 4395.0, 4377.0, 4376.0, 4388.0, 4379.0, 4398.0, 4408.0, 4388.0, 4400.0, 4405.0, 4422.0, 4402.0, 4410.0, 4367.0, 4384.0, 4365.0, 4376.0, 4356.0, 4366.0, 4353.0, 4363.0, 4367.0, 4373.0, 4378.0, 4387.0, 4390.0, 4399.0, 4402.0, 4410.0, 4389.0, 4398.0, 4379.0, 4399.0, 4369.0, 4380.0, 4369.0, 4377.0, 4366.0, 4377.0, 4366.0, 4379.0, 4376.0, 4379.0, 4386.0, 4378.0, 4367.0, 4378.0, 4377.0, 4378.0, 4419.0, 4379.0, 4395.0, 4365.0, 4376.0, 4368.0, 4366.0, 4365.0, 4366.0, 4365.0, 4377.0, 4366.0, 4386.0, 4377.0, 4387.0, 4380.0, 4391.0, 4367.0, 4386.0, 4375.0, 4375.0, 4376.0, 4385.0, 4365.0, 4386.0, 4350.0, 4364.0, 4353.0, 4364.0, 4353.0, 4376.0, 4374.0, 4375.0, 4374.0, 4365.0, 4374.0, 4384.0, 4377.0], 'WindowWidth': [9749.0, 9732.0, 9681.0, 9644.0, 9640.0, 9654.0, 9640.0, 9672.0, 9642.0, 9648.0, 9649.0, 9630.0, 9645.0, 9636.0, 9633.0, 9653.0, 9667.0, 9650.0, 9630.0, 9631.0, 9627.0, 9613.0, 9631.0, 9625.0, 9647.0, 9650.0, 9647.0, 9614.0, 9631.0, 9616.0, 9632.0, 9620.0, 9648.0, 9649.0, 9632.0, 9649.0, 9641.0, 9660.0, 9679.0, 9678.0, 9701.0, 9678.0, 9670.0, 9693.0, 9680.0, 9722.0, 9655.0, 9683.0, 9624.0, 9684.0, 9635.0, 9660.0, 9650.0, 9635.0, 9634.0, 9623.0, 9680.0, 9626.0, 9654.0, 9628.0, 9649.0, 9653.0, 9633.0, 9630.0, 9611.0, 9625.0, 9612.0, 9635.0, 9636.0, 9627.0, 9649.0, 9639.0, 9656.0, 9680.0, 9676.0, 9675.0, 9669.0, 9697.0, 9679.0, 9677.0, 9693.0, 9677.0, 9736.0, 9685.0, 9690.0, 9627.0, 9614.0, 9616.0, 9625.0, 9626.0, 9633.0, 9631.0, 9651.0, 9642.0, 9608.0, 9626.0, 9613.0, 9633.0, 9615.0, 9651.0, 9650.0, 9633.0, 9624.0, 9632.0, 9614.0, 9629.0, 9636.0, 9626.0, 9626.0, 9617.0, 9629.0, 9618.0, 9631.0, 9636.0, 9631.0, 9650.0, 9666.0, 9635.0, 9640.0, 9626.0, 9608.0, 9630.0, 9615.0, 9636.0, 9670.0, 9652.0, 9674.0, 9609.0, 9618.0, 9612.0, 9627.0, 9610.0, 9631.0, 9636.0, 9647.0, 9609.0, 9613.0, 9631.0, 9616.0, 9653.0, 9665.0, 9620.0, 9653.0, 9656.0, 9630.0, 9637.0, 9630.0, 9643.0, 9635.0, 9643.0, 9639.0, 9639.0, 9636.0, 9630.0, 9649.0, 9632.0, 9656.0, 9684.0, 9662.0, 9660.0, 9621.0, 9629.0, 9628.0, 9645.0, 9648.0, 9652.0, 9627.0, 9637.0, 9645.0, 9650.0, 9629.0, 9651.0, 9664.0, 9641.0, 9631.0, 9617.0, 9628.0, 9611.0, 9632.0, 9628.0, 9638.0, 9686.0, 9614.0, 9633.0, 9615.0, 9625.0, 9616.0, 9636.0, 9633.0, 9652.0, 9622.0, 9659.0, 9640.0, 9670.0, 9661.0, 9670.0, 9663.0, 9686.0, 9644.0, 9641.0, 9633.0, 9632.0, 9628.0, 9633.0, 9704.0, 9633.0, 9671.0, 9629.0, 9624.0, 9612.0, 9629.0, 9623.0, 9627.0, 9642.0, 9636.0, 9630.0, 9650.0, 9649.0, 9654.0, 9665.0, 9674.0, 9678.0, 9681.0, 9674.0, 9656.0, 9660.0, 9678.0, 9655.0, 9677.0, 9663.0, 9690.0, 9648.0, 9667.0, 9643.0, 9660.0, 9642.0, 9673.0, 9728.0, 9634.0, 9670.0, 9617.0, 9642.0, 9622.0, 9651.0, 9634.0, 9631.0, 9614.0, 9628.0, 9632.0, 9644.0, 9650.0, 9640.0, 9653.0, 9690.0, 9637.0, 9658.0, 9618.0, 9626.0, 9613.0, 9642.0, 9614.0, 9642.0, 9633.0, 9653.0, 9625.0, 9643.0, 9620.0, 9633.0, 9654.0, 9650.0, 9673.0, 9672.0, 9652.0, 9651.0, 9617.0, 9633.0, 9617.0, 9633.0, 9633.0, 9650.0, 9648.0, 9644.0, 9630.0, 9632.0, 9669.0, 9629.0, 9643.0, 9616.0, 9623.0, 9597.0, 9630.0, 9613.0, 9629.0, 9626.0, 9649.0, 9631.0, 9631.0, 9646.0, 9652.0, 9649.0, 9656.0, 9652.0, 9655.0, 9694.0, 9651.0, 9644.0, 9634.0, 9631.0, 9646.0, 9645.0, 9654.0, 9673.0, 9643.0, 9650.0, 9646.0, 9655.0, 9665.0, 9651.0, 9666.0, 9640.0, 9651.0, 9641.0, 9667.0, 9653.0, 9655.0, 9668.0, 9655.0, 9675.0, 9633.0, 9644.0, 9633.0, 9646.0, 9635.0, 9652.0, 9637.0, 9635.0, 9616.0, 9627.0, 9610.0, 9635.0, 9612.0, 9647.0, 9647.0, 9635.0, 9638.0, 9651.0, 9649.0, 9654.0, 9671.0, 9643.0, 9653.0, 9645.0, 9633.0, 9626.0, 9632.0, 9641.0, 9630.0, 9645.0, 9620.0, 9631.0, 9629.0, 9651.0, 9631.0, 9654.0, 9665.0, 9657.0, 9657.0, 9637.0, 9650.0, 9635.0, 9662.0, 9656.0, 9672.0, 9679.0, 9692.0, 9681.0, 9690.0, 9673.0, 9679.0, 9645.0, 9664.0, 9654.0, 9654.0, 9640.0, 9643.0, 9617.0, 9633.0, 9628.0, 9631.0, 9701.0, 9647.0, 9655.0, 9644.0, 9622.0, 9646.0, 9650.0, 9662.0, 9638.0, 9659.0, 9666.0, 9648.0, 9704.0, 9633.0, 9631.0, 9600.0, 9623.0, 9596.0, 9617.0, 9611.0, 9644.0, 9612.0, 9634.0, 9642.0, 9628.0, 9631.0, 9627.0, 9607.0, 9626.0, 9627.0, 9631.0, 9647.0, 9638.0, 9647.0, 9631.0, 9646.0, 9635.0, 9668.0, 9658.0, 9671.0, 9648.0, 9685.0, 9662.0, 9683.0, 9661.0, 9692.0, 9656.0, 9652.0, 9658.0, 9631.0, 9628.0, 9635.0, 9671.0, 9652.0, 9658.0, 9615.0, 9623.0, 9612.0, 9624.0, 9625.0, 9633.0, 9652.0, 9650.0, 9630.0, 9649.0, 9635.0, 9657.0, 9681.0, 9654.0, 9664.0, 9643.0, 9653.0, 9652.0, 9672.0, 9682.0, 9660.0, 9676.0, 9670.0, 9653.0, 9675.0, 9672.0, 9664.0, 9681.0, 9659.0, 9656.0, 9652.0, 9658.0, 9685.0, 9661.0, 9679.0, 9670.0, 9657.0, 9655.0, 9668.0, 9657.0, 9674.0, 9666.0, 9680.0, 9671.0, 9655.0, 9638.0, 9679.0, 9723.0, 9646.0, 9654.0, 9598.0, 9628.0, 9626.0, 9661.0, 9701.0, 9649.0, 9626.0, 9651.0, 9651.0, 9673.0, 9702.0, 9681.0, 9682.0, 9656.0, 9664.0, 9638.0, 9664.0, 9661.0, 9674.0, 9642.0, 9636.0, 9636.0, 9653.0, 9633.0, 9640.0, 9682.0, 9657.0, 9676.0, 9630.0, 9626.0, 9630.0, 9629.0, 9647.0, 9633.0, 9656.0, 9703.0, 9649.0, 9650.0, 9634.0, 9639.0, 9635.0, 9648.0, 9654.0, 9671.0, 9657.0, 9651.0, 9639.0, 9652.0, 9638.0, 9650.0, 9624.0, 9637.0, 9615.0, 9628.0, 9613.0, 9628.0, 9626.0, 9648.0, 9690.0, 9645.0, 9658.0, 9634.0, 9648.0, 9639.0, 9667.0, 9662.0, 9706.0, 9663.0, 9657.0, 9654.0, 9658.0, 9654.0, 9657.0, 9670.0, 9660.0, 9655.0, 9674.0, 9663.0, 9698.0, 9688.0, 9681.0, 9670.0, 9680.0, 9684.0, 9673.0, 9730.0, 9656.0, 9697.0, 9669.0, 9691.0, 9654.0, 9684.0, 9636.0, 9659.0, 9641.0, 9637.0, 9611.0, 9630.0, 9613.0, 9631.0, 9697.0, 9625.0, 9636.0, 9613.0, 9624.0, 9614.0, 9639.0, 9633.0, 9644.0, 9636.0, 9654.0, 9647.0, 9630.0, 9625.0, 9616.0, 9633.0, 9633.0, 9652.0, 9638.0, 9632.0, 9630.0, 9636.0, 9660.0, 9635.0, 9655.0, 9639.0, 9644.0, 9637.0, 9650.0, 9669.0, 9683.0, 9676.0, 9704.0, 9676.0, 9682.0, 9641.0, 9652.0, 9635.0, 9662.0, 9655.0, 9674.0, 9645.0, 9649.0, 9639.0, 9671.0, 9657.0, 9670.0, 9664.0, 9658.0, 9665.0, 9653.0, 9653.0, 9675.0, 9644.0, 9675.0, 9658.0, 9669.0, 9638.0, 9662.0, 9637.0, 9659.0, 9655.0, 9685.0, 9660.0, 9652.0, 9631.0, 9645.0, 9630.0, 9643.0, 9636.0, 9647.0, 9659.0, 9650.0, 9653.0, 9648.0, 9664.0, 9656.0, 9670.0, 9662.0, 9664.0, 9679.0, 9649.0, 9640.0, 9631.0, 9628.0, 9634.0, 9648.0, 9656.0, 9652.0, 9651.0, 9647.0, 9665.0, 9669.0, 9689.0, 9682.0, 9678.0, 9679.0, 9658.0, 9689.0, 9663.0, 9698.0, 9671.0, 9679.0, 9707.0, 9653.0, 9634.0, 9650.0, 9635.0, 9656.0, 9656.0, 9676.0, 9682.0, 9649.0, 9645.0, 9632.0, 9631.0, 9639.0, 9635.0, 9635.0, 9645.0, 9634.0, 9632.0, 9638.0, 9632.0, 9640.0, 9651.0, 9639.0, 9634.0, 9644.0, 9623.0, 9628.0, 9634.0, 9630.0, 9654.0, 9659.0, 9651.0, 9644.0, 9657.0, 9658.0, 9640.0, 9656.0, 9652.0, 9674.0, 9683.0, 9691.0, 9698.0, 9736.0, 9663.0, 9700.0, 9642.0, 9671.0, 9692.0, 9639.0, 9652.0, 9627.0, 9624.0, 9634.0, 9630.0, 9634.0, 9634.0, 9645.0, 9637.0, 9635.0, 9653.0, 9649.0, 9659.0, 9641.0, 9675.0, 9642.0, 9665.0, 9636.0, 9647.0, 9655.0, 9636.0, 9656.0, 9694.0, 9639.0, 9671.0, 9644.0, 9650.0, 9633.0, 9643.0, 9651.0, 9650.0, 9651.0, 9642.0, 9651.0, 9654.0, 9687.0, 9657.0, 9657.0, 9677.0, 9653.0, 9653.0, 9671.0, 9664.0, 9687.0, 9703.0, 9678.0, 9695.0, 9708.0, 9728.0, 9698.0, 9703.0, 9641.0, 9659.0, 9634.0, 9649.0, 9625.0, 9636.0, 9614.0, 9629.0, 9638.0, 9644.0, 9657.0, 9669.0, 9680.0, 9693.0, 9699.0, 9705.0, 9676.0, 9686.0, 9660.0, 9689.0, 9646.0, 9664.0, 9644.0, 9653.0, 9637.0, 9656.0, 9639.0, 9660.0, 9654.0, 9659.0, 9664.0, 9656.0, 9639.0, 9657.0, 9654.0, 9659.0, 9716.0, 9658.0, 9676.0, 9636.0, 9652.0, 9642.0, 9636.0, 9634.0, 9636.0, 9633.0, 9653.0, 9638.0, 9668.0, 9657.0, 9670.0, 9664.0, 9678.0, 9643.0, 9663.0, 9649.0, 9648.0, 9651.0, 9664.0, 9635.0, 9663.0, 9607.0, 9628.0, 9613.0, 9629.0, 9613.0, 9652.0, 9648.0, 9647.0, 9643.0, 9635.0, 9646.0, 9662.0, 9656.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.0019840068886337542</td></tr>
<tr><td colspan=3>aqi</td><td>0.016342506199770377</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.32119860149424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2384277804252866</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0352380852413805</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>8488.3359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08197455546181068</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.386268520011942</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3024443996509025</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.665316754635715</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.191044405749208</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013757520355284214</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014818146824836731</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8120689299631882</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>27.3454</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9364</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8436</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309890.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>905.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.4492</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.2029</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3650.0117</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3892.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.0914</td></tr>
<tr><td colspan=3>tsnr</td><td>45.67744105076417</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>