IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2006, 11:47:30 PM (20 years ago)
Author:
eugene
Message:

new WriteWCS API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroChooseRefstars.c

    r10716 r10785  
    8080                psFree (refstars);
    8181
    82                 psastroRefstarSubset (readout);
     82                // XXX this error means the readout fails, but should probably not kill the entire program
     83                // in this case, no PSASTRO.REFSTARS is added to readout->analysis
     84                if (!psastroRefstarSubset (readout)) {
     85                    psError(PSASTRO_ERR_DATA, false, "Can't determine an appropriate refstar subset\n");
     86                    return false;
     87                }
    8388            }
    8489        }
Note: See TracChangeset for help on using the changeset viewer.