IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2010, 12:49:05 PM (16 years ago)
Author:
eugene
Message:

merging changes from trunk into branches/pap

Location:
branches/pap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap

  • branches/pap/psModules/src/objects/pmSourceIO.c

    r27531 r28003  
    551551                }
    552552                if (!strcmp (exttype, "PS1_V1")) {
    553                     status &= pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, sources, xsrcname, recipe);
     553                    status &= pmSourcesWrite_CMF_PS1_V1_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe);
    554554                }
    555555                if (!strcmp (exttype, "PS1_V2")) {
    556                     status &= pmSourcesWrite_CMF_PS1_V2_XSRC (file->fits, sources, xsrcname, recipe);
     556                    status &= pmSourcesWrite_CMF_PS1_V2_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe);
    557557                }
    558558                if (!strcmp (exttype, "PS1_DV1")) {
    559                     status &= pmSourcesWrite_CMF_PS1_DV1_XSRC (file->fits, sources, xsrcname, recipe);
     559                    status &= pmSourcesWrite_CMF_PS1_DV1_XSRC (file->fits, readout, sources, file->header, xsrcname, recipe);
    560560                }
    561561            }
     
    568568                }
    569569                if (!strcmp (exttype, "PS1_V1")) {
    570                     status &= pmSourcesWrite_CMF_PS1_V1_XFIT (file->fits, sources, xfitname);
     570                    status &= pmSourcesWrite_CMF_PS1_V1_XFIT (file->fits, readout, sources, xfitname);
    571571                }
    572572                if (!strcmp (exttype, "PS1_V2")) {
    573                     status &= pmSourcesWrite_CMF_PS1_V2_XFIT (file->fits, sources, xfitname);
     573                    status &= pmSourcesWrite_CMF_PS1_V2_XFIT (file->fits, readout, sources, xfitname);
    574574                }
    575575                if (!strcmp (exttype, "PS1_DV1")) {
    576                     status &= pmSourcesWrite_CMF_PS1_DV1_XFIT (file->fits, sources, xfitname);
     576                    status &= pmSourcesWrite_CMF_PS1_DV1_XFIT (file->fits, readout, sources, xfitname);
    577577                }
    578578            }
Note: See TracChangeset for help on using the changeset viewer.