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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-05_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-05_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-0003/ses-01/func/sub-0003_ses-01_task-social_acq-mb8_run-05_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>f16e0c45d6bbfb5c50fec209aec587b5</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>13:25:39.567500</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.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</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-05_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.103517</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7755, -7277, 568, -7, -32, 47, 83]</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>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7484703-2e87-4ca5-8580-62974de54b5f||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.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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': ['132539.567500', '132540.027500', '132540.487500', '132540.947500', '132541.407500', '132541.867500', '132542.327500', '132542.787500', '132543.247500', '132543.707500', '132544.167500', '132544.627500', '132545.087500', '132545.547500', '132546.007500', '132546.467500', '132546.927500', '132547.387500', '132547.847500', '132548.307500', '132548.767500', '132549.227500', '132549.687500', '132550.147500', '132550.607500', '132551.067500', '132551.527500', '132551.987500', '132552.447500', '132552.907500', '132553.367500', '132553.827500', '132554.287500', '132554.747500', '132555.207500', '132555.667500', '132556.127500', '132556.587500', '132557.047500', '132557.507500', '132557.967500', '132558.427500', '132558.887500', '132559.347500', '132559.807500', '132600.267500', '132600.727500', '132601.187500', '132601.647500', '132602.107500', '132602.567500', '132603.027500', '132603.487500', '132603.947500', '132604.407500', '132604.867500', '132605.327500', '132605.787500', '132606.247500', '132606.707500', '132607.167500', '132607.627500', '132608.087500', '132608.547500', '132609.007500', '132609.467500', '132609.927500', '132610.387500', '132610.847500', '132611.307500', '132611.767500', '132612.227500', '132612.687500', '132613.147500', '132613.607500', '132614.067500', '132614.527500', '132614.987500', '132615.447500', '132615.907500', '132616.367500', '132616.827500', '132617.287500', '132617.747500', '132618.207500', '132618.667500', '132619.127500', '132619.587500', '132620.047500', '132620.507500', '132620.967500', '132621.427500', '132621.887500', '132622.347500', '132622.807500', '132623.267500', '132623.727500', '132624.187500', '132624.647500', '132625.107500', '132625.567500', '132626.027500', '132626.487500', '132626.947500', '132627.407500', '132627.867500', '132628.327500', '132628.787500', '132629.247500', '132629.707500', '132630.167500', '132630.627500', '132631.087500', '132631.547500', '132632.007500', '132632.467500', '132632.927500', '132633.387500', '132633.847500', '132634.307500', '132634.767500', '132635.227500', '132635.687500', '132636.147500', '132636.607500', '132637.067500', '132637.527500', '132637.987500', '132638.447500', '132638.907500', '132639.367500', '132639.827500', '132640.287500', '132640.747500', '132641.207500', '132641.667500', '132642.127500', '132642.587500', '132643.047500', '132643.507500', '132643.967500', '132644.427500', '132644.887500', '132645.347500', '132645.807500', '132646.267500', '132646.727500', '132647.187500', '132647.647500', '132648.107500', '132648.567500', '132649.027500', '132649.487500', '132649.947500', '132650.407500', '132650.867500', '132651.327500', '132651.787500', '132652.247500', '132652.707500', '132653.167500', '132653.627500', '132654.087500', '132654.547500', '132655.007500', '132655.467500', '132655.927500', '132656.387500', '132656.847500', '132657.307500', '132657.767500', '132658.227500', '132658.687500', '132659.147500', '132659.607500', '132700.067500', '132700.527500', '132700.987500', '132701.447500', '132701.907500', '132702.367500', '132702.827500', '132703.287500', '132703.747500', '132704.207500', '132704.667500', '132705.127500', '132705.587500', '132706.047500', '132706.507500', '132706.967500', '132707.427500', '132707.887500', '132708.347500', '132708.807500', '132709.267500', '132709.727500', '132710.187500', '132710.647500', '132711.107500', '132711.567500', '132712.027500', '132712.487500', '132712.947500', '132713.407500', '132713.867500', '132714.327500', '132714.787500', '132715.247500', '132715.707500', '132716.167500', '132716.627500', '132717.087500', '132717.547500', '132718.007500', '132718.467500', '132718.927500', '132719.387500', '132719.847500', '132720.307500', '132720.767500', '132721.227500', '132721.687500', '132722.147500', '132722.607500', '132723.067500', '132723.527500', '132723.987500', '132724.447500', '132724.907500', '132725.367500', '132725.827500', '132726.287500', '132726.747500', '132727.207500', '132727.667500', '132728.127500', '132728.587500', '132729.047500', '132729.507500', '132729.967500', '132730.427500', '132730.887500', '132731.347500', '132731.807500', '132732.267500', '132732.727500', '132733.187500', '132733.647500', '132734.107500', '132734.567500', '132735.027500', '132735.487500', '132735.947500', '132736.407500', '132736.867500', '132737.327500', '132737.787500', '132738.247500', '132738.707500', '132739.167500', '132739.627500', '132740.087500', '132740.547500', '132741.007500', '132741.467500', '132741.927500', '132742.387500', '132742.847500', '132743.307500', '132743.767500', '132744.227500', '132744.687500', '132745.147500', '132745.607500', '132746.067500', '132746.527500', '132746.987500', '132747.447500', '132747.907500', '132748.367500', '132748.827500', '132749.287500', '132749.747500', '132750.207500', '132750.667500', '132751.127500', '132751.587500', '132752.047500', '132752.507500', '132752.967500', '132753.427500', '132753.887500', '132754.347500', '132754.807500', '132755.267500', '132755.727500', '132756.187500', '132756.647500', '132757.107500', '132757.567500', '132758.027500', '132758.487500', '132758.947500', '132759.407500', '132759.867500', '132800.327500', '132800.787500', '132801.247500', '132801.707500', '132802.167500', '132802.627500', '132803.087500', '132803.547500', '132804.007500', '132804.467500', '132804.927500', '132805.387500', '132805.847500', '132806.307500', '132806.767500', '132807.227500', '132807.687500', '132808.147500', '132808.607500', '132809.067500', '132809.527500', '132809.987500', '132810.447500', '132810.907500', '132811.367500', '132811.827500', '132812.287500', '132812.747500', '132813.207500', '132813.667500', '132814.127500', '132814.587500', '132815.047500', '132815.507500', '132815.967500', '132816.427500', '132816.887500', '132817.347500', '132817.807500', '132818.267500', '132818.727500', '132819.187500', '132819.647500', '132820.107500', '132820.567500', '132821.027500', '132821.487500', '132821.947500', '132822.407500', '132822.867500', '132823.327500', '132823.787500', '132824.247500', '132824.707500', '132825.167500', '132825.627500', '132826.087500', '132826.547500', '132827.007500', '132827.467500', '132827.927500', '132828.387500', '132828.847500', '132829.307500', '132829.767500', '132830.227500', '132830.687500', '132831.147500', '132831.607500', '132832.067500', '132832.527500', '132832.987500', '132833.447500', '132833.907500', '132834.367500', '132834.827500', '132835.287500', '132835.747500', '132836.207500', '132836.667500', '132837.127500', '132837.587500', '132838.047500', '132838.507500', '132838.967500', '132839.427500', '132839.887500', '132840.347500', '132840.807500', '132841.267500', '132841.727500', '132842.187500', '132842.647500', '132843.107500', '132843.567500', '132844.027500', '132844.487500', '132844.947500', '132845.407500', '132845.867500', '132846.327500', '132846.787500', '132847.247500', '132847.707500', '132848.167500', '132848.627500', '132849.087500', '132849.547500', '132850.007500', '132850.467500', '132850.927500', '132851.387500', '132851.847500', '132852.307500', '132852.767500', '132853.227500', '132853.687500', '132854.147500', '132854.607500', '132855.067500', '132855.527500', '132855.987500', '132856.447500', '132856.907500', '132857.367500', '132857.827500', '132858.287500', '132858.747500', '132859.207500', '132859.667500', '132900.127500', '132900.587500', '132901.047500', '132901.507500', '132901.967500', '132902.427500', '132902.887500', '132903.347500', '132903.807500', '132904.267500', '132904.727500', '132905.187500', '132905.647500', '132906.107500', '132906.567500', '132907.027500', '132907.487500', '132907.947500', '132908.407500', '132908.867500', '132909.327500', '132909.787500', '132910.247500', '132910.707500', '132911.167500', '132911.627500', '132912.087500', '132912.547500', '132913.007500', '132913.467500', '132913.927500', '132914.387500', '132914.847500', '132915.307500', '132915.767500', '132916.227500', '132916.687500', '132917.147500', '132917.607500', '132918.067500', '132918.527500', '132918.987500', '132919.447500', '132919.907500', '132920.367500', '132920.827500', '132921.287500', '132921.747500', '132922.207500', '132922.667500', '132923.127500', '132923.587500', '132924.047500', '132924.507500', '132924.967500', '132925.427500', '132925.887500', '132926.347500', '132926.807500', '132927.267500', '132927.727500', '132928.187500', '132928.647500', '132929.107500', '132929.567500', '132930.027500', '132930.487500', '132930.947500', '132931.407500', '132931.867500', '132932.327500', '132932.787500', '132933.247500', '132933.707500', '132934.167500', '132934.627500', '132935.087500', '132935.547500', '132936.007500', '132936.467500', '132936.927500', '132937.387500', '132937.847500', '132938.307500', '132938.767500', '132939.227500', '132939.687500', '132940.147500', '132940.607500', '132941.067500', '132941.527500', '132941.987500', '132942.447500', '132942.907500', '132943.367500', '132943.827500', '132944.287500', '132944.747500', '132945.207500', '132945.667500', '132946.127500', '132946.587500', '132947.047500', '132947.507500', '132947.967500', '132948.427500', '132948.887500', '132949.347500', '132949.807500', '132950.267500', '132950.727500', '132951.187500', '132951.647500', '132952.107500', '132952.567500', '132953.027500', '132953.487500', '132953.947500', '132954.407500', '132954.867500', '132955.327500', '132955.787500', '132956.247500', '132956.707500', '132957.167500', '132957.627500', '132958.087500', '132958.547500', '132959.007500', '132959.467500', '132959.927500', '133000.387500', '133000.847500', '133001.307500', '133001.767500', '133002.227500', '133002.687500', '133003.147500', '133003.607500', '133004.067500', '133004.527500', '133004.987500', '133005.447500', '133005.907500', '133006.367500', '133006.827500', '133007.287500', '133007.747500', '133008.207500', '133008.667500', '133009.127500', '133009.587500', '133010.047500', '133010.507500', '133010.967500', '133011.427500', '133011.887500', '133012.347500', '133012.807500', '133013.267500', '133013.727500', '133014.187500', '133014.647500', '133015.107500', '133015.567500', '133016.027500', '133016.487500', '133016.947500', '133017.407500', '133017.867500', '133018.327500', '133018.787500', '133019.247500', '133019.707500', '133020.167500', '133020.627500', '133021.087500', '133021.547500', '133022.007500', '133022.467500', '133022.927500', '133023.387500', '133023.847500', '133024.307500', '133024.767500', '133025.227500', '133025.687500', '133026.147500', '133026.607500', '133027.067500', '133027.527500', '133027.987500', '133028.447500', '133028.907500', '133029.367500', '133029.827500', '133030.287500', '133030.747500', '133031.207500', '133031.667500', '133032.127500', '133032.587500', '133033.047500', '133033.507500', '133033.967500', '133034.427500', '133034.887500', '133035.347500', '133035.807500', '133036.267500', '133036.727500', '133037.187500', '133037.647500', '133038.107500', '133038.567500', '133039.027500', '133039.487500', '133039.947500', '133040.407500', '133040.867500', '133041.327500', '133041.787500', '133042.247500', '133042.707500', '133043.167500', '133043.627500', '133044.087500', '133044.547500', '133045.007500', '133045.467500', '133045.927500', '133046.387500', '133046.847500', '133047.307500', '133047.767500', '133048.227500', '133048.687500', '133049.147500', '133049.607500', '133050.067500', '133050.527500', '133050.987500', '133051.447500', '133051.907500', '133052.367500', '133052.827500', '133053.287500', '133053.747500', '133054.207500', '133054.667500', '133055.127500', '133055.587500', '133056.047500', '133056.507500', '133056.967500', '133057.427500', '133057.887500', '133058.347500', '133058.807500', '133059.267500', '133059.727500', '133100.187500', '133100.647500', '133101.107500', '133101.567500', '133102.027500', '133102.487500', '133102.947500', '133103.407500', '133103.867500', '133104.327500', '133104.787500', '133105.247500', '133105.707500', '133106.167500', '133106.627500', '133107.087500', '133107.547500', '133108.007500', '133108.467500', '133108.927500', '133109.387500', '133109.847500', '133110.307500', '133110.767500', '133111.227500', '133111.687500', '133112.147500', '133112.607500', '133113.067500', '133113.527500', '133113.987500', '133114.447500', '133114.907500', '133115.367500', '133115.827500', '133116.287500', '133116.747500', '133117.207500', '133117.667500', '133118.127500', '133118.587500', '133119.047500', '133119.507500', '133119.967500', '133120.427500', '133120.887500', '133121.347500', '133121.807500', '133122.267500', '133122.727500', '133123.187500', '133123.647500', '133124.107500', '133124.567500', '133125.027500', '133125.487500', '133125.947500', '133126.407500', '133126.867500', '133127.327500', '133127.787500', '133128.247500', '133128.707500', '133129.167500', '133129.627500', '133130.087500', '133130.547500', '133131.007500', '133131.467500', '133131.927500', '133132.387500', '133132.847500', '133133.307500', '133133.767500', '133134.227500', '133134.687500', '133135.147500', '133135.607500', '133136.067500', '133136.527500', '133136.987500', '133137.447500', '133137.907500', '133138.367500', '133138.827500', '133139.287500', '133139.747500', '133140.207500', '133140.667500', '133141.127500', '133141.587500', '133142.047500', '133142.507500', '133142.967500', '133143.427500', '133143.887500', '133144.347500', '133144.807500', '133145.267500', '133145.727500', '133146.187500', '133146.647500', '133147.107500', '133147.567500', '133148.027500', '133148.487500', '133148.947500', '133149.407500', '133149.867500', '133150.327500', '133150.787500', '133151.247500', '133151.707500', '133152.167500', '133152.627500', '133153.087500', '133153.547500', '133154.007500', '133154.467500', '133154.927500', '133155.387500', '133155.847500', '133156.307500', '133156.767500', '133157.227500', '133157.687500', '133158.147500', '133158.607500', '133159.067500', '133159.527500', '133159.987500', '133200.447500', '133200.907500', '133201.367500', '133201.827500', '133202.287500', '133202.747500', '133203.207500', '133203.667500', '133204.127500', '133204.587500', '133205.047500', '133205.507500', '133205.967500', '133206.427500', '133206.887500', '133207.347500', '133207.807500', '133208.267500', '133208.727500', '133209.187500', '133209.647500', '133210.107500', '133210.567500', '133211.027500', '133211.487500', '133211.947500', '133212.407500', '133212.867500', '133213.327500', '133213.787500', '133214.247500', '133214.707500', '133215.167500', '133215.627500', '133216.087500', '133216.547500', '133217.007500', '133217.467500', '133217.927500', '133218.387500', '133218.847500', '133219.307500', '133219.767500', '133220.227500'], 'ContentTime': ['132551.726000', '132551.730000', '132551.733000', '132551.737000', '132551.740000', '132551.752000', '132551.755000', '132551.758000', '132551.761000', '132551.764000', '132551.767000', '132551.770000', '132551.773000', '132551.786000', '132551.789000', '132551.791000', '132551.794000', '132551.797000', '132551.800000', '132551.803000', '132551.806000', '132551.810000', '132551.813000', '132551.816000', '132611.678000', '132611.681000', '132611.683000', '132611.686000', '132611.689000', '132611.692000', '132611.695000', '132611.698000', '132611.700000', '132611.703000', '132611.706000', '132611.709000', '132611.712000', '132611.714000', '132611.717000', '132611.720000', '132611.723000', '132611.726000', '132611.728000', '132611.731000', '132611.734000', '132611.737000', '132611.739000', '132611.742000', '132611.745000', '132611.748000', '132611.751000', '132611.753000', '132611.756000', '132611.759000', '132611.762000', '132611.766000', '132611.769000', '132611.772000', '132611.774000', '132611.777000', '132611.780000', '132611.783000', '132611.786000', '132611.789000', '132611.792000', '132611.794000', '132611.797000', '132631.679000', '132631.682000', '132631.685000', '132631.687000', '132631.690000', '132631.693000', '132631.696000', '132631.699000', '132631.702000', '132631.705000', '132631.707000', '132631.710000', '132631.713000', '132631.716000', '132631.719000', '132631.722000', '132631.724000', '132631.727000', '132631.730000', '132631.733000', '132631.736000', '132631.738000', '132631.741000', '132631.744000', '132631.747000', '132631.750000', '132631.752000', '132631.755000', '132631.758000', '132631.761000', '132631.764000', '132631.767000', '132631.769000', '132631.772000', '132631.775000', '132631.778000', '132631.781000', '132631.784000', '132631.786000', '132631.789000', '132631.792000', '132631.795000', '132631.798000', '132631.800000', '132651.679000', '132651.682000', '132651.685000', '132651.688000', '132651.690000', '132651.693000', '132651.696000', '132651.699000', '132651.702000', '132651.704000', '132651.707000', '132651.710000', '132651.713000', '132651.716000', '132651.719000', '132651.722000', '132651.724000', '132651.727000', '132651.730000', '132651.733000', '132651.736000', '132651.738000', '132651.741000', '132651.744000', '132651.747000', '132651.750000', '132651.752000', '132651.755000', '132651.758000', '132651.761000', '132651.764000', '132651.767000', '132651.770000', '132651.773000', '132651.775000', '132651.780000', '132651.783000', '132651.786000', '132651.788000', '132651.791000', '132651.794000', '132651.797000', '132651.800000', '132711.679000', '132711.682000', '132711.685000', '132711.687000', '132711.701000', '132711.704000', '132711.707000', '132711.710000', '132711.713000', '132711.715000', '132711.718000', '132711.721000', '132711.724000', '132711.727000', '132711.729000', '132711.732000', '132711.735000', '132711.738000', '132711.741000', '132711.744000', '132711.747000', '132711.750000', '132711.753000', '132711.756000', '132711.759000', '132711.761000', '132711.764000', '132711.767000', '132711.770000', '132711.773000', '132711.775000', '132711.778000', '132711.781000', '132711.784000', '132711.787000', '132711.789000', '132711.792000', '132711.795000', '132711.798000', '132711.801000', '132711.804000', '132711.806000', '132711.809000', '132711.812000', '132731.678000', '132731.681000', '132731.684000', '132731.687000', '132731.689000', '132731.692000', '132731.695000', '132731.698000', '132731.701000', '132731.704000', '132731.706000', '132731.709000', '132731.712000', '132731.715000', '132731.718000', '132731.721000', '132731.724000', '132731.726000', '132731.729000', '132731.732000', '132731.735000', '132731.737000', '132731.740000', '132731.743000', '132731.746000', '132731.749000', '132731.752000', '132731.755000', '132731.757000', '132731.760000', '132731.763000', '132731.766000', '132731.769000', '132731.772000', '132731.774000', '132731.777000', '132731.780000', '132731.783000', '132731.786000', '132731.788000', '132731.791000', '132731.794000', '132731.797000', '132751.678000', '132751.681000', '132751.684000', '132751.686000', '132751.689000', '132751.692000', '132751.695000', '132751.698000', '132751.701000', '132751.703000', '132751.706000', '132751.709000', '132751.712000', '132751.715000', '132751.718000', '132751.721000', '132751.723000', '132751.726000', '132751.729000', '132751.732000', '132751.734000', '132751.737000', '132751.740000', '132751.743000', '132751.746000', '132751.748000', '132751.751000', '132751.766000', '132751.769000', '132751.772000', '132751.775000', '132751.778000', '132751.780000', '132751.783000', '132751.786000', '132751.789000', '132751.792000', '132751.795000', '132751.797000', '132751.800000', '132751.803000', '132751.806000', '132751.809000', '132751.812000', '132811.678000', '132811.681000', '132811.684000', '132811.687000', '132811.689000', '132811.692000', '132811.695000', '132811.698000', '132811.701000', '132811.704000', '132811.706000', '132811.709000', '132811.712000', '132811.715000', '132811.718000', '132811.720000', '132811.723000', '132811.726000', '132811.729000', '132811.732000', '132811.735000', '132811.741000', '132811.744000', '132811.747000', '132811.749000', '132811.752000', '132811.755000', '132811.758000', '132811.761000', '132811.764000', '132811.767000', '132811.769000', '132811.772000', '132811.775000', '132811.778000', '132811.781000', '132811.783000', '132811.786000', '132811.789000', '132811.792000', '132811.795000', '132811.798000', '132811.800000', '132831.678000', '132831.681000', '132831.684000', '132831.686000', '132831.689000', '132831.692000', '132831.695000', '132831.698000', '132831.701000', '132831.703000', '132831.706000', '132831.709000', '132831.712000', '132831.715000', '132831.718000', '132831.721000', '132831.723000', '132831.726000', '132831.729000', '132831.732000', '132831.735000', '132831.737000', '132831.740000', '132831.743000', '132831.746000', '132831.749000', '132831.752000', '132831.755000', '132831.758000', '132831.760000', '132831.763000', '132831.766000', '132831.769000', '132831.772000', '132831.775000', '132831.778000', '132831.780000', '132831.783000', '132831.786000', '132831.789000', '132831.792000', '132831.795000', '132831.798000', '132831.800000', '132851.679000', '132851.682000', '132851.685000', '132851.687000', '132851.690000', '132851.693000', '132851.696000', '132851.699000', '132851.702000', '132851.705000', '132851.707000', '132851.710000', '132851.713000', '132851.716000', '132851.719000', '132851.721000', '132851.724000', '132851.727000', '132851.730000', '132851.733000', '132851.736000', '132851.739000', '132851.741000', '132851.744000', '132851.747000', '132851.750000', '132851.753000', '132851.756000', '132851.759000', '132851.761000', '132851.764000', '132851.767000', '132851.770000', '132851.773000', '132851.775000', '132851.778000', '132851.781000', '132851.784000', '132851.787000', '132851.789000', '132851.792000', '132851.795000', '132851.798000', '132911.679000', '132911.684000', '132911.687000', '132911.690000', '132911.692000', '132911.700000', '132911.703000', '132911.706000', '132911.709000', '132911.712000', '132911.714000', '132911.717000', '132911.720000', '132911.723000', '132911.726000', '132911.729000', '132911.731000', '132911.734000', '132911.737000', '132911.740000', '132911.743000', '132911.746000', '132911.748000', '132911.751000', '132911.754000', '132911.757000', '132911.770000', '132911.773000', '132911.775000', '132911.778000', '132911.781000', '132911.784000', '132911.787000', '132911.790000', '132911.792000', '132911.795000', '132911.798000', '132911.801000', '132911.804000', '132911.807000', '132911.809000', '132911.812000', '132911.815000', '132931.679000', '132931.682000', '132931.684000', '132931.687000', '132931.690000', '132931.693000', '132931.696000', '132931.699000', '132931.702000', '132931.728000', '132931.731000', '132931.734000', '132931.737000', '132931.740000', '132931.742000', '132931.745000', '132931.748000', '132931.751000', '132931.754000', '132931.756000', '132931.759000', '132931.762000', '132931.765000', '132931.768000', '132931.771000', '132931.774000', '132931.776000', '132931.779000', '132931.782000', '132931.785000', '132931.788000', '132931.790000', '132931.793000', '132931.796000', '132931.799000', '132931.802000', '132931.805000', '132931.808000', '132931.810000', '132931.813000', '132931.816000', '132931.819000', '132931.822000', '132931.825000', '132951.678000', '132951.681000', '132951.684000', '132951.687000', '132951.689000', '132951.692000', '132951.702000', '132951.705000', '132951.716000', '132951.719000', '132951.721000', '132951.724000', '132951.727000', '132951.730000', '132951.733000', '132951.736000', '132951.739000', '132951.741000', '132951.744000', '132951.747000', '132951.750000', '132951.753000', '132951.755000', '132951.758000', '132951.761000', '132951.764000', '132951.767000', '132951.770000', '132951.772000', '132951.775000', '132951.778000', '132951.781000', '132951.784000', '132951.786000', '132951.789000', '132951.792000', '132951.795000', '132951.798000', '132951.801000', '132951.803000', '132951.806000', '132951.809000', '132951.812000', '133011.678000', '133011.681000', '133011.684000', '133011.687000', '133011.689000', '133011.692000', '133011.695000', '133011.698000', '133011.701000', '133011.704000', '133011.707000', '133011.710000', '133011.712000', '133011.715000', '133011.718000', '133011.721000', '133011.724000', '133011.726000', '133011.729000', '133011.732000', '133011.735000', '133011.738000', '133011.741000', '133011.744000', '133011.747000', '133011.749000', '133011.752000', '133011.755000', '133011.758000', '133011.761000', '133011.764000', '133011.767000', '133011.769000', '133011.772000', '133011.775000', '133011.778000', '133011.781000', '133011.784000', '133011.787000', '133011.789000', '133011.792000', '133011.795000', '133011.798000', '133011.801000', '133031.678000', '133031.681000', '133031.684000', '133031.687000', '133031.690000', '133031.693000', '133031.695000', '133031.698000', '133031.701000', '133031.704000', '133031.707000', '133031.710000', '133031.713000', '133031.716000', '133031.719000', '133031.722000', '133031.725000', '133031.728000', '133031.731000', '133031.734000', '133031.736000', '133031.739000', '133031.742000', '133031.745000', '133031.748000', '133031.751000', '133031.753000', '133031.756000', '133031.759000', '133031.762000', '133031.765000', '133031.768000', '133031.770000', '133031.773000', '133031.776000', '133031.779000', '133031.782000', '133031.785000', '133031.787000', '133031.790000', '133031.793000', '133031.796000', '133031.799000', '133051.678000', '133051.681000', '133051.684000', '133051.687000', '133051.689000', '133051.692000', '133051.695000', '133051.698000', '133051.701000', '133051.704000', '133051.707000', '133051.709000', '133051.712000', '133051.715000', '133051.718000', '133051.721000', '133051.724000', '133051.727000', '133051.729000', '133051.732000', '133051.735000', '133051.738000', '133051.741000', '133051.744000', '133051.746000', '133051.749000', '133051.752000', '133051.755000', '133051.758000', '133051.760000', '133051.763000', '133051.766000', '133051.769000', '133051.772000', '133051.787000', '133051.790000', '133051.793000', '133051.796000', '133051.799000', '133051.801000', '133051.804000', '133051.807000', '133051.810000', '133051.813000', '133111.679000', '133111.682000', '133111.685000', '133111.687000', '133111.690000', '133111.693000', '133111.696000', '133111.699000', '133111.702000', '133111.705000', '133111.707000', '133111.710000', '133111.713000', '133111.716000', '133111.719000', '133111.722000', '133111.725000', '133111.727000', '133111.730000', '133111.733000', '133111.736000', '133111.739000', '133111.744000', '133111.748000', '133111.751000', '133111.754000', '133111.757000', '133111.760000', '133111.762000', '133111.765000', '133111.768000', '133111.771000', '133111.774000', '133111.777000', '133111.780000', '133111.782000', '133111.785000', '133111.788000', '133111.791000', '133111.794000', '133111.796000', '133111.799000', '133111.802000', '133131.679000', '133131.682000', '133131.685000', '133131.688000', '133131.691000', '133131.694000', '133131.696000', '133131.699000', '133131.702000', '133131.705000', '133131.708000', '133131.711000', '133131.713000', '133131.717000', '133131.719000', '133131.722000', '133131.725000', '133131.728000', '133131.731000', '133131.733000', '133131.736000', '133131.739000', '133131.742000', '133131.745000', '133131.748000', '133131.751000', '133131.753000', '133131.756000', '133131.759000', '133131.762000', '133131.766000', '133131.769000', '133131.772000', '133131.775000', '133131.778000', '133131.781000', '133131.784000', '133131.787000', '133131.789000', '133131.792000', '133131.795000', '133131.798000', '133131.801000', '133131.803000', '133151.679000', '133151.682000', '133151.685000', '133151.688000', '133151.691000', '133151.694000', '133151.697000', '133151.700000', '133151.703000', '133151.706000', '133151.708000', '133151.711000', '133151.720000', '133151.723000', '133151.726000', '133151.729000', '133151.732000', '133151.735000', '133151.737000', '133151.740000', '133151.743000', '133151.746000', '133151.749000', '133151.752000', '133151.755000', '133151.758000', '133151.761000', '133151.765000', '133151.768000', '133151.770000', '133151.773000', '133151.776000', '133151.779000', '133151.782000', '133151.785000', '133151.787000', '133151.790000', '133151.793000', '133151.796000', '133151.799000', '133151.802000', '133151.804000', '133151.807000', '133211.678000', '133211.681000', '133211.684000', '133211.687000', '133211.690000', '133211.692000', '133211.695000', '133211.698000', '133211.701000', '133211.704000', '133211.707000', '133211.709000', '133211.712000', '133211.715000', '133211.718000', '133211.721000', '133211.724000', '133211.726000', '133211.729000', '133211.732000', '133211.735000', '133211.738000', '133211.740000', '133211.743000', '133211.746000', '133211.749000', '133211.752000', '133211.754000', '133211.757000', '133211.760000', '133211.763000', '133211.766000', '133211.769000', '133211.771000', '133211.774000', '133211.777000', '133211.780000', '133211.783000', '133211.786000', '133211.788000', '133211.791000', '133211.794000', '133211.797000', '133211.800000', '133221.708000', '133221.722000', '133221.725000', '133221.728000', '133221.731000', '133221.734000', '133221.737000', '133221.740000', '133221.744000', '133221.747000', '133221.749000', '133221.753000', '133221.756000', '133221.758000', '133221.761000', '133221.764000', '133221.767000', '133221.770000', '133221.773000', '133221.776000', '133221.779000', '133221.782000'], 'InstanceCreationTime': ['132551.726000', '132551.730000', '132551.733000', '132551.737000', '132551.740000', '132551.752000', '132551.755000', '132551.758000', '132551.761000', '132551.764000', '132551.767000', '132551.770000', '132551.773000', '132551.786000', '132551.789000', '132551.791000', '132551.794000', '132551.797000', '132551.800000', '132551.803000', '132551.806000', '132551.810000', '132551.813000', '132551.816000', '132611.678000', '132611.681000', '132611.683000', '132611.686000', '132611.689000', '132611.692000', '132611.695000', '132611.698000', '132611.700000', '132611.703000', '132611.706000', '132611.709000', '132611.712000', '132611.714000', '132611.717000', '132611.720000', '132611.723000', '132611.726000', '132611.728000', '132611.731000', '132611.734000', '132611.737000', '132611.739000', '132611.742000', '132611.745000', '132611.748000', '132611.751000', '132611.753000', '132611.756000', '132611.759000', '132611.762000', '132611.766000', '132611.769000', '132611.772000', '132611.774000', '132611.777000', '132611.780000', '132611.783000', '132611.786000', '132611.789000', '132611.792000', '132611.794000', '132611.797000', '132631.679000', '132631.682000', '132631.685000', '132631.687000', '132631.690000', '132631.693000', '132631.696000', '132631.699000', '132631.702000', '132631.705000', '132631.707000', '132631.710000', '132631.713000', '132631.716000', '132631.719000', '132631.722000', '132631.724000', '132631.727000', '132631.730000', '132631.733000', '132631.736000', '132631.738000', '132631.741000', '132631.744000', '132631.747000', '132631.750000', '132631.752000', '132631.755000', '132631.758000', '132631.761000', '132631.764000', '132631.767000', '132631.769000', '132631.772000', '132631.775000', '132631.778000', '132631.781000', '132631.784000', '132631.786000', '132631.789000', '132631.792000', '132631.795000', '132631.798000', '132631.800000', '132651.679000', '132651.682000', '132651.685000', '132651.688000', '132651.690000', '132651.693000', '132651.696000', '132651.699000', '132651.702000', '132651.704000', '132651.707000', '132651.710000', '132651.713000', '132651.716000', '132651.719000', '132651.722000', '132651.724000', '132651.727000', '132651.730000', '132651.733000', '132651.736000', '132651.738000', '132651.741000', '132651.744000', '132651.747000', '132651.750000', '132651.752000', '132651.755000', '132651.758000', '132651.761000', '132651.764000', '132651.767000', '132651.770000', '132651.773000', '132651.775000', '132651.780000', '132651.783000', '132651.786000', '132651.788000', '132651.791000', '132651.794000', '132651.797000', '132651.800000', '132711.679000', '132711.682000', '132711.685000', '132711.687000', '132711.701000', '132711.704000', '132711.707000', '132711.710000', '132711.713000', '132711.715000', '132711.718000', '132711.721000', '132711.724000', '132711.727000', '132711.729000', '132711.732000', '132711.735000', '132711.738000', '132711.741000', '132711.744000', '132711.747000', '132711.750000', '132711.753000', '132711.756000', '132711.759000', '132711.761000', '132711.764000', '132711.767000', '132711.770000', '132711.773000', '132711.775000', '132711.778000', '132711.781000', '132711.784000', '132711.787000', '132711.789000', '132711.792000', '132711.795000', '132711.798000', '132711.801000', '132711.804000', '132711.806000', '132711.809000', '132711.812000', '132731.678000', '132731.681000', '132731.684000', '132731.687000', '132731.689000', '132731.692000', '132731.695000', '132731.698000', '132731.701000', '132731.704000', '132731.706000', '132731.709000', '132731.712000', '132731.715000', '132731.718000', '132731.721000', '132731.724000', '132731.726000', '132731.729000', '132731.732000', '132731.735000', '132731.737000', '132731.740000', '132731.743000', '132731.746000', '132731.749000', '132731.752000', '132731.755000', '132731.757000', '132731.760000', '132731.763000', '132731.766000', '132731.769000', '132731.772000', '132731.774000', '132731.777000', '132731.780000', '132731.783000', '132731.786000', '132731.788000', '132731.791000', '132731.794000', '132731.797000', '132751.678000', '132751.681000', '132751.684000', '132751.686000', '132751.689000', '132751.692000', '132751.695000', '132751.698000', '132751.701000', '132751.703000', '132751.706000', '132751.709000', '132751.712000', '132751.715000', '132751.718000', '132751.721000', '132751.723000', '132751.726000', '132751.729000', '132751.732000', '132751.734000', '132751.737000', '132751.740000', '132751.743000', '132751.746000', '132751.748000', '132751.751000', '132751.766000', '132751.769000', '132751.772000', '132751.775000', '132751.778000', '132751.780000', '132751.783000', '132751.786000', '132751.789000', '132751.792000', '132751.795000', '132751.797000', '132751.800000', '132751.803000', '132751.806000', '132751.809000', '132751.812000', '132811.678000', '132811.681000', '132811.684000', '132811.687000', '132811.689000', '132811.692000', '132811.695000', '132811.698000', '132811.701000', '132811.704000', '132811.706000', '132811.709000', '132811.712000', '132811.715000', '132811.718000', '132811.720000', '132811.723000', '132811.726000', '132811.729000', '132811.732000', '132811.735000', '132811.741000', '132811.744000', '132811.747000', '132811.749000', '132811.752000', '132811.755000', '132811.758000', '132811.761000', '132811.764000', '132811.767000', '132811.769000', '132811.772000', '132811.775000', '132811.778000', '132811.781000', '132811.783000', '132811.786000', '132811.789000', '132811.792000', '132811.795000', '132811.798000', '132811.800000', '132831.678000', '132831.681000', '132831.684000', '132831.686000', '132831.689000', '132831.692000', '132831.695000', '132831.698000', '132831.701000', '132831.703000', '132831.706000', '132831.709000', '132831.712000', '132831.715000', '132831.718000', '132831.721000', '132831.723000', '132831.726000', '132831.729000', '132831.732000', '132831.735000', '132831.737000', '132831.740000', '132831.743000', '132831.746000', '132831.749000', '132831.752000', '132831.755000', '132831.758000', '132831.760000', '132831.763000', '132831.766000', '132831.769000', '132831.772000', '132831.775000', '132831.778000', '132831.780000', '132831.783000', '132831.786000', '132831.789000', '132831.792000', '132831.795000', '132831.798000', '132831.800000', '132851.679000', '132851.682000', '132851.685000', '132851.687000', '132851.690000', '132851.693000', '132851.696000', '132851.699000', '132851.702000', '132851.705000', '132851.707000', '132851.710000', '132851.713000', '132851.716000', '132851.719000', '132851.721000', '132851.724000', '132851.727000', '132851.730000', '132851.733000', '132851.736000', '132851.739000', '132851.741000', '132851.744000', '132851.747000', '132851.750000', '132851.753000', '132851.756000', '132851.759000', '132851.761000', '132851.764000', '132851.767000', '132851.770000', '132851.773000', '132851.775000', '132851.778000', '132851.781000', '132851.784000', '132851.787000', '132851.789000', '132851.792000', '132851.795000', '132851.798000', '132911.679000', '132911.684000', '132911.687000', '132911.690000', '132911.692000', '132911.700000', '132911.703000', '132911.706000', '132911.709000', '132911.712000', '132911.714000', '132911.717000', '132911.720000', '132911.723000', '132911.726000', '132911.729000', '132911.731000', '132911.734000', '132911.737000', '132911.740000', '132911.743000', '132911.746000', '132911.748000', '132911.751000', '132911.754000', '132911.757000', '132911.770000', '132911.773000', '132911.775000', '132911.778000', '132911.781000', '132911.784000', '132911.787000', '132911.790000', '132911.792000', '132911.795000', '132911.798000', '132911.801000', '132911.804000', '132911.807000', '132911.809000', '132911.812000', '132911.815000', '132931.679000', '132931.682000', '132931.684000', '132931.687000', '132931.690000', '132931.693000', '132931.696000', '132931.699000', '132931.702000', '132931.728000', '132931.731000', '132931.734000', '132931.737000', '132931.740000', '132931.742000', '132931.745000', '132931.748000', '132931.751000', '132931.754000', '132931.756000', '132931.759000', '132931.762000', '132931.765000', '132931.768000', '132931.771000', '132931.774000', '132931.776000', '132931.779000', '132931.782000', '132931.785000', '132931.788000', '132931.790000', '132931.793000', '132931.796000', '132931.799000', '132931.802000', '132931.805000', '132931.808000', '132931.810000', '132931.813000', '132931.816000', '132931.819000', '132931.822000', '132931.825000', '132951.678000', '132951.681000', '132951.684000', '132951.687000', '132951.689000', '132951.692000', '132951.702000', '132951.705000', '132951.716000', '132951.719000', '132951.721000', '132951.724000', '132951.727000', '132951.730000', '132951.733000', '132951.736000', '132951.739000', '132951.741000', '132951.744000', '132951.747000', '132951.750000', '132951.753000', '132951.755000', '132951.758000', '132951.761000', '132951.764000', '132951.767000', '132951.770000', '132951.772000', '132951.775000', '132951.778000', '132951.781000', '132951.784000', '132951.786000', '132951.789000', '132951.792000', '132951.795000', '132951.798000', '132951.801000', '132951.803000', '132951.806000', '132951.809000', '132951.812000', '133011.678000', '133011.681000', '133011.684000', '133011.687000', '133011.689000', '133011.692000', '133011.695000', '133011.698000', '133011.701000', '133011.704000', '133011.707000', '133011.710000', '133011.712000', '133011.715000', '133011.718000', '133011.721000', '133011.724000', '133011.726000', '133011.729000', '133011.732000', '133011.735000', '133011.738000', '133011.741000', '133011.744000', '133011.747000', '133011.749000', '133011.752000', '133011.755000', '133011.758000', '133011.761000', '133011.764000', '133011.767000', '133011.769000', '133011.772000', '133011.775000', '133011.778000', '133011.781000', '133011.784000', '133011.787000', '133011.789000', '133011.792000', '133011.795000', '133011.798000', '133011.801000', '133031.678000', '133031.681000', '133031.684000', '133031.687000', '133031.690000', '133031.693000', '133031.695000', '133031.698000', '133031.701000', '133031.704000', '133031.707000', '133031.710000', '133031.713000', '133031.716000', '133031.719000', '133031.722000', '133031.725000', '133031.728000', '133031.731000', '133031.734000', '133031.736000', '133031.739000', '133031.742000', '133031.745000', '133031.748000', '133031.751000', '133031.753000', '133031.756000', '133031.759000', '133031.762000', '133031.765000', '133031.768000', '133031.770000', '133031.773000', '133031.776000', '133031.779000', '133031.782000', '133031.785000', '133031.787000', '133031.790000', '133031.793000', '133031.796000', '133031.799000', '133051.678000', '133051.681000', '133051.684000', '133051.687000', '133051.689000', '133051.692000', '133051.695000', '133051.698000', '133051.701000', '133051.704000', '133051.707000', '133051.709000', '133051.712000', '133051.715000', '133051.718000', '133051.721000', '133051.724000', '133051.727000', '133051.729000', '133051.732000', '133051.735000', '133051.738000', '133051.741000', '133051.744000', '133051.746000', '133051.749000', '133051.752000', '133051.755000', '133051.758000', '133051.760000', '133051.763000', '133051.766000', '133051.769000', '133051.772000', '133051.787000', '133051.790000', '133051.793000', '133051.796000', '133051.799000', '133051.801000', '133051.804000', '133051.807000', '133051.810000', '133051.813000', '133111.679000', '133111.682000', '133111.685000', '133111.687000', '133111.690000', '133111.693000', '133111.696000', '133111.699000', '133111.702000', '133111.705000', '133111.707000', '133111.710000', '133111.713000', '133111.716000', '133111.719000', '133111.722000', '133111.725000', '133111.727000', '133111.730000', '133111.733000', '133111.736000', '133111.739000', '133111.744000', '133111.748000', '133111.751000', '133111.754000', '133111.757000', '133111.760000', '133111.762000', '133111.765000', '133111.768000', '133111.771000', '133111.774000', '133111.777000', '133111.780000', '133111.782000', '133111.785000', '133111.788000', '133111.791000', '133111.794000', '133111.796000', '133111.799000', '133111.802000', '133131.679000', '133131.682000', '133131.685000', '133131.688000', '133131.691000', '133131.694000', '133131.696000', '133131.699000', '133131.702000', '133131.705000', '133131.708000', '133131.711000', '133131.713000', '133131.717000', '133131.719000', '133131.722000', '133131.725000', '133131.728000', '133131.731000', '133131.733000', '133131.736000', '133131.739000', '133131.742000', '133131.745000', '133131.748000', '133131.751000', '133131.753000', '133131.756000', '133131.759000', '133131.762000', '133131.766000', '133131.769000', '133131.772000', '133131.775000', '133131.778000', '133131.781000', '133131.784000', '133131.787000', '133131.789000', '133131.792000', '133131.795000', '133131.798000', '133131.801000', '133131.803000', '133151.679000', '133151.682000', '133151.685000', '133151.688000', '133151.691000', '133151.694000', '133151.697000', '133151.700000', '133151.703000', '133151.706000', '133151.708000', '133151.711000', '133151.720000', '133151.723000', '133151.726000', '133151.729000', '133151.732000', '133151.735000', '133151.737000', '133151.740000', '133151.743000', '133151.746000', '133151.749000', '133151.752000', '133151.755000', '133151.758000', '133151.761000', '133151.765000', '133151.768000', '133151.770000', '133151.773000', '133151.776000', '133151.779000', '133151.782000', '133151.785000', '133151.787000', '133151.790000', '133151.793000', '133151.796000', '133151.799000', '133151.802000', '133151.804000', '133151.807000', '133211.678000', '133211.681000', '133211.684000', '133211.687000', '133211.690000', '133211.692000', '133211.695000', '133211.698000', '133211.701000', '133211.704000', '133211.707000', '133211.709000', '133211.712000', '133211.715000', '133211.718000', '133211.721000', '133211.724000', '133211.726000', '133211.729000', '133211.732000', '133211.735000', '133211.738000', '133211.740000', '133211.743000', '133211.746000', '133211.749000', '133211.752000', '133211.754000', '133211.757000', '133211.760000', '133211.763000', '133211.766000', '133211.769000', '133211.771000', '133211.774000', '133211.777000', '133211.780000', '133211.783000', '133211.786000', '133211.788000', '133211.791000', '133211.794000', '133211.797000', '133211.800000', '133221.708000', '133221.722000', '133221.725000', '133221.728000', '133221.731000', '133221.734000', '133221.737000', '133221.740000', '133221.744000', '133221.747000', '133221.749000', '133221.753000', '133221.756000', '133221.758000', '133221.761000', '133221.764000', '133221.767000', '133221.770000', '133221.773000', '133221.776000', '133221.779000', '133221.782000'], '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': [11400, 12608, 9694, 7399, 7285, 10175, 8163, 7349, 12084, 8376, 7389, 11342, 8494, 7532, 11580, 8454, 8383, 10639, 7306, 7397, 10680, 8716, 7190, 12296, 8494, 7370, 9175, 8636, 7317, 12187, 10053, 7448, 8977, 7617, 7208, 8478, 8227, 7218, 9446, 9533, 7398, 7484, 8237, 7268, 7285, 8995, 9216, 7745, 7597, 10955, 7678, 7056, 11973, 7889, 9902, 11343, 8103, 7783, 9355, 7205, 7355, 10865, 8426, 7182, 9730, 8351, 7143, 10377, 8537, 7543, 11836, 9513, 7473, 7259, 9341, 7191, 7220, 10550, 8998, 7155, 9446, 8143, 7058, 10452, 9337, 7427, 10152, 8658, 7513, 14437, 10267, 8736, 14143, 7721, 7227, 9742, 7695, 8882, 9869, 7442, 7529, 8408, 7204, 7399, 9040, 7370, 10660, 8960, 7375, 10450, 7255, 7128, 8998, 7505, 8283, 8415, 7313, 9441, 8769, 7257, 13125, 9621, 7524, 13194, 8342, 7701, 10117, 7716, 13250, 10212, 7242, 7065, 8952, 7081, 7333, 10923, 7911, 7218, 12103, 9321, 7379, 10510, 7385, 11261, 8698, 7176, 12340, 9135, 7311, 8891, 7210, 7702, 8298, 7834, 7416, 7482, 8336, 7122, 8969, 8600, 7276, 11933, 9460, 7190, 10789, 7935, 7232, 10060, 8936, 7291, 12357, 9672, 7155, 7267, 10176, 7263, 7345, 11566, 9220, 7613, 12433, 7573, 7315, 9856, 8165, 7193, 9718, 9880, 7723, 7209, 8084, 9200, 7304, 7386, 7368, 9001, 7416, 7305, 11352, 9019, 7209, 12338, 7922, 7317, 11002, 8109, 7194, 10217, 7841, 11255, 8899, 7231, 7274, 8358, 7123, 7621, 10406, 7698, 7395, 8249, 8082, 7262, 10434, 9068, 7430, 12251, 8734, 7174, 8484, 9329, 7421, 9321, 12523, 7832, 7269, 7679, 8840, 7407, 9839, 10801, 7888, 7306, 10474, 7458, 7347, 12102, 9376, 7666, 13464, 8271, 7259, 7345, 10472, 8003, 7397, 12807, 9623, 7375, 8956, 7934, 7294, 10996, 8842, 7348, 11438, 8526, 7286, 7786, 8524, 7372, 8535, 10173, 7380, 7207, 10442, 8358, 7205, 11368, 9028, 7492, 10880, 8254, 7291, 7151, 9467, 7384, 7527, 10617, 7815, 7288, 8459, 9532, 7895, 11607, 11097, 7516, 7303, 10357, 7805, 7303, 11205, 9688, 7601, 7222, 9037, 7139, 7591, 7602, 9674, 7876, 7505, 11180, 8446, 7390, 12030, 9198, 7445, 13224, 9882, 7349, 7619, 9632, 7429, 7250, 12086, 9511, 7411, 9034, 7844, 7274, 8577, 9356, 7491, 9368, 8609, 7197, 7227, 9334, 7219, 7270, 11008, 8165, 7059, 7907, 8326, 7230, 7211, 11016, 8996, 7194, 8604, 8146, 7192, 9964, 9187, 7829, 10591, 12541, 7613, 7396, 9809, 8077, 7068, 10814, 9389, 7275, 8402, 8525, 7302, 8857, 9808, 7669, 7249, 9606, 7177, 7676, 9078, 7723, 7190, 8904, 9109, 7542, 7221, 9566, 8049, 7264, 9210, 9841, 7485, 7414, 9688, 8350, 7335, 10072, 9992, 8068, 9470, 10968, 7445, 7210, 10371, 8457, 7381, 9874, 10174, 7370, 7329, 8409, 8591, 7419, 7914, 12298, 9384, 7353, 9456, 8163, 7565, 13219, 9790, 7562, 10995, 8634, 7137, 7150, 8891, 7216, 7172, 7326, 8933, 9289, 7430, 7282, 7579, 10294, 7742, 7309, 7550, 11411, 9016, 7381, 7439, 11376, 7560, 7267, 7415, 10296, 8511, 7533, 11476, 8309, 7107, 7138, 8226, 8044, 7181, 8134, 10169, 7698, 7222, 8516, 8526, 7398, 9932, 12855, 10498, 7320, 7348, 9405, 7994, 7302, 9065, 10006, 7706, 8079, 13518, 9076, 7290, 9015, 11237, 8451, 8889, 14292, 11461, 8344, 14050, 8392, 7659, 13161, 8656, 7753, 12446, 8828, 7270, 7669, 7980, 7091, 7548, 11027, 9006, 7376, 7406, 8323, 7452, 7249, 9005, 8596, 7489, 7422, 9525, 7683, 7345, 9305, 10385, 8145, 7328, 9138, 8239, 7260, 9335, 10396, 7609, 7364, 8635, 7790, 7358, 7321, 9401, 8439, 7428, 7298, 9692, 7554, 7384, 11219, 9195, 7350, 11021, 9142, 7560, 7547, 10398, 7537, 7459, 10237, 8337, 7287, 10298, 9206, 7271, 7436, 8921, 7604, 7272, 7646, 10378, 7744, 7188, 7218, 9735, 7528, 7153, 8232, 9528, 7415, 7286, 8931, 11133, 7992, 7261, 7220, 12836, 9133, 7419, 7231, 12151, 8555, 7174, 11192, 10445, 8202, 7504, 11549, 7677, 7307, 9301, 8010, 7441, 8694, 8578, 7335, 7261, 9659, 7303, 7577, 10371, 8850, 7205, 7242, 8976, 7750, 7539, 8699, 8550, 7321, 7788, 11813, 8196, 7268, 8271, 8939, 7465, 8892, 11272, 8743, 7665, 12873, 7719, 7329, 8377, 8564, 7109, 9480, 10391, 7467, 7241, 9414, 7606, 7401, 7997, 9129, 7161, 7446, 10256, 8282, 7138, 11460, 9061, 7284, 7537, 9359, 7365, 7250, 12152, 8943, 7251, 7226, 9490, 7923, 7273, 11906, 9022, 7682, 7168, 9364, 7339, 7203, 7748, 10411, 7499, 7335, 8055, 8567, 7458, 10448, 11942, 8975, 8322, 12276, 7780, 7312, 7211, 10698, 8238, 7468, 8244, 7857, 7036, 10815, 8998, 7318, 14385, 10346, 7318, 10201, 7583, 7280, 8267, 9588, 7458, 7343, 9179, 7576, 7129, 8218, 9305, 7625, 7421, 9702, 7784, 7237, 7581, 10501, 8644, 7245, 7309, 9042, 7372, 7255, 10856, 9030, 7545, 7501, 9856, 7224, 7126, 9332, 8895, 7650, 7380, 10686, 7631, 7524, 7318, 9619, 7382, 7317, 8303, 8388, 7252, 7436, 9499, 8418, 7858, 8857, 13973, 9944, 7150, 7272, 9801, 8150, 7415, 9969, 10855, 7779, 7179, 7207, 8661, 7089, 7248, 10995, 9095, 7141, 7150, 9421, 7390, 7264, 12623, 8658, 7770, 12240, 8786, 7476, 7277, 9648, 7192, 7469, 9609, 8455, 7275, 7180, 9354, 7724, 7176, 9545, 9421, 7679, 7328, 9846, 7940, 7183, 8263, 10523, 7747, 7461, 8999, 7419, 7184, 7504, 9778, 7505, 7507, 8006, 7379, 7426, 7753, 9731, 7427, 7376, 7329, 8216, 7126, 7165, 9060, 7952, 7310, 7765, 10196, 7411, 9692, 10657, 7781, 9743, 13653, 9036, 7228, 9142, 9898, 7551, 9521, 15119, 11050, 7970, 9524, 7862, 7301, 8017, 9855, 7321, 8359, 9200, 7271, 7342, 9889, 7640, 7259, 10707, 7508, 7195, 7524, 7948, 7329, 7308, 10900, 8257, 7286, 7903, 7431, 7134, 7406, 10568, 8062, 7534, 9078, 8229, 7267, 7447, 9481, 7388, 7348, 10378, 8293, 7450, 7778, 9050, 7237, 7242, 11426, 9961, 7166, 8481, 11256, 8187], 'WindowCenter': [4378.0, 4360.0, 4325.0, 4290.0, 4290.0, 4317.0, 4295.0, 4286.0, 4328.0, 4286.0, 4286.0, 4316.0, 4282.0, 4272.0, 4302.0, 4282.0, 4272.0, 4300.0, 4272.0, 4261.0, 4303.0, 4282.0, 4261.0, 4301.0, 4277.0, 4260.0, 4281.0, 4280.0, 4273.0, 4312.0, 4291.0, 4260.0, 4279.0, 4270.0, 4259.0, 4270.0, 4271.0, 4271.0, 4291.0, 4290.0, 4269.0, 4274.0, 4282.0, 4270.0, 4271.0, 4289.0, 4291.0, 4274.0, 4271.0, 4303.0, 4272.0, 4260.0, 4299.0, 4271.0, 4289.0, 4288.0, 4268.0, 4256.0, 4278.0, 4257.0, 4257.0, 4287.0, 4269.0, 4258.0, 4288.0, 4268.0, 4260.0, 4290.0, 4280.0, 4258.0, 4301.0, 4280.0, 4258.0, 4259.0, 4278.0, 4257.0, 4270.0, 4291.0, 4279.0, 4261.0, 4291.0, 4271.0, 4271.0, 4301.0, 4293.0, 4271.0, 4290.0, 4280.0, 4270.0, 4320.0, 4290.0, 4269.0, 4308.0, 4255.0, 4256.0, 4276.0, 4257.0, 4277.0, 4275.0, 4259.0, 4257.0, 4268.0, 4257.0, 4258.0, 4276.0, 4270.0, 4301.0, 4292.0, 4271.0, 4301.0, 4270.0, 4269.0, 4279.0, 4269.0, 4279.0, 4279.0, 4270.0, 4291.0, 4281.0, 4270.0, 4321.0, 4290.0, 4271.0, 4310.0, 4268.0, 4258.0, 4289.0, 4257.0, 4309.0, 4286.0, 4258.0, 4260.0, 4279.0, 4258.0, 4258.0, 4299.0, 4270.0, 4270.0, 4311.0, 4291.0, 4271.0, 4301.0, 4270.0, 4299.0, 4268.0, 4260.0, 4298.0, 4278.0, 4258.0, 4278.0, 4257.0, 4270.0, 4280.0, 4270.0, 4272.0, 4271.0, 4281.0, 4273.0, 4292.0, 4292.0, 4273.0, 4313.0, 4294.0, 4262.0, 4302.0, 4271.0, 4271.0, 4291.0, 4293.0, 4271.0, 4312.0, 4291.0, 4261.0, 4271.0, 4290.0, 4271.0, 4261.0, 4301.0, 4281.0, 4271.0, 4311.0, 4269.0, 4270.0, 4305.0, 4282.0, 4261.0, 4290.0, 4289.0, 4269.0, 4285.0, 4297.0, 4293.0, 4272.0, 4272.0, 4272.0, 4292.0, 4274.0, 4273.0, 4305.0, 4294.0, 4274.0, 4315.0, 4282.0, 4272.0, 4302.0, 4271.0, 4261.0, 4290.0, 4272.0, 4299.0, 4281.0, 4272.0, 4272.0, 4281.0, 4272.0, 4271.0, 4315.0, 4283.0, 4274.0, 4285.0, 4283.0, 4274.0, 4317.0, 4305.0, 4276.0, 4314.0, 4282.0, 4271.0, 4282.0, 4294.0, 4274.0, 4294.0, 4314.0, 4272.0, 4273.0, 4283.0, 4294.0, 4285.0, 4303.0, 4304.0, 4281.0, 4274.0, 4301.0, 4272.0, 4273.0, 4312.0, 4294.0, 4272.0, 4322.0, 4268.0, 4260.0, 4271.0, 4289.0, 4270.0, 4260.0, 4311.0, 4279.0, 4258.0, 4279.0, 4269.0, 4258.0, 4301.0, 4277.0, 4259.0, 4301.0, 4266.0, 4258.0, 4269.0, 4276.0, 4258.0, 4282.0, 4291.0, 4260.0, 4272.0, 4291.0, 4270.0, 4261.0, 4300.0, 4280.0, 4261.0, 4288.0, 4267.0, 4258.0, 4272.0, 4303.0, 4272.0, 4273.0, 4302.0, 4271.0, 4272.0, 4282.0, 4291.0, 4283.0, 4303.0, 4302.0, 4260.0, 4260.0, 4289.0, 4268.0, 4260.0, 4301.0, 4289.0, 4268.0, 4259.0, 4280.0, 4259.0, 4268.0, 4284.0, 4292.0, 4283.0, 4274.0, 4313.0, 4283.0, 4274.0, 4313.0, 4280.0, 4261.0, 4312.0, 4289.0, 4270.0, 4273.0, 4291.0, 4260.0, 4258.0, 4300.0, 4280.0, 4258.0, 4279.0, 4268.0, 4258.0, 4281.0, 4279.0, 4260.0, 4278.0, 4281.0, 4260.0, 4285.0, 4291.0, 4271.0, 4269.0, 4301.0, 4279.0, 4260.0, 4268.0, 4281.0, 4271.0, 4272.0, 4301.0, 4281.0, 4261.0, 4281.0, 4271.0, 4271.0, 4292.0, 4289.0, 4270.0, 4301.0, 4311.0, 4270.0, 4270.0, 4290.0, 4269.0, 4261.0, 4301.0, 4292.0, 4260.0, 4270.0, 4280.0, 4259.0, 4278.0, 4276.0, 4268.0, 4257.0, 4276.0, 4257.0, 4270.0, 4279.0, 4270.0, 4271.0, 4294.0, 4281.0, 4271.0, 4271.0, 4292.0, 4282.0, 4274.0, 4294.0, 4303.0, 4272.0, 4272.0, 4292.0, 4282.0, 4271.0, 4293.0, 4292.0, 4271.0, 4280.0, 4299.0, 4259.0, 4259.0, 4290.0, 4268.0, 4258.0, 4290.0, 4289.0, 4260.0, 4272.0, 4282.0, 4280.0, 4270.0, 4270.0, 4313.0, 4280.0, 4272.0, 4290.0, 4279.0, 4270.0, 4312.0, 4290.0, 4260.0, 4289.0, 4267.0, 4272.0, 4272.0, 4280.0, 4269.0, 4258.0, 4270.0, 4281.0, 4292.0, 4273.0, 4284.0, 4284.0, 4304.0, 4272.0, 4272.0, 4273.0, 4313.0, 4293.0, 4271.0, 4273.0, 4301.0, 4270.0, 4272.0, 4260.0, 4290.0, 4281.0, 4272.0, 4302.0, 4269.0, 4259.0, 4261.0, 4283.0, 4282.0, 4273.0, 4282.0, 4303.0, 4272.0, 4272.0, 4281.0, 4295.0, 4274.0, 4318.0, 4340.0, 4315.0, 4287.0, 4285.0, 4307.0, 4283.0, 4271.0, 4281.0, 4290.0, 4271.0, 4272.0, 4324.0, 4280.0, 4271.0, 4282.0, 4290.0, 4268.0, 4279.0, 4309.0, 4287.0, 4265.0, 4305.0, 4256.0, 4255.0, 4295.0, 4253.0, 4244.0, 4296.0, 4264.0, 4244.0, 4255.0, 4254.0, 4245.0, 4258.0, 4286.0, 4278.0, 4256.0, 4257.0, 4266.0, 4257.0, 4258.0, 4278.0, 4280.0, 4259.0, 4258.0, 4290.0, 4270.0, 4259.0, 4280.0, 4289.0, 4270.0, 4258.0, 4279.0, 4269.0, 4257.0, 4280.0, 4302.0, 4269.0, 4258.0, 4279.0, 4268.0, 4257.0, 4259.0, 4280.0, 4282.0, 4273.0, 4271.0, 4291.0, 4271.0, 4271.0, 4302.0, 4280.0, 4259.0, 4300.0, 4279.0, 4270.0, 4270.0, 4290.0, 4269.0, 4260.0, 4289.0, 4269.0, 4271.0, 4289.0, 4281.0, 4261.0, 4260.0, 4282.0, 4271.0, 4273.0, 4272.0, 4301.0, 4272.0, 4272.0, 4272.0, 4293.0, 4285.0, 4273.0, 4283.0, 4305.0, 4287.0, 4285.0, 4306.0, 4341.0, 4297.0, 4287.0, 4286.0, 4326.0, 4305.0, 4286.0, 4272.0, 4314.0, 4282.0, 4260.0, 4300.0, 4289.0, 4271.0, 4260.0, 4300.0, 4258.0, 4258.0, 4278.0, 4267.0, 4256.0, 4279.0, 4280.0, 4260.0, 4271.0, 4291.0, 4272.0, 4272.0, 4292.0, 4296.0, 4273.0, 4273.0, 4283.0, 4273.0, 4272.0, 4283.0, 4283.0, 4272.0, 4274.0, 4314.0, 4284.0, 4273.0, 4284.0, 4281.0, 4272.0, 4280.0, 4302.0, 4282.0, 4272.0, 4311.0, 4271.0, 4269.0, 4270.0, 4281.0, 4261.0, 4281.0, 4292.0, 4259.0, 4260.0, 4280.0, 4258.0, 4272.0, 4272.0, 4292.0, 4261.0, 4272.0, 4292.0, 4284.0, 4274.0, 4314.0, 4293.0, 4273.0, 4273.0, 4293.0, 4271.0, 4273.0, 4311.0, 4294.0, 4274.0, 4271.0, 4292.0, 4272.0, 4274.0, 4313.0, 4280.0, 4274.0, 4272.0, 4294.0, 4259.0, 4271.0, 4271.0, 4303.0, 4272.0, 4272.0, 4284.0, 4282.0, 4270.0, 4293.0, 4302.0, 4283.0, 4271.0, 4301.0, 4271.0, 4258.0, 4258.0, 4289.0, 4271.0, 4259.0, 4280.0, 4271.0, 4262.0, 4302.0, 4282.0, 4274.0, 4321.0, 4290.0, 4260.0, 4287.0, 4257.0, 4260.0, 4279.0, 4277.0, 4260.0, 4257.0, 4279.0, 4257.0, 4258.0, 4270.0, 4278.0, 4270.0, 4260.0, 4281.0, 4258.0, 4258.0, 4268.0, 4291.0, 4282.0, 4271.0, 4262.0, 4281.0, 4259.0, 4271.0, 4292.0, 4281.0, 4272.0, 4260.0, 4289.0, 4259.0, 4260.0, 4291.0, 4269.0, 4257.0, 4260.0, 4290.0, 4257.0, 4257.0, 4259.0, 4293.0, 4260.0, 4260.0, 4271.0, 4269.0, 4261.0, 4272.0, 4294.0, 4283.0, 4271.0, 4282.0, 4324.0, 4291.0, 4262.0, 4260.0, 4279.0, 4268.0, 4258.0, 4280.0, 4292.0, 4260.0, 4260.0, 4260.0, 4269.0, 4259.0, 4259.0, 4291.0, 4282.0, 4258.0, 4260.0, 4279.0, 4261.0, 4260.0, 4301.0, 4271.0, 4260.0, 4299.0, 4269.0, 4260.0, 4259.0, 4279.0, 4261.0, 4263.0, 4281.0, 4269.0, 4261.0, 4260.0, 4281.0, 4270.0, 4259.0, 4281.0, 4281.0, 4271.0, 4261.0, 4292.0, 4270.0, 4261.0, 4271.0, 4290.0, 4257.0, 4258.0, 4279.0, 4259.0, 4258.0, 4262.0, 4290.0, 4262.0, 4261.0, 4270.0, 4271.0, 4261.0, 4270.0, 4281.0, 4262.0, 4273.0, 4271.0, 4282.0, 4261.0, 4273.0, 4293.0, 4285.0, 4275.0, 4275.0, 4306.0, 4274.0, 4295.0, 4304.0, 4285.0, 4309.0, 4325.0, 4282.0, 4263.0, 4283.0, 4290.0, 4271.0, 4282.0, 4325.0, 4291.0, 4259.0, 4280.0, 4270.0, 4258.0, 4273.0, 4279.0, 4259.0, 4268.0, 4268.0, 4247.0, 4247.0, 4279.0, 4257.0, 4260.0, 4288.0, 4258.0, 4260.0, 4259.0, 4259.0, 4258.0, 4259.0, 4291.0, 4270.0, 4274.0, 4270.0, 4261.0, 4258.0, 4259.0, 4289.0, 4270.0, 4260.0, 4281.0, 4271.0, 4260.0, 4272.0, 4293.0, 4261.0, 4263.0, 4293.0, 4283.0, 4262.0, 4272.0, 4281.0, 4275.0, 4275.0, 4317.0, 4295.0, 4260.0, 4284.0, 4304.0, 4273.0], 'WindowWidth': [9675.0, 9633.0, 9574.0, 9521.0, 9518.0, 9547.0, 9516.0, 9504.0, 9563.0, 9501.0, 9502.0, 9541.0, 9492.0, 9475.0, 9518.0, 9490.0, 9473.0, 9511.0, 9474.0, 9459.0, 9519.0, 9489.0, 9458.0, 9511.0, 9477.0, 9455.0, 9485.0, 9483.0, 9478.0, 9529.0, 9498.0, 9455.0, 9479.0, 9468.0, 9454.0, 9471.0, 9473.0, 9473.0, 9497.0, 9498.0, 9470.0, 9482.0, 9490.0, 9472.0, 9475.0, 9496.0, 9500.0, 9481.0, 9472.0, 9519.0, 9477.0, 9459.0, 9510.0, 9472.0, 9494.0, 9494.0, 9463.0, 9446.0, 9476.0, 9448.0, 9448.0, 9489.0, 9468.0, 9452.0, 9492.0, 9467.0, 9458.0, 9496.0, 9485.0, 9452.0, 9513.0, 9483.0, 9453.0, 9453.0, 9478.0, 9453.0, 9472.0, 9500.0, 9483.0, 9459.0, 9500.0, 9474.0, 9476.0, 9515.0, 9505.0, 9474.0, 9500.0, 9484.0, 9472.0, 9541.0, 9497.0, 9466.0, 9519.0, 9444.0, 9445.0, 9473.0, 9448.0, 9476.0, 9470.0, 9455.0, 9449.0, 9464.0, 9451.0, 9452.0, 9476.0, 9474.0, 9514.0, 9504.0, 9475.0, 9515.0, 9471.0, 9471.0, 9481.0, 9470.0, 9482.0, 9482.0, 9473.0, 9502.0, 9487.0, 9471.0, 9541.0, 9499.0, 9474.0, 9527.0, 9468.0, 9451.0, 9494.0, 9450.0, 9522.0, 9488.0, 9453.0, 9457.0, 9482.0, 9453.0, 9452.0, 9509.0, 9470.0, 9471.0, 9528.0, 9501.0, 9473.0, 9514.0, 9471.0, 9507.0, 9464.0, 9456.0, 9505.0, 9479.0, 9450.0, 9478.0, 9449.0, 9471.0, 9486.0, 9471.0, 9478.0, 9475.0, 9491.0, 9481.0, 9504.0, 9505.0, 9481.0, 9533.0, 9508.0, 9464.0, 9516.0, 9473.0, 9473.0, 9501.0, 9506.0, 9475.0, 9532.0, 9501.0, 9460.0, 9472.0, 9498.0, 9473.0, 9458.0, 9517.0, 9486.0, 9475.0, 9529.0, 9468.0, 9472.0, 9524.0, 9489.0, 9460.0, 9496.0, 9495.0, 9470.0, 9499.0, 9521.0, 9507.0, 9476.0, 9478.0, 9477.0, 9503.0, 9481.0, 9477.0, 9524.0, 9506.0, 9482.0, 9537.0, 9489.0, 9478.0, 9517.0, 9472.0, 9459.0, 9498.0, 9475.0, 9511.0, 9487.0, 9477.0, 9479.0, 9489.0, 9478.0, 9476.0, 9540.0, 9495.0, 9483.0, 9498.0, 9495.0, 9483.0, 9547.0, 9528.0, 9487.0, 9536.0, 9490.0, 9474.0, 9488.0, 9510.0, 9483.0, 9508.0, 9538.0, 9478.0, 9482.0, 9496.0, 9510.0, 9501.0, 9523.0, 9525.0, 9490.0, 9482.0, 9515.0, 9476.0, 9477.0, 9529.0, 9511.0, 9475.0, 9544.0, 9467.0, 9457.0, 9472.0, 9495.0, 9468.0, 9457.0, 9528.0, 9481.0, 9452.0, 9481.0, 9467.0, 9451.0, 9513.0, 9476.0, 9453.0, 9511.0, 9460.0, 9451.0, 9467.0, 9474.0, 9450.0, 9486.0, 9501.0, 9457.0, 9476.0, 9499.0, 9471.0, 9459.0, 9514.0, 9484.0, 9458.0, 9492.0, 9462.0, 9453.0, 9476.0, 9521.0, 9477.0, 9479.0, 9517.0, 9474.0, 9477.0, 9488.0, 9503.0, 9496.0, 9518.0, 9519.0, 9457.0, 9456.0, 9495.0, 9466.0, 9456.0, 9514.0, 9495.0, 9465.0, 9453.0, 9484.0, 9457.0, 9469.0, 9496.0, 9506.0, 9495.0, 9484.0, 9535.0, 9492.0, 9480.0, 9531.0, 9483.0, 9458.0, 9529.0, 9495.0, 9471.0, 9481.0, 9502.0, 9457.0, 9450.0, 9511.0, 9481.0, 9450.0, 9479.0, 9463.0, 9452.0, 9485.0, 9482.0, 9456.0, 9479.0, 9487.0, 9460.0, 9504.0, 9506.0, 9473.0, 9468.0, 9517.0, 9481.0, 9457.0, 9466.0, 9486.0, 9475.0, 9476.0, 9514.0, 9488.0, 9460.0, 9487.0, 9474.0, 9473.0, 9501.0, 9496.0, 9470.0, 9514.0, 9527.0, 9470.0, 9471.0, 9498.0, 9470.0, 9461.0, 9512.0, 9503.0, 9456.0, 9469.0, 9482.0, 9454.0, 9479.0, 9474.0, 9466.0, 9449.0, 9474.0, 9449.0, 9469.0, 9481.0, 9473.0, 9476.0, 9508.0, 9488.0, 9474.0, 9474.0, 9503.0, 9490.0, 9483.0, 9510.0, 9521.0, 9477.0, 9478.0, 9506.0, 9491.0, 9475.0, 9505.0, 9503.0, 9474.0, 9483.0, 9510.0, 9454.0, 9454.0, 9495.0, 9465.0, 9452.0, 9497.0, 9495.0, 9458.0, 9477.0, 9489.0, 9486.0, 9473.0, 9470.0, 9534.0, 9485.0, 9474.0, 9498.0, 9482.0, 9472.0, 9530.0, 9495.0, 9456.0, 9493.0, 9462.0, 9476.0, 9476.0, 9483.0, 9470.0, 9453.0, 9472.0, 9488.0, 9505.0, 9482.0, 9501.0, 9497.0, 9524.0, 9479.0, 9476.0, 9479.0, 9534.0, 9507.0, 9474.0, 9477.0, 9514.0, 9471.0, 9474.0, 9455.0, 9498.0, 9485.0, 9474.0, 9515.0, 9466.0, 9455.0, 9460.0, 9491.0, 9492.0, 9479.0, 9491.0, 9519.0, 9475.0, 9475.0, 9488.0, 9512.0, 9484.0, 9548.0, 9585.0, 9542.0, 9504.0, 9498.0, 9534.0, 9492.0, 9473.0, 9486.0, 9497.0, 9473.0, 9475.0, 9548.0, 9484.0, 9475.0, 9489.0, 9496.0, 9465.0, 9480.0, 9522.0, 9487.0, 9455.0, 9510.0, 9442.0, 9443.0, 9496.0, 9436.0, 9423.0, 9496.0, 9453.0, 9425.0, 9440.0, 9438.0, 9429.0, 9449.0, 9485.0, 9477.0, 9445.0, 9446.0, 9459.0, 9448.0, 9452.0, 9478.0, 9482.0, 9453.0, 9452.0, 9497.0, 9471.0, 9455.0, 9482.0, 9497.0, 9469.0, 9453.0, 9482.0, 9466.0, 9449.0, 9483.0, 9517.0, 9468.0, 9452.0, 9481.0, 9465.0, 9451.0, 9453.0, 9484.0, 9487.0, 9478.0, 9472.0, 9500.0, 9474.0, 9474.0, 9516.0, 9483.0, 9453.0, 9510.0, 9480.0, 9469.0, 9467.0, 9497.0, 9466.0, 9456.0, 9494.0, 9469.0, 9474.0, 9495.0, 9486.0, 9458.0, 9456.0, 9487.0, 9475.0, 9481.0, 9476.0, 9515.0, 9477.0, 9476.0, 9478.0, 9507.0, 9500.0, 9481.0, 9494.0, 9527.0, 9507.0, 9499.0, 9531.0, 9589.0, 9523.0, 9506.0, 9500.0, 9555.0, 9527.0, 9503.0, 9478.0, 9536.0, 9487.0, 9456.0, 9509.0, 9494.0, 9472.0, 9454.0, 9510.0, 9451.0, 9451.0, 9477.0, 9461.0, 9447.0, 9483.0, 9483.0, 9457.0, 9472.0, 9500.0, 9475.0, 9475.0, 9502.0, 9512.0, 9478.0, 9476.0, 9491.0, 9477.0, 9476.0, 9491.0, 9492.0, 9477.0, 9480.0, 9538.0, 9493.0, 9478.0, 9494.0, 9487.0, 9474.0, 9483.0, 9514.0, 9487.0, 9474.0, 9526.0, 9470.0, 9469.0, 9470.0, 9485.0, 9462.0, 9484.0, 9501.0, 9454.0, 9454.0, 9481.0, 9452.0, 9475.0, 9475.0, 9503.0, 9459.0, 9475.0, 9503.0, 9494.0, 9482.0, 9535.0, 9507.0, 9478.0, 9478.0, 9507.0, 9474.0, 9476.0, 9529.0, 9509.0, 9483.0, 9475.0, 9502.0, 9475.0, 9481.0, 9532.0, 9487.0, 9483.0, 9475.0, 9505.0, 9454.0, 9472.0, 9473.0, 9521.0, 9475.0, 9477.0, 9493.0, 9490.0, 9472.0, 9503.0, 9517.0, 9491.0, 9470.0, 9512.0, 9472.0, 9450.0, 9453.0, 9493.0, 9472.0, 9455.0, 9483.0, 9473.0, 9462.0, 9514.0, 9489.0, 9480.0, 9541.0, 9495.0, 9452.0, 9488.0, 9448.0, 9454.0, 9482.0, 9476.0, 9457.0, 9449.0, 9479.0, 9448.0, 9451.0, 9471.0, 9479.0, 9471.0, 9455.0, 9483.0, 9451.0, 9451.0, 9465.0, 9498.0, 9489.0, 9472.0, 9460.0, 9488.0, 9455.0, 9474.0, 9501.0, 9485.0, 9473.0, 9454.0, 9492.0, 9452.0, 9455.0, 9501.0, 9465.0, 9448.0, 9453.0, 9495.0, 9449.0, 9449.0, 9452.0, 9503.0, 9455.0, 9456.0, 9471.0, 9466.0, 9457.0, 9474.0, 9504.0, 9495.0, 9473.0, 9489.0, 9550.0, 9501.0, 9460.0, 9454.0, 9480.0, 9463.0, 9449.0, 9479.0, 9500.0, 9452.0, 9453.0, 9455.0, 9465.0, 9454.0, 9452.0, 9497.0, 9486.0, 9451.0, 9454.0, 9479.0, 9456.0, 9454.0, 9510.0, 9469.0, 9452.0, 9504.0, 9465.0, 9453.0, 9451.0, 9478.0, 9458.0, 9462.0, 9483.0, 9466.0, 9455.0, 9455.0, 9484.0, 9467.0, 9451.0, 9485.0, 9483.0, 9470.0, 9457.0, 9501.0, 9466.0, 9455.0, 9471.0, 9494.0, 9447.0, 9450.0, 9478.0, 9452.0, 9451.0, 9458.0, 9496.0, 9461.0, 9456.0, 9470.0, 9473.0, 9458.0, 9469.0, 9484.0, 9460.0, 9476.0, 9471.0, 9488.0, 9460.0, 9479.0, 9504.0, 9497.0, 9485.0, 9484.0, 9526.0, 9481.0, 9509.0, 9520.0, 9498.0, 9534.0, 9551.0, 9487.0, 9462.0, 9491.0, 9498.0, 9470.0, 9485.0, 9551.0, 9497.0, 9452.0, 9480.0, 9465.0, 9450.0, 9475.0, 9478.0, 9450.0, 9462.0, 9461.0, 9433.0, 9433.0, 9478.0, 9447.0, 9453.0, 9490.0, 9451.0, 9453.0, 9451.0, 9452.0, 9450.0, 9451.0, 9495.0, 9469.0, 9480.0, 9468.0, 9458.0, 9452.0, 9452.0, 9493.0, 9466.0, 9453.0, 9483.0, 9470.0, 9456.0, 9474.0, 9504.0, 9457.0, 9462.0, 9502.0, 9491.0, 9460.0, 9476.0, 9487.0, 9483.0, 9486.0, 9540.0, 9508.0, 9456.0, 9491.0, 9518.0, 9476.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.00031580161476355245</td></tr>
<tr><td colspan=3>aqi</td><td>0.01696331476355248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.81553528319859</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1815310909699772</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.996206944757506</td></tr>
<tr><td colspan=3>efc</td><td>0.4943</td></tr>
<tr><td colspan=3>fber</td><td>5988.1499</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09133383430438477</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6528258362168398</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4108360573187047</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299179308819657</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6068768469381216</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3264520161983357</td></tr>
<tr><td colspan=3>gcor</td><td>0.00768755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006322778761386871</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03879118338227272</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.852797625862917</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7448</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9951</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.8093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295442.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1100.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.4256</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4377</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.5427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.3577</td></tr>
<tr><td colspan=3>tsnr</td><td>42.71628571511246</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>