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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>892dd2ec53fc1fca5784a2be5e12fb55</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:27:16.047500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0932892</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7718, -7312, 768, -32, -29, 54, 86]</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>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b89fa95b-61e5-497e-a038-fa57ce0450c5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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': ['132716.047500', '132716.507500', '132716.967500', '132717.427500', '132717.887500', '132718.347500', '132718.807500', '132719.267500', '132719.727500', '132720.187500', '132720.647500', '132721.107500', '132721.567500', '132722.027500', '132722.487500', '132722.947500', '132723.407500', '132723.867500', '132724.327500', '132724.787500', '132725.247500', '132725.707500', '132726.167500', '132726.627500', '132727.087500', '132727.547500', '132728.007500', '132728.467500', '132728.927500', '132729.387500', '132729.847500', '132730.307500', '132730.767500', '132731.227500', '132731.687500', '132732.147500', '132732.607500', '132733.067500', '132733.527500', '132733.987500', '132734.447500', '132734.907500', '132735.367500', '132735.827500', '132736.287500', '132736.747500', '132737.207500', '132737.667500', '132738.127500', '132738.587500', '132739.047500', '132739.507500', '132739.967500', '132740.427500', '132740.887500', '132741.347500', '132741.807500', '132742.267500', '132742.727500', '132743.187500', '132743.647500', '132744.107500', '132744.567500', '132745.027500', '132745.487500', '132745.947500', '132746.407500', '132746.867500', '132747.327500', '132747.787500', '132748.247500', '132748.707500', '132749.167500', '132749.627500', '132750.087500', '132750.547500', '132751.007500', '132751.467500', '132751.927500', '132752.387500', '132752.847500', '132753.307500', '132753.767500', '132754.227500', '132754.687500', '132755.147500', '132755.607500', '132756.067500', '132756.527500', '132756.987500', '132757.447500', '132757.907500', '132758.367500', '132758.827500', '132759.287500', '132759.747500', '132800.207500', '132800.667500', '132801.127500', '132801.587500', '132802.047500', '132802.507500', '132802.967500', '132803.427500', '132803.887500', '132804.347500', '132804.807500', '132805.267500', '132805.727500', '132806.187500', '132806.647500', '132807.107500', '132807.567500', '132808.027500', '132808.487500', '132808.947500', '132809.407500', '132809.867500', '132810.327500', '132810.787500', '132811.247500', '132811.707500', '132812.167500', '132812.627500', '132813.087500', '132813.547500', '132814.007500', '132814.467500', '132814.927500', '132815.387500', '132815.847500', '132816.307500', '132816.767500', '132817.227500', '132817.687500', '132818.147500', '132818.607500', '132819.067500', '132819.527500', '132819.987500', '132820.447500', '132820.907500', '132821.367500', '132821.827500', '132822.287500', '132822.747500', '132823.207500', '132823.667500', '132824.127500', '132824.587500', '132825.047500', '132825.507500', '132825.967500', '132826.427500', '132826.887500', '132827.347500', '132827.807500', '132828.267500', '132828.727500', '132829.187500', '132829.647500', '132830.107500', '132830.567500', '132831.027500', '132831.487500', '132831.947500', '132832.407500', '132832.867500', '132833.327500', '132833.787500', '132834.247500', '132834.707500', '132835.167500', '132835.627500', '132836.087500', '132836.547500', '132837.007500', '132837.467500', '132837.927500', '132838.387500', '132838.847500', '132839.307500', '132839.767500', '132840.227500', '132840.687500', '132841.147500', '132841.607500', '132842.067500', '132842.527500', '132842.987500', '132843.447500', '132843.907500', '132844.367500', '132844.827500', '132845.287500', '132845.747500', '132846.207500', '132846.667500', '132847.127500', '132847.587500', '132848.047500', '132848.507500', '132848.967500', '132849.427500', '132849.887500', '132850.347500', '132850.807500', '132851.267500', '132851.727500', '132852.187500', '132852.647500', '132853.107500', '132853.567500', '132854.027500', '132854.487500', '132854.947500', '132855.407500', '132855.867500', '132856.327500', '132856.787500', '132857.247500', '132857.707500', '132858.167500', '132858.627500', '132859.087500', '132859.547500', '132900.007500', '132900.467500', '132900.927500', '132901.387500', '132901.847500', '132902.307500', '132902.767500', '132903.227500', '132903.687500', '132904.147500', '132904.607500', '132905.067500', '132905.527500', '132905.987500', '132906.447500', '132906.907500', '132907.367500', '132907.827500', '132908.287500', '132908.747500', '132909.207500', '132909.667500', '132910.127500', '132910.587500', '132911.047500', '132911.507500', '132911.967500', '132912.427500', '132912.887500', '132913.347500', '132913.807500', '132914.267500', '132914.727500', '132915.187500', '132915.647500', '132916.107500', '132916.567500', '132917.027500', '132917.487500', '132917.947500', '132918.407500', '132918.867500', '132919.327500', '132919.787500', '132920.247500', '132920.707500', '132921.167500', '132921.627500', '132922.087500', '132922.547500', '132923.007500', '132923.467500', '132923.927500', '132924.387500', '132924.847500', '132925.307500', '132925.767500', '132926.227500', '132926.687500', '132927.147500', '132927.607500', '132928.067500', '132928.527500', '132928.987500', '132929.447500', '132929.907500', '132930.367500', '132930.827500', '132931.287500', '132931.747500', '132932.207500', '132932.667500', '132933.127500', '132933.587500', '132934.047500', '132934.507500', '132934.967500', '132935.427500', '132935.887500', '132936.347500', '132936.807500', '132937.267500', '132937.727500', '132938.187500', '132938.647500', '132939.107500', '132939.567500', '132940.027500', '132940.487500', '132940.947500', '132941.407500', '132941.867500', '132942.327500', '132942.787500', '132943.247500', '132943.707500', '132944.167500', '132944.627500', '132945.087500', '132945.547500', '132946.007500', '132946.467500', '132946.927500', '132947.387500', '132947.847500', '132948.307500', '132948.767500', '132949.227500', '132949.687500', '132950.147500', '132950.607500', '132951.067500', '132951.527500', '132951.987500', '132952.447500', '132952.907500', '132953.367500', '132953.827500', '132954.287500', '132954.747500', '132955.207500', '132955.667500', '132956.127500', '132956.587500', '132957.047500', '132957.507500', '132957.967500', '132958.427500', '132958.887500', '132959.347500', '132959.807500', '133000.267500', '133000.727500', '133001.187500', '133001.647500', '133002.107500', '133002.567500', '133003.027500', '133003.487500', '133003.947500', '133004.407500', '133004.867500', '133005.327500', '133005.787500', '133006.247500', '133006.707500', '133007.167500', '133007.627500', '133008.087500', '133008.547500', '133009.007500', '133009.467500', '133009.927500', '133010.387500', '133010.847500', '133011.307500', '133011.767500', '133012.227500', '133012.687500', '133013.147500', '133013.607500', '133014.067500', '133014.527500', '133014.987500', '133015.447500', '133015.907500', '133016.367500', '133016.827500', '133017.287500', '133017.747500', '133018.207500', '133018.667500', '133019.127500', '133019.587500', '133020.047500', '133020.507500', '133020.967500', '133021.427500', '133021.887500', '133022.347500', '133022.807500', '133023.267500', '133023.727500', '133024.187500', '133024.647500', '133025.107500', '133025.567500', '133026.027500', '133026.487500', '133026.947500', '133027.407500', '133027.867500', '133028.327500', '133028.787500', '133029.247500', '133029.707500', '133030.167500', '133030.627500', '133031.087500', '133031.547500', '133032.007500', '133032.467500', '133032.927500', '133033.387500', '133033.847500', '133034.307500', '133034.767500', '133035.227500', '133035.687500', '133036.147500', '133036.607500', '133037.067500', '133037.527500', '133037.987500', '133038.447500', '133038.907500', '133039.367500', '133039.827500', '133040.287500', '133040.747500', '133041.207500', '133041.667500', '133042.127500', '133042.587500', '133043.047500', '133043.507500', '133043.967500', '133044.427500', '133044.887500', '133045.347500', '133045.807500', '133046.267500', '133046.727500', '133047.187500', '133047.647500', '133048.107500', '133048.567500', '133049.027500', '133049.487500', '133049.947500', '133050.407500', '133050.867500', '133051.327500', '133051.787500', '133052.247500', '133052.707500', '133053.167500', '133053.627500', '133054.087500', '133054.547500', '133055.007500', '133055.467500', '133055.927500', '133056.387500', '133056.847500', '133057.307500', '133057.767500', '133058.227500', '133058.687500', '133059.147500', '133059.607500', '133100.067500', '133100.527500', '133100.987500', '133101.447500', '133101.907500', '133102.367500', '133102.827500', '133103.287500', '133103.747500', '133104.207500', '133104.667500', '133105.127500', '133105.587500', '133106.047500', '133106.507500', '133106.967500', '133107.427500', '133107.887500', '133108.347500', '133108.807500', '133109.267500', '133109.727500', '133110.187500', '133110.647500', '133111.107500', '133111.567500', '133112.027500', '133112.487500', '133112.947500', '133113.407500', '133113.867500', '133114.327500', '133114.787500', '133115.247500', '133115.707500', '133116.167500', '133116.627500', '133117.087500', '133117.547500', '133118.007500', '133118.467500', '133118.927500', '133119.387500', '133119.847500', '133120.307500', '133120.767500', '133121.227500', '133121.687500', '133122.147500', '133122.607500', '133123.067500', '133123.527500', '133123.987500', '133124.447500', '133124.907500', '133125.367500', '133125.827500', '133126.287500', '133126.747500', '133127.207500', '133127.667500', '133128.127500', '133128.587500', '133129.047500', '133129.507500', '133129.967500', '133130.427500', '133130.887500', '133131.347500', '133131.807500', '133132.267500', '133132.727500', '133133.187500', '133133.647500', '133134.107500', '133134.567500', '133135.027500', '133135.487500', '133135.947500', '133136.407500', '133136.867500', '133137.327500', '133137.787500', '133138.247500', '133138.707500', '133139.167500', '133139.627500', '133140.087500', '133140.547500', '133141.007500', '133141.467500', '133141.927500', '133142.387500', '133142.847500', '133143.307500', '133143.767500', '133144.227500', '133144.687500', '133145.147500', '133145.607500', '133146.067500', '133146.527500', '133146.987500', '133147.447500', '133147.907500', '133148.367500', '133148.827500', '133149.287500', '133149.747500', '133150.207500', '133150.667500', '133151.127500', '133151.587500', '133152.047500', '133152.507500', '133152.967500', '133153.427500', '133153.887500', '133154.347500', '133154.807500', '133155.267500', '133155.727500', '133156.187500', '133156.647500', '133157.107500', '133157.567500', '133158.027500', '133158.487500', '133158.947500', '133159.407500', '133159.867500', '133200.327500', '133200.787500', '133201.247500', '133201.707500', '133202.167500', '133202.627500', '133203.087500', '133203.547500', '133204.007500', '133204.467500', '133204.927500', '133205.387500', '133205.847500', '133206.307500', '133206.767500', '133207.227500', '133207.687500', '133208.147500', '133208.607500', '133209.067500', '133209.527500', '133209.987500', '133210.447500', '133210.907500', '133211.367500', '133211.827500', '133212.287500', '133212.747500', '133213.207500', '133213.667500', '133214.127500', '133214.587500', '133215.047500', '133215.507500', '133215.967500', '133216.427500', '133216.887500', '133217.347500', '133217.807500', '133218.267500', '133218.727500', '133219.187500', '133219.647500', '133220.107500', '133220.567500', '133221.027500', '133221.487500', '133221.947500', '133222.407500', '133222.867500', '133223.327500', '133223.787500', '133224.247500', '133224.707500', '133225.167500', '133225.627500', '133226.087500', '133226.547500', '133227.007500', '133227.467500', '133227.927500', '133228.387500', '133228.847500', '133229.307500', '133229.767500', '133230.227500', '133230.687500', '133231.147500', '133231.607500', '133232.067500', '133232.527500', '133232.987500', '133233.447500', '133233.907500', '133234.367500', '133234.827500', '133235.287500', '133235.747500', '133236.207500', '133236.667500', '133237.127500', '133237.587500', '133238.047500', '133238.507500', '133238.967500', '133239.427500', '133239.887500', '133240.347500', '133240.807500', '133241.267500', '133241.727500', '133242.187500', '133242.647500', '133243.107500', '133243.567500', '133244.027500', '133244.487500', '133244.947500', '133245.407500', '133245.867500', '133246.327500', '133246.787500', '133247.247500', '133247.707500', '133248.167500', '133248.627500', '133249.087500', '133249.547500', '133250.007500', '133250.467500', '133250.927500', '133251.387500', '133251.847500', '133252.307500', '133252.767500', '133253.227500', '133253.687500', '133254.147500', '133254.607500', '133255.067500', '133255.527500', '133255.987500', '133256.447500', '133256.907500', '133257.367500', '133257.827500', '133258.287500', '133258.747500', '133259.207500', '133259.667500', '133300.127500', '133300.587500', '133301.047500', '133301.507500', '133301.967500', '133302.427500', '133302.887500', '133303.347500', '133303.807500', '133304.267500', '133304.727500', '133305.187500', '133305.647500', '133306.107500', '133306.567500', '133307.027500', '133307.487500', '133307.947500', '133308.407500', '133308.867500', '133309.327500', '133309.787500', '133310.247500', '133310.707500', '133311.167500', '133311.627500', '133312.087500', '133312.547500', '133313.007500', '133313.467500', '133313.927500', '133314.387500', '133314.847500', '133315.307500', '133315.767500', '133316.227500', '133316.687500', '133317.147500', '133317.607500', '133318.067500', '133318.527500', '133318.987500', '133319.447500', '133319.907500', '133320.367500', '133320.827500', '133321.287500', '133321.747500', '133322.207500', '133322.667500', '133323.127500', '133323.587500', '133324.047500', '133324.507500', '133324.967500', '133325.427500', '133325.887500', '133326.347500', '133326.807500', '133327.267500', '133327.727500', '133328.187500', '133328.647500', '133329.107500', '133329.567500', '133330.027500', '133330.487500', '133330.947500', '133331.407500', '133331.867500', '133332.327500', '133332.787500', '133333.247500', '133333.707500', '133334.167500', '133334.627500', '133335.087500', '133335.547500', '133336.007500', '133336.467500', '133336.927500', '133337.387500', '133337.847500', '133338.307500', '133338.767500', '133339.227500', '133339.687500', '133340.147500', '133340.607500', '133341.067500', '133341.527500', '133341.987500', '133342.447500', '133342.907500', '133343.367500', '133343.827500', '133344.287500', '133344.747500', '133345.207500', '133345.667500', '133346.127500', '133346.587500', '133347.047500', '133347.507500', '133347.967500', '133348.427500', '133348.887500', '133349.347500', '133349.807500', '133350.267500', '133350.727500', '133351.187500', '133351.647500', '133352.107500', '133352.567500', '133353.027500', '133353.487500', '133353.947500', '133354.407500', '133354.867500', '133355.327500', '133355.787500', '133356.247500', '133356.707500'], 'ContentTime': ['132730.827000', '132730.831000', '132730.833000', '132730.836000', '132730.838000', '132730.841000', '132730.844000', '132730.846000', '132730.849000', '132730.852000', '132730.854000', '132730.857000', '132730.859000', '132730.862000', '132730.865000', '132730.867000', '132730.870000', '132730.872000', '132730.875000', '132730.877000', '132730.880000', '132730.883000', '132730.885000', '132730.888000', '132730.890000', '132730.893000', '132730.896000', '132730.898000', '132730.904000', '132750.781000', '132750.784000', '132750.787000', '132750.789000', '132750.792000', '132750.795000', '132750.807000', '132750.810000', '132750.812000', '132750.815000', '132750.818000', '132750.821000', '132750.823000', '132750.826000', '132750.829000', '132750.831000', '132750.834000', '132750.836000', '132750.839000', '132750.842000', '132750.845000', '132750.847000', '132750.850000', '132750.853000', '132750.856000', '132750.858000', '132750.873000', '132750.876000', '132750.879000', '132750.881000', '132750.884000', '132750.886000', '132750.889000', '132750.892000', '132750.894000', '132750.897000', '132750.899000', '132750.902000', '132750.905000', '132750.907000', '132750.910000', '132750.913000', '132750.915000', '132810.781000', '132810.784000', '132810.787000', '132810.790000', '132810.792000', '132810.795000', '132810.798000', '132810.800000', '132810.803000', '132810.805000', '132810.808000', '132810.810000', '132810.813000', '132810.816000', '132810.818000', '132810.821000', '132810.823000', '132810.826000', '132810.829000', '132810.831000', '132810.834000', '132810.836000', '132810.839000', '132810.842000', '132810.844000', '132810.847000', '132810.849000', '132810.852000', '132810.855000', '132810.862000', '132810.864000', '132810.867000', '132810.869000', '132810.872000', '132810.875000', '132810.877000', '132810.880000', '132810.882000', '132810.885000', '132810.888000', '132810.890000', '132810.893000', '132810.896000', '132810.898000', '132830.782000', '132830.785000', '132830.788000', '132830.790000', '132830.793000', '132830.796000', '132830.798000', '132830.801000', '132830.804000', '132830.806000', '132830.809000', '132830.812000', '132830.815000', '132830.817000', '132830.820000', '132830.823000', '132830.825000', '132830.828000', '132830.832000', '132830.835000', '132830.838000', '132830.840000', '132830.843000', '132830.846000', '132830.849000', '132830.852000', '132830.854000', '132830.857000', '132830.859000', '132830.862000', '132830.865000', '132830.867000', '132830.870000', '132830.872000', '132830.875000', '132830.878000', '132830.881000', '132830.883000', '132830.886000', '132830.889000', '132830.891000', '132830.894000', '132830.897000', '132850.782000', '132850.785000', '132850.787000', '132850.790000', '132850.792000', '132850.795000', '132850.799000', '132850.801000', '132850.804000', '132850.807000', '132850.809000', '132850.812000', '132850.815000', '132850.991000', '132850.993000', '132850.996000', '132850.998000', '132851.002000', '132851.004000', '132851.007000', '132851.009000', '132851.012000', '132851.015000', '132851.017000', '132851.020000', '132851.023000', '132851.025000', '132851.028000', '132851.030000', '132851.033000', '132851.036000', '132851.038000', '132851.041000', '132851.044000', '132851.046000', '132851.049000', '132851.052000', '132851.054000', '132851.057000', '132851.060000', '132851.062000', '132851.065000', '132851.068000', '132851.072000', '132910.781000', '132910.784000', '132910.787000', '132910.790000', '132910.792000', '132910.795000', '132910.798000', '132910.800000', '132910.803000', '132910.806000', '132910.808000', '132910.811000', '132910.813000', '132910.865000', '132910.868000', '132910.870000', '132910.873000', '132910.876000', '132910.878000', '132910.881000', '132910.884000', '132910.886000', '132910.889000', '132910.892000', '132910.894000', '132910.897000', '132910.900000', '132910.902000', '132910.905000', '132910.907000', '132910.910000', '132910.913000', '132910.915000', '132910.918000', '132910.921000', '132910.923000', '132910.926000', '132910.929000', '132910.931000', '132910.934000', '132910.936000', '132910.939000', '132910.942000', '132930.782000', '132930.785000', '132930.787000', '132930.790000', '132930.792000', '132930.795000', '132930.798000', '132930.800000', '132930.803000', '132930.806000', '132930.808000', '132930.811000', '132930.813000', '132930.856000', '132930.859000', '132930.861000', '132930.864000', '132930.866000', '132930.869000', '132930.872000', '132930.874000', '132930.877000', '132930.888000', '132930.890000', '132930.893000', '132930.896000', '132930.898000', '132930.901000', '132930.904000', '132930.906000', '132930.909000', '132930.911000', '132930.914000', '132930.917000', '132930.919000', '132930.922000', '132930.925000', '132930.927000', '132930.930000', '132930.932000', '132930.935000', '132930.938000', '132930.940000', '132930.943000', '132950.781000', '132950.784000', '132950.787000', '132950.790000', '132950.792000', '132950.795000', '132950.798000', '132950.801000', '132950.803000', '132950.806000', '132950.809000', '132950.811000', '132950.814000', '132950.817000', '132950.819000', '132950.822000', '132950.824000', '132950.828000', '132950.831000', '132950.833000', '132950.836000', '132950.839000', '132950.841000', '132950.844000', '132950.847000', '132950.849000', '132950.852000', '132950.855000', '132950.857000', '132950.860000', '132950.862000', '132950.865000', '132950.868000', '132950.873000', '132950.876000', '132950.878000', '132950.881000', '132950.884000', '132950.886000', '132950.889000', '132950.892000', '132950.894000', '132950.897000', '133010.782000', '133010.784000', '133010.787000', '133010.790000', '133010.792000', '133010.795000', '133010.797000', '133010.800000', '133010.803000', '133010.805000', '133010.808000', '133010.811000', '133010.813000', '133010.816000', '133010.819000', '133010.821000', '133010.824000', '133010.826000', '133010.829000', '133010.832000', '133010.834000', '133010.837000', '133010.840000', '133010.842000', '133010.845000', '133010.848000', '133010.850000', '133010.853000', '133010.855000', '133010.858000', '133010.861000', '133010.864000', '133010.866000', '133010.869000', '133010.872000', '133010.874000', '133010.877000', '133010.879000', '133010.882000', '133010.885000', '133010.887000', '133010.890000', '133010.892000', '133010.895000', '133030.781000', '133030.785000', '133030.787000', '133030.790000', '133030.793000', '133030.796000', '133030.798000', '133030.801000', '133030.803000', '133030.806000', '133030.809000', '133030.812000', '133030.814000', '133030.817000', '133030.820000', '133030.822000', '133030.825000', '133030.828000', '133030.830000', '133030.833000', '133030.836000', '133030.839000', '133030.841000', '133030.844000', '133030.847000', '133030.849000', '133030.852000', '133030.861000', '133030.864000', '133030.867000', '133030.869000', '133030.872000', '133030.875000', '133030.877000', '133030.880000', '133030.883000', '133030.885000', '133030.888000', '133030.890000', '133030.893000', '133030.896000', '133030.898000', '133030.901000', '133050.782000', '133050.785000', '133050.788000', '133050.791000', '133050.793000', '133050.796000', '133050.799000', '133050.801000', '133050.804000', '133050.806000', '133050.809000', '133050.812000', '133050.815000', '133050.817000', '133050.820000', '133050.823000', '133050.825000', '133050.828000', '133050.831000', '133050.833000', '133050.836000', '133050.839000', '133050.841000', '133050.844000', '133050.847000', '133050.849000', '133050.852000', '133050.855000', '133050.857000', '133050.860000', '133050.862000', '133050.865000', '133050.868000', '133050.870000', '133050.873000', '133050.876000', '133050.878000', '133050.881000', '133050.884000', '133050.886000', '133050.889000', '133050.892000', '133050.894000', '133050.897000', '133110.782000', '133110.784000', '133110.787000', '133110.800000', '133110.803000', '133110.805000', '133110.808000', '133110.811000', '133110.813000', '133110.850000', '133110.852000', '133110.855000', '133110.858000', '133110.861000', '133110.863000', '133110.866000', '133110.868000', '133110.871000', '133110.874000', '133110.876000', '133110.879000', '133110.882000', '133110.884000', '133110.887000', '133110.890000', '133110.892000', '133110.895000', '133110.897000', '133110.900000', '133110.903000', '133110.906000', '133110.909000', '133110.912000', '133110.915000', '133110.918000', '133110.920000', '133110.923000', '133110.926000', '133110.928000', '133110.931000', '133110.934000', '133110.937000', '133110.940000', '133130.781000', '133130.784000', '133130.787000', '133130.790000', '133130.792000', '133130.795000', '133130.798000', '133130.800000', '133130.803000', '133130.805000', '133130.808000', '133130.811000', '133130.813000', '133130.816000', '133130.862000', '133130.865000', '133130.867000', '133130.870000', '133130.873000', '133130.875000', '133130.878000', '133130.880000', '133130.883000', '133130.886000', '133130.888000', '133130.891000', '133130.894000', '133130.896000', '133130.899000', '133130.902000', '133130.904000', '133130.907000', '133130.910000', '133130.913000', '133130.915000', '133130.918000', '133130.920000', '133130.923000', '133130.926000', '133130.928000', '133130.931000', '133130.934000', '133130.936000', '133130.939000', '133150.782000', '133150.785000', '133150.787000', '133150.790000', '133150.793000', '133150.795000', '133150.798000', '133150.801000', '133150.803000', '133150.806000', '133150.809000', '133150.811000', '133150.814000', '133150.870000', '133150.873000', '133150.876000', '133150.878000', '133150.881000', '133150.883000', '133150.886000', '133150.889000', '133150.891000', '133150.894000', '133150.897000', '133150.899000', '133150.902000', '133150.905000', '133150.907000', '133150.910000', '133150.913000', '133150.915000', '133150.918000', '133150.921000', '133150.923000', '133150.926000', '133150.929000', '133150.931000', '133150.934000', '133150.937000', '133150.940000', '133150.943000', '133150.945000', '133150.948000', '133210.782000', '133210.785000', '133210.787000', '133210.790000', '133210.793000', '133210.796000', '133210.798000', '133210.801000', '133210.804000', '133210.806000', '133210.809000', '133210.811000', '133210.814000', '133210.883000', '133210.886000', '133210.889000', '133210.891000', '133210.894000', '133210.897000', '133210.899000', '133210.902000', '133210.905000', '133210.907000', '133210.910000', '133210.912000', '133210.915000', '133210.918000', '133210.920000', '133210.923000', '133210.926000', '133210.929000', '133210.931000', '133210.934000', '133210.936000', '133210.939000', '133210.942000', '133210.944000', '133210.947000', '133210.950000', '133210.952000', '133210.955000', '133210.958000', '133210.960000', '133210.963000', '133230.782000', '133230.784000', '133230.787000', '133230.790000', '133230.792000', '133230.795000', '133230.798000', '133230.800000', '133230.803000', '133230.806000', '133230.808000', '133230.811000', '133230.814000', '133230.866000', '133230.869000', '133230.872000', '133230.874000', '133230.877000', '133230.880000', '133230.882000', '133230.885000', '133230.888000', '133230.890000', '133230.893000', '133230.896000', '133230.898000', '133230.901000', '133230.904000', '133230.917000', '133230.920000', '133230.923000', '133230.926000', '133230.928000', '133230.931000', '133230.934000', '133230.936000', '133230.939000', '133230.942000', '133230.944000', '133230.947000', '133230.951000', '133230.953000', '133230.956000', '133250.782000', '133250.785000', '133250.787000', '133250.790000', '133250.793000', '133250.813000', '133250.879000', '133250.882000', '133250.885000', '133250.887000', '133250.890000', '133250.893000', '133250.895000', '133250.898000', '133250.900000', '133250.903000', '133250.906000', '133250.908000', '133250.911000', '133250.914000', '133250.916000', '133250.919000', '133250.922000', '133250.924000', '133250.927000', '133250.930000', '133250.933000', '133250.935000', '133250.938000', '133250.941000', '133250.943000', '133250.946000', '133250.949000', '133250.951000', '133250.954000', '133250.957000', '133250.959000', '133250.962000', '133250.964000', '133250.967000', '133250.970000', '133250.973000', '133250.975000', '133310.782000', '133310.785000', '133310.788000', '133310.791000', '133310.793000', '133310.796000', '133310.799000', '133310.801000', '133310.804000', '133310.807000', '133310.809000', '133310.812000', '133310.815000', '133310.883000', '133310.886000', '133310.888000', '133310.891000', '133310.894000', '133310.896000', '133310.899000', '133310.901000', '133310.904000', '133310.907000', '133310.909000', '133310.912000', '133310.915000', '133310.917000', '133310.920000', '133310.923000', '133310.925000', '133310.928000', '133310.931000', '133310.933000', '133310.936000', '133310.939000', '133310.941000', '133310.944000', '133310.947000', '133310.955000', '133310.958000', '133310.960000', '133310.963000', '133310.966000', '133310.968000', '133330.782000', '133330.784000', '133330.787000', '133330.790000', '133330.793000', '133330.795000', '133330.799000', '133330.801000', '133330.804000', '133330.806000', '133330.810000', '133330.812000', '133330.815000', '133330.879000', '133330.882000', '133330.884000', '133330.887000', '133330.889000', '133330.892000', '133330.895000', '133330.897000', '133330.900000', '133330.902000', '133330.905000', '133330.908000', '133330.910000', '133330.913000', '133330.916000', '133330.918000', '133330.921000', '133330.924000', '133330.926000', '133330.929000', '133330.931000', '133330.934000', '133330.937000', '133330.939000', '133330.942000', '133330.945000', '133330.947000', '133330.950000', '133330.953000', '133330.956000', '133350.782000', '133350.785000', '133350.787000', '133350.790000', '133350.792000', '133350.795000', '133350.798000', '133350.800000', '133350.803000', '133350.806000', '133350.808000', '133350.811000', '133350.813000', '133350.870000', '133350.873000', '133350.875000', '133350.878000', '133350.881000', '133350.883000', '133350.886000', '133350.889000', '133350.891000', '133350.894000', '133350.896000', '133350.899000', '133350.902000', '133350.904000', '133350.907000', '133350.910000', '133350.912000', '133350.915000', '133350.918000', '133350.920000', '133350.923000', '133350.926000', '133350.928000', '133350.931000', '133350.934000', '133350.936000', '133350.939000', '133350.950000', '133350.953000', '133350.955000', '133350.958000', '133358.295000', '133358.298000', '133358.301000', '133358.304000', '133358.307000', '133358.309000', '133358.312000', '133358.315000', '133358.318000', '133358.321000', '133358.324000', '133358.328000', '133358.330000', '133358.333000', '133358.336000', '133358.339000', '133358.341000'], 'InstanceCreationTime': ['132730.827000', '132730.831000', '132730.833000', '132730.836000', '132730.838000', '132730.841000', '132730.844000', '132730.846000', '132730.849000', '132730.852000', '132730.854000', '132730.857000', '132730.859000', '132730.862000', '132730.865000', '132730.867000', '132730.870000', '132730.872000', '132730.875000', '132730.877000', '132730.880000', '132730.883000', '132730.885000', '132730.888000', '132730.890000', '132730.893000', '132730.896000', '132730.898000', '132730.904000', '132750.781000', '132750.784000', '132750.787000', '132750.789000', '132750.792000', '132750.795000', '132750.807000', '132750.810000', '132750.812000', '132750.815000', '132750.818000', '132750.821000', '132750.823000', '132750.826000', '132750.829000', '132750.831000', '132750.834000', '132750.836000', '132750.839000', '132750.842000', '132750.845000', '132750.847000', '132750.850000', '132750.853000', '132750.856000', '132750.858000', '132750.873000', '132750.876000', '132750.879000', '132750.881000', '132750.884000', '132750.886000', '132750.889000', '132750.892000', '132750.894000', '132750.897000', '132750.899000', '132750.902000', '132750.905000', '132750.907000', '132750.910000', '132750.913000', '132750.915000', '132810.781000', '132810.784000', '132810.787000', '132810.790000', '132810.792000', '132810.795000', '132810.798000', '132810.800000', '132810.803000', '132810.805000', '132810.808000', '132810.810000', '132810.813000', '132810.816000', '132810.818000', '132810.821000', '132810.823000', '132810.826000', '132810.829000', '132810.831000', '132810.834000', '132810.836000', '132810.839000', '132810.842000', '132810.844000', '132810.847000', '132810.849000', '132810.852000', '132810.855000', '132810.862000', '132810.864000', '132810.867000', '132810.869000', '132810.872000', '132810.875000', '132810.877000', '132810.880000', '132810.882000', '132810.885000', '132810.888000', '132810.890000', '132810.893000', '132810.896000', '132810.898000', '132830.782000', '132830.785000', '132830.788000', '132830.790000', '132830.793000', '132830.796000', '132830.798000', '132830.801000', '132830.804000', '132830.806000', '132830.809000', '132830.812000', '132830.815000', '132830.817000', '132830.820000', '132830.823000', '132830.825000', '132830.828000', '132830.832000', '132830.835000', '132830.838000', '132830.840000', '132830.843000', '132830.846000', '132830.849000', '132830.852000', '132830.854000', '132830.857000', '132830.859000', '132830.862000', '132830.865000', '132830.867000', '132830.870000', '132830.872000', '132830.875000', '132830.878000', '132830.881000', '132830.883000', '132830.886000', '132830.889000', '132830.891000', '132830.894000', '132830.897000', '132850.782000', '132850.785000', '132850.787000', '132850.790000', '132850.792000', '132850.795000', '132850.799000', '132850.801000', '132850.804000', '132850.807000', '132850.809000', '132850.812000', '132850.815000', '132850.991000', '132850.993000', '132850.996000', '132850.998000', '132851.002000', '132851.004000', '132851.007000', '132851.009000', '132851.012000', '132851.015000', '132851.017000', '132851.020000', '132851.023000', '132851.025000', '132851.028000', '132851.030000', '132851.033000', '132851.036000', '132851.038000', '132851.041000', '132851.044000', '132851.046000', '132851.049000', '132851.052000', '132851.054000', '132851.057000', '132851.060000', '132851.062000', '132851.065000', '132851.068000', '132851.072000', '132910.781000', '132910.784000', '132910.787000', '132910.790000', '132910.792000', '132910.795000', '132910.798000', '132910.800000', '132910.803000', '132910.806000', '132910.808000', '132910.811000', '132910.813000', '132910.865000', '132910.868000', '132910.870000', '132910.873000', '132910.876000', '132910.878000', '132910.881000', '132910.884000', '132910.886000', '132910.889000', '132910.892000', '132910.894000', '132910.897000', '132910.900000', '132910.902000', '132910.905000', '132910.907000', '132910.910000', '132910.913000', '132910.915000', '132910.918000', '132910.921000', '132910.923000', '132910.926000', '132910.929000', '132910.931000', '132910.934000', '132910.936000', '132910.939000', '132910.942000', '132930.782000', '132930.785000', '132930.787000', '132930.790000', '132930.792000', '132930.795000', '132930.798000', '132930.800000', '132930.803000', '132930.806000', '132930.808000', '132930.811000', '132930.813000', '132930.856000', '132930.859000', '132930.861000', '132930.864000', '132930.866000', '132930.869000', '132930.872000', '132930.874000', '132930.877000', '132930.888000', '132930.890000', '132930.893000', '132930.896000', '132930.898000', '132930.901000', '132930.904000', '132930.906000', '132930.909000', '132930.911000', '132930.914000', '132930.917000', '132930.919000', '132930.922000', '132930.925000', '132930.927000', '132930.930000', '132930.932000', '132930.935000', '132930.938000', '132930.940000', '132930.943000', '132950.781000', '132950.784000', '132950.787000', '132950.790000', '132950.792000', '132950.795000', '132950.798000', '132950.801000', '132950.803000', '132950.806000', '132950.809000', '132950.811000', '132950.814000', '132950.817000', '132950.819000', '132950.822000', '132950.824000', '132950.828000', '132950.831000', '132950.833000', '132950.836000', '132950.839000', '132950.841000', '132950.844000', '132950.847000', '132950.849000', '132950.852000', '132950.855000', '132950.857000', '132950.860000', '132950.862000', '132950.865000', '132950.868000', '132950.873000', '132950.876000', '132950.878000', '132950.881000', '132950.884000', '132950.886000', '132950.889000', '132950.892000', '132950.894000', '132950.897000', '133010.782000', '133010.784000', '133010.787000', '133010.790000', '133010.792000', '133010.795000', '133010.797000', '133010.800000', '133010.803000', '133010.805000', '133010.808000', '133010.811000', '133010.813000', '133010.816000', '133010.819000', '133010.821000', '133010.824000', '133010.826000', '133010.829000', '133010.832000', '133010.834000', '133010.837000', '133010.840000', '133010.842000', '133010.845000', '133010.848000', '133010.850000', '133010.853000', '133010.855000', '133010.858000', '133010.861000', '133010.864000', '133010.866000', '133010.869000', '133010.872000', '133010.874000', '133010.877000', '133010.879000', '133010.882000', '133010.885000', '133010.887000', '133010.890000', '133010.892000', '133010.895000', '133030.781000', '133030.785000', '133030.787000', '133030.790000', '133030.793000', '133030.796000', '133030.798000', '133030.801000', '133030.803000', '133030.806000', '133030.809000', '133030.812000', '133030.814000', '133030.817000', '133030.820000', '133030.822000', '133030.825000', '133030.828000', '133030.830000', '133030.833000', '133030.836000', '133030.839000', '133030.841000', '133030.844000', '133030.847000', '133030.849000', '133030.852000', '133030.861000', '133030.864000', '133030.867000', '133030.869000', '133030.872000', '133030.875000', '133030.877000', '133030.880000', '133030.883000', '133030.885000', '133030.888000', '133030.890000', '133030.893000', '133030.896000', '133030.898000', '133030.901000', '133050.782000', '133050.785000', '133050.788000', '133050.791000', '133050.793000', '133050.796000', '133050.799000', '133050.801000', '133050.804000', '133050.806000', '133050.809000', '133050.812000', '133050.815000', '133050.817000', '133050.820000', '133050.823000', '133050.825000', '133050.828000', '133050.831000', '133050.833000', '133050.836000', '133050.839000', '133050.841000', '133050.844000', '133050.847000', '133050.849000', '133050.852000', '133050.855000', '133050.857000', '133050.860000', '133050.862000', '133050.865000', '133050.868000', '133050.870000', '133050.873000', '133050.876000', '133050.878000', '133050.881000', '133050.884000', '133050.886000', '133050.889000', '133050.892000', '133050.894000', '133050.897000', '133110.782000', '133110.784000', '133110.787000', '133110.800000', '133110.803000', '133110.805000', '133110.808000', '133110.811000', '133110.813000', '133110.850000', '133110.852000', '133110.855000', '133110.858000', '133110.861000', '133110.863000', '133110.866000', '133110.868000', '133110.871000', '133110.874000', '133110.876000', '133110.879000', '133110.882000', '133110.884000', '133110.887000', '133110.890000', '133110.892000', '133110.895000', '133110.897000', '133110.900000', '133110.903000', '133110.906000', '133110.909000', '133110.912000', '133110.915000', '133110.918000', '133110.920000', '133110.923000', '133110.926000', '133110.928000', '133110.931000', '133110.934000', '133110.937000', '133110.940000', '133130.781000', '133130.784000', '133130.787000', '133130.790000', '133130.792000', '133130.795000', '133130.798000', '133130.800000', '133130.803000', '133130.805000', '133130.808000', '133130.811000', '133130.813000', '133130.816000', '133130.862000', '133130.865000', '133130.867000', '133130.870000', '133130.873000', '133130.875000', '133130.878000', '133130.880000', '133130.883000', '133130.886000', '133130.888000', '133130.891000', '133130.894000', '133130.896000', '133130.899000', '133130.902000', '133130.904000', '133130.907000', '133130.910000', '133130.913000', '133130.915000', '133130.918000', '133130.920000', '133130.923000', '133130.926000', '133130.928000', '133130.931000', '133130.934000', '133130.936000', '133130.939000', '133150.782000', '133150.785000', '133150.787000', '133150.790000', '133150.793000', '133150.795000', '133150.798000', '133150.801000', '133150.803000', '133150.806000', '133150.809000', '133150.811000', '133150.814000', '133150.870000', '133150.873000', '133150.876000', '133150.878000', '133150.881000', '133150.883000', '133150.886000', '133150.889000', '133150.891000', '133150.894000', '133150.897000', '133150.899000', '133150.902000', '133150.905000', '133150.907000', '133150.910000', '133150.913000', '133150.915000', '133150.918000', '133150.921000', '133150.923000', '133150.926000', '133150.929000', '133150.931000', '133150.934000', '133150.937000', '133150.940000', '133150.943000', '133150.945000', '133150.948000', '133210.782000', '133210.785000', '133210.787000', '133210.790000', '133210.793000', '133210.796000', '133210.798000', '133210.801000', '133210.804000', '133210.806000', '133210.809000', '133210.811000', '133210.814000', '133210.883000', '133210.886000', '133210.889000', '133210.891000', '133210.894000', '133210.897000', '133210.899000', '133210.902000', '133210.905000', '133210.907000', '133210.910000', '133210.912000', '133210.915000', '133210.918000', '133210.920000', '133210.923000', '133210.926000', '133210.929000', '133210.931000', '133210.934000', '133210.936000', '133210.939000', '133210.942000', '133210.944000', '133210.947000', '133210.950000', '133210.952000', '133210.955000', '133210.958000', '133210.960000', '133210.963000', '133230.782000', '133230.784000', '133230.787000', '133230.790000', '133230.792000', '133230.795000', '133230.798000', '133230.800000', '133230.803000', '133230.806000', '133230.808000', '133230.811000', '133230.814000', '133230.866000', '133230.869000', '133230.872000', '133230.874000', '133230.877000', '133230.880000', '133230.882000', '133230.885000', '133230.888000', '133230.890000', '133230.893000', '133230.896000', '133230.898000', '133230.901000', '133230.904000', '133230.917000', '133230.920000', '133230.923000', '133230.926000', '133230.928000', '133230.931000', '133230.934000', '133230.936000', '133230.939000', '133230.942000', '133230.944000', '133230.947000', '133230.951000', '133230.953000', '133230.956000', '133250.782000', '133250.785000', '133250.787000', '133250.790000', '133250.793000', '133250.813000', '133250.879000', '133250.882000', '133250.885000', '133250.887000', '133250.890000', '133250.893000', '133250.895000', '133250.898000', '133250.900000', '133250.903000', '133250.906000', '133250.908000', '133250.911000', '133250.914000', '133250.916000', '133250.919000', '133250.922000', '133250.924000', '133250.927000', '133250.930000', '133250.933000', '133250.935000', '133250.938000', '133250.941000', '133250.943000', '133250.946000', '133250.949000', '133250.951000', '133250.954000', '133250.957000', '133250.959000', '133250.962000', '133250.964000', '133250.967000', '133250.970000', '133250.973000', '133250.975000', '133310.782000', '133310.785000', '133310.788000', '133310.791000', '133310.793000', '133310.796000', '133310.799000', '133310.801000', '133310.804000', '133310.807000', '133310.809000', '133310.812000', '133310.815000', '133310.883000', '133310.886000', '133310.888000', '133310.891000', '133310.894000', '133310.896000', '133310.899000', '133310.901000', '133310.904000', '133310.907000', '133310.909000', '133310.912000', '133310.915000', '133310.917000', '133310.920000', '133310.923000', '133310.925000', '133310.928000', '133310.931000', '133310.933000', '133310.936000', '133310.939000', '133310.941000', '133310.944000', '133310.947000', '133310.955000', '133310.958000', '133310.960000', '133310.963000', '133310.966000', '133310.968000', '133330.782000', '133330.784000', '133330.787000', '133330.790000', '133330.793000', '133330.795000', '133330.799000', '133330.801000', '133330.804000', '133330.806000', '133330.810000', '133330.812000', '133330.815000', '133330.879000', '133330.882000', '133330.884000', '133330.887000', '133330.889000', '133330.892000', '133330.895000', '133330.897000', '133330.900000', '133330.902000', '133330.905000', '133330.908000', '133330.910000', '133330.913000', '133330.916000', '133330.918000', '133330.921000', '133330.924000', '133330.926000', '133330.929000', '133330.931000', '133330.934000', '133330.937000', '133330.939000', '133330.942000', '133330.945000', '133330.947000', '133330.950000', '133330.953000', '133330.956000', '133350.782000', '133350.785000', '133350.787000', '133350.790000', '133350.792000', '133350.795000', '133350.798000', '133350.800000', '133350.803000', '133350.806000', '133350.808000', '133350.811000', '133350.813000', '133350.870000', '133350.873000', '133350.875000', '133350.878000', '133350.881000', '133350.883000', '133350.886000', '133350.889000', '133350.891000', '133350.894000', '133350.896000', '133350.899000', '133350.902000', '133350.904000', '133350.907000', '133350.910000', '133350.912000', '133350.915000', '133350.918000', '133350.920000', '133350.923000', '133350.926000', '133350.928000', '133350.931000', '133350.934000', '133350.936000', '133350.939000', '133350.950000', '133350.953000', '133350.955000', '133350.958000', '133358.295000', '133358.298000', '133358.301000', '133358.304000', '133358.307000', '133358.309000', '133358.312000', '133358.315000', '133358.318000', '133358.321000', '133358.324000', '133358.328000', '133358.330000', '133358.333000', '133358.336000', '133358.339000', '133358.341000'], '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': [9472, 7897, 9011, 7579, 9998, 8116, 10124, 14038, 9745, 14274, 9015, 11357, 8736, 12324, 9664, 10406, 12852, 9080, 15230, 10440, 10888, 9680, 14004, 8720, 9937, 8281, 12389, 11513, 11487, 8891, 10354, 15371, 8546, 11897, 9470, 11332, 8406, 10147, 7757, 9300, 13819, 10611, 9473, 8067, 9524, 7604, 10396, 11571, 9591, 8497, 9386, 9771, 8896, 7583, 9406, 7784, 9576, 8189, 9689, 9845, 11803, 9317, 12337, 9488, 14268, 11181, 12215, 16453, 12890, 15104, 9315, 11984, 8642, 13012, 12807, 9977, 9417, 9675, 10028, 9488, 10516, 9615, 9779, 9109, 12861, 8810, 10284, 8790, 10009, 12037, 9485, 11857, 9242, 10444, 8653, 11345, 9799, 10689, 8404, 9353, 13277, 8841, 10766, 8316, 11242, 8517, 9495, 13074, 9275, 12591, 8865, 10007, 8925, 9864, 11960, 9849, 13451, 9362, 10100, 8724, 10577, 11934, 10133, 13765, 9076, 10170, 8320, 10304, 8627, 9863, 12542, 9406, 10482, 8942, 10022, 8548, 11002, 11187, 10136, 8909, 9740, 13508, 9142, 12344, 10648, 11160, 9203, 9807, 14179, 9343, 11082, 8324, 10923, 9215, 9640, 14064, 9408, 11074, 8899, 12327, 8876, 10893, 9362, 10164, 8369, 10125, 8997, 11353, 9007, 11548, 8508, 10462, 12230, 10428, 12129, 10205, 12019, 11155, 7520, 7644, 10415, 13772, 11507, 9617, 14648, 9726, 11693, 9121, 10855, 14185, 10582, 13885, 10803, 14206, 15298, 13100, 14592, 10653, 13580, 11662, 11489, 15618, 11912, 13292, 9474, 11393, 10002, 11139, 12337, 9902, 9790, 8178, 11143, 8519, 10336, 8985, 8939, 9060, 8446, 9003, 8534, 10277, 8014, 8888, 9244, 8486, 8925, 8063, 9014, 8118, 8595, 9682, 8311, 9563, 8300, 8999, 8127, 9355, 7317, 8512, 12483, 8191, 10168, 8251, 9928, 8615, 10314, 14092, 8989, 13570, 8583, 11538, 8181, 12108, 8901, 10301, 13955, 8636, 13137, 8885, 14151, 8109, 11159, 9433, 10307, 12603, 9893, 13974, 8801, 12282, 7933, 11545, 12978, 10359, 13191, 9155, 14594, 8404, 11318, 9305, 10614, 13420, 9927, 11147, 8274, 11351, 8067, 10046, 8150, 10501, 8460, 9867, 13081, 8801, 13391, 9447, 10978, 9020, 11975, 8183, 11484, 9487, 11570, 10221, 10852, 9551, 9967, 14303, 8889, 12067, 9279, 11152, 9647, 10093, 10935, 10624, 14352, 11538, 13973, 9308, 13708, 8848, 9065, 9206, 13281, 8323, 13711, 9167, 14445, 8608, 13629, 8374, 11105, 13559, 10391, 10377, 8435, 10592, 8236, 11971, 13053, 10419, 12479, 8975, 14429, 8015, 11298, 11549, 9882, 11651, 9918, 14058, 8359, 10855, 8540, 9342, 12802, 9624, 13989, 8332, 11707, 8091, 10307, 8226, 9760, 8513, 9781, 12623, 9083, 13228, 9022, 9186, 7931, 10008, 10928, 10281, 8982, 8033, 10968, 7657, 11083, 12964, 8927, 15242, 10563, 13766, 8232, 11797, 10604, 10683, 15699, 11307, 13268, 8420, 11841, 11584, 11222, 15382, 10634, 10252, 8265, 9998, 8433, 11392, 13568, 10237, 12454, 8415, 11921, 9368, 10860, 13938, 9189, 12610, 8735, 11984, 8743, 10834, 9058, 10443, 10479, 9614, 14450, 8570, 10054, 8300, 12082, 8725, 10331, 14137, 8882, 10893, 8351, 12279, 8704, 11011, 11609, 9699, 13889, 8564, 10024, 8333, 12468, 8595, 9728, 14118, 8685, 11425, 8070, 11940, 8829, 9046, 13390, 8998, 12839, 8333, 11331, 8001, 9276, 7566, 9233, 13386, 8626, 9584, 8176, 9431, 7749, 8960, 13899, 8897, 12606, 8623, 13342, 8608, 11155, 13711, 10885, 14797, 8828, 13189, 9182, 11793, 14220, 11784, 14884, 8326, 11235, 8209, 11013, 11797, 9730, 12533, 8655, 10631, 8149, 11370, 11648, 10599, 14390, 10059, 10323, 8250, 10461, 9063, 11165, 14072, 10572, 10575, 8305, 10460, 8493, 10931, 12564, 9861, 10191, 9512, 12652, 8443, 10546, 11104, 10253, 9596, 9153, 13807, 8279, 10160, 9166, 11571, 8422, 9452, 14149, 8610, 10268, 8519, 11802, 8832, 10110, 14527, 8598, 11472, 8598, 9564, 8005, 11098, 8571, 10191, 13081, 10155, 11018, 8867, 10773, 7694, 10078, 13348, 8779, 9649, 8360, 11400, 8860, 9118, 13273, 8577, 10119, 8052, 9935, 10584, 8827, 14102, 8285, 10184, 8120, 10576, 12278, 9302, 14035, 8491, 10540, 8280, 11007, 9138, 9317, 14226, 8555, 13155, 8799, 10209, 8308, 10375, 11418, 11043, 14172, 10791, 11842, 10221, 9716, 10198, 8913, 10734, 9676, 10226, 9449, 9993, 11487, 11358, 12531, 10332, 10800, 8192, 9459, 8391, 10887, 10896, 11525, 13355, 10616, 12972, 8900, 10203, 8189, 10295, 10028, 9562, 13725, 9417, 9489, 8525, 11142, 9910, 10260, 13279, 10072, 11219, 9062, 8691, 7852, 10124, 8011, 8465, 7666, 9207, 8005, 9281, 8200, 11420, 8435, 11276, 8279, 12849, 14722, 9926, 14015, 11655, 10313, 9923, 9186, 14359, 8457, 11529, 9486, 10403, 14487, 9342, 13469, 8268, 9635, 8245, 10781, 8835, 10199, 7648, 10707, 7574, 10418, 12123, 10590, 9064, 10938, 11093, 10358, 12517, 9535, 9750, 8458, 9544, 14684, 9913, 13300, 9759, 10083, 8737, 12173, 12607, 9948, 13645, 8284, 10691, 8475, 10635, 9321, 9935, 12932, 8038, 8939, 7554, 9761, 10058, 9547, 9955, 7860, 9739, 8451, 9670, 12370, 8356, 8596, 8150, 9561, 13532, 9099, 10647, 7720, 10180, 8930, 9226, 10707, 8475, 9164, 7752, 9571, 13663, 8828, 11500, 7975, 9048, 7877, 9292, 12746, 8340, 9897, 8306, 9998, 8534, 9792, 8092, 9570, 7839, 9007, 13666, 8654, 11298, 9884, 12232, 9281, 11486, 9636, 10180, 8301, 10335, 14273, 10098, 13135, 10311, 13066, 8389, 11088, 13091, 10569, 14003, 10672, 11869, 8442, 10332, 11515, 10039, 13029, 8887, 10337, 8289, 9923, 8352, 9878, 12259, 9586, 10490, 8368, 8795, 8160, 10341, 7996, 9772, 13867, 8593, 12982, 8017, 10028, 8056, 9611, 10326, 8604, 13412, 8398, 9913, 8145, 9187, 8032, 10514, 11766, 9833, 11907, 8877, 13000, 9385, 11725, 10532, 10991, 8080, 9633, 15013, 8679, 13177, 9166, 9403, 8152, 9914, 13212, 9820, 13112, 8588, 9902, 8101, 9456, 7539, 9045, 14337, 8679, 10464, 8154, 8939, 8207, 8587, 7490, 8240, 8040, 9374, 8954, 7901, 8168, 8149, 8690, 8802, 11381, 9589, 11876, 15650, 12060, 14168, 11524, 11136, 13887, 11740, 10126, 11102, 13942, 10730, 8381, 11287, 12397, 10637, 12327, 9834, 11574, 9470], 'WindowCenter': [4325.0, 4287.0, 4294.0, 4271.0, 4291.0, 4269.0, 4291.0, 4308.0, 4291.0, 4310.0, 4268.0, 4288.0, 4256.0, 4298.0, 4264.0, 4288.0, 4296.0, 4268.0, 4306.0, 4288.0, 4286.0, 4280.0, 4308.0, 4268.0, 4278.0, 4258.0, 4298.0, 4287.0, 4287.0, 4254.0, 4276.0, 4295.0, 4266.0, 4287.0, 4267.0, 4285.0, 4255.0, 4288.0, 4258.0, 4280.0, 4308.0, 4288.0, 4276.0, 4268.0, 4279.0, 4256.0, 4289.0, 4287.0, 4291.0, 4279.0, 4291.0, 4289.0, 4292.0, 4270.0, 4291.0, 4271.0, 4303.0, 4294.0, 4301.0, 4304.0, 4312.0, 4292.0, 4310.0, 4292.0, 4311.0, 4288.0, 4298.0, 4303.0, 4284.0, 4293.0, 4264.0, 4283.0, 4253.0, 4295.0, 4280.0, 4262.0, 4261.0, 4274.0, 4273.0, 4277.0, 4274.0, 4276.0, 4275.0, 4278.0, 4296.0, 4278.0, 4288.0, 4266.0, 4277.0, 4294.0, 4277.0, 4285.0, 4276.0, 4274.0, 4265.0, 4286.0, 4274.0, 4285.0, 4254.0, 4275.0, 4296.0, 4277.0, 4288.0, 4266.0, 4287.0, 4266.0, 4288.0, 4306.0, 4278.0, 4297.0, 4266.0, 4276.0, 4277.0, 4288.0, 4286.0, 4277.0, 4296.0, 4265.0, 4275.0, 4263.0, 4286.0, 4283.0, 4275.0, 4294.0, 4264.0, 4273.0, 4254.0, 4275.0, 4264.0, 4287.0, 4295.0, 4277.0, 4287.0, 4293.0, 4289.0, 4278.0, 4288.0, 4285.0, 4287.0, 4265.0, 4277.0, 4296.0, 4265.0, 4296.0, 4273.0, 4285.0, 4264.0, 4275.0, 4292.0, 4264.0, 4274.0, 4252.0, 4273.0, 4262.0, 4275.0, 4293.0, 4275.0, 4285.0, 4279.0, 4353.0, 4338.0, 4359.0, 4306.0, 4288.0, 4255.0, 4275.0, 4265.0, 4290.0, 4281.0, 4287.0, 4251.0, 4244.0, 4212.0, 4220.0, 4257.0, 4249.0, 4259.0, 4255.0, 4240.0, 4257.0, 4290.0, 4298.0, 4273.0, 4265.0, 4282.0, 4262.0, 4283.0, 4261.0, 4274.0, 4281.0, 4260.0, 4281.0, 4259.0, 4270.0, 4266.0, 4256.0, 4264.0, 4233.0, 4255.0, 4242.0, 4242.0, 4250.0, 4240.0, 4239.0, 4218.0, 4239.0, 4217.0, 4241.0, 4239.0, 4231.0, 4230.0, 4210.0, 4242.0, 4210.0, 4233.0, 4221.0, 4235.0, 4224.0, 4226.0, 4237.0, 4239.0, 4260.0, 4239.0, 4252.0, 4250.0, 4252.0, 4250.0, 4242.0, 4253.0, 4242.0, 4255.0, 4263.0, 4256.0, 4264.0, 4255.0, 4266.0, 4256.0, 4279.0, 4245.0, 4269.0, 4296.0, 4269.0, 4289.0, 4270.0, 4291.0, 4270.0, 4292.0, 4309.0, 4282.0, 4310.0, 4269.0, 4297.0, 4269.0, 4300.0, 4278.0, 4290.0, 4308.0, 4271.0, 4309.0, 4281.0, 4310.0, 4270.0, 4301.0, 4278.0, 4290.0, 4298.0, 4291.0, 4310.0, 4278.0, 4299.0, 4258.0, 4300.0, 4297.0, 4278.0, 4296.0, 4278.0, 4307.0, 4257.0, 4288.0, 4266.0, 4288.0, 4295.0, 4278.0, 4287.0, 4269.0, 4288.0, 4270.0, 4289.0, 4269.0, 4289.0, 4269.0, 4291.0, 4322.0, 4294.0, 4322.0, 4292.0, 4300.0, 4280.0, 4299.0, 4269.0, 4300.0, 4278.0, 4299.0, 4289.0, 4301.0, 4278.0, 4291.0, 4309.0, 4281.0, 4299.0, 4280.0, 4288.0, 4278.0, 4290.0, 4287.0, 4290.0, 4308.0, 4300.0, 4310.0, 4281.0, 4309.0, 4268.0, 4269.0, 4277.0, 4307.0, 4267.0, 4305.0, 4277.0, 4306.0, 4268.0, 4307.0, 4270.0, 4302.0, 4308.0, 4288.0, 4276.0, 4269.0, 4288.0, 4268.0, 4300.0, 4297.0, 4287.0, 4295.0, 4267.0, 4307.0, 4258.0, 4289.0, 4287.0, 4278.0, 4284.0, 4277.0, 4295.0, 4256.0, 4287.0, 4255.0, 4268.0, 4295.0, 4278.0, 4296.0, 4268.0, 4287.0, 4258.0, 4278.0, 4268.0, 4278.0, 4268.0, 4291.0, 4300.0, 4279.0, 4300.0, 4279.0, 4278.0, 4258.0, 4280.0, 4288.0, 4291.0, 4266.0, 4255.0, 4288.0, 4260.0, 4301.0, 4309.0, 4280.0, 4308.0, 4289.0, 4306.0, 4268.0, 4300.0, 4287.0, 4289.0, 4307.0, 4288.0, 4295.0, 4267.0, 4298.0, 4285.0, 4287.0, 4305.0, 4275.0, 4275.0, 4256.0, 4276.0, 4255.0, 4287.0, 4295.0, 4276.0, 4285.0, 4255.0, 4285.0, 4262.0, 4275.0, 4294.0, 4265.0, 4285.0, 4266.0, 4285.0, 4253.0, 4276.0, 4264.0, 4276.0, 4274.0, 4277.0, 4295.0, 4266.0, 4275.0, 4255.0, 4286.0, 4253.0, 4277.0, 4294.0, 4266.0, 4275.0, 4255.0, 4285.0, 4265.0, 4288.0, 4285.0, 4277.0, 4295.0, 4254.0, 4276.0, 4255.0, 4296.0, 4254.0, 4266.0, 4293.0, 4266.0, 4285.0, 4245.0, 4284.0, 4253.0, 4278.0, 4294.0, 4266.0, 4286.0, 4256.0, 4285.0, 4256.0, 4267.0, 4244.0, 4278.0, 4296.0, 4267.0, 4276.0, 4269.0, 4279.0, 4256.0, 4280.0, 4307.0, 4279.0, 4297.0, 4269.0, 4309.0, 4268.0, 4290.0, 4296.0, 4288.0, 4306.0, 4268.0, 4297.0, 4264.0, 4287.0, 4294.0, 4287.0, 4293.0, 4255.0, 4276.0, 4254.0, 4276.0, 4284.0, 4277.0, 4285.0, 4267.0, 4276.0, 4256.0, 4287.0, 4285.0, 4288.0, 4295.0, 4264.0, 4262.0, 4255.0, 4276.0, 4252.0, 4286.0, 4294.0, 4275.0, 4273.0, 4257.0, 4275.0, 4255.0, 4288.0, 4296.0, 4278.0, 4277.0, 4278.0, 4295.0, 4255.0, 4288.0, 4285.0, 4276.0, 4264.0, 4267.0, 4296.0, 4257.0, 4277.0, 4265.0, 4286.0, 4254.0, 4278.0, 4296.0, 4266.0, 4276.0, 4256.0, 4286.0, 4264.0, 4278.0, 4295.0, 4266.0, 4285.0, 4267.0, 4277.0, 4257.0, 4287.0, 4266.0, 4278.0, 4296.0, 4277.0, 4276.0, 4254.0, 4275.0, 4244.0, 4277.0, 4294.0, 4265.0, 4266.0, 4254.0, 4285.0, 4264.0, 4267.0, 4295.0, 4266.0, 4276.0, 4256.0, 4276.0, 4274.0, 4266.0, 4295.0, 4254.0, 4276.0, 4244.0, 4276.0, 4283.0, 4265.0, 4295.0, 4254.0, 4275.0, 4254.0, 4275.0, 4263.0, 4266.0, 4294.0, 4265.0, 4297.0, 4267.0, 4275.0, 4256.0, 4277.0, 4285.0, 4287.0, 4295.0, 4288.0, 4276.0, 4238.0, 4210.0, 4238.0, 4231.0, 4254.0, 4240.0, 4253.0, 4241.0, 4251.0, 4288.0, 4302.0, 4298.0, 4275.0, 4261.0, 4229.0, 4238.0, 4240.0, 4262.0, 4262.0, 4275.0, 4283.0, 4277.0, 4283.0, 4253.0, 4262.0, 4229.0, 4251.0, 4249.0, 4251.0, 4282.0, 4253.0, 4263.0, 4253.0, 4275.0, 4262.0, 4263.0, 4271.0, 4262.0, 4260.0, 4266.0, 4240.0, 4230.0, 4250.0, 4242.0, 4244.0, 4257.0, 4277.0, 4271.0, 4281.0, 4285.0, 4303.0, 4270.0, 4288.0, 4269.0, 4302.0, 4298.0, 4265.0, 4284.0, 4263.0, 4265.0, 4263.0, 4265.0, 4293.0, 4243.0, 4274.0, 4263.0, 4276.0, 4281.0, 4252.0, 4281.0, 4242.0, 4265.0, 4284.0, 4307.0, 4257.0, 4255.0, 4222.0, 4252.0, 4217.0, 4260.0, 4273.0, 4288.0, 4267.0, 4287.0, 4272.0, 4263.0, 4272.0, 4251.0, 4254.0, 4243.0, 4279.0, 4307.0, 4278.0, 4297.0, 4265.0, 4263.0, 4241.0, 4272.0, 4270.0, 4252.0, 4280.0, 4242.0, 4263.0, 4243.0, 4274.0, 4251.0, 4263.0, 4272.0, 4243.0, 4253.0, 4231.0, 4263.0, 4251.0, 4277.0, 4265.0, 4245.0, 4265.0, 4241.0, 4264.0, 4271.0, 4242.0, 4242.0, 4242.0, 4264.0, 4282.0, 4253.0, 4263.0, 4243.0, 4274.0, 4252.0, 4265.0, 4274.0, 4256.0, 4265.0, 4243.0, 4266.0, 4283.0, 4266.0, 4275.0, 4256.0, 4255.0, 4243.0, 4266.0, 4284.0, 4255.0, 4280.0, 4246.0, 4222.0, 4203.0, 4244.0, 4223.0, 4232.0, 4209.0, 4233.0, 4275.0, 4260.0, 4279.0, 4307.0, 4329.0, 4294.0, 4288.0, 4279.0, 4276.0, 4255.0, 4277.0, 4295.0, 4277.0, 4286.0, 4276.0, 4297.0, 4257.0, 4289.0, 4284.0, 4275.0, 4283.0, 4262.0, 4271.0, 4242.0, 4263.0, 4271.0, 4264.0, 4283.0, 4253.0, 4264.0, 4243.0, 4263.0, 4241.0, 4262.0, 4270.0, 4264.0, 4263.0, 4254.0, 4254.0, 4254.0, 4275.0, 4244.0, 4276.0, 4294.0, 4255.0, 4285.0, 4245.0, 4276.0, 4256.0, 4278.0, 4276.0, 4268.0, 4296.0, 4257.0, 4276.0, 4257.0, 4268.0, 4257.0, 4289.0, 4286.0, 4278.0, 4286.0, 4268.0, 4297.0, 4266.0, 4286.0, 4276.0, 4276.0, 4244.0, 4268.0, 4294.0, 4256.0, 4285.0, 4265.0, 4265.0, 4244.0, 4267.0, 4283.0, 4265.0, 4284.0, 4254.0, 4263.0, 4254.0, 4264.0, 4245.0, 4266.0, 4294.0, 4267.0, 4274.0, 4272.0, 4312.0, 4269.0, 4283.0, 4244.0, 4212.0, 4200.0, 4235.0, 4227.0, 4206.0, 4218.0, 4231.0, 4260.0, 4272.0, 4291.0, 4269.0, 4280.0, 4301.0, 4277.0, 4257.0, 4244.0, 4275.0, 4293.0, 4285.0, 4260.0, 4260.0, 4266.0, 4247.0, 4228.0, 4273.0, 4312.0, 4278.0, 4263.0, 4225.0, 4250.0, 4255.0], 'WindowWidth': [9576.0, 9509.0, 9512.0, 9474.0, 9501.0, 9467.0, 9500.0, 9517.0, 9500.0, 9524.0, 9463.0, 9489.0, 9442.0, 9501.0, 9451.0, 9489.0, 9496.0, 9462.0, 9511.0, 9489.0, 9484.0, 9481.0, 9517.0, 9463.0, 9475.0, 9450.0, 9504.0, 9484.0, 9485.0, 9436.0, 9469.0, 9494.0, 9455.0, 9485.0, 9457.0, 9480.0, 9440.0, 9492.0, 9453.0, 9484.0, 9518.0, 9491.0, 9474.0, 9466.0, 9482.0, 9445.0, 9496.0, 9489.0, 9502.0, 9481.0, 9502.0, 9495.0, 9505.0, 9473.0, 9501.0, 9476.0, 9521.0, 9513.0, 9517.0, 9524.0, 9531.0, 9506.0, 9526.0, 9504.0, 9531.0, 9490.0, 9506.0, 9505.0, 9479.0, 9488.0, 9453.0, 9478.0, 9436.0, 9495.0, 9468.0, 9447.0, 9444.0, 9467.0, 9464.0, 9475.0, 9468.0, 9475.0, 9472.0, 9480.0, 9501.0, 9479.0, 9493.0, 9460.0, 9477.0, 9495.0, 9475.0, 9482.0, 9474.0, 9469.0, 9457.0, 9488.0, 9468.0, 9485.0, 9440.0, 9473.0, 9500.0, 9476.0, 9493.0, 9459.0, 9488.0, 9460.0, 9494.0, 9513.0, 9479.0, 9503.0, 9462.0, 9475.0, 9475.0, 9493.0, 9484.0, 9477.0, 9500.0, 9456.0, 9469.0, 9452.0, 9487.0, 9476.0, 9470.0, 9493.0, 9453.0, 9464.0, 9441.0, 9470.0, 9453.0, 9490.0, 9497.0, 9477.0, 9490.0, 9512.0, 9497.0, 9479.0, 9494.0, 9484.0, 9489.0, 9456.0, 9477.0, 9499.0, 9457.0, 9500.0, 9464.0, 9484.0, 9452.0, 9469.0, 9490.0, 9452.0, 9467.0, 9433.0, 9464.0, 9446.0, 9469.0, 9490.0, 9470.0, 9483.0, 9481.0, 9609.0, 9599.0, 9626.0, 9532.0, 9488.0, 9440.0, 9464.0, 9452.0, 9496.0, 9485.0, 9486.0, 9429.0, 9406.0, 9341.0, 9362.0, 9427.0, 9419.0, 9431.0, 9425.0, 9414.0, 9450.0, 9498.0, 9508.0, 9460.0, 9453.0, 9474.0, 9446.0, 9476.0, 9444.0, 9466.0, 9469.0, 9441.0, 9470.0, 9434.0, 9454.0, 9439.0, 9425.0, 9436.0, 9388.0, 9424.0, 9397.0, 9398.0, 9407.0, 9391.0, 9389.0, 9359.0, 9391.0, 9358.0, 9395.0, 9390.0, 9383.0, 9381.0, 9354.0, 9401.0, 9354.0, 9391.0, 9372.0, 9396.0, 9381.0, 9387.0, 9402.0, 9409.0, 9441.0, 9408.0, 9432.0, 9426.0, 9432.0, 9427.0, 9419.0, 9435.0, 9418.0, 9442.0, 9447.0, 9445.0, 9452.0, 9442.0, 9456.0, 9445.0, 9482.0, 9429.0, 9468.0, 9499.0, 9467.0, 9492.0, 9470.0, 9499.0, 9469.0, 9504.0, 9520.0, 9488.0, 9523.0, 9468.0, 9503.0, 9468.0, 9511.0, 9478.0, 9497.0, 9517.0, 9472.0, 9520.0, 9487.0, 9524.0, 9470.0, 9512.0, 9479.0, 9498.0, 9504.0, 9498.0, 9521.0, 9478.0, 9506.0, 9450.0, 9509.0, 9499.0, 9476.0, 9497.0, 9476.0, 9514.0, 9447.0, 9491.0, 9457.0, 9490.0, 9495.0, 9477.0, 9488.0, 9467.0, 9492.0, 9470.0, 9495.0, 9467.0, 9494.0, 9466.0, 9500.0, 9545.0, 9511.0, 9546.0, 9507.0, 9513.0, 9487.0, 9509.0, 9469.0, 9512.0, 9478.0, 9508.0, 9492.0, 9513.0, 9479.0, 9502.0, 9523.0, 9488.0, 9509.0, 9486.0, 9493.0, 9478.0, 9496.0, 9488.0, 9496.0, 9517.0, 9509.0, 9523.0, 9489.0, 9520.0, 9463.0, 9467.0, 9474.0, 9515.0, 9460.0, 9509.0, 9475.0, 9512.0, 9466.0, 9514.0, 9468.0, 9516.0, 9516.0, 9491.0, 9471.0, 9467.0, 9490.0, 9465.0, 9511.0, 9499.0, 9488.0, 9494.0, 9462.0, 9514.0, 9449.0, 9493.0, 9486.0, 9475.0, 9479.0, 9474.0, 9495.0, 9445.0, 9488.0, 9441.0, 9463.0, 9493.0, 9477.0, 9497.0, 9464.0, 9487.0, 9452.0, 9476.0, 9462.0, 9479.0, 9465.0, 9500.0, 9507.0, 9482.0, 9510.0, 9482.0, 9476.0, 9451.0, 9483.0, 9491.0, 9497.0, 9457.0, 9441.0, 9490.0, 9457.0, 9515.0, 9519.0, 9485.0, 9518.0, 9492.0, 9513.0, 9466.0, 9509.0, 9487.0, 9494.0, 9512.0, 9489.0, 9496.0, 9460.0, 9504.0, 9480.0, 9488.0, 9508.0, 9467.0, 9466.0, 9444.0, 9471.0, 9441.0, 9487.0, 9493.0, 9471.0, 9480.0, 9442.0, 9482.0, 9447.0, 9468.0, 9491.0, 9454.0, 9480.0, 9456.0, 9480.0, 9436.0, 9470.0, 9452.0, 9470.0, 9463.0, 9472.0, 9494.0, 9456.0, 9469.0, 9440.0, 9482.0, 9437.0, 9474.0, 9493.0, 9457.0, 9469.0, 9443.0, 9481.0, 9456.0, 9491.0, 9481.0, 9475.0, 9496.0, 9441.0, 9470.0, 9442.0, 9498.0, 9436.0, 9457.0, 9490.0, 9456.0, 9481.0, 9427.0, 9478.0, 9435.0, 9478.0, 9493.0, 9457.0, 9482.0, 9444.0, 9480.0, 9444.0, 9461.0, 9425.0, 9476.0, 9497.0, 9460.0, 9471.0, 9467.0, 9481.0, 9445.0, 9483.0, 9514.0, 9481.0, 9502.0, 9467.0, 9519.0, 9464.0, 9497.0, 9498.0, 9489.0, 9509.0, 9465.0, 9502.0, 9453.0, 9487.0, 9491.0, 9486.0, 9490.0, 9441.0, 9468.0, 9438.0, 9471.0, 9478.0, 9474.0, 9480.0, 9460.0, 9471.0, 9445.0, 9489.0, 9481.0, 9489.0, 9495.0, 9452.0, 9447.0, 9440.0, 9469.0, 9433.0, 9484.0, 9490.0, 9468.0, 9463.0, 9445.0, 9468.0, 9440.0, 9489.0, 9497.0, 9479.0, 9473.0, 9476.0, 9494.0, 9443.0, 9492.0, 9481.0, 9470.0, 9452.0, 9462.0, 9497.0, 9447.0, 9474.0, 9454.0, 9484.0, 9438.0, 9476.0, 9497.0, 9458.0, 9471.0, 9441.0, 9483.0, 9450.0, 9475.0, 9493.0, 9458.0, 9482.0, 9460.0, 9474.0, 9447.0, 9488.0, 9456.0, 9478.0, 9498.0, 9472.0, 9470.0, 9439.0, 9467.0, 9423.0, 9473.0, 9493.0, 9455.0, 9456.0, 9436.0, 9480.0, 9450.0, 9461.0, 9495.0, 9460.0, 9472.0, 9441.0, 9471.0, 9464.0, 9458.0, 9495.0, 9437.0, 9470.0, 9423.0, 9470.0, 9474.0, 9455.0, 9494.0, 9438.0, 9466.0, 9438.0, 9469.0, 9448.0, 9457.0, 9491.0, 9456.0, 9499.0, 9460.0, 9468.0, 9443.0, 9473.0, 9479.0, 9486.0, 9495.0, 9488.0, 9462.0, 9392.0, 9347.0, 9397.0, 9388.0, 9424.0, 9401.0, 9423.0, 9405.0, 9425.0, 9492.0, 9516.0, 9508.0, 9467.0, 9439.0, 9392.0, 9404.0, 9409.0, 9445.0, 9441.0, 9465.0, 9473.0, 9471.0, 9476.0, 9432.0, 9442.0, 9394.0, 9425.0, 9418.0, 9428.0, 9468.0, 9432.0, 9446.0, 9433.0, 9466.0, 9444.0, 9447.0, 9454.0, 9443.0, 9438.0, 9454.0, 9409.0, 9394.0, 9422.0, 9416.0, 9420.0, 9447.0, 9475.0, 9474.0, 9487.0, 9502.0, 9518.0, 9469.0, 9489.0, 9466.0, 9515.0, 9502.0, 9452.0, 9477.0, 9441.0, 9451.0, 9445.0, 9452.0, 9487.0, 9421.0, 9461.0, 9446.0, 9469.0, 9467.0, 9429.0, 9466.0, 9415.0, 9452.0, 9494.0, 9525.0, 9437.0, 9432.0, 9380.0, 9420.0, 9371.0, 9434.0, 9458.0, 9488.0, 9460.0, 9486.0, 9454.0, 9447.0, 9457.0, 9423.0, 9432.0, 9418.0, 9478.0, 9512.0, 9476.0, 9498.0, 9451.0, 9445.0, 9413.0, 9458.0, 9448.0, 9430.0, 9464.0, 9415.0, 9446.0, 9418.0, 9462.0, 9426.0, 9447.0, 9455.0, 9418.0, 9433.0, 9399.0, 9446.0, 9426.0, 9471.0, 9453.0, 9425.0, 9452.0, 9412.0, 9448.0, 9452.0, 9415.0, 9418.0, 9416.0, 9451.0, 9468.0, 9433.0, 9445.0, 9420.0, 9465.0, 9430.0, 9452.0, 9461.0, 9440.0, 9453.0, 9419.0, 9455.0, 9473.0, 9454.0, 9467.0, 9443.0, 9439.0, 9420.0, 9457.0, 9478.0, 9441.0, 9483.0, 9424.0, 9364.0, 9338.0, 9413.0, 9380.0, 9392.0, 9356.0, 9397.0, 9453.0, 9446.0, 9473.0, 9530.0, 9564.0, 9510.0, 9491.0, 9477.0, 9467.0, 9439.0, 9473.0, 9492.0, 9470.0, 9485.0, 9469.0, 9498.0, 9446.0, 9491.0, 9477.0, 9466.0, 9473.0, 9443.0, 9454.0, 9415.0, 9448.0, 9453.0, 9450.0, 9472.0, 9434.0, 9450.0, 9421.0, 9447.0, 9412.0, 9444.0, 9451.0, 9449.0, 9445.0, 9436.0, 9436.0, 9437.0, 9464.0, 9423.0, 9470.0, 9489.0, 9441.0, 9481.0, 9427.0, 9469.0, 9443.0, 9476.0, 9468.0, 9463.0, 9497.0, 9446.0, 9468.0, 9448.0, 9461.0, 9446.0, 9492.0, 9483.0, 9475.0, 9481.0, 9462.0, 9499.0, 9457.0, 9484.0, 9467.0, 9468.0, 9424.0, 9460.0, 9490.0, 9443.0, 9481.0, 9453.0, 9452.0, 9425.0, 9458.0, 9473.0, 9453.0, 9476.0, 9436.0, 9446.0, 9438.0, 9452.0, 9426.0, 9457.0, 9489.0, 9458.0, 9464.0, 9475.0, 9550.0, 9467.0, 9491.0, 9424.0, 9358.0, 9335.0, 9393.0, 9381.0, 9348.0, 9371.0, 9394.0, 9449.0, 9471.0, 9494.0, 9457.0, 9476.0, 9509.0, 9464.0, 9425.0, 9401.0, 9466.0, 9488.0, 9480.0, 9436.0, 9435.0, 9440.0, 9413.0, 9392.0, 9459.0, 9530.0, 9471.0, 9436.0, 9375.0, 9416.0, 9431.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.008047103448275863</td></tr>
<tr><td colspan=3>aqi</td><td>0.03293294643678161</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.96079744903336</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3760113327042574</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.104721352174914</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>7509.6733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15256631535905849</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.20689655172414</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.311554437654054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2206158561473015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.505591940262033</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.208455516552828</td></tr>
<tr><td colspan=3>gcor</td><td>0.0242852</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0011680719908326864</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026309452950954437</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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>4.175746860453573</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.7972</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.3265</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297411.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8296</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.675</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3482.3032</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.316</td></tr>
<tr><td colspan=3>tsnr</td><td>36.610174257308245</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>