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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-03/func/sub-0043_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>99590e2e47ef960e23bb75f5e005be9b</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:45:26.472500</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.997165, 0.0638333, 0.0398459, -0.0662316, 0.99587, 0.0620914]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.082307</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7286, 599, -44, -290, 42, 32]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69135bc1-4aa3-4afc-8090-2a7b176b127c||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.6753201484680176, -0.17769458889961243, 0.09643825888633728, 118.69110870361328], [-0.17126022279262543, 2.6718478202819824, 0.17429685592651367, -97.86394500732422], [0.10690368711948395, -0.16658662259578705, 2.6926417350769043, -70.07633209228516], [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': ['134526.472500', '134526.932500', '134527.392500', '134527.852500', '134528.312500', '134528.772500', '134529.232500', '134529.692500', '134530.152500', '134530.612500', '134531.072500', '134531.532500', '134531.992500', '134532.452500', '134532.912500', '134533.372500', '134533.832500', '134534.292500', '134534.752500', '134535.212500', '134535.672500', '134536.132500', '134536.592500', '134537.052500', '134537.512500', '134537.972500', '134538.432500', '134538.892500', '134539.352500', '134539.812500', '134540.272500', '134540.732500', '134541.192500', '134541.652500', '134542.112500', '134542.572500', '134543.032500', '134543.492500', '134543.952500', '134544.412500', '134544.872500', '134545.332500', '134545.792500', '134546.252500', '134546.712500', '134547.172500', '134547.632500', '134548.092500', '134548.552500', '134549.012500', '134549.472500', '134549.932500', '134550.392500', '134550.852500', '134551.312500', '134551.772500', '134552.232500', '134552.692500', '134553.152500', '134553.612500', '134554.072500', '134554.532500', '134554.992500', '134555.452500', '134555.912500', '134556.372500', '134556.832500', '134557.292500', '134557.752500', '134558.212500', '134558.672500', '134559.132500', '134559.592500', '134600.052500', '134600.512500', '134600.972500', '134601.432500', '134601.892500', '134602.352500', '134602.812500', '134603.272500', '134603.732500', '134604.192500', '134604.652500', '134605.112500', '134605.572500', '134606.032500', '134606.492500', '134606.952500', '134607.412500', '134607.872500', '134608.332500', '134608.792500', '134609.252500', '134609.712500', '134610.172500', '134610.632500', '134611.092500', '134611.552500', '134612.012500', '134612.472500', '134612.932500', '134613.392500', '134613.852500', '134614.312500', '134614.772500', '134615.232500', '134615.692500', '134616.152500', '134616.612500', '134617.072500', '134617.532500', '134617.992500', '134618.452500', '134618.912500', '134619.372500', '134619.832500', '134620.292500', '134620.752500', '134621.212500', '134621.672500', '134622.132500', '134622.592500', '134623.052500', '134623.512500', '134623.972500', '134624.432500', '134624.892500', '134625.352500', '134625.812500', '134626.272500', '134626.732500', '134627.192500', '134627.652500', '134628.112500', '134628.572500', '134629.032500', '134629.492500', '134629.952500', '134630.412500', '134630.872500', '134631.332500', '134631.792500', '134632.252500', '134632.712500', '134633.172500', '134633.632500', '134634.092500', '134634.552500', '134635.012500', '134635.472500', '134635.932500', '134636.392500', '134636.852500', '134637.312500', '134637.772500', '134638.232500', '134638.692500', '134639.152500', '134639.612500', '134640.072500', '134640.532500', '134640.992500', '134641.452500', '134641.912500', '134642.372500', '134642.832500', '134643.292500', '134643.752500', '134644.212500', '134644.672500', '134645.132500', '134645.592500', '134646.052500', '134646.512500', '134646.972500', '134647.432500', '134647.892500', '134648.352500', '134648.812500', '134649.272500', '134649.732500', '134650.192500', '134650.652500', '134651.112500', '134651.572500', '134652.032500', '134652.492500', '134652.952500', '134653.412500', '134653.872500', '134654.332500', '134654.792500', '134655.252500', '134655.712500', '134656.172500', '134656.632500', '134657.092500', '134657.552500', '134658.012500', '134658.472500', '134658.932500', '134659.392500', '134659.852500', '134700.312500', '134700.772500', '134701.232500', '134701.692500', '134702.152500', '134702.612500', '134703.072500', '134703.532500', '134703.992500', '134704.452500', '134704.912500', '134705.372500', '134705.832500', '134706.292500', '134706.752500', '134707.212500', '134707.672500', '134708.132500', '134708.592500', '134709.052500', '134709.512500', '134709.972500', '134710.432500', '134710.892500', '134711.352500', '134711.812500', '134712.272500', '134712.732500', '134713.192500', '134713.652500', '134714.112500', '134714.572500', '134715.032500', '134715.492500', '134715.952500', '134716.412500', '134716.872500', '134717.332500', '134717.792500', '134718.252500', '134718.712500', '134719.172500', '134719.632500', '134720.092500', '134720.552500', '134721.012500', '134721.472500', '134721.932500', '134722.392500', '134722.852500', '134723.312500', '134723.772500', '134724.232500', '134724.692500', '134725.152500', '134725.612500', '134726.072500', '134726.532500', '134726.992500', '134727.452500', '134727.912500', '134728.372500', '134728.832500', '134729.292500', '134729.752500', '134730.212500', '134730.672500', '134731.132500', '134731.592500', '134732.052500', '134732.512500', '134732.972500', '134733.432500', '134733.892500', '134734.352500', '134734.812500', '134735.272500', '134735.732500', '134736.192500', '134736.652500', '134737.112500', '134737.572500', '134738.032500', '134738.492500', '134738.952500', '134739.412500', '134739.872500', '134740.332500', '134740.792500', '134741.252500', '134741.712500', '134742.172500', '134742.632500', '134743.092500', '134743.552500', '134744.012500', '134744.472500', '134744.932500', '134745.392500', '134745.852500', '134746.312500', '134746.772500', '134747.232500', '134747.692500', '134748.152500', '134748.612500', '134749.072500', '134749.532500', '134749.992500', '134750.452500', '134750.912500', '134751.372500', '134751.832500', '134752.292500', '134752.752500', '134753.212500', '134753.672500', '134754.132500', '134754.592500', '134755.052500', '134755.512500', '134755.972500', '134756.432500', '134756.892500', '134757.352500', '134757.812500', '134758.272500', '134758.732500', '134759.192500', '134759.652500', '134800.112500', '134800.572500', '134801.032500', '134801.492500', '134801.952500', '134802.412500', '134802.872500', '134803.332500', '134803.792500', '134804.252500', '134804.712500', '134805.172500', '134805.632500', '134806.092500', '134806.552500', '134807.012500', '134807.472500', '134807.932500', '134808.392500', '134808.852500', '134809.312500', '134809.772500', '134810.232500', '134810.692500', '134811.152500', '134811.612500', '134812.072500', '134812.532500', '134812.992500', '134813.452500', '134813.912500', '134814.372500', '134814.832500', '134815.292500', '134815.752500', '134816.212500', '134816.672500', '134817.132500', '134817.592500', '134818.052500', '134818.512500', '134818.972500', '134819.432500', '134819.892500', '134820.352500', '134820.812500', '134821.272500', '134821.732500', '134822.192500', '134822.652500', '134823.112500', '134823.572500', '134824.032500', '134824.492500', '134824.952500', '134825.412500', '134825.872500', '134826.332500', '134826.792500', '134827.252500', '134827.712500', '134828.172500', '134828.632500', '134829.092500', '134829.552500', '134830.012500', '134830.472500', '134830.932500', '134831.392500', '134831.852500', '134832.312500', '134832.772500', '134833.232500', '134833.692500', '134834.152500', '134834.612500', '134835.072500', '134835.532500', '134835.992500', '134836.452500', '134836.912500', '134837.372500', '134837.832500', '134838.292500', '134838.752500', '134839.212500', '134839.672500', '134840.132500', '134840.592500', '134841.052500', '134841.512500', '134841.972500', '134842.432500', '134842.892500', '134843.352500', '134843.812500', '134844.272500', '134844.732500', '134845.192500', '134845.652500', '134846.112500', '134846.572500', '134847.032500', '134847.492500', '134847.952500', '134848.412500', '134848.872500', '134849.332500', '134849.792500', '134850.252500', '134850.712500', '134851.172500', '134851.632500', '134852.092500', '134852.552500', '134853.012500', '134853.472500', '134853.932500', '134854.392500', '134854.852500', '134855.312500', '134855.772500', '134856.232500', '134856.692500', '134857.152500', '134857.612500', '134858.072500', '134858.532500', '134858.992500', '134859.452500', '134859.912500', '134900.372500', '134900.832500', '134901.292500', '134901.752500', '134902.212500', '134902.672500', '134903.132500', '134903.592500', '134904.052500', '134904.512500', '134904.972500', '134905.432500', '134905.892500', '134906.352500', '134906.812500', '134907.272500', '134907.732500', '134908.192500', '134908.652500', '134909.112500', '134909.572500', '134910.032500', '134910.492500', '134910.952500', '134911.412500', '134911.872500', '134912.332500', '134912.792500', '134913.252500', '134913.712500', '134914.172500', '134914.632500', '134915.092500', '134915.552500', '134916.012500', '134916.472500', '134916.932500', '134917.392500', '134917.852500', '134918.312500', '134918.772500', '134919.232500', '134919.692500', '134920.152500', '134920.612500', '134921.072500', '134921.532500', '134921.992500', '134922.452500', '134922.912500', '134923.372500', '134923.832500', '134924.292500', '134924.752500', '134925.212500', '134925.672500', '134926.132500', '134926.592500', '134927.052500', '134927.512500', '134927.972500', '134928.432500', '134928.892500', '134929.352500', '134929.812500', '134930.272500', '134930.732500', '134931.192500', '134931.652500', '134932.112500', '134932.572500', '134933.032500', '134933.492500', '134933.952500', '134934.412500', '134934.872500', '134935.332500', '134935.792500', '134936.252500', '134936.712500', '134937.172500', '134937.632500', '134938.092500', '134938.552500', '134939.012500', '134939.472500', '134939.932500', '134940.392500', '134940.852500', '134941.312500', '134941.772500', '134942.232500', '134942.692500', '134943.152500', '134943.612500', '134944.072500', '134944.532500', '134944.992500', '134945.452500', '134945.912500', '134946.372500', '134946.832500', '134947.292500', '134947.752500', '134948.212500', '134948.672500', '134949.132500', '134949.592500', '134950.052500', '134950.512500', '134950.972500', '134951.432500', '134951.892500', '134952.352500', '134952.812500', '134953.272500', '134953.732500', '134954.192500', '134954.652500', '134955.112500', '134955.572500', '134956.032500', '134956.492500', '134956.952500', '134957.412500', '134957.872500', '134958.332500', '134958.792500', '134959.252500', '134959.712500', '135000.172500', '135000.632500', '135001.092500', '135001.552500', '135002.012500', '135002.472500', '135002.932500', '135003.392500', '135003.852500', '135004.312500', '135004.772500', '135005.232500', '135005.692500', '135006.152500', '135006.612500', '135007.072500', '135007.532500', '135007.992500', '135008.452500', '135008.912500', '135009.372500', '135009.832500', '135010.292500', '135010.752500', '135011.212500', '135011.672500', '135012.132500', '135012.592500', '135013.052500', '135013.512500', '135013.972500', '135014.432500', '135014.892500', '135015.352500', '135015.812500', '135016.272500', '135016.732500', '135017.192500', '135017.652500', '135018.112500', '135018.572500', '135019.032500', '135019.492500', '135019.952500', '135020.412500', '135020.872500', '135021.332500', '135021.792500', '135022.252500', '135022.712500', '135023.172500', '135023.632500', '135024.092500', '135024.552500', '135025.012500', '135025.472500', '135025.932500', '135026.392500', '135026.852500', '135027.312500', '135027.772500', '135028.232500', '135028.692500', '135029.152500', '135029.612500', '135030.072500', '135030.532500', '135030.992500', '135031.452500', '135031.912500', '135032.372500', '135032.832500', '135033.292500', '135033.752500', '135034.212500', '135034.672500', '135035.132500', '135035.592500', '135036.052500', '135036.512500', '135036.972500', '135037.432500', '135037.892500', '135038.352500', '135038.812500', '135039.272500', '135039.732500', '135040.192500', '135040.652500', '135041.112500', '135041.572500', '135042.032500', '135042.492500', '135042.952500', '135043.412500', '135043.872500', '135044.332500', '135044.792500', '135045.252500', '135045.712500', '135046.172500', '135046.632500', '135047.092500', '135047.552500', '135048.012500', '135048.472500', '135048.932500', '135049.392500', '135049.852500', '135050.312500', '135050.772500', '135051.232500', '135051.692500', '135052.152500', '135052.612500', '135053.072500', '135053.532500', '135053.992500', '135054.452500', '135054.912500', '135055.372500', '135055.832500', '135056.292500', '135056.752500', '135057.212500', '135057.672500', '135058.132500', '135058.592500', '135059.052500', '135059.512500', '135059.972500', '135100.432500', '135100.892500', '135101.352500', '135101.812500', '135102.272500', '135102.732500', '135103.192500', '135103.652500', '135104.112500', '135104.572500', '135105.032500', '135105.492500', '135105.952500', '135106.412500', '135106.872500', '135107.332500', '135107.792500', '135108.252500', '135108.712500', '135109.172500', '135109.632500', '135110.092500', '135110.552500', '135111.012500', '135111.472500', '135111.932500', '135112.392500', '135112.852500', '135113.312500', '135113.772500', '135114.232500', '135114.692500', '135115.152500', '135115.612500', '135116.072500', '135116.532500', '135116.992500', '135117.452500', '135117.912500', '135118.372500', '135118.832500', '135119.292500', '135119.752500', '135120.212500', '135120.672500', '135121.132500', '135121.592500', '135122.052500', '135122.512500', '135122.972500', '135123.432500', '135123.892500', '135124.352500', '135124.812500', '135125.272500', '135125.732500', '135126.192500', '135126.652500', '135127.112500', '135127.572500', '135128.032500', '135128.492500', '135128.952500', '135129.412500', '135129.872500', '135130.332500', '135130.792500', '135131.252500', '135131.712500', '135132.172500', '135132.632500', '135133.092500', '135133.552500', '135134.012500', '135134.472500', '135134.932500', '135135.392500', '135135.852500', '135136.312500', '135136.772500', '135137.232500', '135137.692500', '135138.152500', '135138.612500', '135139.072500', '135139.532500', '135139.992500', '135140.452500', '135140.912500', '135141.372500', '135141.832500', '135142.292500', '135142.752500', '135143.212500', '135143.672500', '135144.132500', '135144.592500', '135145.052500', '135145.512500', '135145.972500', '135146.432500', '135146.892500', '135147.352500', '135147.812500', '135148.272500', '135148.732500', '135149.192500', '135149.652500', '135150.112500', '135150.572500', '135151.032500', '135151.492500', '135151.952500', '135152.412500', '135152.872500', '135153.332500', '135153.792500', '135154.252500', '135154.712500', '135155.172500', '135155.632500', '135156.092500', '135156.552500', '135157.012500', '135157.472500', '135157.932500', '135158.392500', '135158.852500', '135159.312500', '135159.772500', '135200.232500', '135200.692500', '135201.152500', '135201.612500', '135202.072500', '135202.532500', '135202.992500', '135203.452500', '135203.912500', '135204.372500', '135204.832500', '135205.292500', '135205.752500', '135206.212500', '135206.672500', '135207.132500'], 'ContentTime': ['134540.412000', '134540.417000', '134540.420000', '134540.423000', '134540.425000', '134540.452000', '134540.455000', '134540.458000', '134540.461000', '134540.464000', '134540.467000', '134540.469000', '134540.472000', '134540.475000', '134540.478000', '134540.481000', '134540.484000', '134540.487000', '134540.490000', '134540.493000', '134540.501000', '134540.504000', '134540.507000', '134540.509000', '134540.512000', '134540.515000', '134540.518000', '134540.521000', '134600.375000', '134600.378000', '134600.381000', '134600.383000', '134600.386000', '134600.389000', '134600.399000', '134600.402000', '134600.404000', '134600.407000', '134600.410000', '134600.413000', '134600.417000', '134600.419000', '134600.422000', '134600.425000', '134600.428000', '134600.431000', '134600.433000', '134600.436000', '134600.439000', '134600.442000', '134600.445000', '134600.447000', '134600.450000', '134600.453000', '134600.456000', '134600.459000', '134600.461000', '134600.464000', '134600.467000', '134600.470000', '134600.473000', '134600.475000', '134600.478000', '134600.481000', '134600.484000', '134600.486000', '134600.489000', '134600.492000', '134600.495000', '134600.498000', '134600.501000', '134600.504000', '134620.376000', '134620.379000', '134620.382000', '134620.384000', '134620.387000', '134620.390000', '134620.393000', '134620.395000', '134620.398000', '134620.401000', '134620.404000', '134620.407000', '134620.410000', '134620.412000', '134620.415000', '134620.418000', '134620.421000', '134620.424000', '134620.427000', '134620.430000', '134620.432000', '134620.435000', '134620.438000', '134620.441000', '134620.444000', '134620.446000', '134620.449000', '134620.452000', '134620.455000', '134620.458000', '134620.461000', '134620.463000', '134620.466000', '134620.480000', '134620.483000', '134620.485000', '134620.488000', '134620.491000', '134620.494000', '134620.496000', '134620.499000', '134620.502000', '134620.505000', '134640.376000', '134640.379000', '134640.382000', '134640.385000', '134640.387000', '134640.390000', '134640.393000', '134640.396000', '134640.399000', '134640.401000', '134640.404000', '134640.407000', '134640.410000', '134640.413000', '134640.415000', '134640.418000', '134640.421000', '134640.424000', '134640.427000', '134640.429000', '134640.432000', '134640.435000', '134640.438000', '134640.440000', '134640.443000', '134640.446000', '134640.449000', '134640.452000', '134640.454000', '134640.457000', '134640.460000', '134640.463000', '134640.466000', '134640.468000', '134640.471000', '134640.474000', '134640.477000', '134640.479000', '134640.482000', '134640.485000', '134640.488000', '134640.491000', '134640.493000', '134640.496000', '134700.375000', '134700.378000', '134700.381000', '134700.384000', '134700.387000', '134700.389000', '134700.392000', '134700.395000', '134700.398000', '134700.401000', '134700.419000', '134700.422000', '134700.425000', '134700.427000', '134700.430000', '134700.433000', '134700.438000', '134700.442000', '134700.445000', '134700.448000', '134700.451000', '134700.454000', '134700.456000', '134700.459000', '134700.462000', '134700.465000', '134700.468000', '134700.470000', '134700.473000', '134700.476000', '134700.479000', '134700.481000', '134700.484000', '134700.487000', '134700.490000', '134700.493000', '134700.495000', '134700.498000', '134700.501000', '134700.504000', '134700.507000', '134700.510000', '134700.512000', '134720.375000', '134720.378000', '134720.381000', '134720.383000', '134720.386000', '134720.389000', '134720.392000', '134720.395000', '134720.398000', '134720.400000', '134720.403000', '134720.406000', '134720.409000', '134720.412000', '134720.414000', '134720.417000', '134720.420000', '134720.423000', '134720.426000', '134720.428000', '134720.431000', '134720.434000', '134720.437000', '134720.440000', '134720.443000', '134720.445000', '134720.448000', '134720.451000', '134720.454000', '134720.457000', '134720.459000', '134720.462000', '134720.465000', '134720.468000', '134720.471000', '134720.474000', '134720.476000', '134720.479000', '134720.482000', '134720.485000', '134720.488000', '134720.491000', '134720.493000', '134720.496000', '134740.375000', '134740.378000', '134740.381000', '134740.383000', '134740.386000', '134740.389000', '134740.392000', '134740.395000', '134740.398000', '134740.400000', '134740.403000', '134740.406000', '134740.409000', '134740.412000', '134740.415000', '134740.417000', '134740.420000', '134740.423000', '134740.426000', '134740.429000', '134740.431000', '134740.434000', '134740.437000', '134740.440000', '134740.443000', '134740.445000', '134740.448000', '134740.451000', '134740.454000', '134740.459000', '134740.463000', '134740.466000', '134740.469000', '134740.471000', '134740.474000', '134740.477000', '134740.480000', '134740.483000', '134740.486000', '134740.488000', '134740.491000', '134740.494000', '134740.497000', '134800.375000', '134800.378000', '134800.381000', '134800.383000', '134800.386000', '134800.389000', '134800.392000', '134800.394000', '134800.397000', '134800.400000', '134800.403000', '134800.406000', '134800.409000', '134800.411000', '134800.414000', '134800.417000', '134800.420000', '134800.423000', '134800.426000', '134800.428000', '134800.431000', '134800.434000', '134800.437000', '134800.440000', '134800.443000', '134800.445000', '134800.456000', '134800.458000', '134800.461000', '134800.464000', '134800.467000', '134800.470000', '134800.473000', '134800.475000', '134800.478000', '134800.481000', '134800.484000', '134800.487000', '134800.490000', '134800.493000', '134800.495000', '134800.498000', '134800.501000', '134800.504000', '134820.375000', '134820.378000', '134820.381000', '134820.384000', '134820.387000', '134820.389000', '134820.392000', '134820.395000', '134820.398000', '134820.401000', '134820.404000', '134820.406000', '134820.411000', '134820.414000', '134820.416000', '134820.419000', '134820.422000', '134820.425000', '134820.428000', '134820.431000', '134820.434000', '134820.437000', '134820.439000', '134820.442000', '134820.445000', '134820.448000', '134820.451000', '134820.454000', '134820.457000', '134820.459000', '134820.462000', '134820.466000', '134820.469000', '134820.472000', '134820.475000', '134820.478000', '134820.480000', '134820.483000', '134820.486000', '134820.489000', '134820.492000', '134820.495000', '134820.498000', '134840.376000', '134840.379000', '134840.382000', '134840.385000', '134840.388000', '134840.391000', '134840.404000', '134840.407000', '134840.409000', '134840.412000', '134840.415000', '134840.418000', '134840.421000', '134840.424000', '134840.427000', '134840.430000', '134840.432000', '134840.435000', '134840.438000', '134840.441000', '134840.444000', '134840.447000', '134840.449000', '134840.452000', '134840.455000', '134840.458000', '134840.461000', '134840.464000', '134840.466000', '134840.469000', '134840.472000', '134840.475000', '134840.478000', '134840.481000', '134840.484000', '134840.486000', '134840.489000', '134840.492000', '134840.495000', '134840.498000', '134840.501000', '134840.504000', '134840.506000', '134840.509000', '134900.376000', '134900.379000', '134900.382000', '134900.385000', '134900.388000', '134900.390000', '134900.393000', '134900.396000', '134900.399000', '134900.402000', '134900.405000', '134900.408000', '134900.410000', '134900.413000', '134900.416000', '134900.419000', '134900.422000', '134900.425000', '134900.427000', '134900.430000', '134900.433000', '134900.436000', '134900.439000', '134900.442000', '134900.445000', '134900.447000', '134900.450000', '134900.453000', '134900.456000', '134900.459000', '134900.462000', '134900.464000', '134900.467000', '134900.470000', '134900.473000', '134900.476000', '134900.479000', '134900.482000', '134900.484000', '134900.487000', '134900.490000', '134900.493000', '134900.496000', '134920.375000', '134920.378000', '134920.381000', '134920.384000', '134920.387000', '134920.389000', '134920.392000', '134920.395000', '134920.398000', '134920.401000', '134920.404000', '134920.407000', '134920.409000', '134920.412000', '134920.415000', '134920.418000', '134920.421000', '134920.423000', '134920.426000', '134920.429000', '134920.432000', '134920.435000', '134920.438000', '134920.441000', '134920.443000', '134920.446000', '134920.449000', '134920.452000', '134920.455000', '134920.458000', '134920.460000', '134920.463000', '134920.466000', '134920.469000', '134920.472000', '134920.475000', '134920.478000', '134920.481000', '134920.483000', '134920.486000', '134920.489000', '134920.492000', '134920.495000', '134920.498000', '134940.375000', '134940.391000', '134940.394000', '134940.397000', '134940.400000', '134940.403000', '134940.405000', '134940.408000', '134940.411000', '134940.414000', '134940.417000', '134940.420000', '134940.422000', '134940.425000', '134940.428000', '134940.431000', '134940.434000', '134940.437000', '134940.440000', '134940.443000', '134940.445000', '134940.449000', '134940.452000', '134940.455000', '134940.458000', '134940.461000', '134940.464000', '134940.467000', '134940.469000', '134940.472000', '134940.475000', '134940.478000', '134940.481000', '134940.484000', '134940.487000', '134940.489000', '134940.492000', '134940.495000', '134940.498000', '134940.501000', '134940.504000', '134940.507000', '134940.509000', '135000.375000', '135000.378000', '135000.381000', '135000.384000', '135000.387000', '135000.390000', '135000.393000', '135000.395000', '135000.398000', '135000.401000', '135000.404000', '135000.407000', '135000.410000', '135000.412000', '135000.415000', '135000.418000', '135000.421000', '135000.424000', '135000.427000', '135000.430000', '135000.433000', '135000.436000', '135000.439000', '135000.441000', '135000.444000', '135000.447000', '135000.450000', '135000.453000', '135000.456000', '135000.459000', '135000.462000', '135000.480000', '135000.483000', '135000.486000', '135000.488000', '135000.491000', '135000.494000', '135000.497000', '135000.500000', '135000.503000', '135000.506000', '135000.508000', '135000.511000', '135000.514000', '135020.375000', '135020.378000', '135020.381000', '135020.384000', '135020.387000', '135020.390000', '135020.392000', '135020.395000', '135020.398000', '135020.401000', '135020.404000', '135020.407000', '135020.410000', '135020.412000', '135020.415000', '135020.418000', '135020.421000', '135020.424000', '135020.427000', '135020.430000', '135020.432000', '135020.435000', '135020.438000', '135020.441000', '135020.444000', '135020.447000', '135020.450000', '135020.452000', '135020.455000', '135020.458000', '135020.461000', '135020.464000', '135020.467000', '135020.470000', '135020.473000', '135020.475000', '135020.478000', '135020.481000', '135020.484000', '135020.487000', '135020.490000', '135020.492000', '135020.495000', '135040.375000', '135040.385000', '135040.388000', '135040.391000', '135040.394000', '135040.397000', '135040.399000', '135040.402000', '135040.405000', '135040.408000', '135040.411000', '135040.414000', '135040.417000', '135040.420000', '135040.422000', '135040.425000', '135040.428000', '135040.431000', '135040.434000', '135040.437000', '135040.439000', '135040.442000', '135040.445000', '135040.448000', '135040.451000', '135040.454000', '135040.457000', '135040.459000', '135040.462000', '135040.465000', '135040.468000', '135040.472000', '135040.475000', '135040.478000', '135040.481000', '135040.483000', '135040.486000', '135040.489000', '135040.492000', '135040.495000', '135040.498000', '135040.501000', '135040.503000', '135040.506000', '135100.376000', '135100.379000', '135100.382000', '135100.385000', '135100.388000', '135100.391000', '135100.393000', '135100.396000', '135100.399000', '135100.402000', '135100.405000', '135100.408000', '135100.410000', '135100.413000', '135100.416000', '135100.419000', '135100.422000', '135100.425000', '135100.428000', '135100.430000', '135100.433000', '135100.451000', '135100.454000', '135100.457000', '135100.460000', '135100.463000', '135100.465000', '135100.468000', '135100.471000', '135100.474000', '135100.477000', '135100.480000', '135100.483000', '135100.487000', '135100.490000', '135100.493000', '135100.496000', '135100.499000', '135100.501000', '135100.504000', '135100.507000', '135100.510000', '135100.513000', '135120.376000', '135120.379000', '135120.382000', '135120.385000', '135120.391000', '135120.394000', '135120.397000', '135120.399000', '135120.402000', '135120.405000', '135120.408000', '135120.411000', '135120.414000', '135120.417000', '135120.420000', '135120.422000', '135120.425000', '135120.428000', '135120.431000', '135120.434000', '135120.437000', '135120.440000', '135120.442000', '135120.445000', '135120.448000', '135120.451000', '135120.454000', '135120.457000', '135120.460000', '135120.463000', '135120.466000', '135120.469000', '135120.472000', '135120.474000', '135120.477000', '135120.480000', '135120.483000', '135120.486000', '135120.489000', '135120.491000', '135120.494000', '135120.497000', '135120.514000', '135120.516000', '135140.375000', '135140.378000', '135140.383000', '135140.385000', '135140.388000', '135140.391000', '135140.394000', '135140.397000', '135140.400000', '135140.403000', '135140.406000', '135140.408000', '135140.411000', '135140.414000', '135140.417000', '135140.420000', '135140.423000', '135140.425000', '135140.428000', '135140.431000', '135140.434000', '135140.437000', '135140.440000', '135140.443000', '135140.445000', '135140.448000', '135140.451000', '135140.454000', '135140.457000', '135140.460000', '135140.463000', '135140.465000', '135140.468000', '135140.471000', '135140.474000', '135140.477000', '135140.484000', '135140.487000', '135140.490000', '135140.493000', '135140.496000', '135140.499000', '135140.502000', '135200.375000', '135200.378000', '135200.381000', '135200.384000', '135200.387000', '135200.389000', '135200.392000', '135200.395000', '135200.398000', '135200.401000', '135200.404000', '135200.407000', '135200.409000', '135200.412000', '135200.415000', '135200.425000', '135200.427000', '135200.430000', '135200.433000', '135200.436000', '135200.439000', '135200.441000', '135200.444000', '135200.447000', '135200.450000', '135200.453000', '135200.456000', '135200.459000', '135200.461000', '135200.464000', '135200.467000', '135200.470000', '135200.473000', '135200.476000', '135200.478000', '135200.484000', '135200.487000', '135200.490000', '135200.492000', '135200.495000', '135200.498000', '135200.501000', '135200.504000', '135200.507000', '135208.228000', '135208.232000', '135208.235000', '135208.239000', '135208.242000', '135208.245000', '135208.248000', '135208.251000', '135208.254000', '135208.257000', '135208.260000', '135208.263000', '135208.266000', '135208.269000', '135208.272000', '135208.275000', '135208.278000'], 'InstanceCreationTime': ['134540.412000', '134540.417000', '134540.420000', '134540.423000', '134540.425000', '134540.452000', '134540.455000', '134540.458000', '134540.461000', '134540.464000', '134540.467000', '134540.469000', '134540.472000', '134540.475000', '134540.478000', '134540.481000', '134540.484000', '134540.487000', '134540.490000', '134540.493000', '134540.501000', '134540.504000', '134540.507000', '134540.509000', '134540.512000', '134540.515000', '134540.518000', '134540.521000', '134600.375000', '134600.378000', '134600.381000', '134600.383000', '134600.386000', '134600.389000', '134600.399000', '134600.402000', '134600.404000', '134600.407000', '134600.410000', '134600.413000', '134600.417000', '134600.419000', '134600.422000', '134600.425000', '134600.428000', '134600.431000', '134600.433000', '134600.436000', '134600.439000', '134600.442000', '134600.445000', '134600.447000', '134600.450000', '134600.453000', '134600.456000', '134600.459000', '134600.461000', '134600.464000', '134600.467000', '134600.470000', '134600.473000', '134600.475000', '134600.478000', '134600.481000', '134600.484000', '134600.486000', '134600.489000', '134600.492000', '134600.495000', '134600.498000', '134600.501000', '134600.504000', '134620.376000', '134620.379000', '134620.382000', '134620.384000', '134620.387000', '134620.390000', '134620.393000', '134620.395000', '134620.398000', '134620.401000', '134620.404000', '134620.407000', '134620.410000', '134620.412000', '134620.415000', '134620.418000', '134620.421000', '134620.424000', '134620.427000', '134620.430000', '134620.432000', '134620.435000', '134620.438000', '134620.441000', '134620.444000', '134620.446000', '134620.449000', '134620.452000', '134620.455000', '134620.458000', '134620.461000', '134620.463000', '134620.466000', '134620.480000', '134620.483000', '134620.485000', '134620.488000', '134620.491000', '134620.494000', '134620.496000', '134620.499000', '134620.502000', '134620.505000', '134640.376000', '134640.379000', '134640.382000', '134640.385000', '134640.387000', '134640.390000', '134640.393000', '134640.396000', '134640.399000', '134640.401000', '134640.404000', '134640.407000', '134640.410000', '134640.413000', '134640.415000', '134640.418000', '134640.421000', '134640.424000', '134640.427000', '134640.429000', '134640.432000', '134640.435000', '134640.438000', '134640.440000', '134640.443000', '134640.446000', '134640.449000', '134640.452000', '134640.454000', '134640.457000', '134640.460000', '134640.463000', '134640.466000', '134640.468000', '134640.471000', '134640.474000', '134640.477000', '134640.479000', '134640.482000', '134640.485000', '134640.488000', '134640.491000', '134640.493000', '134640.496000', '134700.375000', '134700.378000', '134700.381000', '134700.384000', '134700.387000', '134700.389000', '134700.392000', '134700.395000', '134700.398000', '134700.401000', '134700.419000', '134700.422000', '134700.425000', '134700.427000', '134700.430000', '134700.433000', '134700.438000', '134700.442000', '134700.445000', '134700.448000', '134700.451000', '134700.454000', '134700.456000', '134700.459000', '134700.462000', '134700.465000', '134700.468000', '134700.470000', '134700.473000', '134700.476000', '134700.479000', '134700.481000', '134700.484000', '134700.487000', '134700.490000', '134700.493000', '134700.495000', '134700.498000', '134700.501000', '134700.504000', '134700.507000', '134700.510000', '134700.512000', '134720.375000', '134720.378000', '134720.381000', '134720.383000', '134720.386000', '134720.389000', '134720.392000', '134720.395000', '134720.398000', '134720.400000', '134720.403000', '134720.406000', '134720.409000', '134720.412000', '134720.414000', '134720.417000', '134720.420000', '134720.423000', '134720.426000', '134720.428000', '134720.431000', '134720.434000', '134720.437000', '134720.440000', '134720.443000', '134720.445000', '134720.448000', '134720.451000', '134720.454000', '134720.457000', '134720.459000', '134720.462000', '134720.465000', '134720.468000', '134720.471000', '134720.474000', '134720.476000', '134720.479000', '134720.482000', '134720.485000', '134720.488000', '134720.491000', '134720.493000', '134720.496000', '134740.375000', '134740.378000', '134740.381000', '134740.383000', '134740.386000', '134740.389000', '134740.392000', '134740.395000', '134740.398000', '134740.400000', '134740.403000', '134740.406000', '134740.409000', '134740.412000', '134740.415000', '134740.417000', '134740.420000', '134740.423000', '134740.426000', '134740.429000', '134740.431000', '134740.434000', '134740.437000', '134740.440000', '134740.443000', '134740.445000', '134740.448000', '134740.451000', '134740.454000', '134740.459000', '134740.463000', '134740.466000', '134740.469000', '134740.471000', '134740.474000', '134740.477000', '134740.480000', '134740.483000', '134740.486000', '134740.488000', '134740.491000', '134740.494000', '134740.497000', '134800.375000', '134800.378000', '134800.381000', '134800.383000', '134800.386000', '134800.389000', '134800.392000', '134800.394000', '134800.397000', '134800.400000', '134800.403000', '134800.406000', '134800.409000', '134800.411000', '134800.414000', '134800.417000', '134800.420000', '134800.423000', '134800.426000', '134800.428000', '134800.431000', '134800.434000', '134800.437000', '134800.440000', '134800.443000', '134800.445000', '134800.456000', '134800.458000', '134800.461000', '134800.464000', '134800.467000', '134800.470000', '134800.473000', '134800.475000', '134800.478000', '134800.481000', '134800.484000', '134800.487000', '134800.490000', '134800.493000', '134800.495000', '134800.498000', '134800.501000', '134800.504000', '134820.375000', '134820.378000', '134820.381000', '134820.384000', '134820.387000', '134820.389000', '134820.392000', '134820.395000', '134820.398000', '134820.401000', '134820.404000', '134820.406000', '134820.411000', '134820.414000', '134820.416000', '134820.419000', '134820.422000', '134820.425000', '134820.428000', '134820.431000', '134820.434000', '134820.437000', '134820.439000', '134820.442000', '134820.445000', '134820.448000', '134820.451000', '134820.454000', '134820.457000', '134820.459000', '134820.462000', '134820.466000', '134820.469000', '134820.472000', '134820.475000', '134820.478000', '134820.480000', '134820.483000', '134820.486000', '134820.489000', '134820.492000', '134820.495000', '134820.498000', '134840.376000', '134840.379000', '134840.382000', '134840.385000', '134840.388000', '134840.391000', '134840.404000', '134840.407000', '134840.409000', '134840.412000', '134840.415000', '134840.418000', '134840.421000', '134840.424000', '134840.427000', '134840.430000', '134840.432000', '134840.435000', '134840.438000', '134840.441000', '134840.444000', '134840.447000', '134840.449000', '134840.452000', '134840.455000', '134840.458000', '134840.461000', '134840.464000', '134840.466000', '134840.469000', '134840.472000', '134840.475000', '134840.478000', '134840.481000', '134840.484000', '134840.486000', '134840.489000', '134840.492000', '134840.495000', '134840.498000', '134840.501000', '134840.504000', '134840.506000', '134840.509000', '134900.376000', '134900.379000', '134900.382000', '134900.385000', '134900.388000', '134900.390000', '134900.393000', '134900.396000', '134900.399000', '134900.402000', '134900.405000', '134900.408000', '134900.410000', '134900.413000', '134900.416000', '134900.419000', '134900.422000', '134900.425000', '134900.427000', '134900.430000', '134900.433000', '134900.436000', '134900.439000', '134900.442000', '134900.445000', '134900.447000', '134900.450000', '134900.453000', '134900.456000', '134900.459000', '134900.462000', '134900.464000', '134900.467000', '134900.470000', '134900.473000', '134900.476000', '134900.479000', '134900.482000', '134900.484000', '134900.487000', '134900.490000', '134900.493000', '134900.496000', '134920.375000', '134920.378000', '134920.381000', '134920.384000', '134920.387000', '134920.389000', '134920.392000', '134920.395000', '134920.398000', '134920.401000', '134920.404000', '134920.407000', '134920.409000', '134920.412000', '134920.415000', '134920.418000', '134920.421000', '134920.423000', '134920.426000', '134920.429000', '134920.432000', '134920.435000', '134920.438000', '134920.441000', '134920.443000', '134920.446000', '134920.449000', '134920.452000', '134920.455000', '134920.458000', '134920.460000', '134920.463000', '134920.466000', '134920.469000', '134920.472000', '134920.475000', '134920.478000', '134920.481000', '134920.483000', '134920.486000', '134920.489000', '134920.492000', '134920.495000', '134920.498000', '134940.375000', '134940.391000', '134940.394000', '134940.397000', '134940.400000', '134940.403000', '134940.405000', '134940.408000', '134940.411000', '134940.414000', '134940.417000', '134940.420000', '134940.422000', '134940.425000', '134940.428000', '134940.431000', '134940.434000', '134940.437000', '134940.440000', '134940.443000', '134940.445000', '134940.449000', '134940.452000', '134940.455000', '134940.458000', '134940.461000', '134940.464000', '134940.467000', '134940.469000', '134940.472000', '134940.475000', '134940.478000', '134940.481000', '134940.484000', '134940.487000', '134940.489000', '134940.492000', '134940.495000', '134940.498000', '134940.501000', '134940.504000', '134940.507000', '134940.509000', '135000.375000', '135000.378000', '135000.381000', '135000.384000', '135000.387000', '135000.390000', '135000.393000', '135000.395000', '135000.398000', '135000.401000', '135000.404000', '135000.407000', '135000.410000', '135000.412000', '135000.415000', '135000.418000', '135000.421000', '135000.424000', '135000.427000', '135000.430000', '135000.433000', '135000.436000', '135000.439000', '135000.441000', '135000.444000', '135000.447000', '135000.450000', '135000.453000', '135000.456000', '135000.459000', '135000.462000', '135000.480000', '135000.483000', '135000.486000', '135000.488000', '135000.491000', '135000.494000', '135000.497000', '135000.500000', '135000.503000', '135000.506000', '135000.508000', '135000.511000', '135000.514000', '135020.375000', '135020.378000', '135020.381000', '135020.384000', '135020.387000', '135020.390000', '135020.392000', '135020.395000', '135020.398000', '135020.401000', '135020.404000', '135020.407000', '135020.410000', '135020.412000', '135020.415000', '135020.418000', '135020.421000', '135020.424000', '135020.427000', '135020.430000', '135020.432000', '135020.435000', '135020.438000', '135020.441000', '135020.444000', '135020.447000', '135020.450000', '135020.452000', '135020.455000', '135020.458000', '135020.461000', '135020.464000', '135020.467000', '135020.470000', '135020.473000', '135020.475000', '135020.478000', '135020.481000', '135020.484000', '135020.487000', '135020.490000', '135020.492000', '135020.495000', '135040.375000', '135040.385000', '135040.388000', '135040.391000', '135040.394000', '135040.397000', '135040.399000', '135040.402000', '135040.405000', '135040.408000', '135040.411000', '135040.414000', '135040.417000', '135040.420000', '135040.422000', '135040.425000', '135040.428000', '135040.431000', '135040.434000', '135040.437000', '135040.439000', '135040.442000', '135040.445000', '135040.448000', '135040.451000', '135040.454000', '135040.457000', '135040.459000', '135040.462000', '135040.465000', '135040.468000', '135040.472000', '135040.475000', '135040.478000', '135040.481000', '135040.483000', '135040.486000', '135040.489000', '135040.492000', '135040.495000', '135040.498000', '135040.501000', '135040.503000', '135040.506000', '135100.376000', '135100.379000', '135100.382000', '135100.385000', '135100.388000', '135100.391000', '135100.393000', '135100.396000', '135100.399000', '135100.402000', '135100.405000', '135100.408000', '135100.410000', '135100.413000', '135100.416000', '135100.419000', '135100.422000', '135100.425000', '135100.428000', '135100.430000', '135100.433000', '135100.451000', '135100.454000', '135100.457000', '135100.460000', '135100.463000', '135100.465000', '135100.468000', '135100.471000', '135100.474000', '135100.477000', '135100.480000', '135100.483000', '135100.487000', '135100.490000', '135100.493000', '135100.496000', '135100.499000', '135100.501000', '135100.504000', '135100.507000', '135100.510000', '135100.513000', '135120.376000', '135120.379000', '135120.382000', '135120.385000', '135120.391000', '135120.394000', '135120.397000', '135120.399000', '135120.402000', '135120.405000', '135120.408000', '135120.411000', '135120.414000', '135120.417000', '135120.420000', '135120.422000', '135120.425000', '135120.428000', '135120.431000', '135120.434000', '135120.437000', '135120.440000', '135120.442000', '135120.445000', '135120.448000', '135120.451000', '135120.454000', '135120.457000', '135120.460000', '135120.463000', '135120.466000', '135120.469000', '135120.472000', '135120.474000', '135120.477000', '135120.480000', '135120.483000', '135120.486000', '135120.489000', '135120.491000', '135120.494000', '135120.497000', '135120.514000', '135120.516000', '135140.375000', '135140.378000', '135140.383000', '135140.385000', '135140.388000', '135140.391000', '135140.394000', '135140.397000', '135140.400000', '135140.403000', '135140.406000', '135140.408000', '135140.411000', '135140.414000', '135140.417000', '135140.420000', '135140.423000', '135140.425000', '135140.428000', '135140.431000', '135140.434000', '135140.437000', '135140.440000', '135140.443000', '135140.445000', '135140.448000', '135140.451000', '135140.454000', '135140.457000', '135140.460000', '135140.463000', '135140.465000', '135140.468000', '135140.471000', '135140.474000', '135140.477000', '135140.484000', '135140.487000', '135140.490000', '135140.493000', '135140.496000', '135140.499000', '135140.502000', '135200.375000', '135200.378000', '135200.381000', '135200.384000', '135200.387000', '135200.389000', '135200.392000', '135200.395000', '135200.398000', '135200.401000', '135200.404000', '135200.407000', '135200.409000', '135200.412000', '135200.415000', '135200.425000', '135200.427000', '135200.430000', '135200.433000', '135200.436000', '135200.439000', '135200.441000', '135200.444000', '135200.447000', '135200.450000', '135200.453000', '135200.456000', '135200.459000', '135200.461000', '135200.464000', '135200.467000', '135200.470000', '135200.473000', '135200.476000', '135200.478000', '135200.484000', '135200.487000', '135200.490000', '135200.492000', '135200.495000', '135200.498000', '135200.501000', '135200.504000', '135200.507000', '135208.228000', '135208.232000', '135208.235000', '135208.239000', '135208.242000', '135208.245000', '135208.248000', '135208.251000', '135208.254000', '135208.257000', '135208.260000', '135208.263000', '135208.266000', '135208.269000', '135208.272000', '135208.275000', '135208.278000'], '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': [12682, 10207, 15203, 10679, 10305, 11319, 8488, 12203, 9403, 8036, 11166, 8835, 9627, 9439, 8245, 12601, 9205, 8737, 9704, 8224, 12332, 9318, 9191, 9359, 8480, 8885, 8857, 8356, 8209, 9680, 8225, 7921, 11751, 8626, 7641, 11795, 9302, 8370, 8791, 10782, 8957, 11519, 10234, 9013, 11482, 9716, 8749, 10284, 9687, 8324, 13160, 9740, 8221, 12471, 9536, 8599, 9299, 10627, 9360, 8692, 10573, 10250, 8743, 7904, 10352, 10306, 9572, 9812, 12822, 10975, 9178, 12813, 10631, 9475, 9391, 11882, 9302, 7880, 10286, 8510, 7839, 11435, 10149, 11019, 11347, 8467, 12900, 9879, 11113, 12472, 9060, 12072, 9963, 8222, 11654, 10151, 13291, 9297, 12299, 8781, 10845, 9416, 9146, 9881, 7867, 11000, 8331, 12153, 9506, 9098, 9081, 8071, 10412, 8039, 12657, 10181, 8038, 9882, 7944, 11679, 9396, 12706, 10418, 9357, 10044, 8258, 10949, 8974, 12675, 9848, 13110, 10004, 10636, 9711, 8473, 11443, 8783, 12181, 9895, 9502, 9973, 8639, 12592, 10409, 8855, 10345, 7868, 13031, 9670, 8160, 11470, 8811, 8772, 9545, 7886, 12663, 9588, 11994, 10641, 8438, 11906, 8877, 12288, 9885, 8185, 11599, 8850, 10854, 9448, 8429, 11032, 8427, 12098, 9000, 8809, 9236, 7899, 12571, 9073, 8642, 10336, 8450, 10132, 10751, 9012, 14483, 10808, 10244, 11101, 8939, 14620, 10577, 13824, 10863, 10096, 10199, 8188, 13246, 8530, 11246, 8725, 7819, 11368, 8137, 9045, 9239, 7718, 11940, 8739, 7906, 11452, 8488, 11959, 10053, 7921, 11366, 8953, 14853, 11663, 10095, 9954, 8434, 12692, 9979, 11271, 9786, 7883, 12332, 9184, 10116, 9220, 7640, 11636, 9420, 8034, 11634, 9686, 7944, 11972, 10033, 8320, 12625, 9594, 9096, 11401, 9275, 11652, 11219, 8922, 12689, 10017, 8634, 12429, 9171, 7732, 7840, 8084, 7639, 11415, 8813, 8137, 9207, 7777, 11336, 8490, 12133, 10741, 8584, 9776, 8230, 13175, 9164, 8137, 12974, 9632, 7997, 11888, 8743, 13327, 10387, 12568, 10787, 9191, 10114, 7973, 11949, 8791, 9347, 8965, 8064, 10933, 8098, 11829, 8928, 7873, 10994, 8182, 12092, 8727, 9757, 9307, 8156, 11369, 8065, 11973, 9520, 9854, 9240, 8049, 12906, 9745, 7911, 9801, 8867, 7996, 12378, 9893, 9177, 12991, 10010, 10410, 11306, 9576, 12616, 10319, 8606, 10848, 9317, 7915, 7829, 8475, 7957, 11397, 9050, 10134, 10067, 8856, 11024, 9047, 11221, 8427, 13327, 8781, 12724, 9304, 11009, 9386, 7923, 11435, 8294, 12189, 9174, 10954, 9190, 7712, 11595, 8359, 9464, 9501, 8229, 14302, 10982, 9074, 11915, 8948, 13204, 10113, 13154, 10681, 8643, 12605, 9288, 12492, 10151, 9065, 12044, 9093, 13758, 9724, 10773, 11055, 9013, 14447, 10557, 8786, 11951, 9289, 14144, 10357, 9083, 10874, 9039, 14623, 11328, 11671, 10291, 8236, 12741, 9061, 14154, 10276, 11619, 9987, 8353, 10994, 8560, 12920, 9422, 13766, 9643, 10006, 10026, 8499, 11559, 9076, 13465, 10030, 11821, 10714, 9393, 11714, 8862, 13399, 10266, 11135, 10595, 8216, 12693, 9894, 8779, 11400, 9873, 15304, 12160, 10538, 11999, 9297, 14730, 11413, 13868, 11403, 9606, 11568, 8899, 14879, 11226, 9210, 13643, 10519, 11308, 9724, 8439, 10682, 12556, 10191, 10978, 12248, 9998, 9300, 14726, 9847, 8127, 8799, 8365, 9244, 9784, 10061, 8519, 12605, 9906, 13419, 10666, 13252, 11312, 9740, 11300, 9030, 12453, 9721, 14765, 10301, 13783, 10317, 10596, 9950, 8320, 12629, 10384, 9060, 11928, 9179, 15524, 11909, 9735, 11505, 8859, 15607, 10147, 8343, 12259, 9657, 8184, 14315, 10184, 14118, 10462, 9124, 11248, 9396, 15786, 12081, 13492, 11204, 8911, 12330, 9816, 11174, 10253, 9191, 13332, 9854, 14544, 10874, 14887, 10377, 13498, 9967, 13351, 9998, 13992, 10064, 11833, 9616, 9240, 10135, 8730, 12163, 9236, 13704, 9541, 9263, 10021, 8281, 12274, 9839, 14220, 9917, 9974, 9630, 9192, 14252, 11229, 9053, 14439, 9300, 8448, 11325, 10205, 13435, 10511, 9409, 12371, 11058, 11883, 13764, 9849, 7889, 9027, 7632, 8794, 9387, 8952, 11760, 9986, 11919, 10522, 12430, 10850, 14315, 11238, 13107, 10400, 13015, 10722, 10099, 10144, 12593, 11396, 12233, 11819, 9509, 12925, 9549, 13758, 9499, 13885, 9789, 13280, 9420, 13332, 9922, 12314, 9684, 9261, 10288, 9383, 10784, 9423, 12270, 8865, 12712, 8998, 13242, 9908, 13487, 9650, 13477, 9920, 13132, 9669, 12561, 9147, 8485, 13021, 8124, 8130, 12877, 9604, 8771, 13555, 10640, 9662, 14278, 11166, 10087, 9915, 12740, 16064, 13664, 10895, 8072, 7319, 7558, 8316, 8875, 8375, 9176, 8792, 12056, 8707, 12632, 10266, 13472, 10763, 14146, 10614, 14618, 11207, 13649, 9415, 12162, 8939, 12095, 10677, 12187, 10562, 10771, 13181, 10387, 13625, 10240, 12463, 9660, 12695, 9367, 12708, 10002, 9169, 10481, 9577, 11195, 8399, 12769, 8752, 14153, 10243, 11326, 10485, 8488, 12660, 9614, 13703, 10646, 15379, 11178, 11410, 10283, 8715, 12220, 10471, 12657, 10937, 8789, 12750, 8866, 10503, 10805, 8757, 12139, 10479, 8982, 15761, 11411, 16988, 11310, 15191, 11627, 11725, 10474, 8460, 12915, 9078, 12393, 9481, 7989, 11777, 8999, 9408, 9798, 7818, 13247, 9277, 7700, 12109, 9558, 7908, 12158, 10186, 11395, 10320, 8986, 12143, 9614, 14301, 10787, 10193, 11581, 8613, 12718, 9836, 14262, 10661, 8904, 11741, 8779, 14117, 9837, 11068, 10492, 8680, 12294, 9466, 13817, 9834, 12693, 10354, 9037, 11212, 8724, 13720, 9619, 13325, 10193, 9603, 10311, 8547, 13427, 9630, 7882, 12206, 8742, 8362, 10952, 9030, 8999, 9517, 8019, 8613, 12574, 10456, 15326, 11008, 12313, 11882, 10607, 13040, 11174, 16254, 11205, 11124, 10699, 8607, 11976, 9470, 14092, 9372, 8914, 10589, 8623, 8049, 10333, 8478, 13757, 10474, 8770, 11956, 9414, 12245, 10102, 9382, 11099, 9043, 13462, 10231, 14345, 10280, 10973, 10394, 8529, 12411, 9945, 11636, 9752, 8111, 11362, 8750, 13879, 10114, 9048, 11027, 8881, 14207, 11177, 11760, 10689, 8899, 12140, 9298, 14298, 10242, 11653, 9816, 8108, 14160, 8975, 7899, 11196, 8668, 8051, 10365, 10227, 9118, 8005, 10633, 9099, 9724, 11041, 9688, 16230, 11899, 12333, 11724], 'WindowCenter': [4568.0, 4520.0, 4548.0, 4501.0, 4505.0, 4499.0, 4483.0, 4508.0, 4465.0, 4444.0, 4484.0, 4466.0, 4466.0, 4464.0, 4455.0, 4496.0, 4466.0, 4455.0, 4466.0, 4454.0, 4504.0, 4464.0, 4466.0, 4466.0, 4457.0, 4465.0, 4466.0, 4470.0, 4469.0, 4492.0, 4484.0, 4474.0, 4525.0, 4495.0, 4474.0, 4550.0, 4504.0, 4486.0, 4484.0, 4514.0, 4496.0, 4525.0, 4504.0, 4483.0, 4524.0, 4505.0, 4486.0, 4503.0, 4491.0, 4471.0, 4531.0, 4491.0, 4472.0, 4536.0, 4508.0, 4476.0, 4510.0, 4531.0, 4510.0, 4500.0, 4504.0, 4495.0, 4485.0, 4467.0, 4495.0, 4497.0, 4499.0, 4510.0, 4542.0, 4520.0, 4498.0, 4538.0, 4507.0, 4508.0, 4484.0, 4515.0, 4488.0, 4491.0, 4522.0, 4514.0, 4510.0, 4544.0, 4522.0, 4520.0, 4530.0, 4487.0, 4535.0, 4492.0, 4515.0, 4523.0, 4486.0, 4527.0, 4496.0, 4470.0, 4512.0, 4491.0, 4524.0, 4481.0, 4512.0, 4471.0, 4501.0, 4480.0, 4497.0, 4493.0, 4462.0, 4513.0, 4472.0, 4511.0, 4492.0, 4483.0, 4483.0, 4477.0, 4515.0, 4475.0, 4533.0, 4504.0, 4474.0, 4505.0, 4476.0, 4515.0, 4494.0, 4524.0, 4503.0, 4484.0, 4495.0, 4472.0, 4503.0, 4481.0, 4522.0, 4491.0, 4521.0, 4490.0, 4491.0, 4480.0, 4458.0, 4510.0, 4471.0, 4524.0, 4493.0, 4481.0, 4492.0, 4485.0, 4538.0, 4519.0, 4486.0, 4503.0, 4487.0, 4538.0, 4497.0, 4487.0, 4526.0, 4484.0, 4483.0, 4493.0, 4489.0, 4536.0, 4496.0, 4526.0, 4517.0, 4472.0, 4512.0, 4495.0, 4537.0, 4492.0, 4471.0, 4513.0, 4482.0, 4502.0, 4491.0, 4474.0, 4514.0, 4474.0, 4523.0, 4496.0, 4482.0, 4492.0, 4473.0, 4534.0, 4494.0, 4496.0, 4515.0, 4485.0, 4518.0, 4527.0, 4495.0, 4548.0, 4514.0, 4505.0, 4512.0, 4481.0, 4531.0, 4501.0, 4521.0, 4500.0, 4488.0, 4489.0, 4458.0, 4507.0, 4468.0, 4501.0, 4471.0, 4459.0, 4511.0, 4471.0, 4483.0, 4494.0, 4463.0, 4524.0, 4487.0, 4477.0, 4527.0, 4487.0, 4524.0, 4506.0, 4466.0, 4516.0, 4486.0, 4535.0, 4514.0, 4494.0, 4483.0, 4461.0, 4511.0, 4493.0, 4501.0, 4480.0, 4461.0, 4511.0, 4480.0, 4494.0, 4496.0, 4477.0, 4517.0, 4482.0, 4463.0, 4528.0, 4498.0, 4466.0, 4504.0, 4497.0, 4465.0, 4505.0, 4473.0, 4462.0, 4493.0, 4471.0, 4501.0, 4489.0, 4483.0, 4519.0, 4477.0, 4457.0, 4509.0, 4468.0, 4447.0, 4447.0, 4457.0, 4460.0, 4510.0, 4483.0, 4463.0, 4482.0, 4462.0, 4514.0, 4474.0, 4513.0, 4513.0, 4485.0, 4517.0, 4485.0, 4534.0, 4492.0, 4473.0, 4534.0, 4504.0, 4475.0, 4524.0, 4472.0, 4522.0, 4493.0, 4512.0, 4489.0, 4467.0, 4477.0, 4449.0, 4499.0, 4458.0, 4469.0, 4470.0, 4460.0, 4500.0, 4461.0, 4510.0, 4479.0, 4461.0, 4502.0, 4472.0, 4522.0, 4481.0, 4491.0, 4482.0, 4462.0, 4512.0, 4473.0, 4516.0, 4496.0, 4494.0, 4499.0, 4493.0, 4541.0, 4502.0, 4468.0, 4485.0, 4475.0, 4467.0, 4516.0, 4486.0, 4476.0, 4518.0, 4489.0, 4494.0, 4495.0, 4473.0, 4515.0, 4480.0, 4458.0, 4487.0, 4470.0, 4460.0, 4462.0, 4485.0, 4487.0, 4524.0, 4495.0, 4505.0, 4493.0, 4473.0, 4502.0, 4483.0, 4502.0, 4460.0, 4521.0, 4458.0, 4510.0, 4472.0, 4501.0, 4480.0, 4449.0, 4498.0, 4457.0, 4498.0, 4470.0, 4489.0, 4469.0, 4449.0, 4499.0, 4470.0, 4482.0, 4492.0, 4472.0, 4531.0, 4515.0, 4483.0, 4513.0, 4481.0, 4522.0, 4503.0, 4521.0, 4491.0, 4457.0, 4509.0, 4470.0, 4507.0, 4479.0, 4471.0, 4511.0, 4470.0, 4520.0, 4482.0, 4505.0, 4507.0, 4473.0, 4523.0, 4492.0, 4460.0, 4502.0, 4471.0, 4511.0, 4480.0, 4470.0, 4490.0, 4486.0, 4532.0, 4502.0, 4500.0, 4503.0, 4471.0, 4509.0, 4469.0, 4518.0, 4478.0, 4499.0, 4476.0, 4446.0, 4485.0, 4455.0, 4507.0, 4469.0, 4519.0, 4480.0, 4478.0, 4479.0, 4470.0, 4511.0, 4481.0, 4519.0, 4489.0, 4512.0, 4491.0, 4479.0, 4511.0, 4479.0, 4520.0, 4503.0, 4511.0, 4504.0, 4484.0, 4533.0, 4505.0, 4485.0, 4512.0, 4494.0, 4532.0, 4510.0, 4492.0, 4501.0, 4469.0, 4520.0, 4499.0, 4509.0, 4502.0, 4483.0, 4497.0, 4481.0, 4523.0, 4487.0, 4472.0, 4525.0, 4508.0, 4519.0, 4487.0, 4479.0, 4509.0, 4517.0, 4483.0, 4495.0, 4503.0, 4486.0, 4474.0, 4536.0, 4496.0, 4477.0, 4484.0, 4473.0, 4497.0, 4519.0, 4520.0, 4500.0, 4542.0, 4520.0, 4536.0, 4519.0, 4538.0, 4517.0, 4495.0, 4517.0, 4484.0, 4510.0, 4482.0, 4534.0, 4490.0, 4522.0, 4493.0, 4501.0, 4493.0, 4473.0, 4523.0, 4504.0, 4486.0, 4526.0, 4498.0, 4544.0, 4526.0, 4497.0, 4541.0, 4501.0, 4560.0, 4507.0, 4464.0, 4502.0, 4483.0, 4463.0, 4523.0, 4494.0, 4527.0, 4507.0, 4477.0, 4503.0, 4486.0, 4530.0, 4499.0, 4497.0, 4475.0, 4468.0, 4497.0, 4479.0, 4487.0, 4475.0, 4456.0, 4507.0, 4463.0, 4506.0, 4472.0, 4492.0, 4450.0, 4479.0, 4450.0, 4478.0, 4451.0, 4488.0, 4451.0, 4469.0, 4451.0, 4450.0, 4461.0, 4444.0, 4480.0, 4452.0, 4503.0, 4464.0, 4465.0, 4474.0, 4455.0, 4497.0, 4476.0, 4508.0, 4493.0, 4480.0, 4470.0, 4469.0, 4525.0, 4506.0, 4475.0, 4514.0, 4462.0, 4454.0, 4483.0, 4460.0, 4488.0, 4467.0, 4444.0, 4489.0, 4474.0, 4472.0, 4466.0, 4427.0, 4406.0, 4438.0, 4432.0, 4468.0, 4492.0, 4494.0, 4523.0, 4519.0, 4528.0, 4506.0, 4515.0, 4493.0, 4521.0, 4492.0, 4498.0, 4478.0, 4495.0, 4477.0, 4477.0, 4478.0, 4510.0, 4487.0, 4482.0, 4485.0, 4452.0, 4495.0, 4465.0, 4506.0, 4466.0, 4503.0, 4463.0, 4505.0, 4468.0, 4506.0, 4475.0, 4496.0, 4466.0, 4467.0, 4478.0, 4467.0, 4486.0, 4467.0, 4500.0, 4456.0, 4497.0, 4459.0, 4507.0, 4467.0, 4506.0, 4464.0, 4495.0, 4466.0, 4522.0, 4492.0, 4508.0, 4472.0, 4474.0, 4511.0, 4466.0, 4474.0, 4527.0, 4488.0, 4464.0, 4515.0, 4496.0, 4472.0, 4503.0, 4479.0, 4470.0, 4468.0, 4487.0, 4496.0, 4493.0, 4460.0, 4407.0, 4396.0, 4432.0, 4456.0, 4493.0, 4498.0, 4531.0, 4526.0, 4565.0, 4514.0, 4566.0, 4533.0, 4549.0, 4520.0, 4538.0, 4517.0, 4538.0, 4502.0, 4521.0, 4469.0, 4500.0, 4459.0, 4501.0, 4478.0, 4498.0, 4478.0, 4487.0, 4507.0, 4480.0, 4508.0, 4488.0, 4509.0, 4477.0, 4510.0, 4494.0, 4532.0, 4493.0, 4492.0, 4515.0, 4504.0, 4515.0, 4474.0, 4523.0, 4498.0, 4560.0, 4518.0, 4530.0, 4515.0, 4484.0, 4523.0, 4492.0, 4536.0, 4506.0, 4536.0, 4515.0, 4512.0, 4492.0, 4485.0, 4527.0, 4504.0, 4525.0, 4503.0, 4461.0, 4527.0, 4474.0, 4490.0, 4489.0, 4459.0, 4497.0, 4490.0, 4472.0, 4531.0, 4488.0, 4515.0, 4475.0, 4501.0, 4471.0, 4470.0, 4459.0, 4428.0, 4478.0, 4439.0, 4479.0, 4463.0, 4440.0, 4481.0, 4440.0, 4441.0, 4459.0, 4419.0, 4493.0, 4451.0, 4433.0, 4494.0, 4477.0, 4459.0, 4507.0, 4490.0, 4501.0, 4478.0, 4455.0, 4483.0, 4451.0, 4503.0, 4472.0, 4473.0, 4485.0, 4454.0, 4494.0, 4474.0, 4517.0, 4476.0, 4465.0, 4496.0, 4458.0, 4518.0, 4479.0, 4499.0, 4490.0, 4468.0, 4511.0, 4481.0, 4522.0, 4481.0, 4510.0, 4492.0, 4470.0, 4489.0, 4459.0, 4519.0, 4478.0, 4522.0, 4517.0, 4509.0, 4505.0, 4476.0, 4536.0, 4497.0, 4474.0, 4528.0, 4501.0, 4500.0, 4517.0, 4484.0, 4499.0, 4499.0, 4488.0, 4497.0, 4521.0, 4493.0, 4520.0, 4503.0, 4512.0, 4500.0, 4488.0, 4509.0, 4499.0, 4530.0, 4487.0, 4497.0, 4485.0, 4454.0, 4494.0, 4476.0, 4518.0, 4468.0, 4469.0, 4499.0, 4468.0, 4472.0, 4499.0, 4483.0, 4543.0, 4503.0, 4470.0, 4524.0, 4492.0, 4511.0, 4491.0, 4504.0, 4513.0, 4482.0, 4521.0, 4489.0, 4518.0, 4488.0, 4500.0, 4489.0, 4467.0, 4509.0, 4491.0, 4510.0, 4489.0, 4462.0, 4511.0, 4482.0, 4533.0, 4502.0, 4483.0, 4514.0, 4484.0, 4536.0, 4513.0, 4514.0, 4503.0, 4482.0, 4510.0, 4470.0, 4521.0, 4490.0, 4528.0, 4506.0, 4476.0, 4538.0, 4486.0, 4474.0, 4525.0, 4496.0, 4474.0, 4495.0, 4495.0, 4484.0, 4474.0, 4506.0, 4496.0, 4506.0, 4516.0, 4480.0, 4546.0, 4525.0, 4512.0, 4512.0], 'WindowWidth': [10033.0, 9948.0, 9980.0, 9902.0, 9909.0, 9891.0, 9876.0, 9904.0, 9840.0, 9810.0, 9863.0, 9839.0, 9840.0, 9836.0, 9824.0, 9881.0, 9839.0, 9825.0, 9840.0, 9821.0, 9890.0, 9836.0, 9842.0, 9840.0, 9827.0, 9837.0, 9840.0, 9854.0, 9850.0, 9888.0, 9881.0, 9865.0, 9936.0, 9896.0, 9867.0, 9983.0, 9910.0, 9884.0, 9880.0, 9921.0, 9898.0, 9938.0, 9906.0, 9876.0, 9935.0, 9912.0, 9883.0, 9903.0, 9885.0, 9858.0, 9942.0, 9886.0, 9861.0, 9955.0, 9920.0, 9865.0, 9923.0, 9951.0, 9922.0, 9905.0, 9903.0, 9888.0, 9875.0, 9854.0, 9889.0, 9892.0, 9899.0, 9917.0, 9962.0, 9931.0, 9899.0, 9956.0, 9906.0, 9914.0, 9874.0, 9916.0, 9882.0, 9897.0, 9939.0, 9934.0, 9938.0, 9976.0, 9939.0, 9934.0, 9950.0, 9886.0, 9949.0, 9884.0, 9918.0, 9930.0, 9880.0, 9937.0, 9892.0, 9854.0, 9912.0, 9882.0, 9933.0, 9866.0, 9911.0, 9854.0, 9894.0, 9863.0, 9899.0, 9887.0, 9844.0, 9918.0, 9858.0, 9909.0, 9885.0, 9876.0, 9873.0, 9874.0, 9924.0, 9870.0, 9945.0, 9905.0, 9864.0, 9908.0, 9868.0, 9920.0, 9890.0, 9933.0, 9901.0, 9877.0, 9894.0, 9857.0, 9900.0, 9870.0, 9927.0, 9881.0, 9925.0, 9877.0, 9881.0, 9865.0, 9835.0, 9907.0, 9855.0, 9933.0, 9887.0, 9867.0, 9886.0, 9883.0, 9957.0, 9930.0, 9880.0, 9899.0, 9886.0, 9959.0, 9899.0, 9886.0, 9942.0, 9876.0, 9874.0, 9888.0, 9895.0, 9953.0, 9896.0, 9939.0, 9924.0, 9859.0, 9913.0, 9896.0, 9957.0, 9887.0, 9856.0, 9914.0, 9874.0, 9899.0, 9884.0, 9864.0, 9917.0, 9864.0, 9931.0, 9900.0, 9874.0, 9889.0, 9863.0, 9948.0, 9891.0, 9900.0, 9924.0, 9884.0, 9932.0, 9941.0, 9895.0, 9973.0, 9920.0, 9907.0, 9913.0, 9869.0, 9941.0, 9895.0, 9924.0, 9891.0, 9873.0, 9876.0, 9832.0, 9899.0, 9846.0, 9895.0, 9854.0, 9836.0, 9908.0, 9857.0, 9877.0, 9891.0, 9850.0, 9931.0, 9886.0, 9874.0, 9942.0, 9886.0, 9935.0, 9909.0, 9852.0, 9923.0, 9880.0, 9950.0, 9914.0, 9887.0, 9870.0, 9839.0, 9910.0, 9884.0, 9893.0, 9863.0, 9838.0, 9907.0, 9865.0, 9887.0, 9895.0, 9876.0, 9925.0, 9870.0, 9845.0, 9943.0, 9899.0, 9851.0, 9900.0, 9897.0, 9847.0, 9900.0, 9851.0, 9837.0, 9880.0, 9848.0, 9888.0, 9870.0, 9873.0, 9920.0, 9854.0, 9828.0, 9902.0, 9842.0, 9814.0, 9816.0, 9830.0, 9837.0, 9905.0, 9872.0, 9847.0, 9871.0, 9845.0, 9916.0, 9860.0, 9916.0, 9916.0, 9881.0, 9929.0, 9881.0, 9945.0, 9886.0, 9861.0, 9947.0, 9906.0, 9868.0, 9932.0, 9857.0, 9929.0, 9886.0, 9911.0, 9875.0, 9841.0, 9856.0, 9818.0, 9887.0, 9830.0, 9848.0, 9848.0, 9837.0, 9894.0, 9842.0, 9904.0, 9864.0, 9841.0, 9897.0, 9856.0, 9927.0, 9870.0, 9883.0, 9872.0, 9843.0, 9912.0, 9860.0, 9922.0, 9892.0, 9888.0, 9904.0, 9899.0, 9964.0, 9911.0, 9852.0, 9873.0, 9859.0, 9850.0, 9916.0, 9875.0, 9859.0, 9920.0, 9881.0, 9884.0, 9886.0, 9853.0, 9919.0, 9863.0, 9827.0, 9868.0, 9846.0, 9838.0, 9845.0, 9880.0, 9887.0, 9932.0, 9894.0, 9908.0, 9888.0, 9858.0, 9897.0, 9872.0, 9898.0, 9835.0, 9923.0, 9832.0, 9906.0, 9853.0, 9896.0, 9864.0, 9819.0, 9884.0, 9825.0, 9884.0, 9848.0, 9873.0, 9848.0, 9821.0, 9889.0, 9851.0, 9869.0, 9884.0, 9858.0, 9934.0, 9921.0, 9875.0, 9916.0, 9870.0, 9925.0, 9901.0, 9924.0, 9878.0, 9827.0, 9899.0, 9849.0, 9895.0, 9859.0, 9850.0, 9906.0, 9848.0, 9918.0, 9866.0, 9906.0, 9907.0, 9856.0, 9923.0, 9879.0, 9832.0, 9893.0, 9850.0, 9905.0, 9860.0, 9847.0, 9876.0, 9879.0, 9941.0, 9896.0, 9889.0, 9902.0, 9857.0, 9902.0, 9847.0, 9912.0, 9859.0, 9886.0, 9850.0, 9810.0, 9863.0, 9821.0, 9895.0, 9847.0, 9919.0, 9866.0, 9859.0, 9862.0, 9854.0, 9910.0, 9867.0, 9915.0, 9877.0, 9913.0, 9881.0, 9864.0, 9909.0, 9862.0, 9922.0, 9899.0, 9909.0, 9904.0, 9880.0, 9943.0, 9910.0, 9882.0, 9912.0, 9887.0, 9939.0, 9903.0, 9880.0, 9892.0, 9844.0, 9918.0, 9885.0, 9900.0, 9894.0, 9870.0, 9882.0, 9870.0, 9925.0, 9868.0, 9851.0, 9927.0, 9911.0, 9927.0, 9881.0, 9870.0, 9913.0, 9917.0, 9864.0, 9886.0, 9895.0, 9873.0, 9856.0, 9950.0, 9895.0, 9873.0, 9879.0, 9862.0, 9900.0, 9934.0, 9938.0, 9910.0, 9968.0, 9934.0, 9953.0, 9931.0, 9957.0, 9925.0, 9891.0, 9926.0, 9875.0, 9906.0, 9868.0, 9945.0, 9877.0, 9923.0, 9887.0, 9898.0, 9885.0, 9863.0, 9930.0, 9906.0, 9881.0, 9935.0, 9900.0, 9961.0, 9936.0, 9896.0, 9967.0, 9911.0, 9989.0, 9911.0, 9845.0, 9894.0, 9871.0, 9843.0, 9924.0, 9885.0, 9936.0, 9910.0, 9863.0, 9899.0, 9881.0, 9936.0, 9884.0, 9880.0, 9848.0, 9845.0, 9880.0, 9857.0, 9871.0, 9849.0, 9821.0, 9894.0, 9828.0, 9892.0, 9840.0, 9871.0, 9806.0, 9844.0, 9803.0, 9841.0, 9806.0, 9856.0, 9807.0, 9831.0, 9808.0, 9805.0, 9822.0, 9803.0, 9850.0, 9815.0, 9883.0, 9831.0, 9835.0, 9848.0, 9825.0, 9881.0, 9852.0, 9897.0, 9886.0, 9865.0, 9846.0, 9844.0, 9931.0, 9910.0, 9862.0, 9913.0, 9834.0, 9824.0, 9861.0, 9824.0, 9860.0, 9835.0, 9796.0, 9871.0, 9842.0, 9836.0, 9822.0, 9765.0, 9738.0, 9788.0, 9789.0, 9847.0, 9889.0, 9894.0, 9935.0, 9934.0, 9945.0, 9912.0, 9921.0, 9885.0, 9925.0, 9881.0, 9886.0, 9853.0, 9876.0, 9853.0, 9854.0, 9854.0, 9907.0, 9870.0, 9854.0, 9860.0, 9812.0, 9878.0, 9834.0, 9892.0, 9836.0, 9885.0, 9831.0, 9891.0, 9843.0, 9892.0, 9850.0, 9880.0, 9838.0, 9842.0, 9858.0, 9842.0, 9864.0, 9840.0, 9888.0, 9824.0, 9881.0, 9830.0, 9895.0, 9839.0, 9892.0, 9833.0, 9875.0, 9837.0, 9925.0, 9885.0, 9901.0, 9854.0, 9860.0, 9906.0, 9849.0, 9863.0, 9934.0, 9881.0, 9836.0, 9918.0, 9890.0, 9846.0, 9890.0, 9852.0, 9841.0, 9838.0, 9867.0, 9876.0, 9870.0, 9818.0, 9741.0, 9725.0, 9784.0, 9828.0, 9890.0, 9909.0, 9961.0, 9960.0, 10009.0, 9938.0, 10012.0, 9960.0, 9977.0, 9934.0, 9959.0, 9930.0, 9958.0, 9898.0, 9925.0, 9848.0, 9892.0, 9834.0, 9896.0, 9859.0, 9887.0, 9856.0, 9867.0, 9901.0, 9862.0, 9902.0, 9872.0, 9903.0, 9857.0, 9906.0, 9895.0, 9942.0, 9888.0, 9889.0, 9922.0, 9908.0, 9923.0, 9864.0, 9930.0, 9905.0, 9995.0, 9931.0, 9949.0, 9922.0, 9877.0, 9927.0, 9883.0, 9955.0, 9911.0, 9953.0, 9922.0, 9913.0, 9885.0, 9883.0, 9943.0, 9905.0, 9933.0, 9900.0, 9838.0, 9941.0, 9861.0, 9878.0, 9871.0, 9830.0, 9880.0, 9878.0, 9855.0, 9941.0, 9873.0, 9911.0, 9849.0, 9881.0, 9836.0, 9833.0, 9818.0, 9772.0, 9841.0, 9790.0, 9846.0, 9829.0, 9798.0, 9849.0, 9794.0, 9795.0, 9819.0, 9764.0, 9869.0, 9812.0, 9791.0, 9874.0, 9856.0, 9835.0, 9898.0, 9879.0, 9895.0, 9857.0, 9821.0, 9856.0, 9810.0, 9883.0, 9841.0, 9844.0, 9863.0, 9818.0, 9873.0, 9847.0, 9910.0, 9853.0, 9838.0, 9880.0, 9831.0, 9910.0, 9860.0, 9888.0, 9875.0, 9845.0, 9904.0, 9863.0, 9920.0, 9864.0, 9903.0, 9880.0, 9849.0, 9875.0, 9834.0, 9914.0, 9860.0, 9924.0, 9928.0, 9919.0, 9905.0, 9865.0, 9949.0, 9899.0, 9863.0, 9940.0, 9911.0, 9910.0, 9924.0, 9875.0, 9903.0, 9902.0, 9892.0, 9902.0, 9923.0, 9884.0, 9922.0, 9903.0, 9912.0, 9892.0, 9874.0, 9907.0, 9889.0, 9939.0, 9870.0, 9886.0, 9866.0, 9818.0, 9876.0, 9855.0, 9912.0, 9842.0, 9848.0, 9888.0, 9849.0, 9858.0, 9892.0, 9878.0, 9961.0, 9901.0, 9854.0, 9932.0, 9885.0, 9910.0, 9881.0, 9909.0, 9918.0, 9873.0, 9924.0, 9877.0, 9918.0, 9873.0, 9891.0, 9876.0, 9845.0, 9905.0, 9882.0, 9908.0, 9878.0, 9844.0, 9909.0, 9873.0, 9942.0, 9898.0, 9875.0, 9916.0, 9877.0, 9951.0, 9916.0, 9918.0, 9901.0, 9871.0, 9908.0, 9851.0, 9925.0, 9878.0, 9946.0, 9911.0, 9868.0, 9953.0, 9880.0, 9865.0, 9937.0, 9899.0, 9865.0, 9890.0, 9891.0, 9877.0, 9865.0, 9909.0, 9897.0, 9912.0, 9925.0, 9863.0, 9970.0, 9936.0, 9912.0, 9913.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.0010687385321100917</td></tr>
<tr><td colspan=3>aqi</td><td>0.042157534403669726</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.04477846267507</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.114986759621125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694017172101033</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>4712.917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17280638346353142</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>237</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.178899082568808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7577172037507243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.801716296838242</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8656092044058252</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.605826110008106</td></tr>
<tr><td colspan=3>gcor</td><td>0.0152208</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0008207272621802986</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012551538646221161</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8337921906574115</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>27.3882</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6213</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.3652</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297910.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.5315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.4835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.93</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.6547</td></tr>
<tr><td colspan=3>tsnr</td><td>30.74157366680447</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>