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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-04/func/sub-0058_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f90832d6acc898bd7f5ab309f8b283d3</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:50:52.082500</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.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100318</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18208310-0a96-46ce-a01f-3c752c746d7a||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.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['125052.082500', '125052.542500', '125053.002500', '125053.462500', '125053.922500', '125054.382500', '125054.842500', '125055.302500', '125055.762500', '125056.222500', '125056.682500', '125057.142500', '125057.602500', '125058.062500', '125058.522500', '125058.982500', '125059.442500', '125059.902500', '125100.362500', '125100.822500', '125101.282500', '125101.742500', '125102.202500', '125102.662500', '125103.122500', '125103.582500', '125104.042500', '125104.502500', '125104.962500', '125105.422500', '125105.882500', '125106.342500', '125106.802500', '125107.262500', '125107.722500', '125108.182500', '125108.642500', '125109.102500', '125109.562500', '125110.022500', '125110.482500', '125110.942500', '125111.402500', '125111.862500', '125112.322500', '125112.782500', '125113.242500', '125113.702500', '125114.162500', '125114.622500', '125115.082500', '125115.542500', '125116.002500', '125116.462500', '125116.922500', '125117.382500', '125117.842500', '125118.302500', '125118.762500', '125119.222500', '125119.682500', '125120.142500', '125120.602500', '125121.062500', '125121.522500', '125121.982500', '125122.442500', '125122.902500', '125123.362500', '125123.822500', '125124.282500', '125124.742500', '125125.202500', '125125.662500', '125126.122500', '125126.582500', '125127.042500', '125127.502500', '125127.962500', '125128.422500', '125128.882500', '125129.342500', '125129.802500', '125130.262500', '125130.722500', '125131.182500', '125131.642500', '125132.102500', '125132.562500', '125133.022500', '125133.482500', '125133.942500', '125134.402500', '125134.862500', '125135.322500', '125135.782500', '125136.242500', '125136.702500', '125137.162500', '125137.622500', '125138.082500', '125138.542500', '125139.002500', '125139.462500', '125139.922500', '125140.382500', '125140.842500', '125141.302500', '125141.762500', '125142.222500', '125142.682500', '125143.142500', '125143.602500', '125144.062500', '125144.522500', '125144.982500', '125145.442500', '125145.902500', '125146.362500', '125146.822500', '125147.282500', '125147.742500', '125148.202500', '125148.662500', '125149.122500', '125149.582500', '125150.042500', '125150.502500', '125150.962500', '125151.422500', '125151.882500', '125152.342500', '125152.802500', '125153.262500', '125153.722500', '125154.182500', '125154.642500', '125155.102500', '125155.562500', '125156.022500', '125156.482500', '125156.942500', '125157.402500', '125157.862500', '125158.322500', '125158.782500', '125159.242500', '125159.702500', '125200.162500', '125200.622500', '125201.082500', '125201.542500', '125202.002500', '125202.462500', '125202.922500', '125203.382500', '125203.842500', '125204.302500', '125204.762500', '125205.222500', '125205.682500', '125206.142500', '125206.602500', '125207.062500', '125207.522500', '125207.982500', '125208.442500', '125208.902500', '125209.362500', '125209.822500', '125210.282500', '125210.742500', '125211.202500', '125211.662500', '125212.122500', '125212.582500', '125213.042500', '125213.502500', '125213.962500', '125214.422500', '125214.882500', '125215.342500', '125215.802500', '125216.262500', '125216.722500', '125217.182500', '125217.642500', '125218.102500', '125218.562500', '125219.022500', '125219.482500', '125219.942500', '125220.402500', '125220.862500', '125221.322500', '125221.782500', '125222.242500', '125222.702500', '125223.162500', '125223.622500', '125224.082500', '125224.542500', '125225.002500', '125225.462500', '125225.922500', '125226.382500', '125226.842500', '125227.302500', '125227.762500', '125228.222500', '125228.682500', '125229.142500', '125229.602500', '125230.062500', '125230.522500', '125230.982500', '125231.442500', '125231.902500', '125232.362500', '125232.822500', '125233.282500', '125233.742500', '125234.202500', '125234.662500', '125235.122500', '125235.582500', '125236.042500', '125236.502500', '125236.962500', '125237.422500', '125237.882500', '125238.342500', '125238.802500', '125239.262500', '125239.722500', '125240.182500', '125240.642500', '125241.102500', '125241.562500', '125242.022500', '125242.482500', '125242.942500', '125243.402500', '125243.862500', '125244.322500', '125244.782500', '125245.242500', '125245.702500', '125246.162500', '125246.622500', '125247.082500', '125247.542500', '125248.002500', '125248.462500', '125248.922500', '125249.382500', '125249.842500', '125250.302500', '125250.762500', '125251.222500', '125251.682500', '125252.142500', '125252.602500', '125253.062500', '125253.522500', '125253.982500', '125254.442500', '125254.902500', '125255.362500', '125255.822500', '125256.282500', '125256.742500', '125257.202500', '125257.662500', '125258.122500', '125258.582500', '125259.042500', '125259.502500', '125259.962500', '125300.422500', '125300.882500', '125301.342500', '125301.802500', '125302.262500', '125302.722500', '125303.182500', '125303.642500', '125304.102500', '125304.562500', '125305.022500', '125305.482500', '125305.942500', '125306.402500', '125306.862500', '125307.322500', '125307.782500', '125308.242500', '125308.702500', '125309.162500', '125309.622500', '125310.082500', '125310.542500', '125311.002500', '125311.462500', '125311.922500', '125312.382500', '125312.842500', '125313.302500', '125313.762500', '125314.222500', '125314.682500', '125315.142500', '125315.602500', '125316.062500', '125316.522500', '125316.982500', '125317.442500', '125317.902500', '125318.362500', '125318.822500', '125319.282500', '125319.742500', '125320.202500', '125320.662500', '125321.122500', '125321.582500', '125322.042500', '125322.502500', '125322.962500', '125323.422500', '125323.882500', '125324.342500', '125324.802500', '125325.262500', '125325.722500', '125326.182500', '125326.642500', '125327.102500', '125327.562500', '125328.022500', '125328.482500', '125328.942500', '125329.402500', '125329.862500', '125330.322500', '125330.782500', '125331.242500', '125331.702500', '125332.162500', '125332.622500', '125333.082500', '125333.542500', '125334.002500', '125334.462500', '125334.922500', '125335.382500', '125335.842500', '125336.302500', '125336.762500', '125337.222500', '125337.682500', '125338.142500', '125338.602500', '125339.062500', '125339.522500', '125339.982500', '125340.442500', '125340.902500', '125341.362500', '125341.822500', '125342.282500', '125342.742500', '125343.202500', '125343.662500', '125344.122500', '125344.582500', '125345.042500', '125345.502500', '125345.962500', '125346.422500', '125346.882500', '125347.342500', '125347.802500', '125348.262500', '125348.722500', '125349.182500', '125349.642500', '125350.102500', '125350.562500', '125351.022500', '125351.482500', '125351.942500', '125352.402500', '125352.862500', '125353.322500', '125353.782500', '125354.242500', '125354.702500', '125355.162500', '125355.622500', '125356.082500', '125356.542500', '125357.002500', '125357.462500', '125357.922500', '125358.382500', '125358.842500', '125359.302500', '125359.762500', '125400.222500', '125400.682500', '125401.142500', '125401.602500', '125402.062500', '125402.522500', '125402.982500', '125403.442500', '125403.902500', '125404.362500', '125404.822500', '125405.282500', '125405.742500', '125406.202500', '125406.662500', '125407.122500', '125407.582500', '125408.042500', '125408.502500', '125408.962500', '125409.422500', '125409.882500', '125410.342500', '125410.802500', '125411.262500', '125411.722500', '125412.182500', '125412.642500', '125413.102500', '125413.562500', '125414.022500', '125414.482500', '125414.942500', '125415.402500', '125415.862500', '125416.322500', '125416.782500', '125417.242500', '125417.702500', '125418.162500', '125418.622500', '125419.082500', '125419.542500', '125420.002500', '125420.462500', '125420.922500', '125421.382500', '125421.842500', '125422.302500', '125422.762500', '125423.222500', '125423.682500', '125424.142500', '125424.602500', '125425.062500', '125425.522500', '125425.982500', '125426.442500', '125426.902500', '125427.362500', '125427.822500', '125428.282500', '125428.742500', '125429.202500', '125429.662500', '125430.122500', '125430.582500', '125431.042500', '125431.502500', '125431.962500', '125432.422500', '125432.882500', '125433.342500', '125433.802500', '125434.262500', '125434.722500', '125435.182500', '125435.642500', '125436.102500', '125436.562500', '125437.022500', '125437.482500', '125437.942500', '125438.402500', '125438.862500', '125439.322500', '125439.782500', '125440.242500', '125440.702500', '125441.162500', '125441.622500', '125442.082500', '125442.542500', '125443.002500', '125443.462500', '125443.922500', '125444.382500', '125444.842500', '125445.302500', '125445.762500', '125446.222500', '125446.682500', '125447.142500', '125447.602500', '125448.062500', '125448.522500', '125448.982500', '125449.442500', '125449.902500', '125450.362500', '125450.822500', '125451.282500', '125451.742500', '125452.202500', '125452.662500', '125453.122500', '125453.582500', '125454.042500', '125454.502500', '125454.962500', '125455.422500', '125455.882500', '125456.342500', '125456.802500', '125457.262500', '125457.722500', '125458.182500', '125458.642500', '125459.102500', '125459.562500', '125500.022500', '125500.482500', '125500.942500', '125501.402500', '125501.862500', '125502.322500', '125502.782500', '125503.242500', '125503.702500', '125504.162500', '125504.622500', '125505.082500', '125505.542500', '125506.002500', '125506.462500', '125506.922500', '125507.382500', '125507.842500', '125508.302500', '125508.762500', '125509.222500', '125509.682500', '125510.142500', '125510.602500', '125511.062500', '125511.522500', '125511.982500', '125512.442500', '125512.902500', '125513.362500', '125513.822500', '125514.282500', '125514.742500', '125515.202500', '125515.662500', '125516.122500', '125516.582500', '125517.042500', '125517.502500', '125517.962500', '125518.422500', '125518.882500', '125519.342500', '125519.802500', '125520.262500', '125520.722500', '125521.182500', '125521.642500', '125522.102500', '125522.562500', '125523.022500', '125523.482500', '125523.942500', '125524.402500', '125524.862500', '125525.322500', '125525.782500', '125526.242500', '125526.702500', '125527.162500', '125527.622500', '125528.082500', '125528.542500', '125529.002500', '125529.462500', '125529.922500', '125530.382500', '125530.842500', '125531.302500', '125531.762500', '125532.222500', '125532.682500', '125533.142500', '125533.602500', '125534.062500', '125534.522500', '125534.982500', '125535.442500', '125535.902500', '125536.362500', '125536.822500', '125537.282500', '125537.742500', '125538.202500', '125538.662500', '125539.122500', '125539.582500', '125540.042500', '125540.502500', '125540.962500', '125541.422500', '125541.882500', '125542.342500', '125542.802500', '125543.262500', '125543.722500', '125544.182500', '125544.642500', '125545.102500', '125545.562500', '125546.022500', '125546.482500', '125546.942500', '125547.402500', '125547.862500', '125548.322500', '125548.782500', '125549.242500', '125549.702500', '125550.162500', '125550.622500', '125551.082500', '125551.542500', '125552.002500', '125552.462500', '125552.922500', '125553.382500', '125553.842500', '125554.302500', '125554.762500', '125555.222500', '125555.682500', '125556.142500', '125556.602500', '125557.062500', '125557.522500', '125557.982500', '125558.442500', '125558.902500', '125559.362500', '125559.822500', '125600.282500', '125600.742500', '125601.202500', '125601.662500', '125602.122500', '125602.582500', '125603.042500', '125603.502500', '125603.962500', '125604.422500', '125604.882500', '125605.342500', '125605.802500', '125606.262500', '125606.722500', '125607.182500', '125607.642500', '125608.102500', '125608.562500', '125609.022500', '125609.482500', '125609.942500', '125610.402500', '125610.862500', '125611.322500', '125611.782500', '125612.242500', '125612.702500', '125613.162500', '125613.622500', '125614.082500', '125614.542500', '125615.002500', '125615.462500', '125615.922500', '125616.382500', '125616.842500', '125617.302500', '125617.762500', '125618.222500', '125618.682500', '125619.142500', '125619.602500', '125620.062500', '125620.522500', '125620.982500', '125621.442500', '125621.902500', '125622.362500', '125622.822500', '125623.282500', '125623.742500', '125624.202500', '125624.662500', '125625.122500', '125625.582500', '125626.042500', '125626.502500', '125626.962500', '125627.422500', '125627.882500', '125628.342500', '125628.802500', '125629.262500', '125629.722500', '125630.182500', '125630.642500', '125631.102500', '125631.562500', '125632.022500', '125632.482500', '125632.942500', '125633.402500', '125633.862500', '125634.322500', '125634.782500', '125635.242500', '125635.702500', '125636.162500', '125636.622500', '125637.082500', '125637.542500', '125638.002500', '125638.462500', '125638.922500', '125639.382500', '125639.842500', '125640.302500', '125640.762500', '125641.222500', '125641.682500', '125642.142500', '125642.602500', '125643.062500', '125643.522500', '125643.982500', '125644.442500', '125644.902500', '125645.362500', '125645.822500', '125646.282500', '125646.742500', '125647.202500', '125647.662500', '125648.122500', '125648.582500', '125649.042500', '125649.502500', '125649.962500', '125650.422500', '125650.882500', '125651.342500', '125651.802500', '125652.262500', '125652.722500', '125653.182500', '125653.642500', '125654.102500', '125654.562500', '125655.022500', '125655.482500', '125655.942500', '125656.402500', '125656.862500', '125657.322500', '125657.782500', '125658.242500', '125658.702500', '125659.162500', '125659.622500', '125700.082500', '125700.542500', '125701.002500', '125701.462500', '125701.922500', '125702.382500', '125702.842500', '125703.302500', '125703.762500', '125704.222500', '125704.682500', '125705.142500', '125705.602500', '125706.062500', '125706.522500', '125706.982500', '125707.442500', '125707.902500', '125708.362500', '125708.822500', '125709.282500', '125709.742500', '125710.202500', '125710.662500', '125711.122500', '125711.582500', '125712.042500', '125712.502500', '125712.962500', '125713.422500', '125713.882500', '125714.342500', '125714.802500', '125715.262500', '125715.722500', '125716.182500', '125716.642500', '125717.102500', '125717.562500', '125718.022500', '125718.482500', '125718.942500', '125719.402500', '125719.862500', '125720.322500', '125720.782500', '125721.242500', '125721.702500', '125722.162500', '125722.622500', '125723.082500', '125723.542500', '125724.002500', '125724.462500', '125724.922500', '125725.382500', '125725.842500', '125726.302500', '125726.762500', '125727.222500', '125727.682500', '125728.142500', '125728.602500', '125729.062500', '125729.522500', '125729.982500', '125730.442500', '125730.902500', '125731.362500', '125731.822500', '125732.282500', '125732.742500'], 'ContentTime': ['125118.535000', '125118.538000', '125118.541000', '125118.544000', '125118.546000', '125118.549000', '125118.551000', '125118.554000', '125118.556000', '125118.559000', '125118.562000', '125118.564000', '125118.567000', '125118.569000', '125118.572000', '125118.574000', '125118.577000', '125118.579000', '125118.582000', '125118.584000', '125118.587000', '125118.589000', '125118.592000', '125118.594000', '125118.597000', '125118.599000', '125118.602000', '125118.605000', '125118.610000', '125118.612000', '125118.615000', '125118.617000', '125118.620000', '125118.623000', '125118.625000', '125118.628000', '125118.630000', '125118.633000', '125118.635000', '125118.638000', '125118.640000', '125118.643000', '125118.645000', '125118.648000', '125118.651000', '125118.653000', '125118.656000', '125118.658000', '125118.661000', '125118.663000', '125118.666000', '125118.668000', '125118.671000', '125118.673000', '125138.442000', '125138.449000', '125138.451000', '125138.454000', '125138.456000', '125138.459000', '125138.461000', '125138.464000', '125138.466000', '125138.469000', '125138.471000', '125138.474000', '125138.477000', '125138.479000', '125138.482000', '125138.484000', '125138.487000', '125138.489000', '125138.492000', '125138.494000', '125138.497000', '125138.499000', '125138.502000', '125138.505000', '125138.507000', '125138.510000', '125138.513000', '125138.515000', '125138.518000', '125138.520000', '125138.523000', '125138.525000', '125138.528000', '125138.530000', '125138.533000', '125138.536000', '125138.538000', '125138.541000', '125138.543000', '125138.546000', '125138.548000', '125138.551000', '125138.553000', '125158.443000', '125158.446000', '125158.449000', '125158.451000', '125158.454000', '125158.456000', '125158.459000', '125158.461000', '125158.464000', '125158.467000', '125158.469000', '125158.472000', '125158.474000', '125158.477000', '125158.479000', '125158.482000', '125158.484000', '125158.487000', '125158.490000', '125158.492000', '125158.495000', '125158.497000', '125158.505000', '125158.507000', '125158.510000', '125158.512000', '125158.515000', '125158.518000', '125158.520000', '125158.530000', '125158.532000', '125158.535000', '125158.537000', '125158.540000', '125158.543000', '125158.545000', '125158.548000', '125158.550000', '125158.553000', '125158.555000', '125158.558000', '125158.560000', '125158.563000', '125158.566000', '125218.444000', '125218.446000', '125218.449000', '125218.451000', '125218.462000', '125218.465000', '125218.467000', '125218.470000', '125218.472000', '125218.475000', '125218.477000', '125218.480000', '125218.483000', '125218.485000', '125218.488000', '125218.490000', '125218.493000', '125218.496000', '125218.498000', '125218.501000', '125218.503000', '125218.506000', '125218.508000', '125218.511000', '125218.513000', '125218.516000', '125218.519000', '125218.521000', '125218.524000', '125218.526000', '125218.529000', '125218.531000', '125218.534000', '125218.536000', '125218.539000', '125218.542000', '125218.544000', '125218.547000', '125218.549000', '125218.552000', '125218.554000', '125218.557000', '125218.560000', '125238.444000', '125238.446000', '125238.449000', '125238.451000', '125238.454000', '125238.457000', '125238.459000', '125238.462000', '125238.464000', '125238.467000', '125238.469000', '125238.472000', '125238.474000', '125238.477000', '125238.480000', '125238.482000', '125238.485000', '125238.487000', '125238.490000', '125238.492000', '125238.495000', '125238.497000', '125238.500000', '125238.503000', '125238.505000', '125238.508000', '125238.510000', '125238.513000', '125238.516000', '125238.518000', '125238.521000', '125238.523000', '125238.526000', '125238.529000', '125238.531000', '125238.534000', '125238.536000', '125238.539000', '125238.541000', '125238.544000', '125238.546000', '125238.549000', '125238.552000', '125238.554000', '125258.442000', '125258.445000', '125258.448000', '125258.450000', '125258.453000', '125258.455000', '125258.458000', '125258.461000', '125258.463000', '125258.466000', '125258.468000', '125258.471000', '125258.473000', '125258.476000', '125258.479000', '125258.481000', '125258.484000', '125258.486000', '125258.489000', '125258.491000', '125258.494000', '125258.496000', '125258.499000', '125258.501000', '125258.504000', '125258.507000', '125258.509000', '125258.512000', '125258.514000', '125258.523000', '125258.526000', '125258.528000', '125258.531000', '125258.534000', '125258.536000', '125258.539000', '125258.542000', '125258.544000', '125258.548000', '125258.550000', '125258.553000', '125258.555000', '125258.558000', '125318.442000', '125318.445000', '125318.448000', '125318.450000', '125318.453000', '125318.456000', '125318.458000', '125318.461000', '125318.463000', '125318.466000', '125318.468000', '125318.471000', '125318.473000', '125318.476000', '125318.479000', '125318.481000', '125318.484000', '125318.486000', '125318.489000', '125318.492000', '125318.494000', '125318.497000', '125318.499000', '125318.502000', '125318.504000', '125318.507000', '125318.510000', '125318.512000', '125318.515000', '125318.517000', '125318.520000', '125318.523000', '125318.525000', '125318.528000', '125318.530000', '125318.533000', '125318.536000', '125318.538000', '125318.541000', '125318.543000', '125318.546000', '125318.549000', '125318.551000', '125318.554000', '125338.443000', '125338.445000', '125338.448000', '125338.460000', '125338.463000', '125338.465000', '125338.468000', '125338.471000', '125338.473000', '125338.476000', '125338.478000', '125338.481000', '125338.483000', '125338.486000', '125338.489000', '125338.491000', '125338.494000', '125338.496000', '125338.499000', '125338.501000', '125338.504000', '125338.507000', '125338.509000', '125338.512000', '125338.514000', '125338.517000', '125338.520000', '125338.522000', '125338.525000', '125338.527000', '125338.530000', '125338.532000', '125338.535000', '125338.537000', '125338.540000', '125338.543000', '125338.545000', '125338.548000', '125338.550000', '125338.563000', '125338.566000', '125338.568000', '125338.571000', '125358.442000', '125358.445000', '125358.448000', '125358.450000', '125358.453000', '125358.456000', '125358.458000', '125358.461000', '125358.463000', '125358.466000', '125358.468000', '125358.471000', '125358.473000', '125358.476000', '125358.479000', '125358.481000', '125358.484000', '125358.486000', '125358.489000', '125358.492000', '125358.494000', '125358.497000', '125358.499000', '125358.502000', '125358.504000', '125358.507000', '125358.510000', '125358.512000', '125358.515000', '125358.517000', '125358.520000', '125358.522000', '125358.525000', '125358.528000', '125358.530000', '125358.533000', '125358.535000', '125358.538000', '125358.541000', '125358.543000', '125358.546000', '125358.548000', '125358.551000', '125358.553000', '125418.443000', '125418.446000', '125418.449000', '125418.451000', '125418.454000', '125418.457000', '125418.459000', '125418.462000', '125418.464000', '125418.467000', '125418.469000', '125418.477000', '125418.480000', '125418.482000', '125418.485000', '125418.488000', '125418.490000', '125418.493000', '125418.495000', '125418.498000', '125418.500000', '125418.503000', '125418.505000', '125418.508000', '125418.511000', '125418.513000', '125418.516000', '125418.519000', '125418.521000', '125418.524000', '125418.527000', '125418.530000', '125418.533000', '125418.535000', '125418.538000', '125418.541000', '125418.543000', '125418.546000', '125418.548000', '125418.551000', '125418.553000', '125418.556000', '125418.558000', '125438.443000', '125438.446000', '125438.449000', '125438.451000', '125438.454000', '125438.456000', '125438.459000', '125438.461000', '125438.464000', '125438.467000', '125438.469000', '125438.472000', '125438.474000', '125438.477000', '125438.479000', '125438.482000', '125438.485000', '125438.487000', '125438.490000', '125438.492000', '125438.495000', '125438.497000', '125438.500000', '125438.503000', '125438.505000', '125438.508000', '125438.510000', '125438.513000', '125438.515000', '125438.518000', '125438.521000', '125438.523000', '125438.526000', '125438.528000', '125438.531000', '125438.533000', '125438.536000', '125438.539000', '125438.541000', '125438.544000', '125438.546000', '125438.549000', '125438.551000', '125438.554000', '125458.443000', '125458.446000', '125458.449000', '125458.452000', '125458.454000', '125458.457000', '125458.459000', '125458.462000', '125458.465000', '125458.467000', '125458.470000', '125458.472000', '125458.475000', '125458.477000', '125458.480000', '125458.482000', '125458.485000', '125458.488000', '125458.490000', '125458.493000', '125458.495000', '125458.498000', '125458.500000', '125458.503000', '125458.506000', '125458.508000', '125458.511000', '125458.513000', '125458.516000', '125458.518000', '125458.521000', '125458.523000', '125458.526000', '125458.529000', '125458.531000', '125458.541000', '125458.543000', '125458.546000', '125458.548000', '125458.551000', '125458.554000', '125458.556000', '125458.559000', '125518.442000', '125518.445000', '125518.448000', '125518.450000', '125518.453000', '125518.455000', '125518.467000', '125518.470000', '125518.472000', '125518.475000', '125518.478000', '125518.480000', '125518.483000', '125518.485000', '125518.488000', '125518.490000', '125518.493000', '125518.495000', '125518.498000', '125518.500000', '125518.503000', '125518.506000', '125518.508000', '125518.511000', '125518.514000', '125518.516000', '125518.519000', '125518.521000', '125518.524000', '125518.526000', '125518.529000', '125518.532000', '125518.534000', '125518.537000', '125518.539000', '125518.542000', '125518.545000', '125518.547000', '125518.550000', '125518.552000', '125518.555000', '125518.557000', '125518.560000', '125518.562000', '125538.443000', '125538.445000', '125538.448000', '125538.451000', '125538.453000', '125538.456000', '125538.458000', '125538.461000', '125538.464000', '125538.466000', '125538.469000', '125538.471000', '125538.474000', '125538.476000', '125538.479000', '125538.481000', '125538.484000', '125538.487000', '125538.489000', '125538.492000', '125538.494000', '125538.497000', '125538.499000', '125538.502000', '125538.505000', '125538.507000', '125538.510000', '125538.512000', '125538.515000', '125538.517000', '125538.520000', '125538.522000', '125538.525000', '125538.528000', '125538.530000', '125538.533000', '125538.535000', '125538.538000', '125538.540000', '125538.543000', '125538.546000', '125538.548000', '125538.551000', '125558.443000', '125558.445000', '125558.448000', '125558.450000', '125558.453000', '125558.456000', '125558.458000', '125558.461000', '125558.463000', '125558.466000', '125558.469000', '125558.471000', '125558.474000', '125558.476000', '125558.479000', '125558.481000', '125558.484000', '125558.487000', '125558.489000', '125558.492000', '125558.494000', '125558.497000', '125558.500000', '125558.502000', '125558.505000', '125558.507000', '125558.510000', '125558.512000', '125558.515000', '125558.518000', '125558.520000', '125558.523000', '125558.525000', '125558.528000', '125558.530000', '125558.533000', '125558.536000', '125558.538000', '125558.541000', '125558.543000', '125558.546000', '125558.549000', '125558.551000', '125558.554000', '125618.443000', '125618.445000', '125618.448000', '125618.451000', '125618.453000', '125618.456000', '125618.458000', '125618.461000', '125618.463000', '125618.466000', '125618.469000', '125618.471000', '125618.474000', '125618.476000', '125618.479000', '125618.481000', '125618.484000', '125618.487000', '125618.489000', '125618.492000', '125618.494000', '125618.497000', '125618.499000', '125618.502000', '125618.505000', '125618.507000', '125618.510000', '125618.512000', '125618.515000', '125618.517000', '125618.520000', '125618.523000', '125618.525000', '125618.528000', '125618.530000', '125618.533000', '125618.536000', '125618.538000', '125618.541000', '125618.543000', '125618.546000', '125618.549000', '125618.551000', '125638.444000', '125638.446000', '125638.449000', '125638.452000', '125638.454000', '125638.457000', '125638.459000', '125638.462000', '125638.464000', '125638.467000', '125638.470000', '125638.472000', '125638.475000', '125638.477000', '125638.480000', '125638.483000', '125638.485000', '125638.488000', '125638.490000', '125638.493000', '125638.495000', '125638.498000', '125638.501000', '125638.503000', '125638.506000', '125638.508000', '125638.511000', '125638.513000', '125638.516000', '125638.518000', '125638.521000', '125638.534000', '125638.537000', '125638.539000', '125638.542000', '125638.545000', '125638.547000', '125638.550000', '125638.552000', '125638.555000', '125638.557000', '125638.562000', '125638.564000', '125638.567000', '125658.444000', '125658.446000', '125658.449000', '125658.452000', '125658.454000', '125658.457000', '125658.459000', '125658.462000', '125658.464000', '125658.467000', '125658.469000', '125658.472000', '125658.475000', '125658.477000', '125658.480000', '125658.482000', '125658.485000', '125658.487000', '125658.490000', '125658.493000', '125658.495000', '125658.498000', '125658.500000', '125658.503000', '125658.505000', '125658.508000', '125658.510000', '125658.513000', '125658.515000', '125658.518000', '125658.521000', '125658.523000', '125658.526000', '125658.528000', '125658.531000', '125658.533000', '125658.536000', '125658.539000', '125658.541000', '125658.544000', '125658.546000', '125658.549000', '125658.552000', '125718.444000', '125718.447000', '125718.449000', '125718.452000', '125718.454000', '125718.457000', '125718.459000', '125718.462000', '125718.465000', '125718.467000', '125718.470000', '125718.472000', '125718.475000', '125718.477000', '125718.480000', '125718.483000', '125718.485000', '125718.488000', '125718.490000', '125718.493000', '125718.495000', '125718.498000', '125718.500000', '125718.503000', '125718.506000', '125718.508000', '125718.511000', '125718.513000', '125718.516000', '125718.519000', '125718.521000', '125718.524000', '125718.526000', '125718.529000', '125718.531000', '125718.534000', '125718.536000', '125718.539000', '125718.542000', '125718.544000', '125718.547000', '125718.549000', '125718.552000', '125734.501000', '125734.504000', '125734.507000', '125734.509000', '125734.512000', '125734.515000', '125734.517000', '125734.520000', '125734.523000', '125734.526000', '125734.528000', '125734.531000', '125734.534000', '125734.537000', '125734.540000', '125734.543000', '125734.545000', '125734.548000', '125734.551000', '125734.554000', '125734.557000', '125734.559000', '125734.562000', '125734.565000', '125734.568000', '125734.571000', '125734.574000', '125734.577000', '125734.579000', '125734.582000', '125734.585000', '125734.587000', '125734.590000', '125734.592000', '125734.595000', '125734.598000'], 'InstanceCreationTime': ['125118.535000', '125118.538000', '125118.541000', '125118.544000', '125118.546000', '125118.549000', '125118.551000', '125118.554000', '125118.556000', '125118.559000', '125118.562000', '125118.564000', '125118.567000', '125118.569000', '125118.572000', '125118.574000', '125118.577000', '125118.579000', '125118.582000', '125118.584000', '125118.587000', '125118.589000', '125118.592000', '125118.594000', '125118.597000', '125118.599000', '125118.602000', '125118.605000', '125118.610000', '125118.612000', '125118.615000', '125118.617000', '125118.620000', '125118.623000', '125118.625000', '125118.628000', '125118.630000', '125118.633000', '125118.635000', '125118.638000', '125118.640000', '125118.643000', '125118.645000', '125118.648000', '125118.651000', '125118.653000', '125118.656000', '125118.658000', '125118.661000', '125118.663000', '125118.666000', '125118.668000', '125118.671000', '125118.673000', '125138.442000', '125138.449000', '125138.451000', '125138.454000', '125138.456000', '125138.459000', '125138.461000', '125138.464000', '125138.466000', '125138.469000', '125138.471000', '125138.474000', '125138.477000', '125138.479000', '125138.482000', '125138.484000', '125138.487000', '125138.489000', '125138.492000', '125138.494000', '125138.497000', '125138.499000', '125138.502000', '125138.505000', '125138.507000', '125138.510000', '125138.513000', '125138.515000', '125138.518000', '125138.520000', '125138.523000', '125138.525000', '125138.528000', '125138.530000', '125138.533000', '125138.536000', '125138.538000', '125138.541000', '125138.543000', '125138.546000', '125138.548000', '125138.551000', '125138.553000', '125158.443000', '125158.446000', '125158.449000', '125158.451000', '125158.454000', '125158.456000', '125158.459000', '125158.461000', '125158.464000', '125158.467000', '125158.469000', '125158.472000', '125158.474000', '125158.477000', '125158.479000', '125158.482000', '125158.484000', '125158.487000', '125158.490000', '125158.492000', '125158.495000', '125158.497000', '125158.505000', '125158.507000', '125158.510000', '125158.512000', '125158.515000', '125158.518000', '125158.520000', '125158.530000', '125158.532000', '125158.535000', '125158.537000', '125158.540000', '125158.543000', '125158.545000', '125158.548000', '125158.550000', '125158.553000', '125158.555000', '125158.558000', '125158.560000', '125158.563000', '125158.566000', '125218.444000', '125218.446000', '125218.449000', '125218.451000', '125218.462000', '125218.465000', '125218.467000', '125218.470000', '125218.472000', '125218.475000', '125218.477000', '125218.480000', '125218.483000', '125218.485000', '125218.488000', '125218.490000', '125218.493000', '125218.496000', '125218.498000', '125218.501000', '125218.503000', '125218.506000', '125218.508000', '125218.511000', '125218.513000', '125218.516000', '125218.519000', '125218.521000', '125218.524000', '125218.526000', '125218.529000', '125218.531000', '125218.534000', '125218.536000', '125218.539000', '125218.542000', '125218.544000', '125218.547000', '125218.549000', '125218.552000', '125218.554000', '125218.557000', '125218.560000', '125238.444000', '125238.446000', '125238.449000', '125238.451000', '125238.454000', '125238.457000', '125238.459000', '125238.462000', '125238.464000', '125238.467000', '125238.469000', '125238.472000', '125238.474000', '125238.477000', '125238.480000', '125238.482000', '125238.485000', '125238.487000', '125238.490000', '125238.492000', '125238.495000', '125238.497000', '125238.500000', '125238.503000', '125238.505000', '125238.508000', '125238.510000', '125238.513000', '125238.516000', '125238.518000', '125238.521000', '125238.523000', '125238.526000', '125238.529000', '125238.531000', '125238.534000', '125238.536000', '125238.539000', '125238.541000', '125238.544000', '125238.546000', '125238.549000', '125238.552000', '125238.554000', '125258.442000', '125258.445000', '125258.448000', '125258.450000', '125258.453000', '125258.455000', '125258.458000', '125258.461000', '125258.463000', '125258.466000', '125258.468000', '125258.471000', '125258.473000', '125258.476000', '125258.479000', '125258.481000', '125258.484000', '125258.486000', '125258.489000', '125258.491000', '125258.494000', '125258.496000', '125258.499000', '125258.501000', '125258.504000', '125258.507000', '125258.509000', '125258.512000', '125258.514000', '125258.523000', '125258.526000', '125258.528000', '125258.531000', '125258.534000', '125258.536000', '125258.539000', '125258.542000', '125258.544000', '125258.548000', '125258.550000', '125258.553000', '125258.555000', '125258.558000', '125318.442000', '125318.445000', '125318.448000', '125318.450000', '125318.453000', '125318.456000', '125318.458000', '125318.461000', '125318.463000', '125318.466000', '125318.468000', '125318.471000', '125318.473000', '125318.476000', '125318.479000', '125318.481000', '125318.484000', '125318.486000', '125318.489000', '125318.492000', '125318.494000', '125318.497000', '125318.499000', '125318.502000', '125318.504000', '125318.507000', '125318.510000', '125318.512000', '125318.515000', '125318.517000', '125318.520000', '125318.523000', '125318.525000', '125318.528000', '125318.530000', '125318.533000', '125318.536000', '125318.538000', '125318.541000', '125318.543000', '125318.546000', '125318.549000', '125318.551000', '125318.554000', '125338.443000', '125338.445000', '125338.448000', '125338.460000', '125338.463000', '125338.465000', '125338.468000', '125338.471000', '125338.473000', '125338.476000', '125338.478000', '125338.481000', '125338.483000', '125338.486000', '125338.489000', '125338.491000', '125338.494000', '125338.496000', '125338.499000', '125338.501000', '125338.504000', '125338.507000', '125338.509000', '125338.512000', '125338.514000', '125338.517000', '125338.520000', '125338.522000', '125338.525000', '125338.527000', '125338.530000', '125338.532000', '125338.535000', '125338.537000', '125338.540000', '125338.543000', '125338.545000', '125338.548000', '125338.550000', '125338.563000', '125338.566000', '125338.568000', '125338.571000', '125358.442000', '125358.445000', '125358.448000', '125358.450000', '125358.453000', '125358.456000', '125358.458000', '125358.461000', '125358.463000', '125358.466000', '125358.468000', '125358.471000', '125358.473000', '125358.476000', '125358.479000', '125358.481000', '125358.484000', '125358.486000', '125358.489000', '125358.492000', '125358.494000', '125358.497000', '125358.499000', '125358.502000', '125358.504000', '125358.507000', '125358.510000', '125358.512000', '125358.515000', '125358.517000', '125358.520000', '125358.522000', '125358.525000', '125358.528000', '125358.530000', '125358.533000', '125358.535000', '125358.538000', '125358.541000', '125358.543000', '125358.546000', '125358.548000', '125358.551000', '125358.553000', '125418.443000', '125418.446000', '125418.449000', '125418.451000', '125418.454000', '125418.457000', '125418.459000', '125418.462000', '125418.464000', '125418.467000', '125418.469000', '125418.477000', '125418.480000', '125418.482000', '125418.485000', '125418.488000', '125418.490000', '125418.493000', '125418.495000', '125418.498000', '125418.500000', '125418.503000', '125418.505000', '125418.508000', '125418.511000', '125418.513000', '125418.516000', '125418.519000', '125418.521000', '125418.524000', '125418.527000', '125418.530000', '125418.533000', '125418.535000', '125418.538000', '125418.541000', '125418.543000', '125418.546000', '125418.548000', '125418.551000', '125418.553000', '125418.556000', '125418.558000', '125438.443000', '125438.446000', '125438.449000', '125438.451000', '125438.454000', '125438.456000', '125438.459000', '125438.461000', '125438.464000', '125438.467000', '125438.469000', '125438.472000', '125438.474000', '125438.477000', '125438.479000', '125438.482000', '125438.485000', '125438.487000', '125438.490000', '125438.492000', '125438.495000', '125438.497000', '125438.500000', '125438.503000', '125438.505000', '125438.508000', '125438.510000', '125438.513000', '125438.515000', '125438.518000', '125438.521000', '125438.523000', '125438.526000', '125438.528000', '125438.531000', '125438.533000', '125438.536000', '125438.539000', '125438.541000', '125438.544000', '125438.546000', '125438.549000', '125438.551000', '125438.554000', '125458.443000', '125458.446000', '125458.449000', '125458.452000', '125458.454000', '125458.457000', '125458.459000', '125458.462000', '125458.465000', '125458.467000', '125458.470000', '125458.472000', '125458.475000', '125458.477000', '125458.480000', '125458.482000', '125458.485000', '125458.488000', '125458.490000', '125458.493000', '125458.495000', '125458.498000', '125458.500000', '125458.503000', '125458.506000', '125458.508000', '125458.511000', '125458.513000', '125458.516000', '125458.518000', '125458.521000', '125458.523000', '125458.526000', '125458.529000', '125458.531000', '125458.541000', '125458.543000', '125458.546000', '125458.548000', '125458.551000', '125458.554000', '125458.556000', '125458.559000', '125518.442000', '125518.445000', '125518.448000', '125518.450000', '125518.453000', '125518.455000', '125518.467000', '125518.470000', '125518.472000', '125518.475000', '125518.478000', '125518.480000', '125518.483000', '125518.485000', '125518.488000', '125518.490000', '125518.493000', '125518.495000', '125518.498000', '125518.500000', '125518.503000', '125518.506000', '125518.508000', '125518.511000', '125518.514000', '125518.516000', '125518.519000', '125518.521000', '125518.524000', '125518.526000', '125518.529000', '125518.532000', '125518.534000', '125518.537000', '125518.539000', '125518.542000', '125518.545000', '125518.547000', '125518.550000', '125518.552000', '125518.555000', '125518.557000', '125518.560000', '125518.562000', '125538.443000', '125538.445000', '125538.448000', '125538.451000', '125538.453000', '125538.456000', '125538.458000', '125538.461000', '125538.464000', '125538.466000', '125538.469000', '125538.471000', '125538.474000', '125538.476000', '125538.479000', '125538.481000', '125538.484000', '125538.487000', '125538.489000', '125538.492000', '125538.494000', '125538.497000', '125538.499000', '125538.502000', '125538.505000', '125538.507000', '125538.510000', '125538.512000', '125538.515000', '125538.517000', '125538.520000', '125538.522000', '125538.525000', '125538.528000', '125538.530000', '125538.533000', '125538.535000', '125538.538000', '125538.540000', '125538.543000', '125538.546000', '125538.548000', '125538.551000', '125558.443000', '125558.445000', '125558.448000', '125558.450000', '125558.453000', '125558.456000', '125558.458000', '125558.461000', '125558.463000', '125558.466000', '125558.469000', '125558.471000', '125558.474000', '125558.476000', '125558.479000', '125558.481000', '125558.484000', '125558.487000', '125558.489000', '125558.492000', '125558.494000', '125558.497000', '125558.500000', '125558.502000', '125558.505000', '125558.507000', '125558.510000', '125558.512000', '125558.515000', '125558.518000', '125558.520000', '125558.523000', '125558.525000', '125558.528000', '125558.530000', '125558.533000', '125558.536000', '125558.538000', '125558.541000', '125558.543000', '125558.546000', '125558.549000', '125558.551000', '125558.554000', '125618.443000', '125618.445000', '125618.448000', '125618.451000', '125618.453000', '125618.456000', '125618.458000', '125618.461000', '125618.463000', '125618.466000', '125618.469000', '125618.471000', '125618.474000', '125618.476000', '125618.479000', '125618.481000', '125618.484000', '125618.487000', '125618.489000', '125618.492000', '125618.494000', '125618.497000', '125618.499000', '125618.502000', '125618.505000', '125618.507000', '125618.510000', '125618.512000', '125618.515000', '125618.517000', '125618.520000', '125618.523000', '125618.525000', '125618.528000', '125618.530000', '125618.533000', '125618.536000', '125618.538000', '125618.541000', '125618.543000', '125618.546000', '125618.549000', '125618.551000', '125638.444000', '125638.446000', '125638.449000', '125638.452000', '125638.454000', '125638.457000', '125638.459000', '125638.462000', '125638.464000', '125638.467000', '125638.470000', '125638.472000', '125638.475000', '125638.477000', '125638.480000', '125638.483000', '125638.485000', '125638.488000', '125638.490000', '125638.493000', '125638.495000', '125638.498000', '125638.501000', '125638.503000', '125638.506000', '125638.508000', '125638.511000', '125638.513000', '125638.516000', '125638.518000', '125638.521000', '125638.534000', '125638.537000', '125638.539000', '125638.542000', '125638.545000', '125638.547000', '125638.550000', '125638.552000', '125638.555000', '125638.557000', '125638.562000', '125638.564000', '125638.567000', '125658.444000', '125658.446000', '125658.449000', '125658.452000', '125658.454000', '125658.457000', '125658.459000', '125658.462000', '125658.464000', '125658.467000', '125658.469000', '125658.472000', '125658.475000', '125658.477000', '125658.480000', '125658.482000', '125658.485000', '125658.487000', '125658.490000', '125658.493000', '125658.495000', '125658.498000', '125658.500000', '125658.503000', '125658.505000', '125658.508000', '125658.510000', '125658.513000', '125658.515000', '125658.518000', '125658.521000', '125658.523000', '125658.526000', '125658.528000', '125658.531000', '125658.533000', '125658.536000', '125658.539000', '125658.541000', '125658.544000', '125658.546000', '125658.549000', '125658.552000', '125718.444000', '125718.447000', '125718.449000', '125718.452000', '125718.454000', '125718.457000', '125718.459000', '125718.462000', '125718.465000', '125718.467000', '125718.470000', '125718.472000', '125718.475000', '125718.477000', '125718.480000', '125718.483000', '125718.485000', '125718.488000', '125718.490000', '125718.493000', '125718.495000', '125718.498000', '125718.500000', '125718.503000', '125718.506000', '125718.508000', '125718.511000', '125718.513000', '125718.516000', '125718.519000', '125718.521000', '125718.524000', '125718.526000', '125718.529000', '125718.531000', '125718.534000', '125718.536000', '125718.539000', '125718.542000', '125718.544000', '125718.547000', '125718.549000', '125718.552000', '125734.501000', '125734.504000', '125734.507000', '125734.509000', '125734.512000', '125734.515000', '125734.517000', '125734.520000', '125734.523000', '125734.526000', '125734.528000', '125734.531000', '125734.534000', '125734.537000', '125734.540000', '125734.543000', '125734.545000', '125734.548000', '125734.551000', '125734.554000', '125734.557000', '125734.559000', '125734.562000', '125734.565000', '125734.568000', '125734.571000', '125734.574000', '125734.577000', '125734.579000', '125734.582000', '125734.585000', '125734.587000', '125734.590000', '125734.592000', '125734.595000', '125734.598000'], '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': [8237, 5948, 9577, 7160, 10233, 6991, 8809, 6908, 9292, 7417, 8854, 7157, 6838, 12117, 8521, 14087, 9311, 11314, 7122, 6427, 6615, 6204, 7196, 6243, 8383, 5864, 9300, 6868, 12947, 10385, 13632, 10779, 7074, 10168, 7155, 5812, 7196, 6045, 7271, 6380, 7216, 7164, 7955, 6912, 10653, 8961, 14217, 11829, 10422, 7879, 7261, 7550, 7108, 8278, 7212, 7945, 7307, 7814, 6844, 8252, 7184, 8279, 6979, 8178, 6840, 8244, 7088, 7576, 6972, 6876, 6699, 6586, 7767, 6966, 7676, 7240, 8174, 6502, 7744, 7056, 6433, 6710, 6882, 8404, 7226, 9150, 7470, 9940, 11044, 11145, 13617, 7895, 9294, 6299, 7101, 6875, 6257, 9163, 7529, 8889, 7553, 7291, 12689, 8815, 8779, 10873, 10369, 14403, 11803, 12282, 10085, 6706, 7499, 6668, 7947, 6292, 8583, 6661, 8305, 7097, 5656, 6178, 6914, 8853, 7102, 5645, 6151, 6643, 7860, 6056, 8674, 6546, 9338, 7095, 8691, 7373, 10238, 7327, 12585, 8731, 13055, 8748, 11884, 7466, 9316, 6689, 8126, 6563, 6342, 11295, 8072, 13834, 8898, 7031, 10188, 7252, 7694, 7783, 6954, 7279, 8600, 8141, 7942, 7934, 8148, 7136, 7739, 9966, 10034, 11369, 8608, 12740, 8082, 14084, 7749, 13579, 7662, 10017, 7274, 8039, 6731, 6702, 8977, 7596, 6607, 6237, 8075, 7697, 6814, 9027, 7212, 7357, 7621, 7483, 8558, 7972, 6626, 6742, 7782, 7765, 7449, 12222, 10223, 13372, 8256, 11168, 7132, 10181, 8304, 9786, 12592, 7890, 13621, 7587, 8978, 6614, 7584, 7885, 6963, 8594, 7824, 6490, 6691, 6957, 9117, 7109, 8254, 12290, 10178, 13152, 10545, 13095, 14240, 10919, 8950, 9458, 7087, 11097, 7662, 9472, 7133, 7650, 7666, 6529, 7602, 8821, 9523, 7426, 6640, 7582, 7900, 10694, 7483, 9987, 8007, 7299, 9122, 7929, 10897, 7865, 11642, 8169, 11902, 7543, 10019, 7464, 8188, 7881, 6609, 7451, 6466, 8767, 6352, 6496, 7909, 6358, 8327, 6559, 7384, 6504, 7652, 6965, 7076, 6477, 7008, 7758, 7385, 8748, 8038, 7299, 7012, 7656, 10741, 8449, 12722, 10347, 10748, 14047, 10353, 12959, 7354, 7953, 8109, 7065, 9334, 7943, 7327, 6839, 6527, 9031, 6531, 6680, 10497, 7432, 7982, 6945, 6330, 12000, 7460, 13297, 7742, 11031, 7917, 7792, 7831, 6899, 7152, 6836, 6849, 7150, 7231, 7008, 8200, 7519, 8639, 7564, 7186, 7712, 6515, 6864, 6931, 11084, 8036, 12901, 8959, 6437, 7850, 6820, 10100, 6873, 10710, 7729, 8600, 7250, 6165, 7092, 6820, 6824, 6857, 7212, 6656, 8708, 6780, 10985, 7716, 8327, 7293, 6724, 6546, 6410, 8492, 6551, 12763, 9495, 7143, 6540, 6962, 7439, 7117, 8363, 6635, 6824, 8875, 6803, 10159, 7102, 7034, 6856, 6850, 7025, 6711, 10896, 8194, 13396, 7842, 10580, 7032, 9851, 8245, 11707, 8951, 7405, 7514, 7046, 8341, 7050, 11220, 7764, 6807, 7202, 6732, 7121, 7145, 7667, 7112, 8993, 8274, 7236, 7897, 6634, 6391, 7077, 8900, 7076, 13457, 10892, 13300, 9377, 10820, 7650, 8546, 7440, 7266, 7455, 7808, 7461, 7391, 7960, 7482, 9042, 8306, 6848, 7807, 6170, 6985, 7163, 7935, 7179, 7527, 7652, 8088, 7088, 8722, 7420, 11501, 7558, 7167, 6715, 7586, 7909, 7982, 8947, 8082, 6902, 7526, 7373, 7406, 7281, 9803, 7394, 12958, 10056, 12691, 8120, 7510, 7207, 7134, 10627, 7068, 13031, 6310, 7513, 6738, 8024, 6559, 6334, 7391, 8917, 8089, 9477, 7850, 7793, 9105, 7799, 7919, 7489, 7180, 8068, 7713, 8427, 8130, 6204, 6528, 7178, 8771, 7960, 8514, 7537, 7497, 9304, 7830, 10960, 7956, 6609, 7063, 7323, 12768, 8123, 9555, 7866, 8202, 7213, 11394, 11393, 8139, 11767, 8058, 8377, 8145, 8262, 7713, 7396, 6411, 7465, 8082, 7786, 8372, 8103, 7057, 7833, 7119, 7700, 7830, 8734, 8068, 8461, 7288, 11855, 8378, 13707, 12140, 9507, 7858, 6053, 7083, 7830, 7788, 7926, 7374, 7663, 8424, 7567, 8660, 7709, 7863, 7839, 8366, 8269, 8813, 7965, 8624, 8016, 7290, 7462, 6360, 7101, 8085, 10388, 9238, 5749, 6156, 6845, 8223, 8525, 7997, 8233, 6578, 8111, 9880, 8517, 12970, 10307, 13064, 10963, 13808, 11694, 8909, 7575, 7824, 7532, 7808, 8872, 7531, 8156, 7209, 7257, 6956, 7965, 7727, 7781, 7914, 7712, 8123, 7736, 13149, 9062, 13540, 8614, 9088, 7738, 7844, 7088, 7265, 7462, 7269, 10185, 8133, 7975, 8155, 8032, 7972, 8369, 7742, 12577, 7573, 13371, 8180, 13496, 8267, 11989, 8234, 9861, 7793, 8145, 6754, 7972, 6396, 6727, 6908, 6633, 6972, 6527, 6979, 7083, 7284, 7316, 5820, 7378, 7611, 8046, 7390, 8193, 10706, 8373, 12566, 8453, 12561, 8646, 11926, 8019, 12225, 7691, 9718, 7245, 8058, 6682, 7370, 7666, 7845, 7985, 7962, 7171, 8051, 6580, 6932, 7466, 7999, 6737, 9729, 7959, 12335, 8064, 10264, 7798, 7498, 7795, 7623, 8026, 6627, 7127, 7034, 10032, 8681, 13997, 11195, 13390, 7897, 6710, 7152, 6367, 8216, 6564, 11453, 7917, 11600, 10649, 8137, 7775, 7014, 7450, 7107, 7209, 8236, 7133, 7621, 7415, 8262, 6348, 10645, 8246, 7813, 7981, 6931, 6610, 6658, 7646, 8713, 7601, 12835, 9937, 12774, 9876, 10043, 7914, 7746, 8356, 7828, 7880, 7698, 7821, 7902, 7941, 7945, 7665, 8084, 7381, 7816, 6829, 8316, 7330, 8981, 8017, 8144, 8091, 7745, 7230, 6516, 7039, 6761, 7167, 7203, 7602, 7084, 8365, 7855, 6776, 7244, 6284, 6829, 6429, 7161, 6798, 8806, 7167, 7454, 6818, 11303, 8539, 13554, 9667, 11751, 7563, 9705, 7079, 7061, 8436, 6931, 7179, 7301, 8071, 7533, 7667, 8226, 7159, 8020, 7322, 7572, 11151, 8042, 12142, 8891, 7028, 7774, 6857, 7592, 6428, 7641, 6553, 7787, 6399, 7757, 6876, 6967, 7293, 7222, 6892, 7885, 6976, 8156, 7235, 7541, 6978, 7985, 6609, 8071, 7123, 8079, 6612, 8386, 6276, 9331, 7550, 6164, 6402, 6002, 7227, 5986, 8926, 6694, 7966, 7425, 7912, 7273, 8761, 7178, 6032, 6879, 7180, 8609, 7011, 13205, 10216, 13660, 7803, 10815, 7732, 12636, 9238, 7563, 6747, 6487, 7279], 'WindowCenter': [3586.0, 3539.0, 3560.0, 3544.0, 3563.0, 3531.0, 3538.0, 3528.0, 3537.0, 3515.0, 3537.0, 3515.0, 3515.0, 3557.0, 3526.0, 3570.0, 3537.0, 3557.0, 3514.0, 3504.0, 3514.0, 3503.0, 3516.0, 3504.0, 3525.0, 3520.0, 3550.0, 3511.0, 3572.0, 3548.0, 3571.0, 3559.0, 3516.0, 3548.0, 3516.0, 3506.0, 3526.0, 3505.0, 3526.0, 3504.0, 3515.0, 3516.0, 3525.0, 3516.0, 3548.0, 3524.0, 3558.0, 3544.0, 3532.0, 3512.0, 3500.0, 3511.0, 3500.0, 3512.0, 3512.0, 3511.0, 3500.0, 3510.0, 3500.0, 3510.0, 3499.0, 3509.0, 3500.0, 3501.0, 3500.0, 3502.0, 3501.0, 3511.0, 3503.0, 3501.0, 3500.0, 3502.0, 3514.0, 3514.0, 3524.0, 3526.0, 3533.0, 3519.0, 3538.0, 3531.0, 3519.0, 3529.0, 3529.0, 3537.0, 3528.0, 3551.0, 3528.0, 3551.0, 3560.0, 3562.0, 3586.0, 3541.0, 3551.0, 3515.0, 3528.0, 3515.0, 3518.0, 3549.0, 3540.0, 3538.0, 3526.0, 3526.0, 3557.0, 3524.0, 3523.0, 3545.0, 3526.0, 3556.0, 3544.0, 3544.0, 3531.0, 3501.0, 3499.0, 3491.0, 3507.0, 3491.0, 3520.0, 3500.0, 3511.0, 3500.0, 3490.0, 3502.0, 3511.0, 3534.0, 3514.0, 3490.0, 3505.0, 3517.0, 3538.0, 3519.0, 3552.0, 3517.0, 3550.0, 3528.0, 3535.0, 3519.0, 3548.0, 3514.0, 3555.0, 3524.0, 3555.0, 3523.0, 3545.0, 3512.0, 3515.0, 3502.0, 3512.0, 3501.0, 3501.0, 3546.0, 3524.0, 3570.0, 3536.0, 3526.0, 3562.0, 3528.0, 3528.0, 3525.0, 3517.0, 3525.0, 3536.0, 3537.0, 3527.0, 3527.0, 3526.0, 3514.0, 3514.0, 3535.0, 3522.0, 3532.0, 3510.0, 3541.0, 3497.0, 3541.0, 3496.0, 3526.0, 3497.0, 3499.0, 3486.0, 3495.0, 3485.0, 3487.0, 3509.0, 3509.0, 3503.0, 3502.0, 3524.0, 3514.0, 3517.0, 3538.0, 3520.0, 3529.0, 3527.0, 3529.0, 3539.0, 3538.0, 3517.0, 3514.0, 3527.0, 3527.0, 3527.0, 3562.0, 3548.0, 3556.0, 3525.0, 3545.0, 3502.0, 3533.0, 3523.0, 3534.0, 3546.0, 3512.0, 3556.0, 3512.0, 3523.0, 3502.0, 3513.0, 3523.0, 3512.0, 3522.0, 3515.0, 3502.0, 3514.0, 3526.0, 3538.0, 3515.0, 3524.0, 3560.0, 3551.0, 3570.0, 3547.0, 3583.0, 3571.0, 3545.0, 3537.0, 3535.0, 3529.0, 3546.0, 3512.0, 3533.0, 3514.0, 3512.0, 3509.0, 3490.0, 3511.0, 3522.0, 3521.0, 3500.0, 3486.0, 3496.0, 3497.0, 3520.0, 3499.0, 3518.0, 3495.0, 3485.0, 3505.0, 3484.0, 3503.0, 3483.0, 3501.0, 3482.0, 3513.0, 3471.0, 3492.0, 3482.0, 3493.0, 3494.0, 3473.0, 3484.0, 3484.0, 3509.0, 3488.0, 3501.0, 3523.0, 3503.0, 3525.0, 3516.0, 3526.0, 3515.0, 3526.0, 3516.0, 3514.0, 3502.0, 3513.0, 3524.0, 3525.0, 3536.0, 3528.0, 3525.0, 3507.0, 3523.0, 3545.0, 3524.0, 3545.0, 3532.0, 3532.0, 3555.0, 3533.0, 3541.0, 3498.0, 3510.0, 3510.0, 3499.0, 3519.0, 3509.0, 3499.0, 3500.0, 3502.0, 3536.0, 3504.0, 3515.0, 3547.0, 3514.0, 3525.0, 3515.0, 3503.0, 3559.0, 3515.0, 3568.0, 3527.0, 3558.0, 3536.0, 3523.0, 3524.0, 3513.0, 3514.0, 3501.0, 3501.0, 3513.0, 3512.0, 3512.0, 3523.0, 3513.0, 3521.0, 3513.0, 3502.0, 3511.0, 3502.0, 3502.0, 3513.0, 3546.0, 3525.0, 3557.0, 3536.0, 3502.0, 3524.0, 3513.0, 3548.0, 3516.0, 3549.0, 3526.0, 3538.0, 3527.0, 3505.0, 3516.0, 3516.0, 3516.0, 3517.0, 3527.0, 3517.0, 3538.0, 3515.0, 3546.0, 3514.0, 3524.0, 3511.0, 3502.0, 3503.0, 3505.0, 3537.0, 3505.0, 3558.0, 3548.0, 3516.0, 3503.0, 3515.0, 3526.0, 3528.0, 3537.0, 3530.0, 3527.0, 3548.0, 3529.0, 3562.0, 3528.0, 3529.0, 3517.0, 3515.0, 3516.0, 3518.0, 3560.0, 3536.0, 3569.0, 3526.0, 3546.0, 3515.0, 3534.0, 3524.0, 3546.0, 3523.0, 3511.0, 3499.0, 3512.0, 3515.0, 3502.0, 3543.0, 3512.0, 3502.0, 3512.0, 3502.0, 3514.0, 3513.0, 3513.0, 3517.0, 3535.0, 3539.0, 3527.0, 3526.0, 3503.0, 3504.0, 3514.0, 3535.0, 3515.0, 3570.0, 3545.0, 3558.0, 3535.0, 3546.0, 3524.0, 3536.0, 3513.0, 3513.0, 3512.0, 3511.0, 3512.0, 3515.0, 3524.0, 3514.0, 3535.0, 3525.0, 3501.0, 3525.0, 3505.0, 3516.0, 3515.0, 3526.0, 3514.0, 3523.0, 3524.0, 3524.0, 3515.0, 3523.0, 3526.0, 3556.0, 3524.0, 3515.0, 3515.0, 3526.0, 3526.0, 3525.0, 3536.0, 3526.0, 3516.0, 3525.0, 3515.0, 3514.0, 3516.0, 3548.0, 3517.0, 3559.0, 3536.0, 3545.0, 3511.0, 3500.0, 3511.0, 3499.0, 3535.0, 3514.0, 3556.0, 3499.0, 3513.0, 3502.0, 3525.0, 3501.0, 3503.0, 3524.0, 3537.0, 3527.0, 3548.0, 3527.0, 3527.0, 3537.0, 3524.0, 3527.0, 3514.0, 3517.0, 3525.0, 3523.0, 3525.0, 3526.0, 3502.0, 3505.0, 3515.0, 3523.0, 3525.0, 3525.0, 3527.0, 3513.0, 3551.0, 3523.0, 3547.0, 3525.0, 3515.0, 3515.0, 3524.0, 3559.0, 3524.0, 3535.0, 3526.0, 3537.0, 3527.0, 3544.0, 3547.0, 3513.0, 3545.0, 3511.0, 3511.0, 3511.0, 3509.0, 3511.0, 3499.0, 3502.0, 3513.0, 3523.0, 3514.0, 3521.0, 3525.0, 3513.0, 3524.0, 3515.0, 3525.0, 3526.0, 3522.0, 3525.0, 3524.0, 3516.0, 3547.0, 3526.0, 3558.0, 3546.0, 3533.0, 3512.0, 3491.0, 3502.0, 3513.0, 3512.0, 3511.0, 3511.0, 3525.0, 3521.0, 3510.0, 3520.0, 3511.0, 3511.0, 3511.0, 3512.0, 3523.0, 3521.0, 3526.0, 3524.0, 3527.0, 3526.0, 3528.0, 3519.0, 3529.0, 3542.0, 3564.0, 3552.0, 3507.0, 3518.0, 3516.0, 3537.0, 3552.0, 3540.0, 3550.0, 3520.0, 3540.0, 3549.0, 3540.0, 3570.0, 3547.0, 3558.0, 3549.0, 3558.0, 3547.0, 3525.0, 3511.0, 3509.0, 3512.0, 3526.0, 3536.0, 3527.0, 3525.0, 3513.0, 3514.0, 3514.0, 3526.0, 3525.0, 3513.0, 3513.0, 3514.0, 3527.0, 3526.0, 3559.0, 3526.0, 3555.0, 3522.0, 3521.0, 3514.0, 3513.0, 3514.0, 3513.0, 3513.0, 3515.0, 3546.0, 3522.0, 3525.0, 3525.0, 3512.0, 3523.0, 3521.0, 3513.0, 3545.0, 3513.0, 3557.0, 3524.0, 3555.0, 3510.0, 3532.0, 3507.0, 3520.0, 3509.0, 3510.0, 3501.0, 3523.0, 3502.0, 3503.0, 3513.0, 3516.0, 3515.0, 3517.0, 3527.0, 3528.0, 3527.0, 3527.0, 3505.0, 3528.0, 3517.0, 3528.0, 3515.0, 3527.0, 3534.0, 3525.0, 3545.0, 3511.0, 3544.0, 3509.0, 3531.0, 3499.0, 3530.0, 3499.0, 3521.0, 3512.0, 3511.0, 3500.0, 3511.0, 3512.0, 3522.0, 3524.0, 3527.0, 3514.0, 3528.0, 3517.0, 3517.0, 3527.0, 3540.0, 3519.0, 3551.0, 3528.0, 3559.0, 3525.0, 3547.0, 3525.0, 3514.0, 3515.0, 3511.0, 3525.0, 3503.0, 3513.0, 3515.0, 3537.0, 3524.0, 3558.0, 3546.0, 3556.0, 3514.0, 3504.0, 3515.0, 3503.0, 3528.0, 3517.0, 3560.0, 3526.0, 3560.0, 3547.0, 3525.0, 3513.0, 3514.0, 3514.0, 3500.0, 3511.0, 3525.0, 3503.0, 3511.0, 3513.0, 3518.0, 3503.0, 3535.0, 3524.0, 3513.0, 3524.0, 3514.0, 3515.0, 3516.0, 3524.0, 3538.0, 3528.0, 3558.0, 3535.0, 3557.0, 3534.0, 3535.0, 3512.0, 3499.0, 3509.0, 3498.0, 3499.0, 3497.0, 3498.0, 3498.0, 3497.0, 3495.0, 3497.0, 3496.0, 3486.0, 3496.0, 3499.0, 3509.0, 3512.0, 3523.0, 3513.0, 3512.0, 3512.0, 3511.0, 3513.0, 3502.0, 3515.0, 3503.0, 3511.0, 3514.0, 3528.0, 3527.0, 3538.0, 3538.0, 3518.0, 3528.0, 3516.0, 3516.0, 3531.0, 3530.0, 3519.0, 3530.0, 3517.0, 3516.0, 3519.0, 3561.0, 3527.0, 3558.0, 3534.0, 3543.0, 3512.0, 3535.0, 3512.0, 3513.0, 3526.0, 3515.0, 3513.0, 3512.0, 3526.0, 3527.0, 3528.0, 3525.0, 3514.0, 3525.0, 3514.0, 3523.0, 3547.0, 3524.0, 3558.0, 3525.0, 3513.0, 3513.0, 3501.0, 3509.0, 3490.0, 3512.0, 3491.0, 3511.0, 3491.0, 3512.0, 3501.0, 3501.0, 3500.0, 3501.0, 3501.0, 3512.0, 3502.0, 3512.0, 3513.0, 3512.0, 3499.0, 3513.0, 3493.0, 3512.0, 3502.0, 3512.0, 3503.0, 3525.0, 3496.0, 3536.0, 3526.0, 3503.0, 3516.0, 3518.0, 3530.0, 3519.0, 3549.0, 3530.0, 3540.0, 3541.0, 3540.0, 3539.0, 3552.0, 3528.0, 3519.0, 3509.0, 3526.0, 3540.0, 3529.0, 3572.0, 3546.0, 3569.0, 3523.0, 3546.0, 3513.0, 3557.0, 3535.0, 3511.0, 3503.0, 3502.0, 3513.0], 'WindowWidth': [8138.0, 8063.0, 8081.0, 8057.0, 8079.0, 8031.0, 8037.0, 8022.0, 8030.0, 8000.0, 8030.0, 8001.0, 7998.0, 8062.0, 8014.0, 8082.0, 8029.0, 8058.0, 7996.0, 7981.0, 7996.0, 7981.0, 8000.0, 7984.0, 8014.0, 8017.0, 8055.0, 7995.0, 8090.0, 8049.0, 8081.0, 8063.0, 8003.0, 8047.0, 8002.0, 7990.0, 8017.0, 7986.0, 8015.0, 7985.0, 7998.0, 8001.0, 8013.0, 8002.0, 8048.0, 8011.0, 8063.0, 8037.0, 8014.0, 7987.0, 7969.0, 7985.0, 7972.0, 7988.0, 7989.0, 7985.0, 7971.0, 7982.0, 7970.0, 7983.0, 7968.0, 7981.0, 7969.0, 7964.0, 7969.0, 7966.0, 7971.0, 7986.0, 7977.0, 7974.0, 7972.0, 7975.0, 7993.0, 7995.0, 8010.0, 8015.0, 8023.0, 8011.0, 8036.0, 8032.0, 8011.0, 8025.0, 8025.0, 8033.0, 8022.0, 8055.0, 8024.0, 8058.0, 8070.0, 8075.0, 8115.0, 8043.0, 8055.0, 8001.0, 8020.0, 8001.0, 8006.0, 8053.0, 8040.0, 8034.0, 8015.0, 8014.0, 8061.0, 8010.0, 8005.0, 8040.0, 8007.0, 8063.0, 8036.0, 8035.0, 8015.0, 7973.0, 7967.0, 7952.0, 7978.0, 7959.0, 7999.0, 7970.0, 7985.0, 7969.0, 7959.0, 7978.0, 7988.0, 8023.0, 7996.0, 7962.0, 7987.0, 8004.0, 8035.0, 8012.0, 8058.0, 8006.0, 8052.0, 8022.0, 8028.0, 8002.0, 8045.0, 7996.0, 8054.0, 8008.0, 8052.0, 8004.0, 8037.0, 7988.0, 7988.0, 7976.0, 7990.0, 7974.0, 7975.0, 8044.0, 8009.0, 8083.0, 8031.0, 8018.0, 8075.0, 8024.0, 8020.0, 8014.0, 8004.0, 8016.0, 8029.0, 8032.0, 8017.0, 8018.0, 8014.0, 7997.0, 7993.0, 8025.0, 8001.0, 8019.0, 7981.0, 8027.0, 7961.0, 8026.0, 7957.0, 8000.0, 7957.0, 7956.0, 7942.0, 7956.0, 7941.0, 7946.0, 7981.0, 7981.0, 7979.0, 7978.0, 8008.0, 7994.0, 8004.0, 8034.0, 8006.0, 8024.0, 8020.0, 8025.0, 8039.0, 8036.0, 8003.0, 7997.0, 8016.0, 8018.0, 8017.0, 8076.0, 8047.0, 8059.0, 8010.0, 8038.0, 7976.0, 8018.0, 8006.0, 8019.0, 8041.0, 7989.0, 8058.0, 7990.0, 8006.0, 7976.0, 7993.0, 8006.0, 7991.0, 8005.0, 7998.0, 7978.0, 7995.0, 8016.0, 8034.0, 8000.0, 8011.0, 8070.0, 8055.0, 8084.0, 8046.0, 8104.0, 8085.0, 8039.0, 8030.0, 8025.0, 8026.0, 8043.0, 7989.0, 8019.0, 7993.0, 7987.0, 7982.0, 7957.0, 7985.0, 8002.0, 8001.0, 7968.0, 7945.0, 7957.0, 7959.0, 7995.0, 7965.0, 7989.0, 7956.0, 7940.0, 7968.0, 7936.0, 7963.0, 7932.0, 7957.0, 7928.0, 7972.0, 7913.0, 7943.0, 7932.0, 7946.0, 7949.0, 7922.0, 7940.0, 7943.0, 7981.0, 7954.0, 7973.0, 8005.0, 7982.0, 8013.0, 8003.0, 8015.0, 8001.0, 8015.0, 8004.0, 7995.0, 7977.0, 7992.0, 8009.0, 8013.0, 8027.0, 8019.0, 8012.0, 7984.0, 8005.0, 8039.0, 8008.0, 8038.0, 8017.0, 8017.0, 8057.0, 8018.0, 8028.0, 7964.0, 7981.0, 7981.0, 7966.0, 7994.0, 7981.0, 7966.0, 7969.0, 7977.0, 8026.0, 7984.0, 7998.0, 8044.0, 7998.0, 8013.0, 8000.0, 7983.0, 8065.0, 7999.0, 8078.0, 8018.0, 8063.0, 8031.0, 8008.0, 8009.0, 7992.0, 7994.0, 7974.0, 7974.0, 7991.0, 7990.0, 7991.0, 8005.0, 7992.0, 8003.0, 7993.0, 7975.0, 7988.0, 7977.0, 7975.0, 7994.0, 8043.0, 8011.0, 8059.0, 8026.0, 7980.0, 8011.0, 7997.0, 8048.0, 8002.0, 8051.0, 8018.0, 8035.0, 8018.0, 7985.0, 8002.0, 8001.0, 8003.0, 8003.0, 8017.0, 8006.0, 8035.0, 7999.0, 8044.0, 7995.0, 8009.0, 7988.0, 7976.0, 7980.0, 7985.0, 8031.0, 7987.0, 8064.0, 8046.0, 8003.0, 7982.0, 8000.0, 8015.0, 8023.0, 8034.0, 8028.0, 8022.0, 8052.0, 8027.0, 8073.0, 8022.0, 8023.0, 8005.0, 7999.0, 8003.0, 8007.0, 8070.0, 8031.0, 8082.0, 8015.0, 8042.0, 7998.0, 8022.0, 8010.0, 8040.0, 8006.0, 7985.0, 7968.0, 7989.0, 7989.0, 7976.0, 8034.0, 7990.0, 7977.0, 7991.0, 7979.0, 7995.0, 7992.0, 7994.0, 8004.0, 8026.0, 8036.0, 8019.0, 8015.0, 7980.0, 7983.0, 7997.0, 8027.0, 8000.0, 8082.0, 8041.0, 8062.0, 8025.0, 8042.0, 8009.0, 8027.0, 7992.0, 7992.0, 7990.0, 7986.0, 7988.0, 7998.0, 8009.0, 7995.0, 8025.0, 8010.0, 7976.0, 8011.0, 7987.0, 8003.0, 7999.0, 8016.0, 7997.0, 8008.0, 8010.0, 8008.0, 8000.0, 8007.0, 8017.0, 8058.0, 8010.0, 7996.0, 7996.0, 8014.0, 8014.0, 8014.0, 8028.0, 8016.0, 8002.0, 8013.0, 7999.0, 7996.0, 8002.0, 8048.0, 8002.0, 8065.0, 8027.0, 8037.0, 7985.0, 7969.0, 7986.0, 7970.0, 8025.0, 7995.0, 8052.0, 7968.0, 7992.0, 7976.0, 8010.0, 7975.0, 7980.0, 8010.0, 8032.0, 8019.0, 8049.0, 8018.0, 8017.0, 8032.0, 8012.0, 8017.0, 7999.0, 8004.0, 8013.0, 8007.0, 8012.0, 8015.0, 7980.0, 7985.0, 7998.0, 8008.0, 8011.0, 8013.0, 8017.0, 7995.0, 8056.0, 8009.0, 8044.0, 8013.0, 8000.0, 8000.0, 8012.0, 8066.0, 8011.0, 8026.0, 8013.0, 8031.0, 8016.0, 8038.0, 8046.0, 7991.0, 8037.0, 7985.0, 7985.0, 7984.0, 7980.0, 7986.0, 7969.0, 7977.0, 7990.0, 8007.0, 7995.0, 8003.0, 8011.0, 7993.0, 8010.0, 7997.0, 8013.0, 8012.0, 8006.0, 8010.0, 8012.0, 8001.0, 8044.0, 8013.0, 8062.0, 8040.0, 8017.0, 7989.0, 7961.0, 7975.0, 7990.0, 7989.0, 7985.0, 7986.0, 8012.0, 8002.0, 7984.0, 7999.0, 7986.0, 7986.0, 7986.0, 7988.0, 8006.0, 8002.0, 8012.0, 8010.0, 8016.0, 8014.0, 8023.0, 8012.0, 8023.0, 8046.0, 8084.0, 8062.0, 7994.0, 8008.0, 8005.0, 8034.0, 8058.0, 8041.0, 8055.0, 8012.0, 8041.0, 8053.0, 8040.0, 8081.0, 8045.0, 8061.0, 8049.0, 8061.0, 8048.0, 8010.0, 7986.0, 7983.0, 7987.0, 8013.0, 8025.0, 8016.0, 8012.0, 7992.0, 7994.0, 7995.0, 8012.0, 8010.0, 7990.0, 7991.0, 7992.0, 8016.0, 8013.0, 8064.0, 8012.0, 8052.0, 8002.0, 8000.0, 7993.0, 7991.0, 7994.0, 7992.0, 7994.0, 7996.0, 8041.0, 8005.0, 8009.0, 8009.0, 7989.0, 8004.0, 8001.0, 7992.0, 8038.0, 7989.0, 8058.0, 8008.0, 8051.0, 7981.0, 8014.0, 7973.0, 7995.0, 7982.0, 7983.0, 7973.0, 8006.0, 7978.0, 7979.0, 7996.0, 8003.0, 8001.0, 8005.0, 8019.0, 8022.0, 8019.0, 8018.0, 7985.0, 8018.0, 7996.0, 8017.0, 7997.0, 8015.0, 8025.0, 8010.0, 8039.0, 7987.0, 8033.0, 7979.0, 8012.0, 7965.0, 8008.0, 7965.0, 7999.0, 7987.0, 7985.0, 7971.0, 7985.0, 7988.0, 8003.0, 8008.0, 8015.0, 7995.0, 8017.0, 8002.0, 8004.0, 8019.0, 8039.0, 8009.0, 8058.0, 8020.0, 8064.0, 8011.0, 8043.0, 8010.0, 7993.0, 7996.0, 7989.0, 8010.0, 7979.0, 7994.0, 8000.0, 8031.0, 8010.0, 8066.0, 8040.0, 8055.0, 7993.0, 7981.0, 7998.0, 7983.0, 8020.0, 8003.0, 8067.0, 8017.0, 8067.0, 8044.0, 8012.0, 7992.0, 7994.0, 7993.0, 7972.0, 7987.0, 8009.0, 7977.0, 7986.0, 7991.0, 7998.0, 7980.0, 8027.0, 8008.0, 7993.0, 8006.0, 7995.0, 7998.0, 8001.0, 8012.0, 8035.0, 8019.0, 8066.0, 8026.0, 8061.0, 8022.0, 8023.0, 7988.0, 7966.0, 7978.0, 7964.0, 7964.0, 7959.0, 7961.0, 7961.0, 7960.0, 7956.0, 7958.0, 7957.0, 7942.0, 7956.0, 7968.0, 7981.0, 7989.0, 8006.0, 7990.0, 7988.0, 7987.0, 7988.0, 7993.0, 7978.0, 7999.0, 7978.0, 7987.0, 7995.0, 8019.0, 8021.0, 8034.0, 8039.0, 8009.0, 8021.0, 8003.0, 8004.0, 8032.0, 8028.0, 8009.0, 8019.0, 8004.0, 8000.0, 8010.0, 8069.0, 8017.0, 8065.0, 8022.0, 8033.0, 7990.0, 8024.0, 7992.0, 7993.0, 8014.0, 7996.0, 7992.0, 7991.0, 8016.0, 8019.0, 8019.0, 8012.0, 7995.0, 8010.0, 7993.0, 8007.0, 8043.0, 8010.0, 8059.0, 8012.0, 7991.0, 7991.0, 7971.0, 7983.0, 7956.0, 7987.0, 7958.0, 7985.0, 7959.0, 7988.0, 7971.0, 7972.0, 7970.0, 7971.0, 7972.0, 7987.0, 7976.0, 7990.0, 7990.0, 7990.0, 7971.0, 7992.0, 7959.0, 7990.0, 7977.0, 7987.0, 7981.0, 8012.0, 7968.0, 8032.0, 8016.0, 7982.0, 8003.0, 8008.0, 8026.0, 8012.0, 8054.0, 8027.0, 8041.0, 8045.0, 8042.0, 8042.0, 8063.0, 8025.0, 8011.0, 7991.0, 8017.0, 8040.0, 8025.0, 8092.0, 8044.0, 8077.0, 8007.0, 8042.0, 7994.0, 8057.0, 8023.0, 7986.0, 7978.0, 7977.0, 7992.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.0005890092165898618</td></tr>
<tr><td colspan=3>aqi</td><td>0.01944607511520737</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.853593397220294</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2284125734717426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0105905931026535</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>5110.9858</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07875639963364134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.304147465437788</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437884956323652</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.323320853698623</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6785634815926156</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3117705336797174</td></tr>
<tr><td colspan=3>gcor</td><td>0.0223079</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014644070528447628</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03343982994556427</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.0180181896338265</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.1103</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9488</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.3934</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8172</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>406.9863</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2731.3335</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>717.0157</td></tr>
<tr><td colspan=3>tsnr</td><td>42.11271080235019</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>