<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-04/func/sub-0044_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>77e03980cc2d9da6949567739347eb9e</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>17:12:44.402500</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.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</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.0996478</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa3e6df8-8e78-4811-b5e5-3755ce9af679||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.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['171244.402500', '171244.862500', '171245.322500', '171245.782500', '171246.242500', '171246.702500', '171247.162500', '171247.622500', '171248.082500', '171248.542500', '171249.002500', '171249.462500', '171249.922500', '171250.382500', '171250.842500', '171251.302500', '171251.762500', '171252.222500', '171252.682500', '171253.142500', '171253.602500', '171254.062500', '171254.522500', '171254.982500', '171255.442500', '171255.902500', '171256.362500', '171256.822500', '171257.282500', '171257.742500', '171258.202500', '171258.662500', '171259.122500', '171259.582500', '171300.042500', '171300.502500', '171300.962500', '171301.422500', '171301.882500', '171302.342500', '171302.802500', '171303.262500', '171303.722500', '171304.182500', '171304.642500', '171305.102500', '171305.562500', '171306.022500', '171306.482500', '171306.942500', '171307.402500', '171307.862500', '171308.322500', '171308.782500', '171309.242500', '171309.702500', '171310.162500', '171310.622500', '171311.082500', '171311.542500', '171312.002500', '171312.462500', '171312.922500', '171313.382500', '171313.842500', '171314.302500', '171314.762500', '171315.222500', '171315.682500', '171316.142500', '171316.602500', '171317.062500', '171317.522500', '171317.982500', '171318.442500', '171318.902500', '171319.362500', '171319.822500', '171320.282500', '171320.742500', '171321.202500', '171321.662500', '171322.122500', '171322.582500', '171323.042500', '171323.502500', '171323.962500', '171324.422500', '171324.882500', '171325.342500', '171325.802500', '171326.262500', '171326.722500', '171327.182500', '171327.642500', '171328.102500', '171328.562500', '171329.022500', '171329.482500', '171329.942500', '171330.402500', '171330.862500', '171331.322500', '171331.782500', '171332.242500', '171332.702500', '171333.162500', '171333.622500', '171334.082500', '171334.542500', '171335.002500', '171335.462500', '171335.922500', '171336.382500', '171336.842500', '171337.302500', '171337.762500', '171338.222500', '171338.682500', '171339.142500', '171339.602500', '171340.062500', '171340.522500', '171340.982500', '171341.442500', '171341.902500', '171342.362500', '171342.822500', '171343.282500', '171343.742500', '171344.202500', '171344.662500', '171345.122500', '171345.582500', '171346.042500', '171346.502500', '171346.962500', '171347.422500', '171347.882500', '171348.342500', '171348.802500', '171349.262500', '171349.722500', '171350.182500', '171350.642500', '171351.102500', '171351.562500', '171352.022500', '171352.482500', '171352.942500', '171353.402500', '171353.862500', '171354.322500', '171354.782500', '171355.242500', '171355.702500', '171356.162500', '171356.622500', '171357.082500', '171357.542500', '171358.002500', '171358.462500', '171358.922500', '171359.382500', '171359.842500', '171400.302500', '171400.762500', '171401.222500', '171401.682500', '171402.142500', '171402.602500', '171403.062500', '171403.522500', '171403.982500', '171404.442500', '171404.902500', '171405.362500', '171405.822500', '171406.282500', '171406.742500', '171407.202500', '171407.662500', '171408.122500', '171408.582500', '171409.042500', '171409.502500', '171409.962500', '171410.422500', '171410.882500', '171411.342500', '171411.802500', '171412.262500', '171412.722500', '171413.182500', '171413.642500', '171414.102500', '171414.562500', '171415.022500', '171415.482500', '171415.942500', '171416.402500', '171416.862500', '171417.322500', '171417.782500', '171418.242500', '171418.702500', '171419.162500', '171419.622500', '171420.082500', '171420.542500', '171421.002500', '171421.462500', '171421.922500', '171422.382500', '171422.842500', '171423.302500', '171423.762500', '171424.222500', '171424.682500', '171425.142500', '171425.602500', '171426.062500', '171426.522500', '171426.982500', '171427.442500', '171427.902500', '171428.362500', '171428.822500', '171429.282500', '171429.742500', '171430.202500', '171430.662500', '171431.122500', '171431.582500', '171432.042500', '171432.502500', '171432.962500', '171433.422500', '171433.882500', '171434.342500', '171434.802500', '171435.262500', '171435.722500', '171436.182500', '171436.642500', '171437.102500', '171437.562500', '171438.022500', '171438.482500', '171438.942500', '171439.402500', '171439.862500', '171440.322500', '171440.782500', '171441.242500', '171441.702500', '171442.162500', '171442.622500', '171443.082500', '171443.542500', '171444.002500', '171444.462500', '171444.922500', '171445.382500', '171445.842500', '171446.302500', '171446.762500', '171447.222500', '171447.682500', '171448.142500', '171448.602500', '171449.062500', '171449.522500', '171449.982500', '171450.442500', '171450.902500', '171451.362500', '171451.822500', '171452.282500', '171452.742500', '171453.202500', '171453.662500', '171454.122500', '171454.582500', '171455.042500', '171455.502500', '171455.962500', '171456.422500', '171456.882500', '171457.342500', '171457.802500', '171458.262500', '171458.722500', '171459.182500', '171459.642500', '171500.102500', '171500.562500', '171501.022500', '171501.482500', '171501.942500', '171502.402500', '171502.862500', '171503.322500', '171503.782500', '171504.242500', '171504.702500', '171505.162500', '171505.622500', '171506.082500', '171506.542500', '171507.002500', '171507.462500', '171507.922500', '171508.382500', '171508.842500', '171509.302500', '171509.762500', '171510.222500', '171510.682500', '171511.142500', '171511.602500', '171512.062500', '171512.522500', '171512.982500', '171513.442500', '171513.902500', '171514.362500', '171514.822500', '171515.282500', '171515.742500', '171516.202500', '171516.662500', '171517.122500', '171517.582500', '171518.042500', '171518.502500', '171518.962500', '171519.422500', '171519.882500', '171520.342500', '171520.802500', '171521.262500', '171521.722500', '171522.182500', '171522.642500', '171523.102500', '171523.562500', '171524.022500', '171524.482500', '171524.942500', '171525.402500', '171525.862500', '171526.322500', '171526.782500', '171527.242500', '171527.702500', '171528.162500', '171528.622500', '171529.082500', '171529.542500', '171530.002500', '171530.462500', '171530.922500', '171531.382500', '171531.842500', '171532.302500', '171532.762500', '171533.222500', '171533.682500', '171534.142500', '171534.602500', '171535.062500', '171535.522500', '171535.982500', '171536.442500', '171536.902500', '171537.362500', '171537.822500', '171538.282500', '171538.742500', '171539.202500', '171539.662500', '171540.122500', '171540.582500', '171541.042500', '171541.502500', '171541.962500', '171542.422500', '171542.882500', '171543.342500', '171543.802500', '171544.262500', '171544.722500', '171545.182500', '171545.642500', '171546.102500', '171546.562500', '171547.022500', '171547.482500', '171547.942500', '171548.402500', '171548.862500', '171549.322500', '171549.782500', '171550.242500', '171550.702500', '171551.162500', '171551.622500', '171552.082500', '171552.542500', '171553.002500', '171553.462500', '171553.922500', '171554.382500', '171554.842500', '171555.302500', '171555.762500', '171556.222500', '171556.682500', '171557.142500', '171557.602500', '171558.062500', '171558.522500', '171558.982500', '171559.442500', '171559.902500', '171600.362500', '171600.822500', '171601.282500', '171601.742500', '171602.202500', '171602.662500', '171603.122500', '171603.582500', '171604.042500', '171604.502500', '171604.962500', '171605.422500', '171605.882500', '171606.342500', '171606.802500', '171607.262500', '171607.722500', '171608.182500', '171608.642500', '171609.102500', '171609.562500', '171610.022500', '171610.482500', '171610.942500', '171611.402500', '171611.862500', '171612.322500', '171612.782500', '171613.242500', '171613.702500', '171614.162500', '171614.622500', '171615.082500', '171615.542500', '171616.002500', '171616.462500', '171616.922500', '171617.382500', '171617.842500', '171618.302500', '171618.762500', '171619.222500', '171619.682500', '171620.142500', '171620.602500', '171621.062500', '171621.522500', '171621.982500', '171622.442500', '171622.902500', '171623.362500', '171623.822500', '171624.282500', '171624.742500', '171625.202500', '171625.662500', '171626.122500', '171626.582500', '171627.042500', '171627.502500', '171627.962500', '171628.422500', '171628.882500', '171629.342500', '171629.802500', '171630.262500', '171630.722500', '171631.182500', '171631.642500', '171632.102500', '171632.562500', '171633.022500', '171633.482500', '171633.942500', '171634.402500', '171634.862500', '171635.322500', '171635.782500', '171636.242500', '171636.702500', '171637.162500', '171637.622500', '171638.082500', '171638.542500', '171639.002500', '171639.462500', '171639.922500', '171640.382500', '171640.842500', '171641.302500', '171641.762500', '171642.222500', '171642.682500', '171643.142500', '171643.602500', '171644.062500', '171644.522500', '171644.982500', '171645.442500', '171645.902500', '171646.362500', '171646.822500', '171647.282500', '171647.742500', '171648.202500', '171648.662500', '171649.122500', '171649.582500', '171650.042500', '171650.502500', '171650.962500', '171651.422500', '171651.882500', '171652.342500', '171652.802500', '171653.262500', '171653.722500', '171654.182500', '171654.642500', '171655.102500', '171655.562500', '171656.022500', '171656.482500', '171656.942500', '171657.402500', '171657.862500', '171658.322500', '171658.782500', '171659.242500', '171659.702500', '171700.162500', '171700.622500', '171701.082500', '171701.542500', '171702.002500', '171702.462500', '171702.922500', '171703.382500', '171703.842500', '171704.302500', '171704.762500', '171705.222500', '171705.682500', '171706.142500', '171706.602500', '171707.062500', '171707.522500', '171707.982500', '171708.442500', '171708.902500', '171709.362500', '171709.822500', '171710.282500', '171710.742500', '171711.202500', '171711.662500', '171712.122500', '171712.582500', '171713.042500', '171713.502500', '171713.962500', '171714.422500', '171714.882500', '171715.342500', '171715.802500', '171716.262500', '171716.722500', '171717.182500', '171717.642500', '171718.102500', '171718.562500', '171719.022500', '171719.482500', '171719.942500', '171720.402500', '171720.862500', '171721.322500', '171721.782500', '171722.242500', '171722.702500', '171723.162500', '171723.622500', '171724.082500', '171724.542500', '171725.002500', '171725.462500', '171725.922500', '171726.382500', '171726.842500', '171727.302500', '171727.762500', '171728.222500', '171728.682500', '171729.142500', '171729.602500', '171730.062500', '171730.522500', '171730.982500', '171731.442500', '171731.902500', '171732.362500', '171732.822500', '171733.282500', '171733.742500', '171734.202500', '171734.662500', '171735.122500', '171735.582500', '171736.042500', '171736.502500', '171736.962500', '171737.422500', '171737.882500', '171738.342500', '171738.802500', '171739.262500', '171739.722500', '171740.182500', '171740.642500', '171741.102500', '171741.562500', '171742.022500', '171742.482500', '171742.942500', '171743.402500', '171743.862500', '171744.322500', '171744.782500', '171745.242500', '171745.702500', '171746.162500', '171746.622500', '171747.082500', '171747.542500', '171748.002500', '171748.462500', '171748.922500', '171749.382500', '171749.842500', '171750.302500', '171750.762500', '171751.222500', '171751.682500', '171752.142500', '171752.602500', '171753.062500', '171753.522500', '171753.982500', '171754.442500', '171754.902500', '171755.362500', '171755.822500', '171756.282500', '171756.742500', '171757.202500', '171757.662500', '171758.122500', '171758.582500', '171759.042500', '171759.502500', '171759.962500', '171800.422500', '171800.882500', '171801.342500', '171801.802500', '171802.262500', '171802.722500', '171803.182500', '171803.642500', '171804.102500', '171804.562500', '171805.022500', '171805.482500', '171805.942500', '171806.402500', '171806.862500', '171807.322500', '171807.782500', '171808.242500', '171808.702500', '171809.162500', '171809.622500', '171810.082500', '171810.542500', '171811.002500', '171811.462500', '171811.922500', '171812.382500', '171812.842500', '171813.302500', '171813.762500', '171814.222500', '171814.682500', '171815.142500', '171815.602500', '171816.062500', '171816.522500', '171816.982500', '171817.442500', '171817.902500', '171818.362500', '171818.822500', '171819.282500', '171819.742500', '171820.202500', '171820.662500', '171821.122500', '171821.582500', '171822.042500', '171822.502500', '171822.962500', '171823.422500', '171823.882500', '171824.342500', '171824.802500', '171825.262500', '171825.722500', '171826.182500', '171826.642500', '171827.102500', '171827.562500', '171828.022500', '171828.482500', '171828.942500', '171829.402500', '171829.862500', '171830.322500', '171830.782500', '171831.242500', '171831.702500', '171832.162500', '171832.622500', '171833.082500', '171833.542500', '171834.002500', '171834.462500', '171834.922500', '171835.382500', '171835.842500', '171836.302500', '171836.762500', '171837.222500', '171837.682500', '171838.142500', '171838.602500', '171839.062500', '171839.522500', '171839.982500', '171840.442500', '171840.902500', '171841.362500', '171841.822500', '171842.282500', '171842.742500', '171843.202500', '171843.662500', '171844.122500', '171844.582500', '171845.042500', '171845.502500', '171845.962500', '171846.422500', '171846.882500', '171847.342500', '171847.802500', '171848.262500', '171848.722500', '171849.182500', '171849.642500', '171850.102500', '171850.562500', '171851.022500', '171851.482500', '171851.942500', '171852.402500', '171852.862500', '171853.322500', '171853.782500', '171854.242500', '171854.702500', '171855.162500', '171855.622500', '171856.082500', '171856.542500', '171857.002500', '171857.462500', '171857.922500', '171858.382500', '171858.842500', '171859.302500', '171859.762500', '171900.222500', '171900.682500', '171901.142500', '171901.602500', '171902.062500', '171902.522500', '171902.982500', '171903.442500', '171903.902500', '171904.362500', '171904.822500', '171905.282500', '171905.742500', '171906.202500', '171906.662500', '171907.122500', '171907.582500', '171908.042500', '171908.502500', '171908.962500', '171909.422500', '171909.882500', '171910.342500', '171910.802500', '171911.262500', '171911.722500', '171912.182500', '171912.642500', '171913.102500', '171913.562500', '171914.022500', '171914.482500', '171914.942500', '171915.402500', '171915.862500', '171916.322500', '171916.782500', '171917.242500', '171917.702500', '171918.162500', '171918.622500', '171919.082500', '171919.542500', '171920.002500', '171920.462500', '171920.922500', '171921.382500', '171921.842500', '171922.302500', '171922.762500', '171923.222500', '171923.682500', '171924.142500', '171924.602500', '171925.062500'], 'ContentTime': ['171301.557000', '171301.560000', '171301.562000', '171301.567000', '171301.569000', '171301.572000', '171301.575000', '171301.578000', '171301.580000', '171301.583000', '171301.586000', '171301.589000', '171301.592000', '171301.594000', '171301.597000', '171301.600000', '171301.603000', '171301.606000', '171301.608000', '171301.611000', '171301.614000', '171301.617000', '171301.619000', '171301.622000', '171301.625000', '171301.628000', '171301.631000', '171301.637000', '171301.640000', '171301.643000', '171301.645000', '171301.648000', '171301.651000', '171301.653000', '171301.656000', '171321.526000', '171321.528000', '171321.531000', '171321.534000', '171321.536000', '171321.539000', '171321.541000', '171321.544000', '171321.546000', '171321.549000', '171321.551000', '171321.554000', '171321.556000', '171321.559000', '171321.561000', '171321.564000', '171321.566000', '171321.569000', '171321.571000', '171321.574000', '171321.591000', '171321.593000', '171321.596000', '171321.599000', '171321.601000', '171321.604000', '171321.606000', '171321.609000', '171321.612000', '171321.614000', '171321.617000', '171321.619000', '171321.622000', '171321.624000', '171321.627000', '171321.629000', '171321.632000', '171321.634000', '171321.637000', '171321.640000', '171321.642000', '171321.645000', '171321.647000', '171321.650000', '171341.526000', '171341.529000', '171341.532000', '171341.534000', '171341.537000', '171341.539000', '171341.542000', '171341.544000', '171341.547000', '171341.549000', '171341.552000', '171341.555000', '171341.557000', '171341.560000', '171341.562000', '171341.565000', '171341.567000', '171341.570000', '171341.575000', '171341.577000', '171341.580000', '171341.583000', '171341.585000', '171341.588000', '171341.590000', '171341.593000', '171341.595000', '171341.598000', '171341.600000', '171341.603000', '171341.606000', '171341.608000', '171341.611000', '171341.613000', '171341.616000', '171341.618000', '171341.621000', '171341.623000', '171341.626000', '171341.628000', '171341.631000', '171341.634000', '171341.636000', '171401.527000', '171401.529000', '171401.532000', '171401.534000', '171401.537000', '171401.539000', '171401.542000', '171401.545000', '171401.547000', '171401.550000', '171401.552000', '171401.555000', '171401.557000', '171401.560000', '171401.562000', '171401.565000', '171401.568000', '171401.570000', '171401.573000', '171401.575000', '171401.578000', '171401.580000', '171401.583000', '171401.586000', '171401.589000', '171401.592000', '171401.595000', '171401.597000', '171401.600000', '171401.602000', '171401.605000', '171401.608000', '171401.610000', '171401.613000', '171401.615000', '171401.618000', '171401.620000', '171401.623000', '171401.626000', '171401.628000', '171401.631000', '171401.633000', '171401.636000', '171421.526000', '171421.529000', '171421.532000', '171421.534000', '171421.537000', '171421.540000', '171421.542000', '171421.545000', '171421.547000', '171421.550000', '171421.552000', '171421.555000', '171421.557000', '171421.560000', '171421.563000', '171421.565000', '171421.568000', '171421.570000', '171421.573000', '171421.575000', '171421.578000', '171421.581000', '171421.583000', '171421.586000', '171421.588000', '171421.591000', '171421.593000', '171421.596000', '171421.599000', '171421.601000', '171421.604000', '171421.606000', '171421.609000', '171421.612000', '171421.614000', '171421.617000', '171421.619000', '171421.622000', '171421.624000', '171421.627000', '171421.629000', '171421.632000', '171421.635000', '171421.637000', '171441.527000', '171441.529000', '171441.532000', '171441.535000', '171441.537000', '171441.540000', '171441.542000', '171441.545000', '171441.547000', '171441.550000', '171441.553000', '171441.555000', '171441.558000', '171441.560000', '171441.563000', '171441.565000', '171441.568000', '171441.570000', '171441.573000', '171441.576000', '171441.578000', '171441.581000', '171441.583000', '171441.586000', '171441.588000', '171441.591000', '171441.593000', '171441.596000', '171441.598000', '171441.601000', '171441.604000', '171441.606000', '171441.609000', '171441.611000', '171441.614000', '171441.616000', '171441.619000', '171441.622000', '171441.624000', '171441.627000', '171441.629000', '171441.632000', '171441.634000', '171501.527000', '171501.529000', '171501.532000', '171501.535000', '171501.537000', '171501.540000', '171501.542000', '171501.545000', '171501.547000', '171501.550000', '171501.552000', '171501.555000', '171501.557000', '171501.560000', '171501.563000', '171501.565000', '171501.568000', '171501.570000', '171501.573000', '171501.575000', '171501.578000', '171501.581000', '171501.583000', '171501.586000', '171501.588000', '171501.591000', '171501.593000', '171501.596000', '171501.598000', '171501.601000', '171501.617000', '171501.620000', '171501.622000', '171501.625000', '171501.627000', '171501.630000', '171501.632000', '171501.635000', '171501.638000', '171501.640000', '171501.643000', '171501.645000', '171501.648000', '171501.651000', '171521.527000', '171521.530000', '171521.532000', '171521.535000', '171521.537000', '171521.540000', '171521.542000', '171521.545000', '171521.547000', '171521.550000', '171521.552000', '171521.555000', '171521.558000', '171521.560000', '171521.563000', '171521.565000', '171521.568000', '171521.570000', '171521.573000', '171521.575000', '171521.578000', '171521.580000', '171521.583000', '171521.586000', '171521.588000', '171521.591000', '171521.594000', '171521.597000', '171521.600000', '171521.603000', '171521.605000', '171521.608000', '171521.610000', '171521.613000', '171521.615000', '171521.629000', '171521.632000', '171521.635000', '171521.637000', '171521.640000', '171521.642000', '171521.645000', '171521.647000', '171541.525000', '171541.528000', '171541.531000', '171541.533000', '171541.536000', '171541.539000', '171541.541000', '171541.544000', '171541.546000', '171541.549000', '171541.551000', '171541.554000', '171541.556000', '171541.559000', '171541.562000', '171541.564000', '171541.567000', '171541.569000', '171541.572000', '171541.574000', '171541.577000', '171541.580000', '171541.582000', '171541.585000', '171541.587000', '171541.590000', '171541.592000', '171541.595000', '171541.598000', '171541.600000', '171541.603000', '171541.605000', '171541.608000', '171541.611000', '171541.613000', '171541.616000', '171541.618000', '171541.621000', '171541.623000', '171541.626000', '171541.629000', '171541.631000', '171541.634000', '171541.636000', '171601.526000', '171601.529000', '171601.532000', '171601.534000', '171601.537000', '171601.539000', '171601.542000', '171601.544000', '171601.547000', '171601.550000', '171601.552000', '171601.555000', '171601.557000', '171601.560000', '171601.562000', '171601.565000', '171601.567000', '171601.570000', '171601.573000', '171601.575000', '171601.578000', '171601.580000', '171601.583000', '171601.585000', '171601.588000', '171601.591000', '171601.593000', '171601.596000', '171601.599000', '171601.601000', '171601.604000', '171601.606000', '171601.609000', '171601.611000', '171601.614000', '171601.617000', '171601.619000', '171601.622000', '171601.625000', '171601.628000', '171601.631000', '171601.634000', '171601.636000', '171621.526000', '171621.529000', '171621.532000', '171621.534000', '171621.537000', '171621.539000', '171621.542000', '171621.544000', '171621.547000', '171621.550000', '171621.552000', '171621.555000', '171621.557000', '171621.560000', '171621.563000', '171621.565000', '171621.568000', '171621.570000', '171621.573000', '171621.575000', '171621.578000', '171621.580000', '171621.583000', '171621.586000', '171621.588000', '171621.591000', '171621.593000', '171621.596000', '171621.598000', '171621.601000', '171621.604000', '171621.606000', '171621.609000', '171621.611000', '171621.614000', '171621.616000', '171621.619000', '171621.621000', '171621.624000', '171621.627000', '171621.629000', '171621.632000', '171621.634000', '171621.637000', '171641.527000', '171641.529000', '171641.532000', '171641.535000', '171641.537000', '171641.540000', '171641.542000', '171641.545000', '171641.547000', '171641.550000', '171641.552000', '171641.569000', '171641.572000', '171641.574000', '171641.577000', '171641.579000', '171641.582000', '171641.584000', '171641.587000', '171641.590000', '171641.592000', '171641.595000', '171641.597000', '171641.600000', '171641.602000', '171641.605000', '171641.608000', '171641.610000', '171641.613000', '171641.615000', '171641.618000', '171641.620000', '171641.623000', '171641.625000', '171641.628000', '171641.631000', '171641.634000', '171641.637000', '171641.640000', '171641.642000', '171641.645000', '171641.647000', '171641.650000', '171701.526000', '171701.529000', '171701.532000', '171701.534000', '171701.537000', '171701.540000', '171701.542000', '171701.545000', '171701.547000', '171701.550000', '171701.552000', '171701.555000', '171701.557000', '171701.560000', '171701.563000', '171701.565000', '171701.568000', '171701.570000', '171701.573000', '171701.575000', '171701.578000', '171701.580000', '171701.583000', '171701.585000', '171701.588000', '171701.591000', '171701.593000', '171701.596000', '171701.599000', '171701.601000', '171701.604000', '171701.606000', '171701.609000', '171701.611000', '171701.614000', '171701.617000', '171701.619000', '171701.622000', '171701.624000', '171701.627000', '171701.629000', '171701.632000', '171701.635000', '171701.637000', '171721.526000', '171721.529000', '171721.532000', '171721.534000', '171721.537000', '171721.540000', '171721.542000', '171721.545000', '171721.547000', '171721.550000', '171721.552000', '171721.555000', '171721.557000', '171721.560000', '171721.563000', '171721.565000', '171721.568000', '171721.570000', '171721.573000', '171721.575000', '171721.578000', '171721.580000', '171721.583000', '171721.586000', '171721.588000', '171721.591000', '171721.593000', '171721.596000', '171721.598000', '171721.601000', '171721.604000', '171721.606000', '171721.609000', '171721.611000', '171721.614000', '171721.617000', '171721.619000', '171721.622000', '171721.624000', '171721.627000', '171721.629000', '171721.632000', '171721.635000', '171741.527000', '171741.529000', '171741.532000', '171741.535000', '171741.537000', '171741.540000', '171741.542000', '171741.545000', '171741.547000', '171741.550000', '171741.553000', '171741.555000', '171741.558000', '171741.560000', '171741.563000', '171741.565000', '171741.568000', '171741.570000', '171741.573000', '171741.576000', '171741.578000', '171741.581000', '171741.583000', '171741.586000', '171741.588000', '171741.591000', '171741.594000', '171741.596000', '171741.599000', '171741.602000', '171741.604000', '171741.607000', '171741.609000', '171741.612000', '171741.614000', '171741.617000', '171741.620000', '171741.622000', '171741.625000', '171741.627000', '171741.630000', '171741.632000', '171741.635000', '171741.638000', '171801.526000', '171801.528000', '171801.531000', '171801.534000', '171801.536000', '171801.539000', '171801.541000', '171801.544000', '171801.546000', '171801.549000', '171801.552000', '171801.554000', '171801.557000', '171801.560000', '171801.562000', '171801.565000', '171801.567000', '171801.570000', '171801.572000', '171801.575000', '171801.578000', '171801.580000', '171801.595000', '171801.598000', '171801.600000', '171801.603000', '171801.605000', '171801.608000', '171801.611000', '171801.613000', '171801.616000', '171801.618000', '171801.621000', '171801.623000', '171801.626000', '171801.629000', '171801.631000', '171801.634000', '171801.636000', '171801.639000', '171801.642000', '171801.644000', '171801.647000', '171821.526000', '171821.529000', '171821.532000', '171821.534000', '171821.537000', '171821.539000', '171821.542000', '171821.545000', '171821.547000', '171821.550000', '171821.552000', '171821.555000', '171821.557000', '171821.560000', '171821.563000', '171821.565000', '171821.568000', '171821.570000', '171821.573000', '171821.575000', '171821.578000', '171821.581000', '171821.583000', '171821.586000', '171821.588000', '171821.591000', '171821.593000', '171821.596000', '171821.599000', '171821.601000', '171821.604000', '171821.606000', '171821.609000', '171821.612000', '171821.614000', '171821.617000', '171821.620000', '171821.622000', '171821.625000', '171821.627000', '171821.630000', '171821.633000', '171821.635000', '171821.638000', '171841.527000', '171841.530000', '171841.532000', '171841.535000', '171841.537000', '171841.540000', '171841.542000', '171841.545000', '171841.548000', '171841.552000', '171841.554000', '171841.557000', '171841.559000', '171841.562000', '171841.565000', '171841.567000', '171841.570000', '171841.572000', '171841.575000', '171841.577000', '171841.580000', '171841.583000', '171841.585000', '171841.588000', '171841.590000', '171841.593000', '171841.595000', '171841.598000', '171841.601000', '171841.603000', '171841.606000', '171841.608000', '171841.611000', '171841.614000', '171841.616000', '171841.619000', '171841.621000', '171841.624000', '171841.627000', '171841.629000', '171841.632000', '171841.634000', '171841.637000', '171901.527000', '171901.530000', '171901.532000', '171901.535000', '171901.537000', '171901.540000', '171901.543000', '171901.545000', '171901.548000', '171901.550000', '171901.553000', '171901.555000', '171901.558000', '171901.561000', '171901.563000', '171901.566000', '171901.568000', '171901.571000', '171901.574000', '171901.576000', '171901.579000', '171901.581000', '171901.584000', '171901.586000', '171901.589000', '171901.592000', '171901.594000', '171901.597000', '171901.599000', '171901.602000', '171901.604000', '171901.607000', '171901.610000', '171901.612000', '171901.615000', '171901.618000', '171901.620000', '171901.623000', '171901.625000', '171901.628000', '171901.630000', '171901.633000', '171901.636000', '171901.638000', '171921.527000', '171921.529000', '171921.532000', '171921.535000', '171921.537000', '171921.540000', '171921.542000', '171921.545000', '171921.547000', '171921.550000', '171921.553000', '171921.555000', '171921.558000', '171921.560000', '171921.563000', '171921.565000', '171921.568000', '171921.570000', '171921.573000', '171921.576000', '171921.578000', '171921.581000', '171921.583000', '171921.586000', '171921.588000', '171921.591000', '171921.593000', '171921.596000', '171921.599000', '171921.601000', '171921.604000', '171921.606000', '171921.609000', '171921.612000', '171921.614000', '171921.617000', '171921.620000', '171921.622000', '171921.625000', '171921.627000', '171921.630000', '171921.633000', '171921.635000', '171926.287000', '171926.290000', '171926.293000', '171926.296000', '171926.307000', '171926.310000', '171926.313000', '171926.316000', '171926.318000', '171926.321000', '171926.323000'], 'InstanceCreationTime': ['171301.557000', '171301.560000', '171301.562000', '171301.567000', '171301.569000', '171301.572000', '171301.575000', '171301.578000', '171301.580000', '171301.583000', '171301.586000', '171301.589000', '171301.592000', '171301.594000', '171301.597000', '171301.600000', '171301.603000', '171301.606000', '171301.608000', '171301.611000', '171301.614000', '171301.617000', '171301.619000', '171301.622000', '171301.625000', '171301.628000', '171301.631000', '171301.637000', '171301.640000', '171301.643000', '171301.645000', '171301.648000', '171301.651000', '171301.653000', '171301.656000', '171321.526000', '171321.528000', '171321.531000', '171321.534000', '171321.536000', '171321.539000', '171321.541000', '171321.544000', '171321.546000', '171321.549000', '171321.551000', '171321.554000', '171321.556000', '171321.559000', '171321.561000', '171321.564000', '171321.566000', '171321.569000', '171321.571000', '171321.574000', '171321.591000', '171321.593000', '171321.596000', '171321.599000', '171321.601000', '171321.604000', '171321.606000', '171321.609000', '171321.612000', '171321.614000', '171321.617000', '171321.619000', '171321.622000', '171321.624000', '171321.627000', '171321.629000', '171321.632000', '171321.634000', '171321.637000', '171321.640000', '171321.642000', '171321.645000', '171321.647000', '171321.650000', '171341.526000', '171341.529000', '171341.532000', '171341.534000', '171341.537000', '171341.539000', '171341.542000', '171341.544000', '171341.547000', '171341.549000', '171341.552000', '171341.555000', '171341.557000', '171341.560000', '171341.562000', '171341.565000', '171341.567000', '171341.570000', '171341.575000', '171341.577000', '171341.580000', '171341.583000', '171341.585000', '171341.588000', '171341.590000', '171341.593000', '171341.595000', '171341.598000', '171341.600000', '171341.603000', '171341.606000', '171341.608000', '171341.611000', '171341.613000', '171341.616000', '171341.618000', '171341.621000', '171341.623000', '171341.626000', '171341.628000', '171341.631000', '171341.634000', '171341.636000', '171401.527000', '171401.529000', '171401.532000', '171401.534000', '171401.537000', '171401.539000', '171401.542000', '171401.545000', '171401.547000', '171401.550000', '171401.552000', '171401.555000', '171401.557000', '171401.560000', '171401.562000', '171401.565000', '171401.568000', '171401.570000', '171401.573000', '171401.575000', '171401.578000', '171401.580000', '171401.583000', '171401.586000', '171401.589000', '171401.592000', '171401.595000', '171401.597000', '171401.600000', '171401.602000', '171401.605000', '171401.608000', '171401.610000', '171401.613000', '171401.615000', '171401.618000', '171401.620000', '171401.623000', '171401.626000', '171401.628000', '171401.631000', '171401.633000', '171401.636000', '171421.526000', '171421.529000', '171421.532000', '171421.534000', '171421.537000', '171421.540000', '171421.542000', '171421.545000', '171421.547000', '171421.550000', '171421.552000', '171421.555000', '171421.557000', '171421.560000', '171421.563000', '171421.565000', '171421.568000', '171421.570000', '171421.573000', '171421.575000', '171421.578000', '171421.581000', '171421.583000', '171421.586000', '171421.588000', '171421.591000', '171421.593000', '171421.596000', '171421.599000', '171421.601000', '171421.604000', '171421.606000', '171421.609000', '171421.612000', '171421.614000', '171421.617000', '171421.619000', '171421.622000', '171421.624000', '171421.627000', '171421.629000', '171421.632000', '171421.635000', '171421.637000', '171441.527000', '171441.529000', '171441.532000', '171441.535000', '171441.537000', '171441.540000', '171441.542000', '171441.545000', '171441.547000', '171441.550000', '171441.553000', '171441.555000', '171441.558000', '171441.560000', '171441.563000', '171441.565000', '171441.568000', '171441.570000', '171441.573000', '171441.576000', '171441.578000', '171441.581000', '171441.583000', '171441.586000', '171441.588000', '171441.591000', '171441.593000', '171441.596000', '171441.598000', '171441.601000', '171441.604000', '171441.606000', '171441.609000', '171441.611000', '171441.614000', '171441.616000', '171441.619000', '171441.622000', '171441.624000', '171441.627000', '171441.629000', '171441.632000', '171441.634000', '171501.527000', '171501.529000', '171501.532000', '171501.535000', '171501.537000', '171501.540000', '171501.542000', '171501.545000', '171501.547000', '171501.550000', '171501.552000', '171501.555000', '171501.557000', '171501.560000', '171501.563000', '171501.565000', '171501.568000', '171501.570000', '171501.573000', '171501.575000', '171501.578000', '171501.581000', '171501.583000', '171501.586000', '171501.588000', '171501.591000', '171501.593000', '171501.596000', '171501.598000', '171501.601000', '171501.617000', '171501.620000', '171501.622000', '171501.625000', '171501.627000', '171501.630000', '171501.632000', '171501.635000', '171501.638000', '171501.640000', '171501.643000', '171501.645000', '171501.648000', '171501.651000', '171521.527000', '171521.530000', '171521.532000', '171521.535000', '171521.537000', '171521.540000', '171521.542000', '171521.545000', '171521.547000', '171521.550000', '171521.552000', '171521.555000', '171521.558000', '171521.560000', '171521.563000', '171521.565000', '171521.568000', '171521.570000', '171521.573000', '171521.575000', '171521.578000', '171521.580000', '171521.583000', '171521.586000', '171521.588000', '171521.591000', '171521.594000', '171521.597000', '171521.600000', '171521.603000', '171521.605000', '171521.608000', '171521.610000', '171521.613000', '171521.615000', '171521.629000', '171521.632000', '171521.635000', '171521.637000', '171521.640000', '171521.642000', '171521.645000', '171521.647000', '171541.525000', '171541.528000', '171541.531000', '171541.533000', '171541.536000', '171541.539000', '171541.541000', '171541.544000', '171541.546000', '171541.549000', '171541.551000', '171541.554000', '171541.556000', '171541.559000', '171541.562000', '171541.564000', '171541.567000', '171541.569000', '171541.572000', '171541.574000', '171541.577000', '171541.580000', '171541.582000', '171541.585000', '171541.587000', '171541.590000', '171541.592000', '171541.595000', '171541.598000', '171541.600000', '171541.603000', '171541.605000', '171541.608000', '171541.611000', '171541.613000', '171541.616000', '171541.618000', '171541.621000', '171541.623000', '171541.626000', '171541.629000', '171541.631000', '171541.634000', '171541.636000', '171601.526000', '171601.529000', '171601.532000', '171601.534000', '171601.537000', '171601.539000', '171601.542000', '171601.544000', '171601.547000', '171601.550000', '171601.552000', '171601.555000', '171601.557000', '171601.560000', '171601.562000', '171601.565000', '171601.567000', '171601.570000', '171601.573000', '171601.575000', '171601.578000', '171601.580000', '171601.583000', '171601.585000', '171601.588000', '171601.591000', '171601.593000', '171601.596000', '171601.599000', '171601.601000', '171601.604000', '171601.606000', '171601.609000', '171601.611000', '171601.614000', '171601.617000', '171601.619000', '171601.622000', '171601.625000', '171601.628000', '171601.631000', '171601.634000', '171601.636000', '171621.526000', '171621.529000', '171621.532000', '171621.534000', '171621.537000', '171621.539000', '171621.542000', '171621.544000', '171621.547000', '171621.550000', '171621.552000', '171621.555000', '171621.557000', '171621.560000', '171621.563000', '171621.565000', '171621.568000', '171621.570000', '171621.573000', '171621.575000', '171621.578000', '171621.580000', '171621.583000', '171621.586000', '171621.588000', '171621.591000', '171621.593000', '171621.596000', '171621.598000', '171621.601000', '171621.604000', '171621.606000', '171621.609000', '171621.611000', '171621.614000', '171621.616000', '171621.619000', '171621.621000', '171621.624000', '171621.627000', '171621.629000', '171621.632000', '171621.634000', '171621.637000', '171641.527000', '171641.529000', '171641.532000', '171641.535000', '171641.537000', '171641.540000', '171641.542000', '171641.545000', '171641.547000', '171641.550000', '171641.552000', '171641.569000', '171641.572000', '171641.574000', '171641.577000', '171641.579000', '171641.582000', '171641.584000', '171641.587000', '171641.590000', '171641.592000', '171641.595000', '171641.597000', '171641.600000', '171641.602000', '171641.605000', '171641.608000', '171641.610000', '171641.613000', '171641.615000', '171641.618000', '171641.620000', '171641.623000', '171641.625000', '171641.628000', '171641.631000', '171641.634000', '171641.637000', '171641.640000', '171641.642000', '171641.645000', '171641.647000', '171641.650000', '171701.526000', '171701.529000', '171701.532000', '171701.534000', '171701.537000', '171701.540000', '171701.542000', '171701.545000', '171701.547000', '171701.550000', '171701.552000', '171701.555000', '171701.557000', '171701.560000', '171701.563000', '171701.565000', '171701.568000', '171701.570000', '171701.573000', '171701.575000', '171701.578000', '171701.580000', '171701.583000', '171701.585000', '171701.588000', '171701.591000', '171701.593000', '171701.596000', '171701.599000', '171701.601000', '171701.604000', '171701.606000', '171701.609000', '171701.611000', '171701.614000', '171701.617000', '171701.619000', '171701.622000', '171701.624000', '171701.627000', '171701.629000', '171701.632000', '171701.635000', '171701.637000', '171721.526000', '171721.529000', '171721.532000', '171721.534000', '171721.537000', '171721.540000', '171721.542000', '171721.545000', '171721.547000', '171721.550000', '171721.552000', '171721.555000', '171721.557000', '171721.560000', '171721.563000', '171721.565000', '171721.568000', '171721.570000', '171721.573000', '171721.575000', '171721.578000', '171721.580000', '171721.583000', '171721.586000', '171721.588000', '171721.591000', '171721.593000', '171721.596000', '171721.598000', '171721.601000', '171721.604000', '171721.606000', '171721.609000', '171721.611000', '171721.614000', '171721.617000', '171721.619000', '171721.622000', '171721.624000', '171721.627000', '171721.629000', '171721.632000', '171721.635000', '171741.527000', '171741.529000', '171741.532000', '171741.535000', '171741.537000', '171741.540000', '171741.542000', '171741.545000', '171741.547000', '171741.550000', '171741.553000', '171741.555000', '171741.558000', '171741.560000', '171741.563000', '171741.565000', '171741.568000', '171741.570000', '171741.573000', '171741.576000', '171741.578000', '171741.581000', '171741.583000', '171741.586000', '171741.588000', '171741.591000', '171741.594000', '171741.596000', '171741.599000', '171741.602000', '171741.604000', '171741.607000', '171741.609000', '171741.612000', '171741.614000', '171741.617000', '171741.620000', '171741.622000', '171741.625000', '171741.627000', '171741.630000', '171741.632000', '171741.635000', '171741.638000', '171801.526000', '171801.528000', '171801.531000', '171801.534000', '171801.536000', '171801.539000', '171801.541000', '171801.544000', '171801.546000', '171801.549000', '171801.552000', '171801.554000', '171801.557000', '171801.560000', '171801.562000', '171801.565000', '171801.567000', '171801.570000', '171801.572000', '171801.575000', '171801.578000', '171801.580000', '171801.595000', '171801.598000', '171801.600000', '171801.603000', '171801.605000', '171801.608000', '171801.611000', '171801.613000', '171801.616000', '171801.618000', '171801.621000', '171801.623000', '171801.626000', '171801.629000', '171801.631000', '171801.634000', '171801.636000', '171801.639000', '171801.642000', '171801.644000', '171801.647000', '171821.526000', '171821.529000', '171821.532000', '171821.534000', '171821.537000', '171821.539000', '171821.542000', '171821.545000', '171821.547000', '171821.550000', '171821.552000', '171821.555000', '171821.557000', '171821.560000', '171821.563000', '171821.565000', '171821.568000', '171821.570000', '171821.573000', '171821.575000', '171821.578000', '171821.581000', '171821.583000', '171821.586000', '171821.588000', '171821.591000', '171821.593000', '171821.596000', '171821.599000', '171821.601000', '171821.604000', '171821.606000', '171821.609000', '171821.612000', '171821.614000', '171821.617000', '171821.620000', '171821.622000', '171821.625000', '171821.627000', '171821.630000', '171821.633000', '171821.635000', '171821.638000', '171841.527000', '171841.530000', '171841.532000', '171841.535000', '171841.537000', '171841.540000', '171841.542000', '171841.545000', '171841.548000', '171841.552000', '171841.554000', '171841.557000', '171841.559000', '171841.562000', '171841.565000', '171841.567000', '171841.570000', '171841.572000', '171841.575000', '171841.577000', '171841.580000', '171841.583000', '171841.585000', '171841.588000', '171841.590000', '171841.593000', '171841.595000', '171841.598000', '171841.601000', '171841.603000', '171841.606000', '171841.608000', '171841.611000', '171841.614000', '171841.616000', '171841.619000', '171841.621000', '171841.624000', '171841.627000', '171841.629000', '171841.632000', '171841.634000', '171841.637000', '171901.527000', '171901.530000', '171901.532000', '171901.535000', '171901.537000', '171901.540000', '171901.543000', '171901.545000', '171901.548000', '171901.550000', '171901.553000', '171901.555000', '171901.558000', '171901.561000', '171901.563000', '171901.566000', '171901.568000', '171901.571000', '171901.574000', '171901.576000', '171901.579000', '171901.581000', '171901.584000', '171901.586000', '171901.589000', '171901.592000', '171901.594000', '171901.597000', '171901.599000', '171901.602000', '171901.604000', '171901.607000', '171901.610000', '171901.612000', '171901.615000', '171901.618000', '171901.620000', '171901.623000', '171901.625000', '171901.628000', '171901.630000', '171901.633000', '171901.636000', '171901.638000', '171921.527000', '171921.529000', '171921.532000', '171921.535000', '171921.537000', '171921.540000', '171921.542000', '171921.545000', '171921.547000', '171921.550000', '171921.553000', '171921.555000', '171921.558000', '171921.560000', '171921.563000', '171921.565000', '171921.568000', '171921.570000', '171921.573000', '171921.576000', '171921.578000', '171921.581000', '171921.583000', '171921.586000', '171921.588000', '171921.591000', '171921.593000', '171921.596000', '171921.599000', '171921.601000', '171921.604000', '171921.606000', '171921.609000', '171921.612000', '171921.614000', '171921.617000', '171921.620000', '171921.622000', '171921.625000', '171921.627000', '171921.630000', '171921.633000', '171921.635000', '171926.287000', '171926.290000', '171926.293000', '171926.296000', '171926.307000', '171926.310000', '171926.313000', '171926.316000', '171926.318000', '171926.321000', '171926.323000'], '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': [15387, 8625, 13308, 9983, 11690, 15157, 10053, 15867, 9339, 10604, 8596, 12246, 10815, 9897, 12550, 9948, 14334, 9414, 14570, 8744, 11983, 8679, 10091, 8462, 12030, 13707, 10959, 13980, 9609, 13051, 9067, 12105, 13288, 10098, 16138, 9562, 13664, 8641, 9791, 15163, 9589, 14775, 9158, 11637, 9326, 9942, 14907, 9890, 14495, 8907, 10633, 9357, 9771, 13977, 9323, 12949, 8461, 11147, 9483, 9956, 16236, 9600, 14430, 8812, 11091, 8461, 9968, 8732, 10015, 14275, 9792, 14147, 10964, 10265, 14107, 9827, 10964, 8861, 10305, 10106, 9867, 14818, 9774, 10514, 9094, 12736, 11348, 10566, 10640, 9917, 9432, 9810, 13167, 9118, 11432, 8424, 9919, 9921, 10086, 12494, 9950, 14107, 9508, 13959, 9534, 13530, 8740, 9947, 9993, 11437, 14095, 10672, 14757, 9347, 10399, 9247, 9911, 14085, 8951, 13807, 9638, 10351, 8715, 9928, 9699, 10169, 14416, 9377, 13737, 8854, 10086, 9694, 9546, 14658, 9069, 12854, 9129, 9397, 13589, 9469, 14917, 10968, 9956, 9886, 15358, 9801, 13278, 11359, 10286, 15648, 9530, 10667, 9746, 11542, 8736, 11978, 8772, 9833, 12616, 9688, 13910, 9759, 12715, 10127, 9890, 10679, 10218, 10239, 9956, 13817, 10017, 14765, 10154, 12607, 9487, 10011, 13306, 9692, 11203, 9336, 13217, 8905, 9699, 8676, 9673, 13215, 9546, 15044, 9609, 13110, 8955, 9412, 9176, 9445, 13776, 9613, 13705, 9049, 10174, 9196, 14021, 9060, 11456, 8974, 9780, 9307, 9684, 9522, 9465, 9295, 9260, 12486, 9606, 16358, 8761, 14521, 9903, 15894, 9329, 9873, 9718, 15170, 9015, 15609, 9371, 11255, 8569, 10506, 9596, 8522, 9456, 8938, 8392, 8661, 9565, 12514, 12938, 13581, 14264, 16723, 16025, 15435, 12338, 13319, 9646, 11062, 11078, 10642, 12784, 8973, 9739, 9684, 9094, 11910, 8971, 9918, 9016, 10771, 9273, 10822, 9611, 14864, 9087, 14554, 9026, 10329, 8931, 11163, 8947, 11515, 8791, 13447, 9607, 9401, 10615, 9319, 12958, 9309, 14189, 9038, 13790, 9344, 10952, 9234, 12676, 11762, 10448, 10429, 9171, 16476, 9840, 14754, 10563, 13267, 9204, 9750, 10344, 9822, 13131, 11670, 14226, 9333, 15513, 9340, 13578, 10033, 13460, 13671, 10078, 14816, 8954, 9695, 9572, 11671, 11809, 9645, 15256, 10553, 14700, 9104, 10733, 10636, 9809, 16908, 9556, 12377, 8566, 9443, 8955, 9710, 11641, 9679, 12295, 8990, 11961, 8701, 12298, 9161, 10482, 15344, 10040, 14253, 8966, 8669, 9157, 12818, 8539, 12095, 9156, 10455, 10308, 9577, 9129, 8712, 8726, 10417, 9452, 13854, 15147, 10958, 18447, 10379, 12513, 9291, 9237, 9045, 9615, 12066, 9685, 13850, 8918, 14384, 9181, 9506, 12194, 9261, 14580, 8808, 13561, 8898, 9710, 9575, 9365, 9211, 9061, 13555, 10329, 13234, 9303, 11281, 9085, 13997, 10475, 10938, 9249, 9151, 10902, 9120, 13556, 9641, 12231, 8617, 9341, 9221, 9204, 10695, 14813, 16560, 13228, 8994, 12081, 16854, 14848, 22649, 16334, 15081, 9091, 9123, 8780, 9384, 11607, 13348, 18441, 11037, 9128, 8950, 8836, 10237, 9885, 9168, 13729, 9894, 8868, 8911, 9168, 10329, 11667, 11080, 16394, 8798, 10497, 8575, 9833, 9507, 10532, 8541, 9295, 8686, 9699, 11444, 9371, 9086, 8762, 14349, 8734, 13014, 9886, 10555, 11263, 8827, 13583, 9005, 13066, 9307, 10318, 13031, 8823, 16364, 9041, 10909, 8956, 8952, 8911, 14035, 10034, 14168, 13363, 9511, 13405, 8763, 10632, 9363, 9958, 8883, 8952, 8874, 9113, 12800, 9170, 16208, 9230, 11308, 8711, 8848, 12415, 8622, 12419, 8883, 10357, 8644, 9850, 8901, 9065, 8345, 10534, 8108, 8841, 8463, 9189, 8222, 8261, 10541, 10611, 13506, 12684, 14861, 14140, 15803, 17221, 14518, 18664, 13120, 16532, 12945, 14296, 9842, 11727, 8872, 9799, 9099, 9932, 8574, 13342, 9618, 11188, 17385, 9218, 14031, 8461, 10409, 8528, 10414, 8775, 13513, 8500, 12858, 9149, 9171, 8910, 8869, 8508, 12014, 12496, 10648, 10196, 8870, 14611, 8966, 15061, 10439, 16528, 8382, 9734, 8630, 10978, 15706, 11862, 17747, 8487, 11590, 8482, 11364, 9078, 10721, 15446, 12857, 13408, 8687, 9332, 8999, 15360, 9692, 15589, 9700, 12289, 8666, 9989, 8552, 9200, 8642, 11807, 9251, 11860, 8563, 10438, 15132, 10024, 17714, 13956, 21310, 20143, 14615, 8889, 11379, 8644, 9003, 12353, 8850, 10718, 8430, 9473, 8274, 8479, 8233, 8725, 8668, 10239, 8759, 10070, 8565, 10726, 9035, 10088, 14779, 8937, 15894, 9160, 11369, 12537, 8613, 15154, 8481, 11274, 8489, 10164, 8902, 12702, 10694, 14530, 9988, 10904, 8933, 9237, 12302, 8792, 15049, 9355, 11058, 8573, 8888, 12271, 8774, 13055, 9292, 9880, 9060, 9317, 8894, 11117, 8803, 12746, 8570, 9229, 13454, 8992, 17173, 10246, 13881, 8474, 9385, 12670, 9031, 13106, 9214, 10231, 9435, 9401, 8677, 9490, 8869, 12405, 10277, 10479, 15475, 10843, 9038, 8432, 8179, 8393, 8074, 9993, 8812, 8208, 9813, 8812, 9456, 12058, 13002, 14665, 13227, 15354, 12363, 14469, 11551, 10159, 9332, 9438, 9374, 10402, 8731, 9276, 11322, 9330, 8949, 8838, 8777, 9331, 13421, 9359, 12089, 8672, 9420, 9008, 9332, 8933, 12481, 11131, 8563, 11546, 9942, 9540, 16856, 10611, 14844, 11415, 10815, 13148, 8711, 16204, 8836, 13014, 8164, 10513, 13897, 9969, 12067, 9148, 8186, 9085, 15366, 9564, 16436, 10235, 10978, 8229, 8452, 16124, 8941, 12498, 8833, 8524, 8770, 15557, 9624, 14846, 10754, 10802, 11370, 9602, 8260, 9011, 8478, 12916, 11679, 10028, 17990, 12106, 14983, 8559, 10493, 8683, 13074, 9097, 13910, 10060, 9282, 13809, 9683, 10307, 8632, 11102, 8638, 12357, 8391, 10495, 13431, 8662, 16173, 9625, 13167, 9952, 8621, 8899, 8337, 12463, 13211, 9611, 16182, 8383, 10939, 8564, 9138, 8531, 10766, 8622, 8477, 8922, 8076, 8502, 8411, 9134, 9691, 8976, 9948, 9328, 10599, 12676, 11611, 15159, 12720, 14425, 12936, 14852, 9236, 13483, 9227, 9055, 11983, 9610, 9781, 8811, 9476, 14326, 10321, 13118, 9543, 10141, 9620, 10590, 9221, 10525, 9140, 8644, 8566, 9776, 12633, 13370, 13759, 14310, 13335, 16775, 14067, 13041, 14853, 10147, 11335, 10213, 10078, 13131, 10894, 10261, 13221], 'WindowCenter': [4890.0, 4809.0, 4855.0, 4813.0, 4834.0, 4849.0, 4800.0, 4845.0, 4789.0, 4797.0, 4780.0, 4818.0, 4797.0, 4788.0, 4815.0, 4799.0, 4825.0, 4777.0, 4835.0, 4776.0, 4805.0, 4777.0, 4797.0, 4781.0, 4829.0, 4839.0, 4809.0, 4825.0, 4799.0, 4825.0, 4777.0, 4816.0, 4825.0, 4798.0, 4833.0, 4775.0, 4814.0, 4765.0, 4787.0, 4811.0, 4774.0, 4821.0, 4773.0, 4793.0, 4761.0, 4784.0, 4821.0, 4785.0, 4813.0, 4763.0, 4783.0, 4773.0, 4785.0, 4811.0, 4775.0, 4802.0, 4755.0, 4804.0, 4785.0, 4784.0, 4821.0, 4774.0, 4823.0, 4764.0, 4805.0, 4765.0, 4785.0, 4777.0, 4798.0, 4835.0, 4796.0, 4825.0, 4783.0, 4785.0, 4810.0, 4783.0, 4781.0, 4763.0, 4795.0, 4782.0, 4786.0, 4823.0, 4783.0, 4793.0, 4775.0, 4813.0, 4792.0, 4794.0, 4785.0, 4783.0, 4773.0, 4797.0, 4813.0, 4775.0, 4806.0, 4755.0, 4799.0, 4785.0, 4797.0, 4815.0, 4795.0, 4836.0, 4787.0, 4823.0, 4774.0, 4814.0, 4765.0, 4785.0, 4797.0, 4819.0, 4826.0, 4795.0, 4822.0, 4774.0, 4783.0, 4760.0, 4783.0, 4811.0, 4763.0, 4826.0, 4784.0, 4784.0, 4765.0, 4785.0, 4774.0, 4796.0, 4825.0, 4774.0, 4812.0, 4765.0, 4794.0, 4787.0, 4800.0, 4823.0, 4777.0, 4814.0, 4775.0, 4787.0, 4813.0, 4788.0, 4832.0, 4806.0, 4784.0, 4798.0, 4845.0, 4799.0, 4826.0, 4792.0, 4785.0, 4822.0, 4774.0, 4792.0, 4786.0, 4805.0, 4767.0, 4803.0, 4765.0, 4786.0, 4803.0, 4783.0, 4812.0, 4773.0, 4827.0, 4784.0, 4783.0, 4793.0, 4796.0, 4785.0, 4796.0, 4837.0, 4798.0, 4834.0, 4782.0, 4802.0, 4759.0, 4772.0, 4810.0, 4784.0, 4792.0, 4762.0, 4814.0, 4764.0, 4774.0, 4775.0, 4797.0, 4825.0, 4785.0, 4822.0, 4774.0, 4813.0, 4764.0, 4775.0, 4786.0, 4786.0, 4810.0, 4776.0, 4812.0, 4763.0, 4795.0, 4787.0, 4824.0, 4777.0, 4803.0, 4775.0, 4797.0, 4775.0, 4784.0, 4774.0, 4785.0, 4772.0, 4775.0, 4814.0, 4786.0, 4843.0, 4777.0, 4822.0, 4796.0, 4834.0, 4786.0, 4793.0, 4798.0, 4844.0, 4788.0, 4846.0, 4789.0, 4819.0, 4801.0, 4819.0, 4809.0, 4766.0, 4773.0, 4763.0, 4742.0, 4724.0, 4787.0, 4816.0, 4830.0, 4828.0, 4828.0, 4823.0, 4823.0, 4801.0, 4779.0, 4788.0, 4748.0, 4770.0, 4769.0, 4759.0, 4776.0, 4737.0, 4748.0, 4747.0, 4765.0, 4792.0, 4754.0, 4772.0, 4763.0, 4782.0, 4763.0, 4781.0, 4776.0, 4826.0, 4767.0, 4811.0, 4765.0, 4786.0, 4790.0, 4806.0, 4801.0, 4832.0, 4781.0, 4829.0, 4789.0, 4790.0, 4807.0, 4801.0, 4828.0, 4791.0, 4828.0, 4791.0, 4838.0, 4802.0, 4811.0, 4804.0, 4830.0, 4818.0, 4812.0, 4796.0, 4790.0, 4846.0, 4800.0, 4827.0, 4798.0, 4815.0, 4765.0, 4775.0, 4785.0, 4798.0, 4814.0, 4805.0, 4814.0, 4776.0, 4821.0, 4777.0, 4815.0, 4774.0, 4802.0, 4797.0, 4772.0, 4809.0, 4777.0, 4773.0, 4773.0, 4803.0, 4792.0, 4773.0, 4810.0, 4797.0, 4811.0, 4751.0, 4781.0, 4782.0, 4772.0, 4818.0, 4760.0, 4800.0, 4763.0, 4771.0, 4774.0, 4774.0, 4793.0, 4787.0, 4801.0, 4764.0, 4800.0, 4764.0, 4803.0, 4788.0, 4795.0, 4820.0, 4772.0, 4809.0, 4763.0, 4764.0, 4785.0, 4813.0, 4765.0, 4817.0, 4777.0, 4795.0, 4784.0, 4787.0, 4776.0, 4776.0, 4778.0, 4793.0, 4787.0, 4826.0, 4822.0, 4792.0, 4831.0, 4770.0, 4790.0, 4762.0, 4760.0, 4759.0, 4770.0, 4789.0, 4772.0, 4809.0, 4751.0, 4811.0, 4761.0, 4771.0, 4799.0, 4774.0, 4819.0, 4749.0, 4797.0, 4749.0, 4758.0, 4757.0, 4760.0, 4759.0, 4760.0, 4797.0, 4783.0, 4796.0, 4761.0, 4778.0, 4762.0, 4809.0, 4769.0, 4781.0, 4761.0, 4761.0, 4791.0, 4771.0, 4798.0, 4760.0, 4789.0, 4750.0, 4771.0, 4761.0, 4770.0, 4782.0, 4835.0, 4831.0, 4801.0, 4764.0, 4817.0, 4819.0, 4813.0, 4842.0, 4823.0, 4823.0, 4774.0, 4773.0, 4753.0, 4760.0, 4789.0, 4809.0, 4841.0, 4790.0, 4771.0, 4760.0, 4774.0, 4783.0, 4758.0, 4762.0, 4811.0, 4769.0, 4762.0, 4772.0, 4785.0, 4782.0, 4791.0, 4791.0, 4807.0, 4739.0, 4768.0, 4762.0, 4769.0, 4760.0, 4769.0, 4761.0, 4772.0, 4762.0, 4771.0, 4778.0, 4773.0, 4759.0, 4762.0, 4808.0, 4762.0, 4798.0, 4770.0, 4779.0, 4779.0, 4763.0, 4797.0, 4748.0, 4797.0, 4759.0, 4769.0, 4786.0, 4749.0, 4818.0, 4763.0, 4778.0, 4760.0, 4761.0, 4775.0, 4821.0, 4773.0, 4799.0, 4798.0, 4759.0, 4785.0, 4750.0, 4768.0, 4758.0, 4770.0, 4750.0, 4760.0, 4760.0, 4762.0, 4799.0, 4763.0, 4818.0, 4759.0, 4779.0, 4737.0, 4748.0, 4785.0, 4749.0, 4786.0, 4748.0, 4766.0, 4762.0, 4782.0, 4773.0, 4786.0, 4768.0, 4807.0, 4768.0, 4777.0, 4752.0, 4764.0, 4742.0, 4724.0, 4796.0, 4811.0, 4840.0, 4841.0, 4840.0, 4828.0, 4826.0, 4809.0, 4800.0, 4819.0, 4798.0, 4808.0, 4789.0, 4799.0, 4758.0, 4768.0, 4738.0, 4748.0, 4748.0, 4757.0, 4751.0, 4800.0, 4762.0, 4782.0, 4819.0, 4764.0, 4809.0, 4741.0, 4769.0, 4765.0, 4792.0, 4778.0, 4839.0, 4779.0, 4815.0, 4777.0, 4777.0, 4789.0, 4803.0, 4793.0, 4830.0, 4832.0, 4811.0, 4799.0, 4791.0, 4849.0, 4792.0, 4840.0, 4800.0, 4846.0, 4756.0, 4776.0, 4779.0, 4820.0, 4833.0, 4804.0, 4832.0, 4777.0, 4805.0, 4767.0, 4800.0, 4764.0, 4794.0, 4810.0, 4800.0, 4801.0, 4750.0, 4762.0, 4777.0, 4832.0, 4771.0, 4818.0, 4759.0, 4790.0, 4751.0, 4770.0, 4766.0, 4774.0, 4753.0, 4803.0, 4762.0, 4789.0, 4752.0, 4780.0, 4807.0, 4760.0, 4829.0, 4812.0, 4842.0, 4856.0, 4830.0, 4777.0, 4804.0, 4754.0, 4751.0, 4773.0, 4738.0, 4755.0, 4728.0, 4761.0, 4737.0, 4738.0, 4749.0, 4764.0, 4750.0, 4769.0, 4739.0, 4758.0, 4752.0, 4793.0, 4773.0, 4783.0, 4821.0, 4761.0, 4807.0, 4747.0, 4763.0, 4773.0, 4738.0, 4806.0, 4750.0, 4791.0, 4761.0, 4781.0, 4774.0, 4800.0, 4770.0, 4807.0, 4772.0, 4769.0, 4749.0, 4760.0, 4787.0, 4763.0, 4808.0, 4749.0, 4776.0, 4738.0, 4750.0, 4787.0, 4751.0, 4787.0, 4760.0, 4759.0, 4750.0, 4773.0, 4775.0, 4792.0, 4764.0, 4801.0, 4748.0, 4762.0, 4810.0, 4763.0, 4829.0, 4772.0, 4796.0, 4741.0, 4760.0, 4788.0, 4750.0, 4798.0, 4760.0, 4771.0, 4764.0, 4772.0, 4764.0, 4784.0, 4775.0, 4828.0, 4786.0, 4783.0, 4834.0, 4794.0, 4762.0, 4761.0, 4762.0, 4766.0, 4756.0, 4786.0, 4765.0, 4742.0, 4761.0, 4709.0, 4758.0, 4791.0, 4814.0, 4812.0, 4794.0, 4800.0, 4779.0, 4787.0, 4756.0, 4733.0, 4726.0, 4738.0, 4761.0, 4783.0, 4742.0, 4739.0, 4756.0, 4749.0, 4737.0, 4738.0, 4739.0, 4765.0, 4801.0, 4752.0, 4780.0, 4752.0, 4759.0, 4765.0, 4778.0, 4778.0, 4802.0, 4796.0, 4755.0, 4791.0, 4773.0, 4764.0, 4822.0, 4771.0, 4800.0, 4780.0, 4781.0, 4801.0, 4754.0, 4808.0, 4741.0, 4788.0, 4729.0, 4759.0, 4785.0, 4748.0, 4778.0, 4751.0, 4743.0, 4763.0, 4808.0, 4750.0, 4809.0, 4772.0, 4758.0, 4716.0, 4725.0, 4791.0, 4726.0, 4774.0, 4752.0, 4741.0, 4751.0, 4819.0, 4774.0, 4810.0, 4756.0, 4756.0, 4755.0, 4760.0, 4739.0, 4747.0, 4738.0, 4800.0, 4791.0, 4757.0, 4802.0, 4790.0, 4794.0, 4736.0, 4754.0, 4751.0, 4798.0, 4740.0, 4786.0, 4758.0, 4737.0, 4783.0, 4745.0, 4755.0, 4739.0, 4767.0, 4738.0, 4775.0, 4726.0, 4758.0, 4788.0, 4737.0, 4793.0, 4744.0, 4787.0, 4757.0, 4740.0, 4750.0, 4739.0, 4790.0, 4787.0, 4735.0, 4791.0, 4714.0, 4742.0, 4726.0, 4748.0, 4763.0, 4816.0, 4763.0, 4749.0, 4762.0, 4743.0, 4737.0, 4728.0, 4737.0, 4737.0, 4726.0, 4720.0, 4747.0, 4758.0, 4775.0, 4769.0, 4785.0, 4776.0, 4773.0, 4778.0, 4787.0, 4738.0, 4775.0, 4723.0, 4712.0, 4741.0, 4722.0, 4713.0, 4702.0, 4712.0, 4761.0, 4733.0, 4765.0, 4711.0, 4721.0, 4712.0, 4719.0, 4712.0, 4720.0, 4712.0, 4678.0, 4703.0, 4734.0, 4777.0, 4798.0, 4787.0, 4785.0, 4774.0, 4792.0, 4772.0, 4748.0, 4769.0, 4730.0, 4741.0, 4744.0, 4755.0, 4772.0, 4754.0, 4743.0, 4776.0], 'WindowWidth': [10628.0, 10512.0, 10568.0, 10506.0, 10533.0, 10545.0, 10478.0, 10534.0, 10460.0, 10471.0, 10454.0, 10501.0, 10469.0, 10459.0, 10493.0, 10475.0, 10505.0, 10443.0, 10519.0, 10443.0, 10476.0, 10443.0, 10469.0, 10458.0, 10516.0, 10532.0, 10489.0, 10505.0, 10476.0, 10509.0, 10443.0, 10493.0, 10505.0, 10472.0, 10514.0, 10436.0, 10487.0, 10423.0, 10456.0, 10477.0, 10433.0, 10492.0, 10431.0, 10456.0, 10412.0, 10446.0, 10494.0, 10449.0, 10483.0, 10414.0, 10442.0, 10432.0, 10450.0, 10478.0, 10436.0, 10469.0, 10408.0, 10475.0, 10452.0, 10447.0, 10494.0, 10432.0, 10499.0, 10419.0, 10476.0, 10424.0, 10450.0, 10443.0, 10474.0, 10523.0, 10471.0, 10505.0, 10443.0, 10449.0, 10478.0, 10444.0, 10438.0, 10419.0, 10466.0, 10440.0, 10452.0, 10498.0, 10444.0, 10460.0, 10437.0, 10484.0, 10454.0, 10460.0, 10449.0, 10446.0, 10430.0, 10471.0, 10487.0, 10437.0, 10479.0, 10408.0, 10477.0, 10452.0, 10470.0, 10492.0, 10465.0, 10521.0, 10458.0, 10499.0, 10432.0, 10487.0, 10424.0, 10452.0, 10472.0, 10506.0, 10509.0, 10464.0, 10496.0, 10433.0, 10443.0, 10410.0, 10444.0, 10479.0, 10418.0, 10509.0, 10450.0, 10447.0, 10423.0, 10451.0, 10436.0, 10467.0, 10503.0, 10434.0, 10482.0, 10423.0, 10462.0, 10456.0, 10481.0, 10501.0, 10446.0, 10489.0, 10436.0, 10456.0, 10486.0, 10458.0, 10512.0, 10480.0, 10451.0, 10474.0, 10534.0, 10477.0, 10509.0, 10454.0, 10450.0, 10496.0, 10433.0, 10458.0, 10455.0, 10479.0, 10428.0, 10475.0, 10425.0, 10454.0, 10471.0, 10448.0, 10484.0, 10431.0, 10512.0, 10447.0, 10446.0, 10459.0, 10468.0, 10451.0, 10469.0, 10526.0, 10476.0, 10518.0, 10443.0, 10468.0, 10407.0, 10427.0, 10478.0, 10448.0, 10456.0, 10415.0, 10486.0, 10421.0, 10433.0, 10440.0, 10473.0, 10507.0, 10451.0, 10497.0, 10434.0, 10485.0, 10422.0, 10437.0, 10455.0, 10456.0, 10476.0, 10438.0, 10483.0, 10418.0, 10464.0, 10459.0, 10502.0, 10444.0, 10472.0, 10439.0, 10473.0, 10439.0, 10447.0, 10436.0, 10452.0, 10428.0, 10439.0, 10491.0, 10454.0, 10531.0, 10446.0, 10498.0, 10470.0, 10518.0, 10458.0, 10465.0, 10477.0, 10536.0, 10461.0, 10537.0, 10464.0, 10506.0, 10489.0, 10508.0, 10493.0, 10428.0, 10432.0, 10416.0, 10386.0, 10345.0, 10457.0, 10498.0, 10522.0, 10513.0, 10512.0, 10498.0, 10494.0, 10460.0, 10424.0, 10434.0, 10381.0, 10414.0, 10409.0, 10398.0, 10417.0, 10367.0, 10384.0, 10380.0, 10419.0, 10451.0, 10400.0, 10423.0, 10413.0, 10438.0, 10415.0, 10435.0, 10435.0, 10506.0, 10426.0, 10477.0, 10422.0, 10452.0, 10464.0, 10481.0, 10486.0, 10526.0, 10452.0, 10514.0, 10463.0, 10463.0, 10483.0, 10479.0, 10511.0, 10466.0, 10512.0, 10467.0, 10527.0, 10485.0, 10493.0, 10491.0, 10517.0, 10500.0, 10495.0, 10466.0, 10461.0, 10533.0, 10475.0, 10508.0, 10469.0, 10488.0, 10419.0, 10433.0, 10447.0, 10472.0, 10487.0, 10474.0, 10486.0, 10435.0, 10492.0, 10442.0, 10488.0, 10431.0, 10465.0, 10452.0, 10427.0, 10471.0, 10442.0, 10430.0, 10430.0, 10472.0, 10454.0, 10427.0, 10473.0, 10468.0, 10476.0, 10393.0, 10435.0, 10439.0, 10424.0, 10481.0, 10406.0, 10460.0, 10417.0, 10426.0, 10436.0, 10433.0, 10457.0, 10455.0, 10464.0, 10418.0, 10461.0, 10417.0, 10473.0, 10459.0, 10464.0, 10490.0, 10424.0, 10472.0, 10417.0, 10421.0, 10451.0, 10484.0, 10423.0, 10496.0, 10441.0, 10461.0, 10447.0, 10456.0, 10440.0, 10440.0, 10446.0, 10458.0, 10456.0, 10511.0, 10495.0, 10455.0, 10507.0, 10419.0, 10447.0, 10413.0, 10406.0, 10406.0, 10424.0, 10445.0, 10426.0, 10472.0, 10396.0, 10480.0, 10410.0, 10424.0, 10461.0, 10433.0, 10487.0, 10389.0, 10453.0, 10388.0, 10399.0, 10399.0, 10407.0, 10406.0, 10409.0, 10452.0, 10445.0, 10452.0, 10411.0, 10431.0, 10414.0, 10474.0, 10416.0, 10437.0, 10407.0, 10412.0, 10454.0, 10425.0, 10455.0, 10407.0, 10444.0, 10394.0, 10427.0, 10412.0, 10425.0, 10442.0, 10519.0, 10508.0, 10464.0, 10419.0, 10497.0, 10486.0, 10481.0, 10528.0, 10497.0, 10501.0, 10434.0, 10433.0, 10403.0, 10408.0, 10445.0, 10476.0, 10524.0, 10451.0, 10427.0, 10412.0, 10435.0, 10442.0, 10401.0, 10413.0, 10477.0, 10418.0, 10416.0, 10430.0, 10452.0, 10443.0, 10448.0, 10450.0, 10465.0, 10377.0, 10414.0, 10413.0, 10419.0, 10408.0, 10419.0, 10414.0, 10430.0, 10417.0, 10426.0, 10429.0, 10430.0, 10406.0, 10415.0, 10473.0, 10414.0, 10459.0, 10419.0, 10432.0, 10433.0, 10417.0, 10452.0, 10390.0, 10454.0, 10403.0, 10417.0, 10438.0, 10389.0, 10481.0, 10418.0, 10430.0, 10409.0, 10413.0, 10441.0, 10497.0, 10428.0, 10458.0, 10456.0, 10403.0, 10433.0, 10394.0, 10415.0, 10403.0, 10422.0, 10394.0, 10409.0, 10407.0, 10413.0, 10460.0, 10416.0, 10486.0, 10404.0, 10432.0, 10371.0, 10387.0, 10434.0, 10391.0, 10436.0, 10390.0, 10413.0, 10417.0, 10444.0, 10437.0, 10457.0, 10434.0, 10485.0, 10434.0, 10444.0, 10402.0, 10417.0, 10383.0, 10347.0, 10470.0, 10494.0, 10535.0, 10537.0, 10534.0, 10509.0, 10504.0, 10468.0, 10456.0, 10483.0, 10452.0, 10466.0, 10437.0, 10454.0, 10397.0, 10406.0, 10366.0, 10381.0, 10384.0, 10394.0, 10393.0, 10458.0, 10407.0, 10434.0, 10483.0, 10417.0, 10471.0, 10378.0, 10415.0, 10420.0, 10454.0, 10444.0, 10532.0, 10446.0, 10488.0, 10439.0, 10439.0, 10462.0, 10487.0, 10474.0, 10518.0, 10525.0, 10492.0, 10473.0, 10468.0, 10546.0, 10472.0, 10531.0, 10476.0, 10532.0, 10410.0, 10435.0, 10446.0, 10506.0, 10510.0, 10473.0, 10507.0, 10442.0, 10479.0, 10427.0, 10465.0, 10418.0, 10458.0, 10474.0, 10461.0, 10460.0, 10395.0, 10411.0, 10442.0, 10509.0, 10423.0, 10482.0, 10403.0, 10444.0, 10394.0, 10419.0, 10426.0, 10434.0, 10402.0, 10469.0, 10412.0, 10443.0, 10399.0, 10435.0, 10465.0, 10404.0, 10500.0, 10481.0, 10531.0, 10552.0, 10508.0, 10446.0, 10477.0, 10403.0, 10394.0, 10413.0, 10370.0, 10389.0, 10357.0, 10409.0, 10372.0, 10376.0, 10394.0, 10420.0, 10393.0, 10415.0, 10376.0, 10402.0, 10400.0, 10456.0, 10431.0, 10444.0, 10492.0, 10410.0, 10465.0, 10381.0, 10401.0, 10411.0, 10371.0, 10462.0, 10393.0, 10454.0, 10414.0, 10437.0, 10436.0, 10463.0, 10419.0, 10468.0, 10425.0, 10415.0, 10388.0, 10405.0, 10438.0, 10418.0, 10468.0, 10389.0, 10422.0, 10373.0, 10391.0, 10439.0, 10396.0, 10439.0, 10407.0, 10403.0, 10395.0, 10431.0, 10439.0, 10454.0, 10418.0, 10465.0, 10390.0, 10413.0, 10475.0, 10416.0, 10500.0, 10426.0, 10451.0, 10382.0, 10408.0, 10442.0, 10392.0, 10454.0, 10406.0, 10422.0, 10420.0, 10430.0, 10422.0, 10449.0, 10441.0, 10518.0, 10453.0, 10443.0, 10516.0, 10461.0, 10416.0, 10418.0, 10422.0, 10427.0, 10415.0, 10449.0, 10422.0, 10385.0, 10407.0, 10315.0, 10403.0, 10452.0, 10484.0, 10478.0, 10451.0, 10454.0, 10425.0, 10430.0, 10384.0, 10348.0, 10344.0, 10364.0, 10406.0, 10438.0, 10377.0, 10365.0, 10385.0, 10384.0, 10365.0, 10366.0, 10368.0, 10416.0, 10459.0, 10391.0, 10425.0, 10395.0, 10402.0, 10418.0, 10443.0, 10440.0, 10466.0, 10462.0, 10403.0, 10450.0, 10423.0, 10413.0, 10491.0, 10418.0, 10456.0, 10426.0, 10433.0, 10462.0, 10400.0, 10465.0, 10376.0, 10434.0, 10357.0, 10398.0, 10427.0, 10378.0, 10419.0, 10392.0, 10382.0, 10412.0, 10464.0, 10386.0, 10469.0, 10422.0, 10395.0, 10335.0, 10346.0, 10431.0, 10348.0, 10411.0, 10397.0, 10376.0, 10393.0, 10483.0, 10429.0, 10473.0, 10388.0, 10390.0, 10385.0, 10405.0, 10372.0, 10383.0, 10374.0, 10458.0, 10451.0, 10395.0, 10445.0, 10445.0, 10438.0, 10363.0, 10388.0, 10396.0, 10455.0, 10374.0, 10434.0, 10396.0, 10366.0, 10423.0, 10373.0, 10389.0, 10375.0, 10408.0, 10372.0, 10418.0, 10351.0, 10395.0, 10438.0, 10368.0, 10439.0, 10373.0, 10433.0, 10394.0, 10377.0, 10392.0, 10376.0, 10446.0, 10438.0, 10361.0, 10427.0, 10328.0, 10363.0, 10350.0, 10387.0, 10420.0, 10500.0, 10418.0, 10393.0, 10415.0, 10389.0, 10372.0, 10356.0, 10365.0, 10365.0, 10350.0, 10330.0, 10385.0, 10398.0, 10413.0, 10412.0, 10426.0, 10415.0, 10404.0, 10419.0, 10429.0, 10368.0, 10413.0, 10334.0, 10317.0, 10355.0, 10330.0, 10314.0, 10301.0, 10311.0, 10380.0, 10346.0, 10393.0, 10313.0, 10327.0, 10314.0, 10322.0, 10315.0, 10319.0, 10311.0, 10256.0, 10302.0, 10349.0, 10421.0, 10452.0, 10436.0, 10429.0, 10411.0, 10435.0, 10403.0, 10365.0, 10394.0, 10343.0, 10360.0, 10372.0, 10389.0, 10406.0, 10382.0, 10364.0, 10416.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.008982781609195403</td></tr>
<tr><td colspan=3>aqi</td><td>0.045886277011494246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.77542017675488</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.279437423820485</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1166118270080558</td></tr>
<tr><td colspan=3>efc</td><td>0.4804</td></tr>
<tr><td colspan=3>fber</td><td>5673.6514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20247656042126147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.448275862068964</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5075604568070458</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4862026679970364</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7032342991862355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3332444032378654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173535</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010763216763734818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027735278010368347</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8903257633005373</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.5039</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4395</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.2115</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7205</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5561</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.0682</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3940.6182</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1068.0273</td></tr>
<tr><td colspan=3>tsnr</td><td>28.469359431881458</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>