mjd 	 51968 	 #2001/07/27 05:17:44.0
observers 	 unknown
version 	 atFermi 	# version of IOP
mcpVersion 	 atFermi 	# version of MCP
cameraVersion 	 atFermi 	# Camera code version
parameters 	 # Tunable parameters file (if any)
parametersDir 	 # Directory containing the 'parameters'
 	 # file (optional --- defaults to '.')

equinox 2000 	 # Equinox of telescope coordinates (years)
fileNameFormat      sdR-%02s-%08d.fit 	 # Format to convert 
		 # frame ID to raw file name

# CCD configuration files
configDir 	 .
ccdConfig 	 opConfig-51968.par
ccdECalib 	 opECalib-51627.par
ccdBC     	 opBC-51791.par
ccdCamera 	 opCamera-51667.par
ccdVoltages 	 idCCDLog-%d-51968.par

r1 	 4 	 # which CCD goes to which camera
b1 	 1 	 # which CCD goes to which camera
disabled 	 -9999 	 # which CCD goes to which camera
r2 	 2 	 # which CCD goes to which camera
b2 	 3 	 # which CCD goes to which camera

typedef struct {
	 int       seqId; 	 # sequence number.
	 int       tileId; 	 # tile ID
	 int       plateId; 	 # plugged plate ID
	 int       mapId; 	 # mapped plate ID
	 char      flavor[20]; 	 # Flavor of this sequence (e.g., dome flat, cal lamp, etc.)
	 char      quality[20];
	 char      program[20];
	 int       exposure;	 # Unique identifier. 
	 double    expTime; 	 # Exposure time. (seconds) 
	 double    mjd; 	 # MJD at the start of the exposure. (MJD)
	 double    ra;
	 double    dec;
	 char      camera[20]; 	# Cameras used (e.g., b1r1b2r2)
	 char      targetName[20];
	 char      taihms[20]; 	 # HH:MM:SS.SS of exposure start (UT)
} SEXP;

typedef struct {
	 int seqNum;
	 int frame;
	 char comment[240];
} SDCOMMENT;



