Index: branches/czw_branch/20160809/psastro/src/psastroModelAdjust.c
===================================================================
--- branches/czw_branch/20160809/psastro/src/psastroModelAdjust.c	(revision 39777)
+++ branches/czw_branch/20160809/psastro/src/psastroModelAdjust.c	(revision 39782)
@@ -28,4 +28,6 @@
     }
 
+
+    
     // if we have not measured the boresite position, no adjustment is needed
     bool fitBoresite = psMetadataLookupBool (&status, recipe, "PSASTRO.MODEL.FIT.BORESITE");
@@ -60,5 +62,5 @@
     int rotatorParity = psMetadataLookupS32(&status, recipe, "PSASTRO.MODEL.ROT.PARITY");
     if (!status) psAbort ("Can't find recipe option PSASTRO.MODEL.ROT.PARITY");
-    psMetadataAddS32 (output->fpa->concepts, PS_LIST_TAIL, "FPA.ROT.PARITY", PS_META_REPLACE, "rotator parity parameter", rotatorParity);
+    psMetadataAddS32 (output->fpa->concepts, PS_LIST_TAIL, "FPA.ROT_PARITY", PS_META_REPLACE, "rotator parity parameter", rotatorParity);
     
     // get reference chip from name
@@ -150,4 +152,5 @@
 
     psMetadata *header = output->fpa->hdu->header;
+    
     pmAstromWriteBilevelMosaic (header, output->fpa, NONLIN_TOL);
 
