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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-06_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-06_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-0091/ses-03/func/sub-0091_ses-03_task-social_acq-mb8_run-06_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>9f51283276dece67a8d71523de1170bd</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:29:9.472500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.999898, 0.0119927, 0.0076995, -0.00994769, 0.974186, -0.225527]</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-06_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.109651</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 586, -100, -187, -92, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>02655210-0e9b-4130-8510-acc0a308725c||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.68265438079834, -0.026688937097787857, 0.027554631233215332, 112.75200653076172], [-0.032175544649362564, 2.6136703491210938, -0.6086530089378357, -75.23147583007812], [0.020657192915678024, 0.6050711870193481, 2.6303579807281494, -100.48424530029297], [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': ['132909.472500', '132909.932500', '132910.392500', '132910.852500', '132911.312500', '132911.772500', '132912.232500', '132912.692500', '132913.152500', '132913.612500', '132914.072500', '132914.532500', '132914.992500', '132915.452500', '132915.912500', '132916.372500', '132916.832500', '132917.292500', '132917.752500', '132918.212500', '132918.672500', '132919.132500', '132919.592500', '132920.052500', '132920.512500', '132920.972500', '132921.432500', '132921.892500', '132922.352500', '132922.812500', '132923.272500', '132923.732500', '132924.192500', '132924.652500', '132925.112500', '132925.572500', '132926.032500', '132926.492500', '132926.952500', '132927.412500', '132927.872500', '132928.332500', '132928.792500', '132929.252500', '132929.712500', '132930.172500', '132930.632500', '132931.092500', '132931.552500', '132932.012500', '132932.472500', '132932.932500', '132933.392500', '132933.852500', '132934.312500', '132934.772500', '132935.232500', '132935.692500', '132936.152500', '132936.612500', '132937.072500', '132937.532500', '132937.992500', '132938.452500', '132938.912500', '132939.372500', '132939.832500', '132940.292500', '132940.752500', '132941.212500', '132941.672500', '132942.132500', '132942.592500', '132943.052500', '132943.512500', '132943.972500', '132944.432500', '132944.892500', '132945.352500', '132945.812500', '132946.272500', '132946.732500', '132947.192500', '132947.652500', '132948.112500', '132948.572500', '132949.032500', '132949.492500', '132949.952500', '132950.412500', '132950.872500', '132951.332500', '132951.792500', '132952.252500', '132952.712500', '132953.172500', '132953.632500', '132954.092500', '132954.552500', '132955.012500', '132955.472500', '132955.932500', '132956.392500', '132956.852500', '132957.312500', '132957.772500', '132958.232500', '132958.692500', '132959.152500', '132959.612500', '133000.072500', '133000.532500', '133000.992500', '133001.452500', '133001.912500', '133002.372500', '133002.832500', '133003.292500', '133003.752500', '133004.212500', '133004.672500', '133005.132500', '133005.592500', '133006.052500', '133006.512500', '133006.972500', '133007.432500', '133007.892500', '133008.352500', '133008.812500', '133009.272500', '133009.732500', '133010.192500', '133010.652500', '133011.112500', '133011.572500', '133012.032500', '133012.492500', '133012.952500', '133013.412500', '133013.872500', '133014.332500', '133014.792500', '133015.252500', '133015.712500', '133016.172500', '133016.632500', '133017.092500', '133017.552500', '133018.012500', '133018.472500', '133018.932500', '133019.392500', '133019.852500', '133020.312500', '133020.772500', '133021.232500', '133021.692500', '133022.152500', '133022.612500', '133023.072500', '133023.532500', '133023.992500', '133024.452500', '133024.912500', '133025.372500', '133025.832500', '133026.292500', '133026.752500', '133027.212500', '133027.672500', '133028.132500', '133028.592500', '133029.052500', '133029.512500', '133029.972500', '133030.432500', '133030.892500', '133031.352500', '133031.812500', '133032.272500', '133032.732500', '133033.192500', '133033.652500', '133034.112500', '133034.572500', '133035.032500', '133035.492500', '133035.952500', '133036.412500', '133036.872500', '133037.332500', '133037.792500', '133038.252500', '133038.712500', '133039.172500', '133039.632500', '133040.092500', '133040.552500', '133041.012500', '133041.472500', '133041.932500', '133042.392500', '133042.852500', '133043.312500', '133043.772500', '133044.232500', '133044.692500', '133045.152500', '133045.612500', '133046.072500', '133046.532500', '133046.992500', '133047.452500', '133047.912500', '133048.372500', '133048.832500', '133049.292500', '133049.752500', '133050.212500', '133050.672500', '133051.132500', '133051.592500', '133052.052500', '133052.512500', '133052.972500', '133053.432500', '133053.892500', '133054.352500', '133054.812500', '133055.272500', '133055.732500', '133056.192500', '133056.652500', '133057.112500', '133057.572500', '133058.032500', '133058.492500', '133058.952500', '133059.412500', '133059.872500', '133100.332500', '133100.792500', '133101.252500', '133101.712500', '133102.172500', '133102.632500', '133103.092500', '133103.552500', '133104.012500', '133104.472500', '133104.932500', '133105.392500', '133105.852500', '133106.312500', '133106.772500', '133107.232500', '133107.692500', '133108.152500', '133108.612500', '133109.072500', '133109.532500', '133109.992500', '133110.452500', '133110.912500', '133111.372500', '133111.832500', '133112.292500', '133112.752500', '133113.212500', '133113.672500', '133114.132500', '133114.592500', '133115.052500', '133115.512500', '133115.972500', '133116.432500', '133116.892500', '133117.352500', '133117.812500', '133118.272500', '133118.732500', '133119.192500', '133119.652500', '133120.112500', '133120.572500', '133121.032500', '133121.492500', '133121.952500', '133122.412500', '133122.872500', '133123.332500', '133123.792500', '133124.252500', '133124.712500', '133125.172500', '133125.632500', '133126.092500', '133126.552500', '133127.012500', '133127.472500', '133127.932500', '133128.392500', '133128.852500', '133129.312500', '133129.772500', '133130.232500', '133130.692500', '133131.152500', '133131.612500', '133132.072500', '133132.532500', '133132.992500', '133133.452500', '133133.912500', '133134.372500', '133134.832500', '133135.292500', '133135.752500', '133136.212500', '133136.672500', '133137.132500', '133137.592500', '133138.052500', '133138.512500', '133138.972500', '133139.432500', '133139.892500', '133140.352500', '133140.812500', '133141.272500', '133141.732500', '133142.192500', '133142.652500', '133143.112500', '133143.572500', '133144.032500', '133144.492500', '133144.952500', '133145.412500', '133145.872500', '133146.332500', '133146.792500', '133147.252500', '133147.712500', '133148.172500', '133148.632500', '133149.092500', '133149.552500', '133150.012500', '133150.472500', '133150.932500', '133151.392500', '133151.852500', '133152.312500', '133152.772500', '133153.232500', '133153.692500', '133154.152500', '133154.612500', '133155.072500', '133155.532500', '133155.992500', '133156.452500', '133156.912500', '133157.372500', '133157.832500', '133158.292500', '133158.752500', '133159.212500', '133159.672500', '133200.132500', '133200.592500', '133201.052500', '133201.512500', '133201.972500', '133202.432500', '133202.892500', '133203.352500', '133203.812500', '133204.272500', '133204.732500', '133205.192500', '133205.652500', '133206.112500', '133206.572500', '133207.032500', '133207.492500', '133207.952500', '133208.412500', '133208.872500', '133209.332500', '133209.792500', '133210.252500', '133210.712500', '133211.172500', '133211.632500', '133212.092500', '133212.552500', '133213.012500', '133213.472500', '133213.932500', '133214.392500', '133214.852500', '133215.312500', '133215.772500', '133216.232500', '133216.692500', '133217.152500', '133217.612500', '133218.072500', '133218.532500', '133218.992500', '133219.452500', '133219.912500', '133220.372500', '133220.832500', '133221.292500', '133221.752500', '133222.212500', '133222.672500', '133223.132500', '133223.592500', '133224.052500', '133224.512500', '133224.972500', '133225.432500', '133225.892500', '133226.352500', '133226.812500', '133227.272500', '133227.732500', '133228.192500', '133228.652500', '133229.112500', '133229.572500', '133230.032500', '133230.492500', '133230.952500', '133231.412500', '133231.872500', '133232.332500', '133232.792500', '133233.252500', '133233.712500', '133234.172500', '133234.632500', '133235.092500', '133235.552500', '133236.012500', '133236.472500', '133236.932500', '133237.392500', '133237.852500', '133238.312500', '133238.772500', '133239.232500', '133239.692500', '133240.152500', '133240.612500', '133241.072500', '133241.532500', '133241.992500', '133242.452500', '133242.912500', '133243.372500', '133243.832500', '133244.292500', '133244.752500', '133245.212500', '133245.672500', '133246.132500', '133246.592500', '133247.052500', '133247.512500', '133247.972500', '133248.432500', '133248.892500', '133249.352500', '133249.812500', '133250.272500', '133250.732500', '133251.192500', '133251.652500', '133252.112500', '133252.572500', '133253.032500', '133253.492500', '133253.952500', '133254.412500', '133254.872500', '133255.332500', '133255.792500', '133256.252500', '133256.712500', '133257.172500', '133257.632500', '133258.092500', '133258.552500', '133259.012500', '133259.472500', '133259.932500', '133300.392500', '133300.852500', '133301.312500', '133301.772500', '133302.232500', '133302.692500', '133303.152500', '133303.612500', '133304.072500', '133304.532500', '133304.992500', '133305.452500', '133305.912500', '133306.372500', '133306.832500', '133307.292500', '133307.752500', '133308.212500', '133308.672500', '133309.132500', '133309.592500', '133310.052500', '133310.512500', '133310.972500', '133311.432500', '133311.892500', '133312.352500', '133312.812500', '133313.272500', '133313.732500', '133314.192500', '133314.652500', '133315.112500', '133315.572500', '133316.032500', '133316.492500', '133316.952500', '133317.412500', '133317.872500', '133318.332500', '133318.792500', '133319.252500', '133319.712500', '133320.172500', '133320.632500', '133321.092500', '133321.552500', '133322.012500', '133322.472500', '133322.932500', '133323.392500', '133323.852500', '133324.312500', '133324.772500', '133325.232500', '133325.692500', '133326.152500', '133326.612500', '133327.072500', '133327.532500', '133327.992500', '133328.452500', '133328.912500', '133329.372500', '133329.832500', '133330.292500', '133330.752500', '133331.212500', '133331.672500', '133332.132500', '133332.592500', '133333.052500', '133333.512500', '133333.972500', '133334.432500', '133334.892500', '133335.352500', '133335.812500', '133336.272500', '133336.732500', '133337.192500', '133337.652500', '133338.112500', '133338.572500', '133339.032500', '133339.492500', '133339.952500', '133340.412500', '133340.872500', '133341.332500', '133341.792500', '133342.252500', '133342.712500', '133343.172500', '133343.632500', '133344.092500', '133344.552500', '133345.012500', '133345.472500', '133345.932500', '133346.392500', '133346.852500', '133347.312500', '133347.772500', '133348.232500', '133348.692500', '133349.152500', '133349.612500', '133350.072500', '133350.532500', '133350.992500', '133351.452500', '133351.912500', '133352.372500', '133352.832500', '133353.292500', '133353.752500', '133354.212500', '133354.672500', '133355.132500', '133355.592500', '133356.052500', '133356.512500', '133356.972500', '133357.432500', '133357.892500', '133358.352500', '133358.812500', '133359.272500', '133359.732500', '133400.192500', '133400.652500', '133401.112500', '133401.572500', '133402.032500', '133402.492500', '133402.952500', '133403.412500', '133403.872500', '133404.332500', '133404.792500', '133405.252500', '133405.712500', '133406.172500', '133406.632500', '133407.092500', '133407.552500', '133408.012500', '133408.472500', '133408.932500', '133409.392500', '133409.852500', '133410.312500', '133410.772500', '133411.232500', '133411.692500', '133412.152500', '133412.612500', '133413.072500', '133413.532500', '133413.992500', '133414.452500', '133414.912500', '133415.372500', '133415.832500', '133416.292500', '133416.752500', '133417.212500', '133417.672500', '133418.132500', '133418.592500', '133419.052500', '133419.512500', '133419.972500', '133420.432500', '133420.892500', '133421.352500', '133421.812500', '133422.272500', '133422.732500', '133423.192500', '133423.652500', '133424.112500', '133424.572500', '133425.032500', '133425.492500', '133425.952500', '133426.412500', '133426.872500', '133427.332500', '133427.792500', '133428.252500', '133428.712500', '133429.172500', '133429.632500', '133430.092500', '133430.552500', '133431.012500', '133431.472500', '133431.932500', '133432.392500', '133432.852500', '133433.312500', '133433.772500', '133434.232500', '133434.692500', '133435.152500', '133435.612500', '133436.072500', '133436.532500', '133436.992500', '133437.452500', '133437.912500', '133438.372500', '133438.832500', '133439.292500', '133439.752500', '133440.212500', '133440.672500', '133441.132500', '133441.592500', '133442.052500', '133442.512500', '133442.972500', '133443.432500', '133443.892500', '133444.352500', '133444.812500', '133445.272500', '133445.732500', '133446.192500', '133446.652500', '133447.112500', '133447.572500', '133448.032500', '133448.492500', '133448.952500', '133449.412500', '133449.872500', '133450.332500', '133450.792500', '133451.252500', '133451.712500', '133452.172500', '133452.632500', '133453.092500', '133453.552500', '133454.012500', '133454.472500', '133454.932500', '133455.392500', '133455.852500', '133456.312500', '133456.772500', '133457.232500', '133457.692500', '133458.152500', '133458.612500', '133459.072500', '133459.532500', '133459.992500', '133500.452500', '133500.912500', '133501.372500', '133501.832500', '133502.292500', '133502.752500', '133503.212500', '133503.672500', '133504.132500', '133504.592500', '133505.052500', '133505.512500', '133505.972500', '133506.432500', '133506.892500', '133507.352500', '133507.812500', '133508.272500', '133508.732500', '133509.192500', '133509.652500', '133510.112500', '133510.572500', '133511.032500', '133511.492500', '133511.952500', '133512.412500', '133512.872500', '133513.332500', '133513.792500', '133514.252500', '133514.712500', '133515.172500', '133515.632500', '133516.092500', '133516.552500', '133517.012500', '133517.472500', '133517.932500', '133518.392500', '133518.852500', '133519.312500', '133519.772500', '133520.232500', '133520.692500', '133521.152500', '133521.612500', '133522.072500', '133522.532500', '133522.992500', '133523.452500', '133523.912500', '133524.372500', '133524.832500', '133525.292500', '133525.752500', '133526.212500', '133526.672500', '133527.132500', '133527.592500', '133528.052500', '133528.512500', '133528.972500', '133529.432500', '133529.892500', '133530.352500', '133530.812500', '133531.272500', '133531.732500', '133532.192500', '133532.652500', '133533.112500', '133533.572500', '133534.032500', '133534.492500', '133534.952500', '133535.412500', '133535.872500', '133536.332500', '133536.792500', '133537.252500', '133537.712500', '133538.172500', '133538.632500', '133539.092500', '133539.552500', '133540.012500', '133540.472500', '133540.932500', '133541.392500', '133541.852500', '133542.312500', '133542.772500', '133543.232500', '133543.692500', '133544.152500', '133544.612500', '133545.072500', '133545.532500', '133545.992500', '133546.452500', '133546.912500', '133547.372500', '133547.832500', '133548.292500', '133548.752500', '133549.212500', '133549.672500', '133550.132500'], 'ContentTime': ['132930.521000', '132930.524000', '132930.527000', '132930.530000', '132930.532000', '132930.535000', '132930.537000', '132930.540000', '132930.542000', '132930.545000', '132930.548000', '132930.550000', '132930.553000', '132930.560000', '132930.562000', '132930.565000', '132930.568000', '132930.570000', '132930.573000', '132930.575000', '132930.578000', '132930.580000', '132930.583000', '132930.586000', '132930.588000', '132930.591000', '132930.593000', '132930.608000', '132930.611000', '132930.613000', '132930.616000', '132930.618000', '132930.621000', '132930.623000', '132930.626000', '132930.629000', '132930.631000', '132930.634000', '132930.636000', '132930.639000', '132930.641000', '132930.644000', '132930.647000', '132950.493000', '132950.495000', '132950.498000', '132950.501000', '132950.503000', '132950.506000', '132950.508000', '132950.511000', '132950.514000', '132950.516000', '132950.519000', '132950.521000', '132950.524000', '132950.527000', '132950.529000', '132950.532000', '132950.534000', '132950.537000', '132950.540000', '132950.542000', '132950.545000', '132950.547000', '132950.550000', '132950.552000', '132950.555000', '132950.558000', '132950.560000', '132950.563000', '132950.565000', '132950.568000', '132950.571000', '132950.573000', '132950.576000', '132950.578000', '132950.581000', '132950.583000', '132950.586000', '132950.590000', '132950.593000', '132950.595000', '132950.598000', '132950.601000', '132950.603000', '133010.492000', '133010.495000', '133010.498000', '133010.501000', '133010.503000', '133010.506000', '133010.509000', '133010.512000', '133010.515000', '133010.518000', '133010.520000', '133010.523000', '133010.525000', '133010.528000', '133010.531000', '133010.533000', '133010.536000', '133010.538000', '133010.547000', '133010.550000', '133010.552000', '133010.555000', '133010.558000', '133010.560000', '133010.563000', '133010.565000', '133010.568000', '133010.571000', '133010.573000', '133010.576000', '133010.578000', '133010.581000', '133010.583000', '133010.586000', '133010.589000', '133010.591000', '133010.594000', '133010.597000', '133010.599000', '133010.602000', '133010.604000', '133010.607000', '133010.610000', '133010.612000', '133030.491000', '133030.494000', '133030.497000', '133030.500000', '133030.502000', '133030.505000', '133030.507000', '133030.510000', '133030.513000', '133030.515000', '133030.518000', '133030.521000', '133030.523000', '133030.526000', '133030.528000', '133030.531000', '133030.534000', '133030.536000', '133030.539000', '133030.542000', '133030.544000', '133030.547000', '133030.549000', '133030.552000', '133030.554000', '133030.557000', '133030.560000', '133030.562000', '133030.565000', '133030.567000', '133030.570000', '133030.573000', '133030.575000', '133030.578000', '133030.580000', '133030.583000', '133030.586000', '133030.588000', '133030.591000', '133030.593000', '133030.596000', '133030.599000', '133030.608000', '133050.493000', '133050.495000', '133050.498000', '133050.501000', '133050.503000', '133050.506000', '133050.508000', '133050.511000', '133050.514000', '133050.516000', '133050.519000', '133050.521000', '133050.524000', '133050.527000', '133050.529000', '133050.532000', '133050.534000', '133050.537000', '133050.539000', '133050.542000', '133050.545000', '133050.547000', '133050.550000', '133050.552000', '133050.555000', '133050.558000', '133050.560000', '133050.563000', '133050.566000', '133050.568000', '133050.571000', '133050.573000', '133050.576000', '133050.579000', '133050.581000', '133050.584000', '133050.586000', '133050.589000', '133050.592000', '133050.594000', '133050.597000', '133050.600000', '133050.602000', '133110.492000', '133110.495000', '133110.498000', '133110.500000', '133110.503000', '133110.506000', '133110.508000', '133110.511000', '133110.514000', '133110.516000', '133110.519000', '133110.521000', '133110.524000', '133110.527000', '133110.529000', '133110.532000', '133110.534000', '133110.537000', '133110.539000', '133110.542000', '133110.545000', '133110.547000', '133110.550000', '133110.553000', '133110.555000', '133110.558000', '133110.560000', '133110.563000', '133110.566000', '133110.572000', '133110.575000', '133110.578000', '133110.580000', '133110.583000', '133110.585000', '133110.588000', '133110.591000', '133110.593000', '133110.605000', '133110.608000', '133110.611000', '133110.613000', '133110.616000', '133110.619000', '133130.492000', '133130.496000', '133130.499000', '133130.502000', '133130.505000', '133130.508000', '133130.511000', '133130.513000', '133130.516000', '133130.519000', '133130.521000', '133130.524000', '133130.527000', '133130.529000', '133130.532000', '133130.535000', '133130.537000', '133130.540000', '133130.542000', '133130.545000', '133130.548000', '133130.551000', '133130.554000', '133130.557000', '133130.559000', '133130.562000', '133130.565000', '133130.567000', '133130.570000', '133130.572000', '133130.575000', '133130.578000', '133130.580000', '133130.583000', '133130.585000', '133130.588000', '133130.591000', '133130.593000', '133130.596000', '133130.599000', '133130.601000', '133130.604000', '133130.607000', '133150.492000', '133150.495000', '133150.498000', '133150.501000', '133150.503000', '133150.506000', '133150.509000', '133150.511000', '133150.514000', '133150.516000', '133150.519000', '133150.522000', '133150.524000', '133150.527000', '133150.530000', '133150.532000', '133150.535000', '133150.537000', '133150.540000', '133150.543000', '133150.545000', '133150.548000', '133150.551000', '133150.553000', '133150.556000', '133150.558000', '133150.561000', '133150.563000', '133150.566000', '133150.569000', '133150.571000', '133150.574000', '133150.576000', '133150.579000', '133150.582000', '133150.584000', '133150.587000', '133150.590000', '133150.592000', '133150.595000', '133150.597000', '133150.600000', '133150.603000', '133150.605000', '133210.492000', '133210.495000', '133210.498000', '133210.500000', '133210.503000', '133210.506000', '133210.508000', '133210.511000', '133210.513000', '133210.516000', '133210.519000', '133210.521000', '133210.524000', '133210.526000', '133210.530000', '133210.533000', '133210.536000', '133210.539000', '133210.543000', '133210.546000', '133210.548000', '133210.551000', '133210.554000', '133210.556000', '133210.559000', '133210.561000', '133210.564000', '133210.567000', '133210.569000', '133210.572000', '133210.575000', '133210.577000', '133210.580000', '133210.582000', '133210.585000', '133210.588000', '133210.590000', '133210.593000', '133210.595000', '133210.598000', '133210.601000', '133210.603000', '133210.606000', '133230.493000', '133230.496000', '133230.499000', '133230.501000', '133230.504000', '133230.506000', '133230.509000', '133230.512000', '133230.514000', '133230.517000', '133230.520000', '133230.522000', '133230.525000', '133230.527000', '133230.530000', '133230.533000', '133230.535000', '133230.538000', '133230.540000', '133230.543000', '133230.546000', '133230.548000', '133230.551000', '133230.553000', '133230.556000', '133230.559000', '133230.561000', '133230.564000', '133230.566000', '133230.569000', '133230.572000', '133230.574000', '133230.577000', '133230.579000', '133230.582000', '133230.585000', '133230.587000', '133230.590000', '133230.593000', '133230.595000', '133230.598000', '133230.600000', '133230.603000', '133230.606000', '133250.491000', '133250.494000', '133250.497000', '133250.499000', '133250.502000', '133250.505000', '133250.507000', '133250.510000', '133250.513000', '133250.515000', '133250.518000', '133250.521000', '133250.523000', '133250.526000', '133250.529000', '133250.532000', '133250.535000', '133250.549000', '133250.551000', '133250.561000', '133250.564000', '133250.567000', '133250.569000', '133250.572000', '133250.574000', '133250.577000', '133250.580000', '133250.582000', '133250.585000', '133250.588000', '133250.591000', '133250.594000', '133250.597000', '133250.600000', '133250.603000', '133250.605000', '133250.608000', '133250.611000', '133250.613000', '133250.616000', '133250.618000', '133250.621000', '133250.624000', '133310.492000', '133310.495000', '133310.498000', '133310.500000', '133310.503000', '133310.506000', '133310.509000', '133310.511000', '133310.514000', '133310.517000', '133310.519000', '133310.522000', '133310.524000', '133310.527000', '133310.530000', '133310.532000', '133310.535000', '133310.537000', '133310.540000', '133310.543000', '133310.545000', '133310.548000', '133310.550000', '133310.553000', '133310.556000', '133310.558000', '133310.561000', '133310.563000', '133310.566000', '133310.569000', '133310.571000', '133310.574000', '133310.577000', '133310.579000', '133310.582000', '133310.584000', '133310.587000', '133310.590000', '133310.592000', '133310.595000', '133310.597000', '133310.600000', '133310.603000', '133310.605000', '133330.492000', '133330.495000', '133330.498000', '133330.501000', '133330.503000', '133330.506000', '133330.508000', '133330.511000', '133330.514000', '133330.516000', '133330.519000', '133330.522000', '133330.524000', '133330.527000', '133330.529000', '133330.532000', '133330.535000', '133330.537000', '133330.540000', '133330.542000', '133330.545000', '133330.548000', '133330.550000', '133330.553000', '133330.555000', '133330.558000', '133330.561000', '133330.564000', '133330.567000', '133330.570000', '133330.573000', '133330.576000', '133330.579000', '133330.581000', '133330.584000', '133330.586000', '133330.589000', '133330.592000', '133330.594000', '133330.597000', '133330.600000', '133330.602000', '133330.605000', '133350.492000', '133350.495000', '133350.498000', '133350.501000', '133350.503000', '133350.506000', '133350.509000', '133350.511000', '133350.514000', '133350.516000', '133350.519000', '133350.522000', '133350.524000', '133350.527000', '133350.530000', '133350.532000', '133350.535000', '133350.538000', '133350.540000', '133350.543000', '133350.546000', '133350.548000', '133350.551000', '133350.553000', '133350.556000', '133350.558000', '133350.561000', '133350.564000', '133350.566000', '133350.569000', '133350.571000', '133350.574000', '133350.577000', '133350.579000', '133350.582000', '133350.585000', '133350.587000', '133350.590000', '133350.592000', '133350.595000', '133350.598000', '133350.600000', '133350.603000', '133350.606000', '133410.492000', '133410.496000', '133410.498000', '133410.501000', '133410.503000', '133410.506000', '133410.509000', '133410.511000', '133410.514000', '133410.517000', '133410.519000', '133410.522000', '133410.524000', '133410.527000', '133410.529000', '133410.532000', '133410.535000', '133410.537000', '133410.540000', '133410.543000', '133410.545000', '133410.548000', '133410.550000', '133410.553000', '133410.555000', '133410.558000', '133410.561000', '133410.563000', '133410.566000', '133410.569000', '133410.571000', '133410.574000', '133410.578000', '133410.581000', '133410.584000', '133410.587000', '133410.589000', '133410.592000', '133410.594000', '133410.597000', '133410.600000', '133410.602000', '133410.605000', '133430.493000', '133430.495000', '133430.499000', '133430.501000', '133430.504000', '133430.506000', '133430.509000', '133430.512000', '133430.514000', '133430.517000', '133430.520000', '133430.522000', '133430.525000', '133430.527000', '133430.530000', '133430.533000', '133430.535000', '133430.538000', '133430.541000', '133430.543000', '133430.546000', '133430.548000', '133430.551000', '133430.554000', '133430.556000', '133430.559000', '133430.561000', '133430.564000', '133430.567000', '133430.569000', '133430.572000', '133430.575000', '133430.577000', '133430.580000', '133430.582000', '133430.585000', '133430.588000', '133430.590000', '133430.593000', '133430.596000', '133430.598000', '133430.601000', '133430.603000', '133430.606000', '133450.493000', '133450.495000', '133450.498000', '133450.500000', '133450.503000', '133450.506000', '133450.508000', '133450.511000', '133450.514000', '133450.516000', '133450.519000', '133450.521000', '133450.524000', '133450.527000', '133450.529000', '133450.538000', '133450.541000', '133450.544000', '133450.546000', '133450.549000', '133450.551000', '133450.554000', '133450.556000', '133450.559000', '133450.562000', '133450.564000', '133450.567000', '133450.569000', '133450.572000', '133450.575000', '133450.577000', '133450.580000', '133450.582000', '133450.585000', '133450.587000', '133450.590000', '133450.593000', '133450.595000', '133450.598000', '133450.601000', '133450.604000', '133450.607000', '133450.610000', '133510.492000', '133510.496000', '133510.499000', '133510.502000', '133510.504000', '133510.507000', '133510.509000', '133510.512000', '133510.514000', '133510.517000', '133510.520000', '133510.522000', '133510.525000', '133510.528000', '133510.530000', '133510.533000', '133510.535000', '133510.538000', '133510.541000', '133510.543000', '133510.546000', '133510.549000', '133510.551000', '133510.554000', '133510.556000', '133510.559000', '133510.562000', '133510.564000', '133510.567000', '133510.570000', '133510.572000', '133510.575000', '133510.577000', '133510.580000', '133510.583000', '133510.585000', '133510.588000', '133510.595000', '133510.598000', '133510.600000', '133510.603000', '133510.606000', '133510.609000', '133510.611000', '133530.493000', '133530.495000', '133530.498000', '133530.501000', '133530.504000', '133530.506000', '133530.509000', '133530.511000', '133530.514000', '133530.517000', '133530.519000', '133530.522000', '133530.525000', '133530.527000', '133530.530000', '133530.533000', '133530.535000', '133530.538000', '133530.540000', '133530.543000', '133530.545000', '133530.548000', '133530.551000', '133530.553000', '133530.556000', '133530.558000', '133530.561000', '133530.564000', '133530.566000', '133530.569000', '133530.571000', '133530.574000', '133530.577000', '133530.579000', '133530.582000', '133530.584000', '133530.587000', '133530.590000', '133530.592000', '133530.595000', '133530.597000', '133530.600000', '133530.603000', '133550.493000', '133550.495000', '133550.498000', '133550.501000', '133550.503000', '133550.506000', '133550.508000', '133550.511000', '133550.514000', '133550.516000', '133550.519000', '133550.521000', '133550.524000', '133550.527000', '133550.529000', '133550.532000', '133550.535000', '133550.537000', '133550.540000', '133550.542000', '133550.545000', '133550.548000', '133550.550000', '133550.553000', '133550.556000', '133550.558000', '133550.561000', '133550.564000', '133550.566000', '133550.569000', '133550.571000', '133550.574000', '133550.577000', '133550.579000', '133550.582000', '133550.585000', '133550.587000', '133550.590000', '133550.592000', '133550.595000', '133550.598000', '133550.600000', '133550.603000', '133550.606000', '133551.790000', '133551.792000', '133551.795000'], 'InstanceCreationTime': ['132930.521000', '132930.524000', '132930.527000', '132930.530000', '132930.532000', '132930.535000', '132930.537000', '132930.540000', '132930.542000', '132930.545000', '132930.548000', '132930.550000', '132930.553000', '132930.560000', '132930.562000', '132930.565000', '132930.568000', '132930.570000', '132930.573000', '132930.575000', '132930.578000', '132930.580000', '132930.583000', '132930.586000', '132930.588000', '132930.591000', '132930.593000', '132930.608000', '132930.611000', '132930.613000', '132930.616000', '132930.618000', '132930.621000', '132930.623000', '132930.626000', '132930.629000', '132930.631000', '132930.634000', '132930.636000', '132930.639000', '132930.641000', '132930.644000', '132930.647000', '132950.493000', '132950.495000', '132950.498000', '132950.501000', '132950.503000', '132950.506000', '132950.508000', '132950.511000', '132950.514000', '132950.516000', '132950.519000', '132950.521000', '132950.524000', '132950.527000', '132950.529000', '132950.532000', '132950.534000', '132950.537000', '132950.540000', '132950.542000', '132950.545000', '132950.547000', '132950.550000', '132950.552000', '132950.555000', '132950.558000', '132950.560000', '132950.563000', '132950.565000', '132950.568000', '132950.571000', '132950.573000', '132950.576000', '132950.578000', '132950.581000', '132950.583000', '132950.586000', '132950.590000', '132950.593000', '132950.595000', '132950.598000', '132950.601000', '132950.603000', '133010.492000', '133010.495000', '133010.498000', '133010.501000', '133010.503000', '133010.506000', '133010.509000', '133010.512000', '133010.515000', '133010.518000', '133010.520000', '133010.523000', '133010.525000', '133010.528000', '133010.531000', '133010.533000', '133010.536000', '133010.538000', '133010.547000', '133010.550000', '133010.552000', '133010.555000', '133010.558000', '133010.560000', '133010.563000', '133010.565000', '133010.568000', '133010.571000', '133010.573000', '133010.576000', '133010.578000', '133010.581000', '133010.583000', '133010.586000', '133010.589000', '133010.591000', '133010.594000', '133010.597000', '133010.599000', '133010.602000', '133010.604000', '133010.607000', '133010.610000', '133010.612000', '133030.491000', '133030.494000', '133030.497000', '133030.500000', '133030.502000', '133030.505000', '133030.507000', '133030.510000', '133030.513000', '133030.515000', '133030.518000', '133030.521000', '133030.523000', '133030.526000', '133030.528000', '133030.531000', '133030.534000', '133030.536000', '133030.539000', '133030.542000', '133030.544000', '133030.547000', '133030.549000', '133030.552000', '133030.554000', '133030.557000', '133030.560000', '133030.562000', '133030.565000', '133030.567000', '133030.570000', '133030.573000', '133030.575000', '133030.578000', '133030.580000', '133030.583000', '133030.586000', '133030.588000', '133030.591000', '133030.593000', '133030.596000', '133030.599000', '133030.608000', '133050.493000', '133050.495000', '133050.498000', '133050.501000', '133050.503000', '133050.506000', '133050.508000', '133050.511000', '133050.514000', '133050.516000', '133050.519000', '133050.521000', '133050.524000', '133050.527000', '133050.529000', '133050.532000', '133050.534000', '133050.537000', '133050.539000', '133050.542000', '133050.545000', '133050.547000', '133050.550000', '133050.552000', '133050.555000', '133050.558000', '133050.560000', '133050.563000', '133050.566000', '133050.568000', '133050.571000', '133050.573000', '133050.576000', '133050.579000', '133050.581000', '133050.584000', '133050.586000', '133050.589000', '133050.592000', '133050.594000', '133050.597000', '133050.600000', '133050.602000', '133110.492000', '133110.495000', '133110.498000', '133110.500000', '133110.503000', '133110.506000', '133110.508000', '133110.511000', '133110.514000', '133110.516000', '133110.519000', '133110.521000', '133110.524000', '133110.527000', '133110.529000', '133110.532000', '133110.534000', '133110.537000', '133110.539000', '133110.542000', '133110.545000', '133110.547000', '133110.550000', '133110.553000', '133110.555000', '133110.558000', '133110.560000', '133110.563000', '133110.566000', '133110.572000', '133110.575000', '133110.578000', '133110.580000', '133110.583000', '133110.585000', '133110.588000', '133110.591000', '133110.593000', '133110.605000', '133110.608000', '133110.611000', '133110.613000', '133110.616000', '133110.619000', '133130.492000', '133130.496000', '133130.499000', '133130.502000', '133130.505000', '133130.508000', '133130.511000', '133130.513000', '133130.516000', '133130.519000', '133130.521000', '133130.524000', '133130.527000', '133130.529000', '133130.532000', '133130.535000', '133130.537000', '133130.540000', '133130.542000', '133130.545000', '133130.548000', '133130.551000', '133130.554000', '133130.557000', '133130.559000', '133130.562000', '133130.565000', '133130.567000', '133130.570000', '133130.572000', '133130.575000', '133130.578000', '133130.580000', '133130.583000', '133130.585000', '133130.588000', '133130.591000', '133130.593000', '133130.596000', '133130.599000', '133130.601000', '133130.604000', '133130.607000', '133150.492000', '133150.495000', '133150.498000', '133150.501000', '133150.503000', '133150.506000', '133150.509000', '133150.511000', '133150.514000', '133150.516000', '133150.519000', '133150.522000', '133150.524000', '133150.527000', '133150.530000', '133150.532000', '133150.535000', '133150.537000', '133150.540000', '133150.543000', '133150.545000', '133150.548000', '133150.551000', '133150.553000', '133150.556000', '133150.558000', '133150.561000', '133150.563000', '133150.566000', '133150.569000', '133150.571000', '133150.574000', '133150.576000', '133150.579000', '133150.582000', '133150.584000', '133150.587000', '133150.590000', '133150.592000', '133150.595000', '133150.597000', '133150.600000', '133150.603000', '133150.605000', '133210.492000', '133210.495000', '133210.498000', '133210.500000', '133210.503000', '133210.506000', '133210.508000', '133210.511000', '133210.513000', '133210.516000', '133210.519000', '133210.521000', '133210.524000', '133210.526000', '133210.530000', '133210.533000', '133210.536000', '133210.539000', '133210.543000', '133210.546000', '133210.548000', '133210.551000', '133210.554000', '133210.556000', '133210.559000', '133210.561000', '133210.564000', '133210.567000', '133210.569000', '133210.572000', '133210.575000', '133210.577000', '133210.580000', '133210.582000', '133210.585000', '133210.588000', '133210.590000', '133210.593000', '133210.595000', '133210.598000', '133210.601000', '133210.603000', '133210.606000', '133230.493000', '133230.496000', '133230.499000', '133230.501000', '133230.504000', '133230.506000', '133230.509000', '133230.512000', '133230.514000', '133230.517000', '133230.520000', '133230.522000', '133230.525000', '133230.527000', '133230.530000', '133230.533000', '133230.535000', '133230.538000', '133230.540000', '133230.543000', '133230.546000', '133230.548000', '133230.551000', '133230.553000', '133230.556000', '133230.559000', '133230.561000', '133230.564000', '133230.566000', '133230.569000', '133230.572000', '133230.574000', '133230.577000', '133230.579000', '133230.582000', '133230.585000', '133230.587000', '133230.590000', '133230.593000', '133230.595000', '133230.598000', '133230.600000', '133230.603000', '133230.606000', '133250.491000', '133250.494000', '133250.497000', '133250.499000', '133250.502000', '133250.505000', '133250.507000', '133250.510000', '133250.513000', '133250.515000', '133250.518000', '133250.521000', '133250.523000', '133250.526000', '133250.529000', '133250.532000', '133250.535000', '133250.549000', '133250.551000', '133250.561000', '133250.564000', '133250.567000', '133250.569000', '133250.572000', '133250.574000', '133250.577000', '133250.580000', '133250.582000', '133250.585000', '133250.588000', '133250.591000', '133250.594000', '133250.597000', '133250.600000', '133250.603000', '133250.605000', '133250.608000', '133250.611000', '133250.613000', '133250.616000', '133250.618000', '133250.621000', '133250.624000', '133310.492000', '133310.495000', '133310.498000', '133310.500000', '133310.503000', '133310.506000', '133310.509000', '133310.511000', '133310.514000', '133310.517000', '133310.519000', '133310.522000', '133310.524000', '133310.527000', '133310.530000', '133310.532000', '133310.535000', '133310.537000', '133310.540000', '133310.543000', '133310.545000', '133310.548000', '133310.550000', '133310.553000', '133310.556000', '133310.558000', '133310.561000', '133310.563000', '133310.566000', '133310.569000', '133310.571000', '133310.574000', '133310.577000', '133310.579000', '133310.582000', '133310.584000', '133310.587000', '133310.590000', '133310.592000', '133310.595000', '133310.597000', '133310.600000', '133310.603000', '133310.605000', '133330.492000', '133330.495000', '133330.498000', '133330.501000', '133330.503000', '133330.506000', '133330.508000', '133330.511000', '133330.514000', '133330.516000', '133330.519000', '133330.522000', '133330.524000', '133330.527000', '133330.529000', '133330.532000', '133330.535000', '133330.537000', '133330.540000', '133330.542000', '133330.545000', '133330.548000', '133330.550000', '133330.553000', '133330.555000', '133330.558000', '133330.561000', '133330.564000', '133330.567000', '133330.570000', '133330.573000', '133330.576000', '133330.579000', '133330.581000', '133330.584000', '133330.586000', '133330.589000', '133330.592000', '133330.594000', '133330.597000', '133330.600000', '133330.602000', '133330.605000', '133350.492000', '133350.495000', '133350.498000', '133350.501000', '133350.503000', '133350.506000', '133350.509000', '133350.511000', '133350.514000', '133350.516000', '133350.519000', '133350.522000', '133350.524000', '133350.527000', '133350.530000', '133350.532000', '133350.535000', '133350.538000', '133350.540000', '133350.543000', '133350.546000', '133350.548000', '133350.551000', '133350.553000', '133350.556000', '133350.558000', '133350.561000', '133350.564000', '133350.566000', '133350.569000', '133350.571000', '133350.574000', '133350.577000', '133350.579000', '133350.582000', '133350.585000', '133350.587000', '133350.590000', '133350.592000', '133350.595000', '133350.598000', '133350.600000', '133350.603000', '133350.606000', '133410.492000', '133410.496000', '133410.498000', '133410.501000', '133410.503000', '133410.506000', '133410.509000', '133410.511000', '133410.514000', '133410.517000', '133410.519000', '133410.522000', '133410.524000', '133410.527000', '133410.529000', '133410.532000', '133410.535000', '133410.537000', '133410.540000', '133410.543000', '133410.545000', '133410.548000', '133410.550000', '133410.553000', '133410.555000', '133410.558000', '133410.561000', '133410.563000', '133410.566000', '133410.569000', '133410.571000', '133410.574000', '133410.578000', '133410.581000', '133410.584000', '133410.587000', '133410.589000', '133410.592000', '133410.594000', '133410.597000', '133410.600000', '133410.602000', '133410.605000', '133430.493000', '133430.495000', '133430.499000', '133430.501000', '133430.504000', '133430.506000', '133430.509000', '133430.512000', '133430.514000', '133430.517000', '133430.520000', '133430.522000', '133430.525000', '133430.527000', '133430.530000', '133430.533000', '133430.535000', '133430.538000', '133430.541000', '133430.543000', '133430.546000', '133430.548000', '133430.551000', '133430.554000', '133430.556000', '133430.559000', '133430.561000', '133430.564000', '133430.567000', '133430.569000', '133430.572000', '133430.575000', '133430.577000', '133430.580000', '133430.582000', '133430.585000', '133430.588000', '133430.590000', '133430.593000', '133430.596000', '133430.598000', '133430.601000', '133430.603000', '133430.606000', '133450.493000', '133450.495000', '133450.498000', '133450.500000', '133450.503000', '133450.506000', '133450.508000', '133450.511000', '133450.514000', '133450.516000', '133450.519000', '133450.521000', '133450.524000', '133450.527000', '133450.529000', '133450.538000', '133450.541000', '133450.544000', '133450.546000', '133450.549000', '133450.551000', '133450.554000', '133450.556000', '133450.559000', '133450.562000', '133450.564000', '133450.567000', '133450.569000', '133450.572000', '133450.575000', '133450.577000', '133450.580000', '133450.582000', '133450.585000', '133450.587000', '133450.590000', '133450.593000', '133450.595000', '133450.598000', '133450.601000', '133450.604000', '133450.607000', '133450.610000', '133510.492000', '133510.496000', '133510.499000', '133510.502000', '133510.504000', '133510.507000', '133510.509000', '133510.512000', '133510.514000', '133510.517000', '133510.520000', '133510.522000', '133510.525000', '133510.528000', '133510.530000', '133510.533000', '133510.535000', '133510.538000', '133510.541000', '133510.543000', '133510.546000', '133510.549000', '133510.551000', '133510.554000', '133510.556000', '133510.559000', '133510.562000', '133510.564000', '133510.567000', '133510.570000', '133510.572000', '133510.575000', '133510.577000', '133510.580000', '133510.583000', '133510.585000', '133510.588000', '133510.595000', '133510.598000', '133510.600000', '133510.603000', '133510.606000', '133510.609000', '133510.611000', '133530.493000', '133530.495000', '133530.498000', '133530.501000', '133530.504000', '133530.506000', '133530.509000', '133530.511000', '133530.514000', '133530.517000', '133530.519000', '133530.522000', '133530.525000', '133530.527000', '133530.530000', '133530.533000', '133530.535000', '133530.538000', '133530.540000', '133530.543000', '133530.545000', '133530.548000', '133530.551000', '133530.553000', '133530.556000', '133530.558000', '133530.561000', '133530.564000', '133530.566000', '133530.569000', '133530.571000', '133530.574000', '133530.577000', '133530.579000', '133530.582000', '133530.584000', '133530.587000', '133530.590000', '133530.592000', '133530.595000', '133530.597000', '133530.600000', '133530.603000', '133550.493000', '133550.495000', '133550.498000', '133550.501000', '133550.503000', '133550.506000', '133550.508000', '133550.511000', '133550.514000', '133550.516000', '133550.519000', '133550.521000', '133550.524000', '133550.527000', '133550.529000', '133550.532000', '133550.535000', '133550.537000', '133550.540000', '133550.542000', '133550.545000', '133550.548000', '133550.550000', '133550.553000', '133550.556000', '133550.558000', '133550.561000', '133550.564000', '133550.566000', '133550.569000', '133550.571000', '133550.574000', '133550.577000', '133550.579000', '133550.582000', '133550.585000', '133550.587000', '133550.590000', '133550.592000', '133550.595000', '133550.598000', '133550.600000', '133550.603000', '133550.606000', '133551.790000', '133551.792000', '133551.795000'], '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': [7677, 7317, 7879, 7876, 10761, 8681, 8726, 8261, 11512, 10699, 11699, 13256, 12802, 11857, 11134, 14208, 15580, 15301, 13515, 11028, 11635, 13380, 13034, 9170, 8552, 10316, 10004, 11911, 7832, 9310, 9374, 10509, 9829, 7766, 8701, 8467, 10797, 9059, 8059, 7935, 8661, 10397, 10661, 8197, 12626, 11218, 8087, 10080, 9307, 7798, 12678, 8071, 8496, 8234, 7575, 12616, 9837, 8835, 11538, 8164, 9195, 9282, 7995, 12113, 7945, 8505, 8476, 8300, 11052, 8662, 8397, 8433, 8759, 11910, 8617, 11474, 11127, 8259, 9238, 8540, 10436, 9437, 8524, 8275, 7810, 8986, 8232, 9103, 9689, 8435, 10897, 12760, 9350, 11718, 9199, 11279, 9025, 12557, 9055, 12552, 8992, 10854, 9790, 9352, 11137, 9275, 8456, 9319, 10237, 8991, 7879, 8095, 9431, 9540, 9550, 9304, 11005, 8465, 12408, 9388, 12169, 9839, 11884, 9472, 12073, 9296, 9770, 9070, 10620, 8764, 8521, 7858, 7331, 9716, 9039, 9831, 9942, 7368, 9770, 7632, 7485, 11806, 7613, 11689, 9261, 10847, 13718, 8684, 13889, 9561, 11702, 11646, 9917, 11671, 9628, 11072, 7949, 10722, 7845, 8987, 8947, 10974, 9530, 9356, 8675, 7052, 8701, 8076, 9223, 8403, 7134, 9658, 9301, 9326, 12886, 10401, 12442, 10972, 9055, 7910, 9589, 7267, 9854, 7307, 9327, 7329, 8407, 8590, 8012, 8693, 8368, 9760, 9645, 10102, 7427, 9429, 7472, 9943, 7139, 8704, 7695, 8750, 8201, 9473, 8046, 9161, 7804, 8646, 8261, 9654, 8527, 8362, 8148, 7091, 7436, 7532, 8542, 10425, 7734, 10431, 8184, 11516, 10345, 12141, 14281, 12064, 14090, 10798, 13092, 10202, 13302, 10020, 10920, 8446, 9733, 11953, 9177, 13933, 11032, 12790, 9429, 10146, 9947, 10306, 9755, 9868, 8995, 9160, 8234, 9793, 10486, 9863, 10956, 8722, 8313, 8839, 7487, 8604, 8398, 9605, 8711, 7125, 8326, 7613, 8748, 9198, 10346, 8954, 8245, 11619, 11225, 8526, 10470, 10177, 11934, 10659, 12380, 9980, 9045, 11175, 8735, 7521, 7925, 8246, 7525, 7723, 6834, 7883, 7735, 7819, 7831, 7800, 9766, 8266, 11689, 8870, 11808, 9056, 14739, 10005, 9869, 10447, 8476, 10139, 8439, 10356, 8512, 8603, 8391, 7799, 8479, 10964, 9317, 8291, 7695, 8650, 7358, 9376, 7860, 8469, 10834, 9231, 11477, 8541, 9308, 8069, 11546, 8825, 9991, 8279, 7977, 8413, 7521, 11131, 10500, 10991, 11843, 10758, 11595, 11316, 11511, 11303, 11274, 10061, 10802, 8949, 11133, 8784, 10084, 7479, 9696, 11410, 8894, 11693, 8016, 8579, 8898, 8483, 7418, 7978, 8168, 9515, 8604, 10171, 7985, 10147, 7666, 9122, 7618, 9641, 7847, 9182, 8391, 8939, 8898, 8199, 8721, 9851, 7610, 7462, 8073, 8989, 9457, 9608, 8882, 8542, 9269, 9262, 9719, 10342, 12440, 9611, 11276, 8609, 9514, 8734, 8548, 8702, 8668, 9034, 8120, 10119, 11089, 9956, 7823, 8034, 9958, 7972, 10208, 8287, 9407, 9108, 10913, 10664, 9132, 11042, 9009, 9770, 10622, 9854, 10908, 9761, 10948, 9665, 11322, 9452, 11117, 9581, 10511, 9378, 10559, 9750, 10981, 8939, 8059, 7429, 8072, 8794, 9856, 7721, 9090, 7947, 8015, 10414, 10037, 12131, 11461, 10258, 12933, 11338, 10732, 11855, 11118, 9744, 9119, 9048, 9834, 8848, 9842, 11791, 9338, 8921, 7973, 9095, 9756, 9620, 8969, 11036, 9356, 10122, 10278, 8701, 11919, 10021, 9637, 12069, 9373, 12813, 10927, 12747, 9220, 9747, 11731, 9085, 11585, 9723, 10390, 9170, 8849, 12484, 8708, 11551, 9512, 10769, 8479, 10015, 7845, 9640, 7516, 9904, 11004, 9701, 10255, 9351, 11311, 9367, 10600, 8978, 10260, 8028, 8026, 8284, 7371, 8102, 7446, 8380, 8374, 9864, 8073, 10118, 8459, 10426, 9377, 9451, 9351, 9651, 8866, 9778, 7896, 9870, 9276, 9246, 9619, 9879, 9631, 8695, 9080, 12301, 9604, 11255, 11899, 12464, 11692, 12026, 11856, 9639, 11186, 9157, 11665, 9793, 12071, 9537, 11994, 9503, 11762, 9851, 10800, 9171, 9481, 9013, 8964, 7651, 7545, 8758, 9036, 9170, 8080, 9479, 9986, 9970, 10853, 9979, 8812, 10468, 9581, 12589, 9150, 11946, 9616, 11854, 9748, 11489, 9188, 9151, 9852, 9267, 9986, 9812, 9685, 7612, 9232, 8137, 9289, 9431, 8669, 9549, 9046, 10013, 10675, 10797, 10751, 11889, 11853, 10177, 10017, 10126, 10426, 10116, 9575, 9950, 10252, 10227, 10652, 10089, 8672, 7872, 8160, 7782, 7521, 8309, 7220, 7994, 8253, 11439, 9088, 11288, 14205, 11050, 13475, 10799, 12652, 9404, 13133, 11170, 10080, 11501, 8242, 10782, 9455, 11466, 10722, 9782, 9008, 8302, 7550, 7577, 10456, 7967, 8026, 9402, 7612, 8151, 10577, 8286, 8841, 8637, 9420, 9868, 10459, 10423, 11272, 8382, 7301, 7989, 7416, 7935, 7498, 8070, 8214, 8311, 9103, 8119, 7616, 10874, 9934, 12817, 9707, 11836, 8444, 10552, 10120, 10285, 11194, 9368, 11555, 9890, 9657, 10118, 9742, 10114, 9611, 9297, 7979, 9315, 10559, 8662, 8675, 7405, 10178, 9898, 7943, 8051, 7579, 9269, 7356, 7821, 7504, 7471, 8805, 10460, 9841, 11226, 10053, 9068, 9529, 7773, 10053, 7603, 11838, 8659, 11330, 9717, 11044, 8980, 10323, 10811, 9363, 12786, 10080, 11327, 9398, 9861, 9138, 9350, 10142, 8186, 7289, 9034, 9526, 7956, 10867, 9424, 9172, 7396, 7496, 7677, 9720, 10910, 9934, 11029, 10671, 10494, 11973, 13032, 10842, 12481, 13089, 10024, 10101, 9745, 8360, 12355, 9736, 10892, 9118, 10250, 8866, 7979, 11627, 7592, 9111, 7487, 6975, 8623, 7778, 7410, 10284, 9958, 8818, 7423, 8003, 10118, 9932, 8790, 7831, 12284, 9564, 10122, 10106, 9938, 8299, 8921, 8364, 9572, 8053, 7764, 8029, 9313, 8446, 7291, 7801, 8768, 7646, 8801, 9181, 7527, 8473, 7361, 9867, 9253, 10596, 8442, 12616, 9997, 11324, 9103, 12020, 9367, 13142, 9508, 13864, 10175, 11307, 8777, 10772, 10469, 9620, 7512, 8643, 9177, 8847, 10623, 9443, 9108, 8497, 7930, 8659, 7959, 7521, 9534, 9534, 8331, 7838, 7738, 8624, 7870, 8890, 7714, 11991, 9554, 8145, 10519, 10674, 8546, 9968, 8675, 9800, 13135, 12908, 11481, 15913, 13057, 9061, 13999, 13366, 10918, 15089, 16497, 12196, 13436, 13780, 10215], 'WindowCenter': [4488.0, 4448.0, 4397.0, 4332.0, 4495.0, 4462.0, 4446.0, 4429.0, 4324.0, 4478.0, 4449.0, 4476.0, 4449.0, 4419.0, 4407.0, 4426.0, 4422.0, 4413.0, 4401.0, 4378.0, 4380.0, 4413.0, 4414.0, 4385.0, 4385.0, 4418.0, 4404.0, 4412.0, 4373.0, 4396.0, 4410.0, 4430.0, 4420.0, 4393.0, 4401.0, 4389.0, 4419.0, 4397.0, 4401.0, 4396.0, 4429.0, 4437.0, 4437.0, 4412.0, 4456.0, 4460.0, 4419.0, 4451.0, 4428.0, 4417.0, 4468.0, 4428.0, 4441.0, 4437.0, 4434.0, 4483.0, 4459.0, 4455.0, 4473.0, 4459.0, 4467.0, 4449.0, 4446.0, 4486.0, 4448.0, 4456.0, 4439.0, 4458.0, 4489.0, 4454.0, 4458.0, 4461.0, 4470.0, 4500.0, 4472.0, 4490.0, 4503.0, 4458.0, 4470.0, 4460.0, 4477.0, 4469.0, 4471.0, 4471.0, 4463.0, 4471.0, 4473.0, 4485.0, 4493.0, 4487.0, 4503.0, 4521.0, 4484.0, 4504.0, 4482.0, 4491.0, 4471.0, 4493.0, 4470.0, 4499.0, 4470.0, 4476.0, 4468.0, 4465.0, 4487.0, 4467.0, 4459.0, 4469.0, 4478.0, 4471.0, 4460.0, 4461.0, 4495.0, 4496.0, 4496.0, 4497.0, 4507.0, 4476.0, 4509.0, 4473.0, 4505.0, 4479.0, 4490.0, 4468.0, 4487.0, 4469.0, 4479.0, 4469.0, 4478.0, 4472.0, 4413.0, 4414.0, 4400.0, 4402.0, 4407.0, 4389.0, 4412.0, 4401.0, 4409.0, 4396.0, 4381.0, 4449.0, 4413.0, 4458.0, 4445.0, 4454.0, 4474.0, 4432.0, 4472.0, 4444.0, 4461.0, 4463.0, 4453.0, 4462.0, 4441.0, 4462.0, 4422.0, 4449.0, 4433.0, 4443.0, 4456.0, 4476.0, 4453.0, 4456.0, 4445.0, 4438.0, 4459.0, 4461.0, 4485.0, 4474.0, 4456.0, 4483.0, 4486.0, 4487.0, 4516.0, 4487.0, 4504.0, 4494.0, 4472.0, 4464.0, 4485.0, 4454.0, 4494.0, 4465.0, 4485.0, 4462.0, 4474.0, 4487.0, 4477.0, 4489.0, 4489.0, 4497.0, 4485.0, 4495.0, 4468.0, 4498.0, 4468.0, 4496.0, 4456.0, 4473.0, 4465.0, 4475.0, 4477.0, 4484.0, 4478.0, 4487.0, 4460.0, 4473.0, 4474.0, 4484.0, 4466.0, 4488.0, 4478.0, 4468.0, 4481.0, 4494.0, 4506.0, 4523.0, 4480.0, 4509.0, 4491.0, 4503.0, 4498.0, 4506.0, 4503.0, 4480.0, 4513.0, 4468.0, 4482.0, 4466.0, 4484.0, 4456.0, 4459.0, 4434.0, 4442.0, 4476.0, 4455.0, 4496.0, 4463.0, 4473.0, 4443.0, 4438.0, 4439.0, 4441.0, 4440.0, 4452.0, 4429.0, 4443.0, 4432.0, 4453.0, 4464.0, 4455.0, 4476.0, 4444.0, 4447.0, 4455.0, 4435.0, 4456.0, 4446.0, 4469.0, 4460.0, 4452.0, 4460.0, 4463.0, 4473.0, 4484.0, 4484.0, 4472.0, 4475.0, 4492.0, 4493.0, 4461.0, 4483.0, 4476.0, 4503.0, 4480.0, 4501.0, 4469.0, 4459.0, 4489.0, 4458.0, 4448.0, 4448.0, 4459.0, 4462.0, 4462.0, 4467.0, 4478.0, 4491.0, 4492.0, 4481.0, 4482.0, 4512.0, 4490.0, 4507.0, 4475.0, 4505.0, 4486.0, 4526.0, 4480.0, 4481.0, 4479.0, 4463.0, 4478.0, 4450.0, 4466.0, 4460.0, 4458.0, 4461.0, 4449.0, 4459.0, 4489.0, 4469.0, 4461.0, 4463.0, 4475.0, 4440.0, 4474.0, 4456.0, 4463.0, 4486.0, 4472.0, 4490.0, 4460.0, 4471.0, 4462.0, 4503.0, 4472.0, 4483.0, 4463.0, 4451.0, 4462.0, 4463.0, 4504.0, 4492.0, 4492.0, 4489.0, 4478.0, 4477.0, 4471.0, 4476.0, 4475.0, 4463.0, 4466.0, 4476.0, 4442.0, 4473.0, 4443.0, 4466.0, 4414.0, 4454.0, 4479.0, 4457.0, 4501.0, 4461.0, 4472.0, 4482.0, 4473.0, 4467.0, 4477.0, 4479.0, 4487.0, 4490.0, 4496.0, 4479.0, 4496.0, 4465.0, 4472.0, 4466.0, 4482.0, 4464.0, 4471.0, 4475.0, 4470.0, 4485.0, 4475.0, 4475.0, 4495.0, 4465.0, 4478.0, 4477.0, 4502.0, 4498.0, 4498.0, 4474.0, 4477.0, 4484.0, 4486.0, 4473.0, 4496.0, 4505.0, 4473.0, 4478.0, 4460.0, 4468.0, 4462.0, 4453.0, 4459.0, 4459.0, 4472.0, 4448.0, 4480.0, 4489.0, 4481.0, 4463.0, 4462.0, 4484.0, 4465.0, 4495.0, 4462.0, 4473.0, 4461.0, 4495.0, 4479.0, 4454.0, 4471.0, 4459.0, 4481.0, 4479.0, 4467.0, 4465.0, 4454.0, 4475.0, 4457.0, 4477.0, 4468.0, 4476.0, 4470.0, 4467.0, 4457.0, 4476.0, 4467.0, 4478.0, 4457.0, 4449.0, 4450.0, 4462.0, 4488.0, 4510.0, 4481.0, 4500.0, 4491.0, 4473.0, 4510.0, 4480.0, 4514.0, 4506.0, 4483.0, 4491.0, 4478.0, 4479.0, 4470.0, 4478.0, 4455.0, 4439.0, 4455.0, 4466.0, 4444.0, 4449.0, 4486.0, 4457.0, 4458.0, 4460.0, 4471.0, 4484.0, 4484.0, 4491.0, 4522.0, 4488.0, 4497.0, 4490.0, 4476.0, 4494.0, 4486.0, 4460.0, 4490.0, 4458.0, 4482.0, 4467.0, 4485.0, 4442.0, 4440.0, 4461.0, 4430.0, 4460.0, 4453.0, 4464.0, 4441.0, 4441.0, 4472.0, 4431.0, 4462.0, 4451.0, 4463.0, 4431.0, 4455.0, 4421.0, 4455.0, 4425.0, 4466.0, 4477.0, 4457.0, 4466.0, 4456.0, 4490.0, 4471.0, 4478.0, 4473.0, 4497.0, 4465.0, 4476.0, 4473.0, 4466.0, 4469.0, 4468.0, 4489.0, 4491.0, 4498.0, 4479.0, 4499.0, 4477.0, 4496.0, 4486.0, 4486.0, 4484.0, 4480.0, 4487.0, 4489.0, 4465.0, 4482.0, 4488.0, 4487.0, 4498.0, 4495.0, 4497.0, 4477.0, 4473.0, 4505.0, 4472.0, 4493.0, 4491.0, 4500.0, 4488.0, 4488.0, 4488.0, 4463.0, 4478.0, 4456.0, 4486.0, 4469.0, 4487.0, 4457.0, 4475.0, 4457.0, 4477.0, 4455.0, 4479.0, 4468.0, 4470.0, 4470.0, 4470.0, 4462.0, 4457.0, 4488.0, 4488.0, 4500.0, 4490.0, 4511.0, 4501.0, 4499.0, 4510.0, 4494.0, 4494.0, 4497.0, 4488.0, 4505.0, 4477.0, 4504.0, 4486.0, 4490.0, 4471.0, 4492.0, 4471.0, 4457.0, 4467.0, 4457.0, 4481.0, 4481.0, 4470.0, 4452.0, 4471.0, 4470.0, 4486.0, 4487.0, 4470.0, 4480.0, 4484.0, 4485.0, 4496.0, 4509.0, 4491.0, 4506.0, 4492.0, 4482.0, 4472.0, 4481.0, 4482.0, 4484.0, 4470.0, 4469.0, 4481.0, 4477.0, 4493.0, 4483.0, 4476.0, 4421.0, 4464.0, 4426.0, 4397.0, 4421.0, 4414.0, 4427.0, 4425.0, 4464.0, 4429.0, 4452.0, 4475.0, 4456.0, 4473.0, 4439.0, 4449.0, 4419.0, 4444.0, 4439.0, 4414.0, 4424.0, 4393.0, 4422.0, 4413.0, 4421.0, 4423.0, 4414.0, 4401.0, 4393.0, 4393.0, 4383.0, 4426.0, 4405.0, 4407.0, 4419.0, 4397.0, 4411.0, 4440.0, 4410.0, 4431.0, 4419.0, 4431.0, 4431.0, 4440.0, 4436.0, 4451.0, 4420.0, 4398.0, 4409.0, 4412.0, 4425.0, 4426.0, 4436.0, 4436.0, 4437.0, 4447.0, 4439.0, 4425.0, 4466.0, 4458.0, 4475.0, 4446.0, 4464.0, 4436.0, 4453.0, 4456.0, 4453.0, 4453.0, 4431.0, 4462.0, 4443.0, 4442.0, 4453.0, 4434.0, 4451.0, 4430.0, 4441.0, 4421.0, 4444.0, 4465.0, 4444.0, 4447.0, 4437.0, 4478.0, 4479.0, 4449.0, 4462.0, 4464.0, 4484.0, 4467.0, 4477.0, 4476.0, 4480.0, 4503.0, 4509.0, 4501.0, 4500.0, 4498.0, 4476.0, 4488.0, 4463.0, 4490.0, 4465.0, 4508.0, 4474.0, 4493.0, 4474.0, 4493.0, 4472.0, 4470.0, 4481.0, 4458.0, 4493.0, 4467.0, 4479.0, 4457.0, 4457.0, 4459.0, 4454.0, 4479.0, 4431.0, 4431.0, 4441.0, 4444.0, 4411.0, 4440.0, 4417.0, 4405.0, 4401.0, 4424.0, 4439.0, 4457.0, 4451.0, 4444.0, 4445.0, 4430.0, 4418.0, 4427.0, 4434.0, 4413.0, 4423.0, 4448.0, 4406.0, 4403.0, 4395.0, 4381.0, 4421.0, 4396.0, 4427.0, 4394.0, 4414.0, 4393.0, 4384.0, 4436.0, 4385.0, 4405.0, 4387.0, 4388.0, 4409.0, 4398.0, 4399.0, 4432.0, 4432.0, 4421.0, 4400.0, 4411.0, 4430.0, 4418.0, 4422.0, 4399.0, 4450.0, 4419.0, 4430.0, 4430.0, 4429.0, 4424.0, 4432.0, 4431.0, 4429.0, 4423.0, 4425.0, 4434.0, 4445.0, 4437.0, 4427.0, 4451.0, 4463.0, 4466.0, 4476.0, 4489.0, 4484.0, 4493.0, 4473.0, 4501.0, 4490.0, 4486.0, 4468.0, 4494.0, 4475.0, 4482.0, 4462.0, 4492.0, 4461.0, 4489.0, 4447.0, 4498.0, 4457.0, 4465.0, 4436.0, 4469.0, 4455.0, 4454.0, 4423.0, 4448.0, 4459.0, 4459.0, 4468.0, 4470.0, 4460.0, 4460.0, 4443.0, 4458.0, 4452.0, 4449.0, 4483.0, 4484.0, 4461.0, 4464.0, 4467.0, 4478.0, 4468.0, 4454.0, 4415.0, 4441.0, 4434.0, 4410.0, 4427.0, 4440.0, 4436.0, 4468.0, 4453.0, 4477.0, 4483.0, 4477.0, 4449.0, 4478.0, 4469.0, 4428.0, 4467.0, 4467.0, 4429.0, 4463.0, 4463.0, 4432.0, 4426.0, 4426.0, 4395.0], 'WindowWidth': [9882.0, 9805.0, 9701.0, 9572.0, 9869.0, 9819.0, 9790.0, 9761.0, 9536.0, 9841.0, 9779.0, 9820.0, 9772.0, 9715.0, 9697.0, 9722.0, 9710.0, 9698.0, 9678.0, 9643.0, 9646.0, 9698.0, 9702.0, 9667.0, 9668.0, 9724.0, 9696.0, 9701.0, 9654.0, 9688.0, 9716.0, 9740.0, 9726.0, 9693.0, 9699.0, 9682.0, 9720.0, 9690.0, 9703.0, 9697.0, 9755.0, 9762.0, 9760.0, 9728.0, 9784.0, 9797.0, 9743.0, 9789.0, 9751.0, 9735.0, 9804.0, 9755.0, 9776.0, 9773.0, 9772.0, 9835.0, 9802.0, 9800.0, 9823.0, 9814.0, 9821.0, 9792.0, 9791.0, 9842.0, 9797.0, 9806.0, 9779.0, 9811.0, 9856.0, 9807.0, 9814.0, 9821.0, 9833.0, 9872.0, 9837.0, 9857.0, 9879.0, 9815.0, 9831.0, 9816.0, 9838.0, 9829.0, 9835.0, 9837.0, 9827.0, 9837.0, 9842.0, 9860.0, 9869.0, 9865.0, 9881.0, 9908.0, 9856.0, 9883.0, 9850.0, 9864.0, 9834.0, 9858.0, 9831.0, 9867.0, 9831.0, 9834.0, 9825.0, 9818.0, 9848.0, 9823.0, 9816.0, 9829.0, 9840.0, 9834.0, 9822.0, 9824.0, 9875.0, 9876.0, 9878.0, 9880.0, 9892.0, 9848.0, 9891.0, 9839.0, 9884.0, 9842.0, 9855.0, 9823.0, 9849.0, 9827.0, 9840.0, 9828.0, 9840.0, 9837.0, 9721.0, 9732.0, 9707.0, 9697.0, 9711.0, 9669.0, 9710.0, 9712.0, 9708.0, 9695.0, 9674.0, 9772.0, 9735.0, 9793.0, 9778.0, 9789.0, 9817.0, 9757.0, 9813.0, 9779.0, 9795.0, 9804.0, 9789.0, 9802.0, 9773.0, 9801.0, 9748.0, 9781.0, 9766.0, 9779.0, 9803.0, 9829.0, 9797.0, 9801.0, 9785.0, 9783.0, 9813.0, 9817.0, 9858.0, 9841.0, 9819.0, 9850.0, 9859.0, 9862.0, 9897.0, 9854.0, 9880.0, 9865.0, 9835.0, 9828.0, 9856.0, 9814.0, 9866.0, 9832.0, 9858.0, 9827.0, 9842.0, 9862.0, 9851.0, 9869.0, 9868.0, 9875.0, 9857.0, 9870.0, 9841.0, 9880.0, 9841.0, 9875.0, 9821.0, 9839.0, 9831.0, 9844.0, 9849.0, 9856.0, 9853.0, 9864.0, 9825.0, 9839.0, 9841.0, 9855.0, 9828.0, 9869.0, 9854.0, 9844.0, 9866.0, 9888.0, 9904.0, 9923.0, 9859.0, 9895.0, 9875.0, 9885.0, 9878.0, 9883.0, 9870.0, 9836.0, 9884.0, 9819.0, 9837.0, 9813.0, 9840.0, 9802.0, 9801.0, 9769.0, 9778.0, 9828.0, 9799.0, 9855.0, 9805.0, 9818.0, 9776.0, 9765.0, 9767.0, 9772.0, 9770.0, 9790.0, 9758.0, 9782.0, 9765.0, 9795.0, 9809.0, 9800.0, 9831.0, 9785.0, 9792.0, 9800.0, 9777.0, 9804.0, 9791.0, 9826.0, 9818.0, 9810.0, 9816.0, 9826.0, 9839.0, 9857.0, 9852.0, 9836.0, 9845.0, 9859.0, 9863.0, 9817.0, 9849.0, 9836.0, 9877.0, 9841.0, 9870.0, 9827.0, 9813.0, 9851.0, 9810.0, 9798.0, 9797.0, 9814.0, 9826.0, 9828.0, 9841.0, 9855.0, 9877.0, 9881.0, 9866.0, 9865.0, 9906.0, 9872.0, 9888.0, 9841.0, 9883.0, 9859.0, 9911.0, 9841.0, 9844.0, 9840.0, 9823.0, 9838.0, 9799.0, 9819.0, 9814.0, 9812.0, 9818.0, 9800.0, 9812.0, 9852.0, 9826.0, 9818.0, 9827.0, 9844.0, 9790.0, 9839.0, 9814.0, 9826.0, 9851.0, 9835.0, 9858.0, 9817.0, 9834.0, 9822.0, 9878.0, 9836.0, 9853.0, 9824.0, 9806.0, 9824.0, 9828.0, 9882.0, 9860.0, 9862.0, 9850.0, 9837.0, 9830.0, 9822.0, 9827.0, 9827.0, 9808.0, 9816.0, 9830.0, 9781.0, 9821.0, 9782.0, 9817.0, 9739.0, 9798.0, 9832.0, 9807.0, 9874.0, 9821.0, 9837.0, 9851.0, 9841.0, 9838.0, 9851.0, 9856.0, 9862.0, 9871.0, 9872.0, 9856.0, 9874.0, 9830.0, 9836.0, 9832.0, 9849.0, 9825.0, 9832.0, 9842.0, 9836.0, 9860.0, 9843.0, 9843.0, 9873.0, 9834.0, 9857.0, 9851.0, 9890.0, 9881.0, 9878.0, 9842.0, 9849.0, 9854.0, 9860.0, 9838.0, 9873.0, 9884.0, 9837.0, 9838.0, 9814.0, 9822.0, 9820.0, 9803.0, 9813.0, 9814.0, 9833.0, 9800.0, 9841.0, 9853.0, 9843.0, 9825.0, 9822.0, 9855.0, 9832.0, 9871.0, 9823.0, 9836.0, 9818.0, 9869.0, 9840.0, 9804.0, 9825.0, 9812.0, 9845.0, 9840.0, 9820.0, 9813.0, 9799.0, 9825.0, 9806.0, 9833.0, 9822.0, 9830.0, 9829.0, 9819.0, 9807.0, 9831.0, 9819.0, 9837.0, 9808.0, 9801.0, 9804.0, 9824.0, 9869.0, 9901.0, 9864.0, 9886.0, 9875.0, 9847.0, 9900.0, 9851.0, 9899.0, 9888.0, 9850.0, 9856.0, 9833.0, 9836.0, 9817.0, 9833.0, 9800.0, 9779.0, 9802.0, 9816.0, 9783.0, 9790.0, 9843.0, 9808.0, 9810.0, 9818.0, 9834.0, 9853.0, 9853.0, 9875.0, 9917.0, 9868.0, 9876.0, 9863.0, 9845.0, 9865.0, 9858.0, 9813.0, 9854.0, 9807.0, 9842.0, 9818.0, 9842.0, 9776.0, 9774.0, 9800.0, 9759.0, 9799.0, 9795.0, 9812.0, 9776.0, 9777.0, 9816.0, 9761.0, 9802.0, 9789.0, 9807.0, 9763.0, 9800.0, 9748.0, 9799.0, 9760.0, 9819.0, 9833.0, 9806.0, 9817.0, 9803.0, 9852.0, 9829.0, 9836.0, 9838.0, 9877.0, 9830.0, 9848.0, 9840.0, 9834.0, 9835.0, 9841.0, 9870.0, 9875.0, 9881.0, 9857.0, 9881.0, 9852.0, 9873.0, 9859.0, 9861.0, 9856.0, 9848.0, 9865.0, 9863.0, 9830.0, 9850.0, 9864.0, 9864.0, 9877.0, 9870.0, 9878.0, 9851.0, 9840.0, 9882.0, 9833.0, 9863.0, 9855.0, 9872.0, 9849.0, 9851.0, 9848.0, 9818.0, 9834.0, 9806.0, 9844.0, 9827.0, 9845.0, 9807.0, 9826.0, 9804.0, 9830.0, 9801.0, 9838.0, 9825.0, 9829.0, 9831.0, 9829.0, 9823.0, 9815.0, 9870.0, 9867.0, 9887.0, 9875.0, 9905.0, 9888.0, 9884.0, 9897.0, 9875.0, 9875.0, 9877.0, 9863.0, 9883.0, 9849.0, 9881.0, 9859.0, 9856.0, 9829.0, 9861.0, 9831.0, 9807.0, 9821.0, 9807.0, 9847.0, 9846.0, 9829.0, 9807.0, 9832.0, 9838.0, 9860.0, 9863.0, 9838.0, 9850.0, 9859.0, 9858.0, 9873.0, 9897.0, 9864.0, 9888.0, 9861.0, 9846.0, 9830.0, 9845.0, 9847.0, 9852.0, 9827.0, 9825.0, 9844.0, 9840.0, 9864.0, 9853.0, 9848.0, 9747.0, 9829.0, 9756.0, 9704.0, 9739.0, 9736.0, 9759.0, 9753.0, 9803.0, 9756.0, 9786.0, 9820.0, 9794.0, 9817.0, 9763.0, 9775.0, 9733.0, 9759.0, 9760.0, 9721.0, 9734.0, 9691.0, 9728.0, 9718.0, 9727.0, 9734.0, 9719.0, 9701.0, 9692.0, 9693.0, 9679.0, 9740.0, 9717.0, 9718.0, 9737.0, 9706.0, 9727.0, 9767.0, 9726.0, 9755.0, 9738.0, 9756.0, 9755.0, 9767.0, 9760.0, 9780.0, 9741.0, 9709.0, 9727.0, 9737.0, 9757.0, 9760.0, 9775.0, 9771.0, 9773.0, 9792.0, 9781.0, 9758.0, 9812.0, 9803.0, 9823.0, 9784.0, 9806.0, 9772.0, 9791.0, 9798.0, 9790.0, 9789.0, 9757.0, 9800.0, 9775.0, 9777.0, 9788.0, 9760.0, 9785.0, 9755.0, 9773.0, 9747.0, 9780.0, 9814.0, 9783.0, 9790.0, 9781.0, 9837.0, 9840.0, 9801.0, 9822.0, 9829.0, 9856.0, 9838.0, 9853.0, 9857.0, 9861.0, 9894.0, 9896.0, 9886.0, 9876.0, 9877.0, 9844.0, 9865.0, 9828.0, 9863.0, 9830.0, 9891.0, 9842.0, 9866.0, 9839.0, 9862.0, 9836.0, 9828.0, 9845.0, 9810.0, 9856.0, 9818.0, 9839.0, 9806.0, 9806.0, 9812.0, 9801.0, 9839.0, 9762.0, 9769.0, 9780.0, 9784.0, 9727.0, 9761.0, 9726.0, 9704.0, 9711.0, 9755.0, 9783.0, 9801.0, 9784.0, 9773.0, 9775.0, 9745.0, 9723.0, 9734.0, 9741.0, 9708.0, 9722.0, 9767.0, 9704.0, 9696.0, 9684.0, 9665.0, 9719.0, 9685.0, 9736.0, 9688.0, 9715.0, 9688.0, 9678.0, 9749.0, 9679.0, 9705.0, 9686.0, 9688.0, 9719.0, 9702.0, 9704.0, 9753.0, 9754.0, 9737.0, 9708.0, 9724.0, 9747.0, 9730.0, 9740.0, 9705.0, 9773.0, 9731.0, 9749.0, 9746.0, 9748.0, 9749.0, 9759.0, 9761.0, 9753.0, 9749.0, 9755.0, 9765.0, 9779.0, 9775.0, 9765.0, 9802.0, 9821.0, 9831.0, 9843.0, 9865.0, 9867.0, 9876.0, 9850.0, 9884.0, 9865.0, 9852.0, 9832.0, 9862.0, 9840.0, 9843.0, 9815.0, 9853.0, 9811.0, 9844.0, 9787.0, 9858.0, 9801.0, 9813.0, 9772.0, 9819.0, 9795.0, 9795.0, 9751.0, 9790.0, 9810.0, 9809.0, 9819.0, 9826.0, 9814.0, 9814.0, 9789.0, 9810.0, 9804.0, 9799.0, 9848.0, 9851.0, 9817.0, 9826.0, 9833.0, 9851.0, 9835.0, 9806.0, 9740.0, 9760.0, 9756.0, 9717.0, 9735.0, 9759.0, 9771.0, 9819.0, 9804.0, 9838.0, 9835.0, 9823.0, 9781.0, 9818.0, 9809.0, 9752.0, 9802.0, 9803.0, 9746.0, 9789.0, 9789.0, 9742.0, 9727.0, 9724.0, 9681.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.009864466130884042</td></tr>
<tr><td colspan=3>aqi</td><td>0.14432673237657864</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.367828417356364</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.11456907721839</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916373059310344</td></tr>
<tr><td colspan=3>efc</td><td>0.5458</td></tr>
<tr><td colspan=3>fber</td><td>2775.417</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.258015625352017</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>307</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.246842709529275</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7737249517090756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.564974847937143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.089663017245784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.666536989944299</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013173066079616547</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07334619760513306</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.896926602339344</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>13.2717</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.3828</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.6964</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1155.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.8138</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.742</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.5785</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3597.5188</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>757.8182</td></tr>
<tr><td colspan=3>tsnr</td><td>17.620013254403602</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>