[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220826 (yymmdd)

Run at 08/27/2022 20:57:47 EDT

Warnings and Errors

INFO 77 total images for oc61 on 220826
WARNING 59 images not plate solved at observatory
WARNING 7 images suspected over exposed
WARNING 26 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 4 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 342 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 342 Y
220812 flat oc61/oc61/calibration/220812/flatV_bin2.fits NaN V 2 None fs 15 Y
220811 flat oc61/oc61/calibration/220811/flatB_bin2.fits NaN B 2 None fs 16 Y
220811 flat oc61/oc61/calibration/220811/flatSI_bin2.fits NaN SI 2 None fs 16 Y
220703 flat oc61/oc61/calibration/220703/flatSG_bin2.fits NaN SG 2 None fs 55 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None s3 175 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 942
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 963
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 942
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 942
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 942
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 942
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 942
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 942
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 963
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 963
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 963
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 963
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 963
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 963

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.06 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
At revision 3209.
not here: /home/aavsonet/plans/oc61/AAVSO_Monitoring.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-08-26 17:34:08 AAVSO_ Monitoring U_Men SI 10.000 1.27 5.015 0.001 62767 7.01 no plan
2022-08-26 17:24:50 AAVSO_ P79_ Pearce_ AUTO V0487_Vel SI 5.000 1.84 6.147 0.001 61023 3.61 done
2022-08-26 17:22:35 AAVSO_ P79_ Pearce_ AUTO V0487_Vel SR 9.520 1.86 3.09 6.931 0.001 61755 6.78 done
Sending        plans/OC61/AAVSO_P79_Pearce_AUTO.csv
Transmitting file data .done
Committing transaction...
Committed revision 3210.

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-08-26 17:39:22 AAVSO_ 2022ASTR211_ PKAR_ AUTO Kapteyn SG 3.000 1.06 15.447 0.691 46
2022-08-26 17:42:51 AAVSO_ 2022ASTR211_ PKAR_ AUTO Kapteyn SR 3.000 1.06 15.177 0.580 63
2022-08-26 17:59:49 AAVSO_ 2022ASTR211_ PKAR_ AUTO Lacaille9352 SG 3.000 1.62 15.324 0.653 45
2022-08-26 18:02:26 AAVSO_ 2022ASTR211_ PKAR_ AUTO Lacaille9352 SR 3.000 1.63 15.084 0.557 56
2022-08-26 17:52:15 AAVSO_ 2022ASTR211_ PKAR_ AUTO NGC246 SI 60.000 1.50 2.41 14.959 0.756 2965
2022-08-26 17:16:00 AAVSO_ P79_ Pearce_ AUTO V0487_Vel B 31.420 1.90 99.999 9.999 1654
2022-08-26 17:23:25 AAVSO_ P79_ Pearce_ AUTO V0487_Vel SI 5.000 1.85 12.384 0.060 15024
2022-08-26 17:22:00 AAVSO_ P79_ Pearce_ AUTO V0487_Vel SR 9.520 1.86 2.73 13.864 0.263 610
2022-08-26 17:20:12 AAVSO_ P79_ Pearce_ AUTO V0487_Vel V 42.000 1.87 3.18 12.239 0.069 6476
2022-08-26 16:59:56 AAVSO_ Pgc_ Welch_ AUTO NGC_1851 SG 100.000 1.13 3.80 14.997 0.798 95
2022-08-26 17:05:02 AAVSO_ Pgc_ Welch_ AUTO NGC_1851 SI 100.000 1.12 12.882 0.119 965

Images by Target Object

Kapteyn

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 17:36:47 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.07 -1.9 a0132.fits
2022-08-26 17:37:11 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0133.fits
2022-08-26 17:37:32 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0134.fits
2022-08-26 17:37:54 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0135.fits
2022-08-26 17:38:16 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0136.fits
2022-08-26 17:38:38 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0137.fits
2022-08-26 17:39:00 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.9 a0138.fits 15.883 1.051 48
2022-08-26 17:39:22 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.8 a0139.fits 15.447 0.691 46
2022-08-26 17:39:44 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.8 a0140.fits 16.376 1.652 46
2022-08-26 17:40:06 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.06 -1.8 a0141.fits 99.999 9.999 56
2022-08-26 17:40:30 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0142.fits Y 3.36 16.071 1.214 47
2022-08-26 17:40:54 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0143.fits
2022-08-26 17:41:23 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0144.fits
2022-08-26 17:41:46 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0145.fits 17.615 5.250 44
2022-08-26 17:42:08 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0146.fits
2022-08-26 17:42:30 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0147.fits 15.707 0.880 49
2022-08-26 17:42:51 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0148.fits 15.177 0.580 63
2022-08-26 17:43:13 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0149.fits
2022-08-26 17:43:37 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0150.fits 15.722 0.883 52
2022-08-26 17:43:59 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.06 -1.8 a0151.fits

Lacaille9352

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 17:57:15 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.60 4.6 a0158.fits
2022-08-26 17:57:39 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.60 4.6 a0159.fits
2022-08-26 17:58:00 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.60 4.6 a0160.fits
2022-08-26 17:58:22 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.61 4.6 a0161.fits
2022-08-26 17:58:44 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.61 4.6 a0162.fits
2022-08-26 17:59:05 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.61 4.6 a0163.fits
2022-08-26 17:59:27 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.61 4.6 a0164.fits 15.536 0.793 53
2022-08-26 17:59:49 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.62 4.6 a0165.fits 15.324 0.653 45
2022-08-26 18:00:11 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.62 4.6 a0166.fits
2022-08-26 18:00:33 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 3.000 1.62 4.6 a0167.fits
2022-08-26 18:00:57 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.62 4.6 a0168.fits 15.545 0.753 52
2022-08-26 18:01:20 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.62 4.6 a0169.fits
2022-08-26 18:01:42 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.63 4.6 a0170.fits
2022-08-26 18:02:04 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.63 4.6 a0171.fits
2022-08-26 18:02:26 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.63 4.6 a0172.fits 15.084 0.557 56
2022-08-26 18:02:48 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.63 4.6 a0173.fits 15.120 0.557 60
2022-08-26 18:03:10 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.64 4.7 a0174.fits 15.151 0.567 54
2022-08-26 18:03:31 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.64 4.7 a0175.fits
2022-08-26 18:03:53 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.64 4.7 a0176.fits
2022-08-26 18:04:16 AAVSO_ 2022ASTR211_ PKAR_ AUTO SR 3.000 1.64 4.7 a0177.fits

NGC246

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 17:46:48 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 60.000 1.47 2.7 a0152.fits Y 2.67 6.973 0.002 21673
2022-08-26 17:48:09 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 60.000 1.48 2.7 a0153.fits Y 5.31 7.138 0.002 14539
2022-08-26 17:49:30 AAVSO_ 2022ASTR211_ PKAR_ AUTO SG 60.000 1.49 2.7 a0154.fits Y 2.69 6.952 0.001 23047
2022-08-26 17:50:54 AAVSO_ 2022ASTR211_ PKAR_ AUTO SI 60.000 1.49 2.8 a0155.fits Y 2.98 9.322 0.006 4640
2022-08-26 17:52:15 AAVSO_ 2022ASTR211_ PKAR_ AUTO SI 60.000 1.50 2.8 a0156.fits Y 2.41 14.959 0.756 2965
2022-08-26 17:53:36 AAVSO_ 2022ASTR211_ PKAR_ AUTO SI 60.000 1.51 2.8 a0157.fits Y 3.04 10.538 0.014 4338

NGC_1851

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 16:52:26 AAVSO_ Pgc_ Welch_ AUTO SG 60.000 1.15 -2.7 a0101.fits Y 3.81 11.659 0.035 504
2022-08-26 16:53:49 AAVSO_ Pgc_ Welch_ AUTO SG 100.000 1.15 -2.6 a0102.fits Y 3.46 11.200 0.024 716
2022-08-26 16:55:52 AAVSO_ Pgc_ Welch_ AUTO SG 100.000 1.14 -2.6 a0103.fits Y 4.84 11.297 0.027 450
2022-08-26 16:57:53 AAVSO_ Pgc_ Welch_ AUTO SG 100.000 1.14 -2.6 a0104.fits Y 5.08 17.130 5.526 94
2022-08-26 16:59:56 AAVSO_ Pgc_ Welch_ AUTO SG 100.000 1.13 -2.5 a0105.fits Y 3.80 14.997 0.798 95
2022-08-26 17:02:01 AAVSO_ Pgc_ Welch_ AUTO SI 100.000 1.13 -2.5 a0106.fits 15.400 1.207 130
2022-08-26 17:05:02 AAVSO_ Pgc_ Welch_ AUTO SI 100.000 1.12 -2.5 a0107.fits 12.882 0.119 965
2022-08-26 17:07:01 AAVSO_ Pgc_ Welch_ AUTO SI 100.000 1.12 -2.4 a0108.fits 11.806 0.045 397
2022-08-26 17:08:59 AAVSO_ Pgc_ Welch_ AUTO SI 100.000 1.12 -2.4 a0109.fits 12.997 0.126 166

U_Men

AUID 000-BLV-756

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 17:28:14 AAVSO_ Monitoring B 10.000 1.27 -1.0 a0123.fits 7.943 0.002 10662
2022-08-26 17:28:59 AAVSO_ Monitoring B 10.000 1.27 -1.0 a0124.fits 7.960 0.002 9636
2022-08-26 17:29:39 AAVSO_ Monitoring B 10.000 1.27 -1.0 a0125.fits 7.973 0.002 9033
2022-08-26 17:30:20 AAVSO_ Monitoring V 10.000 1.27 -1.0 a0126.fits 6.241 0.001 54970
2022-08-26 17:31:14 AAVSO_ Monitoring V 10.000 1.27 -0.9 a0127.fits 6.277 0.001 53454
2022-08-26 17:31:54 AAVSO_ Monitoring V 10.000 1.27 -0.9 a0128.fits 6.308 0.001 52905
2022-08-26 17:32:36 AAVSO_ Monitoring SI 10.000 1.27 -0.9 a0129.fits 4.782 0.001 62851 !OE!
2022-08-26 17:33:30 AAVSO_ Monitoring SI 10.000 1.27 -0.9 a0130.fits 5.629 0.001 62851 !OE!
2022-08-26 17:34:08 AAVSO_ Monitoring SI 10.000 1.27 -0.9 a0131.fits 5.015 0.001 62767 !OE!

V0487_Vel

AUID 000-BKH-030

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-08-26 17:13:15 AAVSO_ P79_ Pearce_ AUTO B 31.420 1.92 -6.4 a0110.fits 10.023 0.009 1514
2022-08-26 17:15:08 AAVSO_ P79_ Pearce_ AUTO B 31.420 1.90 -6.4 a0111.fits
2022-08-26 17:16:00 AAVSO_ P79_ Pearce_ AUTO B 31.420 1.90 -6.3 a0112.fits 99.999 9.999 1654
2022-08-26 17:16:51 AAVSO_ P79_ Pearce_ AUTO B 31.420 1.89 -6.3 a0113.fits 99.999 9.999 1619
2022-08-26 17:17:43 AAVSO_ P79_ Pearce_ AUTO V 42.000 1.88 -6.3 a0114.fits Y 4.41 6.016 0.001 42071
2022-08-26 17:19:03 AAVSO_ P79_ Pearce_ AUTO V 42.000 1.87 -6.3 a0115.fits Y 3.36 13.461 0.216 696
2022-08-26 17:20:12 AAVSO_ P79_ Pearce_ AUTO V 42.000 1.87 -6.3 a0116.fits Y 3.18 12.239 0.069 6476
2022-08-26 17:21:24 AAVSO_ P79_ Pearce_ AUTO SR 9.520 1.86 -6.3 a0117.fits Y 2.75 5.994 0.001 61865 !OE!
2022-08-26 17:22:00 AAVSO_ P79_ Pearce_ AUTO SR 9.520 1.86 -6.2 a0118.fits Y 2.73 13.864 0.263 610
2022-08-26 17:22:35 AAVSO_ P79_ Pearce_ AUTO SR 9.520 1.86 -6.2 a0119.fits Y 3.09 6.931 0.001 61755 !OE!
2022-08-26 17:23:25 AAVSO_ P79_ Pearce_ AUTO SI 5.000 1.85 -6.2 a0120.fits 12.384 0.060 15024
2022-08-26 17:24:50 AAVSO_ P79_ Pearce_ AUTO SI 5.000 1.84 -6.2 a0121.fits 6.147 0.001 61023 !OE!
2022-08-26 17:25:14 AAVSO_ P79_ Pearce_ AUTO SI 5.000 1.84 -6.2 a0122.fits 10.454 0.014 62504 !OE!

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 16:52:26 a0101.fits NGC_1851 SG 60.000 1.15 -2.7 Y 3.81 11.659 0.035 504 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 16:53:49 a0102.fits NGC_1851 SG 100.000 1.15 -2.6 Y 3.46 11.2 0.024 716 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 16:55:52 a0103.fits NGC_1851 SG 100.000 1.14 -2.6 Y 4.84 11.297 0.027 450 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 16:57:53 a0104.fits NGC_1851 SG 100.000 1.14 -2.6 Y 5.08 17.13 5.526 94 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 16:59:56 a0105.fits NGC_1851 SG 100.000 1.13 -2.5 Y 3.80 14.997 0.798 95 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:02:01 a0106.fits NGC_1851 SI 100.000 1.13 -2.5 15.4 1.207 130
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:05:02 a0107.fits NGC_1851 SI 100.000 1.12 -2.5 12.882 0.119 965
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:07:01 a0108.fits NGC_1851 SI 100.000 1.12 -2.4 11.806 0.045 397
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:08:59 a0109.fits NGC_1851 SI 100.000 1.12 -2.4 12.997 0.126 166
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:13:15 a0110.fits V0487_Vel B 31.420 1.92 -6.4 10.023 0.009 1514
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:15:08 a0111.fits V0487_Vel B 31.420 1.90 -6.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:16:00 a0112.fits V0487_Vel B 31.420 1.90 -6.3 99.999 9.999 1654
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:16:51 a0113.fits V0487_Vel B 31.420 1.89 -6.3 99.999 9.999 1619
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:17:43 a0114.fits V0487_Vel V 42.000 1.88 -6.3 Y 4.41 6.016 0.001 42071 1.36
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:19:03 a0115.fits V0487_Vel V 42.000 1.87 -6.3 Y 3.36 13.461 0.216 696 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:20:12 a0116.fits V0487_Vel V 42.000 1.87 -6.3 Y 3.18 12.239 0.069 6476 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:21:24 a0117.fits V0487_Vel SR 9.520 1.86 -6.3 Y 2.75 5.994 0.001 61865 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:22:00 a0118.fits V0487_Vel SR 9.520 1.86 -6.2 Y 2.73 13.864 0.263 610 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:22:35 a0119.fits V0487_Vel SR 9.520 1.86 -6.2 Y 3.09 6.931 0.001 61755 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:23:25 a0120.fits V0487_Vel SI 5.000 1.85 -6.2 12.384 0.06 15024
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:24:50 a0121.fits V0487_Vel SI 5.000 1.84 -6.2 6.147 0.001 61023
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:25:14 a0122.fits V0487_Vel SI 5.000 1.84 -6.2 10.454 0.014 62504
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:28:14 a0123.fits U_Men B 10.000 1.27 -1.0 7.943 0.002 10662
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:28:59 a0124.fits U_Men B 10.000 1.27 -1.0 7.96 0.002 9636
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:29:39 a0125.fits U_Men B 10.000 1.27 -1.0 7.973 0.002 9033
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:30:20 a0126.fits U_Men V 10.000 1.27 -1.0 6.241 0.001 54970
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:31:14 a0127.fits U_Men V 10.000 1.27 -0.9 6.277 0.001 53454
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:31:54 a0128.fits U_Men V 10.000 1.27 -0.9 6.308 0.001 52905
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:32:36 a0129.fits U_Men SI 10.000 1.27 -0.9 4.782 0.001 62851
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:33:30 a0130.fits U_Men SI 10.000 1.27 -0.9 5.629 0.001 62851
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:34:08 a0131.fits U_Men SI 10.000 1.27 -0.9 5.015 0.001 62767
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:36:47 a0132.fits Kapteyn SG 3.000 1.07 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:37:11 a0133.fits Kapteyn SG 3.000 1.06 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:37:32 a0134.fits Kapteyn SG 3.000 1.06 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:37:54 a0135.fits Kapteyn SG 3.000 1.06 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:38:16 a0136.fits Kapteyn SG 3.000 1.06 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:38:38 a0137.fits Kapteyn SG 3.000 1.06 -1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:39:00 a0138.fits Kapteyn SG 3.000 1.06 -1.9 15.883 1.051 48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:39:22 a0139.fits Kapteyn SG 3.000 1.06 -1.8 15.447 0.691 46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:39:44 a0140.fits Kapteyn SG 3.000 1.06 -1.8 16.376 1.652 46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:40:06 a0141.fits Kapteyn SG 3.000 1.06 -1.8 99.999 9.999 56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:40:30 a0142.fits Kapteyn SR 3.000 1.06 -1.8 Y 3.36 16.071 1.214 47 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:40:54 a0143.fits Kapteyn SR 3.000 1.06 -1.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:41:23 a0144.fits Kapteyn SR 3.000 1.06 -1.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:41:46 a0145.fits Kapteyn SR 3.000 1.06 -1.8 17.615 5.25 44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:42:08 a0146.fits Kapteyn SR 3.000 1.06 -1.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:42:30 a0147.fits Kapteyn SR 3.000 1.06 -1.8 15.707 0.88 49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:42:51 a0148.fits Kapteyn SR 3.000 1.06 -1.8 15.177 0.58 63
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:43:13 a0149.fits Kapteyn SR 3.000 1.06 -1.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:43:37 a0150.fits Kapteyn SR 3.000 1.06 -1.8 15.722 0.883 52

images 151 to 177

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:43:59 a0151.fits Kapteyn SR 3.000 1.06 -1.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:46:48 a0152.fits NGC246 SG 60.000 1.47 2.7 Y 2.67 6.973 0.002 21673 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:48:09 a0153.fits NGC246 SG 60.000 1.48 2.7 Y 5.31 7.138 0.002 14539 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:49:30 a0154.fits NGC246 SG 60.000 1.49 2.7 Y 2.69 6.952 0.001 23047 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:50:54 a0155.fits NGC246 SI 60.000 1.49 2.8 Y 2.98 9.322 0.006 4640 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:52:15 a0156.fits NGC246 SI 60.000 1.50 2.8 Y 2.41 14.959 0.756 2965 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:53:36 a0157.fits NGC246 SI 60.000 1.51 2.8 Y 3.04 10.538 0.014 4338 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:57:15 a0158.fits Lacaille9352 SG 3.000 1.60 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:57:39 a0159.fits Lacaille9352 SG 3.000 1.60 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:58:00 a0160.fits Lacaille9352 SG 3.000 1.60 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:58:22 a0161.fits Lacaille9352 SG 3.000 1.61 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:58:44 a0162.fits Lacaille9352 SG 3.000 1.61 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:59:05 a0163.fits Lacaille9352 SG 3.000 1.61 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:59:27 a0164.fits Lacaille9352 SG 3.000 1.61 4.6 15.536 0.793 53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 17:59:49 a0165.fits Lacaille9352 SG 3.000 1.62 4.6 15.324 0.653 45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:00:11 a0166.fits Lacaille9352 SG 3.000 1.62 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:00:33 a0167.fits Lacaille9352 SG 3.000 1.62 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:00:57 a0168.fits Lacaille9352 SR 3.000 1.62 4.6 15.545 0.753 52
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:01:20 a0169.fits Lacaille9352 SR 3.000 1.62 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:01:42 a0170.fits Lacaille9352 SR 3.000 1.63 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:02:04 a0171.fits Lacaille9352 SR 3.000 1.63 4.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:02:26 a0172.fits Lacaille9352 SR 3.000 1.63 4.6 15.084 0.557 56
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:02:48 a0173.fits Lacaille9352 SR 3.000 1.63 4.6 15.12 0.557 60
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:03:10 a0174.fits Lacaille9352 SR 3.000 1.64 4.7 15.151 0.567 54
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:03:31 a0175.fits Lacaille9352 SR 3.000 1.64 4.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:03:53 a0176.fits Lacaille9352 SR 3.000 1.64 4.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-08-26 18:04:16 a0177.fits Lacaille9352 SR 3.000 1.64 4.7

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 16:52:26 a0101.fits NGC_1851 SG 60.0 1.15 -2.7 Y 3.81 11.659 0.035 504 None 0.128144 9818.20308 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990852 Y
2022-08-26 16:53:49 a0102.fits NGC_1851 SG 100.0 1.15 -2.6 Y 3.46 11.200 0.024 716 None 0.140201 9818.20404 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991484 Y
2022-08-26 16:55:52 a0103.fits NGC_1851 SG 100.0 1.14 -2.6 Y 4.84 11.297 0.027 450 None 0.152191 9818.20546 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991584 Y
2022-08-26 16:57:53 a0104.fits NGC_1851 SG 100.0 1.14 -2.6 Y 5.08 17.130 5.526 94 None 0.155050 9818.20686 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991354 Y
2022-08-26 16:59:56 a0105.fits NGC_1851 SG 100.0 1.13 -2.5 Y 3.80 14.997 0.798 95 None 0.165834 9818.20829 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991288 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:02:01 a0106.fits NGC_1851 SI 100.00 1.13 -2.5 15.400 1.207 130 None 9818.20973 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:05:02 a0107.fits NGC_1851 SI 100.00 1.12 -2.5 12.882 0.119 965 None 9818.21183 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:07:01 a0108.fits NGC_1851 SI 100.00 1.12 -2.4 11.806 0.045 397 None 9818.21321 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:08:59 a0109.fits NGC_1851 SI 100.00 1.12 -2.4 12.997 0.126 166 None 9818.21457 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:13:15 a0110.fits V0487_Vel B 31.42 1.92 -6.4 10.023 0.009 1514 000-BKH-030 9818.21753 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:15:08 a0111.fits V0487_Vel B 31.42 1.90 -6.4 000-BKH-030 9818.21884 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:16:00 a0112.fits V0487_Vel B 31.42 1.90 -6.3 99.999 9.999 1654 000-BKH-030 9818.21944 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:16:51 a0113.fits V0487_Vel B 31.42 1.89 -6.3 99.999 9.999 1619 000-BKH-030 9818.22003 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:17:43 a0114.fits V0487_Vel V 42.00 1.88 -6.3 Y 4.41 6.016 0.001 42071 000-BKH-030 1.361774 9818.22064 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999058 Y
2022-08-26 17:19:03 a0115.fits V0487_Vel V 42.00 1.87 -6.3 Y 3.36 13.461 0.216 696 000-BKH-030 0.024372 9818.22156 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998960 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:20:12 a0116.fits V0487_Vel V 42.00 1.87 -6.3 Y 3.18 12.239 0.069 6476 000-BKH-030 0.020519 9818.22236 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997843 Y
2022-08-26 17:21:24 a0117.fits V0487_Vel SR 9.52 1.86 -6.3 Y 2.75 5.994 0.001 61865 000-BKH-030 0.008410 9818.22319 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999227 Y
2022-08-26 17:22:00 a0118.fits V0487_Vel SR 9.52 1.86 -6.2 Y 2.73 13.864 0.263 610 000-BKH-030 0.006682 9818.22361 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998517 Y
2022-08-26 17:22:35 a0119.fits V0487_Vel SR 9.52 1.86 -6.2 Y 3.09 6.931 0.001 61755 000-BKH-030 0.029844 9818.22402 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997923 Y
2022-08-26 17:23:25 a0120.fits V0487_Vel SI 5.00 1.85 -6.2 12.384 0.060 15024 000-BKH-030 9818.22459 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:24:50 a0121.fits V0487_Vel SI 5.0 1.84 -6.2 6.147 0.001 61023 000-BKH-030 9818.22558 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:25:14 a0122.fits V0487_Vel SI 5.0 1.84 -6.2 10.454 0.014 62504 000-BKH-030 9818.22586 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:28:14 a0123.fits U_Men B 10.0 1.27 -1.0 7.943 0.002 10662 000-BLV-756 9818.22794 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:28:59 a0124.fits U_Men B 10.0 1.27 -1.0 7.960 0.002 9636 000-BLV-756 9818.22846 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:29:39 a0125.fits U_Men B 10.0 1.27 -1.0 7.973 0.002 9033 000-BLV-756 9818.22892 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:30:20 a0126.fits U_Men V 10.0 1.27 -1.0 6.241 0.001 54970 000-BLV-756 9818.22940 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:31:14 a0127.fits U_Men V 10.0 1.27 -0.9 6.277 0.001 53454 000-BLV-756 9818.23002 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:31:54 a0128.fits U_Men V 10.0 1.27 -0.9 6.308 0.001 52905 000-BLV-756 9818.23049 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:32:36 a0129.fits U_Men SI 10.0 1.27 -0.9 4.782 0.001 62851 000-BLV-756 9818.23097 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:33:30 a0130.fits U_Men SI 10.0 1.27 -0.9 5.629 0.001 62851 000-BLV-756 9818.23160 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:34:08 a0131.fits U_Men SI 10.0 1.27 -0.9 5.015 0.001 62767 000-BLV-756 9818.23204 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:36:47 a0132.fits Kapteyn SG 3.0 1.07 -1.9 None 9818.23388 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:37:11 a0133.fits Kapteyn SG 3.0 1.06 -1.9 None 9818.23416 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:37:32 a0134.fits Kapteyn SG 3.0 1.06 -1.9 None 9818.23440 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:37:54 a0135.fits Kapteyn SG 3.0 1.06 -1.9 None 9818.23465 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:38:16 a0136.fits Kapteyn SG 3.0 1.06 -1.9 None 9818.23491 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:38:38 a0137.fits Kapteyn SG 3.0 1.06 -1.9 None 9818.23516 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:39:00 a0138.fits Kapteyn SG 3.0 1.06 -1.9 15.883 1.051 48 None 9818.23542 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:39:22 a0139.fits Kapteyn SG 3.0 1.06 -1.8 15.447 0.691 46 None 9818.23567 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:39:44 a0140.fits Kapteyn SG 3.0 1.06 -1.8 16.376 1.652 46 None 9818.23593 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:40:06 a0141.fits Kapteyn SG 3.0 1.06 -1.8 99.999 9.999 56 None 9818.23618 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:40:30 a0142.fits Kapteyn SR 3.0 1.06 -1.8 Y 3.36 16.071 1.214 47 None 0.8814 9818.23646 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994234 Y
2022-08-26 17:40:54 a0143.fits Kapteyn SR 3.0 1.06 -1.8 None 9818.23674 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:41:23 a0144.fits Kapteyn SR 3.0 1.06 -1.8 None 9818.23707 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:41:46 a0145.fits Kapteyn SR 3.0 1.06 -1.8 17.615 5.250 44 None 9818.23734 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:42:08 a0146.fits Kapteyn SR 3.0 1.06 -1.8 None 9818.23759 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:42:30 a0147.fits Kapteyn SR 3.0 1.06 -1.8 15.707 0.880 49 None 9818.23785 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:42:51 a0148.fits Kapteyn SR 3.0 1.06 -1.8 15.177 0.580 63 None 9818.23809 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:43:13 a0149.fits Kapteyn SR 3.0 1.06 -1.8 None 9818.23834 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:43:37 a0150.fits Kapteyn SR 3.0 1.06 -1.8 15.722 0.883 52 None 9818.23862 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 151 to 177

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:43:59 a0151.fits Kapteyn SR 3.0 1.06 -1.8 None 9818.23888 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:46:48 a0152.fits NGC246 SG 60.0 1.47 2.7 Y 2.67 6.973 0.002 21673 None 0.017517 9818.24083 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991817 Y
2022-08-26 17:48:09 a0153.fits NGC246 SG 60.0 1.48 2.7 Y 5.31 7.138 0.002 14539 None 0.035404 9818.24177 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990577 Y
2022-08-26 17:49:30 a0154.fits NGC246 SG 60.0 1.49 2.7 Y 2.69 6.952 0.001 23047 None 0.045643 9818.24271 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.976620 Y
2022-08-26 17:50:54 a0155.fits NGC246 SI 60.0 1.49 2.8 Y 2.98 9.322 0.006 4640 None 0.039695 9818.24368 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000826 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:52:15 a0156.fits NGC246 SI 60.0 1.50 2.8 Y 2.41 14.959 0.756 2965 None 0.033598 9818.24462 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992053 Y
2022-08-26 17:53:36 a0157.fits NGC246 SI 60.0 1.51 2.8 Y 3.04 10.538 0.014 4338 None 0.044599 9818.24556 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001157 Y
2022-08-26 17:57:15 a0158.fits Lacaille9352 SG 3.0 1.60 4.6 None 9818.24809 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:57:39 a0159.fits Lacaille9352 SG 3.0 1.60 4.6 None 9818.24837 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:58:00 a0160.fits Lacaille9352 SG 3.0 1.60 4.6 None 9818.24861 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 17:58:22 a0161.fits Lacaille9352 SG 3.0 1.61 4.6 None 9818.24887 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:58:44 a0162.fits Lacaille9352 SG 3.0 1.61 4.6 None 9818.24912 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:59:05 a0163.fits Lacaille9352 SG 3.0 1.61 4.6 None 9818.24936 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:59:27 a0164.fits Lacaille9352 SG 3.0 1.61 4.6 15.536 0.793 53 None 9818.24962 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 17:59:49 a0165.fits Lacaille9352 SG 3.0 1.62 4.6 15.324 0.653 45 None 9818.24987 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 18:00:11 a0166.fits Lacaille9352 SG 3.0 1.62 4.6 None 9818.25013 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:00:33 a0167.fits Lacaille9352 SG 3.0 1.62 4.6 None 9818.25038 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:00:57 a0168.fits Lacaille9352 SR 3.0 1.62 4.6 15.545 0.753 52 None 9818.25066 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:01:20 a0169.fits Lacaille9352 SR 3.0 1.62 4.6 None 9818.25093 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:01:42 a0170.fits Lacaille9352 SR 3.0 1.63 4.6 None 9818.25118 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 18:02:04 a0171.fits Lacaille9352 SR 3.0 1.63 4.6 None 9818.25144 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:02:26 a0172.fits Lacaille9352 SR 3.0 1.63 4.6 15.084 0.557 56 None 9818.25169 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:02:48 a0173.fits Lacaille9352 SR 3.0 1.63 4.6 15.120 0.557 60 None 9818.25194 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:03:10 a0174.fits Lacaille9352 SR 3.0 1.64 4.7 15.151 0.567 54 None 9818.25220 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:03:31 a0175.fits Lacaille9352 SR 3.0 1.64 4.7 None 9818.25244 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-08-26 18:03:53 a0176.fits Lacaille9352 SR 3.0 1.64 4.7 None 9818.25270 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-08-26 18:04:16 a0177.fits Lacaille9352 SR 3.0 1.64 4.7 None 9818.25296 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab