From 08b41c0429ac4acf187ca42959e6947a10c3542d Mon Sep 17 00:00:00 2001 From: David Hale Date: Thu, 30 Jul 2026 12:31:04 -0700 Subject: [PATCH] removed extraneous line setting EXPTIME key on shutter closure --- camerad/astrocam.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/camerad/astrocam.cpp b/camerad/astrocam.cpp index c1152318..6a5792d1 100644 --- a/camerad/astrocam.cpp +++ b/camerad/astrocam.cpp @@ -2127,7 +2127,6 @@ namespace AstroCam { // These have to be added to fitsinfo[expbuf] because the exposure has already started, // and camera_info keys have already been locked-in to fitsinfo[]. // - interface.fitsinfo[expbuf]->systemkeys.primary().addkey( "EXPSTART", timestring, "exposure start time" ); interface.fitsinfo[expbuf]->systemkeys.primary().addkey( "MJD0", mjd0, "exposure start time (modified Julian Date)" ); interface.fitsinfo[expbuf]->systemkeys.primary().addkey( "MJD1", mjd1, "exposure stop time (modified Julian Date)" ); interface.fitsinfo[expbuf]->systemkeys.primary().addkey( "MJD", mjd, "average of MJD0 and MJD1" );