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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-01/func/sub-0009_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4dd2ad369da63af4579b73768012b150</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>12:43:44.115000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.086623</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7726, -7303, 652, -44, -159, 61, 73]</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>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d5e9cbe-69f6-407b-ae53-e733591d95ef||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['124344.115000', '124344.575000', '124345.035000', '124345.495000', '124345.955000', '124346.415000', '124346.875000', '124347.335000', '124347.795000', '124348.255000', '124348.715000', '124349.175000', '124349.635000', '124350.095000', '124350.555000', '124351.015000', '124351.475000', '124351.935000', '124352.395000', '124352.855000', '124353.315000', '124353.775000', '124354.235000', '124354.695000', '124355.155000', '124355.615000', '124356.075000', '124356.535000', '124356.995000', '124357.455000', '124357.915000', '124358.375000', '124358.835000', '124359.295000', '124359.755000', '124400.215000', '124400.675000', '124401.135000', '124401.595000', '124402.055000', '124402.515000', '124402.975000', '124403.435000', '124403.895000', '124404.355000', '124404.815000', '124405.275000', '124405.735000', '124406.195000', '124406.655000', '124407.115000', '124407.575000', '124408.035000', '124408.495000', '124408.955000', '124409.415000', '124409.875000', '124410.335000', '124410.795000', '124411.255000', '124411.715000', '124412.175000', '124412.635000', '124413.095000', '124413.555000', '124414.015000', '124414.475000', '124414.935000', '124415.395000', '124415.855000', '124416.315000', '124416.775000', '124417.235000', '124417.695000', '124418.155000', '124418.615000', '124419.075000', '124419.535000', '124419.995000', '124420.455000', '124420.915000', '124421.375000', '124421.835000', '124422.295000', '124422.755000', '124423.215000', '124423.675000', '124424.135000', '124424.595000', '124425.055000', '124425.515000', '124425.975000', '124426.435000', '124426.895000', '124427.355000', '124427.815000', '124428.275000', '124428.735000', '124429.195000', '124429.655000', '124430.115000', '124430.575000', '124431.035000', '124431.495000', '124431.955000', '124432.415000', '124432.875000', '124433.335000', '124433.795000', '124434.255000', '124434.715000', '124435.175000', '124435.635000', '124436.095000', '124436.555000', '124437.015000', '124437.475000', '124437.935000', '124438.395000', '124438.855000', '124439.315000', '124439.775000', '124440.235000', '124440.695000', '124441.155000', '124441.615000', '124442.075000', '124442.535000', '124442.995000', '124443.455000', '124443.915000', '124444.375000', '124444.835000', '124445.295000', '124445.755000', '124446.215000', '124446.675000', '124447.135000', '124447.595000', '124448.055000', '124448.515000', '124448.975000', '124449.435000', '124449.895000', '124450.355000', '124450.815000', '124451.275000', '124451.735000', '124452.195000', '124452.655000', '124453.115000', '124453.575000', '124454.035000', '124454.495000', '124454.955000', '124455.415000', '124455.875000', '124456.335000', '124456.795000', '124457.255000', '124457.715000', '124458.175000', '124458.635000', '124459.095000', '124459.555000', '124500.015000', '124500.475000', '124500.935000', '124501.395000', '124501.855000', '124502.315000', '124502.775000', '124503.235000', '124503.695000', '124504.155000', '124504.615000', '124505.075000', '124505.535000', '124505.995000', '124506.455000', '124506.915000', '124507.375000', '124507.835000', '124508.295000', '124508.755000', '124509.215000', '124509.675000', '124510.135000', '124510.595000', '124511.055000', '124511.515000', '124511.975000', '124512.435000', '124512.895000', '124513.355000', '124513.815000', '124514.275000', '124514.735000', '124515.195000', '124515.655000', '124516.115000', '124516.575000', '124517.035000', '124517.495000', '124517.955000', '124518.415000', '124518.875000', '124519.335000', '124519.795000', '124520.255000', '124520.715000', '124521.175000', '124521.635000', '124522.095000', '124522.555000', '124523.015000', '124523.475000', '124523.935000', '124524.395000', '124524.855000', '124525.315000', '124525.775000', '124526.235000', '124526.695000', '124527.155000', '124527.615000', '124528.075000', '124528.535000', '124528.995000', '124529.455000', '124529.915000', '124530.375000', '124530.835000', '124531.295000', '124531.755000', '124532.215000', '124532.675000', '124533.135000', '124533.595000', '124534.055000', '124534.515000', '124534.975000', '124535.435000', '124535.895000', '124536.355000', '124536.815000', '124537.275000', '124537.735000', '124538.195000', '124538.655000', '124539.115000', '124539.575000', '124540.035000', '124540.495000', '124540.955000', '124541.415000', '124541.875000', '124542.335000', '124542.795000', '124543.255000', '124543.715000', '124544.175000', '124544.635000', '124545.095000', '124545.555000', '124546.015000', '124546.475000', '124546.935000', '124547.395000', '124547.855000', '124548.315000', '124548.775000', '124549.235000', '124549.695000', '124550.155000', '124550.615000', '124551.075000', '124551.535000', '124551.995000', '124552.455000', '124552.915000', '124553.375000', '124553.835000', '124554.295000', '124554.755000', '124555.215000', '124555.675000', '124556.135000', '124556.595000', '124557.055000', '124557.515000', '124557.975000', '124558.435000', '124558.895000', '124559.355000', '124559.815000', '124600.275000', '124600.735000', '124601.195000', '124601.655000', '124602.115000', '124602.575000', '124603.035000', '124603.495000', '124603.955000', '124604.415000', '124604.875000', '124605.335000', '124605.795000', '124606.255000', '124606.715000', '124607.175000', '124607.635000', '124608.095000', '124608.555000', '124609.015000', '124609.475000', '124609.935000', '124610.395000', '124610.855000', '124611.315000', '124611.775000', '124612.235000', '124612.695000', '124613.155000', '124613.615000', '124614.075000', '124614.535000', '124614.995000', '124615.455000', '124615.915000', '124616.375000', '124616.835000', '124617.295000', '124617.755000', '124618.215000', '124618.675000', '124619.135000', '124619.595000', '124620.055000', '124620.515000', '124620.975000', '124621.435000', '124621.895000', '124622.355000', '124622.815000', '124623.275000', '124623.735000', '124624.195000', '124624.655000', '124625.115000', '124625.575000', '124626.035000', '124626.495000', '124626.955000', '124627.415000', '124627.875000', '124628.335000', '124628.795000', '124629.255000', '124629.715000', '124630.175000', '124630.635000', '124631.095000', '124631.555000', '124632.015000', '124632.475000', '124632.935000', '124633.395000', '124633.855000', '124634.315000', '124634.775000', '124635.235000', '124635.695000', '124636.155000', '124636.615000', '124637.075000', '124637.535000', '124637.995000', '124638.455000', '124638.915000', '124639.375000', '124639.835000', '124640.295000', '124640.755000', '124641.215000', '124641.675000', '124642.135000', '124642.595000', '124643.055000', '124643.515000', '124643.975000', '124644.435000', '124644.895000', '124645.355000', '124645.815000', '124646.275000', '124646.735000', '124647.195000', '124647.655000', '124648.115000', '124648.575000', '124649.035000', '124649.495000', '124649.955000', '124650.415000', '124650.875000', '124651.335000', '124651.795000', '124652.255000', '124652.715000', '124653.175000', '124653.635000', '124654.095000', '124654.555000', '124655.015000', '124655.475000', '124655.935000', '124656.395000', '124656.855000', '124657.315000', '124657.775000', '124658.235000', '124658.695000', '124659.155000', '124659.615000', '124700.075000', '124700.535000', '124700.995000', '124701.455000', '124701.915000', '124702.375000', '124702.835000', '124703.295000', '124703.755000', '124704.215000', '124704.675000', '124705.135000', '124705.595000', '124706.055000', '124706.515000', '124706.975000', '124707.435000', '124707.895000', '124708.355000', '124708.815000', '124709.275000', '124709.735000', '124710.195000', '124710.655000', '124711.115000', '124711.575000', '124712.035000', '124712.495000', '124712.955000', '124713.415000', '124713.875000', '124714.335000', '124714.795000', '124715.255000', '124715.715000', '124716.175000', '124716.635000', '124717.095000', '124717.555000', '124718.015000', '124718.475000', '124718.935000', '124719.395000', '124719.855000', '124720.315000', '124720.775000', '124721.235000', '124721.695000', '124722.155000', '124722.615000', '124723.075000', '124723.535000', '124723.995000', '124724.455000', '124724.915000', '124725.375000', '124725.835000', '124726.295000', '124726.755000', '124727.215000', '124727.675000', '124728.135000', '124728.595000', '124729.055000', '124729.515000', '124729.975000', '124730.435000', '124730.895000', '124731.355000', '124731.815000', '124732.275000', '124732.735000', '124733.195000', '124733.655000', '124734.115000', '124734.575000', '124735.035000', '124735.495000', '124735.955000', '124736.415000', '124736.875000', '124737.335000', '124737.795000', '124738.255000', '124738.715000', '124739.175000', '124739.635000', '124740.095000', '124740.555000', '124741.015000', '124741.475000', '124741.935000', '124742.395000', '124742.855000', '124743.315000', '124743.775000', '124744.235000', '124744.695000', '124745.155000', '124745.615000', '124746.075000', '124746.535000', '124746.995000', '124747.455000', '124747.915000', '124748.375000', '124748.835000', '124749.295000', '124749.755000', '124750.215000', '124750.675000', '124751.135000', '124751.595000', '124752.055000', '124752.515000', '124752.975000', '124753.435000', '124753.895000', '124754.355000', '124754.815000', '124755.275000', '124755.735000', '124756.195000', '124756.655000', '124757.115000', '124757.575000', '124758.035000', '124758.495000', '124758.955000', '124759.415000', '124759.875000', '124800.335000', '124800.795000', '124801.255000', '124801.715000', '124802.175000', '124802.635000', '124803.095000', '124803.555000', '124804.015000', '124804.475000', '124804.935000', '124805.395000', '124805.855000', '124806.315000', '124806.775000', '124807.235000', '124807.695000', '124808.155000', '124808.615000', '124809.075000', '124809.535000', '124809.995000', '124810.455000', '124810.915000', '124811.375000', '124811.835000', '124812.295000', '124812.755000', '124813.215000', '124813.675000', '124814.135000', '124814.595000', '124815.055000', '124815.515000', '124815.975000', '124816.435000', '124816.895000', '124817.355000', '124817.815000', '124818.275000', '124818.735000', '124819.195000', '124819.655000', '124820.115000', '124820.575000', '124821.035000', '124821.495000', '124821.955000', '124822.415000', '124822.875000', '124823.335000', '124823.795000', '124824.255000', '124824.715000', '124825.175000', '124825.635000', '124826.095000', '124826.555000', '124827.015000', '124827.475000', '124827.935000', '124828.395000', '124828.855000', '124829.315000', '124829.775000', '124830.235000', '124830.695000', '124831.155000', '124831.615000', '124832.075000', '124832.535000', '124832.995000', '124833.455000', '124833.915000', '124834.375000', '124834.835000', '124835.295000', '124835.755000', '124836.215000', '124836.675000', '124837.135000', '124837.595000', '124838.055000', '124838.515000', '124838.975000', '124839.435000', '124839.895000', '124840.355000', '124840.815000', '124841.275000', '124841.735000', '124842.195000', '124842.655000', '124843.115000', '124843.575000', '124844.035000', '124844.495000', '124844.955000', '124845.415000', '124845.875000', '124846.335000', '124846.795000', '124847.255000', '124847.715000', '124848.175000', '124848.635000', '124849.095000', '124849.555000', '124850.015000', '124850.475000', '124850.935000', '124851.395000', '124851.855000', '124852.315000', '124852.775000', '124853.235000', '124853.695000', '124854.155000', '124854.615000', '124855.075000', '124855.535000', '124855.995000', '124856.455000', '124856.915000', '124857.375000', '124857.835000', '124858.295000', '124858.755000', '124859.215000', '124859.675000', '124900.135000', '124900.595000', '124901.055000', '124901.515000', '124901.975000', '124902.435000', '124902.895000', '124903.355000', '124903.815000', '124904.275000', '124904.735000', '124905.195000', '124905.655000', '124906.115000', '124906.575000', '124907.035000', '124907.495000', '124907.955000', '124908.415000', '124908.875000', '124909.335000', '124909.795000', '124910.255000', '124910.715000', '124911.175000', '124911.635000', '124912.095000', '124912.555000', '124913.015000', '124913.475000', '124913.935000', '124914.395000', '124914.855000', '124915.315000', '124915.775000', '124916.235000', '124916.695000', '124917.155000', '124917.615000', '124918.075000', '124918.535000', '124918.995000', '124919.455000', '124919.915000', '124920.375000', '124920.835000', '124921.295000', '124921.755000', '124922.215000', '124922.675000', '124923.135000', '124923.595000', '124924.055000', '124924.515000', '124924.975000', '124925.435000', '124925.895000', '124926.355000', '124926.815000', '124927.275000', '124927.735000', '124928.195000', '124928.655000', '124929.115000', '124929.575000', '124930.035000', '124930.495000', '124930.955000', '124931.415000', '124931.875000', '124932.335000', '124932.795000', '124933.255000', '124933.715000', '124934.175000', '124934.635000', '124935.095000', '124935.555000', '124936.015000', '124936.475000', '124936.935000', '124937.395000', '124937.855000', '124938.315000', '124938.775000', '124939.235000', '124939.695000', '124940.155000', '124940.615000', '124941.075000', '124941.535000', '124941.995000', '124942.455000', '124942.915000', '124943.375000', '124943.835000', '124944.295000', '124944.755000', '124945.215000', '124945.675000', '124946.135000', '124946.595000', '124947.055000', '124947.515000', '124947.975000', '124948.435000', '124948.895000', '124949.355000', '124949.815000', '124950.275000', '124950.735000', '124951.195000', '124951.655000', '124952.115000', '124952.575000', '124953.035000', '124953.495000', '124953.955000', '124954.415000', '124954.875000', '124955.335000', '124955.795000', '124956.255000', '124956.715000', '124957.175000', '124957.635000', '124958.095000', '124958.555000', '124959.015000', '124959.475000', '124959.935000', '125000.395000', '125000.855000', '125001.315000', '125001.775000', '125002.235000', '125002.695000', '125003.155000', '125003.615000', '125004.075000', '125004.535000', '125004.995000', '125005.455000', '125005.915000', '125006.375000', '125006.835000', '125007.295000', '125007.755000', '125008.215000', '125008.675000', '125009.135000', '125009.595000', '125010.055000', '125010.515000', '125010.975000', '125011.435000', '125011.895000', '125012.355000', '125012.815000', '125013.275000', '125013.735000', '125014.195000', '125014.655000', '125015.115000', '125015.575000', '125016.035000', '125016.495000', '125016.955000', '125017.415000', '125017.875000', '125018.335000', '125018.795000', '125019.255000', '125019.715000', '125020.175000', '125020.635000', '125021.095000', '125021.555000', '125022.015000', '125022.475000', '125022.935000', '125023.395000', '125023.855000', '125024.315000', '125024.775000'], 'ContentTime': ['124412.105000', '124412.108000', '124412.111000', '124412.114000', '124412.117000', '124412.120000', '124412.122000', '124412.125000', '124412.128000', '124412.131000', '124412.133000', '124412.136000', '124412.139000', '124412.144000', '124412.147000', '124412.149000', '124412.152000', '124412.155000', '124412.158000', '124412.160000', '124412.163000', '124412.166000', '124412.169000', '124412.171000', '124412.174000', '124412.177000', '124412.180000', '124412.182000', '124412.185000', '124412.188000', '124412.191000', '124412.194000', '124412.196000', '124412.199000', '124412.202000', '124412.205000', '124412.208000', '124412.210000', '124412.213000', '124412.216000', '124412.218000', '124412.221000', '124412.224000', '124412.227000', '124412.230000', '124412.232000', '124412.236000', '124412.239000', '124412.242000', '124412.244000', '124412.247000', '124412.250000', '124412.253000', '124412.255000', '124412.258000', '124412.261000', '124412.264000', '124412.267000', '124432.070000', '124432.073000', '124432.075000', '124432.078000', '124432.081000', '124432.084000', '124432.086000', '124432.090000', '124432.095000', '124432.105000', '124432.108000', '124432.111000', '124432.114000', '124432.117000', '124432.119000', '124432.122000', '124432.125000', '124432.128000', '124432.130000', '124432.133000', '124432.136000', '124432.139000', '124432.141000', '124432.144000', '124432.147000', '124432.150000', '124432.152000', '124432.155000', '124432.158000', '124432.161000', '124432.164000', '124432.166000', '124432.169000', '124432.172000', '124432.175000', '124432.177000', '124432.180000', '124432.183000', '124432.195000', '124432.197000', '124432.200000', '124432.203000', '124432.206000', '124452.070000', '124452.073000', '124452.075000', '124452.078000', '124452.081000', '124452.084000', '124452.086000', '124452.089000', '124452.092000', '124452.095000', '124452.098000', '124452.100000', '124452.103000', '124452.106000', '124452.109000', '124452.112000', '124452.116000', '124452.119000', '124452.122000', '124452.124000', '124452.127000', '124452.130000', '124452.133000', '124452.136000', '124452.138000', '124452.141000', '124452.144000', '124452.147000', '124452.150000', '124452.152000', '124452.155000', '124452.158000', '124452.161000', '124452.163000', '124452.166000', '124452.169000', '124452.172000', '124452.174000', '124452.177000', '124452.180000', '124452.183000', '124452.186000', '124452.188000', '124452.191000', '124512.070000', '124512.073000', '124512.076000', '124512.078000', '124512.081000', '124512.084000', '124512.087000', '124512.090000', '124512.093000', '124512.095000', '124512.098000', '124512.101000', '124512.105000', '124512.107000', '124512.110000', '124512.113000', '124512.116000', '124512.119000', '124512.122000', '124512.124000', '124512.127000', '124512.130000', '124512.133000', '124512.136000', '124512.138000', '124512.141000', '124512.144000', '124512.147000', '124512.150000', '124512.152000', '124512.155000', '124512.158000', '124512.161000', '124512.163000', '124512.166000', '124512.169000', '124512.172000', '124512.174000', '124512.177000', '124512.180000', '124512.183000', '124512.186000', '124512.189000', '124532.071000', '124532.074000', '124532.077000', '124532.079000', '124532.082000', '124532.085000', '124532.088000', '124532.090000', '124532.093000', '124532.096000', '124532.099000', '124532.102000', '124532.104000', '124532.107000', '124532.110000', '124532.113000', '124532.120000', '124532.123000', '124532.126000', '124532.129000', '124532.132000', '124532.134000', '124532.137000', '124532.140000', '124532.143000', '124532.146000', '124532.148000', '124532.151000', '124532.154000', '124532.157000', '124532.160000', '124532.163000', '124532.165000', '124532.168000', '124532.171000', '124532.174000', '124532.176000', '124532.179000', '124532.182000', '124532.185000', '124532.187000', '124532.190000', '124532.193000', '124532.196000', '124552.071000', '124552.074000', '124552.077000', '124552.079000', '124552.082000', '124552.085000', '124552.088000', '124552.091000', '124552.094000', '124552.097000', '124552.099000', '124552.102000', '124552.105000', '124552.108000', '124552.111000', '124552.113000', '124552.116000', '124552.119000', '124552.122000', '124552.125000', '124552.128000', '124552.131000', '124552.134000', '124552.136000', '124552.139000', '124552.142000', '124552.145000', '124552.148000', '124552.150000', '124552.153000', '124552.156000', '124552.159000', '124552.162000', '124552.164000', '124552.167000', '124552.170000', '124552.173000', '124552.176000', '124552.179000', '124552.186000', '124552.189000', '124552.192000', '124552.195000', '124612.070000', '124612.073000', '124612.076000', '124612.079000', '124612.081000', '124612.084000', '124612.087000', '124612.090000', '124612.093000', '124612.095000', '124612.098000', '124612.101000', '124612.104000', '124612.107000', '124612.110000', '124612.113000', '124612.115000', '124612.118000', '124612.121000', '124612.124000', '124612.127000', '124612.129000', '124612.132000', '124612.135000', '124612.138000', '124612.141000', '124612.144000', '124612.146000', '124612.149000', '124612.152000', '124612.155000', '124612.158000', '124612.161000', '124612.163000', '124612.166000', '124612.169000', '124612.172000', '124612.175000', '124612.177000', '124612.180000', '124612.183000', '124612.186000', '124612.189000', '124612.192000', '124632.070000', '124632.073000', '124632.076000', '124632.079000', '124632.082000', '124632.085000', '124632.088000', '124632.091000', '124632.094000', '124632.096000', '124632.099000', '124632.102000', '124632.105000', '124632.107000', '124632.110000', '124632.113000', '124632.116000', '124632.119000', '124632.122000', '124632.124000', '124632.127000', '124632.130000', '124632.133000', '124632.136000', '124632.139000', '124632.145000', '124632.148000', '124632.151000', '124632.154000', '124632.156000', '124632.159000', '124632.162000', '124632.165000', '124632.168000', '124632.171000', '124632.173000', '124632.179000', '124632.182000', '124632.184000', '124632.187000', '124632.190000', '124632.193000', '124632.196000', '124652.070000', '124652.073000', '124652.076000', '124652.079000', '124652.081000', '124652.084000', '124652.087000', '124652.090000', '124652.093000', '124652.096000', '124652.098000', '124652.101000', '124652.104000', '124652.107000', '124652.110000', '124652.112000', '124652.115000', '124652.118000', '124652.121000', '124652.124000', '124652.127000', '124652.129000', '124652.132000', '124652.135000', '124652.138000', '124652.141000', '124652.143000', '124652.146000', '124652.149000', '124652.152000', '124652.155000', '124652.158000', '124652.160000', '124652.163000', '124652.166000', '124652.169000', '124652.172000', '124652.175000', '124652.177000', '124652.180000', '124652.183000', '124652.186000', '124652.189000', '124652.192000', '124712.070000', '124712.073000', '124712.076000', '124712.079000', '124712.082000', '124712.084000', '124712.087000', '124712.090000', '124712.093000', '124712.096000', '124712.098000', '124712.101000', '124712.104000', '124712.107000', '124712.110000', '124712.113000', '124712.115000', '124712.118000', '124712.121000', '124712.124000', '124712.127000', '124712.130000', '124712.133000', '124712.136000', '124712.138000', '124712.141000', '124712.144000', '124712.147000', '124712.150000', '124712.152000', '124712.155000', '124712.158000', '124712.161000', '124712.164000', '124712.167000', '124712.170000', '124712.173000', '124712.176000', '124712.193000', '124712.196000', '124712.199000', '124712.202000', '124712.205000', '124732.070000', '124732.073000', '124732.075000', '124732.078000', '124732.081000', '124732.084000', '124732.087000', '124732.090000', '124732.093000', '124732.095000', '124732.098000', '124732.101000', '124732.104000', '124732.107000', '124732.110000', '124732.112000', '124732.115000', '124732.118000', '124732.121000', '124732.124000', '124732.127000', '124732.129000', '124732.132000', '124732.135000', '124732.138000', '124732.141000', '124732.143000', '124732.146000', '124732.149000', '124732.152000', '124732.154000', '124732.157000', '124732.160000', '124732.163000', '124732.166000', '124732.169000', '124732.171000', '124732.174000', '124732.177000', '124732.180000', '124732.183000', '124732.185000', '124732.188000', '124732.191000', '124752.071000', '124752.074000', '124752.077000', '124752.080000', '124752.082000', '124752.085000', '124752.088000', '124752.091000', '124752.094000', '124752.096000', '124752.099000', '124752.102000', '124752.105000', '124752.108000', '124752.114000', '124752.117000', '124752.120000', '124752.123000', '124752.126000', '124752.128000', '124752.131000', '124752.134000', '124752.137000', '124752.140000', '124752.142000', '124752.145000', '124752.148000', '124752.151000', '124752.154000', '124752.156000', '124752.159000', '124752.175000', '124752.179000', '124752.181000', '124752.185000', '124752.187000', '124752.190000', '124752.193000', '124752.196000', '124752.199000', '124752.226000', '124752.228000', '124752.231000', '124812.071000', '124812.074000', '124812.077000', '124812.080000', '124812.083000', '124812.086000', '124812.089000', '124812.091000', '124812.094000', '124812.097000', '124812.100000', '124812.103000', '124812.106000', '124812.108000', '124812.111000', '124812.114000', '124812.117000', '124812.120000', '124812.122000', '124812.125000', '124812.128000', '124812.131000', '124812.134000', '124812.137000', '124812.139000', '124812.142000', '124812.145000', '124812.148000', '124812.151000', '124812.153000', '124812.156000', '124812.159000', '124812.162000', '124812.165000', '124812.168000', '124812.171000', '124812.173000', '124812.176000', '124812.179000', '124812.182000', '124812.185000', '124812.188000', '124812.190000', '124812.193000', '124832.070000', '124832.073000', '124832.076000', '124832.079000', '124832.081000', '124832.084000', '124832.087000', '124832.090000', '124832.093000', '124832.096000', '124832.099000', '124832.101000', '124832.104000', '124832.107000', '124832.110000', '124832.113000', '124832.116000', '124832.118000', '124832.121000', '124832.124000', '124832.127000', '124832.130000', '124832.132000', '124832.135000', '124832.138000', '124832.141000', '124832.144000', '124832.146000', '124832.149000', '124832.152000', '124832.155000', '124832.158000', '124832.160000', '124832.163000', '124832.166000', '124832.169000', '124832.172000', '124832.175000', '124832.177000', '124832.180000', '124832.183000', '124832.186000', '124832.189000', '124852.070000', '124852.073000', '124852.076000', '124852.079000', '124852.081000', '124852.084000', '124852.087000', '124852.090000', '124852.093000', '124852.095000', '124852.098000', '124852.101000', '124852.104000', '124852.107000', '124852.110000', '124852.113000', '124852.116000', '124852.118000', '124852.121000', '124852.124000', '124852.127000', '124852.130000', '124852.133000', '124852.135000', '124852.138000', '124852.141000', '124852.144000', '124852.147000', '124852.149000', '124852.152000', '124852.155000', '124852.158000', '124852.161000', '124852.164000', '124852.166000', '124852.169000', '124852.172000', '124852.175000', '124852.178000', '124852.181000', '124852.183000', '124852.186000', '124852.192000', '124852.195000', '124912.070000', '124912.073000', '124912.076000', '124912.078000', '124912.081000', '124912.084000', '124912.087000', '124912.090000', '124912.093000', '124912.096000', '124912.098000', '124912.101000', '124912.104000', '124912.107000', '124912.110000', '124912.113000', '124912.116000', '124912.118000', '124912.121000', '124912.124000', '124912.127000', '124912.130000', '124912.133000', '124912.135000', '124912.138000', '124912.141000', '124912.144000', '124912.147000', '124912.150000', '124912.153000', '124912.156000', '124912.159000', '124912.162000', '124912.165000', '124912.167000', '124912.170000', '124912.173000', '124912.176000', '124912.178000', '124912.181000', '124912.184000', '124912.187000', '124912.200000', '124932.070000', '124932.073000', '124932.076000', '124932.079000', '124932.081000', '124932.084000', '124932.087000', '124932.090000', '124932.093000', '124932.096000', '124932.098000', '124932.101000', '124932.104000', '124932.107000', '124932.110000', '124932.113000', '124932.115000', '124932.119000', '124932.121000', '124932.124000', '124932.127000', '124932.130000', '124932.133000', '124932.136000', '124932.138000', '124932.141000', '124932.144000', '124932.147000', '124932.150000', '124932.153000', '124932.156000', '124932.158000', '124932.161000', '124932.164000', '124932.167000', '124932.170000', '124932.172000', '124932.175000', '124932.178000', '124932.181000', '124932.184000', '124932.187000', '124932.190000', '124932.192000', '124952.070000', '124952.073000', '124952.075000', '124952.079000', '124952.081000', '124952.084000', '124952.087000', '124952.090000', '124952.093000', '124952.095000', '124952.098000', '124952.101000', '124952.104000', '124952.107000', '124952.110000', '124952.113000', '124952.116000', '124952.118000', '124952.121000', '124952.124000', '124952.127000', '124952.130000', '124952.133000', '124952.136000', '124952.138000', '124952.141000', '124952.144000', '124952.147000', '124952.150000', '124952.153000', '124952.155000', '124952.158000', '124952.161000', '124952.164000', '124952.167000', '124952.170000', '124952.172000', '124952.177000', '124952.179000', '124952.182000', '124952.185000', '124952.188000', '124952.191000', '125012.071000', '125012.074000', '125012.076000', '125012.079000', '125012.089000', '125012.092000', '125012.095000', '125012.097000', '125012.100000', '125012.103000', '125012.106000', '125012.109000', '125012.112000', '125012.115000', '125012.118000', '125012.120000', '125012.123000', '125012.126000', '125012.129000', '125012.131000', '125012.134000', '125012.137000', '125012.140000', '125012.143000', '125012.146000', '125012.149000', '125012.151000', '125012.154000', '125012.157000', '125012.160000', '125012.163000', '125012.165000', '125012.168000', '125012.171000', '125012.174000', '125012.177000', '125012.180000', '125012.183000', '125012.185000', '125012.188000', '125012.191000', '125012.194000', '125012.197000', '125012.199000', '125026.321000', '125026.324000', '125026.327000', '125026.331000', '125026.333000', '125026.336000', '125026.339000', '125026.343000', '125026.346000', '125026.349000', '125026.352000', '125026.355000', '125026.358000', '125026.361000', '125026.364000', '125026.367000', '125026.370000', '125026.373000', '125026.376000', '125026.379000', '125026.382000', '125026.385000', '125026.388000', '125026.390000', '125026.393000', '125026.396000', '125026.399000', '125026.402000', '125026.405000', '125026.407000', '125026.410000'], 'InstanceCreationTime': ['124412.105000', '124412.108000', '124412.111000', '124412.114000', '124412.117000', '124412.120000', '124412.122000', '124412.125000', '124412.128000', '124412.131000', '124412.133000', '124412.136000', '124412.139000', '124412.144000', '124412.147000', '124412.149000', '124412.152000', '124412.155000', '124412.158000', '124412.160000', '124412.163000', '124412.166000', '124412.169000', '124412.171000', '124412.174000', '124412.177000', '124412.180000', '124412.182000', '124412.185000', '124412.188000', '124412.191000', '124412.194000', '124412.196000', '124412.199000', '124412.202000', '124412.205000', '124412.208000', '124412.210000', '124412.213000', '124412.216000', '124412.218000', '124412.221000', '124412.224000', '124412.227000', '124412.230000', '124412.232000', '124412.236000', '124412.239000', '124412.242000', '124412.244000', '124412.247000', '124412.250000', '124412.253000', '124412.255000', '124412.258000', '124412.261000', '124412.264000', '124412.267000', '124432.070000', '124432.073000', '124432.075000', '124432.078000', '124432.081000', '124432.084000', '124432.086000', '124432.090000', '124432.095000', '124432.105000', '124432.108000', '124432.111000', '124432.114000', '124432.117000', '124432.119000', '124432.122000', '124432.125000', '124432.128000', '124432.130000', '124432.133000', '124432.136000', '124432.139000', '124432.141000', '124432.144000', '124432.147000', '124432.150000', '124432.152000', '124432.155000', '124432.158000', '124432.161000', '124432.164000', '124432.166000', '124432.169000', '124432.172000', '124432.175000', '124432.177000', '124432.180000', '124432.183000', '124432.195000', '124432.197000', '124432.200000', '124432.203000', '124432.206000', '124452.070000', '124452.073000', '124452.075000', '124452.078000', '124452.081000', '124452.084000', '124452.086000', '124452.089000', '124452.092000', '124452.095000', '124452.098000', '124452.100000', '124452.103000', '124452.106000', '124452.109000', '124452.112000', '124452.116000', '124452.119000', '124452.122000', '124452.124000', '124452.127000', '124452.130000', '124452.133000', '124452.136000', '124452.138000', '124452.141000', '124452.144000', '124452.147000', '124452.150000', '124452.152000', '124452.155000', '124452.158000', '124452.161000', '124452.163000', '124452.166000', '124452.169000', '124452.172000', '124452.174000', '124452.177000', '124452.180000', '124452.183000', '124452.186000', '124452.188000', '124452.191000', '124512.070000', '124512.073000', '124512.076000', '124512.078000', '124512.081000', '124512.084000', '124512.087000', '124512.090000', '124512.093000', '124512.095000', '124512.098000', '124512.101000', '124512.105000', '124512.107000', '124512.110000', '124512.113000', '124512.116000', '124512.119000', '124512.122000', '124512.124000', '124512.127000', '124512.130000', '124512.133000', '124512.136000', '124512.138000', '124512.141000', '124512.144000', '124512.147000', '124512.150000', '124512.152000', '124512.155000', '124512.158000', '124512.161000', '124512.163000', '124512.166000', '124512.169000', '124512.172000', '124512.174000', '124512.177000', '124512.180000', '124512.183000', '124512.186000', '124512.189000', '124532.071000', '124532.074000', '124532.077000', '124532.079000', '124532.082000', '124532.085000', '124532.088000', '124532.090000', '124532.093000', '124532.096000', '124532.099000', '124532.102000', '124532.104000', '124532.107000', '124532.110000', '124532.113000', '124532.120000', '124532.123000', '124532.126000', '124532.129000', '124532.132000', '124532.134000', '124532.137000', '124532.140000', '124532.143000', '124532.146000', '124532.148000', '124532.151000', '124532.154000', '124532.157000', '124532.160000', '124532.163000', '124532.165000', '124532.168000', '124532.171000', '124532.174000', '124532.176000', '124532.179000', '124532.182000', '124532.185000', '124532.187000', '124532.190000', '124532.193000', '124532.196000', '124552.071000', '124552.074000', '124552.077000', '124552.079000', '124552.082000', '124552.085000', '124552.088000', '124552.091000', '124552.094000', '124552.097000', '124552.099000', '124552.102000', '124552.105000', '124552.108000', '124552.111000', '124552.113000', '124552.116000', '124552.119000', '124552.122000', '124552.125000', '124552.128000', '124552.131000', '124552.134000', '124552.136000', '124552.139000', '124552.142000', '124552.145000', '124552.148000', '124552.150000', '124552.153000', '124552.156000', '124552.159000', '124552.162000', '124552.164000', '124552.167000', '124552.170000', '124552.173000', '124552.176000', '124552.179000', '124552.186000', '124552.189000', '124552.192000', '124552.195000', '124612.070000', '124612.073000', '124612.076000', '124612.079000', '124612.081000', '124612.084000', '124612.087000', '124612.090000', '124612.093000', '124612.095000', '124612.098000', '124612.101000', '124612.104000', '124612.107000', '124612.110000', '124612.113000', '124612.115000', '124612.118000', '124612.121000', '124612.124000', '124612.127000', '124612.129000', '124612.132000', '124612.135000', '124612.138000', '124612.141000', '124612.144000', '124612.146000', '124612.149000', '124612.152000', '124612.155000', '124612.158000', '124612.161000', '124612.163000', '124612.166000', '124612.169000', '124612.172000', '124612.175000', '124612.177000', '124612.180000', '124612.183000', '124612.186000', '124612.189000', '124612.192000', '124632.070000', '124632.073000', '124632.076000', '124632.079000', '124632.082000', '124632.085000', '124632.088000', '124632.091000', '124632.094000', '124632.096000', '124632.099000', '124632.102000', '124632.105000', '124632.107000', '124632.110000', '124632.113000', '124632.116000', '124632.119000', '124632.122000', '124632.124000', '124632.127000', '124632.130000', '124632.133000', '124632.136000', '124632.139000', '124632.145000', '124632.148000', '124632.151000', '124632.154000', '124632.156000', '124632.159000', '124632.162000', '124632.165000', '124632.168000', '124632.171000', '124632.173000', '124632.179000', '124632.182000', '124632.184000', '124632.187000', '124632.190000', '124632.193000', '124632.196000', '124652.070000', '124652.073000', '124652.076000', '124652.079000', '124652.081000', '124652.084000', '124652.087000', '124652.090000', '124652.093000', '124652.096000', '124652.098000', '124652.101000', '124652.104000', '124652.107000', '124652.110000', '124652.112000', '124652.115000', '124652.118000', '124652.121000', '124652.124000', '124652.127000', '124652.129000', '124652.132000', '124652.135000', '124652.138000', '124652.141000', '124652.143000', '124652.146000', '124652.149000', '124652.152000', '124652.155000', '124652.158000', '124652.160000', '124652.163000', '124652.166000', '124652.169000', '124652.172000', '124652.175000', '124652.177000', '124652.180000', '124652.183000', '124652.186000', '124652.189000', '124652.192000', '124712.070000', '124712.073000', '124712.076000', '124712.079000', '124712.082000', '124712.084000', '124712.087000', '124712.090000', '124712.093000', '124712.096000', '124712.098000', '124712.101000', '124712.104000', '124712.107000', '124712.110000', '124712.113000', '124712.115000', '124712.118000', '124712.121000', '124712.124000', '124712.127000', '124712.130000', '124712.133000', '124712.136000', '124712.138000', '124712.141000', '124712.144000', '124712.147000', '124712.150000', '124712.152000', '124712.155000', '124712.158000', '124712.161000', '124712.164000', '124712.167000', '124712.170000', '124712.173000', '124712.176000', '124712.193000', '124712.196000', '124712.199000', '124712.202000', '124712.205000', '124732.070000', '124732.073000', '124732.075000', '124732.078000', '124732.081000', '124732.084000', '124732.087000', '124732.090000', '124732.093000', '124732.095000', '124732.098000', '124732.101000', '124732.104000', '124732.107000', '124732.110000', '124732.112000', '124732.115000', '124732.118000', '124732.121000', '124732.124000', '124732.127000', '124732.129000', '124732.132000', '124732.135000', '124732.138000', '124732.141000', '124732.143000', '124732.146000', '124732.149000', '124732.152000', '124732.154000', '124732.157000', '124732.160000', '124732.163000', '124732.166000', '124732.169000', '124732.171000', '124732.174000', '124732.177000', '124732.180000', '124732.183000', '124732.185000', '124732.188000', '124732.191000', '124752.071000', '124752.074000', '124752.077000', '124752.080000', '124752.082000', '124752.085000', '124752.088000', '124752.091000', '124752.094000', '124752.096000', '124752.099000', '124752.102000', '124752.105000', '124752.108000', '124752.114000', '124752.117000', '124752.120000', '124752.123000', '124752.126000', '124752.128000', '124752.131000', '124752.134000', '124752.137000', '124752.140000', '124752.142000', '124752.145000', '124752.148000', '124752.151000', '124752.154000', '124752.156000', '124752.159000', '124752.175000', '124752.179000', '124752.181000', '124752.185000', '124752.187000', '124752.190000', '124752.193000', '124752.196000', '124752.199000', '124752.226000', '124752.228000', '124752.231000', '124812.071000', '124812.074000', '124812.077000', '124812.080000', '124812.083000', '124812.086000', '124812.089000', '124812.091000', '124812.094000', '124812.097000', '124812.100000', '124812.103000', '124812.106000', '124812.108000', '124812.111000', '124812.114000', '124812.117000', '124812.120000', '124812.122000', '124812.125000', '124812.128000', '124812.131000', '124812.134000', '124812.137000', '124812.139000', '124812.142000', '124812.145000', '124812.148000', '124812.151000', '124812.153000', '124812.156000', '124812.159000', '124812.162000', '124812.165000', '124812.168000', '124812.171000', '124812.173000', '124812.176000', '124812.179000', '124812.182000', '124812.185000', '124812.188000', '124812.190000', '124812.193000', '124832.070000', '124832.073000', '124832.076000', '124832.079000', '124832.081000', '124832.084000', '124832.087000', '124832.090000', '124832.093000', '124832.096000', '124832.099000', '124832.101000', '124832.104000', '124832.107000', '124832.110000', '124832.113000', '124832.116000', '124832.118000', '124832.121000', '124832.124000', '124832.127000', '124832.130000', '124832.132000', '124832.135000', '124832.138000', '124832.141000', '124832.144000', '124832.146000', '124832.149000', '124832.152000', '124832.155000', '124832.158000', '124832.160000', '124832.163000', '124832.166000', '124832.169000', '124832.172000', '124832.175000', '124832.177000', '124832.180000', '124832.183000', '124832.186000', '124832.189000', '124852.070000', '124852.073000', '124852.076000', '124852.079000', '124852.081000', '124852.084000', '124852.087000', '124852.090000', '124852.093000', '124852.095000', '124852.098000', '124852.101000', '124852.104000', '124852.107000', '124852.110000', '124852.113000', '124852.116000', '124852.118000', '124852.121000', '124852.124000', '124852.127000', '124852.130000', '124852.133000', '124852.135000', '124852.138000', '124852.141000', '124852.144000', '124852.147000', '124852.149000', '124852.152000', '124852.155000', '124852.158000', '124852.161000', '124852.164000', '124852.166000', '124852.169000', '124852.172000', '124852.175000', '124852.178000', '124852.181000', '124852.183000', '124852.186000', '124852.192000', '124852.195000', '124912.070000', '124912.073000', '124912.076000', '124912.078000', '124912.081000', '124912.084000', '124912.087000', '124912.090000', '124912.093000', '124912.096000', '124912.098000', '124912.101000', '124912.104000', '124912.107000', '124912.110000', '124912.113000', '124912.116000', '124912.118000', '124912.121000', '124912.124000', '124912.127000', '124912.130000', '124912.133000', '124912.135000', '124912.138000', '124912.141000', '124912.144000', '124912.147000', '124912.150000', '124912.153000', '124912.156000', '124912.159000', '124912.162000', '124912.165000', '124912.167000', '124912.170000', '124912.173000', '124912.176000', '124912.178000', '124912.181000', '124912.184000', '124912.187000', '124912.200000', '124932.070000', '124932.073000', '124932.076000', '124932.079000', '124932.081000', '124932.084000', '124932.087000', '124932.090000', '124932.093000', '124932.096000', '124932.098000', '124932.101000', '124932.104000', '124932.107000', '124932.110000', '124932.113000', '124932.115000', '124932.119000', '124932.121000', '124932.124000', '124932.127000', '124932.130000', '124932.133000', '124932.136000', '124932.138000', '124932.141000', '124932.144000', '124932.147000', '124932.150000', '124932.153000', '124932.156000', '124932.158000', '124932.161000', '124932.164000', '124932.167000', '124932.170000', '124932.172000', '124932.175000', '124932.178000', '124932.181000', '124932.184000', '124932.187000', '124932.190000', '124932.192000', '124952.070000', '124952.073000', '124952.075000', '124952.079000', '124952.081000', '124952.084000', '124952.087000', '124952.090000', '124952.093000', '124952.095000', '124952.098000', '124952.101000', '124952.104000', '124952.107000', '124952.110000', '124952.113000', '124952.116000', '124952.118000', '124952.121000', '124952.124000', '124952.127000', '124952.130000', '124952.133000', '124952.136000', '124952.138000', '124952.141000', '124952.144000', '124952.147000', '124952.150000', '124952.153000', '124952.155000', '124952.158000', '124952.161000', '124952.164000', '124952.167000', '124952.170000', '124952.172000', '124952.177000', '124952.179000', '124952.182000', '124952.185000', '124952.188000', '124952.191000', '125012.071000', '125012.074000', '125012.076000', '125012.079000', '125012.089000', '125012.092000', '125012.095000', '125012.097000', '125012.100000', '125012.103000', '125012.106000', '125012.109000', '125012.112000', '125012.115000', '125012.118000', '125012.120000', '125012.123000', '125012.126000', '125012.129000', '125012.131000', '125012.134000', '125012.137000', '125012.140000', '125012.143000', '125012.146000', '125012.149000', '125012.151000', '125012.154000', '125012.157000', '125012.160000', '125012.163000', '125012.165000', '125012.168000', '125012.171000', '125012.174000', '125012.177000', '125012.180000', '125012.183000', '125012.185000', '125012.188000', '125012.191000', '125012.194000', '125012.197000', '125012.199000', '125026.321000', '125026.324000', '125026.327000', '125026.331000', '125026.333000', '125026.336000', '125026.339000', '125026.343000', '125026.346000', '125026.349000', '125026.352000', '125026.355000', '125026.358000', '125026.361000', '125026.364000', '125026.367000', '125026.370000', '125026.373000', '125026.376000', '125026.379000', '125026.382000', '125026.385000', '125026.388000', '125026.390000', '125026.393000', '125026.396000', '125026.399000', '125026.402000', '125026.405000', '125026.407000', '125026.410000'], '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': [10243, 13530, 9349, 12135, 7729, 9607, 7923, 9104, 13390, 9273, 12572, 9205, 11729, 9178, 11706, 8865, 12250, 9306, 14466, 8407, 11542, 8012, 9941, 7969, 11753, 7799, 9690, 10831, 9529, 15364, 9781, 14147, 9313, 12194, 9308, 11015, 8946, 10688, 8793, 9940, 8945, 10367, 8637, 11893, 8702, 11274, 8888, 9888, 8774, 10111, 9177, 10935, 9558, 9192, 9267, 10812, 9400, 11655, 8993, 12376, 9046, 12735, 8543, 12447, 8558, 11445, 8736, 12373, 8811, 11587, 8398, 11113, 8093, 10242, 8115, 10094, 10061, 9510, 12396, 9311, 13147, 9701, 12197, 8888, 11354, 8685, 11618, 8755, 11470, 9039, 11993, 8537, 11300, 9189, 12140, 7911, 10960, 7652, 9485, 8553, 9556, 12296, 9671, 11701, 9390, 12154, 9076, 11471, 8749, 11234, 8154, 10716, 8026, 9441, 8569, 9565, 11719, 9405, 11353, 8710, 10942, 8181, 10392, 8756, 10619, 8737, 10728, 8291, 10590, 7830, 10280, 7911, 9699, 14994, 9436, 15155, 10632, 14129, 9052, 10850, 8342, 9524, 16364, 11159, 15060, 10503, 13198, 8043, 9475, 8068, 9325, 12850, 9387, 12877, 8513, 11322, 7977, 10539, 8008, 9547, 8630, 9531, 14187, 8778, 12262, 8576, 11787, 8433, 10117, 7689, 9275, 10735, 9622, 9712, 9702, 8460, 9398, 12513, 9257, 12197, 9631, 11836, 7920, 9255, 8797, 9275, 14654, 9546, 13715, 8511, 11439, 7887, 9995, 8204, 9778, 7997, 9670, 8181, 9531, 8585, 9568, 10299, 9694, 9438, 9535, 14855, 8541, 11622, 8111, 12542, 10076, 9797, 16569, 8862, 13591, 9142, 11680, 7774, 9456, 8188, 9349, 11172, 8973, 10839, 8788, 10538, 8649, 10841, 8662, 10500, 8556, 10996, 8633, 11124, 7858, 9466, 10507, 9447, 10442, 9741, 9990, 9501, 9749, 9442, 8972, 9466, 7458, 8884, 7627, 9904, 8834, 8044, 9340, 7870, 11936, 14772, 9406, 16699, 8932, 14370, 10771, 14393, 8747, 11980, 8308, 9772, 8015, 9221, 8048, 9164, 7794, 9216, 8000, 9424, 8071, 10316, 8234, 9549, 8208, 9360, 7551, 9445, 7699, 9579, 7601, 9531, 7712, 9322, 7832, 9729, 9651, 9896, 7923, 9282, 8584, 9717, 12019, 9615, 11889, 9054, 12148, 9105, 10819, 9020, 10492, 9024, 10001, 9651, 13425, 8769, 12106, 8322, 11889, 8595, 13331, 8319, 10725, 8072, 9803, 7994, 9860, 12734, 9513, 16065, 8849, 12533, 8242, 10606, 8537, 9588, 9461, 9426, 12265, 8282, 10225, 7549, 9487, 13669, 9180, 12348, 8180, 10833, 8124, 10076, 7886, 9020, 8143, 9464, 12593, 9145, 11151, 8122, 10733, 7862, 9359, 7587, 9310, 10558, 9576, 12073, 8925, 11687, 7761, 10802, 7972, 9541, 12133, 9599, 11800, 9201, 11049, 8291, 10521, 8207, 10464, 8009, 9544, 8091, 9236, 11719, 9524, 13813, 7808, 10582, 10032, 9583, 14625, 9073, 12989, 7983, 10551, 8123, 10916, 7723, 9151, 7840, 9176, 7662, 9514, 7987, 9630, 12668, 9486, 12636, 8039, 10888, 8372, 11063, 7845, 9084, 7666, 9577, 14132, 9291, 14514, 8669, 11778, 7756, 9436, 7727, 9519, 9698, 9560, 9044, 9695, 9672, 9269, 10942, 8842, 13023, 8674, 11505, 7897, 10317, 7820, 9356, 11980, 9347, 14290, 9142, 12048, 8568, 11217, 8387, 12209, 8106, 11043, 7558, 9112, 9353, 9589, 9376, 9152, 12991, 9253, 12537, 9055, 12522, 8232, 11042, 7541, 9317, 11588, 9411, 11219, 9343, 10475, 9124, 10757, 8624, 10828, 8453, 10741, 7692, 9314, 14171, 9471, 14274, 8203, 13373, 7633, 9592, 15407, 9016, 12394, 8833, 10724, 7378, 9413, 8567, 9027, 10379, 8811, 10465, 8695, 10652, 7712, 9399, 8404, 9441, 16185, 9897, 13337, 7523, 9217, 12626, 9339, 13770, 8641, 12065, 8527, 11160, 7936, 9820, 7662, 8530, 7899, 9031, 7860, 9018, 10204, 8999, 12522, 8535, 11899, 7921, 9741, 7687, 9446, 14752, 9258, 15022, 9543, 13339, 8377, 10892, 8326, 9539, 7686, 9451, 7715, 9582, 10018, 9366, 10685, 8998, 11011, 8306, 11329, 8167, 9369, 7825, 9437, 12633, 9422, 13871, 9136, 12014, 9137, 13109, 9673, 13503, 8686, 11672, 7840, 9323, 8157, 9597, 9920, 9846, 9741, 9667, 12117, 9042, 11128, 8050, 10541, 7676, 9802, 10061, 9845, 15781, 9216, 13665, 8287, 11292, 7672, 9385, 7737, 9626, 10292, 9415, 10296, 9203, 10418, 8947, 10730, 8249, 10907, 8261, 11221, 8018, 10353, 7806, 9197, 7656, 9624, 8560, 9805, 16432, 8852, 12371, 9456, 12798, 7888, 9526, 8255, 9295, 13235, 9231, 11182, 8588, 10917, 8179, 9945, 7674, 9638, 7970, 9603, 7764, 9634, 10492, 9550, 12613, 8614, 10712, 8406, 11899, 7625, 9487, 7350, 9244, 11325, 9706, 8785, 9696, 7901, 9415, 8437, 9904, 8818, 9381, 7740, 9482, 9380, 9471, 12414, 9371, 13840, 9482, 13799, 8728, 12647, 8736, 12305, 8316, 12352, 8444, 9838, 7818, 9468, 7679, 9325, 7869, 9674, 7723, 9238, 7677, 9534, 10536, 9630, 9593, 9632, 9948, 9571, 10813, 9807, 11521, 9261, 12191, 9093, 13105, 8763, 12158, 8498, 13840, 8248, 10363, 7842, 9190, 7695, 9314, 8177, 9282, 7981, 9583, 7450, 9394, 7796, 12550, 9062, 18188, 10786, 14504, 8528, 11186, 9006, 10852, 8605, 10591, 8459, 10723, 7987, 9762, 8735, 9275, 14008, 9266, 13193, 9401, 9338, 9568, 8547, 9352, 8512, 9406, 9037, 9300, 11814, 9350, 14222, 9133, 13710, 8745, 13075, 8437, 9815, 7699, 9028, 8541, 9608, 9291, 9530, 9712, 9554, 10755, 8830, 10923, 8592, 10185, 7417, 9169, 8882, 9188, 10634, 9477, 10270, 8780, 11345, 8383, 10215, 7796, 9011, 8114, 9264, 7890, 9660, 12505, 8922, 11233, 8293, 9179, 8542, 9742, 12372, 8922, 10311, 8156, 8830, 7692, 9559, 7996, 9370, 7884, 8889, 9595, 8816, 10508, 9248, 9374, 8700, 8250, 8468, 10412, 8192, 10372, 7845, 8803, 7722, 8816, 16110, 8735, 14753, 9559, 14448, 8477, 10682, 8451, 10335, 9560, 13548, 8314, 13563, 8139, 11404, 8358, 12150, 11506, 10196, 13820, 9151, 13584, 8960, 14093, 10624, 11034, 9670, 11729, 9357, 15009, 10281, 16441, 11370, 15823, 9375, 13540, 8805, 11574, 8099, 14420, 8143, 9475, 7883, 9204, 7952, 9579, 7991, 9642, 7728, 9478, 11989, 9527, 14277, 9310, 14322, 9435, 14293, 8464, 12122, 8098, 11164, 8404], 'WindowCenter': [4473.0, 4488.0, 4445.0, 4462.0, 4411.0, 4430.0, 4407.0, 4431.0, 4459.0, 4430.0, 4449.0, 4430.0, 4447.0, 4430.0, 4448.0, 4429.0, 4450.0, 4431.0, 4460.0, 4419.0, 4438.0, 4419.0, 4429.0, 4406.0, 4449.0, 4407.0, 4426.0, 4435.0, 4425.0, 4457.0, 4427.0, 4457.0, 4418.0, 4435.0, 4416.0, 4437.0, 4416.0, 4425.0, 4418.0, 4428.0, 4430.0, 4437.0, 4418.0, 4448.0, 4430.0, 4439.0, 4430.0, 4428.0, 4419.0, 4438.0, 4429.0, 4438.0, 4430.0, 4430.0, 4430.0, 4439.0, 4431.0, 4449.0, 4430.0, 4449.0, 4429.0, 4447.0, 4420.0, 4449.0, 4420.0, 4448.0, 4420.0, 4451.0, 4432.0, 4448.0, 4419.0, 4449.0, 4420.0, 4439.0, 4408.0, 4428.0, 4428.0, 4428.0, 4447.0, 4428.0, 4446.0, 4429.0, 4446.0, 4430.0, 4438.0, 4430.0, 4450.0, 4431.0, 4450.0, 4430.0, 4449.0, 4432.0, 4450.0, 4430.0, 4461.0, 4419.0, 4439.0, 4409.0, 4430.0, 4419.0, 4428.0, 4448.0, 4429.0, 4448.0, 4429.0, 4450.0, 4431.0, 4450.0, 4430.0, 4449.0, 4418.0, 4440.0, 4420.0, 4440.0, 4419.0, 4440.0, 4451.0, 4431.0, 4438.0, 4419.0, 4438.0, 4421.0, 4438.0, 4431.0, 4441.0, 4432.0, 4452.0, 4432.0, 4453.0, 4422.0, 4443.0, 4419.0, 4442.0, 4472.0, 4431.0, 4469.0, 4440.0, 4459.0, 4418.0, 4438.0, 4406.0, 4428.0, 4470.0, 4438.0, 4457.0, 4428.0, 4448.0, 4407.0, 4426.0, 4407.0, 4427.0, 4447.0, 4428.0, 4448.0, 4418.0, 4437.0, 4419.0, 4440.0, 4419.0, 4429.0, 4418.0, 4431.0, 4460.0, 4431.0, 4461.0, 4419.0, 4449.0, 4419.0, 4438.0, 4410.0, 4429.0, 4439.0, 4430.0, 4429.0, 4428.0, 4418.0, 4429.0, 4448.0, 4430.0, 4450.0, 4429.0, 4450.0, 4418.0, 4430.0, 4417.0, 4430.0, 4458.0, 4429.0, 4459.0, 4420.0, 4448.0, 4419.0, 4438.0, 4420.0, 4440.0, 4420.0, 4430.0, 4420.0, 4442.0, 4431.0, 4440.0, 4440.0, 4442.0, 4430.0, 4442.0, 4471.0, 4431.0, 4450.0, 4420.0, 4450.0, 4428.0, 4428.0, 4468.0, 4417.0, 4447.0, 4416.0, 4437.0, 4394.0, 4416.0, 4405.0, 4416.0, 4436.0, 4416.0, 4434.0, 4416.0, 4438.0, 4417.0, 4437.0, 4430.0, 4438.0, 4430.0, 4449.0, 4430.0, 4450.0, 4422.0, 4440.0, 4441.0, 4431.0, 4438.0, 4430.0, 4428.0, 4430.0, 4429.0, 4442.0, 4430.0, 4442.0, 4411.0, 4431.0, 4421.0, 4441.0, 4433.0, 4420.0, 4444.0, 4421.0, 4454.0, 4471.0, 4430.0, 4468.0, 4418.0, 4448.0, 4428.0, 4447.0, 4405.0, 4424.0, 4405.0, 4413.0, 4393.0, 4413.0, 4393.0, 4404.0, 4394.0, 4415.0, 4405.0, 4416.0, 4406.0, 4427.0, 4405.0, 4417.0, 4418.0, 4418.0, 4408.0, 4429.0, 4408.0, 4429.0, 4407.0, 4429.0, 4410.0, 4428.0, 4408.0, 4430.0, 4428.0, 4431.0, 4408.0, 4430.0, 4418.0, 4429.0, 4448.0, 4429.0, 4437.0, 4432.0, 4450.0, 4419.0, 4439.0, 4429.0, 4440.0, 4431.0, 4439.0, 4441.0, 4460.0, 4420.0, 4450.0, 4420.0, 4451.0, 4421.0, 4459.0, 4420.0, 4439.0, 4419.0, 4430.0, 4410.0, 4440.0, 4449.0, 4429.0, 4469.0, 4416.0, 4447.0, 4408.0, 4427.0, 4418.0, 4429.0, 4429.0, 4431.0, 4448.0, 4419.0, 4430.0, 4407.0, 4429.0, 4458.0, 4418.0, 4447.0, 4408.0, 4438.0, 4409.0, 4428.0, 4407.0, 4419.0, 4409.0, 4429.0, 4449.0, 4428.0, 4438.0, 4408.0, 4438.0, 4408.0, 4418.0, 4408.0, 4429.0, 4438.0, 4429.0, 4449.0, 4430.0, 4449.0, 4407.0, 4440.0, 4409.0, 4429.0, 4449.0, 4429.0, 4438.0, 4428.0, 4439.0, 4420.0, 4438.0, 4420.0, 4440.0, 4421.0, 4443.0, 4420.0, 4444.0, 4453.0, 4442.0, 4472.0, 4411.0, 4440.0, 4441.0, 4441.0, 4472.0, 4433.0, 4461.0, 4422.0, 4453.0, 4435.0, 4454.0, 4422.0, 4431.0, 4420.0, 4431.0, 4421.0, 4443.0, 4423.0, 4443.0, 4462.0, 4442.0, 4461.0, 4422.0, 4451.0, 4422.0, 4450.0, 4421.0, 4430.0, 4409.0, 4441.0, 4471.0, 4432.0, 4459.0, 4419.0, 4450.0, 4411.0, 4430.0, 4410.0, 4431.0, 4430.0, 4430.0, 4417.0, 4428.0, 4429.0, 4430.0, 4441.0, 4432.0, 4459.0, 4420.0, 4449.0, 4420.0, 4443.0, 4421.0, 4443.0, 4451.0, 4429.0, 4458.0, 4430.0, 4450.0, 4420.0, 4438.0, 4419.0, 4450.0, 4409.0, 4440.0, 4409.0, 4429.0, 4429.0, 4429.0, 4429.0, 4428.0, 4448.0, 4429.0, 4448.0, 4419.0, 4448.0, 4418.0, 4437.0, 4411.0, 4428.0, 4437.0, 4416.0, 4436.0, 4418.0, 4427.0, 4429.0, 4439.0, 4420.0, 4440.0, 4420.0, 4439.0, 4408.0, 4431.0, 4459.0, 4429.0, 4460.0, 4409.0, 4449.0, 4408.0, 4426.0, 4457.0, 4417.0, 4437.0, 4416.0, 4428.0, 4397.0, 4419.0, 4417.0, 4419.0, 4427.0, 4417.0, 4438.0, 4420.0, 4439.0, 4411.0, 4431.0, 4419.0, 4430.0, 4471.0, 4429.0, 4460.0, 4408.0, 4430.0, 4448.0, 4430.0, 4446.0, 4418.0, 4449.0, 4417.0, 4436.0, 4410.0, 4429.0, 4410.0, 4420.0, 4421.0, 4431.0, 4421.0, 4432.0, 4441.0, 4432.0, 4462.0, 4430.0, 4451.0, 4422.0, 4431.0, 4408.0, 4432.0, 4472.0, 4430.0, 4468.0, 4429.0, 4448.0, 4419.0, 4438.0, 4419.0, 4430.0, 4410.0, 4428.0, 4409.0, 4431.0, 4429.0, 4430.0, 4441.0, 4432.0, 4443.0, 4422.0, 4448.0, 4421.0, 4430.0, 4411.0, 4431.0, 4449.0, 4430.0, 4459.0, 4428.0, 4449.0, 4430.0, 4450.0, 4431.0, 4448.0, 4420.0, 4439.0, 4407.0, 4430.0, 4409.0, 4430.0, 4428.0, 4429.0, 4428.0, 4428.0, 4450.0, 4429.0, 4439.0, 4409.0, 4440.0, 4409.0, 4428.0, 4430.0, 4430.0, 4469.0, 4418.0, 4449.0, 4408.0, 4436.0, 4408.0, 4418.0, 4407.0, 4430.0, 4429.0, 4429.0, 4429.0, 4428.0, 4440.0, 4431.0, 4440.0, 4421.0, 4441.0, 4418.0, 4440.0, 4419.0, 4439.0, 4420.0, 4432.0, 4410.0, 4432.0, 4420.0, 4430.0, 4470.0, 4419.0, 4449.0, 4427.0, 4448.0, 4409.0, 4428.0, 4407.0, 4418.0, 4447.0, 4428.0, 4439.0, 4419.0, 4439.0, 4408.0, 4428.0, 4407.0, 4427.0, 4410.0, 4432.0, 4408.0, 4431.0, 4439.0, 4429.0, 4451.0, 4431.0, 4439.0, 4422.0, 4450.0, 4410.0, 4429.0, 4410.0, 4429.0, 4438.0, 4430.0, 4417.0, 4429.0, 4409.0, 4429.0, 4419.0, 4439.0, 4432.0, 4431.0, 4411.0, 4430.0, 4429.0, 4443.0, 4451.0, 4432.0, 4461.0, 4430.0, 4461.0, 4420.0, 4450.0, 4420.0, 4447.0, 4418.0, 4447.0, 4409.0, 4427.0, 4407.0, 4427.0, 4409.0, 4420.0, 4409.0, 4427.0, 4409.0, 4428.0, 4407.0, 4430.0, 4438.0, 4431.0, 4428.0, 4429.0, 4428.0, 4431.0, 4440.0, 4429.0, 4437.0, 4430.0, 4449.0, 4417.0, 4447.0, 4419.0, 4448.0, 4421.0, 4458.0, 4418.0, 4427.0, 4408.0, 4427.0, 4408.0, 4429.0, 4417.0, 4419.0, 4419.0, 4429.0, 4407.0, 4429.0, 4410.0, 4449.0, 4419.0, 4479.0, 4440.0, 4458.0, 4418.0, 4437.0, 4418.0, 4437.0, 4419.0, 4439.0, 4419.0, 4439.0, 4406.0, 4427.0, 4406.0, 4417.0, 4446.0, 4418.0, 4446.0, 4416.0, 4415.0, 4417.0, 4406.0, 4417.0, 4414.0, 4417.0, 4405.0, 4417.0, 4426.0, 4415.0, 4445.0, 4402.0, 4434.0, 4402.0, 4431.0, 4392.0, 4412.0, 4392.0, 4402.0, 4391.0, 4413.0, 4403.0, 4413.0, 4412.0, 4414.0, 4424.0, 4414.0, 4423.0, 4407.0, 4424.0, 4394.0, 4416.0, 4406.0, 4417.0, 4424.0, 4418.0, 4425.0, 4418.0, 4436.0, 4418.0, 4426.0, 4409.0, 4428.0, 4419.0, 4429.0, 4419.0, 4431.0, 4450.0, 4430.0, 4439.0, 4420.0, 4430.0, 4418.0, 4429.0, 4449.0, 4420.0, 4431.0, 4412.0, 4432.0, 4412.0, 4430.0, 4421.0, 4432.0, 4422.0, 4444.0, 4445.0, 4446.0, 4453.0, 4446.0, 4443.0, 4447.0, 4436.0, 4448.0, 4468.0, 4449.0, 4458.0, 4436.0, 4447.0, 4435.0, 4448.0, 4497.0, 4448.0, 4487.0, 4457.0, 4485.0, 4436.0, 4467.0, 4448.0, 4456.0, 4458.0, 4477.0, 4448.0, 4477.0, 4436.0, 4467.0, 4437.0, 4478.0, 4465.0, 4456.0, 4475.0, 4445.0, 4475.0, 4444.0, 4473.0, 4454.0, 4454.0, 4443.0, 4452.0, 4443.0, 4483.0, 4446.0, 4482.0, 4453.0, 4474.0, 4430.0, 4460.0, 4419.0, 4441.0, 4410.0, 4461.0, 4410.0, 4428.0, 4409.0, 4429.0, 4420.0, 4429.0, 4409.0, 4429.0, 4409.0, 4430.0, 4437.0, 4429.0, 4458.0, 4429.0, 4461.0, 4429.0, 4457.0, 4408.0, 4438.0, 4409.0, 4436.0, 4418.0], 'WindowWidth': [9861.0, 9874.0, 9805.0, 9825.0, 9752.0, 9775.0, 9742.0, 9776.0, 9813.0, 9776.0, 9800.0, 9773.0, 9794.0, 9774.0, 9796.0, 9774.0, 9800.0, 9777.0, 9814.0, 9758.0, 9782.0, 9758.0, 9772.0, 9738.0, 9799.0, 9738.0, 9764.0, 9776.0, 9762.0, 9808.0, 9767.0, 9808.0, 9753.0, 9775.0, 9751.0, 9779.0, 9751.0, 9762.0, 9758.0, 9770.0, 9774.0, 9781.0, 9758.0, 9795.0, 9777.0, 9784.0, 9776.0, 9770.0, 9758.0, 9782.0, 9773.0, 9784.0, 9777.0, 9774.0, 9775.0, 9785.0, 9777.0, 9799.0, 9776.0, 9799.0, 9774.0, 9794.0, 9761.0, 9798.0, 9763.0, 9798.0, 9763.0, 9802.0, 9779.0, 9797.0, 9761.0, 9800.0, 9761.0, 9786.0, 9742.0, 9770.0, 9768.0, 9769.0, 9792.0, 9771.0, 9794.0, 9772.0, 9794.0, 9773.0, 9782.0, 9777.0, 9801.0, 9779.0, 9801.0, 9777.0, 9801.0, 9781.0, 9804.0, 9777.0, 9819.0, 9760.0, 9787.0, 9747.0, 9775.0, 9759.0, 9770.0, 9797.0, 9774.0, 9798.0, 9773.0, 9802.0, 9777.0, 9801.0, 9776.0, 9799.0, 9758.0, 9788.0, 9762.0, 9789.0, 9761.0, 9790.0, 9804.0, 9776.0, 9782.0, 9759.0, 9783.0, 9763.0, 9783.0, 9779.0, 9790.0, 9782.0, 9807.0, 9783.0, 9812.0, 9768.0, 9799.0, 9761.0, 9794.0, 9835.0, 9777.0, 9828.0, 9789.0, 9814.0, 9757.0, 9784.0, 9738.0, 9769.0, 9830.0, 9781.0, 9808.0, 9768.0, 9794.0, 9739.0, 9764.0, 9739.0, 9767.0, 9794.0, 9767.0, 9795.0, 9756.0, 9780.0, 9758.0, 9788.0, 9759.0, 9772.0, 9756.0, 9776.0, 9818.0, 9778.0, 9819.0, 9760.0, 9799.0, 9759.0, 9783.0, 9746.0, 9774.0, 9786.0, 9774.0, 9773.0, 9770.0, 9757.0, 9773.0, 9798.0, 9775.0, 9802.0, 9773.0, 9801.0, 9757.0, 9774.0, 9755.0, 9775.0, 9812.0, 9771.0, 9811.0, 9760.0, 9797.0, 9759.0, 9784.0, 9760.0, 9787.0, 9760.0, 9776.0, 9762.0, 9793.0, 9778.0, 9790.0, 9790.0, 9793.0, 9777.0, 9793.0, 9833.0, 9777.0, 9804.0, 9762.0, 9803.0, 9769.0, 9768.0, 9828.0, 9752.0, 9795.0, 9750.0, 9779.0, 9716.0, 9749.0, 9732.0, 9748.0, 9775.0, 9751.0, 9772.0, 9752.0, 9781.0, 9755.0, 9781.0, 9776.0, 9785.0, 9777.0, 9800.0, 9778.0, 9803.0, 9768.0, 9790.0, 9790.0, 9777.0, 9783.0, 9773.0, 9771.0, 9775.0, 9772.0, 9793.0, 9776.0, 9794.0, 9751.0, 9781.0, 9766.0, 9793.0, 9783.0, 9765.0, 9798.0, 9765.0, 9813.0, 9833.0, 9774.0, 9827.0, 9753.0, 9795.0, 9766.0, 9791.0, 9730.0, 9754.0, 9730.0, 9737.0, 9711.0, 9738.0, 9712.0, 9727.0, 9717.0, 9744.0, 9734.0, 9748.0, 9734.0, 9765.0, 9733.0, 9749.0, 9754.0, 9752.0, 9740.0, 9769.0, 9739.0, 9769.0, 9738.0, 9767.0, 9745.0, 9768.0, 9742.0, 9773.0, 9769.0, 9775.0, 9742.0, 9770.0, 9755.0, 9770.0, 9794.0, 9771.0, 9779.0, 9779.0, 9801.0, 9757.0, 9784.0, 9772.0, 9786.0, 9777.0, 9786.0, 9789.0, 9814.0, 9761.0, 9800.0, 9761.0, 9802.0, 9763.0, 9812.0, 9760.0, 9784.0, 9759.0, 9774.0, 9745.0, 9787.0, 9798.0, 9771.0, 9828.0, 9750.0, 9790.0, 9741.0, 9764.0, 9754.0, 9770.0, 9771.0, 9774.0, 9796.0, 9757.0, 9772.0, 9738.0, 9769.0, 9808.0, 9754.0, 9791.0, 9741.0, 9781.0, 9741.0, 9767.0, 9738.0, 9756.0, 9742.0, 9770.0, 9797.0, 9769.0, 9780.0, 9743.0, 9781.0, 9742.0, 9754.0, 9741.0, 9770.0, 9781.0, 9771.0, 9797.0, 9774.0, 9797.0, 9741.0, 9787.0, 9743.0, 9770.0, 9796.0, 9769.0, 9782.0, 9769.0, 9784.0, 9760.0, 9781.0, 9761.0, 9786.0, 9767.0, 9796.0, 9763.0, 9799.0, 9810.0, 9794.0, 9834.0, 9750.0, 9789.0, 9790.0, 9791.0, 9838.0, 9783.0, 9816.0, 9767.0, 9812.0, 9788.0, 9811.0, 9765.0, 9776.0, 9761.0, 9779.0, 9766.0, 9795.0, 9769.0, 9795.0, 9821.0, 9794.0, 9818.0, 9768.0, 9805.0, 9767.0, 9802.0, 9763.0, 9775.0, 9745.0, 9792.0, 9832.0, 9779.0, 9812.0, 9759.0, 9799.0, 9749.0, 9775.0, 9745.0, 9774.0, 9773.0, 9772.0, 9754.0, 9770.0, 9771.0, 9775.0, 9789.0, 9779.0, 9812.0, 9760.0, 9799.0, 9760.0, 9794.0, 9764.0, 9798.0, 9804.0, 9771.0, 9810.0, 9772.0, 9799.0, 9761.0, 9783.0, 9760.0, 9799.0, 9745.0, 9787.0, 9744.0, 9773.0, 9771.0, 9769.0, 9770.0, 9769.0, 9797.0, 9770.0, 9794.0, 9758.0, 9793.0, 9753.0, 9781.0, 9747.0, 9768.0, 9778.0, 9749.0, 9776.0, 9753.0, 9765.0, 9769.0, 9782.0, 9761.0, 9784.0, 9761.0, 9785.0, 9742.0, 9775.0, 9812.0, 9769.0, 9811.0, 9742.0, 9795.0, 9738.0, 9762.0, 9807.0, 9749.0, 9778.0, 9748.0, 9764.0, 9722.0, 9754.0, 9751.0, 9755.0, 9764.0, 9754.0, 9779.0, 9759.0, 9783.0, 9749.0, 9776.0, 9758.0, 9775.0, 9829.0, 9770.0, 9813.0, 9742.0, 9772.0, 9793.0, 9770.0, 9791.0, 9755.0, 9796.0, 9753.0, 9777.0, 9747.0, 9770.0, 9747.0, 9761.0, 9764.0, 9776.0, 9764.0, 9781.0, 9793.0, 9780.0, 9819.0, 9777.0, 9802.0, 9764.0, 9776.0, 9743.0, 9778.0, 9834.0, 9774.0, 9822.0, 9770.0, 9793.0, 9756.0, 9780.0, 9756.0, 9773.0, 9745.0, 9769.0, 9744.0, 9776.0, 9771.0, 9775.0, 9790.0, 9779.0, 9793.0, 9766.0, 9797.0, 9763.0, 9775.0, 9748.0, 9776.0, 9800.0, 9774.0, 9813.0, 9770.0, 9797.0, 9773.0, 9799.0, 9776.0, 9794.0, 9760.0, 9784.0, 9740.0, 9773.0, 9744.0, 9771.0, 9769.0, 9770.0, 9769.0, 9770.0, 9800.0, 9773.0, 9785.0, 9746.0, 9787.0, 9743.0, 9770.0, 9772.0, 9772.0, 9825.0, 9756.0, 9795.0, 9741.0, 9775.0, 9740.0, 9754.0, 9738.0, 9771.0, 9768.0, 9769.0, 9769.0, 9770.0, 9785.0, 9775.0, 9787.0, 9764.0, 9788.0, 9756.0, 9785.0, 9759.0, 9786.0, 9762.0, 9778.0, 9746.0, 9779.0, 9760.0, 9772.0, 9829.0, 9756.0, 9797.0, 9767.0, 9796.0, 9741.0, 9766.0, 9737.0, 9754.0, 9793.0, 9768.0, 9782.0, 9757.0, 9781.0, 9740.0, 9767.0, 9739.0, 9768.0, 9746.0, 9778.0, 9743.0, 9776.0, 9786.0, 9773.0, 9802.0, 9778.0, 9788.0, 9764.0, 9801.0, 9745.0, 9772.0, 9747.0, 9771.0, 9782.0, 9774.0, 9754.0, 9769.0, 9743.0, 9772.0, 9759.0, 9785.0, 9777.0, 9778.0, 9749.0, 9773.0, 9773.0, 9795.0, 9806.0, 9781.0, 9817.0, 9773.0, 9815.0, 9759.0, 9799.0, 9760.0, 9792.0, 9755.0, 9791.0, 9742.0, 9764.0, 9738.0, 9765.0, 9742.0, 9758.0, 9741.0, 9765.0, 9743.0, 9768.0, 9740.0, 9773.0, 9782.0, 9776.0, 9769.0, 9771.0, 9768.0, 9775.0, 9787.0, 9771.0, 9781.0, 9773.0, 9798.0, 9754.0, 9793.0, 9757.0, 9795.0, 9762.0, 9809.0, 9755.0, 9765.0, 9740.0, 9766.0, 9742.0, 9770.0, 9751.0, 9756.0, 9757.0, 9771.0, 9740.0, 9772.0, 9745.0, 9801.0, 9757.0, 9843.0, 9786.0, 9809.0, 9753.0, 9778.0, 9755.0, 9780.0, 9760.0, 9783.0, 9757.0, 9786.0, 9737.0, 9765.0, 9736.0, 9750.0, 9790.0, 9752.0, 9789.0, 9749.0, 9745.0, 9748.0, 9734.0, 9749.0, 9745.0, 9750.0, 9732.0, 9749.0, 9760.0, 9744.0, 9787.0, 9724.0, 9768.0, 9723.0, 9762.0, 9708.0, 9734.0, 9707.0, 9722.0, 9706.0, 9738.0, 9724.0, 9740.0, 9736.0, 9743.0, 9755.0, 9743.0, 9755.0, 9735.0, 9757.0, 9716.0, 9746.0, 9733.0, 9751.0, 9757.0, 9752.0, 9759.0, 9753.0, 9774.0, 9754.0, 9762.0, 9745.0, 9769.0, 9759.0, 9773.0, 9759.0, 9776.0, 9801.0, 9775.0, 9785.0, 9759.0, 9773.0, 9755.0, 9771.0, 9797.0, 9760.0, 9773.0, 9751.0, 9776.0, 9751.0, 9773.0, 9764.0, 9781.0, 9769.0, 9800.0, 9802.0, 9806.0, 9814.0, 9805.0, 9800.0, 9809.0, 9794.0, 9812.0, 9839.0, 9814.0, 9826.0, 9794.0, 9810.0, 9792.0, 9813.0, 9879.0, 9812.0, 9863.0, 9823.0, 9858.0, 9794.0, 9837.0, 9813.0, 9822.0, 9830.0, 9850.0, 9812.0, 9850.0, 9795.0, 9839.0, 9795.0, 9851.0, 9830.0, 9817.0, 9844.0, 9800.0, 9844.0, 9801.0, 9840.0, 9816.0, 9812.0, 9796.0, 9808.0, 9798.0, 9854.0, 9803.0, 9853.0, 9809.0, 9837.0, 9775.0, 9814.0, 9757.0, 9788.0, 9747.0, 9817.0, 9744.0, 9766.0, 9744.0, 9769.0, 9760.0, 9771.0, 9744.0, 9772.0, 9742.0, 9772.0, 9781.0, 9770.0, 9812.0, 9771.0, 9817.0, 9771.0, 9804.0, 9740.0, 9778.0, 9743.0, 9774.0, 9754.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.00022533947065592633</td></tr>
<tr><td colspan=3>aqi</td><td>0.01930129309551208</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.734722480380164</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3194024345737312</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985864637073732</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>8240.7705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.058270127685516225</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502362158386393</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4245274876493057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7510738435001976</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331485144009676</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106796</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007771903648972511</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040135979652404785</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9207501685811343</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>14.4165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1508</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.5732</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>297994.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>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.5738</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5686</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.8501</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3625.6929</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.479</td></tr>
<tr><td colspan=3>tsnr</td><td>46.94062205054797</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>